This is a small jquery plugin utility which notifies on a new update from server. This can be controlled by an AJAX query or can be controlled by web sockets. This notification can also be opened using the HTML default event handlers. In HTML5 supported browser the notification will make a alerting sound to catch the attention. The following image is a preview of this small plugin.

snap 2013 05 17  12 26 55 000

Read the rest of this entry

, ,

This is a nice implementation of jquery validation and tooltip together to achieve a awesome effect. The code is pretty simple and very familiar to all of us. Please check this out and reply your thoughts. The following image is a preview of the result of the code.

snap 2013 05 17  10 23 06 000

Read the rest of this entry

, , ,

I made this small utility program when working on a big project. The requirement was like in this image, from the left select box, user will select few payment methods he accepts and will transfer it to the right select box. Or if he decides not to allow a method any more, he will be able to remove this from the list. The values placed in the right select box will be saved when the form is submitted.

Read the rest of this entry

, , ,

Codeigniter is used in many websites today. Libraries are the power of it. In most of the cases we have two section in our websites.

  1. The public part that is visible to the world
  2. The private one which is only accessible to the owner

Depending on these requirements we need authentication system implemented in our site. PHP uses session to store user data while he logs in. In the front end, general users login to view their private pages. And in backend administrator logs in to manage the site.

This authentication library class is developed in a very flexible manner. You can use it very easily. Follow these steps to activate the authentication control in your development.

Read the rest of this entry

, , , ,

This is a very easy example of registration form that is generally needed to be implemented in most of the sites today. This example can be copied to any project to implement the form there. It supports the following -

  • jQuery Validation
  • jQuery Ajax Submit

Read the rest of this entry

, , , , , ,