Originally Posted by
dsr
Why don't you make a thread with links to all the useful guides and ask a moderator to sticky it? A web site seems unnecessary, and you might run into copyright issues if you neglect to ask permission from each poster whose content you borrow. I'm sure there are other ways to practice your PHP skills ...
In terms of the site's design, I like how you are using div tags and CSS, but I recommend moving the JavaScript to an external .js file. On your home page, you have 125 lines of seemingly unnecessary code littered throughout an otherwise nice HTML (actually PHP) file. Isn't the whole purpose of CSS to separate content from everything else? Also, I'm not sure I like the idea of coding the entire site in PHP. You really only need server-side scripting for the submissions section, and a simple Perl/Python CGI script or one page of PHP would suffice.
If you are really set on making this web site a reality, make sure you don't put up any content without explicit permission from the poster on DV. Good luck!
[/b]