In the first article in this series I described a way to redirect iPhone clients to our mobile application. Now I will describe how to build a registration application using JQTouch. A typical web application sends the content of each page, but in this model we deliver the whole application and only parts of the… →
How to redirect iPhone users to your mobile site
JQTouch is a web framework built on JQuery and intended to make mobile sites render through a webview and operate like a native mobile application. We’ve used JQTouch in a couple of different scenarios, such as a web site interface for iPhone and running on top of phonegap to build a standalone application. I’ll describe… →
jQTouch to make Rhodes Apps feel more iPhone-ish
Even though the iPhone specific CSS is not perfect in Rhodes, it can be easily customized to improve the look of the app and make it similar to a native one. But there’s another important aspect for the look & feel of a native iPhone app: animations (transitions between views) and this is missing in… →