- About
- Agile Chronicles
- Consulting Chronicles
- JXL TV
- Email Me
- (678) 253-7730
- Follow @jesterxl on Twitter
- lolz on my Tumblr
- ch00nes! - Playlist | Mixes
- Art
- Axe me a question
About Jesse Warden
JXL TV
Technology News & Interviews w/ Beer
Flash MX 2004 has Save All under the file command but does not have a Publish All. I have 7 documents I’m currently working on and updating constantly throughout the day. Instead of clicking each tab, and then Shift + … Continue reading
We’re building an app at Bellsouth where the HTML pages & Flash are looking very similar since we’re using the same design assets to help in consistency & continuity. I didn?t want the plethora of graphics and bitmaps floating around … Continue reading
Not much of an engine, but I need to generate events when an animation completes, so devised this function to do so. It’s based on the start and stop frames of the animations being static variables; basically enumerated values. You … Continue reading
When implementing the Command pattern for this game concept I’m working on at home, I had a need for the command to also support an “executed” method. Typically, it executes, and that’s the end of it. However, I’m managing the … Continue reading
Waiting on Java programmers, so trying to be effective with my time. Figured I’d show some code snippets I’ve found useful over the past couple of weeks. Hopefully someone can gleen some use from ‘em. First on da platter is … Continue reading