The JavaScript window.onbeforeload() event is fired just before the web page is unloaded. This gives us the ability to make sure that the user is certain about leaving the page that they are viewing. We can also use this to catch the browser closing event.
I have mixed the script with Jquery. We can use [...]
Detecting Browser close event using Jquery
December 13th, 2009 Posted in Web 2.0 Add lightbox to Wordpress blogs without using a plugin
October 27th, 2009 Posted in Web 2.0 There are a lot of plugins available for adding lightbox support to wordpress blogs. But I am trying to add the lightbox script directly to my blog here. I have followed the below steps to add the plugin to my wordpress blog
Step 1 : Download jquery lightbox plugin
Step 2 : Copy jquery.lightbox-0.x.js, jquery.js, jquery.lightbox-0.x.css from [...]
Add functions.php to Wordpress Themes
October 21st, 2009 Posted in Open Source, Web 2.0 We can use a functions.php file inside the wordpress theme like a plugin and gets automatically loaded during WordPress initialization. We can just create a file named functions.php inside the theme folder and can copy all the common functions inside the file.
It will act as a plugin and will load automatically that is we [...]
RSS Cloud and Real-Time RSS Feeds
September 9th, 2009 Posted in Web 2.0 RSSCloud is an element which is always been present in the RSS 2.0 spec but has drawn new attention with the rise of interest in the Real Time Web.
This is like the difference between checking your email every once in awhile and using a Blackberry to get new emails pushed to you as soon as [...]
HTTP over SSL or HTTPS
September 1st, 2009 Posted in Web 2.0 Hyper Text Transfer Protocol Secure (HTTPS) is a secure version of the HTTP. Using HTTPS, the computers agree on a “code” between the systems they communicates, and then they scramble the messages using that “code” so that no one in between can read them. This keeps your information safe from hackers.
They use the “code” on [...]
