There are lots of new features in HTML5, but some elements from HTML4 have been changed or removed. So here are a few tips for changes you might need to make if you're upgrading. 1. The CENTER tag The center tag was deprecated in HTML4/XHTML, and not allowed in XHTML...
Websites
5 Ways to Speed Up Your Website
If I go to the homepage of a website on a computer with a fast connection, and after 5 seconds there are still large pieces of the page missing, something's wrong. So in the interest of making the internet a better place for all, especially those without...
5 Cool Features of CSS3
Like HTML5, CSS3 is currently in draft form, and has varied support across the major browsers. All of the major browsers are at least developing support for the existing CSS3 properties, however. CSS3 goes hand-in-hand with HTML5 to make pages simpler by reducing...
5 New Features in HTML5
HTML5 is still a work in progress, and some parts are still being refined or are subject to change, but partial experimental support is already existent in most major browsers. At this point I wouldn't recommend building a whole website in HTML5 without any kind of...
Markup Validation
I've read plenty of articles about the all-importance of validation, and some about why validation isn't important. The articles that dismiss striving for the green light usually cite examples of people breaking down their code and inadvertently removing functionality...