HTML 5 Web Storage is a big deal for any developer with even a hint of JavaScript know-how. It means client-side storage, and client-side storage…
Taming Web SQL
If you’re coming from server-side development, Web SQL might appear to be both limiting and difficult to grasp. You’re used to sending a request to…
Just make the whole thing a link!
Who can be blamed for invalid HTML? The coder who created the markup? The browser that has an "anything goes" mentality to rending HTML? The…
HTML 5 Storage is better, but cookies aren’t gone yet
HTML 5 Storage is a promising addition to the web developers arsenal. However, it's name is confusing to many novices because it implies a connection…
Drop-Down Menu Techniques in Depth
Drop down menus are like parking ramps in that they allow you to “build-up”. Only, instead of building up to support more cars, we are…
Using sessionStorage to Conserve Mobile Bandwidth
If you're website also offers a mobile version, it's likely that you are pulling much of your data for the mobile site from your "desktop"…
New HTML 5 input types – use them!
HTML 5 brings new input types to supplement the standard text input. Notably: email url number range date search color If you've dabbled with these…
SiteKickr adds Markup Validation portlet
Keep your HTML in check with the new Markup Validation portlet.
Events SEO – Marking up with CSS, HTML & Microdata
There have been improvements in the HTML specification that now allow us to better mark up our event information. The microdata specification now allows us…