Tip of the week, Week 31 - HTML5 Boilerplate
This is a short and simple tip, but very usefull when dooing new HTML5 based projects.www.html5boilerplate.com will help you structure your markup for a new HTML5 page. It gives you the ability to…
This is a short and simple tip, but very usefull when dooing new HTML5 based projects.www.html5boilerplate.com will help you structure your markup for a new HTML5 page. It gives you the ability to…
Content Delivery Networks for you javascripts Content Delivery Network - CDNA content delivery network(CDN), is defined as "a large distributed system of servers in multiple data centers in the…
Easy HTML5 & CSS3 backwords compatability Modernizr.js is a nifty little javascript plugin for all yout html5 worries.The concept is that you write html5 code, with no regards to browsers beeing able…