This second edition adds a clear and authoritative treatment of the theory, which is combined with an emphasis on practical programming issues. This is a broad and highly readable introduction to the subject for advanced students and programmers.
http: / / www.ida.liu.se / ~ulfni / lpp /
Ajax (asynchronous JavaScript and XML), or AJAX, is a group of interrelated web development techniques used for creating interactive web applications or rich Internet applications. With Ajax, web applications can retrieve data from the server asynchronously in the background without interfering with the display and behavior of the existing page
http: / / en.wikipedia.org / wiki / AJAX
Google Chrome is a browser that combines a minimal design with sophisticated technology to make the web faster, safer, and easier.
http: / / www.google.com / chrome
Lazy loading is a design pattern commonly used in computer programming to defer initialization of an object until the point at which it is needed. It can contribute to efficiency in the program's operation if properly and appropriately used. The opposite of lazy loading is Eager Loading.
http: / / en.wikipedia.org / wiki / Lazy_loading
The Standard Template Library, or STL, is a C++ library of container classes, algorithms, and iterators; it provides many of the basic algorithms and data structures of computer science. The STL is a generic library, meaning that its components are heavily parameterized: almost every component in the STL is a template. You should make sure that you understand how templates work in C++ before you use the STL.
http: / / www.sgi.com / tech / stl /
A succinct, type-inferred, expressive, efficient functional and object-oriented language for the .NET platform.
http: / / research.microsoft.com / fsharp / fsharp.aspx
Oracle JDeveloper is a free integrated development environment that simplifies the development of Java-based SOA applications and user interfaces with support for the full development life cycle.
http: / / www.oracle.com / technology / products / jdev / index.html
Sams Teach Yourself JavaScript in 24 Hours serves as an easy-to-understand tutorial on both scripting basics and JavaScript itself ...
http: / / www.informit.com / library / library.aspx?b=STY_JavaScript_24_hours
PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML.
http: / / www.php.net /