<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>General Computing</title>
        <link>http://blog.colinmackay.net/category/9.aspx</link>
        <description>General Computing</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>40% off Microsoft Press Books at Books24x7</title>
            <link>http://blog.colinmackay.net/archive/2009/06/27/40-off-Microsoft-Press-Books-at-Books24x7.aspx</link>
            <description>&lt;p&gt;If you are like me, then you spend hundreds of pounds per year on books, yet at the end I still don’t think I have access to all the books I’d like. I can’t go to my local library because they don’t stock the books I’m interested in. So for the past year I’ve been using Books 24x7 which gives me access to many more books than I’d ever be able to afford to buy for myself. I can search the books for the information I’m looking for on the web and if I want to take it off-line I can download a PDF.&lt;/p&gt;  &lt;p&gt;At the moment they have an offer where by you can get 40% the subscription fee.&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;Follow these steps to receive a 40% discount to &lt;em&gt;Books 24x7 E-Reference Library for Microsoft Press Titles, a &lt;/em&gt;virtual library that contains over 500 technology books that are published by Microsoft Press&lt;i&gt;. &lt;/i&gt;&lt;/p&gt;    &lt;ol&gt;     &lt;li&gt;Go to &lt;a href="http://www.microsoft.com/learning/books/ereference/default.mspx"&gt;http://www.microsoft.com/learning/books/ereference/default.mspx&lt;/a&gt;        &lt;p&gt;Note: You can also watch a demo of E-Reference Library by clicking the "Watch an E-Reference demo" link on the page.&lt;/p&gt;     &lt;/li&gt;      &lt;li&gt;Click the "Subscribe to an E-Reference Library" link at the top of the page. &lt;/li&gt;      &lt;li&gt;Click the link to the type of library that you would like to purchase. On the next page, you can review a description of the library. &lt;/li&gt;      &lt;li&gt;Click the &lt;strong&gt;Add to Cart&lt;/strong&gt;.. &lt;/li&gt;      &lt;li&gt;Type the discount code below that corresponds to the library type that you selected, and then click &lt;strong&gt;Apply&lt;/strong&gt;.. The discounted price will be reflected. &lt;strong&gt;         &lt;p&gt;Discount Codes: &lt;/p&gt;          &lt;p&gt;&lt;/p&gt;       &lt;/strong&gt;        &lt;ul&gt;         &lt;li&gt;Desktop Library: EREFDESKB &lt;/li&gt;          &lt;li&gt;IT Professional Library: EREFPROB &lt;/li&gt;          &lt;li&gt;Developer Library: EREFDEVB &lt;/li&gt;          &lt;li&gt;Complete Library: EREFCOMPLETEB&lt;/li&gt;       &lt;/ul&gt;     &lt;/li&gt;      &lt;li&gt;Complete the checkout process to purchase the E-Reference Library at the discounted price. &lt;/li&gt;   &lt;/ol&gt;&lt;/blockquote&gt;&lt;img src="http://blog.colinmackay.net/aggbug/8010.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Colin Angus Mackay</dc:creator>
            <guid>http://blog.colinmackay.net/archive/2009/06/27/40-off-Microsoft-Press-Books-at-Books24x7.aspx</guid>
            <pubDate>Sat, 27 Jun 2009 20:10:31 GMT</pubDate>
            <wfw:comment>http://blog.colinmackay.net/comments/8010.aspx</wfw:comment>
            <comments>http://blog.colinmackay.net/archive/2009/06/27/40-off-Microsoft-Press-Books-at-Books24x7.aspx#feedback</comments>
            <wfw:commentRss>http://blog.colinmackay.net/comments/commentRss/8010.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Tip of the Day #9 (The Project Location Is Not Trusted)</title>
            <link>http://blog.colinmackay.net/archive/2009/03/23/Tip-of-the-Day-9-The-Project-Location-Is-Not.aspx</link>
            <description>&lt;p&gt;This tip is to get a tool called &lt;a href="http://www.jameskovacs.com/blog/PermaLink.aspx?guid=6985963b-3d85-41ae-bca8-5f9efe2a79c7"&gt;ZoneStripper&lt;/a&gt; by &lt;a href="http://www.jameskovacs.com/blog/default.aspx"&gt;James Kovaks&lt;/a&gt; to stop the annoying "project location not trusted" dialog box, below, appearing when you open downloaded solutions in Visual Studio.&lt;/p&gt;
&lt;p&gt;If you download zipped source code from the web, unzip it and then open the solution in Visual Studio 2008 (and apparently VS 2003 and VS 2005 as well) you may get a dialog that says "The project location is not trusted" ... "Running the application may result in security exceptions when it attempts to perform actions which require full trust." A bit like this:&lt;/p&gt;
&lt;p align="center"&gt;&lt;a title="Snagit Capture for Flickr" href="http://www.flickr.com/photos/colinangusmackay/3379975731"&gt;&lt;img height="323" alt="The project location is not trusted" width="500" src="http://farm4.static.flickr.com/3432/3379975731_fbd677e60b.jpg" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;What happens is that when you download something from the internet Windows (from Windows XP SP2 onwards) will add an alternate stream to the file called zone.identifier. If the file is a zip it will then add that alternate stream to each of the files as it unzips.&lt;/p&gt;
&lt;p&gt;You can view this stream by typing something like the following at a command prompt:&lt;/p&gt;
&lt;pre&gt;notepad DevWeek2009_PreCon.zip:zone.identifier&lt;/pre&gt;
&lt;p&gt;You can then read the contents of the alternate stream:&lt;/p&gt;
&lt;p align="center"&gt;&lt;a title="Snagit Capture for Flickr" href="http://www.flickr.com/photos/colinangusmackay/3380003693"&gt;&lt;img height="117" alt="" width="500" src="http://farm4.static.flickr.com/3563/3380003693_2fa2a037c0.jpg" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;What the ZoneStripper program does is delete the zone.identifier alternate stream from the file so that zone aware applications (and the OS) treat the file normally.&lt;/p&gt;
&lt;p&gt;Note: If you unzip the files to a FAT based file system then you won't have a zone.identifier in the first place as the FAT file system does not support alternate file streams.&lt;/p&gt;&lt;img src="http://blog.colinmackay.net/aggbug/6985.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Colin Angus Mackay</dc:creator>
            <guid>http://blog.colinmackay.net/archive/2009/03/23/Tip-of-the-Day-9-The-Project-Location-Is-Not.aspx</guid>
            <pubDate>Mon, 23 Mar 2009 23:52:10 GMT</pubDate>
            <wfw:comment>http://blog.colinmackay.net/comments/6985.aspx</wfw:comment>
            <comments>http://blog.colinmackay.net/archive/2009/03/23/Tip-of-the-Day-9-The-Project-Location-Is-Not.aspx#feedback</comments>
            <slash:comments>6</slash:comments>
            <wfw:commentRss>http://blog.colinmackay.net/comments/commentRss/6985.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Showing progress in the Windows 7 Taskbar</title>
            <link>http://blog.colinmackay.net/archive/2009/01/25/6094.aspx</link>
            <description>&lt;p&gt;I just spotted something really cool in the Windows 7 taskbar. When you download something and minimise the download window in IE to the task bar, the button for the application will continue to show the progress and have a green bar make its way across the button.&lt;/p&gt;
&lt;p&gt;&lt;a title="Windows 7 taskbar by Colin  Angus Mackay, on Flickr" href="http://www.flickr.com/photos/colinangusmackay/3223206401/"&gt;&lt;img alt="Windows 7 taskbar" width="686" height="41" src="http://farm4.static.flickr.com/3511/3223206401_cb25b0523d_o.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Windows 7 has some pretty cool features.&lt;/p&gt;&lt;img src="http://blog.colinmackay.net/aggbug/6094.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Colin Angus Mackay</dc:creator>
            <guid>http://blog.colinmackay.net/archive/2009/01/25/6094.aspx</guid>
            <pubDate>Sun, 25 Jan 2009 00:09:46 GMT</pubDate>
            <wfw:comment>http://blog.colinmackay.net/comments/6094.aspx</wfw:comment>
            <comments>http://blog.colinmackay.net/archive/2009/01/25/6094.aspx#feedback</comments>
            <slash:comments>3</slash:comments>
            <wfw:commentRss>http://blog.colinmackay.net/comments/commentRss/6094.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Are people really this gullible</title>
            <link>http://blog.colinmackay.net/archive/2008/09/27/4121.aspx</link>
            <description>&lt;p&gt;I just got this in my email:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;     &lt;br /&gt;&lt;strong&gt;Let your email come to you.&lt;/strong&gt;      &lt;br /&gt;With Yahoo! Mail Alerts, you'll know       &lt;br /&gt;the instant you get one.       &lt;br /&gt;&lt;strong&gt;&lt;b&gt;Account Alert  &lt;/b&gt;&lt;b&gt;         &lt;br /&gt;Dear Valued Member, &lt;/b&gt;&lt;/strong&gt;      &lt;/p&gt;&lt;p&gt; &lt;strong&gt;Due to the congestion in all Yahoo users and removal of all unused Yahoo Accounts,Yahoo would be shutting down all unused accounts,You will have to confirm your E-mail by filling out your Login Info below after clicking the reply botton, or your account will be suspended within 24 hours for security reasons. &lt;/strong&gt;&lt;/p&gt;      &lt;p&gt;&lt;strong&gt; UserName: .................................... &lt;/strong&gt;&lt;/p&gt;      &lt;p&gt; &lt;strong&gt;Password&lt;/strong&gt;:&lt;strong&gt;........................................&lt;/strong&gt;&lt;/p&gt;      &lt;p&gt; &lt;strong&gt;Date Of Birth&lt;/strong&gt;: &lt;strong&gt;.........................................&lt;/strong&gt;&lt;/p&gt;      &lt;p&gt; &lt;strong&gt;Country Or Territory&lt;/strong&gt;:..&lt;strong&gt;............................&lt;/strong&gt;&lt;/p&gt;      &lt;p&gt;&lt;strong&gt;After Following the instructions in the sheet,your account will not be interrupted and will continue as normal.Thanks for your attention to this request.We apologize for any inconvinience.&lt;/strong&gt;&lt;/p&gt;      &lt;p&gt;&lt;/p&gt;    &lt;/blockquote&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;Are people really this gullible as to send their password unencrypted in a plain text email?! Not only that but in a manner that outwith the bounds of any previous interaction with the alleged company in question.&lt;/p&gt;  &lt;p&gt; Well, I suppose if &lt;a href="http://www.theregister.co.uk/2008/09/26/security_breach_attitudes_survey/" target="_blank"&gt;people are willing to hand over their passwords for £5&lt;/a&gt;&lt;em&gt; &lt;/em&gt;I shouldn't be surprised.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#ff0000" size="6"&gt;THIS EMAIL IS A FAKE!        &lt;br /&gt;DON'T RESPOND TO IT!         &lt;br /&gt;YOU ARE ONLY HURTING YOURSELF!&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;&lt;img src="http://blog.colinmackay.net/aggbug/4121.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Colin Angus Mackay</dc:creator>
            <guid>http://blog.colinmackay.net/archive/2008/09/27/4121.aspx</guid>
            <pubDate>Sat, 27 Sep 2008 08:03:55 GMT</pubDate>
            <wfw:comment>http://blog.colinmackay.net/comments/4121.aspx</wfw:comment>
            <comments>http://blog.colinmackay.net/archive/2008/09/27/4121.aspx#feedback</comments>
            <wfw:commentRss>http://blog.colinmackay.net/comments/commentRss/4121.aspx</wfw:commentRss>
        </item>
        <item>
            <title>SQL Server / Visual Studio Install Order</title>
            <link>http://blog.colinmackay.net/archive/2008/08/03/3206.aspx</link>
            <description>&lt;p&gt;Yesterday I paved my laptop in order to upgrade to Windows Vista. I've now started to reinstall everything from scratch again. However, one thing that didn't work out was the installation of SQL Server 2005. No matter what I tried I could not seem to get it to install the SQL Server Management Studio - somehow it was convinced that it already existed. I eventually figured out why.&lt;/p&gt;
&lt;p&gt;I'd installed Visual Studio 2008 first, and as part of that installation it installed SQL Server 2005 Express edition. The express edition does not come with SQL Server Management Studio. When I went to install SQL Server 2005 it refused to install the management studio saying that more up-to-date versions of the tools were already available on the machine. (Well, I suppose some of them were, at least the ones installed by Visual Studio 2008's installer). Running the Service Pack 2 upgrade did not help either. It concluded that the client tools were not valid as part of the upgrade and refused to install them.&lt;/p&gt;
&lt;p&gt;Eventually I came to the conclusion that it would be quicker, given my recent wiping of my laptop to just start afresh again and install things in the correct order. I suppose I was lucky to have that option. I am also lucky that I don't activate Windows until I'm sure everything is installed correctly - after all I do have 30 days to activate Windows. I'd hate to have lost an activation of Windows because of a dodgy install.&lt;/p&gt;
&lt;p&gt;So what is the installation order I've now used that works:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;Windows Vista SP1 &lt;/li&gt;
    &lt;li&gt;Windows Update (my install required 33 updates) &lt;/li&gt;
    &lt;li&gt;SQL Server 2005 &lt;/li&gt;
    &lt;li&gt;SQL Server 2005 SP2 &lt;/li&gt;
    &lt;li&gt;Visual Studio 2008 &lt;/li&gt;
&lt;/ul&gt;
&lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:dc7edcfe-2f0c-4c53-a48d-9c49002cd50a" style="PADDING-RIGHT: 0px; DISPLAY: inline; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px"&gt;Technorati Tags: &lt;a rel="tag" href="http://technorati.com/tags/sql%20server"&gt;sql server&lt;/a&gt;,&lt;a rel="tag" href="http://technorati.com/tags/sql%20server%202005"&gt;sql server 2005&lt;/a&gt;,&lt;a rel="tag" href="http://technorati.com/tags/visual%20studio"&gt;visual studio&lt;/a&gt;,&lt;a rel="tag" href="http://technorati.com/tags/visual%20studio%202008"&gt;visual studio 2008&lt;/a&gt;,&lt;a rel="tag" href="http://technorati.com/tags/windows"&gt;windows&lt;/a&gt;,&lt;a rel="tag" href="http://technorati.com/tags/vista"&gt;vista&lt;/a&gt;,&lt;a rel="tag" href="http://technorati.com/tags/windows%20vista"&gt;windows vista&lt;/a&gt;,&lt;a rel="tag" href="http://technorati.com/tags/sql%20server%202005%20express"&gt;sql server 2005 express&lt;/a&gt;,&lt;a rel="tag" href="http://technorati.com/tags/sql%20server%20express"&gt;sql server express&lt;/a&gt;,&lt;a rel="tag" href="http://technorati.com/tags/installation"&gt;installation&lt;/a&gt;,&lt;a rel="tag" href="http://technorati.com/tags/install"&gt;install&lt;/a&gt;&lt;/div&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;PLEASE NOTE: The above is what worked for me. I've also heard that it has worked for others too. It comes with no warranties of any kind. &lt;/p&gt;
&lt;p&gt;If you are having difficulty installing your SQL Server you may like to ask a question on one of the many fine forums that are available for asking questions of that nature. I tend to hang out on &lt;a href="http://www.codeproject.com"&gt;Code Project&lt;/a&gt; and may be able to help there. If I'm not around then one of the many other great members can possibly help you on their &lt;a href="http://www.codeproject.com/script/Forums/View.aspx?fid=1725&amp;amp;msg=1278600"&gt;database forum&lt;/a&gt;. &lt;/p&gt;&lt;img src="http://blog.colinmackay.net/aggbug/3206.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Colin Angus Mackay</dc:creator>
            <guid>http://blog.colinmackay.net/archive/2008/08/03/3206.aspx</guid>
            <pubDate>Sun, 03 Aug 2008 14:02:10 GMT</pubDate>
            <wfw:comment>http://blog.colinmackay.net/comments/3206.aspx</wfw:comment>
            <comments>http://blog.colinmackay.net/archive/2008/08/03/3206.aspx#feedback</comments>
            <slash:comments>9</slash:comments>
            <wfw:commentRss>http://blog.colinmackay.net/comments/commentRss/3206.aspx</wfw:commentRss>
        </item>
        <item>
            <title>A Cautionary Tale</title>
            <link>http://blog.colinmackay.net/archive/2008/08/01/3176.aspx</link>
            <description>&lt;p&gt;&lt;a href="http://www.xkcd.com/" target="_blank"&gt;XKCD&lt;/a&gt; can be variable in quality (or maybe I just don't understand all the jokes), but it has this &lt;a href="http://www.xkcd.com/456/" target="_blank"&gt;cautionary tale about Linux&lt;/a&gt;:&lt;/p&gt;  &lt;p&gt;&lt;img src="http://imgs.xkcd.com/comics/cautionary.png" /&gt; &lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:5b4fb9b2-2d75-4ab2-b1ba-e54bdb7ecfe6" 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/xkcd" rel="tag"&gt;xkcd&lt;/a&gt;,&lt;a href="http://technorati.com/tags/catroon" rel="tag"&gt;catroon&lt;/a&gt;,&lt;a href="http://technorati.com/tags/linux" rel="tag"&gt;linux&lt;/a&gt;,&lt;a href="http://technorati.com/tags/caution" rel="tag"&gt;caution&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blog.colinmackay.net/aggbug/3176.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Colin Angus Mackay</dc:creator>
            <guid>http://blog.colinmackay.net/archive/2008/08/01/3176.aspx</guid>
            <pubDate>Fri, 01 Aug 2008 09:17:54 GMT</pubDate>
            <wfw:comment>http://blog.colinmackay.net/comments/3176.aspx</wfw:comment>
            <comments>http://blog.colinmackay.net/archive/2008/08/01/3176.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://blog.colinmackay.net/comments/commentRss/3176.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Tip of the Day #7 (SysInternals)</title>
            <link>http://blog.colinmackay.net/archive/2008/07/30/3140.aspx</link>
            <description>&lt;p&gt;I've visited the &lt;a target="_blank" href="http://technet.microsoft.com/en-us/sysinternals/default.aspx"&gt;&lt;strong&gt;SysInternals&lt;/strong&gt;&lt;/a&gt; site a few times over the course of my career because of some strange problem that I just couldn't track down. The amount of information about what is actually happening on your system that the &lt;a target="_blank" href="http://technet.microsoft.com/en-us/sysinternals/default.aspx"&gt;&lt;strong&gt;SysInternals&lt;/strong&gt;&lt;/a&gt; tools provide is phenomenal. The site was run by &lt;a href="http://blogs.technet.com/markrussinovich/about.aspx"&gt;Mark Russinovich&lt;/a&gt; and Bryce Cogswell until they got hired by Microsoft. However, the tools are still available and being updated, only now they are hosted by Microsoft themselves.&lt;/p&gt;
&lt;p&gt;So, today's tip is to visit the &lt;a target="_blank" href="http://technet.microsoft.com/en-us/sysinternals/default.aspx"&gt;&lt;strong&gt;SysInternals&lt;/strong&gt;&lt;/a&gt; page on &lt;a target="_blank" href="http://www.microsoft.com/en/gb/default.aspx"&gt;Microsoft&lt;/a&gt;'s &lt;a target="_blank" href="http://technet.microsoft.com/en-gb/default.aspx"&gt;TechNet&lt;/a&gt; site and familiarise yourself with what is available. You might find that one day it will save you hours of frustration.&lt;/p&gt;&lt;img src="http://blog.colinmackay.net/aggbug/3140.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Colin Angus Mackay</dc:creator>
            <guid>http://blog.colinmackay.net/archive/2008/07/30/3140.aspx</guid>
            <pubDate>Wed, 30 Jul 2008 14:47:33 GMT</pubDate>
            <wfw:comment>http://blog.colinmackay.net/comments/3140.aspx</wfw:comment>
            <comments>http://blog.colinmackay.net/archive/2008/07/30/3140.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://blog.colinmackay.net/comments/commentRss/3140.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Tip of the Day #6 (Keyboard Shortcuts in IE)</title>
            <link>http://blog.colinmackay.net/archive/2008/07/27/3108.aspx</link>
            <description>&lt;p&gt;If you prefer to use your keyboard more than your mouse then you may be interested in this set of &lt;a target="_blank" href="http://blogs.msdn.com/ie/archive/2006/02/08/527702.aspx"&gt;keyboard shortcuts for Internet Explorer&lt;/a&gt; 6 and 7.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:c2b74c47-d54c-4f9c-bb50-6c1a7cfcc8bf" style="PADDING-RIGHT: 0px; DISPLAY: inline; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px"&gt;Technorati Tags: &lt;a rel="tag" href="http://technorati.com/tags/ie"&gt;ie&lt;/a&gt;,&lt;a rel="tag" href="http://technorati.com/tags/internet%20explorer"&gt;internet explorer&lt;/a&gt;,&lt;a rel="tag" href="http://technorati.com/tags/keyboard"&gt;keyboard&lt;/a&gt;,&lt;a rel="tag" href="http://technorati.com/tags/keyboard%20shortcut"&gt;keyboard shortcut&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blog.colinmackay.net/aggbug/3108.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Colin Angus Mackay</dc:creator>
            <guid>http://blog.colinmackay.net/archive/2008/07/27/3108.aspx</guid>
            <pubDate>Sun, 27 Jul 2008 07:56:57 GMT</pubDate>
            <wfw:comment>http://blog.colinmackay.net/comments/3108.aspx</wfw:comment>
            <comments>http://blog.colinmackay.net/archive/2008/07/27/3108.aspx#feedback</comments>
            <wfw:commentRss>http://blog.colinmackay.net/comments/commentRss/3108.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Aggressive Spam Filters</title>
            <link>http://blog.colinmackay.net/archive/2008/04/01/2126.aspx</link>
            <description>&lt;p&gt;Today I discovered quite by accident that I have 9 genuine emails sitting in gmail's spam trap that were sent to me over the last 24 hours. The genuine emails were from Microsoft, Quest, Redgate and Scottish Developers! I hit the "not spam" button for each of them so hopefully gmail learns and I'll get them in future, but for the next few days I'll be watching my spam folder for potential genuine messages disappearing.&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:56594dc1-09c7-4467-8966-2be6efae6417" 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/spam" rel="tag"&gt;spam&lt;/a&gt;,&lt;a href="http://technorati.com/tags/gmail" rel="tag"&gt;gmail&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blog.colinmackay.net/aggbug/2126.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Colin Angus Mackay</dc:creator>
            <guid>http://blog.colinmackay.net/archive/2008/04/01/2126.aspx</guid>
            <pubDate>Tue, 01 Apr 2008 01:06:33 GMT</pubDate>
            <wfw:comment>http://blog.colinmackay.net/comments/2126.aspx</wfw:comment>
            <comments>http://blog.colinmackay.net/archive/2008/04/01/2126.aspx#feedback</comments>
            <wfw:commentRss>http://blog.colinmackay.net/comments/commentRss/2126.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Behave yourselves!</title>
            <link>http://blog.colinmackay.net/archive/2008/02/21/1890.aspx</link>
            <description>&lt;p&gt;Here is some advice on how to behave properly on internet forums:&lt;/p&gt;  &lt;p&gt;&lt;object codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" height="345" width="400" align="middle" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"&gt;&lt;param name="_cx" value="10583" /&gt;&lt;param name="_cy" value="9128" /&gt;&lt;param name="FlashVars" value="" /&gt;&lt;param name="Movie" value="http://www.videojug.com/film/player?id=69ab804d-9b3c-714c-30d7-ff0008ca4067" /&gt;&lt;param name="Src" value="http://www.videojug.com/film/player?id=69ab804d-9b3c-714c-30d7-ff0008ca4067" /&gt;&lt;param name="WMode" value="Window" /&gt;&lt;param name="Play" value="0" /&gt;&lt;param name="Loop" value="-1" /&gt;&lt;param name="Quality" value="High" /&gt;&lt;param name="SAlign" value="LT" /&gt;&lt;param name="Menu" value="-1" /&gt;&lt;param name="Base" value="" /&gt;&lt;param name="AllowScriptAccess" value="" /&gt;&lt;param name="Scale" value="NoScale" /&gt;&lt;param name="DeviceFont" value="0" /&gt;&lt;param name="EmbedMovie" value="0" /&gt;&lt;param name="BGColor" value="" /&gt;&lt;param name="SWRemote" value="" /&gt;&lt;param name="MovieData" value="" /&gt;&lt;param name="SeamlessTabbing" value="1" /&gt;&lt;param name="Profile" value="0" /&gt;&lt;param name="ProfileAddress" value="" /&gt;&lt;param name="ProfilePort" value="0" /&gt;&lt;param name="AllowNetworking" value="all" /&gt;&lt;param name="AllowFullScreen" value="false" /&gt; &lt;embed src="http://www.videojug.com/film/player?id=69ab804d-9b3c-714c-30d7-ff0008ca4067" quality="high" width="400" height="345" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"&gt;&lt;/embed&gt;&lt;/object&gt;    &lt;br /&gt;&lt;a href="http://www.videojug.com/film/how-to-behave-on-an-internet-forum"&gt;How To Behave On An Internet Forum&lt;/a&gt;&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:33d6bde0-524c-4424-9bc0-38ab08719df7" 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/behave" rel="tag"&gt;behave&lt;/a&gt;,&lt;a href="http://technorati.com/tags/forum" rel="tag"&gt;forum&lt;/a&gt;,&lt;a href="http://technorati.com/tags/internet" rel="tag"&gt;internet&lt;/a&gt;,&lt;a href="http://technorati.com/tags/video" rel="tag"&gt;video&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blog.colinmackay.net/aggbug/1890.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Colin Angus Mackay</dc:creator>
            <guid>http://blog.colinmackay.net/archive/2008/02/21/1890.aspx</guid>
            <pubDate>Thu, 21 Feb 2008 19:42:11 GMT</pubDate>
            <wfw:comment>http://blog.colinmackay.net/comments/1890.aspx</wfw:comment>
            <comments>http://blog.colinmackay.net/archive/2008/02/21/1890.aspx#feedback</comments>
            <wfw:commentRss>http://blog.colinmackay.net/comments/commentRss/1890.aspx</wfw:commentRss>
        </item>
    </channel>
</rss>