Amar Sagoo – Tofu

„Tofu is a novel application to address the common problem that people don’t like reading text on the screen.

Why is that anyway? I believe there are two main reasons: line width and visual instability.

Text is usually very wide on the screen, which makes going from the end of one line to the beginning of the next difficult. That’s why newspapers have narrow columns: It makes them faster to read.

So why not just take a normal window and make it narrower, scrolling down as you need? Well, there are usually a lot of lines in a text, and all look more or less the same, so if they move past your eyes vertically, they are difficult to keep track of. The text doesn’t feel stable, and you get lost easily.

In Tofu, text is arranged in columns, and each column is only as high as your window. So lines are nice and narrow, and they don’t move about vertically. You just scroll from column to column horizontally, and feel more in control. Bonus: your text is now also in easy-to-digest chunks.“

Amar Sagoo – Tofu

Play Chess on your iPhone!

„The game is based on the powerful GNU chess engine and brings a full featured graphical interface. All you need to play chess is one finger to tap and move the pieces. The game can be automatically saved and restored between runs so you can access your agenda or run other apps without loosing you game.“

Play Chess on your iPhone!

iPhoneOrientation

„“iPhoneOrientation“ llustrates how to respond to iPhone or iPod touch orientation events, determine iPhone current orientation, and dynamically display a descriptive message and adjust styling on a webpage according to the device’s current orientation.“

iPhoneOrientation

SimCity ala Web 2.0

Apfelcity:
Einwohner: http://apfelcity.myminicity.com/
Industrie: http://apfelcity.myminicity.com/ind
Infrastruktur: http://apfelcity.myminicity.com/tra

via AptGetUpdate

Storing iPhone apps locally with data URLs – Life with Lunchhooks

„Some people think that you need net access to run web-based applications on your iPhone. Not so. The URL below provides a simple tip calculator (sadly this crappy blogging system doesn’t let me do a direct link, which sucks, but you can copy and paste and add it your bookmarks on your computer then sync with your iPhone, and/or make your own page with a direct link). By using a data: URL, the entire page content is all in the URL. If save a bookmark for this URL, you can access this little JavaScript-based app even in airplane mode.“

Storing iPhone apps locally with data URLs – Life with Lunchhooks

furbo.org & One line of code

„Want to make your site look better on the iPhone with one line of HTML?

Itâ?s easyâ?“just add a tag that lets the iPhone know how wide to display the initial page. I added the following code to the in my template yesterday:

Every browser besides MobileSafari will ignore this information. But it does something very important on the iPhone: it optimizes the viewport for your content.

furbo.org & One line of code