Coop gaming
Duke Nukem 3D and
Windows XP Media Center Edition 2005
Filed under: Computers, Entertainment, Games, Life, Macs, Personal, Technology
The first two versions of MCE were rather lacking but after reading a lot I've decided 2005 is actually quite cool.
What is Windows XP Media Center Edition 2005?
Good question. One I didn’t know the answer to until recently. It’s Windows XP a with range of new utilities for working with video, music and images (as well as bits of hardware associated with them) all wrapped inside one interface. The idea is to have your computer as the hub for your whole home entertainment system.
Digital Video Recording (DVR)
The most useful component is the built in
Disk space
The lowest quality recording takes up between 1Gb and 1.5Gb per hour. Reasonable hard drives these days are about 200Gb which gives you about 100 hours of video (leaving space for other stuff). Not really suitable for storage but it does allow you to burn things to DVD. Most of the time. The software apparently supports any content restriction specified in incoming media and won’t let you copy such content of the computer that made it.
But it’s still a computer, right?
MCE is actually Windows XP Professional underneath. It took a while to confirm (most references are vague about whether it’s XP Home or XP Pro) but I did find a page on Microsoft’s website saying it’s XP Pro. This means you can do everything with it that you can normally do with a PC.
One final note… you could always install MCE on a Mac.
Even simpler searching
Filed under: Blogging, Computers, Programming, Technology, Web Programming
nicer searching in WordPress one step further. Now if you try to get to a page that doesn’t exist it automatically redirects to the search page. So http://www.oliverbrown.me.uk/galaxia will return search results for “galaxia”.
If you want to do it yourself, you need to do two things. First you need to redirect error pages to a custom PHP page so add the following line to the top of your .htaccess file:
ErrorDocument: 404error.php
Now you need to create 404error.php and make it redirect to the search page by adding the following to it:
header('Location: http://' . $_SERVER['HTTP_HOST'] . '/search.php?s=' . $_SERVER['REDIRECT_SCRIPT_URL']);
After doing this it had me thinking about status codes. By default that will generate a 302 Found HTTP status code. A bit of reading led me to decide that 303 See Other was a better response since the request might correspond to a page in the future (and presumably a relevent page) but for now should be redirected. 3XX are somewhat confusing…
Anyway if you want that behavious, add this line too:
header('Status: 303 See Other');
Finally, you should think a little before implementing this since any random page accessed could now be cached by proxy serversand search engines etc. since the server is no longer sending a 404 Not Found code.
ASP.NET sucks
Filed under: Computers, Personal, Programming, Technology, Web Programming
I recently bought a book about ASP.NET: Pro ASP.NET in C# by Apress, mainly because when I was looking for jobs there were lots of ASP.NET jobs advertised. And I have to say I have no idea why. Part of the problem may be that is book isn’t very good (there are bits of vague contradictions and a general obsessive (and inaccurate) preachiness about it) but I think there are major limitations to ASP.NET.
Firstly the inability to post to a different page. Who the hell decided that was good idea? I know it can be faked but that’s just silly. And you can only really have one form on a page. Well you can only have one “rich” form that ASP.NET can access in a clever and high level way.
I’m assuming people will disagree with me (if not, why is it so popular). If you do, please explain why ASP.NET is supposed to be so amazing because I don’t see it…
Updated - Clarifying my position on ASP.net
And we’re back
WordPress wp_options table manage to get corrupted. I tried repair but the table was still not well so I had to copy the table from another installation and reset everything.
For one scary moment nothing was displayed on the site but then I realised that was because it was trying to load a theme that didn’t exist.
Everything is happy again now
]]>
Google AdSense showing Vodafone Ads
“Reactions (a sci-fi story) page. If you’re quick you might see a
And if you haven’t, check out the info how to get yourself some free advertising.
Blue screen of death
It's been getting increasingly unstable for the past month or so giving me random blue screens of death. Sometimes I get a driver reference that caused the problem (and they are different drivers each time) and sometimes I don't. Yesterday it managed to crash while trying to display the
JavaScript debugging with Internet Explorer
Filed under: Computers, Javascript, Programming, Technology, Web Programming
JavaScript? If you don’t realise that’s a rhetorical question then go away now…
I had a simple script that worked fine in Firefox and Opera but not in
“class” is a reserved word in
The main difference is a prototype language does not have classes (which is why “class” is not a reserved word in Firefox or IE), objects are given functionality on a per instance basis.
All this is rather academic though. If you need to debug JavaScript in IE for whatever reason, get the debugger. And ignore the link that says there is a newer version available – it’s pointing to Visual Studio .NET 2003.
Star Trek XI announced
article on a wrestling site.
Apparently the new movie will be directed and produced by J.J. Abrams, a guy famous for Lost, Alias and Mission Impossible: III and is scheduled for a 2008 release. In a risky move the story will apparently focus on Kirk and Spock’s first meeting at the accademy during the early days of the Federation. How they do that with William Shatner and Leonard Nimoy as old as they are is a beyond me, unless they use new actors which is an immensely bad idea.
Oh and they’re apparently not involving
t.A.T.u – How Soon is Now – Stepmania Simfile
One of the reasons for my sudden mention of Stepmania will now be revealed: I’ve created some Stepmania step charts for “How Soon is Now” from the album “200 km/h in the Wrong Lane ” by t.A.T.u..
The download is available as an smzip file so it should be a matter of downloaded it and running. It contains the steps as both .sm and .dwi files as well as a background image and banner image. It does not include the music file. Although I realise that technically the images are just as subject to copyright as the music I’m more confident about my host not being bothered. The step files were synced to the music ripped off the album “200 km/h in the Wrong Lane ” which is how I suggest you get the file but I’m sure you can work how to get it some other way if you want it.
It has all the difficulties except basic although the challenge difficulty may not be possible (I just used the difficult one and applied modifiers) but it’s all fun anyway.
And I know neither of the images are really anything to do with the song
How Soon is Now – Download (219kB)]]>
