JBar – Jquery Bar

JBar – Jquery Bar

Posted by Sajith M.R in Downloads, php, webworld on 27. Dec, 2009 | 0 Comments

Flash messages or notification messages are very essential part of every update/edit or delete operations. We either use ajax update messages like “You account has been updated” or “Your photo has been successfully deleted”
Here, a new plugin of jQuery can be used to display the flash messages like twitter. (see twitter’s settings page)
I added some [...]

Firephp

Firephp

Posted by Sajith M.R in php on 18. Aug, 2009 | 2 Comments

We like firebug , We like PHP , if so, We also begin to  like FirePHP !!!
Using firephp , you can debug your php code. Firephp is a firefox plugin which works on firebug console.

In our php life, we know we can use echo function to print or debug the value of a variable and [...]

Wordpress Plugin – Warning Before Closing

Wordpress Plugin – Warning Before Closing

Posted by Sajith M.R in Downloads, webworld on 29. Oct, 2008 | 6 Comments

Today i published my new wordpress plugin, which control user navigation. The plugin name is “Close Warning”.
It prompts the user a confirmation message before they close the browser window or tab. After that a lightweight window popup jumps up with your preset announcement or message  (in richtext format)
The Advantages >>

You can avoid the accidental close [...]

Warning before navigate away from a page

Warning before navigate away from a page

Posted by Sajith M.R in html on 19. Jul, 2008 | 13 Comments

In some cases, if you are in between any work of editing or typing a content, and you wont let the visitor to navigate away from the page without particular condition, say the document is not saved yet, you can block the navigation (even the closing of the browser window) with Javascript.
Here is the [...]