-
Get a monthly update on best practices for delivering successful software.
It's actually a double-article day for Pathfinder on IBM developerWorks, as part two of my series on developing iPhone web applications in Rails was also posted today.
For this article, you use a Cascading Style Sheets (CSS) and JavaScript library called iUI to handle iPhone content. The iUI library has CSS classes that match Apple's human-interface guidelines for iPhone, as well as JavaScript to handle sideswipes that mimic the interface of the native iPhone OS applications. However, you aren't always going to want to use iUI in your application, so I'll also discuss some of the actual CSS and JavaScript needed to handle those common elements. In keeping with good Rails practice, I factored the HTML for common iUI patterns to Ruby helper methods. These methods are bundled in a Rails plug-in you can download and add to any Rails application.
Part 1 went up a week ago. Part 3 should be up in a couple of weeks.
Related Services: iPhone Application Development, Ruby on Rails Development, Custom Software Development
Related posts:
Topics: Announcements, iPhone, iPhone Development, Ruby on Rails