Well, I wanted to fill a browser window with all the images I have listed in a mySQL table in a grid layout with no padding. So, I searched high and low for anything close to what I was hoping for but couldn't find anything that resembled it. Out of frustration (because I've seen it before), I decided to write my own.This combines the use of the Plogger mySQL database, javascript, php, and css to achieve the final result.
UPDATE: now works on iphone with proper scaling using <meta name="viewport" content="maximum-scale=1.0, width=device-width,initial-scale=0.5">
Click for the code and a demo
Aaron Yendall