If you saw the latest James Bond movie — Die Another Day — you’ll probably remember the scene Bond and M (and later, Q) in a disused Underground station. Recently I ran across an entire web site dedicated to these stations, including some notes on the location used for the latest James Bond movie Die Another Day. http://www.starfury.demon.co.uk/uground/ [From Feet Up]
While making the transition to Movable Type, one of the decisions I spent a lot of time on was the best archive type. I settled on archiving individual archives by date and modified all of the templates to work accordingly.
Thanks to CSS and some free Christmas backgrounds, Cantoni.org is now sporting a new holiday theme!
I just found a link to the Invisibles collection at FilmWise.com. This is very cool. Warning: This site can suck up lots of your time when you should be working!
Having successfully set up MoveableType, I chose the default instructions which tell you to set each of your weblog directories with permission 777 (basically, read/write/execute by anyone). This allow the web server (running as user ‘nobody’) to write files into your web file space, but could also be a security risk. Today I dug a little further and found that my site supports CGIwrap which forces the CGI process to run as you instead of as ‘nobody’. This let me set all of my directory permissions back to 755 (writable only by me). I had a little trouble changing ownership…