This object is useful when you want to load external javascript files only when last one was loaded.
In this way you will form some sort of chainable javascript library loading, which will guarantee you that every file will be loaded only then when it has its dependencies loaded.
CSS rounded corners is a very nice effect. There are many ways to achieve it.
The easiest and fastest way is to use CSS round corner options. The good thing its fast and easy. The bad thing Internet Explorer browser does not support these options. If Internet Explorer isn't important for you, use options listed below.
How to create wordpress theme? Have you ever had a feeling that You can’t find and appropriate theme for Your Wordpress blog? Of course there a lots of guides that show you how to design a WordPress site, but creating a theme is a more difficult task. You know that You have a good design for it, or maybe You even have a finished xhtml template, but You don’t know how to make a Wordpress theme from it. What You really know is that You don’t have time to search for manual how to make one. Annoying isn’t it? :) Before you give up, I have put together a simple tutorial to help.
Ever wanted to make centered (vertically, horizontally) webpage with hiding content for other (smaller) resolutions? Look at the demo page for an example.
Javascript popup window script sometimes is useful for adding a popup window to your pages. When the user clicks on a link, a new window opens and displays a page.
In HTML td tag has an attribute named "valign" which can align content vertically. CSS doesnt have such an attribute, so you need to do some magic to achieve such a result. CSS vertical align.