Re: [PHP] iphone.facebook.com PHP inquiry

2008-01-07 Thread mike
It's -very- easy to use. Just strip your pages down and let the device do a lot of the work (via the IUI CSS/JS) - I converted our WordPress-based site in maybe 15-20 minutes on my first try. It was tricky when loading up the subpages, I figured out the difference between the full-loading pages a

Re: [PHP] iphone.facebook.com PHP inquiry

2008-01-07 Thread Steve Finkelstein
Thanks for the reply Mike. I suppose ultimately I'd need to dig into the JavaScript (hopefully it's not compressed) to figure out the PHP routing. I believe re-writing my application with the framework would be quite extensive and just not feasible at this particular point in time, although I shou

Re: [PHP] iphone.facebook.com PHP inquiry

2008-01-07 Thread mike
It's probably using IUI (the iPhone UI CSS/JS that Joe Hewitt created, now being maintained at http://code.google.com/p/iui/) which allows you to request the page to be loaded via AJAX based on how you setup the link. this will load via AJAX this will load like a normal page link This is how I *

[PHP] iphone.facebook.com PHP inquiry

2008-01-07 Thread Steve Finkelstein
Hi folks, Probably the most impressive application I've run into for the iPhone has to be Facebook's implementation. I'm looking for ways to improve my application to be as responsive as theirs. Unfortunately it has quite a way to go. Does anyone know how this form of 'routing' works? For instanc