Click to See Complete Forum and Search --> : site : WebChat


stfu
02-23-2004, 08:55 PM
Hello Everyone, im kinda new here..

This is my latest work. Webchat website I did for some guys im friends with http://user101.com/webchat/ ..finished just day ago. Its only like 4th website i've ever made.

Used Photoshop and Notepad, simple html with some scripting and php + one db table for users online, I've made 4 of these banners too, Flash/Photoshop.


Thank you :)

Daniel T
02-23-2004, 09:08 PM
just a tip: u dont need a seperate js function for each image rollover;)
-Dan

PeOfEo
02-23-2004, 09:13 PM
I see a horizontal scroll bar at 800 by 600. 800 by 600 should never have a horizontal scroll bar, you should either make your layout fluid (% width) or design it at 800 by 600. So it will be functional at that resolution but still look good at higher res. Also you have no doc type http://validator.w3.org/check?verbose=1&uri=http%3A//user101.com/webchat/
I validated it as transitional html 4.01
http://validator.w3.org/check?uri=http%3A%2F%2Fuser101.com%2Fwebchat%2F&charset=%28detect+automatically%29&doctype=HTML+4.01+Transitional&verbose=1
kind of yucky. Those are some design flaws you should work on.

Paul Jr
02-23-2004, 11:02 PM
Besides the fact that you're using images where you should be using text and CSS, and you've got nested tables, and no doctype -- it's nice.