<?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; C#</title>
	<atom:link href="http://www.ne0ge0.com/tags/c/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ne0ge0.com</link>
	<description>When I talk, the world ignores me...</description>
	<lastBuildDate>Mon, 31 May 2010 10:51:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<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" target="_blank">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">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>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>Karaokidex Goes Pro!</title>
		<link>http://www.ne0ge0.com/2009/05/11/karaokidex-goes-pro/</link>
		<comments>http://www.ne0ge0.com/2009/05/11/karaokidex-goes-pro/#comments</comments>
		<pubDate>Mon, 11 May 2009 09:46:03 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[Interests]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://www.ne0ge0.com/?p=331</guid>
		<description><![CDATA[I recently created an application called Karaokidex to index, rate and play (using KaraFun) karaoke tracks (mp3+g) for use during karaoke shows, and it had it&#8217;s live debut on 3rd May at the Red Lion Caravan Park in Arbroath. It also allows you to rate each track, allowing you to differentiate between different versions of [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-332" title="Karaokidex" src="http://www.ne0ge0.com/wp-content/uploads/2009/05/karaokidexss-300x180.png" alt="Karaokidex" width="300" height="180" />I recently created an application called <a title="Karaokidex" href="http://dl.dropbox.com/u/3976618/clickonce/Karaokidex/index.html">Karaokidex</a> to index, rate and play (using <a title="KaraFun" href="http://www.karafun.com/karaokeplayer/">KaraFun</a>) karaoke tracks (<a title="Wikipedia: mp3+g" href="http://en.wikipedia.org/wiki/MP3%2BG">mp3+g</a>) for use during karaoke shows, and it had it&#8217;s live debut on 3rd May at the <a title="Red Lion Caravan Park" href="http://www.perthshire-caravans.com/red_lion.htm">Red Lion Caravan Park</a> in Arbroath.</p>
<p>It also allows you to rate each track, allowing you to differentiate between different versions of the same track by different manufacturers.</p>
<p>Jim Addison, or Jivin&#8217; Jim as he is known, is a professional DJ and KJ, and he was excited about the application, as it makes it a lot easier to find and play karaoke tracks during a live show, and he&#8217;ll be using for all his karaoke shows.</p>
<p>He is also, incidentally, the guy who runs <a title="Bunny Hugger" href="http://www.bunnyhugger.co.uk/">C.A.R.R.O.T.</a> (Care And Rehoming Rabbits Of Tayside) where we got <a title="Misty Emily" href="http://picasaweb.google.com/ne0ge0dotcom/MistyAndEmily#">Emily</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ne0ge0.com/2009/05/11/karaokidex-goes-pro/feed/</wfw:commentRss>
		<slash:comments>1</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>
		<item>
		<title>First Google Code Experience</title>
		<link>http://www.ne0ge0.com/2008/09/26/first-google-code-experience/</link>
		<comments>http://www.ne0ge0.com/2008/09/26/first-google-code-experience/#comments</comments>
		<pubDate>Fri, 26 Sep 2008 12:33:02 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[Interests]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.ne0ge0.com/2008/09/26/first-google-code-experience/</guid>
		<description><![CDATA[I&#8217;ve been playing about with a multi-threaded download manager for RapidShare in C# for a while now and I was looking around for better version control than a Windows Briefcase directory. Since this is a personal project, I didn&#8217;t want to use our SVN code repository at Computa, so I had a look at Google [...]]]></description>
			<content:encoded><![CDATA[<p><img style="border:0px; float:right;" alt="RapidSpider" src="http://www.ne0ge0.com/wp-content/uploads/2008/09/rapidspider.png" width="48" height="48" /> I&#8217;ve been playing about with a multi-threaded download manager for <a href="http://rapidshare.com/">RapidShare</a> in C# for a while now and I was looking around for better version control than a <a href="http://en.wikipedia.org/wiki/Briefcase_(Microsoft_Windows)">Windows Briefcase</a> directory.</p>
<p>Since this is a personal project, I didn&#8217;t want to use our <a href="http://subversion.tigris.org/">SVN</a> code repository at <a href="http://www.computa.co.uk">Computa</a>, so I had a look at <a href="http://code.google.com/">Google Code</a> and so far, so good.</p>
<p>Anyway, you can check it out if you want at <a title="http://code.google.com/p/rapidspider/" href="http://code.google.com/p/rapidspider/">http://code.google.com/p/rapidspider/</a>. </p>
<p>My application is deployed via <a href="http://en.wikipedia.org/wiki/ClickOnce">ClickOnce</a>. Unfortunately, it appears that Google Code only supports standard downloading. Until it supports being deployed to, you can install it from <a href="http://www.ne0ge0.com/clickonce/RapidSpider/">http://www.ne0ge0.com/clickonce/RapidSpider/</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ne0ge0.com/2008/09/26/first-google-code-experience/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Digital Certificate Timestamping Service Upgrade</title>
		<link>http://www.ne0ge0.com/2008/06/16/digital-certificate-timestamping-service-upgrade/</link>
		<comments>http://www.ne0ge0.com/2008/06/16/digital-certificate-timestamping-service-upgrade/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 07:44:32 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Computing]]></category>

		<guid isPermaLink="false">http://www.ne0ge0.com/index.php/2008/06/16/digital-certificate-timestamping-service-upgrade/</guid>
		<description><![CDATA[The VeriSign timestamping service is being upgraded to provide a higher-level of security. The timestamping service currently uses the hash algorithm called MD5 to create the timestamp. Although no actual incidents of breaking MD5 have been reported, modern computing power is making it easier to mount attacks against MD5. The timestamping service is being upgraded [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>The VeriSign timestamping service is being upgraded to provide a higher-level of security. The timestamping service currently uses the hash algorithm called MD5 to create the timestamp. Although no actual incidents of breaking MD5 have been reported, modern computing power is making it easier to mount attacks against MD5.</p></blockquote>
<p><span id="more-260"></span></p>
<blockquote><p>The timestamping service is being upgraded to use the hash algorithm called SHA-1 to create the timestamp. Microsoft has confirmed that an application signature that contains a timestamp created with the</p>
<p>SHA-1 hash algorithm is validated correctly on Windows Vista, Windows 2003, Windows XP, and Windows 2000.</p>
<p>The upgrade will occur by July 15, 2008.</p>
<p>Who may be affected: Anyone using the VeriSign timestamping service.</p>
<p>How will they be affected: There should be no issue for users signing applications on or for Windows Vista, Windows 2003, Windows XP, and Windows 2000. Application signing on or for earlier versions of Windows, or for non-Windows platforms, may result in signatures not being successfully validated.</p>
<p>What should they do: Use a more recent version of Windows, or sign the application without a timestamp.</p>
<p>Please use the following contact information if you have questions or concerns about this upgrade:</p>
<p><a href="https://www.thawte.com/ssl-digital-certificates/technical-support/">https://www.thawte.com/ssl-digital-certificates/technical-support/</a></p></blockquote>
<p>[<em>Via: <a href="https://www.thawte.com/ssl-digital-certificates/technical-support/">Thawte Technical Support</a></em>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ne0ge0.com/2008/06/16/digital-certificate-timestamping-service-upgrade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some Useful Stuff</title>
		<link>http://www.ne0ge0.com/2008/03/06/some-useful-stuff/</link>
		<comments>http://www.ne0ge0.com/2008/03/06/some-useful-stuff/#comments</comments>
		<pubDate>Thu, 06 Mar 2008 11:18:25 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://www.ne0ge0.com/index.php/2008/03/06/some-useful-stuff/</guid>
		<description><![CDATA[While reading the latest installment of the CodeProject newsletter, I thought I&#8217;d highlight some of the useful topics: AJAX-style Asynchronous Progress Dialog for WinForms &#8211; A base class for adding a rich asynchronous progress animation to any Form xml to json &#8211; convert xml to json &#8211; faster, stronger and more comfortable Running a Web [...]]]></description>
			<content:encoded><![CDATA[<p>While reading the latest installment of the <a href="http://www.codeproject.com/script/Mailouts/View.aspx?mlid=1918" target="_blank">CodeProject newsletter</a>, I thought I&#8217;d highlight some of the useful topics:</p>
<ul>
<li>
<p><a href="http://www.codeproject.com/KB/dialog/asyncdialog.aspx" target="_blank">AJAX-style Asynchronous Progress Dialog for WinForms</a> &#8211; A base class for adding a rich asynchronous progress animation to any Form</p>
</li>
<li>
<p><a href="http://www.codeproject.com/KB/scripting/XmlToJson.aspx" target="_blank">xml to json</a> &#8211; <span class="ArticleTopDescr" id="ctl00_ArticleTopHeader_ArticleDescr">convert xml to json &#8211; faster, stronger and more comfortable</span></p>
</li>
<li>
<p><a href="http://www.codeproject.com/KB/cs/Kiosk_CS.aspx" target="_blank">Running a Web Site in Kiosk Mode with C#</a> &#8211; Running a Web site in kiosk mode and disabling some normal keyboard control functionality to limit a userâ€™s ability to depart from kiosk mode</p>
</li>
<li>
<p><a href="http://pinvoke.net/" target="_blank">pInvoke.net</a> &#8211; Primarily a wiki, allowing developers to find, edit and add PInvoke<a href="http://pinvoke.net/#definePinvoke"><font color="#0000ff">*</font></a> signatures, user-defined types, and any other information related to calling Win32 and other unmanaged APIs from managed code</p>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.ne0ge0.com/2008/03/06/some-useful-stuff/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Janus Ribbon Capturing &lt;Alt&gt; Key</title>
		<link>http://www.ne0ge0.com/2008/02/20/janus-ribbon-capturing-alt-key/</link>
		<comments>http://www.ne0ge0.com/2008/02/20/janus-ribbon-capturing-alt-key/#comments</comments>
		<pubDate>Wed, 20 Feb 2008 11:52:57 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Computing]]></category>

		<guid isPermaLink="false">http://www.ne0ge0.com/index.php/2008/02/20/janus-ribbon-capturing-alt-key/</guid>
		<description><![CDATA[One of the clients of the company I work for required a client that was predominantly keyboard based to enable them to perform batch processing. This wasn&#8217;t a problem as netBake has similar functionality to enable fast entry of Orders, etc. Whilst the client was evaluating the latest build of the client, she noticed that [...]]]></description>
			<content:encoded><![CDATA[<p>One of the clients of the company I work for required a client that was predominantly keyboard based to enable them to perform batch processing. This wasn&#8217;t a problem as <a href="http://www.netbake.co.uk" target="_blank">netBake</a> has similar functionality to enable fast entry of Orders, etc.</p>
<p>Whilst the client was evaluating the latest build of the client, she noticed that hot keys shortcuts were available on all the buttons. When she tried to use them however, an annoying behaviour was observed.</p>
<p>We use 3rd party controls from <a href="http://www.janusys.com" target="_blank">Janus</a> to emulate the <a href="http://office.microsoft.com/en-us/products/HA101679411033.aspx" target="_blank">Office 2007 ribbon bar</a> from <a href="http://www.microsoft.com" target="_blank">Microsoft</a>, and so we are not blaming Janus as the original controls have the same behaviour. The &lt;Alt&gt; key is handled differently when using the Ribbon bar. </p>
<p>When the &lt;Alt&gt; key is pressed and released, the Ribbon bar waits for the second key press that calls the desired command. If, after pressing the &lt;Alt&gt; key is pressed, no other key is pressed, the only way to clear the &lt;Alt&gt; key is to press it again.</p>
<p>Originally, the &lt;Alt&gt; key behaviour only lasted as long as the &lt;Alt&gt; key was held down.</p>
<p>If when using the Ribbon bar control, you activate a standard hot key command, e.g., a button; you will not be able to perform another hot key command until the &lt;Alt&gt; key is pressed and released.</p>
<p>Obviously a pain the arse.</p>
<p>I&#8217;ve found a partial way round it below:</p>
<p><code>private void MainView_KeyUp(object sender, KeyEventArgs e)<br />
{<br />
    // Stops the Janus Ribbon Bar from capturing the <alt> keypress<br />
    if (e.Alt) { SendKeys.SendWait("%"); }<br />
}<br />
</code></p>
<p>The above is the KeyUp event handler on the form. The SendWait() method programmatically sends a key press to the application and waits for the message to be processed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ne0ge0.com/2008/02/20/janus-ribbon-capturing-alt-key/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Announcing Unregistry</title>
		<link>http://www.ne0ge0.com/2007/09/03/announcing-unregistry/</link>
		<comments>http://www.ne0ge0.com/2007/09/03/announcing-unregistry/#comments</comments>
		<pubDate>Mon, 03 Sep 2007 11:05:59 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://www.ne0ge0.com/index.php/2007/09/03/announcing-unregistry/</guid>
		<description><![CDATA[I recently had a registry script (.reg) that I had to open to temporarily put certain values into my registry. It was quite a big file. I then realised that, apart from going through the script and removing each key and value individually, there was no automatic way to remove them; so I decided to [...]]]></description>
			<content:encoded><![CDATA[<p>I recently had a registry script (.reg) that I had to open to temporarily put certain values into my registry. It was quite a big file.</p>
<p>I then realised that, apart from going through the script and removing each key and value individually, there was no automatic way to remove them; so I decided to write a small application to do just that.</p>
<p>I call it <a href="http://www.ne0ge0.com/clickonce/Unregistry">Unregistry</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ne0ge0.com/2007/09/03/announcing-unregistry/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Icons for C# Projects</title>
		<link>http://www.ne0ge0.com/2007/09/03/icons-for-c-projects/</link>
		<comments>http://www.ne0ge0.com/2007/09/03/icons-for-c-projects/#comments</comments>
		<pubDate>Mon, 03 Sep 2007 11:00:45 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[Opinion]]></category>

		<guid isPermaLink="false">http://www.ne0ge0.com/index.php/2007/09/03/icons-for-c-projects/</guid>
		<description><![CDATA[I&#8217;ve been looking for a decent icon application that would support alpha channel; 24&#215;24 icons, that ClickOnce requires on it&#8217;s updating dialog; pasting images from the clipboard; Needless to say, I&#8217;ve found it. It&#8217;s called the RealWorld Icon Editor.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been looking for a decent icon application that would support </p>
<ul>
<li>alpha channel;</li>
<li>24&#215;24 icons, that ClickOnce requires on it&#8217;s updating dialog;</li>
<li>pasting images from the clipboard;</li>
</ul>
<p>Needless to say, I&#8217;ve found it. It&#8217;s called the <a href="http://blog.rw-designer.com/">RealWorld Icon Editor</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ne0ge0.com/2007/09/03/icons-for-c-projects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
