My personal scratchpad
Often I search the WWW, read articles, test some
samples and a few days later I search again for the same things.
On my personal scratchpad you will find helpful or useless notes about
things that I use for my own sites.
W3C Ouality Assurance check
Contains links to W3C Quality Assurance checker, W3C and WDG (X)HTML validators and XML Schema validator checker.
Web Accessibility Initiative Tools
Contains links to some interesting Web Accessibility Initiative (WAI) tools, color blindness or color vision deficiency checker. That's a collection of my personal favorite links.
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 encoding
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 have changed my sites to UTF-8 encoding.
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?