I want to make an iPhone version of a listings website. I'm confident about doing the HTML/CSS/Javascript. It's the "listings" bit that's a bit problematic.
The site is very much based on a hierarchical scheme, as in, you choose Springfield, then "Food and Drink", then "Bars" then "Dives" to drill down to Moe's Tavern.
I'm thinking that all of that is normally done with the horizontal space of a bigger screen in a conventional website -- breadcrumbs, the use of a folder-tree left nav using indentation and so on.
Leaving aside "have a very smart search function" how would you approach this?
Suggestions so far include:
- an AJAX "wizard" approach as in "I'm looking for [dive] [bars] in [Springfield] where the brackets represent menus launched from buttons
- buttons which jump from one branch to another, as in "show me the same category level, only in Shelbyville"
How would you approach this? Am I thinking about it all wrong? Got a good example of a similar problem solved for the iPhone screen?
Oh and technical question -- given access to users' location, can I say "looks like you're in Shelbyville" to auto-fill that stratum of the data? If I come up with a lat-long polygon?
posted by Blazecock Pileon at 5:25 PM on July 17