<?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>NathanDrew.org &#187; Internet</title>
	<atom:link href="http://www.nathandrew.org/category/internet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nathandrew.org</link>
	<description>The random ramblings of the Nath kind...</description>
	<lastBuildDate>Wed, 04 Nov 2009 18:45:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Wake On LAN over the Internet</title>
		<link>http://www.nathandrew.org/2009/07/05/wake-on-lan-over-the-internet/</link>
		<comments>http://www.nathandrew.org/2009/07/05/wake-on-lan-over-the-internet/#comments</comments>
		<pubDate>Sun, 05 Jul 2009 11:36:08 +0000</pubDate>
		<dc:creator>Nath</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[remote]]></category>
		<category><![CDATA[Wake On LAN]]></category>
		<category><![CDATA[Wake on WAN]]></category>
		<category><![CDATA[WoL]]></category>

	<!-- AutoMeta Start -->
	<category></category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.nathandrew.org/?p=151</guid>
		<description><![CDATA[Having recently set up a linux box at home to host things like VMWare Server and generally provide access to things I want remotely while working away, I also wanted a way to be able to fire up the box only when I wanted it to be running. So, I figured I&#8217;d set up the [...]]]></description>
			<content:encoded><![CDATA[<p>Having recently set up a linux box at home to host things like VMWare Server and generally provide access to things I want remotely while working away, I also wanted a way to be able to fire up the box only when I wanted it to be running. So, I figured I&#8217;d set up the Wake On LAN feature of the box to be exposed to the internet.</p>
<p>Here&#8217;s how I did it&#8230;</p>
<ol>
<li>Get the code</li>
<li>Set up the router</li>
<li>Send the packet</li>
</ol>
<h1><strong>1) Get the code</strong></h1>
<p><a title="Paul Mutton's Jibble website" href="http://www.jibble.org/">Paul Mutton</a> has put up some <a title="Jibble Wake On LAN" href="http://www.jibble.org/wake-on-lan/" target="_blank">Java code</a> that allows you to send a Wake On LAN packet. Now the great thing about Java, as everyone knows, is that it is cross platform so all you need is Java to be installed to be able to run the code.</p>
<p>Now, if like me you&#8217;re perhaps worried about bots etc on the net that poke around on known internet ports as they crawl the internet, you might want to change the port number that is exposed to the internet so that its a bit more difficult for someone or somebot to work out that it can send a Wake On LAN packet to the address. I know that you need to also specify the MAC address when you send the packet but I just like the extra layer of disguise.</p>
<p>So, open up the WakeOnLan.java file and edit the following line to a port number that you want to use:</p>
<div id="attachment_152" class="wp-caption aligncenter" style="width: 242px"><a href="http://www.nathandrew.org/wp-content/uploads/2009/07/Picture-5.png"><img class="size-full wp-image-152" title="WakeOnLAN Port Number Code" src="http://www.nathandrew.org/wp-content/uploads/2009/07/Picture-5.png" alt="WakeOnLAN Port Number Code" width="232" height="54" /></a><p class="wp-caption-text">WakeOnLAN Port Number Code</p></div>
<p>There is no change you need to make to the target &#8216;sleepy&#8217; computer &#8211; port 9 is still the port that will be used to wake it up, but we&#8217;ll convert the port 9 to port N that you&#8217;ve chosen to expose to the internet at the router level (See next step).</p>
<p>Compile the code by opening a command line up to the location of the WakeOnLan.java file and type:</p>
<pre>javac WakeOnLan.java</pre>
<p>This should create a WakeOnLan.class file so check that there were no errors and that the file was created.</p>
<h1><strong>2) Set up the router</strong></h1>
<p>Right, now this bit is going to be specific to your router but here&#8217;s what you need to do:</p>
<ol>
<li>Make sure that your &#8216;sleepy&#8217; computer is known to the router and either has the same IP assigned to it every time locally OR that the router is intelligent enough to map the firewall rule to the same device each time, regardless of which IP it dishes out to it.</li>
<li>Set up the firewall rule to map your chosen exposed port to port 9 on the &#8216;sleepy&#8217; computer.</li>
</ol>
<p>For me, I have an O2 Thomson Router (TG585v7) some people on the internet have described that they&#8217;ve had to <a title="Routers supporting Wake On LAN" href="http://www.perculasoft.com/sleepover/routers.html">telnet to the router</a> and set up arpadd, this is necessary to enable the permanent routing of the wake packet  even after the computer has been off for a long time (see below).</p>
<p>Here&#8217;s how I&#8217;ve set it up on my router, if you&#8217;re using a different router you&#8217;ll have to try something similar:</p>
<ol>
<li>Go to the router web page and navigate to Toolbox &gt; Game &amp; Application Sharing.</li>
<li>Click &#8220;Create a new Game or Application&#8221;</li>
<li>Name it as you like, I&#8217;ve called mine WoL
<div id="attachment_154" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.nathandrew.org/wp-content/uploads/2009/07/Picture-1.png"><img class="size-medium wp-image-154" title="Firewall Rule Name" src="http://www.nathandrew.org/wp-content/uploads/2009/07/Picture-1-300x159.png" alt="Firewall Rule Name" width="300" height="159" /></a><p class="wp-caption-text">Firewall Rule Name</p></div>
<p>Be sure to select &#8220;Manual Entry of Port Maps&#8221;</li>
<li>Select UDP and enter in the exposed port number range in the first boxes and the target port of 9.
<div id="attachment_155" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.nathandrew.org/wp-content/uploads/2009/07/Picture-6.png"><img class="size-medium wp-image-155" title="Port Range" src="http://www.nathandrew.org/wp-content/uploads/2009/07/Picture-6-300x70.png" alt="Port Range" width="300" height="70" /></a><p class="wp-caption-text">Port Range</p></div>
<p>I&#8217;ve used 12345 as an example port exposed to the internet here, but use whichever port you&#8217;ve chosen. Click Add when you&#8217;re done.</li>
<li>Now we need to assign this rule to the &#8216;sleepy&#8217; computer&#8230; Click on &#8220;Assign Game or Application&#8221; near the bottom of the page:
<p><div id="attachment_156" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.nathandrew.org/wp-content/uploads/2009/07/Picture-3.png"><img class="size-medium wp-image-156" title="Assign firewall rule link" src="http://www.nathandrew.org/wp-content/uploads/2009/07/Picture-3-300x45.png" alt="Assign firewall rule link" width="300" height="45" /></a><p class="wp-caption-text">Assign firewall rule link</p></div></li>
<li>Assign the newly create rule to the computer you want to wake and click Add
<p><div id="attachment_158" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.nathandrew.org/wp-content/uploads/2009/07/Picture-4.png"><img class="size-medium wp-image-158" title="Select device" src="http://www.nathandrew.org/wp-content/uploads/2009/07/Picture-4-300x20.png" alt="Select device" width="300" height="20" /></a><p class="wp-caption-text">Select device</p></div></li>
<li>You&#8217;ll have to define a static ARP entry on the router, just creating a static IP from within the GUI wasn&#8217;t enough for me &#8211; after a while if the &#8216;sleepy&#8217; computer was off-line then the Wake packet seemed to have no effect. I think this is because of the dynamic nature of the router perhaps marking the device as down and no longer forwarding packets. Anyway, based on a similar issue to <a title="O2 Forum for PS3 routing" href="http://forum.o2.co.uk/viewtopic.php?t=8841&amp;sid=1db1eb4562cf0b588c2835b1e5cb8b4c">here</a>, this is what you need to do:</li>
<pre>telnet o2wirelessbox.lan
Username:SuperUser
(Google for the password)
menu
[ip]
arplist</pre>
<p>(If there is an entry for your device then use arpdelete to remove it first)</p>
<pre>arpadd
Select intf and hit return
Use the down arrow to select LocalNetwork and hit return
Fill out the IP and MAC address also</pre>
<p>When done, type arplist and see that there is an entry with STATIC listed</p>
<p><strong>NOTE</strong>: I had this gotcha when I had to redo this on my router after a hard reset&#8230; You need to have your target machine powered down once you delete the ARP entry, otherwise it gets assigned another one dynamically &#8211; so beware of this if you find that your new entry is still DYNAMIC rather than STATIC.</p>
<p>If you don&#8217;t make sure it is STATIC then the route times out after a while and your WOL packet won&#8217;t get sent on.</p>
<li>Tab to cancel to exit the menu</li>
<li>Type &#8220;saveall&#8221; to persist the configuration after a reboot</li>
<li> Type &#8220;exit&#8221; to log out of the telnet session.</li>
<li>Done!</li>
</ol>
<h1>3) Send the packet</h1>
<p>So hopefully, the router rule is set up with the same port that you&#8217;ve coded into the Java class and are ready to send the packet from the internet to the router.</p>
<p>I&#8217;ve set up a <a title="DynDNS" href="http://www.dyndns.com/" target="_blank">DynDNS</a> address so that I don&#8217;t have to find out the IP address every time. Most modern routers support the ability to update a Dynamic DNS service such as DynDNS, it will mean that you don&#8217;t need to know the IP and it will automatically get updated should your internet connection be reset for any reason.</p>
<p>So, the information you need to be able to send the packet using the &#8216;customised&#8217; code is:</p>
<ol>
<li>The external IP address of the router OR the Dynamic DNS address that you&#8217;ve set up</li>
<li>The MAC address of the network card that&#8217;s listening for a Wake on LAN packet on your &#8216;sleepy&#8217; computer</li>
</ol>
<p>Upload the code you compiled in step 1) to a computer you&#8217;ll be using from outside the local network and execute the code from the command line in the folder you&#8217;ve placed the code. For example:</p>
<pre>java WakeOnLan your.dyndns.address 00:11:22:33:44:AA</pre>
<p>You can swap the dynamic address above for the IP address if you wish.</p>
<p>Next step &#8211; give the box some time to boot up!</p>
<h1>Summary</h1>
<p>If you&#8217;re setting this up at home and have remote access to a computer outside of your local network, it will help you to be able to test and verify that things are working. You can use the external computer to send the Wake on LAN packet from the outside and watch to see if the computer actually wakes up.</p>
<p>I hope this post is useful to anyone trying the same, I&#8217;ve written it up mainly for my own benefit to remember how to do it next time around but let me know in the comments if you&#8217;ve found a better way for your set up. I personally like the Java code approach as I can run it anywhere and don&#8217;t have to install a program to the external computer that&#8217;s doing the waking; I use a variety of computers with differing operating systems so I like the light-weight approach <img src='http://www.nathandrew.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.nathandrew.org/2009/07/05/wake-on-lan-over-the-internet/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Firefox 3.5 Addons</title>
		<link>http://www.nathandrew.org/2009/07/01/firefox-3-5-addons/</link>
		<comments>http://www.nathandrew.org/2009/07/01/firefox-3-5-addons/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 20:52:54 +0000</pubDate>
		<dc:creator>Nath</dc:creator>
		<br />
<b>Warning</b>:  Invalid argument supplied for foreach() in <b>/home/nathandrew/nathandrew.org/wp-content/plugins/autometa/autometa.php</b> on line <b>324</b><br />
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[flock]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[ie8]]></category>
		<category><![CDATA[safari]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.nathandrew.org/?p=147</guid>
		<description><![CDATA[Anyone else see this odd one when upgrading from Firefox 3.0 to 3.5? Everything went smoothly despite the description of 4gb addons and they were all updated but thought this was an odd one&#8230; My first impression of Firefox 3.5 is that it is still a bloated beast when compared to Google Chrome or Safari [...]]]></description>
			<content:encoded><![CDATA[<p><center><div id="attachment_146" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.nathandrew.org/wp-content/uploads/2009/07/Picture-2.png"><img class="size-medium wp-image-146 " title="Firefox 3.5 4gb addons" src="http://www.nathandrew.org/wp-content/uploads/2009/07/Picture-2-300x223.png" alt="FIrefox 3.5 4gb addons" width="300" height="223" /></a><p class="wp-caption-text">Firefox 3.5 4gb addons</p></div></center></p>
<p>Anyone else see this odd one when upgrading from <a title="Get Firefox" href="http://www.getfirefox.com">Firefox</a> 3.0 to 3.5? Everything went smoothly despite the description of 4gb addons and they were all updated but thought this was an odd one&#8230;</p>
<p>My first impression of Firefox 3.5 is that it is still a bloated beast when compared to <a title="Google Chrome" href="http://www.google.co.uk/chrome">Google Chrome</a> or <a title="Safari" href="http://www.apple.com/safari/">Safari 4</a>. The load times for the application itself seems sluggish still, Chrome opens in an instant and I think Safari is a mid ground between the two. It&#8217;s all a bit speculative as I&#8217;ve not done a proper test but they&#8217;re my impressions anyway.</p>
<p>I&#8217;ve become very fickle with browsers and use whatever suits my mood but when it comes to work I use Chrome and Firefox if I have to because of some compatibility issues on a few sites for Chrome. For home use I tend to use Safari 4 at the moment but I have Firefox 3.5 and even <a title="Flock - the social browser" href="http://www.flock.com/">Flock</a> installed, though I don&#8217;t even remember the last time that was fired up!</p>
<p>I look forward to when <a title="XMarks" href="http://www.xmarks.com/">XMarks</a> is available for Safari 4 as it will help maintain my favourites across systems and browsers, its a shame Chrome isn&#8217;t even on the list yet though!</p>
<p>Up until now, you might notice I&#8217;ve left out a certain (pointless) browser out of the picture but I feel I have to mention it purely because of the rediculously comical PR stunt as shown at <a title="Microsoft's Browser Comparison Chart Offends Anyone Who's Ever Used Another Browser" href="http://lifehacker.com/5296936/microsofts-browser-comparison-chart-offends-anyone-whos-ever-used-another-browser">lifehacker</a>! Hilariously they believe that IE8 is more secure, private and reliable than Firefox or Chrome, all I can say is HAHAHA Microsoft are branching out as global comedians. Thanks for the laughs lol</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nathandrew.org/2009/07/01/firefox-3-5-addons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Safari 4</title>
		<link>http://www.nathandrew.org/2009/06/09/safari-4/</link>
		<comments>http://www.nathandrew.org/2009/06/09/safari-4/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 22:13:38 +0000</pubDate>
		<dc:creator>Nath</dc:creator>
		<br />
<b>Warning</b>:  Invalid argument supplied for foreach() in <b>/home/nathandrew/nathandrew.org/wp-content/plugins/autometa/autometa.php</b> on line <b>324</b><br />
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[4]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[safari]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.nathandrew.org/?p=143</guid>
		<description><![CDATA[If like me, you use Safari and had the Safari 4 beta installed before the actual release came out, you may have found that its a bit slow after the update. Well, I remembered that the beta stored a ridiculous amount of cache for the top sites previews and thought, hrm I wonder if thats [...]]]></description>
			<content:encoded><![CDATA[<p>If like me, you use Safari and had the Safari 4 beta installed before the actual release came out, you may have found that its a bit slow after the update.</p>
<p>Well, I remembered that the beta stored a ridiculous amount of cache for the top sites previews and thought, hrm I wonder if thats the cause&#8230; turns out it was (at least for me anyway!). You can clear out the cache in the official release by going to the Safari menu &gt; Reset Safari and selecting the options below.</p>
<div id="attachment_142" class="wp-caption aligncenter" style="width: 479px"><img class="size-full wp-image-142" title="Safari 4 Reset" src="http://www.nathandrew.org/wp-content/uploads/2009/06/picture-2.png" alt="Safari 4 Reset Top Sites and Clear the preview cache" width="469" height="414" /><p class="wp-caption-text">Safari 4 Reset Top Sites and Clear the preview cache</p></div>
<p>Of course you can select more if you want to.</p>
<p><a title="Facebook" href="http://www.facebook.com" target="_blank">Facebook</a> loaded much faster, as did <a title="iGoogle" href="http://www.google.co.uk/ig?hl=en" target="_blank">iGoogle</a>. Not sure how efficient the public release will be at maintaining a tidy web page preview cache but the above steps not only made the pages load faster, it stopped the errors I was getting for some reason &#8211; I can only guess that Safari was having a hard time trawling through the cache and gave up the ghost and pretended it didn&#8217;t have a connection by timing out&#8230; that&#8217;s just my guess obviously.</p>
<p>Anyway hope this helps anyone else who has a similar problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nathandrew.org/2009/06/09/safari-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GlowWorm is a Leopard Killer</title>
		<link>http://www.nathandrew.org/2008/06/26/glowworm-is-a-leopard-killer/</link>
		<comments>http://www.nathandrew.org/2008/06/26/glowworm-is-a-leopard-killer/#comments</comments>
		<pubDate>Thu, 26 Jun 2008 21:03:30 +0000</pubDate>
		<dc:creator>Nath</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[glow worm]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[os x]]></category>

	<!-- AutoMeta Start -->
	<category></category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.nathandrew.org/?p=95</guid>
		<description><![CDATA[Right, if any of you own a Mac with Leopard on it&#8230; AVOID GLOWFORM FIREWALL LIKE THE PLAGUE. Yes its my fault for trying it out without reading other people&#8217;s comments on http://osx.iusethis.com before installing it but in my curiosity I just went ahead and tried it. Big mistake, apple discussion forums and comments on [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" style="float: right;" src="http://glowworm.us/img/GlowWormLogoStacked.jpg" alt="" width="114" height="83" />Right, if any of you own a Mac with Leopard on it&#8230; <span style="color: #ff0000;"><strong>AVOID GLOWFORM FIREWALL LIKE THE PLAGUE</strong></span>. Yes its my fault for trying it out without reading other people&#8217;s comments on <a title="IUseThis.com" href="http://osx.iusethis.com ">http://osx.iusethis.com</a> before installing it but in my curiosity I just went ahead and tried it.</p>
<p>Big mistake, apple discussion forums and comments on iusethis all say that it breaks Leopard. It doesn&#8217;t just temporarily break things, in my case I installed it, ran it, it crashed, then every other program running crashed, then i couldn&#8217;t log out or restart! Only thing left was to hold the power button and try and restart and uninstall.</p>
<p>Well that didn&#8217;t work because on boot up, you can&#8217;t get past the blue screen before the login window. Most people with this problem have managed to <a title="Mac OS X startup keyboard shortcuts" href="http://docs.info.apple.com/article.html?path=Mac/10.5/en/cdb_strtup.html">safe boot</a> their mac and <a title="How to fix if safe boot works for you" href="http://www.techarticles.zeromu.net/applemac/fix-the-glowworm-blue-screen-of-deathno-bootno-user-login-window/">delete</a> the <a title="IUseThis.com - Read the comments!" href="http://osx.iusethis.com/app/glowwormfw">application files</a>. Just my luck that I can&#8217;t even get that far!</p>
<p>So yes, avoid this software completely! More fool me for thinking that I could need more than the OS X built in firewall. Thankfully I have everything backed up on my time machine so I&#8217;ll just wipe and restore when I dig up the Leopard install DVD.</p>
<p>I almost don&#8217;t want to post the icon of this page but I think it deserves to be shown so you know to associate this logo with MacMurder&#8230;</p>
<p><em><strong><span style="color: #ff0000;">Update:</span></strong> I called up applecare who told me of another little keyboard shortcut for startup &#8211; the <strong>ALT</strong> a.k.a <strong>Option </strong>key. This asked for my firmware password then allowed me to select the Leopard install disk. From there you can select Utilities &gt; Restore System From Backup and use your Time Machine to restore the system completely.</em></p>
<p><em>It&#8217;s going to take a while (3 and half hours) but at least it will be restored! No idea why on my particular issue, none of the other startup key commands would work.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nathandrew.org/2008/06/26/glowworm-is-a-leopard-killer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Docs</title>
		<link>http://www.nathandrew.org/2006/10/11/google-docs/</link>
		<comments>http://www.nathandrew.org/2006/10/11/google-docs/#comments</comments>
		<pubDate>Wed, 11 Oct 2006 19:52:19 +0000</pubDate>
		<dc:creator>Nath</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[docs]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[spreadsheet]]></category>

	<!-- AutoMeta Start -->
	<category>docs</category>
	<category>google</category>
	<category>bad</category>
	<category>spreadsheets</category>
	<category>replacement</category>
	<category>simple</category>
	<category>documents</category>
	<category>connection</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.nathandrew.org/2006/10/11/google-docs/</guid>
		<description><![CDATA[Yet again, Google have made another release of some funky online based software &#8211; Google Docs is the replacement for the spreadsheet only site and combines spreadsheets and text documents! Not bad for simple note taking that you want available to you on any computer with an internet connection!]]></description>
			<content:encoded><![CDATA[<p>Yet again, Google have made another release of some funky online based software &#8211; <a title="Google Docs" href="http://docs.google.com/">Google Docs</a> is the replacement for the spreadsheet only site and combines spreadsheets and text documents! Not bad for simple note taking that you want available to you on any computer with an internet connection!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nathandrew.org/2006/10/11/google-docs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NathanDrew.org :: Gallery</title>
		<link>http://www.nathandrew.org/2006/04/21/nathandreworg-gallery/</link>
		<comments>http://www.nathandrew.org/2006/04/21/nathandreworg-gallery/#comments</comments>
		<pubDate>Thu, 20 Apr 2006 23:54:02 +0000</pubDate>
		<dc:creator>Nath</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[hotscripts]]></category>

	<!-- AutoMeta Start -->
	<category>hotscripts</category>
	<category>gallery</category>
	<category>searching</category>
	<category>finally</category>
	<category>decent</category>
	<category>nathandrew</category>
	<category>link</category>
	<category>org</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.nathandrew.org/2006/04/21/nathandreworg-gallery/</guid>
		<description><![CDATA[Thats right, I have finally got around to searching for a decent gallery and have found one at hotscripts.com. Check it out with the link below&#8230; NathanDrew.org :: Gallery]]></description>
			<content:encoded><![CDATA[<p>Thats right, I have finally got around to searching for a decent gallery and have found one at <a title="HotScripts.com Galleries" href="http://www.hotscripts.com/PHP/Scripts_and_Programs/Image_Galleries/index.html">hotscripts.com</a>. Check it out with the link below&#8230;<br />
<a href="http://www.nathandrew.org/gallery/index.php">NathanDrew.org :: Gallery</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nathandrew.org/2006/04/21/nathandreworg-gallery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Sets</title>
		<link>http://www.nathandrew.org/2006/03/26/google-sets/</link>
		<comments>http://www.nathandrew.org/2006/03/26/google-sets/#comments</comments>
		<pubDate>Sun, 26 Mar 2006 00:14:21 +0000</pubDate>
		<dc:creator>Nath</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[sets]]></category>

	<!-- AutoMeta Start -->
	<category>labs</category>
	<category>sets</category>
	<category>google</category>
	<category>list</category>
	<category>sleeve</category>
	<category>enter</category>
	<category>expand</category>
	<category>toy</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.nathandrew.org/2006/03/26/google-sets/</guid>
		<description><![CDATA[Google have another toy under their sleeve &#8211; Google Sets. You enter in a small list and it tries to expand that list with related items / words. I thought it was pretty clever! A list of Google projects can be found here at Google Labs.]]></description>
			<content:encoded><![CDATA[<p align="center"><a href="http://labs.google.com/sets"> <img title="Google Sets" src="http://labs.google.com/images/sets-logo.gif" alt="Google Sets" /></a></p>
<p><a href="http://labs.google.com/sets"> </a><a href="http://labs.google.com/sets">Google have another toy under their sleeve &#8211; </a><a href="http://labs.google.com/sets">Google Sets</a>. You enter in a small list and it tries to expand that list with related items / words. I thought it was pretty clever!</p>
<p>A list of Google projects can be found <a title="Google Labs" href="http://labs.google.com">here</a> at Google Labs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nathandrew.org/2006/03/26/google-sets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>USB Web Server</title>
		<link>http://www.nathandrew.org/2006/03/21/usb-web-server/</link>
		<comments>http://www.nathandrew.org/2006/03/21/usb-web-server/#comments</comments>
		<pubDate>Tue, 21 Mar 2006 21:53:38 +0000</pubDate>
		<dc:creator>Nath</dc:creator>
		<br />
<b>Warning</b>:  Invalid argument supplied for foreach() in <b>/home/nathandrew/nathandrew.org/wp-content/plugins/autometa/autometa.php</b> on line <b>324</b><br />
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Portable-Web-Server]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[Web-Server]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.nathandrew.org/2006/03/21/usb-web-server/</guid>
		<description><![CDATA[WOS Portable &#8211; CH Software provide a web server that can sit on a USB stick! The stable version includes the following that all run from the USB stick: Apache 2.0.55 MySQL 4.1.15 PHP 4.4.1/PHP 5.0.5 PhpMyAdmin 2.6.4-pl4 Thats pretty decent I reckon, worth a look if you&#8217;re a geek WordPress can even be installed [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.chsoftware.net/en/useware/wos/wos.htm">WOS Portable &#8211; CH Software</a> provide a web server that can sit on a USB stick!</p>
<p>The stable version includes the following that all run from the USB stick:</p>
<ul>
<li>Apache 2.0.55</li>
<li>MySQL 4.1.15</li>
<li>PHP 4.4.1/PHP 5.0.5</li>
<li>PhpMyAdmin 2.6.4-pl4</li>
</ul>
<p>Thats pretty decent I reckon, worth a look if you&#8217;re a geek <img src='http://www.nathandrew.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>WordPress can even be installed if you are really erm, strange&#8230;  <a title="Wordpress on WOS guide" href="http://www.tamba2.org.uk/wordpress/usb/">see here</a>.</p>
<p>My friends that I have mentioned it to have said &#8220;well whats the point?!&#8221; to which I respond, after having thought the same thing, &#8220;It makes demonstrating a web site to a client very easy and doesn&#8217;t mean they need web hosting or access to the internet&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nathandrew.org/2006/03/21/usb-web-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Goo</title>
		<link>http://www.nathandrew.org/2006/03/19/google-goo/</link>
		<comments>http://www.nathandrew.org/2006/03/19/google-goo/#comments</comments>
		<pubDate>Sun, 19 Mar 2006 23:10:05 +0000</pubDate>
		<dc:creator>Nath</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google-goo]]></category>
		<category><![CDATA[google-mini]]></category>
		<category><![CDATA[google-store]]></category>
		<category><![CDATA[google-web-accelerator]]></category>
		<category><![CDATA[server-rack]]></category>

	<!-- AutoMeta Start -->
	<category>goo</category>
	<category>mini</category>
	<category>goobuntu</category>
	<category>google</category>
	<category>accelerator</category>
	<category>lightning</category>
	<category>quick</category>
	<category>googleos</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.nathandrew.org/2006/03/19/google-goo/</guid>
		<description><![CDATA[How random Google Goo, just looking around the googlestore for the first time makes me chuckle. There are lots of random things on there and they aren&#8217;t as expensive as I&#8217;d have imagined&#8230; Something to check out if you are bored&#8230; Also check out the Google Mini &#8211; your own Google server rack!! It says [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Google Goo" href="http://www.google-store.com/product_info.php?products_id=61"><img width="136" height="136" align="right" title="Google Goo" alt="Google Goo" src="http://www.google-store.com/images/GO0096.jpg" /></a>How random <a href="http://www.google-store.com/product_info.php?products_id=61">Google Goo</a>, just looking around the googlestore for the first time makes me chuckle. There are lots of random things on there and they aren&#8217;t as expensive as I&#8217;d have imagined&#8230;</p>
<p>Something to check out if you are bored&#8230;</p>
<p><a title="Google Mini" href="http://www.google-store.com/appliance/product_info.php?products_id=1"><img width="140" height="59" align="left" alt="Google Mini" title="Google Mini" src="http://www.google-store.com/appliance/images/GO0144E.jpg" /></a>Also check out the <a title="Google Mini" href="http://www.google-store.com/appliance/product_info.php?products_id=1">Google Mini</a> &#8211; your own Google server rack!! It says its for intranets and stuff, cant imagine how lightning quick it would be; it looks pretty funky too! I wonder if you get the GoogleOS that they are rumoured to use internally at Google (<a title="Goobuntu.com" href="http://www.goobuntu.com/">Goobuntu</a> apparently)&#8230;</p>
<p>Google are also continuing their quest to run the world through its information with the <a title="Google Web Accelerator" href="http://webaccelerator.google.com/">Google Web Accelerator</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nathandrew.org/2006/03/19/google-goo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
