HTML 5 Articles (18) - Page 2

Articles posted by registered members of DotNetFunda.com. You can also post an article and win monthly prizes as well as gain community credit points.

18 records found.
 
Ogipansrk
HTML5 TAG ELEMENTS 
Last updated on: 13 Jan 2012 05:46:18 AM by Ogipansrk | Views: 6569 | Category: HTML 5 |
Votes: 1 | Rating: 5 out of 5
In this article you will learn HTML5 new descriptive elements.
Ogipansrk
HTML5 Demo registration form 
Last updated on: 12 Jan 2012 10:07:09 AM by Ogipansrk | Views: 22836 | Category: HTML 5 |
This article gives you a practical implementation on how to use HTML5 to create a simple registration form.
SheoNarayan
Saving HTML 5 Canvas as Image on the server using ASP.NET 
Last updated on: 21 Jan 2012 08:28:08 PM by SheoNarayan | Views: 138392 | Category: HTML 5 |
Votes: 3 | Rating: 3.67 out of 5
HTML 5 has a very nice drawing API in the form of new Canvas element. Canvas is used for rendering graphs, game graphics, or other visual images on the fly. Canvas is a rectangular area that we can add to our HTML5 page. In this article, we shall learn how to draw a shape on the HTML 5 Canvas and save it as image on the server.