<?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>gHacks technology news &#187; web</title>
	<atom:link href="http://www.ghacks.net/tag/web/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 16:29:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Log in to websites with your site&#8217;s URL as your OpenID</title>
		<link>http://www.ghacks.net/2009/07/17/log-into-websites-with-your-sites-url-and-openid/</link>
		<comments>http://www.ghacks.net/2009/07/17/log-into-websites-with-your-sites-url-and-openid/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 11:12:56 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[The Web]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[authorisation]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[id]]></category>
		<category><![CDATA[my open id]]></category>
		<category><![CDATA[myopenid]]></category>
		<category><![CDATA[openid]]></category>
		<category><![CDATA[passwords]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[username]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=14457</guid>
		<description><![CDATA[A few years ago, Martin covered OpenID, an open authentication system. Since then, it has become increasingly popular and a wide range of sites, from AOL to LiveJournal provide OpenIDs, and OpenID login is also quite common. OpenID is particularly popular for blog comments, with Blogger now integrating support for it.
An OpenID is an URL. [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ghacks.net/wp-content/uploads/2009/07/openid-300x267.gif" alt="OpenID" width="300" height="267" class="alignleft size-thumbnail wp-image-14481" /><a href="http://www.ghacks.net/2007/05/30/avoid-multiple-login-names-with-openid/">A few years ago, Martin covered OpenID,</a> an open authentication system. Since then, it has become increasingly popular and a wide range of sites, from AOL to LiveJournal provide OpenIDs, and OpenID login is also quite common. OpenID is particularly popular for blog comments, with Blogger now integrating support for it.</p>
<p>An OpenID is an URL. However, using an URL like http://computerjoe.myopenid.com/ to log-in and post comments with just doesn&#8217;t look sophisticated. I much prefer to use my own blog&#8217;s URL to post comments and log-in; it pumps traffic to my blog and frankly just looks better.</p>
<p>Whilst you could run your own OpenID identity server to do this, this takes quite a bit of expertise to set-up and whilst it is probably more secure, it isn&#8217;t needed in my opinion.</p>
<p><span id="more-14457"></span>It is possible to use a any identity server with your website&#8217;s URL. I personally use <a href="http://myopenid.com">MyOpenID</a>, but I log in to sites with joeanderson.co.uk/blog; not  with computerjoe.myopenid.com.</p>
<p>This can be done by simply adding a few lines of HTML to your website&#8217;s &lt;head&gt;.</p>
<p>For example, I put </p>
<p>&lt;link rel=”openid.server” href=”http://www.myopenid.com/server” /&gt;<br />
&lt;link rel=”openid.delegate” href=”http://computerjoe.myopenid.com” /&gt;</p>
<p>Naturally, these have to be modified depending on your username and server, but the provider should provider the information.</p>
<p>There are several benefits using this type of OpenID identificatin. The main one is that it just looks better but the most practical one is probably that it allows you to change provider whilst keeping the same log on. So, if I suddenly decide not to use MyOpenID, I can change to any other provider but my URL remains the same.</p>

	Tags: <a href="http://www.ghacks.net/tag/authentication/" title="authentication" rel="tag">authentication</a>, <a href="http://www.ghacks.net/tag/authorisation/" title="authorisation" rel="tag">authorisation</a>, <a href="http://www.ghacks.net/tag/html/" title="html" rel="tag">html</a>, <a href="http://www.ghacks.net/tag/id/" title="id" rel="tag">id</a>, <a href="http://www.ghacks.net/tag/my-open-id/" title="my open id" rel="tag">my open id</a>, <a href="http://www.ghacks.net/tag/myopenid/" title="myopenid" rel="tag">myopenid</a>, <a href="http://www.ghacks.net/tag/openid/" title="openid" rel="tag">openid</a>, <a href="http://www.ghacks.net/tag/passwords/" title="passwords" rel="tag">passwords</a>, <a href="http://www.ghacks.net/tag/security/" title="Security" rel="tag">Security</a>, <a href="http://www.ghacks.net/tag/username/" title="username" rel="tag">username</a>, <a href="http://www.ghacks.net/tag/web/" title="web" rel="tag">web</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2007/05/30/avoid-multiple-login-names-with-openid/" title="Avoid multiple login names with OpenID (May 30, 2007)">Avoid multiple login names with OpenID</a> (3)</li>
	<li><a href="http://www.ghacks.net/2006/05/27/ultra-high-security-password-generator/" title="Ultra High Security Password Generator (May 27, 2006)">Ultra High Security Password Generator</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/01/15/remove-stored-net-user-names-and-passwords/" title="Remove Stored .Net User Names and Passwords (January 15, 2008)">Remove Stored .Net User Names and Passwords</a> (2)</li>
	<li><a href="http://www.ghacks.net/2006/04/04/password-recovery-speeds/" title="Password Recovery Speeds (April 4, 2006)">Password Recovery Speeds</a> (0)</li>
	<li><a href="http://www.ghacks.net/2009/07/01/password-recovery-questions-make-online-accounts-vulnerable/" title="Password Recovery Questions Make Online Accounts Vulnerable (July 1, 2009)">Password Recovery Questions Make Online Accounts Vulnerable</a> (10)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/07/17/log-into-websites-with-your-sites-url-and-openid/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>20 More Online Desktops</title>
		<link>http://www.ghacks.net/2008/06/08/20-more-online-desktops/</link>
		<comments>http://www.ghacks.net/2008/06/08/20-more-online-desktops/#comments</comments>
		<pubDate>Sun, 08 Jun 2008 06:31:38 +0000</pubDate>
		<dc:creator>joshua</dc:creator>
				<category><![CDATA[Online Services]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[os]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[webtops]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=4901</guid>
		<description><![CDATA[I wrote wrote a post last week about online desktops and gave what was in my opinion, the best three of the bunch.
Some of you where pretty interested in the topic and there where a few debates in the comments over which was the best, so I’ve decided I’ll share a list of every online [...]]]></description>
			<content:encoded><![CDATA[<p>I wrote wrote a post last week about <a href="http://www.ghacks.net/2008/05/31/choosing-an-online-desktop/">online desktops</a> and gave what was in my opinion, the best three of the bunch.</p>
<p>Some of you where pretty interested in the topic and there where a few debates in the comments over which was the best, so I’ve decided I’ll share a list of every online OS that I have found up to now.</p>
<p>Enjoy.</p>
<p>Since last week I have discovered one Webtop which is worthy of a special mention- <a href="http://icloud.com">iCloud</a>. You’ll need an invite to access the iCloud beta, but apply and it’s likely you’ll receive it within a couple hours.iCloud comes with a UI that is well designed and varies a little more then the other Windows clones. It also comes with some very handy applications, check it out. </p>
<p><span id="more-4901"></span>
<p><a href="http://g.ho.st">G.ho.st</a>     <br />DesktopTwo     <br /><a href="http://www.mygoya.de/us">myGoya</a>     <br /><a href="http://www.ulteo.com/home/en/onlinedesktop?autolang=en">Ulteo</a>     <br /><a href="http://www.glideos.com/">GlideOS</a>     <br />Jooce     <br /><a href="http://www.icube.at/oos.jsp?id=98">iCUBE</a>     <br /><a href="https://www.youos.com/index.html">youOS</a>     <br />Starforce     <br /><a href="http://www.purefect.org/">Purefect Desktop</a>     <br /><a href="http://www.zimdesk.com/">ZimDesk</a>     <br /><a href="http://www.oos.cc/login.html">Online Operating System</a>     <br />CosmoPOD     <br /><a href="http://www.webdesk.in/">Webdesk.in</a>     <br /><a href="http://mybooo.com/">MyBooo</a>     <br /><a href="https://www.gopc.net/">goPC</a>     <br /><a href="http://www.psychdesktop.net/">Psych Desktop</a>     <br /><a href="http://www.astranos.org/login/main.php">AstranOS</a>     <br />SSOE</p>
<p>If I have missed any let me know.</p>

	Tags: <a href="http://www.ghacks.net/tag/desktop/" title="desktop" rel="tag">desktop</a>, <a href="http://www.ghacks.net/tag/online/" title="online" rel="tag">online</a>, <a href="http://www.ghacks.net/tag/os/" title="os" rel="tag">os</a>, <a href="http://www.ghacks.net/tag/service/" title="service" rel="tag">service</a>, <a href="http://www.ghacks.net/tag/web/" title="web" rel="tag">web</a>, <a href="http://www.ghacks.net/tag/webtops/" title="webtops" rel="tag">webtops</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/05/31/choosing-an-online-desktop/" title="Choosing an Online Desktop (May 31, 2008)">Choosing an Online Desktop</a> (21)</li>
	<li><a href="http://www.ghacks.net/2008/10/21/zonescreen-finally-gets-64-bit-update/" title="ZoneScreen Finally Gets 64-bit Update (October 21, 2008)">ZoneScreen Finally Gets 64-bit Update</a> (7)</li>
	<li><a href="http://www.ghacks.net/2008/07/15/zen-key-an-all-purpose-application-manager/" title="Zen Key An All Purpose Application Manager (July 15, 2008)">Zen Key An All Purpose Application Manager</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/01/06/work-in-style-with-the-enigma-desktop-package/" title="Work in style with the Enigma desktop package (January 6, 2009)">Work in style with the Enigma desktop package</a> (4)</li>
	<li><a href="http://www.ghacks.net/2006/12/04/windows-vista-editions-do-you-know-the-differences/" title="Windows Vista Editions &#8211; Do you know the differences ? (December 4, 2006)">Windows Vista Editions &#8211; Do you know the differences ?</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/06/08/20-more-online-desktops/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Play your MP3 collection remotely</title>
		<link>http://www.ghacks.net/2007/01/25/play-your-mp3-collection-remotely/</link>
		<comments>http://www.ghacks.net/2007/01/25/play-your-mp3-collection-remotely/#comments</comments>
		<pubDate>Thu, 25 Jan 2007 08:46:42 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[The Web]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[freeware]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[lan]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[share]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/01/25/play-your-mp3-collection-remotely/</guid>
		<description><![CDATA[If you are using different computers to work with you might have experienced the problem that you can't listen to your mp3 collection on all of them. I have my mp3 files on my computer at home and not on my notebook for instance unless I would copy all the music to the hard drive of the notebook or find a online solution to store my mp3 files. (like mp3tunes) ]]></description>
			<content:encoded><![CDATA[<p>If you are using different computers to work with you might have experienced the problem that you can&#8217;t listen to your mp3 collection on all of them. I have my mp3 files on my computer at home and not on my notebook for instance unless I would copy all the music to the hard drive of the notebook or find a online solution to store my mp3 files. (like <a href="http://www.connectedinternet.co.uk/2007/01/04/1272/" target="_blank">mp3tunes</a>) </p>
<p><a href="http://www.chime.tv/multimedia.shtml" target="_blank">AjooBlast</a> is a freeware application for Microsoft Windows that works as a server and player at the same time. You would add your mp3 folders to the server and set a secure password for the server. The player would then be able to connect to the server over the internet or lan providing such a connection would exist. It is important to have the IP address of the server at hand because you will need it if you connect to the server over internet.</p>
<p><span id="more-1133"></span></p>
<p>You need to be able to install the software on the other computers as well which is rather unfortunate because I&#8217;m not able to install software on my work pc. It offers a great feature nevertheless which makes it easy to share the music with your friends. They only need the software, your IP and password and are able to connect to your server and play the music.</p>
<p>I think it is really astonishing what some coders can do with some kilobytes. Great application. The software is missing a web client which would make it even greater</p>

	Tags: <a href="http://www.ghacks.net/tag/freeware/" title="freeware" rel="tag">freeware</a>, <a href="http://www.ghacks.net/tag/internet/" title="internet" rel="tag">internet</a>, <a href="http://www.ghacks.net/tag/lan/" title="lan" rel="tag">lan</a>, <a href="http://www.ghacks.net/tag/mp3/" title="mp3" rel="tag">mp3</a>, <a href="http://www.ghacks.net/tag/music/" title="music" rel="tag">music</a>, <a href="http://www.ghacks.net/tag/server/" title="server" rel="tag">server</a>, <a href="http://www.ghacks.net/tag/share/" title="share" rel="tag">share</a>, <a href="http://www.ghacks.net/tag/web/" title="web" rel="tag">web</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2007/01/17/record-more-than-4000-internet-radio-stations/" title="Record more than 4000 internet radio stations (January 17, 2007)">Record more than 4000 internet radio stations</a> (0)</li>
	<li><a href="http://www.ghacks.net/2006/12/23/finetune-a-pandora-like-music-website/" title="FineTune a Pandora like Music website (December 23, 2006)">FineTune a Pandora like Music website</a> (2)</li>
	<li><a href="http://www.ghacks.net/2007/02/18/1by1-lightweight-mp3-player/" title="1By1 Lightweight MP3 Player (February 18, 2007)">1By1 Lightweight MP3 Player</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/08/03/winamp-auto-tagger/" title="Winamp Auto Tagger (August 3, 2008)">Winamp Auto Tagger</a> (8)</li>
	<li><a href="http://www.ghacks.net/2007/01/10/wikipedia-on-your-ipod/" title="Wikipedia on your iPod (January 10, 2007)">Wikipedia on your iPod</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/01/25/play-your-mp3-collection-remotely/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Paste and Go in Firefox</title>
		<link>http://www.ghacks.net/2006/12/05/paste-and-go-in-firefox/</link>
		<comments>http://www.ghacks.net/2006/12/05/paste-and-go-in-firefox/#comments</comments>
		<pubDate>Tue, 05 Dec 2006 12:56:36 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Browsing]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[add on]]></category>
		<category><![CDATA[addon]]></category>
		<category><![CDATA[firefox-extensions]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[paste-go]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2006/12/05/paste-and-go-in-firefox/</guid>
		<description><![CDATA[Among other features that Opera has is the right-click Paste and Go option when you paste a link into the address bar. Firefox does not have this feature and I missed it dearly. I'm lazy and I think it's to much work to paste the link into the address bar and hit enter or push a button afterwards to load the new site.]]></description>
			<content:encoded><![CDATA[<p>Among other features that <a href="http://www.ghacks.net/category/browsing/opera/">Opera</a> has is the right-click Paste and Go option when you paste a link into the address bar. <a href="http://www.ghacks.net/tag/firefox/">Firefox</a> does not have this feature and I missed it dearly. I&#8217;m lazy and I think it&#8217;s to much work to paste the link into the address bar and hit enter or push a button afterwards to load the new site.</p>
<p><a target="_blank" title="paste and go firefox extension" href="https://addons.mozilla.org/firefox/3035/">Paste and Go</a> is a simple Firefox add-on which adds the functionality know from Opera to Firefox. It adds the paste and go function to the right-click menu when your mouse hovers above the address bar. It adds similar functionality to the search bar where the right-click menu entry is called paste and search.</p>
<p><span id="more-976"></span>Last but not least you can use a keyboard shortcut for the same effect. In Windows and Unix it is Control + SHIFT + V, on Mac COMMAND + SHIFT + V.</p>
<p>Some users are reporting that the newest version of the plugin caused errors while using the keyboard navigation. This is no problem for me because I&#8217;m not using keyboard navigation at all but it might be for some of you who do. You better don&#8217;t install the extension if you use or need the feature.</p>

	Tags: <a href="http://www.ghacks.net/tag/add-on/" title="add on" rel="tag">add on</a>, <a href="http://www.ghacks.net/tag/addon/" title="addon" rel="tag">addon</a>, <a href="http://www.ghacks.net/tag/firefox/" title="firefox" rel="tag">firefox</a>, <a href="http://www.ghacks.net/tag/firefox-extensions/" title="firefox-extensions" rel="tag">firefox-extensions</a>, <a href="http://www.ghacks.net/tag/mozilla/" title="mozilla" rel="tag">mozilla</a>, <a href="http://www.ghacks.net/tag/opera/" title="opera" rel="tag">opera</a>, <a href="http://www.ghacks.net/tag/paste-go/" title="paste-go" rel="tag">paste-go</a>, <a href="http://www.ghacks.net/tag/web/" title="web" rel="tag">web</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2006/11/28/hide-menus-in-fullscreen-with-autohide-for-firefox/" title="Hide Menus in Fullscreen with Autohide for Firefox (November 28, 2006)">Hide Menus in Fullscreen with Autohide for Firefox</a> (3)</li>
	<li><a href="http://www.ghacks.net/2007/01/11/use-splitlink-for-firefox-to-check-for-redirects/" title="Use Splitlink for Firefox to check for Redirects (January 11, 2007)">Use Splitlink for Firefox to check for Redirects</a> (2)</li>
	<li><a href="http://www.ghacks.net/2007/01/23/url-fixer-extension-for-firefox/" title="Url Fixer Extension for Firefox (January 23, 2007)">Url Fixer Extension for Firefox</a> (3)</li>
	<li><a href="http://www.ghacks.net/2007/02/22/tab-mix-plus-firefox-extension/" title="Tab Mix Plus Firefox Extension (February 22, 2007)">Tab Mix Plus Firefox Extension</a> (3)</li>
	<li><a href="http://www.ghacks.net/2007/11/02/numbered-tabs-for-firefox/" title="Numbered Tabs for Firefox (November 2, 2007)">Numbered Tabs for Firefox</a> (5)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2006/12/05/paste-and-go-in-firefox/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to surf anonymously on the internet</title>
		<link>http://www.ghacks.net/2006/03/19/how-to-surf-anonymously-on-the-internet/</link>
		<comments>http://www.ghacks.net/2006/03/19/how-to-surf-anonymously-on-the-internet/#comments</comments>
		<pubDate>Sun, 19 Mar 2006 08:44:11 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[anonymous]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=359</guid>
		<description><![CDATA[The question that many people ask is why would someone want to surf anonymously in the first place. Why would someone who does not do something illegal want to surf anonymously at all ? I can think of lots of reasons, here are a few:]]></description>
			<content:encoded><![CDATA[<p>The question that many people ask is why would someone want to surf anonymously in the first place. Why would someone who does not do something illegal want to surf anonymously at all ? I can think of lots of reasons, here are a few:</p>
<ul>
You come from a country where free speech is only a theory. Countries include china, north korea, most islamic countries, germany and france for instance.</p>
<p>You work in an environment that prohibits access to parts of the internet.</p>
<p>You write about a certain situation and want to make sure no one knows that it´s you, for instance you blog about your current job or the situation in your home town.</p>
<p>You dislike that the government tries to track everyone and everything on the internet.</p>
<p>You are paranoid
</ul>
<p>Hope that´s settled now. Let us start with the methods and technology to stay anonymous.</p>
<p><span id="more-359"></span></p>
<p>Before I start I would like to remind you to use common sense as well. It does not help you if you use a proxy to post on a message board but use your real identity there. The same principle is valid for all other means of communication. Don´t mention your real data if you want to remain anonymous.</p>
<p>I will discuss the following methods to stay anonymous on the internet: a) webproxies, b) proxies, c) tunneling software, d) cookies, spyware and the like.</p>
<p><strong>Webproxies:</strong></p>
<p>Webproxies are a great way to stay anonymous with almost no work required on your site. You open the url of the webproxy, enter the url you want to visit and visit the site you want to visit using the ip of the webproxy. Easy and fast method that has some problems as well. First, it might not support all scripts that the site you want to visit uses. This could be a problem, maybe it has only the effect that the design does not look as usual, maybe functions of the website do not work. If thats the case try different webproxy server.</p>
<p>The servers can easily be blocked by a firewall or other means of blocking scripts / urls. If that is the case you could try and setup your own webproxy. All you need is webspace that supports php / cgi. You then have the advantage that only you or a few people know about this proxy and it´s less likely that it will be banned.</p>
<p>You can try <a href="http://www.jmarshall.com/tools/cgiproxy/" target="_blank">cgi proxy</a> or <a href="http://freshmeat.net/projects/php-proxy/" target="_blank">php proxy</a> or search the web for more scripts.</p>
<p>A word of advice. Don´t pay for a webproxy service. Most payments can be tracked.  Good lists of webproxies can be found at <a href="http://www.ghacks.net/2006/01/15/web-proxy-list-january-2006/" target="_blank">ghacks.net</a> and <a href="http://proxy.org/" target="_blank">proxy.org</a></p>
<p><strong>Proxies:</strong></p>
<p>Unlike webproxies proxies are mere ip addresses that route your request to the destination. The important factor if a proxy can be used to hide your identity is if it spills your ip. It does not make sense to use a proxy to stay anonymous if the destination sees your ip and not the one from the proxy.</p>
<p>That means you will have to check proxies before you are using them. A program that does this is <a href="http://www.project2025.com/charon.php" target="_blank">charon by my friend rhino</a>. It checks the proxies for speed and anonymity. Now, all is left is to add the proxy to your browser and check a whatismyip.com site for your ip. If it shows the ip of the proxy you are surfing anonymously. Beware that certain languages like java are still able to reveal your real ip on a website even though you are using a proxy.</p>
<p><a href="http://www.ghacks.net/tag/firefox/">Firefox</a> has some great proxy extensions like the <a href="https://addons.mozilla.org/extensions/moreinfo.php?id=125&#038;application=firefox" target="_blank">switch proxy tool</a>. You probably would like to know where you get the proxies that you check in charon ? You can perform searches for proxy lists, visit irc or scan for yourself for example.</p>
<p><strong>Tunneling software</strong></p>
<p>Proxies have a big problem. If one monitors the proxy one does know what everyone who uses the proxy is doing. It´s a good idea to use a proxy server that is not located in your home country. The US government will have problems asking a north korean proxy server owner for their server log or access to it. It´s not likely that this is going to happen.</p>
<p>But, the possibility exists and it´s a good way to be on the safe site. Tunneling tools allow you to use software on your computer that does not support proxies in first place to be used with proxies. Some simply require you to enter a proxy in the tunneling software and you are free to go, others encrypt your data transfer and route if through several servers to make sure no one is able to find out about the source and destination and the data itself.</p>
<p>Tor is one of those products and it could be a good idea to take a look at the software which is hosted at the <a href="http://tor.eff.org/" target="_blank">eff website</a>. <a href="http://anon.inf.tu-dresden.de/index_en.html" target="_blank">Jap anonymity and privacy</a> is another tool that might be worth looking at</p>
<p><strong>Cookies, spyware and the like</strong></p>
<p>This should be common sense but I thought I add it anyway to the article. There are different methods that are able to track you that do not rely on your ip address. Those are cookies for instance, take a look at the excellent <a href="http://en.wikipedia.org/wiki/HTTP_cookie" target="_blank">wikipedia article about cookies</a> if you don´t know about cookies.</p>
<p>Spyware is another threat that is able to track your movement and action on the internet. Make sure you run a clean system by using tools like <a href="http://www.spybot.info/" target="_blank">spybot</a>. You should also be sure that no <a href="http://www.sysinternals.com/Utilities/RootkitRevealer.html" target="_blank">rootkits</a>, <a href="http://www.free-av.com/" target="_blank">virii, trojans, worms</a> and the like are already installed on your computer.</p>
<p>[tags]spyware, anonymous, anonymity, proxy, proxies, cgi, php, eff, privacy[/tags]</p>

	Tags: <a href="http://www.ghacks.net/tag/anonymous/" title="anonymous" rel="tag">anonymous</a>, <a href="http://www.ghacks.net/tag/browser/" title="browser" rel="tag">browser</a>, <a href="http://www.ghacks.net/tag/internet/" title="internet" rel="tag">internet</a>, <a href="http://www.ghacks.net/tag/privacy/" title="privacy" rel="tag">privacy</a>, <a href="http://www.ghacks.net/tag/web/" title="web" rel="tag">web</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/09/29/web-proxy-server-list/" title="Web Proxy Server List (September 29, 2008)">Web Proxy Server List</a> (62)</li>
	<li><a href="http://www.ghacks.net/2006/01/30/torpark/" title="TorPark (January 30, 2006)">TorPark</a> (5)</li>
	<li><a href="http://www.ghacks.net/2007/01/25/play-your-mp3-collection-remotely/" title="Play your MP3 collection remotely (January 25, 2007)">Play your MP3 collection remotely</a> (0)</li>
	<li><a href="http://www.ghacks.net/2009/02/14/opera-turbo/" title="Opera Turbo (February 14, 2009)">Opera Turbo</a> (15)</li>
	<li><a href="http://www.ghacks.net/2008/04/04/opera-927-released/" title="Opera 9.27 released (April 4, 2008)">Opera 9.27 released</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2006/03/19/how-to-surf-anonymously-on-the-internet/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>
