CiUI and iPhone WebApps
Earlier posts on iPhone Cafe described CSS styles to create Rounded Corners on Form Input Fields and iPhone Drop Down Menus with Apple’s iPhone Safari look and feel. Another post described using window.scrollTo(0, 1) to hide the Safari toolbar. These one-off tips come from Apple’s Safari Web Content Guide for iPhone; a good resource for programmers.
***
Here’s another good programmer resource. To see a complete framework for building Applie iPhone web applications, check out the post by Vladimir Olexa which presents client-side Javascript and CSS that simplies many of the tasks related to iPhone web application development.
About CiUI (CNET iPhone User Interface)
The link below is an example of CiUI’s framework supporting an iPhone interface for iPhone Cafe’s weblog. Use Safari or Firefox. The example application needs work. The first option, “iPhone Cafe Home” displays a welcome message. The second option “Recent Posts” displays a list of recent posts. Titles are queried from the Wordpress database. Clicking a title displays the content of the post.
Sample Application (Iphone Cafe)