Category Archives: Development
Capturing tracking statistics from an iPhone application

I wanted to collect usage statistics from the users of my iPhone applications. The information Apple collects about free vs paid downloads is interesting, but a little hard to analyze. I wanted to see how much information I could collect, … Continue reading
Framework for having Multiple Views in an iPhone app

I needed to create an application base with multiple view controllers, and an easy method for switching between them. I came up with a solution that passes messages via the App Delegate, and has a parent View Controller that manages … Continue reading
Getting different Flash movies to talk to (and listen for) each other

Problem: You need to have a SWF file do something, based on something else that happened within a different SWF file. Restrictions: Must be Actionscript 2 (for example, because of banner ads, or to support older plug-ins) Why? Well, you … Continue reading