<?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"
	>

<channel>
	<title>Technology News with Tech Snake</title>
	<atom:link href="http://www.techsnake.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techsnake.com</link>
	<description>Tech talk with a UK based slant is what we're all about here, so sit back subscribe and get a daily post delivered to your RSS reader!</description>
	<pubDate>Mon, 13 Oct 2008 11:40:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<item>
		<title>dafont.com - Downloadable Fonts</title>
		<link>http://www.techsnake.com/2008/10/13/dafontcom-downloadable-fonts/</link>
		<comments>http://www.techsnake.com/2008/10/13/dafontcom-downloadable-fonts/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 11:40:27 +0000</pubDate>
		<dc:creator>Paul Godden</dc:creator>
		
		<category><![CDATA[Design]]></category>

		<category><![CDATA[Fonts]]></category>

		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.techsnake.com/?p=919</guid>
		<description><![CDATA[A quick post - I just found myself at what is possibly one of the best font sites I&#8217;ve seen for a long time. A huge collection of fonts, in every style you can imagine. If you&#8217;re into Photoshop, fancy letterheads or DTP, dafont.com is going to be like gold to you.
]]></description>
			<content:encoded><![CDATA[<p>A quick post - I just found myself at what is possibly one of the best font sites I&#8217;ve seen for a long time. A huge collection of fonts, in every style you can imagine. If you&#8217;re into Photoshop, fancy letterheads or DTP, <a href="http://www.dafont.com/" target="_blank">dafont.com</a> is going to be like gold to you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techsnake.com/2008/10/13/dafontcom-downloadable-fonts/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Encrypt GMail To Protect Your Private Data</title>
		<link>http://www.techsnake.com/2008/10/08/encrypt-gmail-to-protect-your-private-data/</link>
		<comments>http://www.techsnake.com/2008/10/08/encrypt-gmail-to-protect-your-private-data/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 16:30:34 +0000</pubDate>
		<dc:creator>Paul Godden</dc:creator>
		
		<category><![CDATA[Security]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.techsnake.com/?p=884</guid>
		<description><![CDATA[
Yesterday, I wrote an article on a project being funded in the UK to snoop on private netizens &#8220;just to make sure&#8221; they&#8217;re behaving themselves. I also touched briefly on some ways to protect yourself and keep your communications private. Well today, I&#8217;m going to go a little more into details on setting up a [...]]]></description>
			<content:encoded><![CDATA[<div class="img-wrapper"><img src="http://www.techsnake.com/wp-content/uploads/2008/10/3d_padlock.jpg" alt="" title="Copyright www.adamdorman.com" width="250" height="188" class="alignnone size-full wp-image-886" /></a></div>
<p>Yesterday, I wrote an article on a project being funded in the UK to snoop on private netizens &#8220;just to make sure&#8221; they&#8217;re behaving themselves. I also touched briefly on some ways to protect yourself and keep your communications private. Well today, I&#8217;m going to go a little more into details on setting up a crypto system on your laptop or PC to make sure all your messages are only read by the people you want to read them.</p>
<p>OK - so you&#8217;re sat in front of your laptop eager to start. The package we&#8217;ll be installing today is called GPG (Gnu Privacy Guard) which is a play on the original standard, which was initially introduced by a program called PGP (Pretty Good Privacy). So first a quick outline of what PGP is, and how it works:</p>
<p><span id="more-884"></span></p>
<p><strong>Public Key Cryptography</strong></p>
<p>Firstly, one of the systems employed by PGP, and therefore GPG (as it&#8217;s based around the same standard), is one called &#8220;Public Key Cryptography&#8221; - also known as Asymmetric Cryptography. This form of crypto eliminates the need to transfer the key to decrypt a message from Person A (Alice) to Person B (Bob). In the traditional Private Key Cryptography, if Alice wanted to send an encrypted message to Bob, she would encrypt it with her Private key. She would then send Bob the encrypted message. The problem is that she still needs to send him her key so that Bob can decrypt it.</p>
<p>And there lies the problem. You could argue if Alice has a secure channel to send the key to decrypt the message to Bob, she could also use the same channel to send the message unencrypted! In steps Public Key Cryptography:</p>
<p>As the name suggests, there is a &#8220;public&#8221; key - a key that anybody can have - in fact the more people that have it the better. When you use a Public Key Cryptography system (like GPG) you will create a key-pair: A public key and a private key. The public key, as I&#8217;ve said, anybody can have and it has only one purpose - <strong>to encrypt messages</strong>. Once the message has been encrypted it can only be decrypted with the private key. Think about that for a second. Alice wants to send a message to Bob. She encrypts the message with <strong>Bob&#8217;s public key</strong> and sends the message. The only key that can decrypt that message is <strong>Bob&#8217;s private key</strong>. Eliminating the need to transfer a secret key between the two people. The reason it works is to do with maths, and a bit beyond this article - but needless to say the two keys are related to each other in a way that makes it impossible to derive one from the other. So where does GPG fit into all of this?</p>
<p>Well now you have a good handle on the concepts of Public Key Crytography, you too will need to create a key-pair when you start using GPG. You will also need to give your public key to anyone who wants to communicate with you. There are also <strong>Key Servers</strong> on the internet that act as giant repositories of public keys - searchable from within the GPG Key Manager - you can add your newly created key for the world to see a little later.</p>
<p><em><strong>Next page - Installing the Software</strong></em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.techsnake.com/2008/10/08/encrypt-gmail-to-protect-your-private-data/feed/</wfw:commentRss>
		</item>
		<item>
		<title>UK Could Lose Rights To Tech Privacy - What You Can Do To Protect Yours</title>
		<link>http://www.techsnake.com/2008/10/07/uk-could-lose-rights-to-tech-privacy-what-you-can-do-to-protect-yours/</link>
		<comments>http://www.techsnake.com/2008/10/07/uk-could-lose-rights-to-tech-privacy-what-you-can-do-to-protect-yours/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 11:54:12 +0000</pubDate>
		<dc:creator>Paul Godden</dc:creator>
		
		<category><![CDATA[Digital Rights]]></category>

		<category><![CDATA[Email]]></category>

		<category><![CDATA[Geeky]]></category>

		<category><![CDATA[Hold the FRONT PAGE]]></category>

		<category><![CDATA[Internet Connectivity]]></category>

		<category><![CDATA[Internet Technology]]></category>

		<category><![CDATA[RANT ALERT!]]></category>

		<category><![CDATA[Security]]></category>

		<category><![CDATA[Tutorial]]></category>

		<category><![CDATA[wtf?]]></category>

		<guid isPermaLink="false">http://www.techsnake.com/?p=864</guid>
		<description><![CDATA[

£1 Billion has already been ploughed into a monitoring system in the UK that could make every user of technology in the country a target for Big Brother.
The system, based in a building in Benhall, and reported by TechSnake in July, is being funded to intercept all email, SMS and internet traffic to the tune [...]]]></description>
			<content:encoded><![CDATA[<p>
<div class="img-wrapper"><img src="http://www.techsnake.com/wp-content/uploads/2008/10/benhall1.jpg" alt="" title="GCHQ in Benhall"/></div>
<p>£1 Billion has already been ploughed into a monitoring system in the UK that could make every user of technology in the country a target for Big Brother.</p>
<p>The system, based in a building in Benhall, and <a href="http://www.techsnake.com/2008/07/18/uk-governments-big-brother-database/">reported by TechSnake in July</a>, is being funded to intercept all email, SMS and internet traffic to the tune of £12 Billion, once running. Reported in a post on the <a href="http://www.thisisgloucestershire.co.uk/latestnews/GCHQ-wants-read-UK-texts-emails/article-376298-detail/article.html" target="_blank">This Is Gloucestershire</a> website, the move has caused councillors and MPs to question the Government&#8217;s morality.</p>
<p>I, personally, can&#8217;t believe what is happening. In a modern society too. It is the civil right of every person to have private communications with each other without the government spying over their shoulders. This typical attitude by government agencies is of course wrapped up in the &#8220;threat of terrorism&#8221; cliché, that is starting to wear just a little too thin. Preventing terrorism is important, but not to the detriment of every other law-abiding citizen. The fishing net mentality is ridiculous - the process is already in place whereby a government agency can get a court order to track individual&#8217;s messages for potential terrorism involvement - the government doesn&#8217;t need to employ this level of privacy invasion. So what can we do about this - in the UK and globally?</p>
<p><span id="more-864"></span></p>
<p>Well of course you can set up an e-petition on <a href="http://petitions.number10.gov.uk/" target="_blank">number10.gov.uk</a> and you can also voice your opinion to your local MP, to make sure it&#8217;s raised in the Houses of Parliament - our civil liberties shouldn&#8217;t be taken for granted. For people outside the UK, I would do some research if I were you into current government projects - you may be shocked that something similar is happening in your country. However, I think it&#8217;s probably too late for us in the UK even now to do anything about it (although I&#8217;m open for comments on this) - the government have already invested £1 Billion of our money into the scheme, so they&#8217;re unlikely to back out. All we can do is protect ourselves in the future.</p>
<p>So what can we do to protect our privacy? As regard to <strong>SMS messages</strong>, I think they are pretty much open to interception, there is nothing we can do to prevent the government from looking at our text messages. Of course, the most important thing is not to send anything important over SMS - passwords, bank details and any other sensitive information shouldn&#8217;t be sent over non-secure networks anyway.. And I&#8217;m sure we all make sure we&#8217;re careful, right? Most of us don&#8217;t, I know (I&#8217;ve sent passwords myself using a text message). Well maybe now we&#8217;ll start to change our attitudes a little - maybe we&#8217;ll remember when sending it, that there is potentially a middle man snooping on our private conversations.</p>
<p><strong>Web traffic</strong> can be secured quite easily, although the methods at the moment mean you will see bandwidth degradation (and that&#8217;s the main reason people try it, then go back to unsecured internet access). I am of course talking about <strong>Tor &#038; The Onion Network</strong>. If you&#8217;re unfamiliar with Tor, it is a piece of software that implements a secure network, so you can browse with anonymity - and was created with just this problem in mind. The Tor software routes your web traffic through an onion router network - a special kind of network where each router doesn&#8217;t know the original source of the request - essentially making you anonymous.. If you want to get your hands on the Tor software, which also includes a nice Firefox plugin - to switch between secure and unsecure modes, you can visit the <a href="http://www.torproject.org/" target="_blank">Tor Project</a>. The site will explain in more detail the fundamentals of Tor, and the Onion network - plus it has a lot of documentation, and details of how to volunteer for the cause.</p>
<p>So now we come to <strong>email</strong>. Believe it or not, it was probably easier to protect your email 5 years ago than it is now - and that&#8217;s purely because of habits people (including myself) have adopted since. For instance, a lot of people don&#8217;t use a desktop-based client anymore, which is relatively easy to integrate with encryption software. Instead, their email is held &#8220;in the cloud&#8221; either with GMail, Yahoo Mail, or any of the other web-based email services. What can you do to protect the content of sensitive emails if you&#8217;re sending by these methods? Unfortunately it&#8217;s not that straightforward.</p>
<p>One option you do have is GnuPG - or Gnu Privacy Guard. GnuPG is a project that implements the OpenPGP standard. If you&#8217;re unfamiliar with cryptography, I would suggest reading the very good Wikipedia pages on <a href="http://en.wikipedia.org/wiki/Pretty_Good_Privacy">PGP</a> and on <a href="http://en.wikipedia.org/wiki/Public-key_cryptography" target="_blank">Public Key Crytography</a>. For MS Windows users, there is a version called <a href="http://www.gpg4win.org/" target="_blank">GPG4Win</a> - and this has integration for Outlook 2003 &#038; MS Explorer - for encrypting files on your system. However these options require you to install the package, create a key-pair, encrypt your text by copying and pasting (if you&#8217;re using web-based email), and sending the message. This assumes that the person you&#8217;re sending to is also a user of PGP or GPG and has your public key. It would be so much nicer if encryption was already integrated straight into your webmail - unfortunately it looks like there are no plans by Google or Yahoo to do this.</p>
<p>Well there are people that have thought of these problems, and have gone part way to a solution. There is a program called &#8220;FireGPG&#8221; which integrates into Firefox (what do you mean you&#8217;re not using <a href="http://www.spreadfirefox.com/" target="_blank">Firefox</a> yet?) and gives you the option to encrypt or decrypt text on the fly, by right-clicking on the page and choosing what you want to do. And in Gmail it gets even better - you are presented with a row of buttons related to encrypting and signing the email next to your regular Send button. Now all you have to do is send an email to all your friends and get them to do the same - assuming it won&#8217;t be intercepted of course..</p>
<p>So the upshot of all this is, come to terms with the fact that everything you send over an unsecure network (the internet) is always going to be read. Accept that. And anything you don&#8217;t want to be read, other than by the recipient, encrypt by the means I&#8217;ve said. Also, text messages should never be used to send anything sensitive.</p>
<p><em>Keep posted, as I&#8217;ll be doing a tutorial on using GPG / FireGPG with Windows very soon.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.techsnake.com/2008/10/07/uk-could-lose-rights-to-tech-privacy-what-you-can-do-to-protect-yours/feed/</wfw:commentRss>
		</item>
		<item>
		<title>V8 Engine Made From Lego</title>
		<link>http://www.techsnake.com/2008/10/06/v8-engine-made-from-lego/</link>
		<comments>http://www.techsnake.com/2008/10/06/v8-engine-made-from-lego/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 13:19:27 +0000</pubDate>
		<dc:creator>Paul Godden</dc:creator>
		
		<category><![CDATA[Cool]]></category>

		<category><![CDATA[Design]]></category>

		<category><![CDATA[Geeky]]></category>

		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.techsnake.com/?p=856</guid>
		<description><![CDATA[I didn&#8217;t know that people were this badly into engineering things out of lego, and trust me this is definitely engineering, in every sense of the word. But, yes, one person, naming himself &#8220;barebos&#8221; on YouTube, has created a V8 engine (32 valve no less) that took him 4 to 5 months to build from [...]]]></description>
			<content:encoded><![CDATA[<p>I didn&#8217;t know that people were this badly into engineering things out of lego, and trust me this is definitely engineering, in every sense of the word. But, yes, one person, naming himself &#8220;barebos&#8221; on YouTube, has created a V8 engine (32 valve no less) that took him 4 to 5 months to build from scratch! You can also <a href="http://uk.youtube.com/user/barebos" target="_blank">check out some of his other creations</a> that he&#8217;s put up on the popular video-sharing website.</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/Z8ut5ND3agI&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/Z8ut5ND3agI&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.techsnake.com/2008/10/06/v8-engine-made-from-lego/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Server Rooms &#038; Fire Should Be Kept Apart</title>
		<link>http://www.techsnake.com/2008/10/03/server-rooms-fire-should-be-kept-apart/</link>
		<comments>http://www.techsnake.com/2008/10/03/server-rooms-fire-should-be-kept-apart/#comments</comments>
		<pubDate>Fri, 03 Oct 2008 17:20:00 +0000</pubDate>
		<dc:creator>Paul Godden</dc:creator>
		
		<category><![CDATA[Cool]]></category>

		<category><![CDATA[Fun]]></category>

		<category><![CDATA[Hardware]]></category>

		<category><![CDATA[Images]]></category>

		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://www.techsnake.com/?p=816</guid>
		<description><![CDATA[A collection of photos I&#8217;ve been hunting around the web for - servers, computers and server rooms that have found out what it&#8217;s like to lose a fight against fire!



Yes, you&#8217;re right - that is a phone on top of that computer!

That&#8217;s why your downloads are slow - the exchange is a burnt out husk.

&#8220;Hi [...]]]></description>
			<content:encoded><![CDATA[<p>A collection of photos I&#8217;ve been hunting around the web for - servers, computers and server rooms that have found out what it&#8217;s like to lose a fight against fire!</p>
<p><span id="more-816"></span></p>
<div class="message" style="text-align:center">
<p><img src="http://www.techsnake.com/wp-content/uploads/2008/10/68017710_123de4638c_o.jpg" alt="Burnt out Server!" title="Attribution: http://www.flickr.com/photos/roadhunter/"/></p>
<p>Yes, you&#8217;re right - that is a phone on top of that computer!<br/><br/></p>
<p><img src="http://www.techsnake.com/wp-content/uploads/2008/10/blown-up-dslam.jpg" alt="" title="Molten DLAM!" /></p>
<p>That&#8217;s why your downloads are slow - the exchange is a burnt out husk.<br/><br/></p>
<p><img src="http://www.techsnake.com/wp-content/uploads/2008/10/computer_fire.jpg" alt="" title="Melted PC" /></p>
<p>&#8220;Hi is that IT Support? Yeah an alien&#8217;s just spat on my PC?&#8221;<br/><br/></p>
<p><img src="http://www.techsnake.com/wp-content/uploads/2008/10/fire_bombing_-_melted_pc.jpg" alt="" title="Fire Bombed Office"  /></p>
<p>This office was fire-bombed, and the staff turned up to find the mess that was left behind<br/><br/></p>
<p><img src="http://www.techsnake.com/wp-content/uploads/2008/10/p7040175.jpg" alt="" title="Campus Fire 1" /></p>
<p>A campus server-room fire - note the guy looking for his USB foot warmer.<br/><br/></p>
<p><img src="http://www.techsnake.com/wp-content/uploads/2008/10/p7040179.jpg" alt="" title="Campus Fire 2"  /></p>
<p>The same campus, (previously) servers in a rack.<br/><br/></p>
<p><img src="http://www.techsnake.com/wp-content/uploads/2008/10/p7040180.jpg" alt="" title="Campus Fire 3" /></p>
<p>I wouldn&#8217;t enjoy restoring data from these backup servers!<br/><br/></p>
<p><img src="http://www.techsnake.com/wp-content/uploads/2008/10/pmaxim_fire_rack.jpg" alt="" title="Rack Fire"/></p>
<p>Fire + Hubs + Cables = Overtime for the IT department<br/><br/>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.techsnake.com/2008/10/03/server-rooms-fire-should-be-kept-apart/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Online Multiplayer Action With Tankball 2</title>
		<link>http://www.techsnake.com/2008/10/03/online-multiplayer-action-with-tankball-2/</link>
		<comments>http://www.techsnake.com/2008/10/03/online-multiplayer-action-with-tankball-2/#comments</comments>
		<pubDate>Fri, 03 Oct 2008 13:20:38 +0000</pubDate>
		<dc:creator>Paul Godden</dc:creator>
		
		<category><![CDATA[Fun]]></category>

		<category><![CDATA[Gaming]]></category>

		<category><![CDATA[Gaming Online]]></category>

		<guid isPermaLink="false">http://www.techsnake.com/?p=810</guid>
		<description><![CDATA[
Ever found yourself wandering around the internet when you stumble into something that you can&#8217;t tear yourself away from? Me too - enter Tankball 2!
You start off by picking a name for your tank, selecting your team colour and away you go! The controls are very simple, with the cursors controlling your direction (including your [...]]]></description>
			<content:encoded><![CDATA[<div class="img-wrapper"><img src="http://www.techsnake.com/wp-content/uploads/2008/10/tankball2.png" alt="" title="Tank Ball 2!" /></div>
<p>Ever found yourself wandering around the internet when you stumble into something that you can&#8217;t tear yourself away from? Me too - enter Tankball 2!</p>
<p>You start off by picking a name for your tank, selecting your team colour and away you go! The controls are very simple, with the cursors controlling your direction (including your turret) and CTRL used for fire. There are power-ups over the map, such as a flame ball, and a speed boost. Controlling the turret is a little tricky to begin with, but soon becomes second nature after a few minutes. Addictive fun, especially when you pwn the map! <a href="http://maidmarian.com/Tank.htm" target="_blank">Play the game now!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.techsnake.com/2008/10/03/online-multiplayer-action-with-tankball-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The History Of Google</title>
		<link>http://www.techsnake.com/2008/10/01/the-history-of-google/</link>
		<comments>http://www.techsnake.com/2008/10/01/the-history-of-google/#comments</comments>
		<pubDate>Wed, 01 Oct 2008 21:45:01 +0000</pubDate>
		<dc:creator>Paul Godden</dc:creator>
		
		<category><![CDATA[Cool]]></category>

		<category><![CDATA[Geeky]]></category>

		<category><![CDATA[Internet Technology]]></category>

		<category><![CDATA[People]]></category>

		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.techsnake.com/?p=802</guid>
		<description><![CDATA[I found this really interesting interactive Google timeline created to celebrate their 10th birthday. Just click and drag through the years to find out facts and stats about our favourite search engine.
]]></description>
			<content:encoded><![CDATA[<p>I found this really interesting interactive <a href="http://www.google.com/tenthbirthday/#start" target="_blank">Google timeline</a> created to celebrate their 10th birthday. Just click and drag through the years to find out facts and stats about our favourite search engine.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techsnake.com/2008/10/01/the-history-of-google/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Blizzard Beats Bot With $6 Million Settlement</title>
		<link>http://www.techsnake.com/2008/10/01/blizzard-beats-bot-with-6-million-settlement/</link>
		<comments>http://www.techsnake.com/2008/10/01/blizzard-beats-bot-with-6-million-settlement/#comments</comments>
		<pubDate>Wed, 01 Oct 2008 12:24:03 +0000</pubDate>
		<dc:creator>Paul Godden</dc:creator>
		
		<category><![CDATA[Game Publishers]]></category>

		<category><![CDATA[Game Software]]></category>

		<category><![CDATA[Game Technology]]></category>

		<category><![CDATA[Gaming]]></category>

		<category><![CDATA[Gaming Online]]></category>

		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.techsnake.com/?p=796</guid>
		<description><![CDATA[
The makers of World of Warcraft (WoW) have won a settlement today from a company who created a bot to &#8220;level-up&#8221; players of the popular online MMORPG.
The software, called MMOGlider, gives players of WoW the opportunity to automate tedious tasks to increase their abilities and ultimately have a more powerful avatar. Players that signed up [...]]]></description>
			<content:encoded><![CDATA[<div class="img-wrapper"><img src="http://www.techsnake.com/wp-content/uploads/2008/10/south_park_wow.jpg" alt="" title="World of Warcraft"/></div>
<p>The makers of World of Warcraft (WoW) have won a settlement today from a company who created a bot to &#8220;level-up&#8221; players of the popular online MMORPG.</p>
<p>The software, called MMOGlider, gives players of WoW the opportunity to automate tedious tasks to increase their abilities and ultimately have a more powerful avatar. Players that signed up to WoW agreed under the T&#8217;s &#038; C&#8217;s to not use utilities or methods other than the normal gameplay to level-up their players. The creators of MMOGlider, MDY have to pay damages of $6 Million to Blizzard after an estimated 100,000 copies of the WoW bot have already been sold - which works out at $60 a copy (MDY sold the software for $30). <a href="http://news.bbc.co.uk/1/hi/technology/7645059.stm" target="_blank">The BBC have the full story here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techsnake.com/2008/10/01/blizzard-beats-bot-with-6-million-settlement/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Valve To Release Demo Of Left 4 Dead</title>
		<link>http://www.techsnake.com/2008/09/30/valve-to-release-demo-of-left-4-dead/</link>
		<comments>http://www.techsnake.com/2008/09/30/valve-to-release-demo-of-left-4-dead/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 15:25:55 +0000</pubDate>
		<dc:creator>Darren Davie</dc:creator>
		
		<category><![CDATA[Game Software]]></category>

		<category><![CDATA[Gaming]]></category>

		<category><![CDATA[Hold the FRONT PAGE]]></category>

		<guid isPermaLink="false">http://www.techsnake.com/?p=780</guid>
		<description><![CDATA[
News has emerged that Valve will be releasing a demo of its 4 player co-op zombie shooter Left 4 Dead. The demo, which should be out shortly before release, will more than likely be the first two maps of the game. The two missions start outside in the streets and later lead you into a [...]]]></description>
			<content:encoded><![CDATA[<div class="img-wrapper"><img src="http://www.techsnake.com/wp-content/uploads/2008/09/screenshot_198729_thumb300.jpg" alt="" title="Left 4 Dead"/></div>
<p><a href="http://www.de-frag.com/node/309" target="_blank">News has emerged</a> that Valve will be releasing a demo of its 4 player co-op zombie shooter <strong>Left 4 Dead</strong>. The demo, which should be out shortly before release, will more than likely be the first two maps of the game. The two missions start outside in the streets and later lead you into a subway station.</p>
<p>Left 4 Dead will be out on Xbox360 and PC with rumours of a PS3 version later to follow (not confirmed by Valve). The game will be available Nov 18th on Steam and the 21st in the shops.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techsnake.com/2008/09/30/valve-to-release-demo-of-left-4-dead/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google Turns 10</title>
		<link>http://www.techsnake.com/2008/09/27/google-turns-10/</link>
		<comments>http://www.techsnake.com/2008/09/27/google-turns-10/#comments</comments>
		<pubDate>Sat, 27 Sep 2008 08:03:09 +0000</pubDate>
		<dc:creator>Paul Godden</dc:creator>
		
		<category><![CDATA[Hold the FRONT PAGE]]></category>

		<category><![CDATA[Internet Technology]]></category>

		<category><![CDATA[OS]]></category>

		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.techsnake.com/?p=776</guid>
		<description><![CDATA[
The search engine we all know and love has turned 10 years old today.
It&#8217;s odd to think that they&#8217;ve been around for only ten years to be honest - Google is intertwined with our online lives everywhere now. I personally use GMail, of course, Reader, Notebook, Analytics, Sitemaps, Video and Youtube, Maps and Earth, Chat [...]]]></description>
			<content:encoded><![CDATA[<div class="img-wrapper"><img src="http://www.techsnake.com/wp-content/uploads/2008/07/google.jpg" alt="" title="Google" /></div>
<p>The search engine we all know and love has turned 10 years old today.</p>
<p>It&#8217;s odd to think that they&#8217;ve been around for <em>only</em> ten years to be honest - Google is intertwined with our online lives everywhere now. I personally use GMail, of course, Reader, Notebook, Analytics, Sitemaps, Video and Youtube, Maps and Earth, Chat - not to mention their search. In fact I can&#8217;t think of anything more convenient than everything under one Google account. How they make money I don&#8217;t think I&#8217;ll ever understand, but I guess if the advertisers want to pay the sort of money they do, who am I to argue - especially if I&#8217;m the one to benefit! Then there&#8217;s the browser &#038; mobile OS markets with Chrome &#038; Android respectively. The last ten years have been good for Google, and the future is looking very bright too. Happy Birthday Google!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techsnake.com/2008/09/27/google-turns-10/feed/</wfw:commentRss>
		</item>
		<item>
		<title>DICE = Success!</title>
		<link>http://www.techsnake.com/2008/09/23/dice-success/</link>
		<comments>http://www.techsnake.com/2008/09/23/dice-success/#comments</comments>
		<pubDate>Tue, 23 Sep 2008 10:18:50 +0000</pubDate>
		<dc:creator>Paul Godden</dc:creator>
		
		<category><![CDATA[Geeky]]></category>

		<guid isPermaLink="false">http://www.techsnake.com/?p=772</guid>
		<description><![CDATA[Those of you who have read my recent post on the failings of EA support, will know that it was impossible to get through to them.
Well, I can now say the problem is solved and it is in no way down to EA&#8217;s help. A member of the team at DICE, the company behind the [...]]]></description>
			<content:encoded><![CDATA[<p>Those of you who have read my <a href="http://www.techsnake.com/2008/09/18/ea-support-fail/" target="_blank">recent post on the failings of EA support</a>, will know that it was impossible to get through to them.</p>
<p>Well, I can now say the problem is solved and it is in no way down to EA&#8217;s help. A member of the team at DICE, the company behind the much anticipated <a href="http://www.battlefield-heroes.com/" target="_blank">Battlefield Heroes</a> game, read my article on techsnake.com and contacted me directly through the website.</p>
<p>Not only were the guys courteous, helpful, and dedicated (he was still helping me at 9.30pm Stockholm time!) but after a few emails he sorted the problems and I&#8217;m able to log into the beta test forums on the site. Proof that support isn&#8217;t that difficult once you have some intelligent people behind it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techsnake.com/2008/09/23/dice-success/feed/</wfw:commentRss>
		</item>
		<item>
		<title>EA Support = FAIL</title>
		<link>http://www.techsnake.com/2008/09/18/ea-support-fail/</link>
		<comments>http://www.techsnake.com/2008/09/18/ea-support-fail/#comments</comments>
		<pubDate>Thu, 18 Sep 2008 10:20:38 +0000</pubDate>
		<dc:creator>Paul Godden</dc:creator>
		
		<category><![CDATA[Do your job DAMNIT!]]></category>

		<category><![CDATA[Game Publishers]]></category>

		<category><![CDATA[Gaming]]></category>

		<category><![CDATA[People]]></category>

		<category><![CDATA[RANT ALERT!]]></category>

		<category><![CDATA[wtf?]]></category>

		<guid isPermaLink="false">http://www.techsnake.com/?p=751</guid>
		<description><![CDATA[I don&#8217;t know if you&#8217;ve ever owned any EA games, and I don&#8217;t know if you&#8217;ve ever needed their support with them - but trust me, don&#8217;t bother because you are going to get nowhere fast with the support team.
I have been a long time owner of EA Sports and Electronic Arts games generally for [...]]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t know if you&#8217;ve ever owned any EA games, and I don&#8217;t know if you&#8217;ve ever needed their support with them - but trust me, don&#8217;t bother because you are going to get <strong>nowhere</strong> fast with the support team.</p>
<p>I have been a long time owner of EA Sports and Electronic Arts games generally for many years. I have the Battlefield series (apart from 2142) and I&#8217;ve enjoyed the Need for Speed games (the older ones more, I must admit.) I have had problems with games in the past, but never had to use EA&#8217;s support - and I&#8217;m counting my blessings now.</p>
<p><span id="more-751"></span></p>
<p>I have friends and family who told me in the past that EA were really bad supporting their products, but I&#8217;ve never had first-hand experience until now. I always thought that the reports on the internet, or by my friends were blown out of proportion - to make a much juicier story. However, I now have first-hand knowledge of how bad it really is. Don&#8217;t get me wrong, I&#8217;m sure if the problem is a very simple one the support staff would be absolutely perfect at sorting it all out - however if the problem actually requires any amount of thought then you can rule out an intelligent answer. Let me outline my problem:</p>
<p>I recently won a key for the <a href="http://www.battlefield-heroes.com/" target="_blank">Battlefield Heroes</a> beta. When you win the key, you have to set up a security layer username and password, and attach the key to an EA account. The security layer username and password allow you to log into the beta website and the forums on that website. The beta website allows you to download the latest build and play, and the forums are a place to discuss bugs and enhancements for the game. This is when everything went wrong (for me).</p>
<p>The username and password are the same for the main site and the forums. However, I was unable to log into the forums when I initially signed up. The main site was fine - and I could play the beta without problems. However, when I went to report a bug to the team, the forums were not available. Entering the username and password correctly 50 times in a row did not help matters. I knew the problem had to be a setup issue - the forum wasn&#8217;t accepting my username and password because it had no record of me - I could have typed in the same username and password 500 times and the result would be the same (and in total I probably have by now). So I decide to contact <strong>EA support</strong> for &#8220;help&#8221; - Of course I would have used the forums if I was able, but I had no other choice..</p>
<p>So I send, what I think, is a nice email, basically asking for help but letting them know, there&#8217;s probably not a lot they can do, so if they could forward the email on. Below is the factual part from the support email, which doesn&#8217;t contain usernames and things!</p>
<div class="message">
<p>I am part of the Battlefield-Heroes BETA test team. I have a key and I&#8217;m playing the game now. The Beta test site at [Beta test site] works fine, gives me a login box which I can log into fine. However, when I try to access the forums section my username and password do not work? All I can guess is that somebody forgot to flick a switch somewhere with my account.</p>
<p>Now I&#8217;m sure I&#8217;m probably talking to the wrong person, but could you perhaps forward onto the correct people on the Battlefield Heroes team, so they can take a look at it? This is the only method of contacting the team I have, which is indirectly through you. I would use the forums to contact them of course if that was possible&#8230;..</p>
</div>
<p>I got a reply 2 days later asking me for the information I had given in my first email - which lead me to think that I was perhaps talking to the wrong people, straight away. So I provided the information for a second time, and repeated what I had said in the first email, but I finish with (because I&#8217;m starting to get a feeling for the support staff&#8217;s ability to solve these kinds of problems):</p>
<div class="message">
<p>It&#8217;s not a &#8220;I don&#8217;t know what to do&#8221; problem, it&#8217;s a &#8220;server is not configured correctly&#8221; problem. If you could forward this on?</p>
</div>
<p>Now I&#8217;m thinking, right I&#8217;ve made that clear, this should be a simple matter of forwarding an email to another department in the huge EA empire so they can sort it out - I was genuinely not expecting any more contact from the EA support staff, but perhaps something directly from DICE (the creators of Battlefield Heroes). Instead, no, I receive another email back from the staff at EA. They suggest that I should use a different login. A login that I hadn&#8217;t created. I tried this of course (I was getting desperate at this point) and surprise surprise it didn&#8217;t work. <em>Funnily enough, the username they asked me to try was actually one of the character names I had created on the Beta site - so again I was thinking, maybe just maybe, I&#8217;m getting closer to a solution - this was of course a stupid thought.</em></p>
<p>So I reply back that it didn&#8217;t work, I tried all combinations of usernames and passwords I could think of, with and without their suggestion. I&#8217;m in IT support, so I&#8217;m used to blitzing a problem from all angles until I get an answer! 3 days go by and I hear nothing. So I decide to write an email to express my opinion on the matter - as I felt the support was starting to trail off..</p>
<div class="message">
<p>Hi there, I&#8217;m still waiting for a resolution to this *really* simple problem - it will obviously only take somebody to pop an email to the people that are running the forums on the website and it can all be fixed.. Why is it taking so long to do such a very simple thing?</p>
</div>
<p>I receive no reply. For a week. And then an email pops into my inbox, asking me to fill out a survey about my &#8220;experience&#8221; with EA&#8217;s support department. Big mistake. I filled it out, and in the any-other-info box at the end they were subjected to a large essay by me about how simple the problem was, their bad reputation and their inability to support people. A day later I receive an update on the support ticket:</p>
<div class="message">
<p>Due to the nature of your issue, more time is required for investigation. I apologize for any prolonged delays this might cause, but please rest assured that we are trying to handle your issue in a timely manner. During this time, you may still update your incident with additional information that might help us resolve your issue without causing any additional delay. To update your incident click the link above that says, &#8220;To view or update your question from our support site, http://support.ea.com .&#8221;</p>
<p>We appreciate the opportunity to assist you and look forward to getting you back in the game.</p>
<p>Please accept our apology for any troubles or errors you may experience from time to time and your help.</p>
</div>
<p>Wow - these generic answers are great aren&#8217;t they? Especially that &#8220;getting you back in the game&#8221; bit - good place to push your company tag-line, eh?. This is obviously some follow-up to the bad support questionnaire I filled out - is it supposed to make everything better though? I don&#8217;t care about assurances at this point, I just want it fixed. So I think, well I&#8217;ll leave it at that for the time being, if somebody is on the case, it might take a few more days (see I still haven&#8217;t given up the faith completely, although I&#8217;m pretty damn close).</p>
<p>And then I open my email this morning.. My jaw dropped, I go speechless for a minute. I blink once - twice. Then a tiny laugh starts to creep out of my throat. It grows and grows until I&#8217;m laughing like a maniac. And then I say to myself &#8220;WTF!!!??&#8221; Here is the final response to my problem, which tidies everything up nice and neatly:</p>
<div class="message">
<p>We do not support the beta here you should contact the forums for this game.</p>
<p>Thank you,</p>
<p>Sean M
<p>Electronic Arts Customer Support</p>
</div>
<p>Thank-you Sean M - That&#8217;s that fixed then, eh?</p>
<p>This just goes to show the ridiculous place EA support finds themselves in. And sure I know the game is a beta, Sean, but that&#8217;s not the point is it? The point is that I told you people over and over again that you can&#8217;t help me, just forward the email on. But this seemed too difficult. Also if Sean had bothered to read the previous emails he wouldn&#8217;t have made such a stupid mistake. Maybe the infrastructure and communication isn&#8217;t there for the support staff - maybe they don&#8217;t know how to forward emails - maybe they&#8217;re told at all costs to only do what it says on the piece of paper in front of them - don&#8217;t use any initiative, and God forbid thinking, &#8220;Hmm, maybe my Manager should help me with this one.&#8221; Or maybe they did and their Manager is still trying to figure out where the send button is in Outlook. Whatever the reasons. This problem which would take 5 minutes to solve, from my own personal experience - if I had the correct contacts, has taken EA <strong>2 weeks</strong> to go around in circles and get nowhere. Outstanding.</p>
<p>But does this effect me buying their games? Of course it does - if EA are attached to anything now, the first feeling I get is that of incompetence. And after this subsides, I&#8217;m left with an overwhelming desire to avoid the game. If I ever need to contact EA&#8217;s support department again about anything more complicated than inserting a CD into my PC, I think I will be disappointed with the results.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techsnake.com/2008/09/18/ea-support-fail/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Create A Simple Backup Batch File In Windows</title>
		<link>http://www.techsnake.com/2008/09/15/create-a-simple-backup-batch-file-in-windows/</link>
		<comments>http://www.techsnake.com/2008/09/15/create-a-simple-backup-batch-file-in-windows/#comments</comments>
		<pubDate>Mon, 15 Sep 2008 14:40:40 +0000</pubDate>
		<dc:creator>Paul Godden</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.techsnake.com/?p=740</guid>
		<description><![CDATA[
Think of the unhappiest times with your computer.. What happened during those times? What would cause your face to freeze and your jaw to drop? In my experience it has almost always been because data was lost. It&#8217;s normally the realisation that everything you had was gone - when you stare blankly at the computer [...]]]></description>
			<content:encoded><![CDATA[<div class="img-wrapper"><a href="http://www.sxc.hu/photo/798187" target="_blank"><img src="http://www.techsnake.com/wp-content/uploads/2008/09/hd2.jpg" alt="" title="Hard Disk Drive Internals" /></a></div>
<p>Think of the unhappiest times with your computer.. What happened during those times? What would cause your face to freeze and your jaw to drop? In my experience it has almost always been because data was lost. It&#8217;s normally the realisation that everything you had was gone - when you stare blankly at the computer for 5 minutes dumb-struck. Maybe you went into a folder in your My Documents that was, until yesterday, full of those really important files you were doing for work. Or maybe you went to power on your PC and you had one of those horrible error messages from Windows, that essentially means &#8220;your system has gone bye-bye.&#8221;</p>
<p><span id="more-740"></span></p>
<p>After the realisation sinks in, you also try to think if you have any backups - if you&#8217;re smart you will of course followed this simple tutorial to create a daily backup and feel comfortable that you can get to all of your old files. If you&#8217;re not then the sinking feeling will continue and you will have some explaining to do to the boss/friend/other half.</p>
<p>This tutorial is very simplistic - I use the method on my work&#8217;s Windows PC, and it&#8217;s perfect for what I need. If you need more power over your backups, perhaps with differential, or encryption flavours, I would encourage you to use the built-in backup program for Windows (Start->Run->ntbackup) or download one of the <a href="http://en.wikipedia.org/wiki/Category:Free_backup_software" target="_blank">many open-source alternatives</a>.</p>
<p><strong>How To Create A Simple Backup Batch File In Windows:</strong></p>
<p>Firstly you will need to get a hold of an invaluable (and free) utility from Microsoft called &#8220;Robocopy&#8221;. It&#8217;s funny because you think of RoboCop when you use it. It comes with the <a href="http://www.microsoft.com/downloads/details.aspx?familyid=9d467a69-57ff-4ae7-96ee-b18c4790cffd&#038;displaylang=en" target="_blank">Server 2003 Resource Kit</a>, so you probably won&#8217;t have a copy on your system. There are lots of other useful almost linux-like command line tools that come as part of the whole package - and no - don&#8217;t worry, you don&#8217;t need to have Windows Server 2003 to install it - it will be fine on XP or Vista.</p>
<p>Once you&#8217;ve downloaded and installed the kit, we need to create the batch file containing your backup commands. Firstly, double check that file extensions are visible, by going to the Control Panel, double clicking Folder Options, and un-checking the &#8220;Hide extensions for known file types&#8221; box in the View Tab. Next, right-click a blank space in your (My) Documents folder and select &#8220;New->Text Document&#8221;. Windows will create a file called &#8220;New Text Document.txt&#8221;  - rename this to &#8220;backup.bat&#8221; and we&#8217;re ready to edit it..</p>
<p>Now comes the part where you need to work out what you want to backup and where you want to back it up to. You have a few options - To the same hard drive, but a different folder; to another hard drive on your computer; an external hard drive; or a hard drive on the network. The more detached you can make your backup the better. If your current hard drive goes down, and you had decided to backup to the same hard drive, but in a different folder, your backup would be about as useful as a chocolate teapot. I personally backup to another PC, that is in the same room - I figure this is good enough - especially as I burn off a DVD with all of my documents anyway every month or so. Have a think about it and work out the best place to store your backup.</p>
<p>With the pathnames at hand (source and destination for your backup) we need to edit the batch file. Right click the backup.bat in your documents folder and select <strong>edit</strong>. Fill it with one of more lines of the robocopy command below (depending on how many things you want to backup) - I&#8217;ll explain what the switches are afterwards.</p>
<p><strong>robocopy /e /zb /copyall /purge /xo /r:3 /w:5 &#8220;C:\Documents and Settings\Paul\My Documents&#8221; &#8220;\\ServerName\Paul&#8217;s Backup\My Documents&#8221;</strong></p>
<p>Broken down: The two strings in quotes at the end are the <strong>source </strong>directory, followed by the <strong>destination </strong>directory. Robocopy will copy all files and folders inside the source directory, including empty folders, all the way down that particular directory tree. It will retry locked files 3 times, waiting 5 seconds between each retry. It will copy all security settings for the files (permissions etc) and it will only copy new files (which will be everything to start with - subsequent runs of the command will copy only files that have changed since.) The /purge switch is optional, and has a big impact on your backup. /purge will remove anything in the backup, that has been deleted in the <strong>source</strong> folder. I&#8217;m very careful with what I delete, so I&#8217;m comfortable using it. You may not be so comfortable, or may want the extra security of knowing even the stuff you didn&#8217;t want will still be kept in the backup.</p>
<p>And that&#8217;s it. The file is ready to be run. Simply double click from your documents folder to set it into action.</p>
<p>To make it a daily backup, that&#8217;s automatic, you can setup a schedule very simply with the one built into windows. Go to Start->Accessories->System Tools->Scheduler and follow the simple to use wizard, making sure the command to run is your newly created batch file.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techsnake.com/2008/09/15/create-a-simple-backup-batch-file-in-windows/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Robotic Cat - It Will Kill Us All!</title>
		<link>http://www.techsnake.com/2008/09/11/robotic-cat-it-will-kill-us-all/</link>
		<comments>http://www.techsnake.com/2008/09/11/robotic-cat-it-will-kill-us-all/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 22:33:34 +0000</pubDate>
		<dc:creator>Paul Godden</dc:creator>
		
		<category><![CDATA[Fun]]></category>

		<category><![CDATA[Robot Overlords]]></category>

		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.techsnake.com/?p=734</guid>
		<description><![CDATA[Pushing around the internetz, minding my own business, I fell upon an old Gizmodo article of a year ago about a cat that you can buy, from Japan. No ordinary cat, no, but a robotic electrocute your-family-and-take-over-the-house sort of kitty. Scarily realistic, you would wonder if children would be able to sleep at night after [...]]]></description>
			<content:encoded><![CDATA[<p>Pushing around the internetz, minding my own business, I fell upon an <a href="http://gizmodo.com/gadgets/horror/japanese-robot-cat-provides-companionship-nightmares-295628.php" target="_blank">old Gizmodo article</a> of a year ago about a cat that you can buy, from Japan. No ordinary cat, no, but a robotic electrocute your-family-and-take-over-the-house sort of kitty. Scarily realistic, you would wonder if children would be able to sleep at night after seeing this thing for more than 5 minutes.. But then you find out, what&#8217;s even stranger is that this metallic feline is aimed at <em>people</em> that can&#8217;t own animals, for whatever reason. Kill it I say, and save the free world.</p>
<p><span id="more-734"></span></p>
<p>In fact, what&#8217;s probably scarier, is that if you <a href="http://www.google.com/search?q=Yume+Neko+Smile" target="_blank">search for the Yume Neko Smile cat</a> you get lots of people scared by it, rather than an actual advert to buy the thing. Maybe everyone has risen up and burnt the factory down, to save humanity. Look below for the &#8220;First Yume Neko Smile cat in Sweden&#8221;? and the last, no doubt&#8230;</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/T-x3C1-4LM8&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/T-x3C1-4LM8&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p>Hearing the servos whirring and the badly sampled purring is eerie.. Aaagh! Save us!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techsnake.com/2008/09/11/robotic-cat-it-will-kill-us-all/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google Getting Close And Personal</title>
		<link>http://www.techsnake.com/2008/09/07/google-getting-close-and-personal/</link>
		<comments>http://www.techsnake.com/2008/09/07/google-getting-close-and-personal/#comments</comments>
		<pubDate>Sun, 07 Sep 2008 14:23:13 +0000</pubDate>
		<dc:creator>Paul Godden</dc:creator>
		
		<category><![CDATA[Digital Rights]]></category>

		<category><![CDATA[Internet Technology]]></category>

		<category><![CDATA[Website]]></category>

		<category><![CDATA[google]]></category>

		<category><![CDATA[google earth]]></category>

		<category><![CDATA[google maps]]></category>

		<category><![CDATA[privacy]]></category>

		<category><![CDATA[satellite]]></category>

		<guid isPermaLink="false">http://www.techsnake.com/?p=714</guid>
		<description><![CDATA[
With news that Google have just got that little bit closer to providing users of Google&#8217;s Maps and Earth a more detailed than ever view of where we live, I wonder if it&#8217;s all such a good thing..
The GeoEye satellite, 423 miles about the Earth, peers down as you&#8217;re outside doing the gardening. Little do [...]]]></description>
			<content:encoded><![CDATA[<div class="img-wrapper"><img src="http://www.techsnake.com/wp-content/uploads/2008/09/geo.jpg" alt="" title="Satellite View"/></div>
<p>With news that Google have just got that little bit closer to providing users of Google&#8217;s Maps and Earth a more detailed than ever view of where we live, I wonder if it&#8217;s all such a good thing..</p>
<p>The GeoEye satellite, 423 miles about the Earth, peers down as you&#8217;re outside doing the gardening. Little do you know that while you prune your petunias, the large lens of a hi-resolution camera is watching your every move, down to a 50cm resolution. What does that mean to the average person?</p>
<p><span id="more-714"></span></p>
<p>This new innovation is great to see - as technology is pushed to it&#8217;s limits - but like Jurassic Park, people are so preoccupied with whether or not they <strong>could</strong>, they never stopped to think if they <strong>should</strong>. I&#8217;m all for getting a better idea of where we live and where we&#8217;re going, so we can pinpoint places a little easier, or help us with directions to an unknown area - but isn&#8217;t this getting a little too close? If you pointed the telephoto lens of your camera into somebody&#8217;s back garden, you would be in court on privacy charges - but it seems as though if you&#8217;re looking in from above it&#8217;s fair game.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techsnake.com/2008/09/07/google-getting-close-and-personal/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Yahoo Flailing</title>
		<link>http://www.techsnake.com/2008/09/05/yahoo-flailing/</link>
		<comments>http://www.techsnake.com/2008/09/05/yahoo-flailing/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 21:19:14 +0000</pubDate>
		<dc:creator>Paul Godden</dc:creator>
		
		<category><![CDATA[Internet Technology]]></category>

		<category><![CDATA[Microhoo]]></category>

		<guid isPermaLink="false">http://www.techsnake.com/?p=711</guid>
		<description><![CDATA[I&#8217;m not sure if this is a Microhoo story or not, but I do know that Yahoo&#8217;s shares have dropped to a 5 year low - at what point does this equate to &#8220;Shareholder Value&#8221; exactly Mr. Yang? Of course, The Register were one of the first (even ahead of me!) to jump on that [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m not sure if this is a Microhoo story or not, but I do know that Yahoo&#8217;s shares have dropped to a <strong>5 year low</strong> - at what point does this equate to &#8220;Shareholder Value&#8221; exactly Mr. Yang? Of course, <a href="http://www.theregister.co.uk/2008/09/05/yahoo_stock_hits_five_year_low/" target="_blank">The Register</a> were one of the first (even ahead of me!) to jump on that particular bandwagon!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techsnake.com/2008/09/05/yahoo-flailing/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Organise Your Taskbar Buttons</title>
		<link>http://www.techsnake.com/2008/09/04/organise-your-taskbar-buttons/</link>
		<comments>http://www.techsnake.com/2008/09/04/organise-your-taskbar-buttons/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 12:51:52 +0000</pubDate>
		<dc:creator>Paul Godden</dc:creator>
		
		<category><![CDATA[Cool]]></category>

		<category><![CDATA[OS]]></category>

		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.techsnake.com/?p=707</guid>
		<description><![CDATA[I&#8217;m the sort of person that looks at something and wonders why it isn&#8217;t as good as something else I have. Example: In your modern browser you have tabs, and you can click-drag these to reorganise. Something you don&#8217;t need to do that often, but it&#8217;s nice to have the option. So I wondered why [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m the sort of person that looks at something and wonders why it isn&#8217;t as good as something else I have. Example: In your modern browser you have tabs, and you can click-drag these to reorganise. Something you don&#8217;t need to do that often, but it&#8217;s nice to have the option. So I wondered why Windows doesn&#8217;t have this functionality for the Taskbar?</p>
<p>Well it turns out Jay Erox thought the same thing, and wrote a utility to fix it. <a href="http://www.freewebs.com/nerdcave/taskbarshuffle.htm" target="_blank">Download Taskbar Shuffle</a> (XP &#038; Vista) and you can drag your Taskbar buttons around to your hearts content. My life is complete again - for the time being at least.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techsnake.com/2008/09/04/organise-your-taskbar-buttons/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What Happens To Mozilla Now?</title>
		<link>http://www.techsnake.com/2008/09/04/what-happens-to-mozilla-now/</link>
		<comments>http://www.techsnake.com/2008/09/04/what-happens-to-mozilla-now/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 11:10:07 +0000</pubDate>
		<dc:creator>Paul Godden</dc:creator>
		
		<category><![CDATA[Internet Technology]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.techsnake.com/?p=700</guid>
		<description><![CDATA[
I know, we shouldn&#8217;t be getting the pallbearers ready just yet, but after the release of Google&#8217;s Chrome it does raise the question of how it will affect Firefox &#038; the Mozilla Foundation.
The Foundation is largely funded by Google so it presents a complicated situation for the two groups. On one side you have Google, [...]]]></description>
			<content:encoded><![CDATA[<div class="img-wrapper"><img src="http://www.techsnake.com/wp-content/uploads/2008/09/mozilla1.jpg" alt="" title="Mozilla" /></div>
<p>I know, we shouldn&#8217;t be getting the pallbearers ready just yet, but after the release of Google&#8217;s Chrome it does raise the question of how it will affect Firefox &#038; the Mozilla Foundation.</p>
<p>The Foundation is largely funded by Google so it presents a complicated situation for the two groups. On one side you have Google, with an open-source, Google branded browser - and on the other you have a foundation that receives funding from Google, with their own browser already available and widely adopted. Competition you could say. So can Google justify investing in Mozilla when they have Chrome?</p>
<p><span id="more-700"></span></p>
<p>You could argue that the two entities are approaching the browser from different angles. In my opinion, Google are looking to create a modern, stable browser, capable of running their web apps as quickly as possible (hence the V8 rethink), and at the same time make it all open-source for the good of other browsers that might want to adopt the code. Whereas Firefox is looking to be the Swiss Army Knife of the browser market with add-ins that make it capable of doing everything you need (and at the same time making it slower because of this), a really good grip of web standards and a very large and dedicated community base.</p>
<p>Both of these browsers are competing with Internet Explorer&#8217;s dominance (and to a certain extent Opera and Safari). They&#8217;re aren&#8217;t fighting side by side, however, but rather in their own respective corners - and I can see only one winner from the two if Google want to get serious. But are Google going to get serious? It&#8217;s interesting when you realise the exclusive Google search contract in Firefox - based on referrals (which by the way generated 85% of Mozilla&#8217;s funding in 2006 - or $56 Million) is up for renewal in November of this year. Is it just coincidence that Chrome has been launched now?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techsnake.com/2008/09/04/what-happens-to-mozilla-now/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google Chrome - First Look</title>
		<link>http://www.techsnake.com/2008/09/02/google-chrome-first-look/</link>
		<comments>http://www.techsnake.com/2008/09/02/google-chrome-first-look/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 19:44:52 +0000</pubDate>
		<dc:creator>Paul Godden</dc:creator>
		
		<category><![CDATA[Geeky]]></category>

		<category><![CDATA[Hold the FRONT PAGE]]></category>

		<category><![CDATA[Internet Technology]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.techsnake.com/?p=688</guid>
		<description><![CDATA[
Google Chrome was made available for download, by the public, from here, during a press conference &#038; webcast at Google HQ (which I was lucky enough to view), which detailed the features of the new browser.
A few things I noticed during the conference, was a lot of direct comparison between Internet Explorer and Google Chrome [...]]]></description>
			<content:encoded><![CDATA[<div class="img-wrapper"><img src="http://www.techsnake.com/wp-content/uploads/2008/09/chrome.jpg" alt="" title="chrome"  /></div>
<p>Google Chrome was made available for download, by the public, <a href="http://www.google.com/chrome" target="_blank">from here</a>, during a press conference &#038; webcast at Google HQ (which I was lucky enough to view), which detailed the features of the new browser.</p>
<p>A few things I noticed during the conference, was a lot of direct comparison between Internet Explorer and Google Chrome - intentional of course as it is the most popular browser, but interesting how Firefox, Opera or Safari weren&#8217;t mentioned at all. The tests were impressive however, with rendering times much quicker, and a basic Java benchmark literally making IE look like a Penny Farthing in the middle of a Grand Prix. Another thing that was mentioned quite a lot was the open-source nature of Chrome - another side-swipe in Microsoft&#8217;s direction I thought.</p>
<p>Next up, the &#8220;Omni-bar&#8221; as it&#8217;s called was demoed quite a bit - showing the power of search in your browser. For instance, not only will the Omni-bar intelligently learn your browsing habits, but it will also make a note of search engines <strong>within</strong> websites when you use them. So if you search on Amazon a lot, Google Chrome will remember your preference and give you the option to search amazon straight from the bar. The other options you&#8217;re likely to see pop up when you start typing are pages you&#8217;ve historically been to, stuff in your favourites, and google suggestions (where I think their ads are really going to make an impact). Also, if Chrome thinks you&#8217;re generally interested in finding things with your search engine, the results will be the search results page you would normally see. All very similar to Firefox&#8217;s Awesome Bar, as it&#8217;s been called, but I think a bit better.</p>
<p>Another really nice feature that was showed off was the ability to take a web page and turn it into an &#8220;Application Shortcut&#8221; - blurring the distinction between Desktop and Cloud. For instance, if you&#8217;re the sort of person always with a Gmail tab open in your browser, you can create an Application Shortcut to it, which will be placed on your desktop. When you double click the shortcut, it loads the webpage in Chrome, but without all the web buttons and address bars and things - stuff you don&#8217;t need if you just want a window to check your email in.</p>
<p>During the conference, the browser was made available for download, so I nipped over to the download link I posted earlier, and grabbed a copy for testing.</p>
<p>After the initial quick download and install, the initial thing that hits you is the speed. The speed of the browser is a lot quicker than Internet Explorer, and is a little quicker than Firefox. The other thing that hits you is the clean feel to the browser. No unwanted buttons or gizmos, just the normal forward, back &#038; refresh buttons, plus a page button (for creating new pages or adjusting how the current one is rendered) and a config button, for changing the browser options.</p>
<p>When starting up it imports browser settings from anything else it finds on your system, and then you&#8217;re pretty much in. As you use the browser it learns your favourite places - with the pages you like the most displayed, by default, on your homepage.</p>
<p>I think it will take a few weeks to fully test the browser and to notice any problems arising or bugs appearing, but in the meantime I can say I am happy with the overall feel to the browser - and it renders techsnake.com perfectly too! In fact, it renders it so well, this post is being written with Chrome right now.</p>
<p>To download the browser either visit <a href="http://gears.google.com/chrome/?hl=en" target="_blank">here</a> or <a href="http://www.google.com/chrome" target="_blank">here</a>. To visit the newly opened code project &#8220;chromium&#8221; go <a href="http://code.google.com/p/chromium/" target="_blank">here</a>. Remember folks it&#8217;s still Beta, so treat it as such!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techsnake.com/2008/09/02/google-chrome-first-look/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Download Google Chrome</title>
		<link>http://www.techsnake.com/2008/09/02/download-google-chrome/</link>
		<comments>http://www.techsnake.com/2008/09/02/download-google-chrome/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 12:32:09 +0000</pubDate>
		<dc:creator>Paul Godden</dc:creator>
		
		<category><![CDATA[Geeky]]></category>

		<category><![CDATA[Hold the FRONT PAGE]]></category>

		<category><![CDATA[Internet Technology]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.techsnake.com/?p=681</guid>
		<description><![CDATA[Here is the link to download Google Chrome - Please bare in mind that it isn&#8217;t active until the Google HQ wakes up - at the moment it resolves to Google&#8217;s homepage.
Download Google Chrome
]]></description>
			<content:encoded><![CDATA[<p>Here is the link to download Google Chrome - Please bare in mind that it isn&#8217;t active until the Google HQ wakes up - at the moment it resolves to Google&#8217;s homepage.</p>
<p><a href="http://gears.google.com/chrome/?hl=en" target="_blank">Download Google Chrome</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.techsnake.com/2008/09/02/download-google-chrome/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
