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 [...]

Onchange, form submit – Error

Posted by Sajith M.R in html on 10. Nov, 2009 | 0 Comments

If you are facing onchange and form submit of select-box (combo box) in html, you are not alone.
In sometimes onchange = “document.formname.submit()” won’t submit the form, while it works on other html pages.
There is hidden truth of this problem is , there may be some other input having the name “submit”. This cause problem in [...]

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 [...]

Google Chrome

Google Chrome

Posted by Sajith M.R in webworld on 03. Sep, 2008 | 5 Comments

10 Features of Google Chrome – Youtube Video
[youtube:http://in.youtube.com/watch?v=Xlh8gSF_hhE]
Yes, a browser with very simple layout. The features i like in this new browser is its full screee view. The only thing in the top area is the location bar. No other menus or buttons or panels are there. It gives a comfort feeling. (All other browsers [...]

The biggest blunder I ever made with PHP

The biggest blunder I ever made with PHP

Posted by Sajith M.R in php on 12. Jul, 2008 | 6 Comments

I was writing a php code to parse images from a particular url . At the begining I used http://www.google.com as a testing url.
When I tested the php code from my local machine (http://localhost) it took time to get data from a remote url (google.com) . So I decided to check this code with [...]