Tag Archives: JavaScript


ColdFusion 10 features


ColdFusion 10, the next major release of the Adobe Programming language is almost ready for prime time and they have recently released some articles to explain all the new features the language will support.The next version has greatly improved support… More

Common Design Patterns in JavaScript


Anyone who has been programming for some time has come to realize the value of understanding design patterns, regardless of whether or not your background includes a CS degree. In my experience though, I have found that deciphering the definition of a … More

Bootstrapping Edge Compositions


New in Preview 6…
We added a small feature with Preview 6 that makes a big difference if you are trying to make multiple Edge compositions work together or if you are integrating an Edge composition into a larger website framework. The Edge prelo… More

Get Started with the Ember JavaScript Framework


One thing I think everyone can agree on is that there is no shortage of frameworks for JavaScript. Nevertheless, there still seem to be another new framework announced each week. I’ve even tried to track and categorize hundreds of JavaScript framewor… More

JavaScript design patterns – Part 2: Adapter, decorator, and factory


Use these design patterns as proven programming techniques to help make your code more maintainable, scalable, and decoupled. More

Getting started with Adobe Edge


Get up and running quickly with Adobe Edge, a new tool for creating animated and interactive content for the web using HTML5, CSS3, and JavaScript. (7:11)
More

Getting started with the Flash Professional Toolkit for CreateJS


Learn how to publish animated assets for the CreateJS suite of open source JavaScript libraries to create rich, interactive experiences for HTML5. More

Using the Flash Professional Toolkit for CreateJS


Learn how to use the Flash Professional Toolkit for CreateJS to publish animated assets for the CreateJS suite of open source JavaScript libraries to create rich, interactive experiences for HTML5. More

The Pew Pew Manifesto


This is the last post of the Pew Pew Chronicles – a series of blog posts about a crazy journey that eventually led to Pew Pew becoming one of the first apps in Microsoft’s App Store.
I would like to end this series with summarizing the un… More

Unit test JavaScript applications with Jasmine


Learn some basics of JavaScript unit tests, test-driven development (TDD) and behavior-driven development (BDD), and apply your new knowledge with Jasmine. More