How to create VDF Web Applications: Difference between revisions

m
Line 28: Line 28:


= Web development primer  =
= Web development primer  =
Now - after having being told that you really shouldn't be doing any clientside code when you are a vdf programmer, then here are some instructions for doing exactly that!
== The basics ==  
== The basics ==  
You should always make sure that any html/javascript/css you do validates to the current standards. It will save you time in the long run.
You should always make sure that any html/javascript/css you do validates to the current standards. It will save you time in the long run.
'''Toolset for writing valid clientside code:
'''
*[[HTML]] ( validate here: [http://validator.w3.org/]  )
*[[HTML]] ( validate here: [http://validator.w3.org/]  )
*[[CSS|Cascading Style Sheets]] ( validate here: http://jigsaw.w3.org/css-validator/ )
*[[CSS|Cascading Style Sheets]] ( validate here: http://jigsaw.w3.org/css-validator/ )
*[[Javascript]] ( validate here: http://www.jslint.com/ )
*[[Javascript]] ( validate here: http://www.jslint.com/ )


== Advanced ==
'''Advanced techniques'''
Before doing more advanced stuff on the clientside of things, you should take the time to familiarize yourself with the material on quirksmode.org. It provides a great overview on how things operate on the different browsers out there.
*[http://www.quirksmode.org/js/contents.html quirksmode javacript ]
*[http://www.quirksmode.org/js/contents.html quirksmode javacript]
*[http://www.quirksmode.org/css/contents.html quirksmode css]
*[http://www.quirksmode.org/css/contents.html quirksmode css]






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

edits