Category
Web Development
7 posts.
Dec 3, 2012
How to validate Date using Javascript Regular Expression
Here is a simple Javascript function to validate a date in US format.
Nov 8, 2011
How to redirect homepage in Joomla
Joomla is a wonderful platform to publish websites. With readily available templates you can have your website up and running in no time. Sometimes though you m
Feb 17, 2010
An HTML element you don’t want to omit.
As web developers we have the tendency to blame web browsers for inconsistencies and for not displaying the pages as designed. Most of the time the blame is jus
Feb 1, 2010
Why you should stop using onload method.
It is amazing that many web developers still use onload method embedded in the BODY tag, like <HEAD> <BODY onload=”document.contact.userID.focus(
Jan 29, 2010
Five free tools to choose perfect colors for your website.
Color coordination plays a big role in the look and feel of a website. An appealing color scheme is an important prerequisite for eye-catching web design. Dull
Jan 19, 2010
How to position HTML element in the center using CSS.
Positioning text in the center of an element is easily done using text-align:center property. But how do you position an entire element, for e.g; a div or an im
Jan 10, 2010
Reset CSS: A simple solution to browsers’ inconsistencies.
One of the challenges web designers face is to get various web browsers render their web pages in a consistent manner. The reason is every browser assigns sligh