Archive 2007
Here you will find helpful or useless suggestions about many things
I wrote in 2007.
Layout check
In the beginning many problems came to me after I change the font size on Windows from normal font (96dpi) to large font (120dpi). My layout and the text was fragmented, no more readable and terrible. A small checklist for the layout of a site.
HTTP Error 301: Permanent Redirect
After reading many discussion about "www." is deprected, I visit many sites and the most of them use the "www." in the domain name.
HTTP Error 301: Permanent Redirect
font-family sample list
Using different fonts can make some problems with the layout or the navigation. At this point I make my own test case for currently most used fonts in the WWW.
UTF-8
My first pages work with the iso-8859-1 character encoding. All of my german pages use entities for some special characters. After check the schema of my pages, many rework must made. So I changed this site first to UTF-8.
HTTP Error 410: Gone
At the moment I need to remove permanently some old documents from my other site. The HTTP Error 410 means "Resource gone", but how do I implement this?