New Formatting for XMLHttpRequest

Recently I decided to try reducing the size of hacking the HTTP request for cross browser support in AJAX. This little snippet has been tested and is working.

// new xml http object
var xmlHttp = new XMLHttpRequest() ? new XMLHttpRequest() :
( new ActiveXObject(“Msxml2.XMLHTTP”) ? new ActiveXObject(“Msxml2.XMLHTTP”) :
( new ActiveXObject(“Microsoft.XMLHTTP”) ? new ActiveXObject(“Microsoft.XMLHTTP”) : null ) );


Why I Dislike Microsoft Programs

Today I got the project of fixing a file that was displaying only gibberish for students to read. When the file was pulled down to the desktop it had a nice little Microsoft Word symbol on it, so I though I would share what microsoft word can do to a nice elegant piece of html. [...]


Survey for People Who Make Websites

Today I took the Survey for People Who Make Websites, and if you build web sites you should to. We should all thank the people at A List Apart for providing this service, and for taking steps toward building metrics for our industry.


Portfolio page ideas

About 20 minutes ago I was hit with an idea for my portfolio web site that I’ve been meaning to build for some time now hopefully something will come of this epiphany. Also sorry about the clutter on the images I had to get my ideas down before they left me. Home Page The background [...]