<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Cazmockett.com &#187; rants</title>
	<atom:link href="http://cazmockett.com/blog/category/rants/feed/" rel="self" type="application/rss+xml" />
	<link>http://cazmockett.com</link>
	<description>My Personal Geek Ramblings</description>
	<lastBuildDate>Thu, 05 Jan 2012 11:46:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Flickr Link Shortening Confusion</title>
		<link>http://cazmockett.com/blog/2011/03/flickr-link-shortening-confusion/</link>
		<comments>http://cazmockett.com/blog/2011/03/flickr-link-shortening-confusion/#comments</comments>
		<pubDate>Mon, 21 Mar 2011 11:50:28 +0000</pubDate>
		<dc:creator>Caz M</dc:creator>
				<category><![CDATA[misc]]></category>
		<category><![CDATA[rants]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[url shortening]]></category>

		<guid isPermaLink="false">http://cazmockett.com/?p=1098</guid>
		<description><![CDATA[I discovered something weird today. I&#8217;ve known for some time that you can get Flickr&#8217;s short link for an image if you view &#62; source. It&#8217;s usually about 20-odd lines into the page. I was making a comment on this &#8230; <a href="http://cazmockett.com/blog/2011/03/flickr-link-shortening-confusion/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div id="attachment_1099" class="wp-caption alignleft" style="width: 190px"><a href="http://www.flickr.com/photos/35082628@N06/5543790810/"><img class="size-full wp-image-1099" title="Helpful Tree" src="http://cazmockett.com/wp-content/uploads/2011/03/aliberko_helpful_tree.jpg" alt="Helpful Tree" width="180" height="240" /></a><p class="wp-caption-text">Helpful Tree by Ali-Berko</p></div>
<p>I discovered something weird today. I&#8217;ve known for some time that you can get Flickr&#8217;s short link for an image if you <strong>view &gt; source</strong>. It&#8217;s usually about 20-odd lines into the page.</p>
<p>I was making a comment on this picture by one of my contacts, <a href="http://www.flickr.com/photos/35082628@N06/">Ali-Berko</a>, and wanted to include reference to one of my own images in my comment. So I found my image, looked at the source and got the following:</p>
<p><code>&lt;link id="shorturl" rev="canonical" type="text/html" href="<a href="http://flic.kr/p/64KX3U" target="_blank">http://flic.kr/p/64KX3U</a>"&gt;</code></p>
<p>On the line above this, there was also the canonical link to my page:</p>
<p><code>&lt;link id="canonicalurl" rel="canonical" href="<a href="http://www.flickr.com/photos/rugbymadgirl/3324308332/" target="_blank">http://www.flickr.com/photos/rugbymadgirl/3324308332/</a>"&gt;</code></p>
<p>So far, so good. But then I wanted to post a message to Twitter referencing Ali&#8217;s image and went looking for the short url in <em>her</em> page sourcecode. Could I find it? Nope. Just, around line 21:</p>
<p><code>&lt;link id="canonicalurl" rel="canonical" href="<a href="http://www.flickr.com/photos/35082628@N06/5543790810/" target="_blank">http://www.flickr.com/photos/35082628@N06/5543790810/</a>"&gt;</code></p>
<p>Rats, I thought, where&#8217;s it gone? I tried looking at other images from my contacts and people I didn&#8217;t know. None of the people I know as contacts showed the short url when I looked at the page source. But people I didn&#8217;t know had the link in the code. How weird.</p>
<p>It&#8217;s only whilst writing this blog post that I&#8217;ve actually figured out what was going on&#8230; It&#8217;s to do with Flickr&#8217;s new link appending to tell the page &#8220;where you&#8217;ve come from&#8221;. For instance, if I look at: <a href="http://www.flickr.com/photos/35082628@N06/5543790810/in/pool-1606325@N22/">http://www.flickr.com/photos/35082628@N06/5543790810/in/pool-1606325@N22/</a> and view the source, I just get the long canonical link as before. BUT &#8211; backtracking and removing the &#8220;/in/pool/&#8230;&#8221; bit of the URL, <a href="http://www.flickr.com/photos/35082628@N06/5543790810/">http://www.flickr.com/photos/35082628@N06/5543790810/</a> and hey, presto! the short url is in the code:</p>
<p><code>&lt;link id="shorturl" rev="canonical" type="text/html" href="<a href="http://flic.kr/p/9rTnSb" target="_blank">http://flic.kr/p/9rTnSb</a>"&gt;</code></p>
<p>Similar things were happening when I navigated to other shots which had &#8220;/in/contacts/&#8221; on the end.</p>
<p>Whilst this may be obvious with hindsight, it&#8217;s pretty confusing for the user. Flickr&#8217;s new page design (full of Ajaxy goodness, apparently), re-writes the URL on the fly (adding or removing the &#8220;/in/whatever/&#8230;&#8221; part depending on which of the &#8220;filmstrip&#8221; navigation aids you have opened on the RHS of the page. I&#8217;d never noticed this before. And that&#8217;s the ONLY part of the Photo Details page which appears to change.</p>
<p>So, it&#8217;s easy to get tripped up and wonder why the short URL is not visible in the HTML source. Now I know, I&#8217;ll be wise to it in future. But I wonder how many other folks are confused by it? (OK, it&#8217;s probably just me!). <img src='http://cazmockett.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://cazmockett.com/blog/2011/03/flickr-link-shortening-confusion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Link Shortening &#8211; Utter Madness</title>
		<link>http://cazmockett.com/blog/2011/03/twitter-link-madness/</link>
		<comments>http://cazmockett.com/blog/2011/03/twitter-link-madness/#comments</comments>
		<pubDate>Thu, 03 Mar 2011 17:50:34 +0000</pubDate>
		<dc:creator>Caz M</dc:creator>
				<category><![CDATA[rants]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[crap]]></category>
		<category><![CDATA[obfustication]]></category>
		<category><![CDATA[ranting]]></category>
		<category><![CDATA[silly]]></category>
		<category><![CDATA[url shortening]]></category>

		<guid isPermaLink="false">http://cazmockett.com/?p=1069</guid>
		<description><![CDATA[Lots has been written in the past about the use of URL shorteners and how they have the potential to break the web if they suddenly become unavailable. It&#8217;s one of the reasons I&#8217;ve moved away from services like bit.ly &#8230; <a href="http://cazmockett.com/blog/2011/03/twitter-link-madness/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Lots has been written in the past about the use of URL shorteners and how they have the potential to break the web if they suddenly become unavailable. It&#8217;s one of the reasons I&#8217;ve moved away from services like <a href="http://bit.ly/">bit.ly</a> (particularly in light of the current volatile political situation in Libya), in favour of my own private URL shortening domain &#8211; <a href="http://cazm.eu/">cazm.eu</a>. I figured at least I would have some control over that one!</p>
<p>So imagine my disbelief this morning when I posted a short link to a blog post from my public <a href="http://twitter.com/#!/mm_cms">@mm_cms</a> account on Twitter (via Twitter for iPhone):</p>
<p><a href="http://twitter.com/#!/mm_cms/status/43288492196896768"><img class="aligncenter size-full wp-image-1075" title="Twitter status update" src="http://cazmockett.com/wp-content/uploads/2011/03/twitter1.gif" alt="" width="500" height="206" /></a></p>
<p>I was puzzled  because although I had added the <strong>http://</strong> to my short URL, Twitter had removed this for display on the website and Twitter for iPhone clients.</p>
<p>Digging deeper, I realised it got worse &#8211; what was <em>actually</em> there was <strong>their own shortlink masquerading as mine</strong> - <a href="http://t.co/GIKECyU">http://t.co/GIKECyU</a>.</p>
<p><strong><em>That&#8217;s just stupid</em></strong>, I thought &#8211; double decoding is unnecessary and potentially full of pitfalls. But things got even sillier&#8230; because I noticed that my auto-tweet from the <a href="http://wordpress.org/extend/plugins/wp-to-twitter/">WordPress WP-Twitter plugin</a> which appeared in my timeline from when I originally published my post <em>wasn&#8217;t</em> shortened &#8211; but had started out with a longer URL!</p>
<p><a href="http://twitter.com/#!/mm_cms/status/43286676986015744"><img class="aligncenter size-full wp-image-1076" title="Second Twitter Status update" src="http://cazmockett.com/wp-content/uploads/2011/03/twitter2.gif" alt="Second Twitter Status update" width="500" height="213" /></a></p>
<p>I must confess, I sat there and had a <a href="http://www.urbandictionary.com/define.php?term=wtf">WTF</a> moment over that&#8230; anyone know what&#8217;s going on? And, more importantly, how I can <strong>STOP</strong> Twitter shortening my URLs without my permission? It wasn&#8217;t necessary in that tweet, so why bother?</p>
<p>And having just pushed this post live, I&#8217;ve discovered it&#8217;s EVEN WORSE &#8211; I put the shortened URL [<a href="http://cazm.eu/linkwtf">http://cazm.eu/linkwtf</a>] into the WP to Twitter field manually this time (from within the blog), and guess what &#8211; my timeline (on <a href="http://twitter.com/#!/cazm">@cazm</a>) has the MY shortened URL, not a crappy Twitter one!</p>
<p><a href="http://twitter.com/#!/cazm/status/43367676088815616"><img class="aligncenter size-full wp-image-1084" title="Unshortened URL in Tweet" src="http://cazmockett.com/wp-content/uploads/2011/03/twitter3.gif" alt="Unshortened URL in Tweet" width="433" height="189" /></a></p>
<p>[Some readers may not be able to see the tweet linked from the above image, if they are not following my private <a href="http://twitter.com/#!/cazm">@cazm</a> account. Sorry!]</p>
]]></content:encoded>
			<wfw:commentRss>http://cazmockett.com/blog/2011/03/twitter-link-madness/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Grumpy Old Cow</title>
		<link>http://cazmockett.com/blog/2010/12/grumpy-old-cow/</link>
		<comments>http://cazmockett.com/blog/2010/12/grumpy-old-cow/#comments</comments>
		<pubDate>Wed, 01 Dec 2010 16:46:01 +0000</pubDate>
		<dc:creator>Caz M</dc:creator>
				<category><![CDATA[geekery]]></category>
		<category><![CDATA[rants]]></category>
		<category><![CDATA[moaning]]></category>
		<category><![CDATA[techgrumps]]></category>

		<guid isPermaLink="false">http://cazmockett.com/?p=933</guid>
		<description><![CDATA[I&#8217;ve been listening to @tommorris, @cubicgarden and @nicferrier grumping away on the TechGrumps Podcast for some time now. The other day, I was invited to be on the show as a guest &#8211; their first lady grump. I decided to &#8230; <a href="http://cazmockett.com/blog/2010/12/grumpy-old-cow/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been listening to <a href="http://twitter.com/tommorris">@tommorris</a>, <a href="http://twitter.com/cubicgarden">@cubicgarden</a> and <a href="http://twitter.com/nicferrier">@nicferrier</a> grumping away on the <a href="http://techgrumps.wordpress.com">TechGrumps Podcast</a> for some time now. The other day, I was invited to be on the show as a guest &#8211; their first lady grump.</p>
<p>I decided to give it a go, and moaned about Seagate hardware and idiots on Flickr, amongst other things! So if you want to hear it, subscribe via iTunes or download the MP3: <a href="http://s3.amazonaws.com/techgrumps/TechGrumps_016.mp3">Tech Grumps #16 &#8211; I&#8217;m A Lady Now!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://cazmockett.com/blog/2010/12/grumpy-old-cow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://s3.amazonaws.com/techgrumps/TechGrumps_016.mp3" length="39540357" type="audio/mpeg" />
		</item>
		<item>
		<title>Upgrades That Suck</title>
		<link>http://cazmockett.com/blog/2007/01/upgrades-that-suck/</link>
		<comments>http://cazmockett.com/blog/2007/01/upgrades-that-suck/#comments</comments>
		<pubDate>Thu, 04 Jan 2007 11:23:00 +0000</pubDate>
		<dc:creator>Caz</dc:creator>
				<category><![CDATA[rants]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[creative]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[rant]]></category>
		<category><![CDATA[upgrades]]></category>

		<guid isPermaLink="false">http://cazmockett.wordpress.com/2007/01/04/upgrades-that-suck/</guid>
		<description><![CDATA[Upgrades, gotta love &#8216;em. As it turned out, I foolishly accepted the offer of an upgrade to Windows Media Player 11 a couple of days ago. It all looked to have gone smoothly to begin with, and in fact I &#8230; <a href="http://cazmockett.com/blog/2007/01/upgrades-that-suck/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Upgrades, gotta love &#8216;em.</p>
<p>As it turned out, I foolishly accepted the offer of an upgrade to Windows Media Player 11 a couple of days ago. It all looked to have gone smoothly to begin with, and in fact I like the look of it &#8211; seems easier to find things and is a much nicer interface, all in all.</p>
<p>So I ripped a couple of CD&#8217;s I&#8217;d been meaning to put on my PC for a while, then connected my MP3 player. And&#8230; nada. Well, the helpful error message said words to the effect that my player was using an old USB driver which was no longer supported, and I should go get a new one. Great! It was getting very late, so I decided not to wrestle with it and left it til the next day.</p>
<p>The player in question is a Creative Nomad Jukebox Zen NX (nice and snappy that, ha), so I hopped over to Creative Europe&#8217;s website and downloaded the latest USB driver and installed that. Still the same error message.</p>
<p>A bit of Googling later, and I found that WMP11 has &#8220;known issues&#8221; with Zen portable devices. It would have been nice to have been told this <strong> before</strong> I did the upgrade, Microsoft! The suggested <span style="text-decoration: line-through;">bodge</span> fix is to roll back to WMP10, upgrade the firmware on the Jukebox and reinstall WMP11.</p>
<p>OK, I&#8217;ll give that a go. Except that, having trawled around Creative&#8217;s support site (again) and found the supposedly correct firmware upgrade, I get this lovely little error message when trying to run it:<br />
<a href="http://bp3.blogger.com/_Z7oy-o7zG8o/RZzkbpeTAlI/AAAAAAAAABw/EXtQcX9E-8w/s1600-h/20070104_zen_nx_err.gif"><img style="display:block;text-align:center;cursor:pointer;margin:0 auto 10px;" src="http://bp3.blogger.com/_Z7oy-o7zG8o/RZzkbpeTAlI/AAAAAAAAABw/EXtQcX9E-8w/s400/20070104_zen_nx_err.gif" border="0" alt="" /></a>Brilliant! So I send off an email to Creative&#8217;s Support asking just which file I should be using, and sit back to wait for a reply.</p>
<p>Meanwhile, there&#8217;s a troubleshooting bit on Creative&#8217;s site which suggests another possible <span style="text-decoration: line-through;">bodge</span> fix if the device is seen in Device Manager (it is) but not recognised by WMP10 (it isn&#8217;t). I follow the instructions which get me to mess about with the registry! And it still does nada.</p>
<p>Last resort is the section of Microsoft&#8217;s Readme for WMP11 which says your player might have problems after rolling back to v10; uninstall the USB device in Device Mangler™, disconnect device and reconnect, forcing Windows to reinstall. Still five parts of you know what.</p>
<p>So now I&#8217;ve got the (un)shiny Media Player 10 back on my system but I&#8217;m not even back to square one as the Jukebox is still not being recognised.</p>
<p>Thank you Creative Labs, and Microsoft, for wasting at least three hours of my time. And I&#8217;m still not done. You need your collective heads banging together. I don&#8217;t care who&#8217;s problem it is, but it shouldn&#8217;t be<span style="font-weight:bold;"> mine</span>.</p>
]]></content:encoded>
			<wfw:commentRss>http://cazmockett.com/blog/2007/01/upgrades-that-suck/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Property Is Theft</title>
		<link>http://cazmockett.com/blog/2007/01/property-is-theft/</link>
		<comments>http://cazmockett.com/blog/2007/01/property-is-theft/#comments</comments>
		<pubDate>Wed, 03 Jan 2007 13:38:00 +0000</pubDate>
		<dc:creator>Caz</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[rants]]></category>
		<category><![CDATA[copyright]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[theft]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://cazmockett.wordpress.com/2007/01/03/property-is-theft/</guid>
		<description><![CDATA[19th-Century French politician Pierre-Joseph Proudhon might have coined the phrase, but it&#8217;s still pretty relevent today. As a soon-to-be-freelance web designer and photographer, I was particularly alarmed to read Sion Touhig&#8217;s piece at The Register, about how the glut of &#8230; <a href="http://cazmockett.com/blog/2007/01/property-is-theft/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>19th-Century French politician <span style="font-weight:bold;">Pierre-Joseph Proudhon</span> might have <a href="http://thinkexist.com/quotes/pierre-joseph_proudhon/">coined the phrase</a>, but it&#8217;s still pretty relevent today. As a soon-to-be-freelance web designer and photographer, I was particularly alarmed to read <a href="http://www.theregister.co.uk/2006/12/29/photojournalism_and_copyright/">Sion Touhig&#8217;s piece at The Register</a>, about how the glut of freely- (or cheaply-) available images on the web has &#8220;devasted&#8221; the freelance photography and photojournalism sector. Not only is content on the web more easy to pinch, but also the rise in &#8220;user generated content&#8221; has made things increasingly difficult. He states:</p>
<blockquote><p>&#8220;User Contributed Content should be more accurately termed &#8216;Audience Stolen Content&#8217;, because media groups rarely pay for Citizen Journalism images and more often than not, either claim the copyright or an all-encompassing license from contributors, when they send their pictures in. That&#8217;s a copyright grab in all but name.&#8221;</p></blockquote>
<p>The article runs to three pages and make many other salient points, but this one stuck out too:</p>
<blockquote><p>&#8220;The perception is &#8220;if it&#8217;s on the web, it&#8217;s either free, or I&#8217;m gonna nick it anyway because, hey, &#8216;they&#8217; can afford it&#8221;. The reality is that there are now more copyright-free or near-free images on the web than copyright images. Most of them will be on Flickr (owned by Yahoo!), MySpace (owned by Rupert Murdoch&#8217;s News Corporation) or the major corporate image portals. Neither Flickr nor MySpace exist to commercially leverage images, but clients now go there trawling for free content, so they don&#8217;t have to pay a photographer for it. It has caused a crash in the unit cost of any images which aren&#8217;t given away and which are licensed for profit.&#8221;</p></blockquote>
<p>As a victim of copyright theft in the past, I can entirely sympathise with his point of view. In my case, I was minding my own business reading one of the broadsheets&#8217; weekend colour suppliments a few years ago, when I stumbled across a picture which I knew incontrovertibly to have been stolen from one of my websites and used without my permission. After writing an incensed letter to the paper&#8217;s picture editor, they freely admitted that it was their fault (blaming a lazy researcher for not checking the copyright status of the image!) and agreed to pay me their standard repro fee.</p>
<p>It took another 4 letters and six months for them to finally honour their promise. And that was for a picture which wasn&#8217;t particularly important or valuable, and would not have earned me anything anywhere else &#8211; it was just for the principle of it that I pursued them. What would have happened if I hadn&#8217;t spotted it? I wonder how many more times newspapers get away with this sort of thing &#8211; not to mention the millions of folks online who can trawl the web for all of your pictures and do with them what they will.</p>
<p>And I&#8217;m afraid that&#8217;s why you&#8217;ll find I put a copyright watermark in all my images which I put online &#8211; they&#8217;re usually only 600&#215;400 resolution too. And my Flickr images aren&#8217;t tagged with a Creative Commons licence. Once bitten, twice shy.</p>
<p>On a related note, recently a client gave me a brief, and I worked up a proposed site layout. But despite me following the brief, the client was not happy and has basically admitted they want me to <span style="font-style:italic;">rip off the design of another site!</span> I flatly refuse to do so. Asking me to do this would basically be asking me to throw away my professional integrity and risk being sued for breach of copyright.</p>
<p>Fortunately, there was PR agency inbetween me and the client in question, who managed to mediate the situation. They were pretty much in agreement with me that it wasn&#8217;t not a healthly thing to be suggesting. And from a prospective customer&#8217;s point of view, I wouldn&#8217;t be too impressed if I found a site which had obviously pinched a design from a competitor &#8211; that wouldn&#8217;t say much for the company&#8217;s buisness ethics!</p>
]]></content:encoded>
			<wfw:commentRss>http://cazmockett.com/blog/2007/01/property-is-theft/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Advanced Driving Techniques</title>
		<link>http://cazmockett.com/blog/2006/10/advanced-driving-techniques/</link>
		<comments>http://cazmockett.com/blog/2006/10/advanced-driving-techniques/#comments</comments>
		<pubDate>Mon, 23 Oct 2006 12:05:00 +0000</pubDate>
		<dc:creator>Caz</dc:creator>
				<category><![CDATA[rants]]></category>
		<category><![CDATA[bad driving]]></category>

		<guid isPermaLink="false">http://cazmockett.wordpress.com/2006/10/23/advanced-driving-techniques/</guid>
		<description><![CDATA[I had to take a drive down to the main sorting office earlier on, to collect a parcel. It had a customs charge of £3.68 &#8211; fair enough &#8211; and a £4.00 &#8220;Royal Mail Administration Fee&#8221; on top. &#60;rant&#62; HOW &#8230; <a href="http://cazmockett.com/blog/2006/10/advanced-driving-techniques/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I had to take a drive down to the main sorting office earlier on, to collect a parcel. It had a customs charge of £3.68 &#8211; fair enough &#8211; and a £4.00 &#8220;Royal Mail Administration Fee&#8221; on top.</p>
<p>&lt;rant&gt; <span style="font-weight:bold;">HOW MUCH ?!?!?!</span> &lt;/rant&gt;</p>
<p>Anyway, that wasn&#8217;t the point of this post&#8230;</p>
<p>My route home from the PO takes me past the County Police HQ, and just outside it, a vehicle cut me up by pulling in front and proceeded to do 15mph (in a 30 limit) until the next junction, where it turned left without indicating! Sadly, I was going the same way, and the car (still doing 15mph) then pulled up outside the County Court, giving 1 second&#8217;s worth of indication and &#8220;parking&#8221; half in and half out of the layby.</p>
<p>It was a display truely worthy of someone out on their first driving lesson. But the reason I was so shocked? It was a <span style="font-weight:bold;">marked patrol car!</span></p>
<p><span class="technoratitag"><strong></strong><a rel="tag" href="http://www.technorati.com/tags/bad+driving"></a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://cazmockett.com/blog/2006/10/advanced-driving-techniques/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gender Is Irrelevent</title>
		<link>http://cazmockett.com/blog/2006/07/gender-is-irrelevent/</link>
		<comments>http://cazmockett.com/blog/2006/07/gender-is-irrelevent/#comments</comments>
		<pubDate>Mon, 31 Jul 2006 12:39:00 +0000</pubDate>
		<dc:creator>Caz</dc:creator>
				<category><![CDATA[rants]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[blogher06]]></category>
		<category><![CDATA[litlove]]></category>
		<category><![CDATA[rant]]></category>
		<category><![CDATA[roger kondrat]]></category>
		<category><![CDATA[scoble]]></category>

		<guid isPermaLink="false">http://cazmockett.wordpress.com/2006/07/31/gender-is-irrelevent/</guid>
		<description><![CDATA[I&#8217;m a regular reader of Roger Kondrat&#8216;s blog, Technological Winter. Today, he posted about a recent conference called BlogHer &#8217;06, organised by the BlogHer community &#8211; their website&#8217;s byeline is apprently &#8220;Where the women bloggers are&#8221;. I was very interested &#8230; <a href="http://cazmockett.com/blog/2006/07/gender-is-irrelevent/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m a regular reader of <strong>Roger Kondrat</strong>&#8216;s blog, <a href="http://prof.rogerkondrat.com/">Technological Winter</a>. Today, he <a href="http://prof.rogerkondrat.com/2006/07/30/roundup-a-weekly-post-overview-of-different-bits-and-bobs-of-information/">posted</a> about a recent conference called <a href="http://blogher.org/about-blogher-conference-06">BlogHer &#8217;06</a>, organised by the <a href="http://blogher.org/">BlogHer</a> community &#8211; their website&#8217;s byeline is apprently <em>&#8220;Where the women bloggers are&#8221;.</em></p>
<p>I was very interested in Roger&#8217;s comment <em>&#8220;Blogher was interesting for me.. ..I mean as someone that doesn’t think male or female, I just read what I read&#8221;</em>. And I think you&#8217;ve hit the nail on the head there, Roger. Why should the blogger&#8217;s gender<strong> matter? </strong>I believe exactly the same. I read what I read and that&#8217;s that. Sometimes you can&#8217;t event <em>tell </em>the gender of the blogger, (it&#8217;s one of the upsides of web anonymity, if you wish to be so). And I was wondering what makes a woman sign up for a blog precisely because it&#8217;s hosted by/for women?</p>
<p>I&#8217;ve always worked in very male-dominated industries. My first job was a broadcast engineer for the <a href="http://www.bbc.co.uk/">BBC</a>, where around 10% of the workforce was female. I never felt I was treated differently as a women, and certainly didn&#8217;t find any prejudices in evidence. If you were good at your job, no one cared if you were a woman, you still got the respect you deserved. And I would never have wanted to be cut any breaks on the basis of my sex &#8211; don&#8217;t get me started on  <em>&#8220;positive discrimination&#8221;</em>.</p>
<p>Now I&#8217;m still in a male-dominated profession &#8211; web design and development. At least, the <em>design</em> part is populated by quite a few more women, even if they aren&#8217;t so much in evidence on the <em>development</em> side of things (at least, that&#8217;s my experience). I reckon it&#8217;s about 20% women where I currently work. But again, if you&#8217;re any good, you could be a small, furry creature from Alpha Centauri and nobody would bat an eyelid.</p>
<p><a href="http://scobleizer.wordpress.com/">Robert Scoble</a> attended the  conference, and <a href="http://scobleizer.wordpress.com/2006/07/30/what-i-learned-from-blogher/">his write-up</a> suggests that perhaps women are using <em>BlogHer</em> because the tools are easier to pick up. But I have to ask, how hard is it to use <a href="http://www.blogger.com/">Blogger</a>, <a href="http://www.wordpress.com/">WordPress</a> etc?</p>
<p>I have a very dear friend, who is a self-confessed technophobe. We&#8217;ve known each other since we were 11. At school, I was always the techie one, she the arty one. She majored in English &amp; French Literature and went on to complete her PhD in that area, and now teaaches at one of the UK&#8217;s top universities. She <strong>hates computers </strong>with a passion &#8211; only using them when she has to (for writing, that is probably rather more than she would like).  Which is why, when I visited her a few months ago, I was absolutely astounded to learn she has a blog of her own, <a href="http://litlove.wordpress.com/">LitLove</a>. And a very fine one it is too. In a few short weeks she has engaged in tremendous debates with other like-minded folk. And she has got to grips with the <em>WordPress</em> publishing system with great success. So obviously, it can&#8217;t be that difficult to get a blog going, if you&#8217;re passioiniate enough about your subject.</p>
<p>So what am I really trying to say here? Probably, that ultimately, it&#8217;s all about the <em>content </em>of your blog that really matters. Not where it&#8217;s hosted, or what gender you happen to be. Personally, I&#8217;d much rather infiltrate the &#8220;male domain&#8221; that is the mainstream blogsphere than find myself in what is little better than a female ghetto! I am glad I was educated in a co-ed environment, and  never wanted to go to an all-girls school &#8211; they can get pretty catty at times <img src='http://cazmockett.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://cazmockett.com/blog/2006/07/gender-is-irrelevent/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Not So Plug-And-Play</title>
		<link>http://cazmockett.com/blog/2006/07/not-so-plug-and-play/</link>
		<comments>http://cazmockett.com/blog/2006/07/not-so-plug-and-play/#comments</comments>
		<pubDate>Mon, 17 Jul 2006 21:02:00 +0000</pubDate>
		<dc:creator>Caz</dc:creator>
				<category><![CDATA[rants]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[L6]]></category>
		<category><![CDATA[motorola]]></category>
		<category><![CDATA[usb driver]]></category>

		<guid isPermaLink="false">http://cazmockett.wordpress.com/2006/07/17/not-so-plug-and-play/</guid>
		<description><![CDATA[I&#8217;ve taken photos at a couple of events with my new Motorola L6, which I thought would be great to put on the blog. Once was at the recent Geeks Dinner the second was at the WSG London meeting. But &#8230; <a href="http://cazmockett.com/blog/2006/07/not-so-plug-and-play/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve taken photos at a couple of events with my new <span style="font-weight:bold;">Motorola L6</span>, which I thought would be great to put on the blog. Once was at the recent <a href="http://cazmockett.blogspot.com/2006/07/geek-dinner.html">Geeks Dinner</a> the second was at the <a href="http://cazmockett.blogspot.com/2006/07/wsg-london-1.html">WSG London meeting</a>. But sadly, I&#8217;m being defeated by technology.</p>
<p>You see, I don&#8217;t have any sort of picture messaging contract with my phone, so I can&#8217;t email them to myself&#8230; BUT! the phone has a handy USB port, so I thought I&#8217;d get &#8216;em off that way. Cue pain and suffering. The phone didn&#8217;t come with any software (drivers or otherwise) and WindowsXP doesn&#8217;t have any native drivers for the phone, although it recognises the make and model.</p>
<p>I thought I&#8217;d go straight to the horses&#8217; mouth and searched the <a href="http://www.motorola.com/uk/">Motorola website</a> for downloadable drivers for the L6. Nothing. Nada. Nowt. Plenty of <a href="http://direct.motorola.com/eng/web_producthome.asp?Country=GBR&amp;language=ENG&amp;productid=30316">glossy brochureware</a> (you&#8217;re preaching to the converted, I already have one!) but nothing useful. A google or two later turned up quite a few disgruntled users also looking for the driver and posting their frustration on forums far and wide.</p>
<p>So the search continues. If and when I find the driver, I&#8217;ll upload the photos (they weren&#8217;t that exciting, so don&#8217;t hold your breath in anticipation). Until then, you&#8217;ll have to do with the text and make up your own cartoons to go with it <img src='http://cazmockett.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
<span class="technoratitag"><br />
<a href="http://www.technorati.com/tags/usb"></a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://cazmockett.com/blog/2006/07/not-so-plug-and-play/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Man Versus Machine</title>
		<link>http://cazmockett.com/blog/2006/07/man-versus-machine/</link>
		<comments>http://cazmockett.com/blog/2006/07/man-versus-machine/#comments</comments>
		<pubDate>Tue, 11 Jul 2006 09:40:00 +0000</pubDate>
		<dc:creator>Caz</dc:creator>
				<category><![CDATA[rants]]></category>
		<category><![CDATA[artistic merit]]></category>
		<category><![CDATA[darkroom]]></category>
		<category><![CDATA[digital]]></category>
		<category><![CDATA[eaf]]></category>
		<category><![CDATA[pagb]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[rant]]></category>

		<guid isPermaLink="false">http://cazmockett.wordpress.com/2006/07/11/man-versus-machine/</guid>
		<description><![CDATA[I hope I didn&#8217;t come across as arrogant in yesterday&#8217;s post about how much difference a good piece of equipment can make. That wasn&#8217;t my intention. But further reflection set me thinking that, in these days where consumers expect instant &#8230; <a href="http://cazmockett.com/blog/2006/07/man-versus-machine/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I hope I didn&#8217;t come across as arrogant in <a href="http://cazmockett.blogspot.com/2006/07/great-kit-debate.html">yesterday&#8217;s post</a> about how much difference a good piece of equipment can make. That wasn&#8217;t my intention. But further reflection set me thinking that, in these days where consumers expect instant gratification from their purchases, I think it&#8217;s sad that some people spend an awful lot of money on the best camera and are then disappointed with the pictures they take with it.</p>
<p>People seem far less willing to learn the art and craft of photography in order to get the best results. Of course I&#8217;m generalising here, but there has been a gradual decline in membership of photographic clubs throughout the country, even with the huge rise in the number of people buying cameras. I&#8217;m a <span style="font-weight:bold;">B Panel Judge</span> for the <a href="http://www.eafphotoclubs.co.uk/">East Anglian Federation</a>, part of the <a href="http://www.pagb-photography-uk.co.uk/">Photographic Alliance of Great Britain</a>. I visit clubs around north London and south east Essex to judge competitions regularly, and their committees are constantly striving to attract new members. Somehow only a trickle seem to be coming through the doors.</p>
<p>A few clubs (and the number is decreasing) have actively shunned the <span style="font-style:italic;">Digital Revolution</span>; it won&#8217;t be long before they go under. Some have allowed digital but to be judged in a separate category (and I think, why segregate? It&#8217;s the end result that counts and matters to me as a judge, not the technology used to produce it).</p>
<p>Some argue that digital is &#8220;easier&#8221; than traditional &#8220;wet&#8221; processes. Usually those who haven&#8217;t tried it, I find. And as a judge, I&#8217;ve seen just as many badly-done digital prints (if not more) than traditional. In fact, I&#8217;d argue that it&#8217;s actually easier to make a bad digital print than a bad darkroom one &#8211; far less effort is required. Plus, you don&#8217;t end up smelling of chemicals or emerging from the darkroom like a confused mole! As ever, the skill is in the execution of what you&#8217;re doing, not how.</p>
<p>The vast majority of the clubs I visit have embraced digital photography wholeheartedly (without prejudice to those still using film). So much so that at a few, I don&#8217;t see any darkroom prints any more. I can tell, if I look hard enough (and it would require an even lenghtier post for me to explain how). I&#8217;ve seen some really stunning inkjet prints, not just from a technical perspective, but from an artistic one. Again, it&#8217;s all about who&#8217;s behind the camera more than the name badge on the front.</p>
<p>Our equipment can and should be used to facilitate the expression of our artistic talents, and not as a points-scoring exercise to see who&#8217;s got the best kit. (Again, I usually find those misguided enough to indulge in this kind of behaviour are invariably those who can&#8217;t take a decent picture for toffee).</p>
<p><span class="technoratitag"><strong></strong><a rel="tag" href="http://www.technorati.com/tags/digital+revolution"></a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://cazmockett.com/blog/2006/07/man-versus-machine/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Thick Squared</title>
		<link>http://cazmockett.com/blog/2006/07/thick-squared/</link>
		<comments>http://cazmockett.com/blog/2006/07/thick-squared/#comments</comments>
		<pubDate>Fri, 07 Jul 2006 12:15:00 +0000</pubDate>
		<dc:creator>Caz</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[geek dinners]]></category>
		<category><![CDATA[rants]]></category>
		<category><![CDATA[london geek dinner]]></category>
		<category><![CDATA[long tail]]></category>
		<category><![CDATA[tech winter]]></category>
		<category><![CDATA[technorati]]></category>

		<guid isPermaLink="false">http://cazmockett.wordpress.com/2006/07/07/thick-squared/</guid>
		<description><![CDATA[Following on from my post on RugbyMad about how thick can you get (travel agents&#8217; feedback from customers), I see The Register is running a poll for readers to decide who handled the most stupid help-desk call. There are some &#8230; <a href="http://cazmockett.com/blog/2006/07/thick-squared/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Following on from my post on <a href="http://rugbymadgirl.blogspot.com/">RugbyMad</a> about <a href="http://rugbymadgirl.blogspot.com/2006/06/how-thick-can-you-get.html">how thick can you get</a> (travel agents&#8217; feedback from customers), I see <a href="http://www.theregister.co.uk/">The Registe</a>r is running a poll for readers to decide who handled <a href="http://www.theregister.co.uk/2006/07/05/it_support_anecdotes/">the most stupid help-desk call</a>. There are some crackers there, but I think my favourite has to be <span style="font-weight:bold;">my rabbit&#8217;s dead </span> <img src='http://cazmockett.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
<p>I&#8217;m till having aggro with <a href="http://www.technorati.com/">Technorati</a>, as posted yesterday.</p>
<p>Without me doing very much, recent posts on <span style="font-weight:bold;">RugbyMad</span> seem to be indexed (I&#8217;ve not tagged any posts on that blog yet) but further back than a couple of weeks and there&#8217;s nothing found when searching. Meanwhile, the <a href="http://www.technorati.com/blogs/http://cazmockett.blogspot.com">scoped search for this blog</a> still seems to do five parts of naff all. Hopefully they will sort it soon.</p>
<p>On a more positive note, I&#8217;d like to thank <span style="font-weight:bold;">Roger Kondrat</span> for giving this blog a <a href="http://prof.rogerkondrat.com/2006/07/06/looking-for-notes-on-media-2006/">plug</a> over at <a href="http://prof.rogerkondrat.com/">Technological Winter</a>, and his help with aiding this relative <span style="font-style:italic;">blogging-newbie</span> overcome the trials and tribulations of the technology <img src='http://cazmockett.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Tonight I&#8217;m off to the <a href="http://www.geekdinner.co.uk/">London Geeks&#8217; Dinner</a> to hear <span style="font-weight:bold;">Chris Anderson</span> speak on the <a href="http://www.geekdinner.co.uk/archives/2006/06/29/chris-anderson-geekdinner-friday-july-7th/">The Long Tail</a> as a sales model, which I hope will be interesting. I&#8217;ll post my thoughts soon.<br />
<span class="technoratitag"><br />
<a rel="tag" href="http://www.technorati.com/tags/technological+winter"></a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://cazmockett.com/blog/2006/07/thick-squared/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

