Title: Message
Absolutely, one of the big ones in designing a CMS (or blog) or making sure a static site is standards compliant (see http://www.webboy.net/presentation/validation.cfm)
 
Also all " in the text should really be " (and no I really don't see the need for the curly varieties, text is text and “ and ” are really not required).
 
It's really not that difficult on a (server side) dynamic system. Wherever you dynamically add a query string, use the & entity. Just get into the habit of doing it that way.
 
P

Is this something I should really go and change?
Its just feels weird to go and change the & to & in the url values.

Reply via email to