Archive for November, 2006

Google Patent Application: 20050149576

Tuesday, November 28th, 2006

http://appft1.uspto.gov/netacgi/nph-Parser?Sect1=PTO1&Sect2=HITOFF&d=PG01&p=1&u=%2Fnetahtml%2FPTO%2Fsrchnum.html&r=1&f=G&l=50&s1=%2220050149576%22.PGNR.&OS=DN/20050149576&RS=DN/20050149576

Server Response Codes

Tuesday, November 21st, 2006

Here is a list of the Server Response Codes and what they mean.
HTTP/1.1: Status Code Definitions

Task List Programs

Tuesday, November 14th, 2006

Find out about programs running in the backround with Task List Programs

Custom Error Responses

Tuesday, November 7th, 2006

If you’re on an Apache Server, with Mod_rewrite installed, you can create custom error messages for server errors.

Action Choices: [See Apache Manual]
Display Text
Redirect to External URL
Redirect to Local URL

Example lines of code for .htaccess file:
ErrorDocument 403 “Goodbye.
ErrorDocument 404 http://www.otherdomain.com/
ErrorDocument 404 /custom404.htm

Favicons

Wednesday, November 1st, 2006

Here is a Tool and Tutorial for building Favicons.