|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
This is my first website. Anysuggestions, I just want a fun site!!
www.noneofyourbusiness.ca |
|
#2
|
||||
|
||||
|
Any suggestions?
Yes, get rid of the scrolling marque -> it sucks.
What is the purpose of your site? You give absolutely no indication of what the site is about. What does your online store ? It killed my browser You said you wanted a fun site, but there is nothing in fun stuff? Hopefully, without sounding too harsh, you can tell it is a "first website". Check out this link too: Read this first: Welcome......
__________________
Cheers, Jamie # skiFFie | Home of the 'accessibility module' for Drupal # Jamie Burns [me] Accessibility Module [drupal] # guidelines | search | wap resources | not getting help | fold to cure # Any form of employment is strictly prohibited ...... __________________ Let the might of your compassion arise to bring a quick end to the flowing stream of the blood and tears ..... Please hear my anguished words of truth. __________________ |
|
#3
|
|||
|
|||
|
I ran the validator on my site and it says I don't have a DOCTYPE. What is this. I don't mind you being harsh. Like I said, it's my first try, and I know it SUCKS. That's why I'm here. Just be honest.
![]() |
|
#4
|
||||
|
||||
|
DOCTYPE specifies what the document is -> text or xml or whatever. An example of a xhtml document would be
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title></title> </head> <body> </body> </html> ![]() Probably the main reason for having a DTD (doc type definition) is so that browsers (IE or Netscape or PDA's etc.) know exactly what they are supposed to be receiving, thus pages render faster, especially when the code is valid. Check out www.w3.org and www.w3schools.com for more information. The later link is a great learning resource. Hope this helps. Good luck! |
![]() |
| Viewing: Dev Shed Forums > Web Design > Website Critiques > Any suggestions?? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|