James McDonald

Access

Blog History

Internet Explorer 7 Cookies

Internet Explorer 7 doesn't seem to like the max-age= way of defining cookie aging. It doesn't like this (i.e. no persistent cookie is created): document.cookie = cookieName + "=" + cookieValue + "; max-age=" + (60*60*24*365) ; // 1 year in seconds But does like this:...

read more

WP-Syntax Plugin

I have been attempting to use the <pre> tag to simply copy and paste information into Wordpress but the result has been that it doesn't accept all the whitespace as being whitespace. Anyway I installed WP-Syntax plugin and attempted to insert some code and it...

read more

Giving CentOS 5.2 a Whirl on the Desktop

OK so I've been using Ubuntu for about three releases but recently the quality of the Ubuntu builds has become an excercise in running into bugs that stop me getting my work done. e.g. tsclient renders X session unuseable when rdp'd into windows NetworkManager OpenVPN...

read more