Lego Star Wars

Almost a year after it was started, my Lego Star Wars stop-motion video is complete. I had actually finished the animation quite a while ago, it just needed a sound-track, which I finished on the weekend.

(more…)

Horrors of MSN

After using iChat and Adium on my mac for so long, I decided to try the real Windows Live Messenger…

You may want to see the large size to get a closer look at its ugliness.

Alarm Clock gets 1001 views!

My photo of an alarm clock finally got over 1000 views on Flickr!

SWF Object Generator

I have started to create a new version of the SWF Object Generator. The old one doesn’t look very nice, so I decided to make it a bit nicer.

Because the audience of this is mainly web developers, and all web developers shouldn’t be using Internet Explorer, I decided to totally not support internet explorer, and have fun with new CSS styles! (This is a very rare opportunity)

My version is based on the old one (copy/paste code, then modified) which means I have released it under the MIT license.

It still has has a lot of work to do (like adding javascript tooltips on the help messages).

A new way to vertically centre with CSS

I just discovered a new way to vertically (and horizontally) centre objects in CSS!

All it needs is 1 line of CSS (no dummy objects either!)

#theobject { position:absolute; top:0; bottom:0; left:0; right:0; margin:auto; }

After testing on all of my browsers, I tried it on browsershots.org, which lets you see screenshots of your webpage on many diferent browsers. You may have guessed, the only problem is that Internet Explorer ≤ 7 doesn’t support it (grr). The sort of good news is that Internet Explorer 8 (still beta) DOES support this, so this technique may be usable in the (hopefully not to distant) future.

You can view my test page.

Paparazzi!

Paparazzi is a very useful program for Mac that takes pictures of websites. This is much better than using keyboard shortcuts (command + shift + 4) because if the web page is longer than your screen (as usual), Paparazzi will capture the whole page as one image.

Paparazzi uses WebKit, so it will look the same as in Safari. This means that if you want to take a picture of something you must log in for, such as a wordpress control panel, you can!

You can download Paparazzi from www.derailer.org/paparazzi/.

Another reason why Facebook is better than MySpace

Look at this text from the MySpace profile editor page (I added boldness):

You may enter HTML/DHTML or CSS in any text field. Javascript is not allowed.
Do not use HTML/CSS to cover MySpace advertisements. 

Who wrote that? A real web-designer would know that DHTML and Javascript are the same thing. It also doesn’t say you can’t use “DHTML” to cover the advertisements (because they think it must be different to javascript :) ).