I just finished the first release of a new web app: SpriteHero. A CSS Sprite making tool built entirely in JavaScript and HTML.
I originally wrote SpriteHero as an AIR app a few years ago. I used to love making apps with Flex, AIR, actionscript, even MXML. I never would have imagined that I'd have more fun making an application in plain old HTML and JavaScript. But then came along amazing tools like Bootstrap and AngularJS. AngularJS is a javascript framework a that lets you create dynamic components in a declarative style. Another huge plus for HTML5/JavaScript is the WAI-ARIA standard which provides accessibility to rich internet applications. Live bindings that actually work better than the Flex Framework ever did seal the deal.
I will be publishing the code for SpriteHero on github shortly.



