Every HTML tag has a meaning to it. Few examples below, <p> – is meant to show paragraphs <span> – is used to show inline text <div> – used to contain other content. <header> –…
Articles with HTML5
Save HTML5 Canvas Image to Gallery – Phonegap Android plugin
Update Readers of this post have raised issues with the plugin. I have to personally check for the issues but while using the plugin if you find any issues, you might want to debug it…
Continue Reading “Save HTML5 Canvas Image to Gallery – Phonegap Android plugin”
HTML5 SVG Support check using JavaScript – the simple way
My last post talked about how you can detect whether your browser supports HTML5 Canvas or not using simple JavaScript technique. Based on the same principles, this post illustrates how you can detect if your…
Continue Reading “HTML5 SVG Support check using JavaScript – the simple way”
HTML5 Canvas Support check using JavaScript – the simple way
This is how you can check for HTML5 Canvas support in your browser by using JavaScript, there’s no need of an external library like Modernizer to do a simple check like this. In fact most…
Continue Reading “HTML5 Canvas Support check using JavaScript – the simple way”
Cooler modal popup example – how to open multiple popups, scrolling pop ups per page
Some time back I came up with a cooler modal pop up window using CSS3 and JavaScript specifically for mobile webkit browsers. The example that I presented had only a single button, a click on it…
Replicating the iPhone Swipe Gesture – Vertical swiping
For those who wanted a vertical swiping feature to the the swipe gesture gallery that I created earlier, this post has a new demo and minimal explanation about a vertical swipe gesture gallery. Now you can…
Continue Reading “Replicating the iPhone Swipe Gesture – Vertical swiping”
HTML5 Canvas – toDataURL() support for Android devices – working Phonegap 2.2.0 Plugin
Update Save HTML5 Canvas Image to Gallery – Phonegap Android plugin I have a Phonegap Android plugin that helps to save HTML5 Canvas Image to the Gallery. See it here. Back to the actual post,…
Replicating the iPhone Swipe Gesture – auto scrolling feature
This is an update to the Replicating touch swipe gesture javascript implementation series that I have been writing for some time now and this time I have tried out the auto scrolling feature. Sometimes users…
Continue Reading “Replicating the iPhone Swipe Gesture – auto scrolling feature”
Circular swipe gesture gallery – looping through images
This is another update to the regular swipe gesture gallery that I created in two of my earlier post – post1, post2. This time I have implemented the looping feature for the images. The gallery…
Continue Reading “Circular swipe gesture gallery – looping through images”
CSS3 Coverflow animation for iOS – Adding Touch gestures
Here’s a sneak peak at the touch version of the Coverflow animation. The app is fully touch enabled, you can swipe across the screen to move the images or tap on any image individually to…
Continue Reading “CSS3 Coverflow animation for iOS – Adding Touch gestures”