Usage
This will help you view your
Flickr account in a hieracrchical manner. To use
your account you may click on the main 'Flickr' node in the tree and input your name into the text pane or use the following link
http://jeffpalm.com/flickr/?flickr=username
replacing
username with your user name. e.g.
Clicking on various nodes will do various things; clicking on...
- the '+' signs will expand that node
- a node under 'Sets' will display all the photos in that set on the main pane
- a node under 'Photos' will display all the photos in that set on the main pane
- a Photo node will display that photo in the main pane.
Explore. Have fun. Send me feedback.
Note
There are bugs with this when using Internet Explorer. To prevent these, do the following:
- Uninstall Internet Explorer.
- Install another browser.
Most notably, the links to photos on the photo sets pages and to
'next' & 'prev' on photo pages don't work under IE. The reason is
the following: I create these pages by building a new DOM, and I can't
seem to get IE to correctly refresh after appending this new page to
the canvas. So, I have to turn that node into text and shove the text
in the
innerHTML, hence all the closures are lost.
Changes
v0.0006
- Tags work on the del.icio.us portion. You can click on a person or a tag to view those tags.
v0.0005
- You can add a del.icio.us user in a similar way to adding a myspace user.
http://jeffpalm.com/flickr/?delicious=username
replacing username with your user name. e.g.
v0.0004
- You can add a myspace user in a similar way to adding a flick user.
http://jeffpalm.com/flickr/?myspace=username
replacing username with your user name. e.g.
(Sorry, I don't use myspace).
v0.0003
- clicking on the map (you get to the map by
clicking Map) putwill bring up random flickr images, the same
will be for myspace...it's in the api, this is a hack. need a title
v0.0002
- prev/next nav built into the api
- auto-scrolling main pane
- bug fixes
- picked up some oranges at the store
- reengineered the main model
- fixed encryption problem (this was navtones, but it was big)
- picked up apples at the store
v0.0001