16Feb2008
My first iPhone/iPod web app
I love my new iPod Touch but one thing it’s missing is a simple list I can write my shopping list in. Editing a note whilst juggling a basket would not be ideal.
Due to both the iPhone and iPod Touch’s shortcomings; you can’t save web pages for reading offline and saving a page as a data URL means you can’t have that page write cookies. I had to come up with a way to save the list without relying on a wifi connection.
FRP Shop List is a simple javascript page that is saved as a data URL, it has the ability to regenerate itself and insert the list you enter inside the page code so you can rebookmark the list.