Mar 28, 2011

Cross-Browser HTML5 Placeholder Text

One of the nice enhancement in HTML5 web form is being able to add placeholder text to input fields. Placeholder attribute allows you to display text in a form input ...

Mar 25, 2011

Quick Interview with Jamie Kosoy @bigspaceship

Today it is my pleasure to have a quick interview with Jamie Kosoy who is the associate technical director of Big Spaceship. He is also one of the speakers at ...

Mar 8, 2011

The Wall is Redesigned

After three and half years, I finally redesigned Web Designer Wall. I launched Web Designer Wall in August 2007 and haven’t made any changes since then. Today, I think it ...

Feb 23, 2011

CSS Specific for Internet Explorer

As much as we don’t like to deal with the IE bugs, we still have to face it because your boss and visitors are still using Explorer. It gets frustrating ...

Feb 8, 2011

CSS: Clearing Floats with Overflow

One of the common problems we face when coding with float based layouts is that the wrapper container doesn’t expand to the height of the child floating elements. The typical ...

Jan 20, 2011

HTML5 Grayscale Image Hover

Once upon a time, grayscale image has to be manually converted in order to be displayed on the web. Now with HTML5 canvas, images can be manipulated into grayscale without ...