Javascript
Javascript, also known as ECMAscript, is used to make web browsers perform certain actions before returning to the web server. It depends on web browsers behaving the same. This was problematic for a long time, but is getting much better. Here are a few Javascript resources.
- http://www.javascript.com/
- JavaScript Puzzlers: A 37 Question JavaScript Quiz
- JavaScript Tools of the Trade: JSBin
- JavaScript: The World’s Most Misunderstood Programming Language – Douglas Crockford © 2001
- His more recent book JavaScript: The Good Parts – Douglas Crockford © 2008
- The Young Developer’s Guide to Debugging JavaScript
By ANDRE BEHRENS – N.Y. Times - JavaScript Language Resources
- JavaScript Weekly – A free, once–weekly e-mail round-up of JavaScript news and articles.
- Select All_ JavaScript for Forms Posting to an Array
- WYSIWYG Editors written in Javascript
- http://jquery.com/
- Frequently Misunderstood JavaScript Concepts by Michael Bolin, October 28, 2013
- Learn to play Javascript by playing this game – Code Combat
- (new) Speaking Javascript by Dr. Axel Rauschmayer – free HTML version – March 2014
- (new) You Don’t Know JS book series – free online, or you can buy them – Feb. 2015 It is simultaneously a simple, easy-to-use language that has broad appeal, and a complex and nuanced collection of language mechanics which without careful study will elude true understanding even for the most seasoned of JavaScript developers.