Introduction Have you ever thought of a way to track the number of hours you spend working on projects? There are lot of paid an un-paid products with monthly subscriptions. But now you can buy this code and install it in your server and use as long as you want. ! This task timer program is build by me – a freelancer who value how important it is to track the time you spent on projects, so you can charge clients for your time’s worth. Don...
The update notifier is a simple wordpress plugin to display notifications to your user when you update something or when you wish to make an announcement. The plugin is simple yet effective and extremely usefull. This plugin: Is easy to install & configure Has 8 Different colors available Allows easy archiving Is cross browser compatible How to display the update box To display the update box all that is required is the following...
About hForm.JS is a script that allows you to save your web forms into local or session storage. When the user clicks the “save” button, all the data currently within the form will be saved, so when they come back to the page, it’ll automatically still be there, thus saving you from having to retype it again. This script is ideal for anybody who wants to save users endless amounts of time. Support/Updates If you want any help/supp...
The regular CSS3 box-shadow property is quite restrictive in the type of shadows that you can produce. So whenever we need to include any fancy shadows in our projects, it is Photoshop to the rescue ! But now with this CSS3 Shadow Pack you can say goodbye to Photoshop. As the title says these shadows are done entirely using CSS, and no images at all have been used. The process of applying a shadow to a container is as easy as applying a few cl...
A gallery module that allows you to create different folder and upload image through backend admin page or FTP . Image uploaded through backend can be resized to different dimension. 4 different view modes in frontend with flexible customization settings. NO DATABASE REQUIRED Ideal for CMS (i.e. Personal portfolio, Wedding album etc.) Gallery Demo Gallery Frontend Gallery Backend (login / password: admin / admin) Easy Gallery F...
SmartWatermark – watermark all your images in only a couples of minutes! Install the plugin , configurate the settings and it’s all done! You can read the documentation on the live preview . Enjoy! Here is a video install guide, if you have any problems with the plugin or the instalation don’t forget to ask for help. You may also like this ->
If you like Cool Profile, please don’t forget to rate it Cool Profile is a website with Facebook login app, perfect to implement in your marketing projects or just to learn pretty much everything you need to know about facebook apps. It is fully customizable with 32 background images and unlimited color combos. The app works like this First, the app reads the cookie from the logged Facebook user and pulls his or her profile picture. Then,...
Beautiful Data is a great way to turn a boring HTML table into something that supports features like paging and sorting. This jQuery plugin can also access data from CSV and JSON just by specifying the source file. Also check out the making-of tutorial here. Features Easily integrate into any HTML page with as little as ONE line of code Search and filter tables live, without waiting for any downloading Split data into multiple pages Very...
Advanced Slider is one of the best jQuery sliders on the market, built to be used in a wide range of contexts. Advanced Slider is fully responsive, mobile-ready, SEO-friendly, and offers you the option to use either HTML markup or XML. The plugin also provides an easy to use API which will allow you to further enhance the functionality of the slider and will make it possible to integrate it into your own application. Please take a look at t...
ExcelReader component can be used to read and convert the content of Excel 97-2003 format files into DataTables, that can easily be used in your applications. To display a sheet in a GridView control 3 lines of code needed: DataTable dtSheet1 = ExcelReader.GetSheet(Filename, 0); GVSheet1.DataSource = dtSheet1; GVSheet1.DataBind();