HTML5 Forms: The Markup
This is the first in a three-part series about HTML5 web forms. We’ll cover the…
10 HTML Tags You May Not Be Using
As a front-end developer you no doubt use HTML constantly and probably feel it doesn’t…
How to Create a Calendar Icon in HTML5 and CSS3
It looks great, is ideal for a smart phone calendar app and is very topical…
HTML5 Form Validation
Strictly speaking, you should make sure you're using the HTML5 DOCTYPE, otherwise you'll run into…
How to Use HTML5 Data Attributes
Back in the old XHTML/HTML4 days, developers had few options when storing arbitrary data associated…
Easier Ajax With the HTML5 FormData Interface
If you’re developing a single-page application or practicing progressive enhancement techniques you’ll often need to…
HTML5 Geolocation
The Geolocation API of HTML5 helps in identifying the user’s location, which can be used…
HTML5 Web Storage
One of the reasons that certain technocrats favor native applications is their ability to store…
The HTML5 form Attribute
HTML4 and XHTML insisted that all form elements — including the submit button — were…
Setting HTML Checkbox and HTML Radio Button Defaults
If you’ve been coding on the web for more than a few minutes, you’ll have…