<?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>Michael S. Clark &#187; Links</title>
	<atom:link href="http://www.ne0ge0.com/tags/links/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ne0ge0.com</link>
	<description>When I talk, the world ignores me...</description>
	<lastBuildDate>Mon, 12 Dec 2011 15:44:39 +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>New Bingo Simulator</title>
		<link>http://www.ne0ge0.com/2010/11/23/new-bingo-simulator/</link>
		<comments>http://www.ne0ge0.com/2010/11/23/new-bingo-simulator/#comments</comments>
		<pubDate>Tue, 23 Nov 2010 11:21:35 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Interests]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://www.ne0ge0.com/?p=517</guid>
		<description><![CDATA[I&#8217;ve just added a new Bingo simulator that we will be using with the Company Section. It&#8217;s written using jQuery, which I&#8217;m thoroughly enjoying; as is another larger project that I&#8217;m working on. More on that soon, but until then, have a look at the Bingo at let me know what you think&#8230;]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just added a new <a href="http://labs.ne0ge0.com/bingo">Bingo simulator</a> that we will be using with the <a href="http://www.facebook.com/#!/group.php?gid=117571678255239">Company Section</a>.</p>
<p>It&#8217;s written using jQuery, which I&#8217;m thoroughly enjoying; as is another larger project that I&#8217;m working on.</p>
<p>More on that soon, but until then, <a href="http://labs.ne0ge0.com/bingo">have a look at the Bingo</a> at let me know what you think&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ne0ge0.com/2010/11/23/new-bingo-simulator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dropbox.com for ClickOnce</title>
		<link>http://www.ne0ge0.com/2010/05/07/dropbox-com-for-clickonce/</link>
		<comments>http://www.ne0ge0.com/2010/05/07/dropbox-com-for-clickonce/#comments</comments>
		<pubDate>Fri, 07 May 2010 19:12:52 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[Opinion]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.ne0ge0.com/?p=473</guid>
		<description><![CDATA[I&#8217;ve recently been using Dropbox.com to keep my files in sync between home and work. I&#8217;ve also been on the hunt for a (free) site to host ClickOnce deployments. It was only in a revelation whilst I was in bed last night that I wondered if I could use Dropbox&#8217;s Public directory as the target [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently been using <a title="Dropbox.com" href="https://www.dropbox.com/gs" rel="external">Dropbox.com</a> to keep my files in sync between home and work. I&#8217;ve also been on the hunt for a (free) site to host ClickOnce deployments.</p>
<p>It was only in a revelation whilst I was in bed last night that I wondered if I could use Dropbox&#8217;s Public directory as the target to publish my files.</p>
<p>It works! Here&#8217;s how&#8230;</p>
<ol>
<li>Install the <a title="Dropbox Client" href="https://www.dropbox.com/downloading" rel="external">Dropbox client</a>,</li>
<li>Once installed, navigate to the Public sub-directory in whichever directory you assigned as the Dropbox directory,</li>
<li>Right-click on the &#8220;How to use the Public folder.rtf&#8221; file,</li>
<li>In the Dropbox menu item, click &#8220;Copy Public Link&#8221;,</li>
<li>Paste it into any notepad application,</li>
<li>In Visual Studio, in the Publish tab of your project&#8217;s properties, use the following information (substituting your own locations as required):
<ul>
<li><strong>Publishing Folder Location:</strong> <code>C:\My Documents\My Dropbox\Public\Project1\</code></li>
<li><strong>Installation Folder Location:</strong> <code>http://dl.dropbox.com/u/xxxxxx/Project1/</code> (Paste the link from step 4, removing the <code>How to use the Public folder.rtf</code> portion and adding the project directory)</li>
<li>Click the &#8220;Updates&#8221; button,</li>
<li><strong>Update Location:</strong> <code>http://dl.dropbox.com/u/xxxxxx/Project1/</code> (I always do this just to be on the safe side)</li>
</ul>
</li>
<li>Publish</li>
<li>That&#8217;s it! The files will sync to the Dropbox servers, and the project is deployed!</li>
</ol>
<p>Now all you have to give out is the URL to either the <code>http://dl.dropbox.com/u/xxxxxx/Project1/index.html</code> file if you chose to generate one in your publishing options, or <code>http://dl.dropbox.com/u/xxxxxx/Project1/setup.exe</code> directly.</p>
<p>Easy-peasy, lemon-squeezy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ne0ge0.com/2010/05/07/dropbox-com-for-clickonce/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Alfie&#039;s First Birthday Party</title>
		<link>http://www.ne0ge0.com/2010/04/14/alfies-first-birthday-party/</link>
		<comments>http://www.ne0ge0.com/2010/04/14/alfies-first-birthday-party/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 09:48:40 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://www.ne0ge0.com/?p=447</guid>
		<description><![CDATA[I&#8217;ve updated Alfie&#8217;s blog with videos from his first birthday party. Click here to view them.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve updated Alfie&#8217;s blog with videos from his first birthday party.</p>
<p><a href="http://www.alfieclark.com/first-birthday/">Click here</a> to view them.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ne0ge0.com/2010/04/14/alfies-first-birthday-party/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>London Cash Machines Go Cockney</title>
		<link>http://www.ne0ge0.com/2009/08/25/london-cash-machines-go-cockney/</link>
		<comments>http://www.ne0ge0.com/2009/08/25/london-cash-machines-go-cockney/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 07:53:15 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://www.ne0ge0.com/?p=370</guid>
		<description><![CDATA[A London cash machine operator has turned some of its ATM units into Cockney rhyming slang outposts. Five of the Bank Machine&#8217;s ATMs have been updated with the backdated vocabulary option and, for example, may ask users for their Huckleberry Finn instead of their PIN. Both inventive and forward thinking, those Cockneys. [Via: L'Inq]]]></description>
			<content:encoded><![CDATA[<blockquote><p>A London cash machine operator has turned some of its ATM units into Cockney rhyming slang outposts.</p>
<p>Five of the Bank Machine&#8217;s ATMs have been updated with the backdated vocabulary option and, for example, may ask users for their Huckleberry Finn instead of their PIN. Both inventive and forward thinking, those Cockneys.</p></blockquote>
<p>[<em>Via: <a href="http://www.theinquirer.net/inquirer/news/1530515/london-cash-machines-cockney">L'Inq</a></em>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ne0ge0.com/2009/08/25/london-cash-machines-go-cockney/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tayside Police Hacked!</title>
		<link>http://www.ne0ge0.com/2009/08/25/tayside-police-hacked/</link>
		<comments>http://www.ne0ge0.com/2009/08/25/tayside-police-hacked/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 07:50:10 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://www.ne0ge0.com/?p=367</guid>
		<description><![CDATA[Tayside Police have restored their website following an embarrassing defacement late last week. Surfers visiting the site from late afternoon on Thursday were confronted by a defacement, claimed in the name of Scottish comedian Frankie Boyle, and accompanied by notes more in the style of Irvine Welsh than Jim Taggart. The text included in the [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>Tayside Police have restored their website following an embarrassing defacement late last week.</p>
<p>Surfers visiting the site from late afternoon on Thursday were confronted by a defacement, claimed in the name of Scottish comedian Frankie Boyle, and accompanied by notes more in the style of Irvine Welsh than Jim Taggart.</p>
<p>The text included in the defacement suggests the site &#8211; tayside.police.uk &#8211; was compromised via poor password security, though this remains unconfirmed.</p></blockquote>
<p>[<em>Via: <a href="http://www.theregister.co.uk/2009/08/24/tayside_police_defacement/">The Register</a></em>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ne0ge0.com/2009/08/25/tayside-police-hacked/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make You Own URL Shortening Service</title>
		<link>http://www.ne0ge0.com/2009/08/17/make-you-own-url-shortening-service/</link>
		<comments>http://www.ne0ge0.com/2009/08/17/make-you-own-url-shortening-service/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 10:45:43 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.ne0ge0.com/?p=365</guid>
		<description><![CDATA[URL shortening services are ubiquitous on Twitter and other cramped online spaces. They won&#8217;t all last, as tr.im has demonstrated, and their shutdowns could annihilate your linking history. If you own a domain, though, you can host your own service. [Via: lifehacker] Updated: Since I&#8217;m using Google Apps, I simply installed Google Short Links from Google [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>URL shortening services are ubiquitous on Twitter and other cramped online spaces. They won&#8217;t all last, as <a style="outline-width: 0px; outline-style: initial; outline-color: initial; font-size: 12px; font-family: inherit; vertical-align: baseline; color: #786e29; border-bottom-style: initial; border-bottom-color: initial; text-decoration: none; padding: 0px; margin: 0px; border: 0px initial initial;" href="http://blog.tr.im/post/160697842/tr-im-resurrected">tr.im has demonstrated</a>, and their shutdowns could annihilate your linking history. If you own a domain, though, you can host your own service.</p></blockquote>
<p>[<em>Via: <a href="http://lifehacker.com/5335216/make-your-own-url-shortening-service">lifehacker</a></em>]</p>
<p>Updated: Since I&#8217;m using Google Apps, I simply installed Google Short Links from Google Labs.</p>
<blockquote><p>Google Short Links allows users to easily create descriptive shortcuts to web URLs. This makes it easier for users to recall and share the locations of important documents and web sites.</p></blockquote>
<p>[<em>Via: <a href="http://www.google.com/enterprise/marketplace/viewListing?productListingId=5143210+6352879591152674960">Google Solutions Marketplace</a></em>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ne0ge0.com/2009/08/17/make-you-own-url-shortening-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Useful Links</title>
		<link>http://www.ne0ge0.com/2009/08/17/useful-links/</link>
		<comments>http://www.ne0ge0.com/2009/08/17/useful-links/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 10:41:09 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.ne0ge0.com/?p=362</guid>
		<description><![CDATA[A couple of useful links for registering domain names: http://domai.nr http://www.gandi.net]]></description>
			<content:encoded><![CDATA[<p>A couple of useful links for registering domain names:</p>
<p><a title="Domainr" href="http://domai.nr">http://domai.nr</a></p>
<p><a title="Gandi" href="http://www.gandi.net">http://www.gandi.net</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ne0ge0.com/2009/08/17/useful-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alfie&#039;s Site</title>
		<link>http://www.ne0ge0.com/2009/07/24/alfies-site/</link>
		<comments>http://www.ne0ge0.com/2009/07/24/alfies-site/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 10:43:14 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Interests]]></category>
		<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://www.ne0ge0.com/?p=353</guid>
		<description><![CDATA[I&#8217;ve officially launched Alfie&#8217;s own website, also based on WordPress. You can find it at http://www.alfieclark.com]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve officially launched Alfie&#8217;s own website, also based on WordPress.</p>
<p>You can find it at <a href="http://www.alfieclark.com">http://www.alfieclark.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ne0ge0.com/2009/07/24/alfies-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Online Shop using AJAX</title>
		<link>http://www.ne0ge0.com/2009/07/16/online-shop-using-ajax/</link>
		<comments>http://www.ne0ge0.com/2009/07/16/online-shop-using-ajax/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 08:37:21 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[Interests]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.ne0ge0.com/?p=351</guid>
		<description><![CDATA[The Pro Shop that I developed at Computa Services for the Carnoustie Golf Links, is now live. It uses concurrent AJAX, calling a lightweight PHP+XML web service layer to communicate with a Microsoft SQL Server. The management application that the staff at the Links use to administer the bookings is written in C#, using C# [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="https://www.carnoustiegolflinks.co.uk/ProShop/">Pro Shop</a> that I developed at <a href="http://www.computa.co.uk">Computa Services</a> for the <a href="http://www.carnoustiegolflinks.co.uk">Carnoustie Golf Links</a>, is now live.</p>
<p>It uses concurrent AJAX, calling a lightweight PHP+XML web service layer to communicate with a Microsoft SQL Server.</p>
<p>The management application that the staff at the Links use to administer the bookings is written in C#, using C# web services back to the SQL Server.</p>
<p>Like the online booking, the AJAX layer is based on &quot;<a href="http://www.hunlock.com/blogs/The_Ultimate_Ajax_Object">The Ultimate AJAX object</a>&quot; by Patrick Hunlock, which I&#8217;ve found to be one of the only objects that elegantly supports concurrency.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ne0ge0.com/2009/07/16/online-shop-using-ajax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tee-Time Booking Using AJAX</title>
		<link>http://www.ne0ge0.com/2008/11/15/tee-time-booking-using-ajax/</link>
		<comments>http://www.ne0ge0.com/2008/11/15/tee-time-booking-using-ajax/#comments</comments>
		<pubDate>Sat, 15 Nov 2008 14:34:47 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[Interests]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.ne0ge0.com/2008/11/15/tee-time-booking-using-ajax/</guid>
		<description><![CDATA[The online tee-time booking system that I developed at Computa Services for the Carnoustie Golf Links, is now live. It uses concurrent AJAX, calling a lightweight PHP+XML web service layer to communicate with a Microsoft SQL Server. The management application that the staff at the Links use to administer the bookings is written in C#, [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="https://www.carnoustiegolflinks.co.uk/OnlineBooking/">online tee-time booking system</a> that I developed at <a href="http://www.computa.co.uk">Computa Services</a> for the <a href="http://www.carnoustiegolflinks.co.uk">Carnoustie Golf Links</a>, is now live.</p>
<p>It uses concurrent AJAX, calling a lightweight PHP+XML web service layer to communicate with a Microsoft SQL Server.</p>
<p>The management application that the staff at the Links use to administer the bookings is written in C#, using C# web services back to the SQL Server.</p>
<p>The AJAX layer is based on &quot;<a href="http://www.hunlock.com/blogs/The_Ultimate_Ajax_Object">The Ultimate AJAX object</a>&quot; by Patrick Hunlock, which I&#8217;ve found to be one of the only objects that elegantly supports concurrency.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ne0ge0.com/2008/11/15/tee-time-booking-using-ajax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

