If you were to adventure to the photo section of my website, you would see that there's new fanciness. My first thought was to make the whole thing one nice big happy land of AJAX, but switched to a two-page approach, one to show albums the other to show pictures. It's not done but its at least reasonably functional. The most important pieces are in place -- its easy for me to create an album and add photos to it, and you can add comments to photos. Several things aren't done: slideshow, viewing different sizes, a way for me to add a description/caption to each photo, and a way for me to add tags / user to browse tags. The code is really sloppy and there's absolutely no boundaries between model/view/controller... it's just all mush, and variables/functions aren't even named very well. But, it works and I wrote it all from scratch. Go me.