<?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>AdventuresWith.Net</title>
	<atom:link href="http://AdventuresWith.Net/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://AdventuresWith.Net</link>
	<description>Dann Blackwell</description>
	<lastBuildDate>Mon, 10 May 2010 10:06:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Crashing Visual Studio after debugging ASP Classic</title>
		<link>http://AdventuresWith.Net/crashing-visual-studio-after-debugging-asp-classic/</link>
		<comments>http://AdventuresWith.Net/crashing-visual-studio-after-debugging-asp-classic/#comments</comments>
		<pubDate>Mon, 10 May 2010 10:05:04 +0000</pubDate>
		<dc:creator>Dann</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[asp classic]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://AdventuresWith.Net/crashing-visual-studio-after-debugging-asp-classic/</guid>
		<description><![CDATA[I hate ASP classic. I hate it with a passion. AND THEN when your browser crashes every time that you go to debug it, you start building muderous tendancies.
Anyway, Found a solution. Hot fix to VS 2008 that fixes this and a few things that I didnt care about.
http://code.msdn.microsoft.com/KB967631
This QFE fixes three complete separate issues [...]]]></description>
			<content:encoded><![CDATA[<p>I hate ASP classic. I hate it with a passion. AND THEN when your browser crashes every time that you go to debug it, you start building muderous tendancies.</p>
<p>Anyway, Found a solution. Hot fix to VS 2008 that fixes this and a few things that I didnt care about.</p>
<p><a href="http://code.msdn.microsoft.com/KB967631" onclick="pageTracker._trackPageview('/outgoing/code.msdn.microsoft.com/KB967631?referer=');">http://code.msdn.microsoft.com/KB967631</a></p>
<blockquote><p>This QFE fixes three complete separate issues in the VS2008 SP1  Debugger:<br />
- Debugger can hang the IDE after setting a breakpoint when  working with a large C++ project<br />
- Breakpoints do not bind correctly  when an MSIL file is built containing .line directives<br />
- VS crashes  when debugging a classic ASP web and debugging is stopped.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://AdventuresWith.Net/crashing-visual-studio-after-debugging-asp-classic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Deployment with VS2010 and IIS7</title>
		<link>http://AdventuresWith.Net/web-deployment-with-vs2010-and-iis7/</link>
		<comments>http://AdventuresWith.Net/web-deployment-with-vs2010-and-iis7/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 18:45:34 +0000</pubDate>
		<dc:creator>Dann</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://AdventuresWith.Net/web-deployment-with-vs2010-and-iis7/</guid>
		<description><![CDATA[Have watched a great presentation today from Scott Hanselman from the MIX 10 conference. 
YOU MUST/NEED TO WATCH THIS!&#160; -&#62; Scott Hanselman presents the IIS Web Deploy
There were a few great ideas built in to his story, such as Web Deploy sitting on the back of a continuous integration setup and pushing out all the [...]]]></description>
			<content:encoded><![CDATA[<p>Have watched a great presentation today from Scott Hanselman from the MIX 10 conference. </p>
<p>YOU MUST/NEED TO WATCH THIS!&#160; -&gt; <a title="http://blogs.iis.net/shanselman/archive/2010/03/24/web-deployment-made-awesome-if-you-re-using-xcopy-you-re-doing-it-wrong.aspx" href="http://blogs.iis.net/shanselman/archive/2010/03/24/web-deployment-made-awesome-if-you-re-using-xcopy-you-re-doing-it-wrong.aspx" onclick="pageTracker._trackPageview('/outgoing/blogs.iis.net/shanselman/archive/2010/03/24/web-deployment-made-awesome-if-you-re-using-xcopy-you-re-doing-it-wrong.aspx?referer=');">Scott Hanselman presents the IIS Web Deploy</a></p>
<p>There were a few great ideas built in to his story, such as Web Deploy sitting on the back of a continuous integration setup and pushing out all the good stuff on successful build. </p>
<p>A problem I had while setting up Web Deploy was that there was no <strong>“Management Service Delegation” </strong>icon in IIS after installing the Web Deploy tool from the Web Platform Installer. </p>
<p>I solved it by <a href="http://technet.microsoft.com/en-us/library/dd569059%28WS.10%29.aspx" onclick="pageTracker._trackPageview('/outgoing/technet.microsoft.com/en-us/library/dd569059_28WS.10_29.aspx?referer=');">downloading the actual install for the Web Deployment tool</a> itself, then changing the setup so that IIS management items were installed. Voila! I have my icon:</p>
<p><a href="http://adventureswith.net/wp-content/uploads/2010/04/image.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://adventureswith.net/wp-content/uploads/2010/04/image_thumb.png" width="535" height="121" /></a> </p>
<p>Also, I had to add (for some unknown reason) an allow all IP range into my Management Service to stop 404 Errors.</p>
<p><a href="http://adventureswith.net/wp-content/uploads/2010/04/image1.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://adventureswith.net/wp-content/uploads/2010/04/image_thumb1.png" width="442" height="239" /></a>&#160;</p>
<p><a title="http://forums.iis.net/t/1163109.aspx" href="http://forums.iis.net/t/1163109.aspx" onclick="pageTracker._trackPageview('/outgoing/forums.iis.net/t/1163109.aspx?referer=');">credit to <a href="http://forums.iis.net/members/AndyFraley.aspx" onclick="pageTracker._trackPageview('/outgoing/forums.iis.net/members/AndyFraley.aspx?referer=');">AndyFraley</a> @ IIS Forum – Web Deploy thread &#8211; http://forums.iis.net/t/1163109.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://AdventuresWith.Net/web-deployment-with-vs2010-and-iis7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Converting MVC 2 RC to MVC 2 RTM</title>
		<link>http://AdventuresWith.Net/converting-mvc-2-rc-to-mvc-2-rtm/</link>
		<comments>http://AdventuresWith.Net/converting-mvc-2-rc-to-mvc-2-rtm/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 16:24:03 +0000</pubDate>
		<dc:creator>Dann</dc:creator>
				<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[asp mvc]]></category>
		<category><![CDATA[conversion]]></category>

		<guid isPermaLink="false">http://AdventuresWith.Net/converting-mvc-2-rc-to-mvc-2-rtm/</guid>
		<description><![CDATA[Ok, this is more of a hack than a true conversion, but I haven&#8217;t noticed the difference… yet.
Remember to back up what you’re not willing to lose! 

Remove your MVC project from your solution. Don’t delete, just remove. Then save all (Shift-Ctrl-S)
Edit your MVC project *.csproj file and change the ProjectTypeGuids to:    [...]]]></description>
			<content:encoded><![CDATA[<p>Ok, this is more of a hack than a true conversion, but I haven&#8217;t noticed the difference… yet.</p>
<p>Remember to back up what you’re not willing to lose! </p>
<ol>
<li>Remove your MVC project from your solution. Don’t delete, just remove. Then save all (Shift-Ctrl-S)</li>
<li>Edit your MVC project *.csproj file and change the ProjectTypeGuids to:     <br />&lt;ProjectTypeGuids&gt;{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}&lt;/ProjectTypeGuids&gt;<a href="http://adventureswith.net/wp-content/uploads/2010/03/image.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://adventureswith.net/wp-content/uploads/2010/03/image_thumb.png" width="531" height="166" /></a>      </li>
<li>Add your project back into your solution and save everything</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://AdventuresWith.Net/converting-mvc-2-rc-to-mvc-2-rtm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Arrh! Invocation Error! NHibernate</title>
		<link>http://AdventuresWith.Net/arrh-invocation-error-nhibernate/</link>
		<comments>http://AdventuresWith.Net/arrh-invocation-error-nhibernate/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 18:57:55 +0000</pubDate>
		<dc:creator>Dann</dc:creator>
				<category><![CDATA[NHibernate]]></category>

		<guid isPermaLink="false">http://AdventuresWith.Net/?p=106</guid>
		<description><![CDATA[I had started to get this annoying error when I ran my web app: 
Exception has been thrown by the target of an invocation.

Simple fix. Add back those virtual keywords onto my POCOs that somehow disappeared.    public int Id {get;set}&#160;&#160; &#8211;&#62;&#160; public virtual int Id {get;set;}
]]></description>
			<content:encoded><![CDATA[<p>I had started to get this annoying error when I ran my web app: </p>
<blockquote><p><strong>Exception has been thrown by the target of an invocation.</strong></p>
</blockquote>
<p>Simple fix. Add back those <strong>virtual</strong> keywords onto my POCOs that somehow disappeared.    <br />public int Id {get;set}&#160;&#160; &#8211;&gt;&#160; public virtual int Id {get;set;}</p>
]]></content:encoded>
			<wfw:commentRss>http://AdventuresWith.Net/arrh-invocation-error-nhibernate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FTP Publishing on Windows Server 2008 with Amazon EC2 &#8211; Rough guide</title>
		<link>http://AdventuresWith.Net/ftp-publishing-on-sql-server-2008-with-amazon-ec2-rough-guide/</link>
		<comments>http://AdventuresWith.Net/ftp-publishing-on-sql-server-2008-with-amazon-ec2-rough-guide/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 11:26:51 +0000</pubDate>
		<dc:creator>Dann</dc:creator>
				<category><![CDATA[Amazon EC2]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[windows server]]></category>

		<guid isPermaLink="false">http://AdventuresWith.Net/?p=103</guid>
		<description><![CDATA[AS A NOTE &#8211; WEB DEPLOY IS MUCH BETTER THAN FTP PUBLISHING - Just letting you know  
This is my quick guide ( i.e. how i did it) on how to get FTP Publishing working on a Amazon Instance Website.

Install FTP Publishing using the Microsoft  Web Platform Installer
Under the IIS Manager, go to the [...]]]></description>
			<content:encoded><![CDATA[<p><span style="text-decoration: underline;">AS A NOTE &#8211; WEB DEPLOY IS MUCH BETTER THAN FTP PUBLISHING </span>- Just letting you know <img src='http://AdventuresWith.Net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>This is my quick guide ( i.e. how i did it) on how to get FTP Publishing working on a Amazon Instance Website.</p>
<ol>
<li>Install FTP Publishing using the <a href="http://www.microsoft.com/web/downloads/platform.aspx" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.microsoft.com/web/downloads/platform.aspx?referer=');">Microsoft  Web Platform Installer</a></li>
<li>Under the IIS Manager, go to the server and run through the FTP items one by one:
<ol>
<li>FTP Authentication – I just used basic authentication, but you can roll your own.</li>
<li>Authorization Rules – I added a “Allow All Users Read Write”. You can be more exclusive</li>
<li>Firewall support
<ol>
<li>Specify a Data channel range. I used 28000 –&gt; 28100</li>
<li>Leave the external IP address empty. Seems to work well</li>
</ol>
</li>
<li>SSL Settings – Choose your certificate and allow SSL connections (Used with Explicit SSL over FTP)</li>
<li>User Isolation – I have this set to FTP root directory</li>
<li>Setup the Windows Firewall to allow the SSL connections to actually connect by running this command (<em>credit for this tip goes to </em><a href="http://learn.iis.net/page.aspx/309/configuring-ftp-firewall-settings/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/learn.iis.net/page.aspx/309/configuring-ftp-firewall-settings/?referer=');"><em>learn.iis.net</em></a>)<br />
<tt>netsh advfirewall firewall add rule name="FTP for IIS7" service=ftpsvc action=allow protocol=TCP dir=in</tt></li>
</ol>
</li>
<li><tt>Log into the <a href="https://console.aws.amazon.com/ec2" target="_blank" onclick="pageTracker._trackPageview('/outgoing/console.aws.amazon.com/ec2?referer=');">Amazon Instance Manager</a> or use <a href="http://developer.amazonwebservices.com/connect/entry.jspa?externalID=609" target="_blank" onclick="pageTracker._trackPageview('/outgoing/developer.amazonwebservices.com/connect/entry.jspa?externalID=609&amp;referer=');">Elastic Fox</a> for Firefox (which is pretty cool) to access the security groups</tt>
<ol>
<li><tt>Add FTP port 21 with host </tt>0.0.0.0/0</li>
<li>Add the port range that you added before (e.g  28000 –&gt; 28100) and set the host to 0.0.0.0/0</li>
</ol>
</li>
<li>Add FTP publishing to a specific site
<ol>
<li>Right click one of your sites in the IIS manager and select “Add FTP Site Publishing”</li>
<li>Add a virtual host name if you feel the need, or require it to differentiate.</li>
<li>Customise at will or let the server defaults handle the settings, then click Finish</li>
</ol>
</li>
<li>Log into the site using a Windows login and  a good FTP client (e.g. like Filezilla) with the servertype as “FTPES – FTP over Explicit TLS/SSL” or if that doesn’t work, try just plain ol’ FTP (not recommended with a Windows Login). Hopefully there is no issue. If there is let me know what happens or how you fixed it if you did.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://AdventuresWith.Net/ftp-publishing-on-sql-server-2008-with-amazon-ec2-rough-guide/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Fiddler, Visual Studio and Localhost working together!</title>
		<link>http://AdventuresWith.Net/fiddler-visual-studio-and-localhost-working-together/</link>
		<comments>http://AdventuresWith.Net/fiddler-visual-studio-and-localhost-working-together/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 14:47:59 +0000</pubDate>
		<dc:creator>Dann</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://AdventuresWith.Net/?p=102</guid>
		<description><![CDATA[&#160;
I found two new tricks to make all these things work together for debugging a Visual Studio Asp.Net web project on Localhost. Here they are:

Disable IPv6 – This stops the “Fiddler: No connection could be made because the target machine actively refused it” message.&#160; (Credit to Mike Ormand) This happens as visual studio will not [...]]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p>I found two new tricks to make all these things work together for debugging a Visual Studio Asp.Net web project on Localhost. Here they are:</p>
<ol>
<li><strong>Disable IPv6</strong> – This stops the “Fiddler: No connection could be made because the target machine actively refused it” message.&#160; (<a href="http://blogs.msdn.com/mikeormond/archive/2008/01/29/fiddler-no-connection-could-be-made-because-the-target-machine-actively-refused-it.aspx" target="_blank" onclick="pageTracker._trackPageview('/outgoing/blogs.msdn.com/mikeormond/archive/2008/01/29/fiddler-no-connection-could-be-made-because-the-target-machine-actively-refused-it.aspx?referer=');">Credit to Mike Ormand</a>) This happens as visual studio will not allow external connections to the “test” server it creates, so all requests must be local.       <br />For some reason it treats fiddler IPv6 connections as external, and therefore nothing works through the fiddler proxy.       <br /><a href="http://adventureswith.net/wp-content/uploads/2010/02/fiddler_disableIPv6.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="fiddler_disableIPv6" border="0" alt="fiddler_disableIPv6" src="http://adventureswith.net/wp-content/uploads/2010/02/fiddler_disableIPv6_thumb.png" width="441" height="252" /></a> </li>
<li><strong>Instead of using localhost, use localhost.</strong>&#160; &lt;- notice the fullstop / period on the end of the localhost. This makes it look external, so the requests show up in your Fiddler GUI.       <br /><a href="http://adventureswith.net/wp-content/uploads/2010/02/image7.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://adventureswith.net/wp-content/uploads/2010/02/image_thumb7.png" width="308" height="62" /></a> </li>
</ol>
<p>And there you go! A working Fiddler session off the Localhost.</p>
]]></content:encoded>
			<wfw:commentRss>http://AdventuresWith.Net/fiddler-visual-studio-and-localhost-working-together/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Employers: Codility for testing your applicants!</title>
		<link>http://AdventuresWith.Net/employers-codility-for-testing-your-applicants/</link>
		<comments>http://AdventuresWith.Net/employers-codility-for-testing-your-applicants/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 15:23:47 +0000</pubDate>
		<dc:creator>Dann</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://AdventuresWith.Net/?p=96</guid>
		<description><![CDATA[This is about Codility Candidate Testing
I just did a test on Codility and it’s great! In fact, this is sooo much than PreVisor (http://select2perform.com) which I had to use the other day.
You can write your code in any language (as long as its in Java, C#, C++, Javascript, Ruby, Pearl, Python, Pascal, C and I [...]]]></description>
			<content:encoded><![CDATA[<p>This is about <a href="http://codility.com" target="_blank" onclick="pageTracker._trackPageview('/outgoing/codility.com?referer=');">Codility Candidate Testing</a></p>
<p>I just did a test on Codility and it’s great! In fact, this is sooo much than PreVisor (<a href="http://select2perform.com" onclick="pageTracker._trackPageview('/outgoing/select2perform.com?referer=');">http://select2perform.com</a>) which I had to use the other day.</p>
<p>You can write your code in any language (as long as its in Java, C#, C++, Javascript, Ruby, Pearl, Python, Pascal, C and I think a few more)</p>
<p><a href="http://adventureswith.net/wp-content/uploads/2010/02/image4.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://adventureswith.net/wp-content/uploads/2010/02/image_thumb4.png" width="450" height="249" /></a> </p>
<p>Maybe I like it because I did so well <img src='http://AdventuresWith.Net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://adventureswith.net/wp-content/uploads/2010/02/image5.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://adventureswith.net/wp-content/uploads/2010/02/image_thumb5.png" width="244" height="105" /></a> </p>
<p>&#160;</p>
<p>You have a simple test system initially so you can check if your code compiles and fits the initial test. Then you submit it to the hard core tests which tries to break it, and you get a score. </p>
<p>&#160;</p>
<p>The analysis is very cool: </p>
<p><a href="http://adventureswith.net/wp-content/uploads/2010/02/image6.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://adventureswith.net/wp-content/uploads/2010/02/image_thumb6.png" width="332" height="430" /></a> </p>
<p>And I know why i failed test 4. Should have used double instead of int. But that’s why you use TDD, ‘cause those mistakes are easily made.&#160; </p>
]]></content:encoded>
			<wfw:commentRss>http://AdventuresWith.Net/employers-codility-for-testing-your-applicants/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>World Countries &#8211; Simple Outlines in XML format</title>
		<link>http://AdventuresWith.Net/world-countries-simple-outlines-in-xml-format/</link>
		<comments>http://AdventuresWith.Net/world-countries-simple-outlines-in-xml-format/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 23:04:29 +0000</pubDate>
		<dc:creator>Dann</dc:creator>
				<category><![CDATA[GIS]]></category>
		<category><![CDATA[deepearth]]></category>
		<category><![CDATA[Mapwindow]]></category>
		<category><![CDATA[shape2earth]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://AdventuresWith.Net/?p=70</guid>
		<description><![CDATA[I needed the outlines of most countries for a simple GIS project that I’m doing. I managed to find a world simple shapes file from http://mappinghacks.com/ called TM_WORLD_BORDERS_SIMPL-0.2.zip
This was in a shapes format used by ARC GIS and the likes, but I needed it in an easy to consume manner i.e. XML
So taking it, feeding [...]]]></description>
			<content:encoded><![CDATA[<p>I needed the outlines of most countries for a simple GIS project that I’m doing. I managed to find a world simple shapes file from <a title="http://mappinghacks.com/" href="http://mappinghacks.com/" onclick="pageTracker._trackPageview('/outgoing/mappinghacks.com/?referer=');">http://mappinghacks.com/</a> called <a href="http://mappinghacks.com/data/TM_WORLD_BORDERS_SIMPL-0.2.zip" onclick="pageTracker._trackPageview('/outgoing/mappinghacks.com/data/TM_WORLD_BORDERS_SIMPL-0.2.zip?referer=');">TM_WORLD_BORDERS_SIMPL-0.2.zip</a></p>
<p>This was in a shapes format used by ARC GIS and the likes, but I needed it in an easy to consume manner i.e. XML</p>
<p>So taking it, feeding it through <a href="http://www.mapwindow.org/" onclick="pageTracker._trackPageview('/outgoing/www.mapwindow.org/?referer=');">MapWindow GIS</a> and a&#160; shareware&#160; plugin “<a href="http://shape2earth.com" onclick="pageTracker._trackPageview('/outgoing/shape2earth.com?referer=');">Shape2Earth</a>”&#160; (a shapefile to KML converter) I received a KML file out the other side. </p>
<p>As it was a bit bloated, I built a console app using some hideous code turned it into a nice usable XML doc.</p>
<p><a href="http://adventureswith.net/wp-content/uploads/2010/02/image2.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://adventureswith.net/wp-content/uploads/2010/02/image_thumb2.png" width="405" height="357" /></a> </p>
<p>Here’s an example of the result showing the UK, France, etc, produced in <a href="http://deepearth.codeplex.com" onclick="pageTracker._trackPageview('/outgoing/deepearth.codeplex.com?referer=');">DeepEarth</a>:</p>
<p><a href="http://adventureswith.net/wp-content/uploads/2010/02/image3.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://adventureswith.net/wp-content/uploads/2010/02/image_thumb3.png" width="403" height="395" /></a> </p>
<p>Deciphering should be pretty easy. Here is the rundown:</p>
<p>A country has a name and ISO3 tag and one to many polygons. </p>
<p>Each polygon has one outer bound (outer island)&#160; and zero to many inner bounds (inner islands) for where the country isn’t (as in Swaziland inside South Africa). </p>
<p>Easy stuff.&#160; Here’s the zipped download:</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:F60BB8FA-6F02-4999-8F5E-9DD4E92C4DA7:a259d5a5-f0af-4c25-8615-ba70e62818d7" class="wlWriterEditableSmartContent">
<div><a href="http://adventureswith.net/wp-content/uploads/2010/02/WorldCountryShapes1.1.zip" target="_self">WorldCountryShapes-1.1.zip</a></div>
</div>
<p>Let me know where you use it! </p>
<p>There is no licence except where <a href="http://mappinghacks.com" onclick="pageTracker._trackPageview('/outgoing/mappinghacks.com?referer=');">mappinghacks.com</a> applies one, but I couldn’t see one there. Tell me if I’m wrong.</p>
]]></content:encoded>
			<wfw:commentRss>http://AdventuresWith.Net/world-countries-simple-outlines-in-xml-format/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox Ubiquity Command for StackOverflow</title>
		<link>http://AdventuresWith.Net/firefox-ubiquity-command-for-stackoverflow/</link>
		<comments>http://AdventuresWith.Net/firefox-ubiquity-command-for-stackoverflow/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 16:12:09 +0000</pubDate>
		<dc:creator>Dann</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://AdventuresWith.Net/?p=65</guid>
		<description><![CDATA[Just made a quick and dirty Ubiquity command for StackOverflow searches. 
Download from GitHub:&#160; Ubiquity StackOverflow Search&#160;
Don’t know Ubiquity?
It’s like a Command Line for the web but… it’s really cool! Trust me. Watch the clip below. Sure it starts out dull, but then so does District 9. Then bam, explosions and stuff! It’s not 0.1 [...]]]></description>
			<content:encoded><![CDATA[<p>Just made a quick and dirty Ubiquity command for StackOverflow searches. </p>
<p>Download from GitHub:&#160; <a href="https://gist.github.com/0c8ff7a46651608e9fda/31e609d56a3c68fb4e5c14f524cfa399c2cb985f" target="_blank" onclick="pageTracker._trackPageview('/outgoing/gist.github.com/0c8ff7a46651608e9fda/31e609d56a3c68fb4e5c14f524cfa399c2cb985f?referer=');">Ubiquity StackOverflow Search</a>&#160;</p>
<p>Don’t know Ubiquity?</p>
<p>It’s like a Command Line for the web but… it’s really cool! Trust me. Watch the clip below. Sure it starts out dull, but then so does District 9. Then bam, explosions and stuff! It’s not 0.1 anymore either, so ignore that bit. </p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:262dcc49-9b58-4228-8fdd-34876cbfdbb6" class="wlWriterEditableSmartContent">
<div><object width="400" height="298"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=1561578&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=1561578&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="298"></embed></object></div>
</div>
<p>The link to get it is <a title="https://mozillalabs.com/ubiquity/" href="https://mozillalabs.com/ubiquity/" onclick="pageTracker._trackPageview('/outgoing/mozillalabs.com/ubiquity/?referer=');">https://mozillalabs.com/ubiquity/</a>    <br />Then go to <a href="about:ubiquity" target="_blank">about:ubiquity</a> and read the Commands. There are lots!</p>
]]></content:encoded>
			<wfw:commentRss>http://AdventuresWith.Net/firefox-ubiquity-command-for-stackoverflow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is Firefox using all your CPU?  It&#8217;s probably Adobe Flash</title>
		<link>http://AdventuresWith.Net/is-firefox-using-all-your-cpu-its-probably-adobe-flash/</link>
		<comments>http://AdventuresWith.Net/is-firefox-using-all-your-cpu-its-probably-adobe-flash/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 20:24:09 +0000</pubDate>
		<dc:creator>Dann</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://AdventuresWith.Net/?p=61</guid>
		<description><![CDATA[&#160;
But how do you fix it? The weird thing is that to fix it, you install another program: Adobe Shockwave
Don’t know how or why, but it fixes the high CPU usage where Firefox sits at 99% or 100%
Strange huh?
 You should probably update Adobe Flash while you’re at it anyway. Do it first, that way [...]]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p>But how do you fix it? The weird thing is that to fix it, <strong>you install another program: </strong><a href="http://get.adobe.com/shockwave/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/get.adobe.com/shockwave/?referer=');"><strong>Adobe Shockwave</strong></a></p>
<p>Don’t know how or why, but it fixes the high CPU usage where Firefox sits at 99% or 100%</p>
<p>Strange huh?</p>
<p> You should probably update <a href="http://get.adobe.com/flash/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/get.adobe.com/flash/?referer=');">Adobe Flash</a> while you’re at it anyway. Do it first, that way it’s all associated nicely.</p>
]]></content:encoded>
			<wfw:commentRss>http://AdventuresWith.Net/is-firefox-using-all-your-cpu-its-probably-adobe-flash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
