How to tell HTML from HTML5

How to tell HTML from HTML5

Tech newsletters

Just to share some newsletters I subscribe to. We all live in a world filled with noise and interruption. Sounds old school, but this is how I manage all the constant updates in tech world.

This way I don’t have to lurk HN, Reddit or other places while keeping focus on other important stuffs for the week.

Check these out.

Apart from above I do subscribe to some weekly newsletter over at StackExchange (StackOverflow, ServerFault, Programmers) just to get a glance at good questions/tips on related stuffs.

Generators for webdesign

Some handy generators

  1. Ultimate CSS Gradient Generator - developed by Colorzila. 
  2. Bootstrap Buttons - a great extension to Twitter’s Bootstrap

The biggest disadvantage is that CSS and HTML are terrible technologies that weren’t designed for page layout. They were designed for structured content presentation, like for a newspaper, where all the elements throughout the website are the same and are re-used. Dustin Curtis

FORMating your FORM semantically!

Head over to Dynamic50’s article on semantic forms. There are some interesting links in the article. Then check out their generic form here. Looks nice and I like it.

Rails scaffold will generate forms using <p><label /><br /><input /></p> style. Seems like it’s not semantically right. Time for change I guess.

p/s: Use Rails scaffold for basic design of your site please :)