Rounded corners for a div or any container holding your contents in your page looks cool, isn’t it. Good news is that the latest versions of all the major web browsers support CSS3. So you can…
Inline SVG support in HTML5 compatibility test
We know that we can write inline SVG or SVG tags directly in HTML5 document, but not all browsers support that. Here is a compatibility table that displays the support of inline SVG in HTML5…
Continue Reading “Inline SVG support in HTML5 compatibility test”
Creating dynamic SVG elements in JavaScript
While I was working on a HTML5 project I found this problem of creating SVG (Scalable Vector Graphics) elements dynamically in JavaScript. For example creating vector circles inside a for loop and adding them to…
Continue Reading “Creating dynamic SVG elements in JavaScript”
Build HTML5 mobile touch applications
The scene is changing and it seems new people are hopping onto HTML5 quicker than to Flex and Flash. HTML5 is quick and easy to learn and low in maintainence. With the world moving onto…