martedì 10 maggio 2011

Html 5 part 2 : Forms


Until now forms were a mere list of fields to submit data. Validation is done on server side or client side with complicated rules of javascript. All these rules have to be implemented over and over for all the website unless you use some library. This article show you how html5 solved most of the problems with forms.

We have a lot of custom code to deal with forms. This is because the needs of developers evolved away from html. In particular forms need two things, nice UI and validation rules. Html5 addresses both of them. This is a non-comprehensive list, if you want more check the links at the top left corner.






Nessun commento: