Month: May, 2003

More Quizzes

26 May, 2003 (17:20) | Personal | No comments

You are Neo, from “The Matrix.” Youdisplay a perfect fusion of heroism andcompassion.
What Matrix Persona Are You? brought to you by Quizilla
Popularity: 2% [?]

Popularity: 2% [?]

Video Test

26 May, 2003 (16:57) | Flash | No comments

Last year I went on Holiday to New York, and I had a ball. I took about 400 pictures, which came out well and some digital video. The quality isn’t great, it came from a digital stills camera rather than a digital video camera. The volume’s also kind of loud.
The video [...]

Popularity: 2% [?]

New Layout

23 May, 2003 (23:58) | Blogging | No comments

I’m experimenting with a new CSS layout. the basic layout I got from here, but I’m tinkering with it. At the moment, it only applies to the homepage, but I’m working on it.
Popularity: 2% [?]

Popularity: 2% [?]

Bizzarre Spam

23 May, 2003 (21:28) | Internet | No comments

We got some spam at work today. not unusual for the number of mailboxes we have. Thi one was in french. It was just one line of text, in Spanish, offering (and I checked this with a spanish colleague) “A vegetable version of the Karma Sutra”. ? ? ? ? [...]

Popularity: 2% [?]

Never Finishing Anything

23 May, 2003 (19:41) | Flash | No comments

I work in an office. until we moved buildings there was quite a lot of space and, occasionally, to get around the office, I’d push myself around on my chair. A colleague of mine is working on a tank game and he wants to make it multiplayer. I was looking at [...]

Popularity: 2% [?]

Which X Man Are You?

23 May, 2003 (19:30) | Personal | No comments

Which X2 Character Are You?
Popularity: 2% [?]

Popularity: 2% [?]

Another Opera Update

19 May, 2003 (09:32) | Internet | No comments

As Ive said before, I really like the Opera browser, but sometimes it does things that annoy me. One of these which had confused me, but which I thought was a configuration is fixed, according to the Changelog for Opera 7.11 for Windows. Now, when I type into a flash app, it [...]

Popularity: 2% [?]

Data for my Grid Game

16 May, 2003 (16:26) | Coldfusion | No comments

I’ve always stored the grid information for my game as a comma delimited string(2,2,2,2,2,2,1,1,2,3,5,1,1,1,1 . . ..) This was because I had to have a reasonably efficient way of passing it into Flash. My only problem was that I used Flash’s String.split method to split this string into an array. Now in [...]

Popularity: 3% [?]

My Grid game

14 May, 2003 (23:51) | Flash | No comments

I’ve been working on a grid game in Flash for Ages. That’s not quite right. It’s been on the go for ages, but I haven’t really touched it for ages. It’s been so long that I think i am going to have to rewrite the thing totally to get it back [...]

Popularity: 2% [?]

Playing about

12 May, 2003 (12:04) | Flash | No comments

//create a 10 by 10 movieclip in the library and export for AS as “mcBox”
var gridRows = 35;
var gridCols = 40;
var squareSize = 10;
var myWidth = gridCols*squareSize;
var limit = gridRows*gridCols*squareSize;
for(var i=0;i
Popularity: 2% [?]

Popularity: 2% [?]