Archive for September, 2005

Flickr Backups

Thursday, September 29th, 2005

I have been putting up a bunch of photo's on Flickr and am pleased about its ability to keep the high resolution copies. There is however no easy method of retrieving them -- or is there? This program boasts an ability to grab them for you. ...

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 ...