Monthly Archive for April, 2005

OS X Tiger release date announced

Apple Computers have re-skinned their home page and included a count-down timer counting down the number of days to the official release date of their new operating system - OS X Tiger.

There are over 200 new features included in OS X Tiger. Which of these are the most compelling? I would have to say Spotlight - Spotlight is a new search application which allows you to search your entire system from one place: files, emails, contacts, images, calendars and applications instantly.

Another brilliant feature is Automator. Automator uses Workflows to allow you to automate all of your time-consuming, repetitive manual tasks. You create and save custom Workflows just by dragging items, pointing and clicking and you can even share Workflows with friends!

One totally hyped addition to OS X is called Dashboard. Dashboard gives
“you fast access to nifty widgets designed for fun as well as function.”
Personally I think widgets are a gimmick - they look totally cool but what do they add to productivity?

You know Apple are on a winner with this this OS when Microsoft’s chief blogger, Robert Scoble, says of OS X Tiger
“Yup, Tiger is pretty sweet! You should see it on a 17-inch PowerBook. Wowza!”
in a piece entitled “Apple’s Tiger can claim leadership over Longhorn, Wilcox writes”

Away for a couple of days

I’m away from my computer at the minute and will be connecting patchily over the next couple of days.

Back again on Thursday (14th),

Cheers,

Tom

Blocking trackback spam using .htaccess

This morning I received a trackback spam. It pointed at a rubbish domain - ohuudfghj.com, and came from ip address 172.164.210.50 using User Agent Mozilla/4.0 (compatible; MSIE 5.5; Windows 98; Win 9x 4.90).

I took a look at Spamhuntress’ site and sure enough she has a post warning that a trackback spam run is about to get underway imminently.

Then I checked out my raw log files and found several entries from this User Agent, all from different IP addresses so banning the IP address would be useless to block the spam.

Consequently, I added the following line:

SetEnvIfNoCase User-Agent ^Mozilla\/4.0 \(compatible; MSIE 5.5; Windows 98; Win 9x 4.90\) spammer=yes

to my .htaccess file.

Although this may seem a tad drastic, I trawled through my raw log files and couldn’t find any legitimate entry for that User Agent in my logs.

Be aware that if you intend to use this code, you need to use it in the context of the surrounding code in my .htaccess file (i.e. follow the code with

deny from env=spammer

if you are uncertain, be sure to check out my .htaccess file).

You can test the efficacy of this code by going to the Wannabrowser site, entering the User Agent into the HTTP User Agent field, your site’s address in the Location field and clicking the Load URl button. You should get a 403 result if the code is successfully blocking this User Agent.

UPDATE: Diane let me know that this code was too strict as it was blocking her and she isn’t on a Windows 98 PC. Spamhuntress pointed to a script to block access to Trackbacks - basically you use this script. I have been using the script and haven’t received any trackback spam since I installed it.

Will the real Caoimhe please stand up

I was browsing my blog stats this evening and I noticed that lots of people were coming to my site having searched for the term Caoimhe blog. Caoimhe is a very well known Irish blogger and she was recently interviewed on a daytime TV program called The Big Bite along with several other Irish bloggers of renown.

This program raised Caoimhe’s already high profile and so more people are searching for her blog. Currently when you search for Caoimhe blog in Google.ie, this site comes up as result no 1!

Why is this site coming up as result no. 1? Well there are several reasons, first off I have a link to Caoimhe’s blog in my list of blogs I read using the term “Caoimhe’s blog”.

Furthermore, the searchers are restricting the search to Ireland on Google.ie and my blog is hosted in Ireland. Caoimhe’s blog on the other hand, although Irish, is a Blogger blog hosted by blogspot.com in the US.

Finally, this blog is run out of WordPress, so the blog it produces is web standards compliant - this is not the case for Blogger blogs. Why is this important? Well, search engines love standards compliant sites and generally, standards compliant sites rank higher then non-compliant sites in searches (this is ironic considering Blogger is owned by Google).

Different pages, different sidebars in WordPress 1.5

David emailed me today to ask how I managed to have a different sidebar in my blog, as opposed to the other pages on the site. Sounds like a straightforward question, but with the new theme structure in WordPress 1.5, it isn’t as straightforward as you might first imagine.

First off you need to know that you can create Pages in WordPress - so, for instance, the Services page, the Home page and the Contact Me page on this site, were all created in WordPress.

Knowing that, the next thing to realise is that pages created in WordPress can be associated with individual templates.

How does this all help me? Well, what I did was to create template files, based on the home.php file which ships with Kubrick (Kubrick is the default theme which ships with WordPress 1.5 and currently the theme deployed on this site), and I associated the pages I created with their template files.

Then I edited the template files, removing the call for the sidebar ( ?php get_sidebar(); ?), I copied the code from sidebar.php into the template files, where the call to sidebar was, and I edited the code to only display the links I wanted.

Google to trial video blogging

Video blogging - also known as Vlog, V-log, or more recently vog means to blog using video.

Google is to begin an experiment in “video blogging”, Larry Page (Google’s co-founder) told the National Cable and Telecommunications Show in San Francisco on Monday, where he was speaking on a panel. He said that the company would be archiving people’s video clips, starting in the next few days.

The move to let people upload video to Google’s servers comes as the firm trials a video search service.

The Reg’s take on this news, somewhat predictably, is that we’ll all be uploading our naughty home movies!




Tom Raftery’s Social Media is Digg proof thanks to caching by WP Super Cache!