Category Archives: debugging

A First Date with Unit Testing in Flash Builder 4

Unit testing is a topic that creates a variety of opinions. For a lot of people it is like a first date – the first time they try to take out unit testing for a spin it seems like it … Continue reading

By: Chase Brammer Categories: Blogroll / debugging / flash / flex

Flex: Loading Remote Modules Throws the following: “Error: Unable to load resource module from…”

Recently I was working on localizing a Flex project to handle multiple languages.  There are a bajilion examples on the web of ways to do this, and I found a few helpful ones.  The most helpful was this one. Since … Continue reading

By: Bryce Barrand Categories: debugging / flex

iPhone HTTP Connection Debugging

Nearly all iPhone applications take advantage of the device’s amazing internet connectivity. Whether its checking the balance of your bank account or using an interactive web application in Safari, there is a tangible level of connectedness. Wouldn’t it be great … Continue reading

By: garyr Categories: debugging / iPhone