HTML5 Placeholder Attribute

When creating web forms it is often nice to throw in a hint as to what should be entered into the field. This is a nice nuance that adds a nice level of interaction to your site. Previously you would...

Read More

HTML 5 DOCTYPE Caution

So your using HTML 5 now. You just put in your DOCTYPE as: <!—- Using HTML 5 finally woo hoo! --> <!DOCTYPE html> You open up your HTML 5 page in IE9 to discover that it forces you automatically into...

Read More