News

JavaScript creates an XMLHttpRequest object. This object sends a request to the corresponding web server. The server processes the request and sends a response back to the browser. JavaScript reads ...
This morning we reported that the comments on Facebook are being indexed by Google. Google’s Matt Cutts just confirmed on Twitter that Google is now able to “execute AJAX/JS to index some ...
The new major release includes improved project organization through the app directory structure and enhanced TypeScript ...
The JavaScript-based Node.js platform was introduced in 2009, by Ryan Dahl, for Linux and MacOS, as a more scalable alternative to the Apache HTTP Server. NPM, written by Isaac Schlueter, launched ...
No hooking up of event handlers via "on". Nothing that says this JavaScript object is tied to HTML elements. That's loose coupling and gives me a more testable and more maintainable design.