Jason Rowe

Be curious! Choose your own adventure.

Tag: JavaScript

  • Getting back into JavaScript

    The last time I did any serious JavaScript was around the time Sizzle was added to JQuery, Google Chrome was brand new, and MarketWatch.com started using canvas charts. Note: Here is a quick overview of JavaScript that is as short as possible, but explains every major feature. I would also recommend following the 2ality website […]

  • JavaScript: Create Advanced Web Applications With Object-Oriented Techniques

    I just started working with OOP in javascript and found this article very informative. The section on prototypes was very helpful as I have been digging around in the YUI library lately and found that area confusing. JavaScript: Create Advanced Web Applications With Object-Oriented Techniques The article has lots of examples if you click on […]