I created an app on Facebook using their API. It's called 'Wishes'. It was inspired largely by the 'cheer' idea that I'm using for songs on this site.
Anyways, the way it works is that each user makes a 'wish' that gets added to their profile (as well as the global wish board). Then, other users 'cheer' the wish to help it come true.
If you think that sounds cool, or if you think it sounds really lame....well give it a try: http://apps.facebook.com/makewishes/

Hey, that is pretty sweet. I like the "No more songs available" slot, I wouldn't have thought of adding that, but it's intuitive and professional.
I recommend adding "return false" to the end of your onClick handlers, which means that the anchors won't have an effect. This matters less since it's at the top of your page, but if I'm even a little bit scrolled down, clicking on them makes the page leap up to the top, which is a little disruptive. It's not a big deal, but it's a dirt simple addition. Your handler would go from "forward()" to "forward(); return false".
I'm gonna be doing a bunch of UI work to my music site soon -- maybe you just subconsciously influenced it!
Thanks for the tip. Implemented and deployed.
The 'no more songs' message is the else of my _song.rhtml partial. If the song is nil, that's what you get. I also 'grep' it (with javascript regex matching that is) in order to know when to disable the more link.
You didn't cheer anything, though! :(
Dude, I love the music- especially your cover of Mad World. It's like Jeff Buckley-guitar with punk rock vocals-- very very nice.
(also, clever "captcha" thing)
Application error
Rails application failed to start properly"
---
FAIL