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.
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.
- The public part that is visible to the world
- 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
Follow these steps to make SEO supported URL
1. Lgin to the wp-admin
2. go open permalink settings
WordPress installation need few easy steps and you will have a brand new blog of your own. This is a fantastic platform and very very easy to use.
Follow these images to install wordpress -
1. search “Download wordpress” in google. Click the first search result
