Quantcast
October 12, 2011

Web Storage Specifications for HTML5

Tweet Local storage over the internet is supported by most of the modern browsers. This local storage provides functionality similar to that of cookies, but it […]
October 10, 2011

Creating Simple Puzzle Game with HTML5 Canvas

Tweet A lot of interesting developments can be performed with the help of HTML5 <canvas> element. In today’s tutorial, we would create a simple puzzle game […]
October 1, 2011

Creating a Portfolio with HTML5

Tweet You can create a completely customizable portfolio with the help of HTML5 and optionally using JQuery. First of all, we would need to write a […]
September 24, 2011

Structural tags in HTML5

Tweet Although common tags were present in the previous versions of HTML, HTML5 introduced special structural tags which considerably enhanced the power and ease of web […]
September 24, 2011

Creating Vector Masks with HTML5 Canvas Element

Tweet With the canvas element present in HTML5, a lot of interesting things such as games, video effects and graphs etc can be created.  It can […]
September 20, 2011

Using Range Input to create HTML sliders

Tweet The range element that has been introduced in HTML5 and that was missing in the previous versions can be used to create a variety of […]
September 17, 2011

Developing HTML5 cache for offline access

Tweet Internet is omnipotent these days but what is more important than website is the web application. Most of the business users as well as a […]
September 11, 2011

HTML5 Audio Standards

Tweet The audio tags added in HTML5 and which were missing in the previous versions is certainly something that makes life much easier for both web […]
August 21, 2011

HTML5 LocalStorage

Tweet The use of HTML5 in application development is increasing with each passing day and tech giants like Apple and Adobe are increasingly employing HTML5 developers […]
August 10, 2011

Making an iPhone app with HTML5 and CSS

Tweet Most of the iPhone applications at present are being developed in objective C which, for those who don’t have a programming background, is quite hard […]