Category: Create a web site

Fifty ways to track website traffic

You have a web site, you want to see its traffic growth (it appears that this is the number one way web site creators spend their time: They track each and every little traffic change with stat tools). I offer you here a frighteningly long list of ways to satisfy your worst statistical perversions. Fifty…

Script for 404 random page found

Some people have been wondering how I did the random selection of 404 page not found messages that are used on this web site. So, here is the nice little PHP script that I use here to redirect randomly to one of the right pages: <?PHP $address_list = array( “/404/404-01.php”, “/404/404-02.php”, “/404/404-03.php”, “/404/404-04.php”, “/404/404-05.php”, “/404/404-06.php”,…

Fight SPAM and scan books

It is well known that the human brain has pattern matching capabilities much further advanced than those of the best equivalent software programs. This explains that failure rates of OCR (Optical Character Recognition) program may be as high as 1% (or even 2%) of errors, which is requiring later human proof-reading to ensure a reasonable…