I've been learning PHP and I thought of a great site to develop using PHP. Here's the layout: Crits/Comments?
Design looks good. You can do away with the scrollbar. It seems to ruin it. Instead have the list limited to a certain number, then update on refresh or some fancy javascript to refresh it every now and then without a page reload. You can put in a link for the previous songs being listened to.. .
Thanks! Do you know of a way to make it where there is no scroll bar, but the visible content will be limited to the size of the <div>?
Hmmm.. . if the size of those boxes down there is constant, and the size of the div is set, you can have PHP calculate it so that whenever the total number of boxes plus margins and all exceeds the height of the div, it will adjust the number of boxes in the list automatically. That's what I can think of right now. You could also change the size of those boxes to something smaller and show like 3-5 only at all times. Big doesn't always mean catchy. You can make it smaller but still eye-catching. The point is to get as much of whatever you want to show to the viewers/visitors without having to scroll down, and many monitors nowadays are wide-screen. You might want to consider that.
i agree with this.. and i use wide screen too. you must consider it.. keep da spirit .. btw nice color choice
yeah I like the simplicity of it. very cool. something interesting to work on might be pushing the bottom yellow box over to the left, and then having a "new hit songs" updates page or something like that on the right side. might add some needed diversity.