E4X XML Cheat Sheet

Parsing XML is one of the major pain points in development. Without exact syntax you’re left scratching your head. After visiting the same collection of links over and over, I’ve decided to consolidate the more useful syntax into a single post. All examples can be used with both JavaScript and ActionScript as they are both […]

Optimizing JavaScript with Canvas for Mobile Devices

Interested in optimizing your JavaScript code with canvas? I received a couple great optimized JavaScript implementations for my ball animation where I slated Flash vs Canvas. We’ll keep Flash out of this discussion for now, as it appeared to cloud some of the points I was attempting to get across. Don’t worry the Flash optimizations […]