Alocola is a free web-helper application that we’ve created that lets users provide their location information when websites ask for it. It is available from the App Store now. Alocola works with Safari. With Alocola, web developers need not create their own iPhone apps. Users simply browse in Safari the way they normally would; when [...]
Alocola: Mobile Orchard’s Safari Helper: Makes Websites “Location Aware”
by Dan Grigsby on 21. Jan, 2009 in Resources, Tips, Tools, Tutorials
ActiveRecord.js: Object Relational Mapping (ORM) for your iPhone Webapps
by Peter Cooper on 19. Jan, 2009 in Tools
ActiveRecord.js is an open source object relational mapper (ORM) for JavaScript that takes a lot of inspiration from Ruby on Rails’ ActiveRecord database access library. In theory, objects are used to encapsulate database access and add domain logic. In practice, you can do things like this: var fred = User.create({username: ‘fred’,age: 32}); fred.username // => [...]
Google Releases Objective C Toolbox
by Peter Cooper on 14. Jan, 2009 in Tools
Google has released an eclectic set of tools for Mac and iPhone developers called “Google Toolbox for Mac” in an attempt to share some sample code, conventions, and tools that Google believes Mac developers could use for inspiration. The toolbox is licensed under the open Apache License 2.0 and includes: A Google Objective-C “style guide” [...]
See Competing iPhone Apps Coming with One Juicer
by Peter Cooper on 02. Jan, 2009 in Tools
One Juicer is an online application by Two Toasters LLC that enables you to keep an eye out for competing iPhone apps on the App Store. You specify some keywords, provide your e-mail, and you’ll be notified when apps matching those keywords come on to the store. For example, if you have a “guitar” application, [...]
Route-Me: An open-source map library for iPhone developers
by Peter Cooper on 28. Dec, 2008 in Tools
Route-Me is a new, open source map library for the iPhone, built using Objective C and using the fast CoreAnimation framework. It’s licensed under the new BSD license so you can use it for both commercial and non-commercial uses as long as you include the copyright notice and disclaimer in the documentation for your product [...]
AppSales: App Store Sales Reports For Your Apps At Your Fingertips
by Peter Cooper on 18. Dec, 2008 in Tools
If you’re one of those developers who logs in to iTunes Connect ten times a day to keep an eye on the sales figures, AppSales is probably just the tonic you need! AppSales-Mobile is an iPhone app that allows you to download and easily analyze your daily and weekly sales reports from iTunes Connect. You [...]
Cocos2D: Open Source 2D Game Engine for iPhone Developers
by Peter Cooper on 18. Dec, 2008 in Tools
Cocos2D is an development framework for building 2D games and other graphical applications in Python. Cocos2D-iPhone offers more of the same, but focused at the iPhone and Objective C! It’s open source and makes it really easy to develop 2D games for the iPhone. There’s built-in support for physics (using Chipmunk), sprites, parallax scrolling, iPhone [...]
Rhodes: A Tool To Bring Ruby Apps to the iPhone
by Peter Cooper on 16. Dec, 2008 in Tools
InfoQ’s Werner Schuster reports on Rhodes, a new open source toolkit developed by Rhomobile that makes it possible to run Ruby applications on the iPhone, Windows Mobile devices, and the BlackBerry. Support for Symbian and Android is set to follow. The code is hosted on Github. Rhodes works by packaging Ruby code with a Ruby [...]
UIMonkey: JSCocoa-Powered Interactive Development Console
by Peter Cooper on 25. Nov, 2008 in Tools
Japanese iPhone developer Ku was struggling to get the hang of the transform property of UIView – and wanted a quick and easy way to manipulate the variables in real-time by trial and error to get a feel for it. He set to work, and the result is UIMonkey, a JSCocoa-powered interactive console for the [...]
iPhone API Explorer: Take A Live Journey through the iPhone’s Classes
by Peter Cooper on 10. Nov, 2008 in Tools
Patrick Collison is a Canadian-based Irish iPhone developer who has put together an “API Explorer” for the iPhone. Patrick’s API explorer shows an outline of the iPhone’s classes and uses Objective C’s run-time introspection to present the implemented protocols, methods, and instance variables of every loaded class. Not only that, but in many cases you [...]
Supporters
Popular Right Now
- Tutorial: JSON Over HTTP On The iPhone
- Android App Development:Threading part 1: Handlers
- 7 UI Design Resources for iPhone Developers
- Tutorial: Networking and Bonjour on iPhone
- 31 iPhone Applications With Source Code
- App Roundup: The Best iPhone Barcode Scanners
- Hello There: A CoreLocation Tutorial
- Finding iPhone Memory Leaks: A “Leaks” Tool Tutorial

Recent Comments