Quirky little page with some useful scripts than can hurt the JS newbies brain:
http://www.codecoffee.com/articles/9tips.html
Quote from: Lazybones on June 07, 2006, 08:31:58 AM
Hmm nothing new there, but really useful if you are just starting out.
True, a little collection of handy code snippets. But then again the indernets have tons of great, easy to navigate "tutorial" sites for pretty much any programming language or development methodology etc.
http://www.w3schools.com/ and http://www.devguru.com/ are great reference sites, but I've found plenty of others that I can't remember the name of.
And really, a lot of those 9 examples rely on some conceptual knowledge that is certainly beyond a "newb" competency, so they would be mucho confuso when/if there are errors that occur (for example, the "checkbox" example is passed a *count* of checkboxes to affect -- instead of a checkbox name from which could then be calculated the # of checkboxes ::) )
PS: I found at least 3 errors in the logic of the examples -- how many did you guys find ;)