Archive for the ‘Dev tools’ Category

Bookmarklets run on iPhone

Wednesday, July 18th, 2007

Bookmarklets are bookmarks that encapsulate Javascript code. The code runs in the browser and can provide cool functionality. Examples are: searching the current web page (with highlighting), translation using Google or Babel Fish, viewing page source (HTML, CSS, etc.), dictionary lookup, links and/or images listing or even launching a blog editor.

Go to iPhoneAtlas to find instructions on adding a bookmarklet for searching a web page on iPhone - very useful! Other sources are: Andy Budd, Smashing Magazine and LifeClever (iPhone tested).

WordPress Plugin and Theme for iPhone

Monday, July 16th, 2007

The nice people at Content.Robot have come up with iWPhone, a WordPress Plugin and Theme that automatically reformats your blog’s content for optimized viewing on Apple’s iPhone. It detects the iPhone’s User Agent and serves up the content with the special theme only to iPhone visitors, all other browsers will view your WordPress blog with your current theme. This blog takes advantage of this tool - as you can see if you are browsing this on an iPhone ;-)

iPhone web apps made easy with iUI

Sunday, July 15th, 2007

Joe Hewitt, known for his work on Fiefox and FireBug, has create a way-cool framework for developing iPhone web applications. It uses Javascript and CSS in an “invisible” manner to allow folks to create sophisticated apps using HTML. Using this tool creates web apps that mimic the iPhone interface. You can create side-scrolling navigation, modal dialogs, preference panels, and on/off switches. I use this toolkit at www.4-iphone.com. You can find Joe’s blog and info about iUI at JoeHewitt.com.