The time has come for a new design and what better way than to participate in the May 1st CSS Reboot.

I’ve been meaning to get a new layout for this site up for a while and have been working on one on and off for a couple of months. Once i was just about complete, it was only a couple of weeks till May 1st, so i decided to hold off until then.

So tomorrow i’ll be moving everything around and i’m actually going to be doing more than just a CSS reboot. The whole design and other parts of the site will be changed and renewed. With this will come a slight shift in the focus of this blog and will hopefully mean a more constant flow of content.

Bare with me as things are shifted and moved to make way for the new and improved Mick’s World.

It's been a couple of weeks since i wrote last and there are a few reasons for that.

  • Having my birthday, then christmas, then new years and not really getting out of the party mode in between got me into a rather lazy mode.
  • I've been thinking about making some changes in my life through 2007 and want to make more happen this year than previous years. The constant thinking has lead to procrastination with other things.
  • While thinking about a variety of things i thought about this site. I want to change it in a fairly major way. The layout, the tone, the topics discussed.

    So in the coming weeks i'm hoping to be more productive with a couple of new things that i won't mention just yet. But i would also like to change this website to reflect different topics and make it more of a personal blog than a 'variety' blog. There will be major changes across the whole lot, while keeping the way this blog is at the moment in an archived kind of way. If at times the activity is low, be sure to check back as i'm probably just working on the changes. So stay tuned as things move and change.

    This afternoon this site experienced some downtime, which in the case of my host, is rare. The site was down for around 2 hours, which was a pain as i was in the middle of something when the server dropped.

    Not to worry as nothing was lost and everything is back to normal now.

    Anyway just a quick update about that. Some more substantial reading is on its way. So stay tuned.

    After moving this site from blog.micksworld.com to micksworld.com i haven’t received much spam. Usually when i get an influx of traffic there are always a few spam comments that good ol’ Askimet sorts out for me.

    In the last few days there has been none whatsoever. Perhaps due to the domain changing, within their database of domains to spam the old one doesn’t exist. Well it’s a 301 redirect to micksworld.com, so don’t spam bots like 301’s? That’s only going to last so long, however if that is the case it’s interesting.

    So i started thinking that perhaps a spambot’s user agent could be detected and then given a 301 redirect. I had a look around and found some good info on Neutralizing the Spambot.

    In particular the section describing how to detect the user agent and serve them another page. Well what about detecting the user agent and then giving them a 301 to another site? Or better still what about giving them a 301 back to your domain name which then detects the user agent and gives a 301 and so on, pushing them into a loop of redirection to ultimately timeout due to bad redirection.

    Hey spambot, do you like apples? Well how do you like them apples?!

    Here’s the code:

    RewriteEngine on
    RewriteCond %{HTTP_USER_AGENT} ^BADUSERAGENT
    RewriteRule ^(.*)$ http://domain.com [R=301,L]

    Now obviously there is going to have to be some looking through logs to find user agents of these evil spam bots. The same could be applied with an IP of course. The only thing is that you don’t want to be doing this to normal users cause that wouldn’t be too much fun for them.

    Another thing to note is that this is a down right dirty approach, but if you hate spammers then a man’s gotta do, right? Also this is going to send a number of requests to your server each time until it times out, but hopefully that will give those spambots the message.

    Now to see how this goes in the wild. Next time the spambots come crawling out i’ll be adding them to the list of user agents in my devious loop of redirection. Until then, no spamburgers for me.

    So here it is at last. The fresh new look of Mick’s World. There will no longer be the blog.micksworld.com, now it’s all part of micksworld.com.

    Although it’s complete as far as I’ve tested on a couple of browsers so far, any little bugs or strange bits that are found will be fixed up. So over the next few days if there is anything that seems odd or out of place it’s likely to be fixed. If you do find something however feel free to contact me and let me know.

    What’s Been Happening
    Recently I’ve been having a few job interviews, hopefully one of them will be successful. Each interview has been very different and in the coming days I’m going to write about my experience in each one as i was taking mental notes so i could write about and compare how the interviews went.

    More Stuff
    Well now that I’ve got the new design, just in time for the 9rules round 5 submissions, I’ll be having a crack at that. They already had 100 submissions in the first 15 minutes so it’ll probably be a huge round in which I’ll be buried somewhere amongst a pile of great sites.

    Anyway that what’s happening for now, i hope you enjoy the new design. Looking forward to any comments or feedback you may have.