How to create VDF Web Applications: Difference between revisions

m
Line 35: Line 35:


= In the trenches =  
= In the trenches =  
== Validation ==
Here are some good links for validating :
*[[HTML]] ( validate here: [http://validator.w3.org/]  )
*[[CSS|Cascading Style Sheets]] ( validate here: http://jigsaw.w3.org/css-validator/ )
*[[Javascript]] ( validate here: http://www.jslint.com/ )
== Styling using css ==
== Styling using css ==


Line 43: Line 51:


== Javascript on the client ==
== Javascript on the client ==
Javascript can be good for validating what the user enters on the screen. It can also be good for fancy [[AJAX]] techniques.  
[[Javascript]] can be good for validating what the user enters on the screen. It can also be good for fancy [[AJAX]] techniques.  
 
== Validation ==
Here are some good links for validating :
*[[HTML]] ( validate here: [http://validator.w3.org/]  )
*[[CSS|Cascading Style Sheets]] ( validate here: http://jigsaw.w3.org/css-validator/ )
*[[Javascript]] ( validate here: http://www.jslint.com/ )




*[http://www.quirksmode.org/js/contents.html quirksmode javacript ]


[[category: Web Programming]] [[Category:Stub]] [[Category:Cookbook]]
[[category: Web Programming]] [[Category:Stub]] [[Category:Cookbook]]
1,134

edits