<?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>Import Soul</title>
	<atom:link href="http://www.importsoul.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.importsoul.net</link>
	<description>Wouldn’t it be nice if things just worked</description>
	<lastBuildDate>Mon, 30 Aug 2010 09:09:23 +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>openTrack V1</title>
		<link>http://www.importsoul.net/uncategorized/opentrack-v1/</link>
		<comments>http://www.importsoul.net/uncategorized/opentrack-v1/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 09:04:53 +0000</pubDate>
		<dc:creator>Hugoagogo</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[NCSS]]></category>
		<category><![CDATA[opentrack]]></category>
		<category><![CDATA[P2P]]></category>
		<category><![CDATA[peer]]></category>
		<category><![CDATA[tracker]]></category>

		<guid isPermaLink="false">http://www.importsoul.net/?p=544</guid>
		<description><![CDATA[I wrote up a small tracker server for a friend on the NCSS challenge forums. Its intended use is for connecting users in simple P2P applications such as chat programs, games ect.
It can be accessed with brief instructions HERE
Also as part of the project i learned how to use GIT so the source of the [...]]]></description>
			<content:encoded><![CDATA[<p>I wrote up a small tracker server for a friend on the NCSS challenge forums. Its intended use is for connecting users in simple P2P applications such as chat programs, games ect.</p>
<p>It can be accessed with brief instructions <a href="http://open-track.appspot.com/">HERE</a></p>
<p>Also as part of the project i learned how to use GIT so the source of the project can be found on Git-hub <a href="http://github.com/Hugoagogo/openTrack">HERE</a> for those interested, so if you have any ideas or find any bugs that would be the place to leave them.</p>
<p>I hope somebody finds this useful, and if not i think i may have some uses for it in future projects (such as super multiplayer multilayer networked pong)</p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em><hr>Add to</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.importsoul.net/uncategorized/opentrack-v1/&amp;title=openTrack+V1" title="Add 'openTrack V1' to digg"><img src="http://www.importsoul.net/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'openTrack V1' to digg" alt="Add 'openTrack V1' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.importsoul.net/uncategorized/opentrack-v1/&amp;title=openTrack+V1" title="Add 'openTrack V1' to Stumble Upon"><img src="http://www.importsoul.net/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'openTrack V1' to Stumble Upon" alt="Add 'openTrack V1' to Stumble Upon" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://www.importsoul.net/uncategorized/opentrack-v1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PyRTF</title>
		<link>http://www.importsoul.net/python/pyrtf/</link>
		<comments>http://www.importsoul.net/python/pyrtf/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 22:35:31 +0000</pubDate>
		<dc:creator>Hugoagogo</dc:creator>
				<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.importsoul.net/?p=538</guid>
		<description><![CDATA[Working on a school project i have reached a point where i need to be able to generate RTF documents with python. A quick google turn up the PyRTF module.
However i started to run into problems when i needed to be able to split sections of the page into columns. More extensive googleing didnt turn [...]]]></description>
			<content:encoded><![CDATA[<p>Working on a school project i have reached a point where i need to be able to generate RTF documents with python. A quick google turn up the <a href="http://pyrtf.sourceforge.net/">PyRTF</a> module.</p>
<p>However i started to run into problems when i needed to be able to split sections of the page into columns. More extensive googleing didnt turn up anything, and the best i found that was in rtf documents the command \colsN where n is how many columns needs to be passed in with the section settings.</p>
<p>Searching the source code for cols didnt turn up anything so,  after much frustration caused by having a copy of PyRTF from a previous project in my site-packages directory, the functionality was easily added and my project is once again underway.</p>
<p>For those who need similar functionality in their projects and couldn't be bothered fiddling around with source code</p>
<p>Get PyRTF with my modifications here</p>
<a href="http://www.importsoul.net/file/PyRTF-0.46-Hugoagogo.tar" title="Downloaded 1 times">PyRTF - 0.46-Hugoagogo</a>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em><hr>Add to</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.importsoul.net/python/pyrtf/&amp;title=PyRTF" title="Add 'PyRTF' to digg"><img src="http://www.importsoul.net/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'PyRTF' to digg" alt="Add 'PyRTF' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.importsoul.net/python/pyrtf/&amp;title=PyRTF" title="Add 'PyRTF' to Stumble Upon"><img src="http://www.importsoul.net/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'PyRTF' to Stumble Upon" alt="Add 'PyRTF' to Stumble Upon" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://www.importsoul.net/python/pyrtf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DIY Watch Repairs/Tools</title>
		<link>http://www.importsoul.net/uncategorized/diy-watch-repairstools/</link>
		<comments>http://www.importsoul.net/uncategorized/diy-watch-repairstools/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 07:40:09 +0000</pubDate>
		<dc:creator>Hugoagogo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.importsoul.net/?p=495</guid>
		<description><![CDATA[Recently the clasp in my watch had randomly started to undo itself.  A bit of jiggling and fiddling and it seemed the cause was an internal spring of some kind had ceased to pull the buttons back into the locked position.
The only remaining thing to do was to reassemble the clasp and re-attach it to [...]]]></description>
			<content:encoded><![CDATA[<p>Recently the clasp in my watch had randomly started to undo itself.  A bit of jiggling and fiddling and it seemed the cause was an internal spring of some kind had ceased to pull the buttons back into the locked position.</p>
<div id="attachment_499" class="wp-caption aligncenter" style="width: 205px"><a href="http://www.importsoul.net/wp-content/uploads/2010/06/clasp.jpg"><img class="size-full wp-image-499" title="Watch Fix - Clasp" src="http://www.importsoul.net/wp-content/uploads/2010/06/clasp.jpg" alt="" width="195" height="200" /></a><p class="wp-caption-text">To open it you press the button on either side</p></div>
<div id="attachment_502" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.importsoul.net/wp-content/uploads/2010/06/tool.jpg"><img class="size-thumbnail wp-image-502" title="Watch Fix - Tool" src="http://www.importsoul.net/wp-content/uploads/2010/06/tool-300x224.jpg" alt="" width="300" height="224" /></a><p class="wp-caption-text">I created this tool out of a piece of coat hanger to press in the ends of the spring pins to remove the clasp from the watch</p></div>
<div id="attachment_498" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.importsoul.net/wp-content/uploads/2010/06/apart.jpg"><img class="size-thumbnail wp-image-498" title="Watch Fix - Apart" src="http://www.importsoul.net/wp-content/uploads/2010/06/apart-300x229.jpg" alt="" width="300" height="229" /></a><p class="wp-caption-text">The clasp mechanism after being removed from the band and its backing by removing spring pins with the above tool, The next stage was to unbend the four pins keeping the cover on, i forgot to get a photo after i had taken that off. (And yes the grime on it is quite disgusting)</p></div>
<div id="attachment_497" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.importsoul.net/wp-content/uploads/2010/06/spring.jpg"><img class="size-thumbnail wp-image-497" title="Watch Fix - Spring" src="http://www.importsoul.net/wp-content/uploads/2010/06/spring-300x242.jpg" alt="" width="300" height="242" /></a><p class="wp-caption-text">As soon as I took the panel off a few little springs bounced out, and as i suspected they were broken and tangled. The photo is off one of the largest pieces next to a 5c coin for reference</p></div>
<div id="attachment_501" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.importsoul.net/wp-content/uploads/2010/06/socket.jpg"><img class="size-thumbnail wp-image-501" title="Watch Fix - Socket" src="http://www.importsoul.net/wp-content/uploads/2010/06/socket-300x217.jpg" alt="" width="300" height="217" /></a><p class="wp-caption-text">This is the socket that the spring was supposed to rest in, unfortunately I didn&#39;t get an overview of the mechanism, but there was another similar socket on the other side</p></div>
<div id="attachment_500" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.importsoul.net/wp-content/uploads/2010/06/fix.jpg"><img class="size-thumbnail wp-image-500" title="Watch Fix - Fix" src="http://www.importsoul.net/wp-content/uploads/2010/06/fix-300x191.jpg" alt="" width="300" height="191" /></a><p class="wp-caption-text">And here was the cheap and simple fix, having no springs anywhere near that size. I cut a tiny fragment off an elastic band.</p></div>
<p>The only remaining thing to do was to reassemble the clasp and re-attach it to the band and it worked, it now no longer falls off by itself. I'm not sure how long the rubber will hold up but until it fails im happy.</p>
<p>The closeup images where taken using the setup <a href="http://www.importsoul.net/photography/macro-photograpy/">HERE</a></p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em><hr>Add to</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.importsoul.net/uncategorized/diy-watch-repairstools/&amp;title=DIY+Watch+Repairs%2FTools" title="Add 'DIY Watch Repairs/Tools' to digg"><img src="http://www.importsoul.net/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'DIY Watch Repairs/Tools' to digg" alt="Add 'DIY Watch Repairs/Tools' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.importsoul.net/uncategorized/diy-watch-repairstools/&amp;title=DIY+Watch+Repairs%2FTools" title="Add 'DIY Watch Repairs/Tools' to Stumble Upon"><img src="http://www.importsoul.net/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'DIY Watch Repairs/Tools' to Stumble Upon" alt="Add 'DIY Watch Repairs/Tools' to Stumble Upon" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://www.importsoul.net/uncategorized/diy-watch-repairstools/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Macro Photograpy</title>
		<link>http://www.importsoul.net/uncategorized/macro-photograpy/</link>
		<comments>http://www.importsoul.net/uncategorized/macro-photograpy/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 07:39:10 +0000</pubDate>
		<dc:creator>Hugoagogo</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[lense]]></category>
		<category><![CDATA[macro]]></category>
		<category><![CDATA[pen]]></category>

		<guid isPermaLink="false">http://www.importsoul.net/?p=503</guid>
		<description><![CDATA[My past few posts have included really big pictures and this post includes some of the opposite.  Fiddling around with a lens I have pulled out of a laser printer I found that it greatly magnified things, the obvious next step was to attach it to the front of a camera and see what kind [...]]]></description>
			<content:encoded><![CDATA[<p>My past few posts have included really big pictures and this post includes some of the opposite.  Fiddling around with a lens I have pulled out of a laser printer I found that it greatly magnified things, the obvious next step was to attach it to the front of a camera and see what kind of photos you could take with it. It worked quite well but I had to try to manually focus the camera by adjusting how far I held it from the object and the photos had a very narrow depth of field.</p>
<div id="attachment_505" class="wp-caption aligncenter" style="width: 373px"><a href="http://www.importsoul.net/wp-content/uploads/2010/06/1.jpg"><img class="size-medium wp-image-505" title="Macro Photography - 1" src="http://www.importsoul.net/wp-content/uploads/2010/06/1-550x412.jpg" alt="" width="363" height="276" /></a><p class="wp-caption-text">A section of my desk pad where I have scribbled to get pens (standard ballpoint) working</p></div>
<div id="attachment_504" class="wp-caption aligncenter" style="width: 560px"><a href="http://www.importsoul.net/wp-content/uploads/2010/06/2.jpg"><img class="size-medium wp-image-504" title="Macro Photography - 2" src="http://www.importsoul.net/wp-content/uploads/2010/06/2-550x371.jpg" alt="" width="550" height="371" /></a><p class="wp-caption-text">Closer up of the pad, you can even see the fibers in the paper</p></div>
<div id="attachment_507" class="wp-caption aligncenter" style="width: 560px"><a href="http://www.importsoul.net/wp-content/uploads/2010/06/3.jpg"><img class="size-medium wp-image-507" title="Macro Photography - 3" src="http://www.importsoul.net/wp-content/uploads/2010/06/3-550x388.jpg" alt="" width="550" height="388" /></a><p class="wp-caption-text">Close up of some 2mm braided cord</p></div>
<div id="attachment_506" class="wp-caption aligncenter" style="width: 365px"><a href="http://www.importsoul.net/wp-content/uploads/2010/06/4.jpg"><img class="size-full wp-image-506" title="Macro Photography - 4" src="http://www.importsoul.net/wp-content/uploads/2010/06/4.jpg" alt="" width="355" height="266" /></a><p class="wp-caption-text">As a last test out of interest I took a photo and LCD screen, the lines are so bright you cant even make out what was originally on the screen</p></div>
<p>Last of all here is the setup I used, all it is is the lens blu-tacked to the front of the camera, not shown is a piece of post it note over the flash to give a less glared image</p>
<p><a href="http://www.importsoul.net/wp-content/uploads/2010/06/camera.jpg"><img class="aligncenter size-thumbnail wp-image-509" title="Macro Photography - Camera" src="http://www.importsoul.net/wp-content/uploads/2010/06/camera-300x198.jpg" alt="" width="300" height="198" /></a></p>
<p>Edit: I have also used this setup to take photos of some of the fine parts in my watch when I did repairs, this can be found <a title="HERE" href="http://www.importsoul.net/uncategorized/diy-watch-repairstools/">HERE</a></p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em><hr>Add to</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.importsoul.net/uncategorized/macro-photograpy/&amp;title=Macro+Photograpy" title="Add 'Macro Photograpy' to digg"><img src="http://www.importsoul.net/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Macro Photograpy' to digg" alt="Add 'Macro Photograpy' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.importsoul.net/uncategorized/macro-photograpy/&amp;title=Macro+Photograpy" title="Add 'Macro Photograpy' to Stumble Upon"><img src="http://www.importsoul.net/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Macro Photograpy' to Stumble Upon" alt="Add 'Macro Photograpy' to Stumble Upon" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://www.importsoul.net/uncategorized/macro-photograpy/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Almost Gigapixel &#8211; Robertson&#8217;s Lookout</title>
		<link>http://www.importsoul.net/photography/almost-gigapixel-robertsons-lookout/</link>
		<comments>http://www.importsoul.net/photography/almost-gigapixel-robertsons-lookout/#comments</comments>
		<pubDate>Tue, 11 May 2010 11:35:17 +0000</pubDate>
		<dc:creator>Hugoagogo</dc:creator>
				<category><![CDATA[Panoramas]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[cliff]]></category>
		<category><![CDATA[gigapixel]]></category>
		<category><![CDATA[megapixel]]></category>
		<category><![CDATA[Robertson's Lookout]]></category>
		<category><![CDATA[Wan Long]]></category>
		<category><![CDATA[Wollongong]]></category>

		<guid isPermaLink="false">http://www.importsoul.net/?p=471</guid>
		<description><![CDATA[I took another mega panorama last weekend from Robertson's Lookout (Between Mt Keira and Mt Kembla) and spent the rest of the weekend trying to process it.
I am getting close to my goal of taking a gigapixel image, this time it was taken on a tripod with a more powerful lense. It was made from [...]]]></description>
			<content:encoded><![CDATA[<p>I took another mega panorama last weekend from Robertson's Lookout (Between Mt Keira and Mt Kembla) and spent the rest of the weekend trying to process it.</p>
<p>I am getting close to my goal of taking a gigapixel image, this time it was taken on a tripod with a more powerful lense. It was made from joining around 300 photos and I managed to avoid missing any bits out this time.</p>
<p>For this one I managed to use a latter version of photoshop at school to crop it a bit and remove most of the jagged edges.</p>
<p>Check it out <a href="/almost-gigapixel-robertsons-lookout/">HERE</a></p>
<div id="attachment_472" class="wp-caption aligncenter" style="width: 560px"><a href="/almost-gigapixel-robertsons-lookout/"><img class="size-medium wp-image-472" title="Robertson's Thumbnail" src="http://www.importsoul.net/wp-content/uploads/2010/05/Thumbnail-550x245.png" alt="" width="550" height="245" /></a><p class="wp-caption-text">Pointless to have a thumbnail of the whole thing, so here is a thumbnail at 1/4 zoom at the steel works</p></div>
<div id="attachment_473" class="wp-caption aligncenter" style="width: 401px"><a href="http://www.importsoul.net/wp-content/uploads/2010/05/IMAG0010.jpg"><img class="size-medium wp-image-473" title="Robertson's Photos" src="http://www.importsoul.net/wp-content/uploads/2010/05/IMAG0010-550x329.jpg" alt="" width="391" height="233" /></a><p class="wp-caption-text">Slouching around taking a few hundred photos on the edge of a cliff</p></div>
<p>I hope you enjoy it, and find some interesting spots, I plan on making my own version of the zoomify viewer where you can mark locations, so it makes it a big game of i-spy.</p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em><hr>Add to</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.importsoul.net/photography/almost-gigapixel-robertsons-lookout/&amp;title=Almost+Gigapixel+%26%238211%3B+Robertson%26%238217%3Bs+Lookout" title="Add 'Almost Gigapixel &#8211; Robertson&#8217;s Lookout' to digg"><img src="http://www.importsoul.net/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Almost Gigapixel &#8211; Robertson&#8217;s Lookout' to digg" alt="Add 'Almost Gigapixel &#8211; Robertson&#8217;s Lookout' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.importsoul.net/photography/almost-gigapixel-robertsons-lookout/&amp;title=Almost+Gigapixel+%26%238211%3B+Robertson%26%238217%3Bs+Lookout" title="Add 'Almost Gigapixel &#8211; Robertson&#8217;s Lookout' to Stumble Upon"><img src="http://www.importsoul.net/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Almost Gigapixel &#8211; Robertson&#8217;s Lookout' to Stumble Upon" alt="Add 'Almost Gigapixel &#8211; Robertson&#8217;s Lookout' to Stumble Upon" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://www.importsoul.net/photography/almost-gigapixel-robertsons-lookout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Arapilies 2010 Panoramas</title>
		<link>http://www.importsoul.net/photography/arapilies-2010-panoramas/</link>
		<comments>http://www.importsoul.net/photography/arapilies-2010-panoramas/#comments</comments>
		<pubDate>Sun, 02 May 2010 05:09:23 +0000</pubDate>
		<dc:creator>Hugoagogo</dc:creator>
				<category><![CDATA[Panoramas]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[arapiles]]></category>
		<category><![CDATA[panorama]]></category>
		<category><![CDATA[Photoshop]]></category>

		<guid isPermaLink="false">http://www.importsoul.net/?p=462</guid>
		<description><![CDATA[A collection of panoramas from our easter trip to Mount Arapilies
Click for a larger version

Add to
]]></description>
			<content:encoded><![CDATA[<p>A collection of panoramas from our easter trip to Mount Arapilies</p>
<p>Click for a larger version</p>
<div id="attachment_458" class="wp-caption aligncenter" style="width: 560px"><a href="http://www.importsoul.net/wp-content/uploads/2010/05/Arapilies-2010-001-Panorama-copy.jpg"><img class="size-medium wp-image-458" title="Arapilies 2010 Panorama - 1" src="http://www.importsoul.net/wp-content/uploads/2010/05/Arapilies-2010-001-Panorama-copy-550x169.jpg" alt="" width="550" height="169" /></a><p class="wp-caption-text">A view from the large belay shelf on the bard</p></div>
<div id="attachment_459" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.importsoul.net/wp-content/uploads/2010/05/Arapilies-2010-044-Panorama.jpg"><img class="size-thumbnail wp-image-459" title="Arapilies 2010 Panorama - 2" src="http://www.importsoul.net/wp-content/uploads/2010/05/Arapilies-2010-044-Panorama-300x474.jpg" alt="" width="300" height="474" /></a><p class="wp-caption-text">A view of the camp site, just after ali barbers cave</p></div>
<div id="attachment_460" class="wp-caption aligncenter" style="width: 560px"><a href="http://www.importsoul.net/wp-content/uploads/2010/05/Arapilies-2010-057-Panorama.jpg"><img class="size-medium wp-image-460" title="Arapilies 2010 Panorama - 3" src="http://www.importsoul.net/wp-content/uploads/2010/05/Arapilies-2010-057-Panorama-550x176.jpg" alt="" width="550" height="176" /></a><p class="wp-caption-text">A different than normal perspective, looking towards Arapilies from Miter rock</p></div>
<div id="attachment_461" class="wp-caption aligncenter" style="width: 560px"><a href="http://www.importsoul.net/wp-content/uploads/2010/05/Arapilies-2010-063-Panorama-copy.jpg"><img class="size-medium wp-image-461" title="Arapilies 2010 Panorama - 4" src="http://www.importsoul.net/wp-content/uploads/2010/05/Arapilies-2010-063-Panorama-copy-550x192.jpg" alt="" width="550" height="192" /></a><p class="wp-caption-text">Bard buttress and Tiger wall</p></div>
<p style="text-align: center;"><a href="http://www.importsoul.net/wp-content/uploads/2010/05/Arapilies-2010-044-Panorama.jpg"><a href="http://www.importsoul.net/wp-content/uploads/2010/05/Arapilies-2010-057-Panorama.jpg"></a></a></p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em><hr>Add to</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.importsoul.net/photography/arapilies-2010-panoramas/&amp;title=Arapilies+2010+Panoramas" title="Add 'Arapilies 2010 Panoramas' to digg"><img src="http://www.importsoul.net/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Arapilies 2010 Panoramas' to digg" alt="Add 'Arapilies 2010 Panoramas' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.importsoul.net/photography/arapilies-2010-panoramas/&amp;title=Arapilies+2010+Panoramas" title="Add 'Arapilies 2010 Panoramas' to Stumble Upon"><img src="http://www.importsoul.net/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Arapilies 2010 Panoramas' to Stumble Upon" alt="Add 'Arapilies 2010 Panoramas' to Stumble Upon" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://www.importsoul.net/photography/arapilies-2010-panoramas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recycled Zero Cost 3D Scanner</title>
		<link>http://www.importsoul.net/python/recycled-zero-cost-3d-scanner/</link>
		<comments>http://www.importsoul.net/python/recycled-zero-cost-3d-scanner/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 06:39:55 +0000</pubDate>
		<dc:creator>Hugoagogo</dc:creator>
				<category><![CDATA[Arduino]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Woodwork]]></category>
		<category><![CDATA[3d]]></category>
		<category><![CDATA[3d scanner]]></category>
		<category><![CDATA[blender]]></category>
		<category><![CDATA[design and technology]]></category>
		<category><![CDATA[diy]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[recycled]]></category>
		<category><![CDATA[school]]></category>

		<guid isPermaLink="false">http://www.importsoul.net/?p=438</guid>
		<description><![CDATA[This is another one of the projects I have done for Design and Technology at school. This time it is for a Year 11 minor project where we had to design the majority of the project out of reused materials that would otherwise be thrown away. I was originally going to do some more experimentation [...]]]></description>
			<content:encoded><![CDATA[<p>This is another one of the projects I have done for Design and Technology at school. This time it is for a Year 11 minor project where we had to design the majority of the project out of reused materials that would otherwise be thrown away. I was originally going to do some more experimentation with casting aluminium but then I decided on building this 3d scanner.</p>
<p>The project consisted of:</p>
<ul>
<li>Building a turntable to be controlled by the computer that can rotate the object accurately</li>
<li>Convert a laser pointer to emit a line onto the object rather than a dot</li>
<li>Have some way to take pictures of the position of the laser line on the object</li>
<li>Write programs to control the turntable, find and process the laser line in the captured images and display the processed information as a 3d model</li>
</ul>
<p>Here is a picture of the general setup I ended up using (I didn't get a good photo of the new stepper and gearing I got to rotate the object)</p>
<div id="attachment_439" class="wp-caption aligncenter" style="width: 560px"><a href="http://www.importsoul.net/wp-content/uploads/2010/04/Photo-13-2.jpg"><img class="size-medium wp-image-439" title="3D Scanner - The Setup" src="http://www.importsoul.net/wp-content/uploads/2010/04/Photo-13-2-550x412.jpg" alt="" width="550" height="412" /></a><p class="wp-caption-text">In this image you can see the turntable (black circle), the laser pointer being refracted into a line using the glass rod in the top right, the circuit board used to control the motor, and the board used as a quick way to trigger the camera.</p></div>
<p>Here are some images from the different stages of the process:</p>
<div id="attachment_443" class="wp-caption aligncenter" style="width: 260px"><a href="http://www.importsoul.net/wp-content/uploads/2010/04/Real.jpg"><img class="size-thumbnail wp-image-443" title="3D Scanner - Real" src="http://www.importsoul.net/wp-content/uploads/2010/04/Real-300x494.jpg" alt="" width="250" height="412" /></a><p class="wp-caption-text">The object to be scanned</p></div>
<p>The object sits on the turntable and is rotated accurately using a stepper motor. The first stepper I used allowed 98 steps per revolution (the scan you can see below) while the second stepper motor I used had extra gearing and allowed 290 steps per revolution.</p>
<p>The hardest stage in the entire project is the extraction of an exact line from the image. The stages of this are:</p>
<ol>
<li>Load the raw image</li>
<li>Extract the Red channel out of the RGB image</li>
<li>Find the entire line in this image as a 2 bit image</li>
<li>Decide upon an exact line through the previous blob ignoring noise</li>
</ol>
<p><a href="http://www.importsoul.net/wp-content/uploads/2010/04/Process.png"><img class="aligncenter size-thumbnail wp-image-445" title="3D Scanner - Process" src="http://www.importsoul.net/wp-content/uploads/2010/04/Process-300x223.png" alt="" width="300" height="223" /></a></p>
<p>Coordinates are calculated for each point using how high in the image each point on the line is, what rotation the table was at in the image and some basic trigonometry to create thousands of data points that are then linked and covered with faces by a blender script to create a model.</p>
<div id="attachment_440" class="wp-caption aligncenter" style="width: 260px"><a href="http://www.importsoul.net/wp-content/uploads/2010/04/Raw.jpg"><img class="size-thumbnail wp-image-440" title="3D Scanner - Raw" src="http://www.importsoul.net/wp-content/uploads/2010/04/Raw-300x542.jpg" alt="" width="250" height="452" /></a><p class="wp-caption-text">The Raw Model</p></div>
<p style="text-align: center;">
<p style="text-align: left;">Then I have simply manually tidied up the model removing where the table appears in the scan and smoothing it.</p>
<div id="attachment_442" class="wp-caption aligncenter" style="width: 260px"><a href="http://www.importsoul.net/wp-content/uploads/2010/04/Final.jpg"><img class="size-full wp-image-442" title="3D Scanner - Final" src="http://www.importsoul.net/wp-content/uploads/2010/04/Final.jpg" alt="" width="250" height="477" /></a><p class="wp-caption-text">Trimmed and smoothed</p></div>
<p style="text-align: center;">
<p style="text-align: left;">Then I have applied a stock wood texture to the model to produce the final result. I think that it has turned out rather well for a first go at creating a 3D scanner especially as it only took a few weeks and cost me nothing.</p>
<div id="attachment_444" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.importsoul.net/wp-content/uploads/2010/04/Big-Textured.png"><img class="size-thumbnail wp-image-444" title="3D Scanner - Textured" src="http://www.importsoul.net/wp-content/uploads/2010/04/Big-Textured-300x552.png" alt="" width="300" height="552" /></a><p class="wp-caption-text">The finished product</p></div>
<p style="text-align: center;"><a href="http://www.importsoul.net/wp-content/uploads/2010/04/Final.jpg"></a></p>
<p>I am happy to answer any questions you might have and last of all if you are still curious here are some of the sheets I handed in with my folio to show how the points were converted after extraction.</p>
<a href="http://www.importsoul.net/file/3D-Scanner-Notes.png" title="Downloaded 12 times">3D Scanner - Notes - </a>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em><hr>Add to</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.importsoul.net/python/recycled-zero-cost-3d-scanner/&amp;title=Recycled+Zero+Cost+3D+Scanner" title="Add 'Recycled Zero Cost 3D Scanner' to digg"><img src="http://www.importsoul.net/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Recycled Zero Cost 3D Scanner' to digg" alt="Add 'Recycled Zero Cost 3D Scanner' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.importsoul.net/python/recycled-zero-cost-3d-scanner/&amp;title=Recycled+Zero+Cost+3D+Scanner" title="Add 'Recycled Zero Cost 3D Scanner' to Stumble Upon"><img src="http://www.importsoul.net/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Recycled Zero Cost 3D Scanner' to Stumble Upon" alt="Add 'Recycled Zero Cost 3D Scanner' to Stumble Upon" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://www.importsoul.net/python/recycled-zero-cost-3d-scanner/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Simple wooden puzzles</title>
		<link>http://www.importsoul.net/woodwork/simple-wooden-puzzles/</link>
		<comments>http://www.importsoul.net/woodwork/simple-wooden-puzzles/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 11:14:17 +0000</pubDate>
		<dc:creator>Hugoagogo</dc:creator>
				<category><![CDATA[Puzzles]]></category>
		<category><![CDATA[Woodwork]]></category>

		<guid isPermaLink="false">http://www.importsoul.net/?p=448</guid>
		<description><![CDATA[I came across plans for these puzzles and made them for a friends birthday they ended up turning out quite well except for the joining of the metal rings. For the top puzzle you need to get the two beads next to each other on the same loop, for the lower one you simply need [...]]]></description>
			<content:encoded><![CDATA[<p>I came across plans for these puzzles and made them for a friends birthday they ended up turning out quite well except for the joining of the metal rings. For the top puzzle you need to get the two beads next to each other on the same loop, for the lower one you simply need to remove the ring. Of the two the top one is the hardest.</p>
<p><a href="http://www.importsoul.net/wp-content/uploads/2010/04/pic-05.jpg"><img class="aligncenter size-medium wp-image-449" title="Wooden Puzzles" src="http://www.importsoul.net/wp-content/uploads/2010/04/pic-05-550x772.jpg" alt="" width="550" height="772" /></a></p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em><hr>Add to</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.importsoul.net/woodwork/simple-wooden-puzzles/&amp;title=Simple+wooden+puzzles" title="Add 'Simple wooden puzzles' to digg"><img src="http://www.importsoul.net/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Simple wooden puzzles' to digg" alt="Add 'Simple wooden puzzles' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.importsoul.net/woodwork/simple-wooden-puzzles/&amp;title=Simple+wooden+puzzles" title="Add 'Simple wooden puzzles' to Stumble Upon"><img src="http://www.importsoul.net/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Simple wooden puzzles' to Stumble Upon" alt="Add 'Simple wooden puzzles' to Stumble Upon" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://www.importsoul.net/woodwork/simple-wooden-puzzles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>High Res Photography</title>
		<link>http://www.importsoul.net/photography/high-res-photography/</link>
		<comments>http://www.importsoul.net/photography/high-res-photography/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 04:45:40 +0000</pubDate>
		<dc:creator>Hugoagogo</dc:creator>
				<category><![CDATA[Panoramas]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[arapiles]]></category>
		<category><![CDATA[climbing]]></category>
		<category><![CDATA[gigapixel]]></category>
		<category><![CDATA[megapixel]]></category>
		<category><![CDATA[panorama]]></category>
		<category><![CDATA[resolution]]></category>
		<category><![CDATA[stitching]]></category>
		<category><![CDATA[zoom]]></category>
		<category><![CDATA[zoomify]]></category>

		<guid isPermaLink="false">http://www.importsoul.net/?p=416</guid>
		<description><![CDATA[During the recent family trip to Mount Arapilies, Victoria, I took plenty of photos and I'll probably be putting more up on here later.
One of the more interesting things that I had a go at was creating a really, really high res image. The one below consists of over 200 photos and when joined results [...]]]></description>
			<content:encoded><![CDATA[<p>During the recent family trip to Mount Arapilies, Victoria, I took plenty of photos and I'll probably be putting more up on here later.</p>
<p>One of the more interesting things that I had a go at was creating a really, really high res image. The one below consists of over 200 photos and when joined results in a photo around 400 Megapixels.</p>
<p>The main problem after you have waited for your photos to be stitched is how to edit them. Standard image viewers refuse to open them, photoshop crashes. Eventually I found a viewer that splits the images up into thousands of tiles that makes it easy and fast to view. I am still looking for a way to edit the finished image though.</p>
<p>I was very annoyed when I got home to find that when taking the pictures I had missed a narrow strip across the image. I plan on having a another go of taking more photos like this closer to home and I have ideas for a simple robot to automate the taking of them.</p>
<p><a href="/arapilies-organ-pipes/"><img src="http://www.importsoul.net/wp-content/uploads/2010/04/untitled-550x113.png" alt="" title="Arapilies - Organ Pipes" width="550" height="113" class="aligncenter size-medium wp-image-423" /></a></p>
<p>You can explore it <a href="/arapilies-organ-pipes/">HERE</a></p>
<p>How many climbers can you find?</p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em><hr>Add to</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.importsoul.net/photography/high-res-photography/&amp;title=High+Res+Photography" title="Add 'High Res Photography' to digg"><img src="http://www.importsoul.net/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'High Res Photography' to digg" alt="Add 'High Res Photography' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.importsoul.net/photography/high-res-photography/&amp;title=High+Res+Photography" title="Add 'High Res Photography' to Stumble Upon"><img src="http://www.importsoul.net/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'High Res Photography' to Stumble Upon" alt="Add 'High Res Photography' to Stumble Upon" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://www.importsoul.net/photography/high-res-photography/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Golden Light</title>
		<link>http://www.importsoul.net/photography/golden-light/</link>
		<comments>http://www.importsoul.net/photography/golden-light/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 07:59:18 +0000</pubDate>
		<dc:creator>Hugoagogo</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[Austinmer]]></category>
		<category><![CDATA[golden]]></category>
		<category><![CDATA[light trails]]></category>
		<category><![CDATA[night]]></category>
		<category><![CDATA[timelapse]]></category>

		<guid isPermaLink="false">http://www.importsoul.net/?p=391</guid>
		<description><![CDATA[I took these photos while waiting for dad to finish a nearby geocache (Go here if you don't know what geocacheing is), i had my camera on me from a party earlier in the day and thought the view along the road looked quite nice in the semi dark. Its a shame that there is [...]]]></description>
			<content:encoded><![CDATA[<p>I took these photos while waiting for dad to finish a nearby geocache (Go<a title="Geocacheing.com" href="http://www.geocaching.com/"> here</a> if you don't know what geocacheing is), i had my camera on me from a party earlier in the day and thought the view along the road looked quite nice in the semi dark. Its a shame that there is so much noise around the lights but i only had my little compact camera.</p>
<p style="text-align: center;">(Click for a larger image)<a href="http://www.importsoul.net/wp-content/uploads/2010/03/Austinmer-001.jpg"><img class="aligncenter size-thumbnail wp-image-393" title="Austinmer - 1" src="http://www.importsoul.net/wp-content/uploads/2010/03/Austinmer-001-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p style="text-align: center;"><a href="http://www.importsoul.net/wp-content/uploads/2010/03/Austinmer-001.jpg"></a><a href="http://www.importsoul.net/wp-content/uploads/2010/03/Austinmer-005.jpg"><img class="aligncenter size-thumbnail wp-image-392" title="Austinmer - 2" src="http://www.importsoul.net/wp-content/uploads/2010/03/Austinmer-005-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p style="text-align: center;"><a href="http://www.importsoul.net/wp-content/uploads/2010/03/Austinmer-002.jpg"><img class="aligncenter size-thumbnail wp-image-394" title="Austinmer - 3" src="http://www.importsoul.net/wp-content/uploads/2010/03/Austinmer-002-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p style="text-align: center;">
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em><hr>Add to</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.importsoul.net/photography/golden-light/&amp;title=Golden+Light" title="Add 'Golden Light' to digg"><img src="http://www.importsoul.net/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Golden Light' to digg" alt="Add 'Golden Light' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.importsoul.net/photography/golden-light/&amp;title=Golden+Light" title="Add 'Golden Light' to Stumble Upon"><img src="http://www.importsoul.net/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Golden Light' to Stumble Upon" alt="Add 'Golden Light' to Stumble Upon" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://www.importsoul.net/photography/golden-light/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google App Engine Launcher</title>
		<link>http://www.importsoul.net/python/google-app-engine-launcher/</link>
		<comments>http://www.importsoul.net/python/google-app-engine-launcher/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 05:14:39 +0000</pubDate>
		<dc:creator>Hugoagogo</dc:creator>
				<category><![CDATA[Google App Engine]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[exe]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[wxWidgets]]></category>

		<guid isPermaLink="false">http://www.importsoul.net/?p=372</guid>
		<description><![CDATA[I have used Google App Engine for a while but have always started the development server though the command line. I knew a GUI came with the mac version of the SDK but was unaware of any windows equivalent until i found this
http://code.google.com/p/google-appengine-wx-launcher/
It is GUI that has been created in python useing the wxWidgets framework [...]]]></description>
			<content:encoded><![CDATA[<p>I have used Google App Engine for a while but have always started the development server though the command line. I knew a GUI came with the mac version of the SDK but was unaware of any windows equivalent until i found this</p>
<p><a title="Google appengine wx launcher" href="http://code.google.com/p/google-appengine-wx-launcher/" target="_blank">http://code.google.com/p/google-appengine-wx-launcher/</a></p>
<p>It is GUI that has been created in python useing the wxWidgets framework and looks and acts very similar to its mac counterpart</p>
<p>For those who don't want to have to bother dealing with SNV or want an exe version i have compiled the SNV version (as of the 26-2-10)  and it is available here</p>
<a href="http://www.importsoul.net/file/GoogleAppEngineLauncher-26-2-10.zip" title="Downloaded 2 times">GoogleAppEngineLauncher - 26-2-10</a>
<p>I do not claim to have created the program at all, only compiled it for easy use using GUI2Exe, i hope it comes in handy</p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em><hr>Add to</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.importsoul.net/python/google-app-engine-launcher/&amp;title=Google+App+Engine+Launcher" title="Add 'Google App Engine Launcher' to digg"><img src="http://www.importsoul.net/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Google App Engine Launcher' to digg" alt="Add 'Google App Engine Launcher' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.importsoul.net/python/google-app-engine-launcher/&amp;title=Google+App+Engine+Launcher" title="Add 'Google App Engine Launcher' to Stumble Upon"><img src="http://www.importsoul.net/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Google App Engine Launcher' to Stumble Upon" alt="Add 'Google App Engine Launcher' to Stumble Upon" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://www.importsoul.net/python/google-app-engine-launcher/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Loading files with Internet Explorer</title>
		<link>http://www.importsoul.net/uncategorized/loading-files-with-internet-explorer/</link>
		<comments>http://www.importsoul.net/uncategorized/loading-files-with-internet-explorer/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 07:47:52 +0000</pubDate>
		<dc:creator>Hugoagogo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[compliance]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[solutions]]></category>
		<category><![CDATA[standards]]></category>

		<guid isPermaLink="false">http://www.importsoul.net/?p=353</guid>
		<description><![CDATA[While constructing various websites i have slowly learned to hate Internet Explorer completely and in all its forms, from messing up the appearance of your site, to corrupting files up for download though PHP.
Since i had so much trouble with it i thought it would be worthwhile to post the solution to internet explorer corrupting [...]]]></description>
			<content:encoded><![CDATA[<p>While constructing various websites i have slowly learned to hate Internet Explorer completely and in all its forms, from messing up the appearance of your site, to corrupting files up for download though PHP.</p>
<p>Since i had so much trouble with it i thought it would be worthwhile to post the solution to internet explorer corrupting some files that are loaded through PHP e.g.</p>
<pre class="brush: php:nocontrols">header('Content-Description: File Transfer');
header('Content-Type: application/octet-stream');
header('Content-Disposition: attachment; filename='.basename($path));
header('Content-Transfer-Encoding: binary');
header('Expires: 0');
header('Cache-Control: must-revalidate, post-check=0, pre-check=0');
header('Pragma: public');
header('Content-Length: ' . filesize($path));
ob_clean();
flush();
readfile($path);</pre>
<p>The simplest way i found to correct the problem was to comment (or remove) out the line declaring the length of the file</p>
<pre class="brush: php:nocontrols">//header('Content-Length: ' . filesize($path));</pre>
<p>The downside to this method is that for downloading large files, users wont know the total size of the file being downloaded, luckily for me the files been downloaded were small enough for this not to cause problems.</p>
<p>I hope that by writing this i manage to save somebody some time and frustration, leave a comment if you have any other fixes for internet explorers many problems.</p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em><hr>Add to</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.importsoul.net/uncategorized/loading-files-with-internet-explorer/&amp;title=Loading+files+with+Internet+Explorer" title="Add 'Loading files with Internet Explorer' to digg"><img src="http://www.importsoul.net/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Loading files with Internet Explorer' to digg" alt="Add 'Loading files with Internet Explorer' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.importsoul.net/uncategorized/loading-files-with-internet-explorer/&amp;title=Loading+files+with+Internet+Explorer" title="Add 'Loading files with Internet Explorer' to Stumble Upon"><img src="http://www.importsoul.net/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Loading files with Internet Explorer' to Stumble Upon" alt="Add 'Loading files with Internet Explorer' to Stumble Upon" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://www.importsoul.net/uncategorized/loading-files-with-internet-explorer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Youtube &#8211; Think Quick V4</title>
		<link>http://www.importsoul.net/python/thinkquick/youtube-think-quick-v4/</link>
		<comments>http://www.importsoul.net/python/thinkquick/youtube-think-quick-v4/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 09:31:53 +0000</pubDate>
		<dc:creator>Hugoagogo</dc:creator>
				<category><![CDATA[Think Quick]]></category>
		<category><![CDATA[Mathletics]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[think quick]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.importsoul.net/?p=340</guid>
		<description><![CDATA[I noticed how many views the video of my first program was getting and decided i should put up a video of one of the newer versions of think quick, so here it is
http://www.youtube.com/watch?v=GmtTHkNd_Q0
It shows off more of the programs features for improveing accuracy and its ablility to repetitively enter rounds, answer a certain number [...]]]></description>
			<content:encoded><![CDATA[<p>I noticed how many views the video of my first program was getting and decided i should put up a video of one of the newer versions of think quick, so here it is</p>
<p><a href="http://www.youtube.com/watch?v=GmtTHkNd_Q0">http://www.youtube.com/watch?v=GmtTHkNd_Q0</a></p>
<p>It shows off more of the programs features for improveing accuracy and its ablility to repetitively enter rounds, answer a certain number of questions and then strike out and repeat.</p>
<p style="text-align: center;"><script type="text/javascript">// <![CDATA[
 google_ad_client = "pub-0298638360003792"; /* Think Quick */ google_ad_slot = "6806323619"; google_ad_width = 468; google_ad_height = 60;
// ]]&gt;</script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript">
</script></p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em><hr>Add to</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.importsoul.net/python/thinkquick/youtube-think-quick-v4/&amp;title=Youtube+%26%238211%3B+Think+Quick+V4" title="Add 'Youtube &#8211; Think Quick V4' to digg"><img src="http://www.importsoul.net/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Youtube &#8211; Think Quick V4' to digg" alt="Add 'Youtube &#8211; Think Quick V4' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.importsoul.net/python/thinkquick/youtube-think-quick-v4/&amp;title=Youtube+%26%238211%3B+Think+Quick+V4" title="Add 'Youtube &#8211; Think Quick V4' to Stumble Upon"><img src="http://www.importsoul.net/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Youtube &#8211; Think Quick V4' to Stumble Upon" alt="Add 'Youtube &#8211; Think Quick V4' to Stumble Upon" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://www.importsoul.net/python/thinkquick/youtube-think-quick-v4/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Jervis Bay</title>
		<link>http://www.importsoul.net/photography/photoshop/jervis-bay/</link>
		<comments>http://www.importsoul.net/photography/photoshop/jervis-bay/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 23:55:53 +0000</pubDate>
		<dc:creator>Hugoagogo</dc:creator>
				<category><![CDATA[Panoramas]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[beach]]></category>
		<category><![CDATA[Jervis bay]]></category>
		<category><![CDATA[panorama]]></category>
		<category><![CDATA[road]]></category>
		<category><![CDATA[sandcastle]]></category>

		<guid isPermaLink="false">http://www.importsoul.net/?p=334</guid>
		<description><![CDATA[I took this picture when out on an early morning bike ride, it is 2 photos with different exposures overlayed on each other
Click for larger image
And this panorama after we built a giant sand pyramid, we calculated it and it turned out to be 10 tons 7 tons (correction) of sand (4.05 cubic meters)
Add to
]]></description>
			<content:encoded><![CDATA[<p>I took this picture when out on an early morning bike ride, it is 2 photos with different exposures overlayed on each other</p>
<p style="text-align: center;">Click for larger image<a href="http://www.importsoul.net/wp-content/uploads/2010/01/Road-To-Nowhere-2.png"><img class="aligncenter size-medium wp-image-335" title="Road To Nowhere" src="http://www.importsoul.net/wp-content/uploads/2010/01/Road-To-Nowhere-2-550x244.png" alt="Road To Nowhere" width="550" height="244" /></a></p>
<p style="text-align: left;">And this panorama after we built a giant sand pyramid, we calculated it and it turned out to be <del datetime="2010-02-07T10:26:33+00:00">10 tons</del> <ins datetime="2010-02-07T10:26:33+00:00">7 tons (<a href="http://www.wolframalpha.com/input/?i=%284.05+cubic+meters+*+wet+sand+density+%2B+4.05+cubic+meters+*+dry+sand+density%29kilograms%2F2">correction</a>)</ins> of sand (4.05 cubic meters)</p>
<div id="attachment_338" class="wp-caption aligncenter" style="width: 560px"><a href="http://www.importsoul.net/wp-content/uploads/2010/01/Panorama-3.JPG"><img class="size-medium wp-image-338" title="Sand Pyramid" src="http://www.importsoul.net/wp-content/uploads/2010/01/Panorama-3-550x168.jpg" alt="Not very happy with this one" width="550" height="168" /></a><p class="wp-caption-text">Not very happy with this one picure</p></div>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em><hr>Add to</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.importsoul.net/photography/photoshop/jervis-bay/&amp;title=Jervis+Bay" title="Add 'Jervis Bay' to digg"><img src="http://www.importsoul.net/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Jervis Bay' to digg" alt="Add 'Jervis Bay' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.importsoul.net/photography/photoshop/jervis-bay/&amp;title=Jervis+Bay" title="Add 'Jervis Bay' to Stumble Upon"><img src="http://www.importsoul.net/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Jervis Bay' to Stumble Upon" alt="Add 'Jervis Bay' to Stumble Upon" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://www.importsoul.net/photography/photoshop/jervis-bay/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AJ2010 Panoramas</title>
		<link>http://www.importsoul.net/photography/aj2010-panoramas/</link>
		<comments>http://www.importsoul.net/photography/aj2010-panoramas/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 22:50:43 +0000</pubDate>
		<dc:creator>Hugoagogo</dc:creator>
				<category><![CDATA[Panoramas]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[arapiles]]></category>
		<category><![CDATA[jamboree]]></category>
		<category><![CDATA[panorama]]></category>
		<category><![CDATA[scouts]]></category>

		<guid isPermaLink="false">http://www.importsoul.net/?p=326</guid>
		<description><![CDATA[Recently went to the jamboree as a venturer, had an awesome time met some great people and took these panoramas at the opening ceremony
Click for a larger view


Add to
]]></description>
			<content:encoded><![CDATA[<p>Recently went to the jamboree as a venturer, had an awesome time met some great people and took these panoramas at the opening ceremony</p>
<p>Click for a larger view</p>
<p><a href="http://www.importsoul.net/wp-content/uploads/2010/01/Panorama-13.JPG"><img class="aligncenter size-medium wp-image-325" title="AJ2010 - 1" src="http://www.importsoul.net/wp-content/uploads/2010/01/Panorama-13-550x128.jpg" alt="AJ2010 - 1" width="550" height="128" /></a></p>
<p><a href="http://www.importsoul.net/wp-content/uploads/2010/01/Panorama-2-copy.jpg"><img class="aligncenter size-medium wp-image-321" title="AJ2010 - 2" src="http://www.importsoul.net/wp-content/uploads/2010/01/Panorama-2-copy-550x99.jpg" alt="AJ2010 - 2" width="550" height="99" /></a></p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em><hr>Add to</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.importsoul.net/photography/aj2010-panoramas/&amp;title=AJ2010+Panoramas" title="Add 'AJ2010 Panoramas' to digg"><img src="http://www.importsoul.net/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'AJ2010 Panoramas' to digg" alt="Add 'AJ2010 Panoramas' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.importsoul.net/photography/aj2010-panoramas/&amp;title=AJ2010+Panoramas" title="Add 'AJ2010 Panoramas' to Stumble Upon"><img src="http://www.importsoul.net/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'AJ2010 Panoramas' to Stumble Upon" alt="Add 'AJ2010 Panoramas' to Stumble Upon" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://www.importsoul.net/photography/aj2010-panoramas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
