Link here.
Some useful links I try to save here to help me with web development and hopefully other developers out there!
Showing posts with label validation. Show all posts
Showing posts with label validation. Show all posts
Monday, January 7, 2013
Saturday, December 22, 2012
Tuesday, April 17, 2012
Bits and pieces about HTML 5 FORMS !
Link here.
A look into the browser support for different new html5 forms by wufoo.
Link here.
Modernizr helps to check which css3 features are available in the current User Agent easily.
Even, a specialized and minified js can be generated here which checks for only those features that we want.
This helps a lot in front end designing front ends on different browsers.
Link here.
Webforms2 is a script to implement cross browser html 5 forms. Even for old browsers like IE6-7, Safari 3, Mozilla 1 etc.
Link here.
To dive into html 5 input types ! and form validation types ! I love the way, the author has explained small simple changes that can be done for html5 upgradation.
Link here and here.
Pretty interesting html5 form validation techniques. Also features a script that runs fallback functions for browsers not supporting html5. But, the posts are 2 year old. So a lot of changes would have taken place since then. Still, is a good read.
Link here.
A javascript library for non supporting html5 browsers at github basically for forms.
Link here.
To check which input attributes are supported by which browsers on desktops.
&
Link here.
To check which input attributes are supported by which browsers on mobile.
A look into the browser support for different new html5 forms by wufoo.
Link here.
Modernizr helps to check which css3 features are available in the current User Agent easily.
Even, a specialized and minified js can be generated here which checks for only those features that we want.
This helps a lot in front end designing front ends on different browsers.
Link here.
Webforms2 is a script to implement cross browser html 5 forms. Even for old browsers like IE6-7, Safari 3, Mozilla 1 etc.
Link here.
To dive into html 5 input types ! and form validation types ! I love the way, the author has explained small simple changes that can be done for html5 upgradation.
Link here and here.
Pretty interesting html5 form validation techniques. Also features a script that runs fallback functions for browsers not supporting html5. But, the posts are 2 year old. So a lot of changes would have taken place since then. Still, is a good read.
Link here.
A javascript library for non supporting html5 browsers at github basically for forms.
Link here.
To check which input attributes are supported by which browsers on desktops.
&
Link here.
To check which input attributes are supported by which browsers on mobile.
Labels:
browser,
form,
html5,
validation
Subscribe to:
Posts (Atom)