Technical Stuff Archive
:focus on what?
Internet Explorer is very annoying, it does not support the CSS pseudo functionality for :focus. It also only supports :hover when used with a anchor tag. This limits us greatly mainly because we are forced to use the javascript events...
August 17, 2005 | Comments (3)
Pass Sessions between subdomains in php
If you want to be able to pass session data between subdomains you need to add the following to the php.ini file. session.cookie_domain = .mydomain.com If you are unable to modify the the php.ini file you can add the following...
August 01, 2005 | Comments (2)
Changing the Week Start Day in Movable Type
We were working on a site for a client who wanted to send out a HTML newsletter every Wednesday to their customers. We decided to use Movable Type to generate the weekly newsletter. We set the archive type to weekly...
July 25, 2005 | Comments (0)
Creating a Google Sitemap in Movable Type
Google have started a new (June 2005) project called Google Sitemaps. The idea behind it is to give the Googlebot a helping hand when spidering your website. We are told that by adding a sitemap we allow for more efficient...
June 16, 2005 | Comments (0)