WordPress MU 1.5 RC1

The first release candidate of the new WordPress MU 1.5 has just been released. The obvious major change is the new admin interface and password salting introduced in WordPress 2.5, but apart from them many bugs have been fixed.

There is also experimental support for CSS styles, something that has been missing from MU for quite some time due to XSS concerns. This function does the work of filtering out bad stuff and I would appreciate feedback, both positive and negative, especially with security concerns.

This release is quite stable, but there will probably be bugs still. Please only test it on a development server, and if you’re brave enough to put it live, make sure you have backed up everything first.

Check out the WordPress MU timeline for further information, and download the zip file here if you’d like to test it.

In The Name Of The Fada

In the Name of the Fada

You’ll already know about the Irish version of Jump Around by Des Bishop if you’re a regular reader here, but if you have missed previous episodes, please watch the last episode of “In The Name Of The Fada”. It’s on RTE 1 tonight at 10:15pm. Sky+ is set to record it here.

We just watched the 5th episode in New York and Boston and totally enjoyed it. That Korean guy in Times Square had a brilliant grasp of Irish even though he’d never been to Ireland. I’m looking forward to the last episode, even if it does make me feel embarrassed that I’ve forgotten so much of the language…

“Ta sé fucking brilliant!”

External links:

Geometry Wars Galaxies

Geometry Wars Galaxies review
First impressions of this much anticipated 2D shooter for the Nintendo Wii are not good. I played with the Wii remote and the nunchuck and from what I’ve just read on an Amazon review it’s much better with the classic controller.

With the Wiimote and Nunchuck it sucks, you have a cursor on the screen and you aim that where you want to shoot and fly with the Nunchuck joystick. With the Wii Classic Controller it Rocks, you fly in any direction with the right joystick and simultaneously you shoot in any direction with the left joystick. Which as you can imagine makes for some teh sweet maneuvering as you pwn alien space noobs.

Then again, another reviewer says the remote+nunchuck are better. Anyone care to share their experiences?

You can use the classic controller if you’re that inept, but the controls with the remote are one of the best things about this game.

Maybe it reflects the old school shooter idea behind the game, but I found the main menu and name entry systems unnecessarily difficult to use. Instead of pointing and clicking with the Wii remote like you’d expect, you use the Wii remote control pad to move through options. Scrolling through the alphabet to spell “Donncha” is no fun.

How does it play? in a word, hectic. You control a small ship and a drone that fires at wave upon wave of incoming baddies, all set on a flat 2D grid. The Wii remote controls where you shoot, while the nunchuck joystick moves your ship around. When enemies die they leave behind geoms which you collect for power ups and for unlocking extra bits and pieces. As expected it starts off slowly but even the trainer planet quickly becomes cluttered with pixels and flying debris as you shoot every enemy bearing down on you. Power ups increase the firing width of your main gun and upgrade your drone. There is a certain satisfaction to be got when you’re doing well, when your weapons are upgraded and you’re laying into the swarms of approaching shapes. Unfortunately it’s short lived and I quickly succumb to the deluge as I try to figure out where to look next.

Recommended? I’m not going to give it the thumbs up just yet. Every single review I’ve read of this game has been positive and I did enjoy the intense gameplay so check the comments on this post in a few days time when I’ve played it a little more! Play.com have this game for 20.99 Euro so it won’t break the bank to buy it either if you’re a shoot’em up fan!

I had hoped for a shooter I could pick up and play for 5 minute stints and it’s proved to be such a game. I rarely lasted longer than that amount of time on any level. Yeah, I suck don’t I? 🙂

WP Super Cache 0.6.2

A few people stumbled across a strange bug in WP Super Cache. If your index.php was cached by the plugin then feeds or other pages that hadn’t been cached would show the front page!

A simple way to fix this is by adding “index.php” to the list of rejected URIs, but then it won’t be cached at all. This release fixes the problem but also allows index.php to be cached by the WP Cache engine, much better than excluding index.php completely.

Also included is a new feature that inserts your rewrite rules in a new .htaccess block. That will stop WordPress overwriting the rules after doing an upgrade, or after changing permalinks. The plugin won’t update your .htaccess if it finds the rules already in the “WordPress” section, but if you visit your permlinks options page and hit “Save Changes” the plugin rules will be deleted. Go to the WP Super Cache admin page where you can update the rules again. They’ll be inserted in a “WPSuperCache” block above the WordPress rule block.

If all that seems a bit technical, just go to your permalinks options page and hit “Save Changes” without changing anything, then update your rewrite rules on the Super Cache options page!

Go grab the plugin from the usual place.

I never saw this obscure problem because I redirect hits to /index.php to / using this mod_rewrite rule and php code. This used to help avoid duplicate content rules but I think Google is smarter now. It probably will help reduce pagerank dilution because all requests will go to one homepage url, rather than two.

.htaccess:
RewriteRule ^index\.html / [R=301,L]

wp-config.php:
if( $_SERVER[ 'REQUEST_URI' ] == '/index.php' ) {
    header( "Location: http://ocaoimh.ie/", 301 );
    die();
}

Thanks to Dax (NSFW text) who figured out the problem with index.php caching.

RateYourDoc.org

Who are the top 10 doctors at Sacred Heart:

  1. Dr. Jan Itor
  2. Dr. John Dorian
  3. Dr. Chris Turk
  4. Franklyn
  5. D Elliot Reid
  6. Nurse Espinosa
  7. Dr. Perry Cox
  8. Dr. Robert Kelso
  9. Dr. Todd Quinlan
  10. Dr. Doug Murphy

Feel free to rate your favourite Scrubs doctor at rateyourdoc.org. There’s no way I’d vote for JD, I’d probably vote for Perry or Turk, but Dr. Jan Itor is a strong possibility too!

Do not however follow Todd’s advice and visit his toddtime website! It’s pretty shocking. You have been warned!

Lifelong Learning Festival

I was so very tempted to name this post after Conor’s tweet about the browsing behaviour of kids but I’ll be strong and mature about it. He gave a talk today in a large truck in the car park of Wilton Shopping Centre. That might sound a bit dodgy but it’s actually part of the Lifelong Learning Festival this week in Cork. I was out there doing some shopping so I dropped by and took a few photos.

Thanks Frank for the link. Otherwise I’d never have known anything about it!

Bloody hell that Wilton crowd knew their stuff. Kids browsing pron and phishing questions galore.

Life Before Death

A series of powerful images, taken before and after the death of each subject. The images are striking, but what I found most moving and upseting were the stories that accompanied them. Some had accepted their fate while others rallied against it.

“Death is nothing,” says Maria. “I embrace death. It is not eternal. Afterwards, when we meet God, we become beautiful.” Maria Hai-Anh Tuyet Cao, 52

“Get me out of here”, she whispered as soon as anyone held her hand. “My heart will stop beating if I stay here. This is an emergency! I don’t want to die!” Elly Genthe, 83

(via Photub.com)

The best way to test new WordPress themes

  1. Download the Theme Tester plugin for WordPress, install and activate it.
  2. Download themes from http://themes.wordpress.net/ (or maybe not, see Adam’s comment below!) and try them out without annoying your visitors by changing themes on them.

My new Theme Tester plugin allows you to change themes and view the results without the visitors to your blog seeing any changes.
There is one cavaet. Your visitors may notice some changes if your current theme uses blog options that a new theme overwrites. This could happen if for example you’re testing a newer version of your current theme or testing a theme based on the same engine as your current theme. The K2 theme springs to mind here because it’s the base for several other themes but YMMV.

I used the plugin already when I trawled the themes sites and the archives at Weblog Tools Collection for a new theme for this place. As you can guess if you’re a regular visitor, I haven’t changed theme yet, but I found a couple of very pretty designs that may make an appearance here eventually.

Windows 95 is the best Windows

I used to believe that Windows 95 was the best version of Windows. Compared to previous Microsoft operating systems and software like Windows 3.1, how could I not think that way? DOS was great, it did the job it was supposed to and got out of the way when playing Doom 2 but Windows 95. Damn, that was a whole new ball game. Marvelous.

Now I’ve found something better. It’s a souped up version of Windows XP. Check out the screenshot. I’m getting rid of Linux. Ubuntu? Bah. It’s gone.

You can check out a fully functioning demo too. I know you’ll be as impressed as I was.

Bertie Ahern Jokes

It didn’t take long. Bertie Ahern, the Irish prime minister, announced his resignation yesterday and already the joke emails are pouring in. (Thanks Brian and Louise!)

My own contributions:


Sunday Times, December 23rd 2007.

The Bertie score card above is from Bifsniff.com (but created by Brendan O’Connell), anyone want to claim credit for the others? Unfortunately email forwarders don’t usually give credit ..

Gavin, who has blogged the Mahon Tribunal for so long has given his own reaction as well as a chronology of events leading to the resignation yesterday. It’s scary how long the Teflon Taoiseach managed to survive in politics. Nothing stuck to him.

Edit: Green Ink created Bertie 300. Thanks for commenting!