Filter Sort by  
Active: 0
Closed: 0
filters are important, or at least good tags on it. may need a different subsection entirely? filter by vocals/no vocals major/minor happy/sad aggressive/acoustic
filters could be:
Music / Major / Minor / Hard / Soft / Instrumental / Vocals
primary obj:
easily listen to the latest. jump into archive for filtering and easy play of the rest.
where does the latest fit? how can I get access to media gallery?
this might work:
http://wordpress.org/extend/plugins/media-library-gallery/

this is broken but may provide clues:
http://wordpress.org/extend/plugins/ws-audio-player/

Active: 0
Closed: 0
by adding padding to elements to get some space between the image and them I broke single pages and liquid format. halp.

Active: 0
Closed: 0
Helvetica Neue, Arial, Liberation Sans and FreeSans, with a generic fallback of sans-serif. (thanks to http://sonspring.com/journal/960-grid-system. attempts to match width of linux fonts to helvetica)

Active: 0
Closed: 0
visitor payoff is knowledge.
reviews:
books
trackballs
games
stuff:
coding hacks
programs
protips
links:
delicious
readlater
must-visits
trackball review:
mouse like ergo
music/primary clicks at the same itme
scroll cursor bob
scroll click
modes = hotkeys
110 dollars
shit software

Active: 0
Closed: 0
check if 1 post is going to hurt SEO

add keyword/summary to bottom and tiny for SEO

what about copyright? Both on flickr and blog.

google says 200 words is min?

Active: 0
Closed: 0
alternate lightly between posts on archive
smaller comments box.
front page posts have green excerpt link to read more

Active: 0
Closed: 0
randomish images:
http://groups.google.com/group/flickrrss/msg/49f3a125b0b6dd52

The plugin uses the built-in WordPress system for retrieving RSS feeds. For some users, there is some sort of server side issue that ends up messing up the html inside the feed, and screws up the plugin as a result.
On the original forum, the user kennywickstrom proposed this solution that seems to have work for some people. Find the code:
preg_match('<img src="([^"]*)" [^/]*/>', $item['description'], $imgUrlMatches)
and replace it with:
preg_match('/img src=([a-zA-Z0-9:\/._]+) /', $item['description'],$imgUrlMatches)