Tips
jQuery has a new method of wiring up events. It’s called ‘on’. It’s actually been around since jQuery 1.7 which was released November 3,... Background I’m using AppHarbor to host an ASP.NET site I built a few years ago. This year I started charging for it, so I... From time to time, I find myself needing to connect to a debugging VS website from another machine. Maybe it’s for a demo, maybe... Getting your app into beta tester’s hands is a pain. Even with new services like Test Flight the process is confusing and clunky for... Migrating a project from V2 to V3 LLBLGen project was a huge pain. Since I work in 30+ projects that use V2, I decided... My latest project has me doing A LOT of string manipulation which is a huge pain in objective-c. To top it off, I’d really... Migrating the core data schema on an iOS app is like a monster in a cave. When I walk by, the monster growls and... I've been really digging into using JavaScript with Photoshop in the last few months. Today I made a wonderful, mysterious discovery. Discovering the Photoshop... My latest posted discussed showing a UI that had textareas, buttons, and more so users could interact with your Photoshop script. But now I... Every time I make an iOS app, I shy away from Core Data and end up storing data in a plist or sqlite. It's...