There are over 100 major spoken languages in the world, each with millions of native speakers. Imagine for a moment how convenient it would be if everyone spoke a single language. Although the promise of Esperanto hasn't materialized, one can argue that JavaScript is the only programming language one needs to perform the most common of programming tasks.
Read morejQuery: Write less, do more
jQuery is an absolute requirement for any browser-based application or site. Why write 100 lines of DOM manipulation code using the W3C API when you can do the same work in 3 lines of jQuery? Plus, there are hundreds if not thousands of jQuery-based plugins available, many either free or modestly priced. These plugins solve common problems so that you don't have to.
Read moreModernizing a Classic ASP application
We were recently tasked by one of our customers to propose and prototype a new technology stack for a complex application built using Classic ASP. The existing application uses an Oracle database and the JScript scripting language (essentially, JavaScript). Our research led us to the following proposed technology stack…
Read more