by Ryan Ragle | Mar 18, 2011 | Programming
One thing most Objective-C programmers know, like C, you can declare variables of the same type the long way, such as: NSString *street1; NSString *street2; NSString *city; NSString *state; or the preferred short way of: NSString *street1, *street2, *city, *state;...
by Ryan Ragle | Feb 10, 2011 | Apple, Programming, Xcode
Rushing through to figure out how to install the iAd Tester app on your iOS device and test with your local development machine? Me too. Here’s hoping the google gods pointed you in the right direction. First, a couple of assumptions: A. You’ve installed Xcode and...
by Ryan Ragle | Jan 16, 2010 | Programming
Just when you think you’ve finished a flash with any external file references, it will always come to bite you in the ass when you move it to the production servers. Case in point, there is a bug in Flash to do with assigning a skin attribute to the FLVPlayback.skin...
by Ryan Ragle | Dec 27, 2009 | Programming
If you do a lot of web work, chances are you play with both prototype and jquery. Even more, if you’re using the google APIs then it makes it really easy to load up these libraries. Using something like the following:...
by Ryan Ragle | Dec 23, 2009 | ActionScript, Programming
If you have ever written an AS3 preloader like this one, you may have noticed that on certain browsers they do not work correctly. Usually they hang as a results of having the total bytes as being returned as 0, instead of the actual size. The two most common browsers...
by Ryan Ragle | Dec 21, 2009 | After Effects, Programming
Harry Frank over at graymachine.com wrote a great article with some additional help of Lloyd Alvarez on using external documents with After Effects for text input. This has obvious benefits for anyone that is making a tireless amounts of lower thirds, sports stat...
Recent Comments