View Single Post
Old 08-17-2011, 03:05 AM   #1
arcadata
Grand Sorcerer
arcadata ought to be getting tired of karma fortunes by now.arcadata ought to be getting tired of karma fortunes by now.arcadata ought to be getting tired of karma fortunes by now.arcadata ought to be getting tired of karma fortunes by now.arcadata ought to be getting tired of karma fortunes by now.arcadata ought to be getting tired of karma fortunes by now.arcadata ought to be getting tired of karma fortunes by now.arcadata ought to be getting tired of karma fortunes by now.arcadata ought to be getting tired of karma fortunes by now.arcadata ought to be getting tired of karma fortunes by now.arcadata ought to be getting tired of karma fortunes by now.
 
arcadata's Avatar
 
Posts: 11,230
Karma: 4651787
Join Date: Mar 2009
Device: Kindle, Kindle Fire, iPad, iPod Touch, Sony PRS-350
Free (Kindle) Safari Books Online books (OReilly Media)

Free from Safari Books Online (OReilly Media):

JavaScript Bibliography by Editors of Safari Books Online

Quote:
Product Description
After the browser became a worldwide instrument to access the World Wide Web, there was a need for a language that could be interpreted by the web browser that could make pages interactive. This need was fulfilled by a new programming language written by Brendan Eich, called JavaScript. Later, officially named as ECMAScript, JavaScript is a powerful loosely typed and prototype-based dynamic scripting language. It's an object-oriented programming language as well as a functional language, since its functions are first-class objects. JavaScript was initially adopted solely to make pages interactive, but it became a popular programming language with the rise of DOM Scripting and AJAX. Dealing with the DOM (model representing a web page) and with AJAX is a challenge given all the different browsers implementations. To cope with this issue, developers started implementing JavaScript libraries and frameworks and the popularity of JavaScript increased incredibly.Today, desktop and mobile web applications contain a fair amount of scripts, so writing good JavaScript code is vital for the success of a web application. JavaScript is also now used on the server as well as the client-side.We have chosen a selection of the most useful books for JavaScript development in this bibliography. You can learn how to start programming with JavaScript and you can dig into most advanced topics such as performance, design patterns and best practices. You can find reference books on the most popular JavaScript libraries such as jQuery, YUI, Mootols, Dojo and ExtJS and how to enhance the user experience through DOM Scripting and AJAX. If you are writing mobile apps, you will want to read how to create applications with web technologies.

Last edited by arcadata; 08-17-2011 at 03:14 AM.
arcadata is offline   Reply With Quote