Going Home?

On my way home yesterday I had to take a photo of this scene. There’s construction work going on there, linking the path to the Regional Park. That sign will be gone by next January when all signage has to be in kilometres instead of miles so it’s a little bit of history too!
Just under the sign, on the wall, is a block of wood with all sorts of medals on it. I guess the workmen found that in their digging. Bet there’s a story behind that!

A Mixed Message – flip, flop, flippity floppity!

On the Mixed Message website you’ll come across some of the flip flops Bush, Cheney, Rumsfield et al have uttered over the years!

“The most important thing is for us to find Osama bin Laden. It is our number one priority and we will not rest until we find him.” George W. Bush, September 13 2001.

“I don’t know where bin Laden is. I have no idea and really don’t care. It’s not that important. It’s not our priority… I am truly not that concerned about him.” George W. Bush, March 13 2002.

The Digital Journalist – October Issue

The October issue of The Digital Journalist is out, and probably has been for a few days. This issue has a tribute to Eddie James and a humorous look at 2004 that finishes with a very good idea ..

Jeez … If you’re an old, famous, iconic, white, male photographer, then 2004 may not have been your year…. What the heck is going on? It seems like the photographers I grew up admiring are dropping like flies this year.

Counting Hits and Referers – now there's two ways

b2++ and WPMU have long been able to record hits and referers. Now you can do it in two different ways!
The original way to record hits in WPMU was by adding this code to your index.html template:

{insert name='getreferer'}

but if you’re not sure that the web page is refreshed every time your blog is loaded you can insert the following html instead:

<script type="text/javascript" language="JavaScript1.2" src="{$siteurl}/wp-counter.php"></script>
<noscript>
<img src="{$siteurl}/wp-counter.php?page=img&loc={$smarty.server.SERVER_NAME}/{$smarty.server.REQUEST_URI}" alt="Stat Counter" border=0>
</noscript>

As usual, replace the quotes in the code above with regular shift-2 characters.

Here’s what the referers listing looks like in your backend: