Archive
- 2012 (4)
- 2011 (43)
- December (15)
- Android Developer
- Artichoke Dip
- French Toast Strata
- Rain's HMI 2011 Seminar
- Muddie buddies
- Nicosia's Sicilian Meatball Sauce on Spagetti
- Chili Verde
- Bulls Eye Toast
- Homemeade Tomato Soup
- Introducing Rain's Newest Department
- Flex 360 2012 in Denver
- Bananas
- The Best Cereal in the World
- Buttermilk Syrup
- Brazilian Lemonade
- November (1)
- October (2)
- September (3)
- August (3)
- July (3)
- June (4)
- May (4)
- April (3)
- March (5)
- December (15)
- 2010 (9)
- 2009 (28)
- December (3)
- November (2)
- October (1)
- September (5)
- August (6)
- Avoiding Design and Advertising Apathy
- Creating JNIs in XCode
- Rain joins the ranks of international elite - man, we are good.
- The Formic War Model for Interactive Application Development
- Flex: Loading Remote Modules Throws the following: "Error: Unable to load resource module from..."
- iPhone HTTP Connection Debugging
- July (3)
- June (2)
- May (1)
- March (1)
- February (2)
- January (2)
- 2008 (7)
- 2007 (10)
Categories
- administrivia
- Blogroll
- clients
- css
- debugging
- design
- development
- discovery
- estimating
- flash
- flex
- 360 Flex
- A First Date with Unit Testing in Flash Builder 4
- Academy of Information Technology Spring Conference
- Alternative Implementation of Grant Skinner's Spelling Plus library (SPL)
- Beginner AS3 classes
- Building Flex Libraries (the SWC) with ANT
- Cursor/Iterator for Vector and Array
- Documenting Your Code for Fun and Profit
- Events 101
- Flash Memory Management (Ellis)
- Flash Memory Management (Ty)
- Flash Player Update Now Available
- Flex 4 Circular Slider
- Flex Custom Component Lifecycle
- Flex: Loading Remote Modules Throws the following: "Error: Unable to load resource module from..."
- Inspiration and Information : Our Favorite Feeds
- Rain SVG
- Resource Bundle-Resource String
- Showing Progress for Multiple Loaders
- html
- html5
- iPhone
- javascript
- jobs
- Li3
- marketing
- memory
- mobile
- node
- php
- project management
- rant
- sales
- service
- svg
- administrivia
Category Archives: flex
Documenting Your Code for Fun and Profit
When writing code for a project, the developer writing the code has a pretty good idea (usually) of what’s going on in their code. However, there are many times where a new developer is brought on to a project in the middle … Continue reading
Inspiration and Information : Our Favorite Feeds
This morning while perusing my daily feeds I found a diagnostic stylesheet (CSS) I will probably use, a link to a very funny Chuck Norris video, and learned how to restyle a Window’s login screen. All of this took less … Continue reading
Flash Memory Management (Ellis)
References When you assign a value of a simple type to a variable, the variable actually stores the value (i.e., myNum = 5, myNum actually equals 5). Variables that point to objects are different. Instead of storing the object in … Continue reading
Flash Memory Management (Ty)
Flash Player 9 has a powerful Virtual Machine that runs ActionScript 3 at speeds worthy of high-end applications while managing memory automatically. To help keep up that performance and minimize unused memory there are some basic principles to remember when … Continue reading

