Popular JavaScripts which makes the web more richer and interactive

October 3rd, 2009 by Sunil

Now a days, JavaScript is unavoidable for any website. JavaScript enriches your website in the form of giving more interactivity to your web page and help to dressing up your web page.

The use of JavaScript can be listed like this

  1. Checking and correcting the form data in the user side
  2. Dynamically change the web page without reload it.
  3. Create applications like calculator, simple applications and games.
  4. Add effects to a web page which will attract more visitors

These are the important use of JavaScript. Some of them are very important, some of them not that much. Here I am showcasing some important JavaScript tools which commonly using in website.
Read the rest of this entry

Create Thickbox in WordPress with just 3 lines of code.

July 11th, 2009 by Sunil

We already know that WordPress is showing Thickbox in its backend (wp-admin). We can call the same Thickbox in the WordPress theme also. It is very simple and it will help to remove your Thickbox plugin(if you are using it).

First of all we need to insert the scripts necessary for creating the Thickbox. As I said earlier, WordPress is using jQuery and Thickbox already in its backend. So we just need to call the jquery and thickbox.

Read the rest of this entry