<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>Cool</title>
        <link>http://blog.colinmackay.net/category/8.aspx</link>
        <description>Cool stuff that I've seen. </description>
        <language>en-GB</language>
        <copyright>Colin Angus Mackay</copyright>
        <managingEditor>colin.mackay@gmail.com</managingEditor>
        <generator>Subtext Version 1.9.0.27</generator>
        <item>
            <title>Wordle - Beautiful Word Clouds</title>
            <link>http://blog.colinmackay.net/archive/2008/06/12/2490.aspx</link>
            <description>&lt;p&gt;I just got sent a link to a website called &lt;a target="_blank" href="http://wordle.net/"&gt;Wordle&lt;/a&gt; which creates "Beautiful Word Counds". It is quite good fun and I ran it over the &lt;a href="http://blog.colinmackay.net/archive/2008/06/01/2453.aspx"&gt;Scottish Developer's May newsletter&lt;/a&gt; to see what it would come up with and this was the result:&lt;/p&gt;
&lt;p&gt;&lt;a title="Wordle: Scottish Developers May Newsletter" href="http://wordle.net/gallery/Scottish_Developers_May_Newsletter"&gt;&lt;img style="BORDER-RIGHT: #ddd 1px solid; PADDING-RIGHT: 4px; BORDER-TOP: #ddd 1px solid; PADDING-LEFT: 4px; PADDING-BOTTOM: 4px; BORDER-LEFT: #ddd 1px solid; PADDING-TOP: 4px; BORDER-BOTTOM: #ddd 1px solid" alt="" src="http://wordle.net/thumb/Scottish_Developers_May_Newsletter" /&gt;&lt;/a&gt; (Click for larger version)&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;&lt;img src="http://blog.colinmackay.net/aggbug/2490.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Colin Angus Mackay</dc:creator>
            <guid>http://blog.colinmackay.net/archive/2008/06/12/2490.aspx</guid>
            <pubDate>Thu, 12 Jun 2008 12:16:05 GMT</pubDate>
            <wfw:comment>http://blog.colinmackay.net/comments/2490.aspx</wfw:comment>
            <comments>http://blog.colinmackay.net/archive/2008/06/12/2490.aspx#feedback</comments>
            <wfw:commentRss>http://blog.colinmackay.net/comments/commentRss/2490.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Cool switch snippet</title>
            <link>http://blog.colinmackay.net/archive/2008/04/01/2151.aspx</link>
            <description>&lt;p&gt;I was watching one of the &lt;a href="http://www.microsoft.com/uk/msdn/screencasts/" target="_blank"&gt;MSDN Screencasts&lt;/a&gt; today and &lt;a href="http://mtaulty.com/communityserver/blogs/mike_taultys_blog/default.aspx" target="_blank"&gt;Mike Taulty&lt;/a&gt; put in a switch statement that pre-populated itself with valid values for each of the case statements within the switch. I hadn't seen this before so I investigated further (in other words, I emailed Mike and asked him what he did). It turns out this is a feature that has been in since Visual Studio 2005 and I'd only just noticed.&lt;/p&gt;  &lt;p&gt;Essentially, if you are switching on an enumerator the snippet will expand with all the case statements created for you as you can see by the animation below. To access this, follow these steps&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Type "switch", the intellisense will show the word "switch" with the torn document icon, indicating it is a snippet.&lt;/li&gt;    &lt;li&gt;Press the tab key twice to expand the snippet, this will also highlight the text "switch_on".&lt;/li&gt;    &lt;li&gt;Change the "switch_on" text to the name of the variable on which you want to switch.&lt;/li&gt;    &lt;li&gt;Press return twice, this will further expand the switch statement filling in all the cases from the enumerator.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;For an example, see the animation below: &lt;/p&gt;  &lt;p&gt;&lt;a title="switch snippet by Colin  Angus Mackay, on Flickr" href="http://www.flickr.com/photos/colinangusmackay/2380162881/"&gt;&lt;img height="600" alt="switch snippet" src="http://farm3.static.flickr.com/2092/2380162881_8345ea9358_o.gif" width="800" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:d805cb9f-bb9b-4a1e-8d06-30d97fa5a0f9" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/switch" rel="tag"&gt;switch&lt;/a&gt;,&lt;a href="http://technorati.com/tags/snippet" rel="tag"&gt;snippet&lt;/a&gt;,&lt;a href="http://technorati.com/tags/visual%20studio" rel="tag"&gt;visual studio&lt;/a&gt;&lt;/div&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://developerdayscotland.com/main/Default.aspx"&gt;&lt;img height="60" alt="Developer! Developer! Developer! is coming to Scotland" src="http://developerdayscotland.com/images/badges/banner2.png" width="468" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blog.colinmackay.net/aggbug/2151.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Colin Angus Mackay</dc:creator>
            <guid>http://blog.colinmackay.net/archive/2008/04/01/2151.aspx</guid>
            <pubDate>Tue, 01 Apr 2008 20:22:35 GMT</pubDate>
            <wfw:comment>http://blog.colinmackay.net/comments/2151.aspx</wfw:comment>
            <comments>http://blog.colinmackay.net/archive/2008/04/01/2151.aspx#feedback</comments>
            <wfw:commentRss>http://blog.colinmackay.net/comments/commentRss/2151.aspx</wfw:commentRss>
        </item>
        <item>
            <title>OTT Christmas Decorations</title>
            <link>http://blog.colinmackay.net/archive/2007/12/27/1644.aspx</link>
            <description>&lt;p&gt;More festive diversions with this display of synchronised lights on someone's house.&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;div class="wlWriterSmartContent" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:f2fafacc-e2d1-4741-8e33-dc9667c49b17" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;&lt;div id="154511a3-5abd-421a-9f40-536a42adfb84" style="margin: 0px; padding: 0px; display: inline;"&gt;&lt;div&gt;&lt;a href="http://www.youtube.com/watch?v=4j9kB5_VKuw" target="_new"&gt;&lt;img src="http://blog.colinmackay.net/images/blog_colinmackay_net/WindowsLiveWriter/OTTChristmasDecorations_D409/video5e881153435d.jpg" galleryimg="no" onload="var downlevelDiv = document.getElementById('154511a3-5abd-421a-9f40-536a42adfb84'); downlevelDiv.innerHTML = &amp;quot;&amp;lt;div&amp;gt;&amp;lt;object width=\&amp;quot;425\&amp;quot; height=\&amp;quot;350\&amp;quot;&amp;gt;&amp;lt;param name=\&amp;quot;movie\&amp;quot; value=\&amp;quot;http://www.youtube.com/v/4j9kB5_VKuw\&amp;quot;&amp;gt;&amp;lt;\/param&amp;gt;&amp;lt;param name=\&amp;quot;wmode\&amp;quot; value=\&amp;quot;transparent\&amp;quot;&amp;gt;&amp;lt;\/param&amp;gt;&amp;lt;embed src=\&amp;quot;http://www.youtube.com/v/4j9kB5_VKuw\&amp;quot; type=\&amp;quot;application/x-shockwave-flash\&amp;quot; wmode=\&amp;quot;transparent\&amp;quot; width=\&amp;quot;425\&amp;quot; height=\&amp;quot;350\&amp;quot;&amp;gt;&amp;lt;\/embed&amp;gt;&amp;lt;\/object&amp;gt;&amp;lt;\/div&amp;gt;&amp;quot;;" alt="" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:28288eba-3ca6-4cda-b9c8-9121a3b835b9" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/video" rel="tag"&gt;video&lt;/a&gt;,&lt;a href="http://technorati.com/tags/christmas" rel="tag"&gt;christmas&lt;/a&gt;,&lt;a href="http://technorati.com/tags/lights" rel="tag"&gt;lights&lt;/a&gt;,&lt;a href="http://technorati.com/tags/display" rel="tag"&gt;display&lt;/a&gt;&lt;/div&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p align="center"&gt;&lt;/p&gt;  &lt;p align="center"&gt; &lt;/p&gt;  &lt;p align="center"&gt;&lt;a href="http://developerdayscotland.com/main/Default.aspx" target="_blank"&gt;&lt;img src="http://developerdayscotland.com/images/badges/banner3.png" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blog.colinmackay.net/aggbug/1644.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Colin Angus Mackay</dc:creator>
            <guid>http://blog.colinmackay.net/archive/2007/12/27/1644.aspx</guid>
            <pubDate>Thu, 27 Dec 2007 15:06:25 GMT</pubDate>
            <wfw:comment>http://blog.colinmackay.net/comments/1644.aspx</wfw:comment>
            <comments>http://blog.colinmackay.net/archive/2007/12/27/1644.aspx#feedback</comments>
            <wfw:commentRss>http://blog.colinmackay.net/comments/commentRss/1644.aspx</wfw:commentRss>
        </item>
        <item>
            <title>A fantastic cartoon on SQL Injection Attacks</title>
            <link>http://blog.colinmackay.net/archive/2007/10/11/512.aspx</link>
            <description>&lt;p&gt;Just in time for the SQL Injection Attack micro presentation that I'm doing.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://xkcd.com/327/" target="_blank"&gt;&lt;img id="id" style="margin: 5px" alt="xkcd.com " src="http://imgs.xkcd.com/comics/exploits_of_a_mom.png" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;From: xkcd.org&lt;/p&gt;  &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:b922d707-84f8-4e66-a255-0f7c766e98a4" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati Tags:  		&lt;a href="http://technorati.com/tags/SQL%20Injection%20Attack/" rel="tag"&gt;SQL Injection Attack&lt;/a&gt; 		,  		&lt;a href="http://technorati.com/tags/cartoon/" rel="tag"&gt;cartoon&lt;/a&gt; 		,  		&lt;a href="http://technorati.com/tags/xkcd/" rel="tag"&gt;xkcd&lt;/a&gt; 		&lt;/div&gt;&lt;img src="http://blog.colinmackay.net/aggbug/512.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Colin Angus Mackay</dc:creator>
            <guid>http://blog.colinmackay.net/archive/2007/10/11/512.aspx</guid>
            <pubDate>Thu, 11 Oct 2007 22:43:10 GMT</pubDate>
            <wfw:comment>http://blog.colinmackay.net/comments/512.aspx</wfw:comment>
            <comments>http://blog.colinmackay.net/archive/2007/10/11/512.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://blog.colinmackay.net/comments/commentRss/512.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Forum Signatures</title>
            <link>http://blog.colinmackay.net/archive/2007/10/04/490.aspx</link>
            <description> 
&lt;p&gt;Due to a slight problem with my email I'm currently downloading 14000 emails over the last few years. I don't know why Thunderbird suddenly decided to download everything agian, but I spotted some emails that I thought I'd deleted but are obviously still on the server.&lt;/p&gt;
&lt;p&gt;Some of these emails were from forum posts made many years ago and I spotted some rather funny or thought provoking signatures in there. So, I'd like to share them:&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana"&gt;Disclaimer: Because of heavy processing requirements, we are currently using some of your unused brain capacity for backup processing. Please ignore any hallucinations, voices or unusual dreams you may experience. Please avoid concentration-intensive tasks until further notice. Thank you.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.joelonsoftware.com/articles/fog0000000036.html"&gt;&lt;font face="Verdana"&gt;"The moral of the story is that with a contrived example, you can prove anything."&lt;/font&gt;&lt;/a&gt;&lt;font face="Verdana"&gt; - Joel Spolsky&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana"&gt;"I still maintain that seeing a nipple is far less disturbing than seeing someone get their brains blown out." -- Chris Maunder&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana"&gt;'Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p' &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana"&gt;I am an atheist only because fences are uncomfortable and the other side is filled with flames. &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana"&gt;"In the confrontation between the stream and the rock, the stream always wins - not through strength but perseverance." (H. Jackson Brown) &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana"&gt;A working Program is one that has only unobserved bugs &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana"&gt;I thought I wanted a career, turns out I just wanted paychecks &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana"&gt;Hell, there are no rules here-- we're trying to accomplish something. - Thomas A. Edison&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana"&gt;When all else fails, there's always delusion. - Conan O'Brien&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana"&gt;I'm going to patent thought. I have yet to see any prior art. &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana"&gt;Let's put "civil" back in "civilization" &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana"&gt;'Logic, my dear Zoe, merely enables one to be wrong with authority.' - The Doctor: The Wheel in Space &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana"&gt;The only way of discovering the limits of the possible is to venture a little past them into the impossible.--Arthur C. Clark &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana"&gt;VB is like programming with crayons. &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana"&gt;"Your village called - They're missing their idiot." &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana"&gt;Open the fridge door, scream, and everything that doesn't run into the corner is safe for eating. &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana"&gt;Memes don't exist - tell your friends &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana"&gt;SELECT * FROM User WHERE Clue 0 &lt;br /&gt;
0 rows returned &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana"&gt;"You can have everything in life you want if you will just help enough other people get what they want." --Zig Ziglar &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana"&gt;"I wish to propose for the reader's favourable consideration a doctrine which may, I fear, appear wildly paradoxical and subversive. The doctrine in question is this: that it is undesirable to believe a proposition when there is no ground whatever for supposing it true." - Bertrand Russell &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana"&gt;"The different versions of the UN*X brand operating system are numbered in a logical sequence: 5, 6, 7, 2, 2.9, 3, 4.0, III, 4.1, V, 4.2, V.2, and 4.3" - Alan Filipski &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana"&gt;Money talks, but all mine ever says is "Goodbye!" &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana"&gt;My code isn't buggy. Those are all fleatures. &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana"&gt;"The trouble with the world is that the stupid are cocksure and the intelligent are full of doubt." - Bertrand Russell &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana"&gt;Human beings, who are almost unique in having the ability to learn from the experience of others, are also remarkable for their apparent disinclination to do so. (Douglas Adams) &lt;/font&gt;&lt;/p&gt;&lt;img src="http://blog.colinmackay.net/aggbug/490.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Colin Angus Mackay</dc:creator>
            <guid>http://blog.colinmackay.net/archive/2007/10/04/490.aspx</guid>
            <pubDate>Thu, 04 Oct 2007 23:36:17 GMT</pubDate>
            <wfw:comment>http://blog.colinmackay.net/comments/490.aspx</wfw:comment>
            <comments>http://blog.colinmackay.net/archive/2007/10/04/490.aspx#feedback</comments>
            <slash:comments>31</slash:comments>
            <wfw:commentRss>http://blog.colinmackay.net/comments/commentRss/490.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Chocolate Crunch Cake</title>
            <link>http://blog.colinmackay.net/archive/2007/08/04/213.aspx</link>
            <description>&lt;p&gt;One of my favourite sweet foods: &lt;strong&gt;Chocolate Crunch Cake&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I used to make this as a child and I only just rediscovered the recipe&lt;/p&gt;
&lt;p&gt;Basic Ingredients:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;400ml sweetend condensed milk&lt;/li&gt;
    &lt;li&gt;100g butter or margarine&lt;/li&gt;
    &lt;li&gt;200g plain cooking chocolate&lt;/li&gt;
    &lt;li&gt;200g milk or white chocolate&lt;/li&gt;
    &lt;li&gt;300g Rich Tea Biscuits&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Instructions:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;Slowly Melt the milk, butter and chocolate in a non-stick pan on a low heat.&lt;/li&gt;
    &lt;li&gt;Crush the biscuits roughly (so there are various sizes of chunks) into the pan&lt;/li&gt;
    &lt;li&gt;Mix until the chocolate mix covers the crushed biscuits&lt;/li&gt;
    &lt;li&gt;Pour into the flat baking tray (lining the tray with grease proof paper will help get the set mix out later)&lt;/li&gt;
    &lt;li&gt;Allow to cool then refrigerate for an hour or two. This is the base&lt;/li&gt;
    &lt;li&gt;Slowly melt the milk or white chocolate then pour over the base and return to the fridge.&lt;/li&gt;
    &lt;li&gt;Once the chocolate has hardened it can be cut into squares and served.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Variations:&lt;/p&gt;
&lt;p&gt;You can add a handful of rasins (or other small dried fruit), crushed nuts (unsalted) or seeds to the mix at the same time as adding the biscuits.&lt;/p&gt;
&lt;p&gt;Reducing the quanity of butter will make the mix more solid, so it sets quicker, but it become harder to spread evenly in the flat mixing tray. Increasing the amount of butter will make the mix easier to spread out in to the tray, but it will make it more difficult to set.&lt;/p&gt;
&lt;p&gt;It is possible to use benecol butter (the one suitable for baking - not all are), light rich tea biscuits and lite condensed milk for a slightly healthier version.&lt;/p&gt;
&lt;p&gt;If you have an exceptionally sweet tooth milk chocolate can be used for the base, but it will be very sweet.&lt;/p&gt;
&lt;p&gt;Tags: &lt;a href="http://technorati.com/tag/recipe" rel="tag"&gt;&lt;img style="border:0;vertical-align:middle;margin-left:.4em" src="http://static.technorati.com/static/img/pub/icon-utag-16x13.png?tag=recipe" alt=" " /&gt;recipe&lt;/a&gt; &lt;a href="http://technorati.com/tag/chocolate+cruch+cake" rel="tag"&gt;&lt;img style="border:0;vertical-align:middle;margin-left:.4em" src="http://static.technorati.com/static/img/pub/icon-utag-16x13.png?tag=chocolate+cruch+cake" alt=" " /&gt;chocolate cruch cake&lt;/a&gt; &lt;a href="http://technorati.com/tag/cake" rel="tag"&gt;&lt;img style="border:0;vertical-align:middle;margin-left:.4em" src="http://static.technorati.com/static/img/pub/icon-utag-16x13.png?tag=cake" alt=" " /&gt;cake&lt;/a&gt; &lt;a href="http://technorati.com/tag/chocolate" rel="tag"&gt;&lt;img style="border:0;vertical-align:middle;margin-left:.4em" src="http://static.technorati.com/static/img/pub/icon-utag-16x13.png?tag=chocolate" alt=" " /&gt;chocolate&lt;/a&gt; &lt;a href="http://technorati.com/tag/sweet" rel="tag"&gt;&lt;img style="border:0;vertical-align:middle;margin-left:.4em" src="http://static.technorati.com/static/img/pub/icon-utag-16x13.png?tag=sweet" alt=" " /&gt;sweet&lt;/a&gt; &lt;/p&gt;&lt;img src="http://blog.colinmackay.net/aggbug/213.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Colin Angus Mackay</dc:creator>
            <guid>http://blog.colinmackay.net/archive/2007/08/04/213.aspx</guid>
            <pubDate>Sat, 04 Aug 2007 11:44:03 GMT</pubDate>
            <wfw:comment>http://blog.colinmackay.net/comments/213.aspx</wfw:comment>
            <comments>http://blog.colinmackay.net/archive/2007/08/04/213.aspx#feedback</comments>
            <slash:comments>4</slash:comments>
            <wfw:commentRss>http://blog.colinmackay.net/comments/commentRss/213.aspx</wfw:commentRss>
        </item>
        <item>
            <title>A wooden marble based binary adding machine</title>
            <link>http://blog.colinmackay.net/archive/2007/06/24/86.aspx</link>
            <description>&lt;p&gt;This has to be one of the coolest things I've seen in a while. &lt;/p&gt;
&lt;p&gt;&lt;embed src="http://www.youtube.com/v/GcDshWmhF4A" width="425" height="350" type="application/x-shockwave-flash" wmode="transparent"&gt;&lt;/embed&gt;&lt;/p&gt;
&lt;p&gt;If you want to read more &lt;a href="http://woodgears.ca/marbleadd/"&gt;about this project&lt;/a&gt; and others like it then visit &lt;font face="Arial"&gt;&lt;a href="http://woodgears.ca"&gt;http://woodgears.ca&lt;/a&gt; &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;Tags: &lt;a rel="tag" href="http://technorati.com/tag/binary"&gt;&lt;img style="BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; MARGIN-LEFT: 0.4em; VERTICAL-ALIGN: middle; BORDER-RIGHT-WIDTH: 0px" alt=" " src="http://static.technorati.com/static/img/pub/icon-utag-16x13.png?tag=binary" /&gt;binary&lt;/a&gt; &lt;a rel="tag" href="http://technorati.com/tag/marble"&gt;&lt;img style="BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; MARGIN-LEFT: 0.4em; VERTICAL-ALIGN: middle; BORDER-RIGHT-WIDTH: 0px" alt=" " src="http://static.technorati.com/static/img/pub/icon-utag-16x13.png?tag=marble" /&gt;marble&lt;/a&gt; &lt;a rel="tag" href="http://technorati.com/tag/wood"&gt;&lt;img style="BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; MARGIN-LEFT: 0.4em; VERTICAL-ALIGN: middle; BORDER-RIGHT-WIDTH: 0px" alt=" " src="http://static.technorati.com/static/img/pub/icon-utag-16x13.png?tag=wood" /&gt;wood&lt;/a&gt; &lt;a rel="tag" href="http://technorati.com/tag/adding+machine"&gt;&lt;img style="BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; MARGIN-LEFT: 0.4em; VERTICAL-ALIGN: middle; BORDER-RIGHT-WIDTH: 0px" alt=" " src="http://static.technorati.com/static/img/pub/icon-utag-16x13.png?tag=adding+machine" /&gt;adding machine&lt;/a&gt; &lt;/p&gt;&lt;img src="http://blog.colinmackay.net/aggbug/86.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Colin Angus Mackay</dc:creator>
            <guid>http://blog.colinmackay.net/archive/2007/06/24/86.aspx</guid>
            <pubDate>Sun, 24 Jun 2007 23:25:51 GMT</pubDate>
            <wfw:comment>http://blog.colinmackay.net/comments/86.aspx</wfw:comment>
            <comments>http://blog.colinmackay.net/archive/2007/06/24/86.aspx#feedback</comments>
            <wfw:commentRss>http://blog.colinmackay.net/comments/commentRss/86.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Bursting Water Balloon</title>
            <link>http://blog.colinmackay.net/archive/2007/06/21/37.aspx</link>
            <description>&lt;p&gt;This is more interesting that it sounds. It is a slow motion video of a water balloon being burst. The video is about 39 seconds, but it shows what happen in a fraction of a second.&lt;/p&gt;
&lt;p&gt;&lt;embed id="VideoPlayback" style="WIDTH: 400px; HEIGHT: 326px" src="http://video.google.com/googleplayer.swf?docId=-5707822603294858920&amp;amp;hl=en" type="application/x-shockwave-flash"&gt;&lt;/embed&gt; &lt;/p&gt;
&lt;p&gt;If you can't see the video here, try going directly to see it on the &lt;a href="http://video.google.com/videoplay?docid=-5707822603294858920&amp;amp;hl=en"&gt;&lt;/a&gt;&lt;a title="Google" target="_blank" href="http://www.google.co.uk/"&gt;Google&lt;/a&gt; Video site.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;NOTE: This entry was rescued from the Google Cache. The original date was Friday, 20th October, 2006.&lt;/em&gt;&lt;/p&gt;&lt;img src="http://blog.colinmackay.net/aggbug/37.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Colin Angus Mackay</dc:creator>
            <guid>http://blog.colinmackay.net/archive/2007/06/21/37.aspx</guid>
            <pubDate>Thu, 21 Jun 2007 17:25:24 GMT</pubDate>
            <wfw:comment>http://blog.colinmackay.net/comments/37.aspx</wfw:comment>
            <comments>http://blog.colinmackay.net/archive/2007/06/21/37.aspx#feedback</comments>
            <wfw:commentRss>http://blog.colinmackay.net/comments/commentRss/37.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Google Map of Scottish Developers Event Location</title>
            <link>http://blog.colinmackay.net/archive/2007/06/17/8.aspx</link>
            <description>&lt;p&gt;&lt;a title="Google" target="_blank" href="http://www.google.co.uk/"&gt;Google&lt;/a&gt; maps has a cool feature that allows you to draw annotations on a map. I've created one detailing the transportation links (bus station, railway station and car parks) nearest the &lt;a href="http://maps.google.co.uk/maps/ms?ie=UTF8&amp;amp;msa=0&amp;amp;msid=113091888199208468176.000001122365c713b06f5&amp;amp;hl=en&amp;amp;om=1&amp;amp;z=16"&gt;location of the upcoming Scottish Developer events&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To create a map like this all you need is an account with &lt;a title="Google" target="_blank" href="http://www.google.co.uk/"&gt;Google&lt;/a&gt;, then press the My Maps button on the &lt;a href="http://maps.google.co.uk/"&gt;Google Maps&lt;/a&gt; page.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;NOTE: This blog entry was rescued from the Google Cache. It was originally dated Sunday, 29th April, 2007.&lt;/em&gt;&lt;/p&gt;&lt;img src="http://blog.colinmackay.net/aggbug/8.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Colin Angus Mackay</dc:creator>
            <guid>http://blog.colinmackay.net/archive/2007/06/17/8.aspx</guid>
            <pubDate>Sun, 17 Jun 2007 02:47:39 GMT</pubDate>
            <wfw:comment>http://blog.colinmackay.net/comments/8.aspx</wfw:comment>
            <comments>http://blog.colinmackay.net/archive/2007/06/17/8.aspx#feedback</comments>
            <wfw:commentRss>http://blog.colinmackay.net/comments/commentRss/8.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Customised Google Search</title>
            <link>http://blog.colinmackay.net/archive/2007/06/16/6.aspx</link>
            <description>&lt;p&gt;I've been playing around with &lt;a title="Google" target="_blank" href="http://www.google.co.uk/"&gt;Google&lt;/a&gt;'s customised search recently. It is great, I can create a filter on &lt;a title="Google" target="_blank" href="http://www.google.co.uk/"&gt;Google&lt;/a&gt; that means that, for the majority of the time, I get the results that I want. The majority of the time I search &lt;a title="MSDN" target="_blank" href="http://msdn.microsoft.com/"&gt;MSDN&lt;/a&gt;, &lt;a title="Code Project" target="_blank" href="http://www.codeproject.com/"&gt;Code Project&lt;/a&gt;, my own website and my blog.&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;a title="MSDN" target="_blank" href="http://msdn.microsoft.com/"&gt;MSDN&lt;/a&gt; is the main documentation for all of &lt;a title="Microsoft" target="_blank" href="http://www.microsoft.com/"&gt;Microsoft&lt;/a&gt;'s developer tools. It contains nearly everything I want to know. &lt;/li&gt;
    &lt;li&gt;&lt;a title="Code Project" target="_blank" href="http://www.codeproject.com/"&gt;Code Project&lt;/a&gt; fills in the gaps with examples of how to do certain things &lt;/li&gt;
    &lt;li&gt;My own website and blog are included because I often write things down so I don't forget... Then I forget, so I have to find it again. It is much easier searching my own blog for something than it is to search the wide internet. &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I'm sure I'll be adding sites to the filter as I go along. The &lt;a title="Microsoft" target="_blank" href="http://www.microsoft.com/"&gt;Microsoft&lt;/a&gt; DPEs' blogs are likely to be added shortly as will a number of other blogs that I read regularly. All will be developer focused so if you want to use my custom search you can be assured that you won't end up getting crazy results back about cute kittens.&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;Finally, if you want to use my custom search, just click this link: &lt;a href="http://www.google.com/coop/cse?cx=003507701737802140662%3Afwturq34rxo&amp;amp;hl=en"&gt;http://www.google.com/coop/cse?cx=003507701737802140662%3Afwturq34rxo&amp;amp;hl=en&lt;/a&gt; &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;Tags: &lt;a rel="tag" href="http://technorati.com/tag/google"&gt;&lt;img style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; MARGIN-LEFT: 0.4em; VERTICAL-ALIGN: middle; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px" alt=" " src="http://static.technorati.com/static/img/pub/icon-utag-16x13.png?tag=google" /&gt;google&lt;/a&gt; &lt;a rel="tag" href="http://technorati.com/tag/Customised+Search"&gt;&lt;img style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; MARGIN-LEFT: 0.4em; VERTICAL-ALIGN: middle; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px" alt=" " src="http://static.technorati.com/static/img/pub/icon-utag-16x13.png?tag=Customised+Search" /&gt;Customised Search&lt;/a&gt; &lt;a rel="tag" href="http://technorati.com/tag/Customized+Search"&gt;&lt;img style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; MARGIN-LEFT: 0.4em; VERTICAL-ALIGN: middle; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px" alt=" " src="http://static.technorati.com/static/img/pub/icon-utag-16x13.png?tag=Customized+Search" /&gt;Customized Search&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;&lt;em&gt;NOTE: This blog entry was rescued from the Google Cache. It was originally dated Wednesday, 9th May, 2007.&lt;/em&gt;&lt;/p&gt;&lt;img src="http://blog.colinmackay.net/aggbug/6.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Colin Angus Mackay</dc:creator>
            <guid>http://blog.colinmackay.net/archive/2007/06/16/6.aspx</guid>
            <pubDate>Sat, 16 Jun 2007 23:50:25 GMT</pubDate>
            <wfw:comment>http://blog.colinmackay.net/comments/6.aspx</wfw:comment>
            <comments>http://blog.colinmackay.net/archive/2007/06/16/6.aspx#feedback</comments>
            <wfw:commentRss>http://blog.colinmackay.net/comments/commentRss/6.aspx</wfw:commentRss>
        </item>
    </channel>
</rss>