The Top 10 Spaceships – Ever

There are a couple of lists of the top 10 spaceships ever. Not very good lists.

Here is mine (in no particular order) – but there is no question about it books need to be included too.

Discovery One (2001: A Space Odyssey) – Nothing much needs to be said. The discovery sets the benchmark.

Discovery

Valley Forge (Silent Running) – A wonderful mechano monster – space flight as heavy engineering. The Joan Baez soundtrack is awesome.

Valley Forge

Sulaco (Aliens) – The giant prawn is great look for a spaceship and has been copied many many times. Pretty Cool.

Sulaco

Warlock Class Destroyer (Babylon 5) – Also into the giant prawn look – there is certainly a degree of homage to the Sulaco – we used to get wasted and watch Babylon 5 at university.

Cygnus (The Black Hole) – I still think this is one of the scariest films (don’t laugh) ever made – I saw it one Christmas when I was about five. A wonderful gothic nightmare of a spaceship.

Nostalgia for Infinity (Revelation Space) – The gothic spaceship against which all others must be judged.

Lady Macbeth (The Reality Dysfunction) – It probably doesn’t look very exciting but who can tell. No pictures I’m afraid.

Harkonen Flagship (Dune) – From the much (and unfairly) maligned David Lynch film Dune – based on the Frank Herberts classic novel. The shot of all the Harkonens charging out of the spaceship in those great rubber suits… wow.

Harkonen Flagship

Serenity (Serenity / Firefly) – The wild west with a slightly bigger horse.

Serenity

Pictures to follow.

Code is Poetry

Lately I’ve been building both my first WordPress Plugins and my first diddy little applicationlets in CakePHP.

Both have been good – WordPress is doable and not grim to work with although the quantity of functions to wade through is quite bewildering at times, but at the end of the day it’s just like the stuff I do all day at work.

Cake however is a revalation I feel I have to mis-appropriate the WordPress moto and apply it to Cake – Code really can be Poetry – but the best part is it just works.

How to make Dreamweaver recognise .thtml files as .php files

The trouble with Search Engines isn’t that the things you want to find aren’t there (they usually, but not always are) – the problem is wracking your brain to find the right bloody words to search for.

Still got there in the end – this is how you make Dreamweaver recognise CakePHP .thtml files as PHP – and give you the pretty colours you need and love. 

http://friendsofed.infopop.net/2/OpenTopic?a=tpc&s=989094322&f=5283032876&m=3441048931

Locate the following file: C:\Program Files\Macromedia\Dreamweaver 8\Configuration\DocumentTypes\MMDocumentTypes.xml.

Open the file and locate the following line (around line 75): 


winfileextension="php,php3,php4,php5"
  macfileextension="php,php3,php4,php5" file="Default.php" writebyteordermark="false">

Change it to this:
  winfileextension="php,php3,php4,php5,thtml"
  macfileextension="php,php3,php4,php5,thtml" file="Default.php" writebyteordermark="false">


Save and restart Dreamweaver.