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... Explore. Have fun. Send me feedback.
Note
There are bugs with this when using Internet Explorer. To prevent these, do the following:
  1. Uninstall Internet Explorer.
  2. 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
v0.0005
v0.0004
v0.0003
v0.0002
v0.0001