Archive for the ‘Programming’ Category

CSS Pseudo classes

Wednesday, September 28th, 2005

The joys of CSS. Sarah had asked me what a Pseudo class was in css and I did not know. I just now had the opportunity to look it up and realize I have been using it all along. Any who has writting a:hover has used a ...

AJAX and the Mozilla XMLHttpRequest object

Monday, September 26th, 2005

I am just learning the full in's and out's of the javascript DOM and XMLHttpRequest object model for Mozilla. I wanted to be able to duplicate the results the XMLHttpRequest Object returns. I thought I just wanted XML, however it turns out the request object automatically places the ...