Freakcity

Scott’s Flickr pics

You can see more at scott's flickr stream

寿忽都Freakcity’s daddeh.

Scott’s blog

Musings on a world I am no longer sure about

Cheques suck

Friday August 22nd, 2003 at 13:06pm

...or I would have, if the cheque had cleared. Dammit!

Viewed 433 times.

Comment on this blog entry.


it’s too early

Friday August 22nd, 2003 at 9:41am

Sheesh. It’s my day off, so I wake at 7. My body hates me! Got logs of work done tho, since then. Rah! And added error checking into the code so you can’t register as a blank name, like some nawty person did yesterday. Tsk :) Just need to add identical code to the backend too ;) It’s quite sweet in a “lets think sideways about this” kinda way...dead simple too... nam = document.form1.uname.value; test = nam.replace(/([A-Za-z0-9_-])/gi,"$1$1"); if(test.length != nam.length*2 || nam.length==0 || nam.length >16){ error ; ) } so it replaces the text, then doubles it...if it’s not replaced the lot or nothing matches then test will never be namx2 in length, causing an error. Pretty ; ) Anyways...am gonna go wander round Tottenham Court Road now and go Shuttle PC searching - I want one with a mobo that’ll support Novak’s 1.1ghz Athlon and much higher, so I can upgrade her later...and DDR as I have a gig of it. Then James can have my DIMMs from the current mobo and stop moaning about all his PCs being broken. See? I’m doing this for a good cause. Nothing to do with me liking buying toys at all : D

Viewed 270 times.

Comment on this blog entry.