<?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; misc</title>
	<atom:link href="http://cazmockett.com/blog/category/misc/feed/" rel="self" type="application/rss+xml" />
	<link>http://cazmockett.com</link>
	<description>My Personal Geek Ramblings</description>
	<lastBuildDate>Sun, 08 Apr 2012 15:07:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.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>Hiatus</title>
		<link>http://cazmockett.com/blog/2008/06/hiatus/</link>
		<comments>http://cazmockett.com/blog/2008/06/hiatus/#comments</comments>
		<pubDate>Mon, 23 Jun 2008 10:10:45 +0000</pubDate>
		<dc:creator>Caz</dc:creator>
				<category><![CDATA[misc]]></category>

		<guid isPermaLink="false">http://www.cazmockett.com/blog/?p=110</guid>
		<description><![CDATA[I apologise to my (hopefully still) loyal readers &#8211; there hasn&#8217;t been much activity here for ages. But I hope to change that soon, having just migrated this blog from its previous home at Blogger. I also hope to catch &#8230; <a href="http://cazmockett.com/blog/2008/06/hiatus/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I apologise to my (hopefully still) loyal readers &#8211; there hasn&#8217;t been much activity here for ages. But I hope to change that soon, having just migrated this blog from its previous home at Blogger.</p>
<p>I also hope to catch up with some posts from recent events &#8211; but I&#8217;ll probably cheat and make their dates nearer the events in question &#8211; so shoot me.</p>
<p><strong>Add 04/07/2008:</strong> And then, the server fell over. Big time. All sorts of poop flew in all sorts of directions. So I&#8217;ve given up with my old host, and have moved to a new one. Just getting everything migrated over now. The old domain, carolinemockett.com is still in a bit of a mess during the transition &#8211; these are where things are going to live very soon:</p>
<p>My personal ramblings: <a href="http://www.cazmockett.com">cazmockett.com</a> &#8211; Live Now (still a few tiny things to fix)<br />
My webdesign  blog: <a href="http://www.cazmockett.com/blog/">cazmockett.com/blog/</a> &#8211; Live Now<br />
My general photographic site: <a href="http://www.cazphoto.co.uk/">cazphoto.co.uk</a> &#8211; Live<br />
My general photo blog: <a href="http://www.cazphoto.co.uk/blog/">cazphoto.co.uk/blog/</a> &#8211; Live<br />
My Photo a Day blog: <a href="http://www.cazphoto.co.uk/2008/">cazphoto.co.uk/2008/</a> &#8211; Live<br />
My Rugby blog: <a href="http://rugbypix.co.uk/blog/">rugbypix.co.uk/blog/</a> &#8211; Live<br />
My Rugby photos: <a href="http://www.rugbypix.com">rugbypix.com</a> &#8211; Live</p>
<p>I think most things are fixed now, finally!</p>
]]></content:encoded>
			<wfw:commentRss>http://cazmockett.com/blog/2008/06/hiatus/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Flickr And Self-Referential Folksonomy</title>
		<link>http://cazmockett.com/blog/2007/02/flickr-and-self-referential-folksonomy/</link>
		<comments>http://cazmockett.com/blog/2007/02/flickr-and-self-referential-folksonomy/#comments</comments>
		<pubDate>Wed, 21 Feb 2007 00:05:00 +0000</pubDate>
		<dc:creator>Caz</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[misc]]></category>
		<category><![CDATA[ben darlow]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[folksonomy]]></category>
		<category><![CDATA[kapowaz]]></category>
		<category><![CDATA[mark norman francis]]></category>
		<category><![CDATA[norm]]></category>
		<category><![CDATA[tagging]]></category>
		<category><![CDATA[tags]]></category>
		<category><![CDATA[upcoming]]></category>

		<guid isPermaLink="false">http://cazmockett.wordpress.com/2007/02/21/flickr-and-self-referential-folksonomy/</guid>
		<description><![CDATA[I&#8217;ve been thinking a lot about Flickr and tagging recently, having just had to bash a load of tags onto my BarCamp pictures. Lots of my mates are members, and when we&#8217;ve got together for socials, we share the pictures &#8230; <a href="http://cazmockett.com/blog/2007/02/flickr-and-self-referential-folksonomy/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been thinking a lot about <a href="http://www.flickr.com/">Flickr</a> and tagging recently, having just had to bash a load of tags onto my BarCamp pictures.</p>
<p>Lots of my mates are members, and when we&#8217;ve got together for socials, we share the pictures via Flickr afterwards. Many tag the images by subject, or use something like <a href="http://upcoming.org/">Upcoming</a>&#8216;s machine tags: <a href="http://www.flickr.com/photos/rugbymadgirl/tags/upcoming%3Aevent=138806/">upcoming:event=138806</a>, which refer to the relevent event tag, and can be used by Upcoming&#8217;s API to display photos from that event (held on Flickr), in the <a href="http://upcoming.org/event/138806">event page on Upcoming</a>. &#8220;Old hat&#8221;, some of you may say.</p>
<p>The other thing that regularly happens is that folks tag pictures with people&#8217;s names or nicknames. Thus, you can see all the <a href="http://www.flickr.com/photos/tags/cazmockett/">photos of me</a> on Flickr (which have been appropriately tagged), whether they be in my photostream or someone else&#8217;s. But here&#8217;s where we get the problems.</p>
<p>Some people have particular tags by which they would like to be known, as well as their normal names. <a href="http://www.flickr.com/photos/tags/bendarlow/">Ben</a> (74 results currently) is a case in point, who also goes by the nickname of <a href="http://www.flickr.com/photos/tags/kapowaz/">Kapowaz</a> (56 results, some of them the same). <a href="http://www.flickr.com/photos/tags/marknormanfrancis/">Mark Norman Francis</a> (390 pics) (aka <a href="http://www.flickr.com/photos/tags/norm%21/">Norm!</a> &#8211; 2,324, not all of them him) thinks he&#8217;s <a href="http://www.flickr.com/photos/tags/kingofthebritons/">King Of The Britons</a> (122). Adding all these tags by hand every time gets very tedious.</p>
<p>Now Flickr is very good at letting you organise your pictures, by set, date of upload, geographical position, etc. Their drag and drop interface is easy enough to get your head round with a bit of practice.</p>
<p>So I was thinking, why not let each Flickr user asign <span style="font-weight:bold;">their own tags</span> to describe themselves. Then give the Organiser Panel the facility to set which Flickr users <span style="font-weight:bold;">appear</span> in the photo, and that user&#8217;s tags then get applied automatically. As long as you know that a person in one of your pictures is a Flickr member, you ought to be able to drag their icon onto a picture to set up the tagging, even if they are not in your friends, family or contact lists (these could easily load by default in the appropriate new &#8220;choose Flickr member&#8221; panel):</p>
<p><a href="http://bp2.blogger.com/_Z7oy-o7zG8o/Rdwycrh2bwI/AAAAAAAAAZg/4ScY2APzke0/s1600-h/20070221_batch_org.jpg"><img style="display:block;text-align:center;cursor:pointer;margin:0 auto 10px;" src="http://bp2.blogger.com/_Z7oy-o7zG8o/Rdwycrh2bwI/AAAAAAAAAZg/4ScY2APzke0/s320/20070221_batch_org.jpg" border="0" alt="" /></a>[mockup of the "choose member in photo" facility, via the Organiser panel]</p>
<p>Or when you come cross an individual picture in your Flickrstream, you can currently add it to a group via one of the fuction buttons at the top. Similarly, you could have:</p>
<p><a href="http://bp0.blogger.com/_Z7oy-o7zG8o/RdwydLh2bxI/AAAAAAAAAZo/a_12jycjkU8/s1600-h/20070221_norm_ole.jpg"><img style="display:block;text-align:center;cursor:pointer;margin:0 auto 10px;" src="http://bp0.blogger.com/_Z7oy-o7zG8o/RdwydLh2bxI/AAAAAAAAAZo/a_12jycjkU8/s320/20070221_norm_ole.jpg" border="0" alt="" /></a>[mockup of the "add member in photo" facility, in the Flickrstream view]</p>
<p>I&#8217;m sure that would save some donkey work on everyone&#8217;s part, and would be quite interesting to follow the reference tag trails around Flickr until you get dizzy.</p>
<p>Comments anyone?</p>
]]></content:encoded>
			<wfw:commentRss>http://cazmockett.com/blog/2007/02/flickr-and-self-referential-folksonomy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tagged By Sheila</title>
		<link>http://cazmockett.com/blog/2007/01/tagged-by-sheila/</link>
		<comments>http://cazmockett.com/blog/2007/01/tagged-by-sheila/#comments</comments>
		<pubDate>Tue, 02 Jan 2007 15:00:00 +0000</pubDate>
		<dc:creator>Caz</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[geekery]]></category>
		<category><![CDATA[misc]]></category>
		<category><![CDATA[andy mitchell]]></category>
		<category><![CDATA[bobble]]></category>
		<category><![CDATA[fakebob]]></category>
		<category><![CDATA[john flood]]></category>
		<category><![CDATA[litlove]]></category>
		<category><![CDATA[sheila farrell]]></category>

		<guid isPermaLink="false">http://cazmockett.wordpress.com/2007/01/02/tagged-by-sheila/</guid>
		<description><![CDATA[Sheila The Sheila has tagged me with a little blog ditty, and in the spirit of New Year I thought I would carry it on. The idea is this: &#8220;For those of you going &#8220;huh?&#8221;, I have been blog tagged, &#8230; <a href="http://cazmockett.com/blog/2007/01/tagged-by-sheila/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://sheilafarrell.blogspot.com/2007/01/5-things-you-dont-know-about-me.html">Sheila The Sheila has tagged me</a> with a little blog ditty, and in the spirit of New Year I thought I would carry it on. The idea is this:</p>
<blockquote><p>&#8220;For those of you going &#8220;huh?&#8221;, I have been blog tagged, a game started by <a href="http://pulverblog.pulver.com/archives/006087.html">Jeff Pulver</a> which seems to be spreading quite quickly. The object of the game is to reveal 5 things about you, which most readers probably don&#8217;t know, then nominate 5 friends to do the same.&#8221;</p></blockquote>
<p>So, here are my five &#8220;surprises&#8221;:</p>
<ul>
<li><span style="font-weight:bold;">I had my first photograph published when I was 8 years old.</span><br />
It was taken when I was seven, at Darnholm, on the North Yorkshire Moors Railway. I used my father&#8217;s manual camera (he had set the exposure for me) and managed to pan the shot when the steam train came round a curve under the bridge. Dad regularly submits pictures for publication in preserved railway magazines, and so he sent it along with some of his, and it was published in Modern Railways. So I&#8217;m a bit of a closet steam-head as well as nethead.</li>
<li><span style="font-weight:bold;">I mushed a team of six huskies for a week in the arctic circle.</span><br />
<a href="http://www.mush.org.uk/">We toured northern Sweden and Norway</a>. It was the best trip I&#8217;ve ever done, but totally knackering. We ate for England, but expended so much energy, I&#8217;d lost 4lbs by the time I came home. My experiences during that week have taught me that teamwork is invaluable, and that plastic is not as good as polystyrene for making loo seats for use in sub-zero temperatures!</li>
<li><span style="font-weight:bold;">I started learning to play Bass Guitar in 2002.</span><br />
I&#8217;d wanted to play bass since I was a teenager. Then one day I woke up and thought, &#8220;why don&#8217;t I just go and buy one, rather than dithering all this time?&#8221; Not sure the neighbours were pleased. But my amp doesn&#8217;t go up to 11! I started out with a cheap 4-string model, but now have a custom 5-string Iceni Funkmeister, with a purple paint job. I guess I&#8217;m a late starter when it comes to rebellion and rock-goddess pretentions, ha ha.</li>
<li><span style="font-weight:bold;">I&#8217;m a <a href="http://www.pagb-photography-uk.co.uk/">PAGB-accredited judge</a></span>, and regularly visit photographic clubs in East Anglia and North London, to judge their competitions. For some reason, they like my opinions and keep inviting me back.</li>
<li><span style="font-weight:bold;"><a href="http://www.rugbypix.com/playerDetails.aspx?playerID=1">Danny Grewcock</a> (England and Bath Lock) once signed my rugby shirt</span>. I was still wearing it at the time. &#8216;Nuff said.</li>
</ul>
<p>And I&#8217;m going to tag these good folks to reveal themselves: <a href="http://litlove.wordpress.com/">Litlove</a>, <a href="http://www.bumblesearch.com/bsearch/blog">Andy Mitchell</a>, <a href="http://bobble.technobubble.info/">Bobble</a>, <a href="http://fakebobsblog.blogspot.com/">Prof. John Flood and his RATS</a>, <a href="http://fakebobsblog.blogspot.com/">FakeBob</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://cazmockett.com/blog/2007/01/tagged-by-sheila/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Introduction</title>
		<link>http://cazmockett.com/blog/2006/06/introduction/</link>
		<comments>http://cazmockett.com/blog/2006/06/introduction/#comments</comments>
		<pubDate>Thu, 15 Jun 2006 05:48:00 +0000</pubDate>
		<dc:creator>Caz</dc:creator>
				<category><![CDATA[misc]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Dreamweaver8]]></category>
		<category><![CDATA[firefox2]]></category>
		<category><![CDATA[photoshop cs]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://cazmockett.wordpress.com/2006/06/15/introduction/</guid>
		<description><![CDATA[I thought it would be useful for me to start a professionally-based blog rather than polluting my Rugybmadgirl blog with stuff about XHTML, CSS and web technologies, which is for entirely different audiences. So here goes&#8230; I&#8217;m a web designer &#8230; <a href="http://cazmockett.com/blog/2006/06/introduction/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I thought it would be useful for me to start a professionally-based blog rather than polluting my Rugybmadgirl blog with stuff about XHTML, CSS and web technologies, which is for entirely different audiences. So here goes&#8230;</p>
<p>I&#8217;m a web designer and developer with 10 years experience of coding sites &#8211; I started with Notepad back in &#8217;96 and have progressed quite a lot since then! My current weapons of choice are:</p>
<ul>
<li><a href="http://www.adobe.com/products/dreamweaver/">Dreamweaver8</a> &#8211; Macrodobe&#8217;s latest offering (I&#8217;ve been using DW since version 4) which has much better support for CSS layout, XHTML and .Net than its predecessors</li>
<li><a href="http://www.adobe.com/products/photoshop/">PhotoshopCS</a> &#8211; essential for graphics preparation and photographic retouching</li>
<li>Firefox 1.5 with various plugins, notably:</li>
</ul>
<ol>
<li><a href="https://addons.mozilla.org/firefox/60/">Web Developer Toolbar</a> &#8211; turn off css or javascript at the flick of your mouse, outline block level elements, debug scripts, and heaps more.</li>
<li><a href="https://addons.mozilla.org/firefox/249/">Tidy HTML validator</a> &#8211; great as it runs on your localhost and immediately validates any page directly in the browser. Especially useful if you are developing offline or for intranet apps when you can&#8217;t get the W3C validator to play ball &#8211; its the same validation engine</li>
<li><a href="https://addons.mozilla.org/firefox/1419/">IE Tab</a> &#8211; allows you to open tab in Firefox which uses the IE rendering engine &#8211; dead handy if you have a pathalogical fear of using Internet Explorer <img src='http://cazmockett.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </li>
<li><a href="https://addons.mozilla.org/firefox/219/">Foxytunes</a> &#8211; for keeping you supplied with music, this plugin gives you all the basic controls over your media player of choice in the status bar of the browser, and takes up much less task-bar real estate than the minimized Media Player</li>
</ol>
<ul>
<li><span style="font-weight:bold;">XHTML</span> &#8211; usually 1.0 transitional, but sometimes 1.0 strict. Essential if you want to improve your standards-compliance and accessibility for your content</li>
<li><span style="font-weight:bold;">ASP.NET</span> &#8211; I have developed a few sites driven by .net, and have found it to be resonably easy to get to grips with. Examples are:</li>
</ul>
<ol>
<li><a href="http://www.cazphoto.co.uk/">www.cazphoto.co.uk</a> &#8211; an online portfolio site for my general photography</li>
<li><a href="http://www.rugbypix.com/">www.rugbypix.com</a> &#8211; specialising in my rugby photography</li>
<li><a href="http://www.johnflood.co.uk/">www.johnflood.co.uk</a> &#8211; electronic publishing for John Flood, professor of Law &amp; Sociology</li>
</ol>
<ul>
<li><span style="font-weight:bold;">Access2000</span> &#8211; so far, the sites I have developed have not needed the extra scalability required by mySQL or SQL Server, but I do intend to build sites with mySQL in the future.</li>
</ul>
<p>I&#8217;m also looking to develop my PHP skills in the near future.</p>
]]></content:encoded>
			<wfw:commentRss>http://cazmockett.com/blog/2006/06/introduction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

