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...
Web Development
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...
A brief overview of the Android platform for developers
Recently I was studying some finer points of application development on the Android platform, and I was inspired to share some basic information with those who may be unfamiliar with the system. The first thing you need to know about Android applications is that they...
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...