<?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>Reaper-X .:[ ID ]:. &#187; Internet Tools</title>
	<atom:link href="http://www.reaper-x.com/category/internet-tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.reaper-x.com</link>
	<description>Computers, Games, Technology ... Whatever</description>
	<pubDate>Tue, 21 Oct 2008 09:37:37 +0000</pubDate>
	
	<language>en</language>
			<item>
		<title>Using WGet on Windows</title>
		<link>http://www.reaper-x.com/2007/09/15/using-wget-on-windows/</link>
		<comments>http://www.reaper-x.com/2007/09/15/using-wget-on-windows/#comments</comments>
		<pubDate>Sat, 15 Sep 2007 13:19:56 +0000</pubDate>
		<dc:creator>Reaper-X</dc:creator>
		
		<category><![CDATA[Guide]]></category>

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

		<category><![CDATA[Open Source]]></category>

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

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

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

		<category><![CDATA[download manager]]></category>

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

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

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

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

		<category><![CDATA[wget windows]]></category>

		<guid isPermaLink="false">http://www.reaper-x.com/2007/09/15/using-wget-on-windows/</guid>
		<description><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2007/09/15/using-wget-on-windows/" title="Using WGet on Windows"><strong>Using WGet on Windows</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Internet Tools"><strong>Reaper-X</strong></a></p>How to use Wget on Windows with Flashgot extension for Firefox to make it as your Download Manager]]></description>
			<content:encoded><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2007/09/15/using-wget-on-windows/" title="Using WGet on Windows"><strong>Using WGet on Windows</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Internet Tools"><strong>Reaper-X</strong></a></p><p>Just in case you&rsquo;re like me that can't trust free download manager anymore or just want a little program that can resume your download at later time and doesn&rsquo;t use many resources .. i&rsquo;d suggest you to use WGet for Windows (if you&rsquo;re a Linux user i believe WGet already installed on your machine)</p>
<p>To start off there are few links to where you can grab WGet for Windows (feel free to choose)</p>
<p><span id="more-607"></span></p>
<ol>
<li><a href="http://www.christopherlewis.com/WGet/WGetFiles.htm">Christopher Lewis Wget Page</a><a href="http://www.christopherlewis.com/WGet/WGetFiles.htm"></a></li>
<li><a href="http://gnuwin32.sourceforge.net/packages/wget.htm">GNUWin32 Wget Package</a><a href="http://gnuwin32.sourceforge.net/packages/wget.htm"></a></li>
<li><a href="http://users.ugent.be/~bpuype/wget/">Bpuype Wget File</a><a href="http://users.ugent.be/~bpuype/wget/"></a></li>
</ol>
<p>Although if it&rsquo;s for me,&nbsp;i just grab the Christopher&rsquo;s Visual Studio Project file combined with <a href="svn://addictivecode.org/wget/trunk">Wget from it&rsquo;s SVN repository</a> because&nbsp;i prefer to compile it by myself (to make few adjustment to the user agent so it&rsquo;ll use Mozilla Firefox User agent by default and also other Mozilla Firefox Header), but let&rsquo;s keep this aside shall we ? :P</p>
<p>Okay now, i assume you&rsquo;ve downloaded your WGet files, and already extracted it somewhere in your harddrive. The next step would be, adding your WGet path into Windows Environment Variables Path, so you can access it easily from anywhere</p>
<p>Step to do it :</p>
<ol>
<li>Open <strong>Windows System Properties</strong> page (Press Windows Key + Pause / Break) or Right click on my computer and choose properties</li>
<li>Choose the <strong>Advanced Tab</strong> and then click on <strong>Environment Variables</strong></li>
<li>Add new <strong>Path Variable</strong> to your username or edit the Path variable for your system</li>
<li>Add this line like below image (adjust your wget path accordingly)</li>
</ol>
<p><img alt="Wget Environment Variables" src="http://www.reaper-x.com/images/blogs/wget-2dwindows.jpg" border="0" / /></p>
<p>And you&rsquo;re done &hellip; now you can type <strong>Wget</strong> anywhere from the command prompt :)</p>
<p>But wait &hellip; if you&rsquo;re using Mozilla Firefox, you can also use Wget to download something from the web, and in order to do this you just need to install <a href="http://flashgot.net/">FlashGot Extension for Firefox</a>, and then add this line to the Flashgot&nbsp;command line arguments&nbsp;:</p>
<p>Quoted from Flashgot page :</p>
<blockquote>
<p>-c [--directory-prefix=FOLDER] [--referer=REFERER] [--post-data=POST] [--load-cookies=CFILE] [--header=Cookie:COOKIE] [--input-file=UFILE]</p>
</blockquote>
<p>And you&rsquo;re finished :)</p>
<p>Well basically the above should be working fine with Firefox 2, but because Firefox 3 recently released to the public, i'm having problem with the Command Prompt window not showing although the wget process is running in the background (it&rsquo;s listed on the task manager but the window can&rsquo;t be seen)</p>
<p>And so if you&rsquo;re running Firefox 3, you can try using these configurations instead of the above:</p>
<p><code>Executable Path:<br />C:\Windows\System32\cmd.exe</code></p>
<p><code>Command Line arguments template:<br />/C start wget -c [--directory-prefix=FOLDER] [--referer=REFERER] [--post-data=POST] [--load-cookies=CFILE] [--header=Cookie:COOKIE] [--input-file=UFILE]</code></p>
<p>And voila &hellip; you can see the downloading process again just like on Firefox 2 ;)</p>
	<p></p>
	<p><em>Copyright &copy; <a href="http://www.reaper-x.com" title="Reaper-X Technology">Reaper-X Technology</a> &ndash; www.reaper-x.com | <a href="http://www.reaper-x.com/2007/09/15/using-wget-on-windows/" title="Using WGet on Windows">Permalink</a> | <a href="http://www.reaper-x.com/2007/09/15/using-wget-on-windows/#comments" title="Add a comment">Add a comment</a></em></p>
	<p><em><a href="http://www.reaper-x.com">0x87485B96</a> | Tags : <a href="http://www.reaper-x.com/category/how-to/guide/" title="View all posts in Guide" rel="category tag">Guide</a>,  <a href="http://www.reaper-x.com/category/internet-tools/" title="View all posts in Internet Tools" rel="category tag">Internet Tools</a>,  <a href="http://www.reaper-x.com/category/open-source/" title="View all posts in Open Source" rel="category tag">Open Source</a>,  <a href="http://www.reaper-x.com/category/computer/software/" title="View all posts in Software" rel="category tag">Software</a>,  <a href="http://www.reaper-x.com/category/how-to/tutorials/" title="View all posts in Tutorials" rel="category tag">Tutorials</a>,  <a href="http://www.reaper-x.com/category/windows/" title="View all posts in Windows" rel="category tag">Windows</a></em></p>]]></content:encoded>
			<wfw:commentRss>http://www.reaper-x.com/2007/09/15/using-wget-on-windows/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google Apps offer Premier Edition</title>
		<link>http://www.reaper-x.com/2007/02/22/google-apps-offer-premier-edition/</link>
		<comments>http://www.reaper-x.com/2007/02/22/google-apps-offer-premier-edition/#comments</comments>
		<pubDate>Thu, 22 Feb 2007 11:06:54 +0000</pubDate>
		<dc:creator>Reaper-X</dc:creator>
		
		<category><![CDATA[Google]]></category>

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

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

		<category><![CDATA[Webmaster Tools]]></category>

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

		<guid isPermaLink="false">http://www.reaper-x.com/2007/02/22/google-apps-offer-premier-edition/</guid>
		<description><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2007/02/22/google-apps-offer-premier-edition/" title="Google Apps offer Premier Edition"><strong>Google Apps offer Premier Edition</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Internet Tools"><strong>Reaper-X</strong></a></p>I think most of you already know about Google Apps but to those who didn't know or simply never heard about Google Apps, you can read my previous post about Google Apps]]></description>
			<content:encoded><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2007/02/22/google-apps-offer-premier-edition/" title="Google Apps offer Premier Edition"><strong>Google Apps offer Premier Edition</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Internet Tools"><strong>Reaper-X</strong></a></p><p>I think most of you already know about <a href="http://www.google.com/a">Google Apps</a> but to those who didn't know or simply never heard about Google Apps, you can&nbsp;read my previous post <a href="http://www.reaper-x.com/2006/09/14/google-apps-for-your-domain/">about Google Apps</a></p>
<p>Okay back to the topic, right now Google offer the premier edition of their hosted email service and many other service after passing the beta stage, for free until April 30th, 2007</p>
<p>But what did you get from the premier edition of Google Apps ?&nbsp;here&rsquo;s the summary&nbsp;from <a href="http://news.com.com/2110-1032_3-6161225.html">CNET</a> :</p>
<p><em>The new Google Apps Premier Edition costs $50 per user account a year. It includes around-the-clock telephone support, and 10GB of storage per user compared with 2GB. The new edition also includes a guarantee of 99.9 percent uptime for Gmail and application programming interfaces that businesses can use to migrate data, enable single sign-on and do other integration. A free version targeted at educational institutions, Google Apps Education Edition, offers the same features as the premier edition except for the storage size. There is also Google Apps Standard Edition, which is free, but lacks the features of the premier edition.</em></p>
<p>I&rsquo;ve been looking at various features they offers but if it's for me .. well .. seriously im not interested on using their Premier Edition of Google apps, simply because the only Google Apps&nbsp;feature i'm using right now is only their hosted email solution with maximum capacity&nbsp;of 2GB / E-Mail address. Other than that, 2GB is already enough for me beside i never reach that limit .. of course that is for me</p>
	<p></p>
	<p><em>Copyright &copy; <a href="http://www.reaper-x.com" title="Reaper-X Technology">Reaper-X Technology</a> &ndash; www.reaper-x.com | <a href="http://www.reaper-x.com/2007/02/22/google-apps-offer-premier-edition/" title="Google Apps offer Premier Edition">Permalink</a> | <a href="http://www.reaper-x.com/2007/02/22/google-apps-offer-premier-edition/#comments" title="Add a comment">Add a comment</a></em></p>
	<p><em><a href="http://www.reaper-x.com">0x87485B96</a> | Tags : <a href="http://www.reaper-x.com/category/search-engine/google/" title="View all posts in Google" rel="category tag">Google</a>,  <a href="http://www.reaper-x.com/category/internet/" title="View all posts in Internet" rel="category tag">Internet</a>,  <a href="http://www.reaper-x.com/category/internet-tools/" title="View all posts in Internet Tools" rel="category tag">Internet Tools</a>,  <a href="http://www.reaper-x.com/category/webmaster-tools/" title="View all posts in Webmaster Tools" rel="category tag">Webmaster Tools</a></em></p>]]></content:encoded>
			<wfw:commentRss>http://www.reaper-x.com/2007/02/22/google-apps-offer-premier-edition/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google AJAX Search Wizards</title>
		<link>http://www.reaper-x.com/2007/02/20/google-ajax-search-wizards/</link>
		<comments>http://www.reaper-x.com/2007/02/20/google-ajax-search-wizards/#comments</comments>
		<pubDate>Tue, 20 Feb 2007 16:18:23 +0000</pubDate>
		<dc:creator>Reaper-X</dc:creator>
		
		<category><![CDATA[Google]]></category>

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

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

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

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

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

		<category><![CDATA[school rumble]]></category>

		<category><![CDATA[Search Engine]]></category>

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

		<guid isPermaLink="false">http://www.reaper-x.com/2007/02/20/google-ajax-search-wizards/</guid>
		<description><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2007/02/20/google-ajax-search-wizards/" title="Google AJAX Search Wizards"><strong>Google AJAX Search Wizards</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Internet Tools"><strong>Reaper-X</strong></a></p>Google add new features to their Google AJAX search wizards .. and this time it's better than the previous Custom Search Engine features from Google, because now you can display Google AJAX search res...]]></description>
			<content:encoded><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2007/02/20/google-ajax-search-wizards/" title="Google AJAX Search Wizards"><strong>Google AJAX Search Wizards</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Internet Tools"><strong>Reaper-X</strong></a></p><p>Google add new features to their <a href="http://code.google.com/apis/ajaxsearch/wizards.html">Google AJAX search wizards</a> .. and&nbsp;this time it's better&nbsp;than the previous <a href="http://www.reaper-x.com/2006/10/24/create-your-own-search-engine-using-google-custom-search-engine/">Custom Search Engine</a> features from Google, because now you can display Google AJAX search results within your page easily by doing some copy paste from the generated code</p>
<p>Here&rsquo;s what Google said in their <a rel="nofollow" href="http://adsense.blogspot.com/2007/02/enhance-your-site-with-google-search.html">Official Adsense Blog</a></p>
<p><em>If you're looking for an easy way to add some interactivity to your site, we've got just the tool for you. The AJAX Search Wizards allow you to add a video, news, and local search results to your web page without writing any code. Just tell us how you want the widget to display and what searches to automatically execute, and the wizard will generate the code for you to copy and paste into your web page.</em></p>
<p>And here&rsquo;s an example of what you can do with Google AJAX Search Wizards :</p>
<div id="videoBar-player"><span style="color:#676767;font-size:11px;margin:10px;padding:4px;">Loading...</span></div>
<div id="videoBar-bar"><span style="color:#676767;font-size:11px;margin:10px;padding:4px;">Loading...</span></div>
<p><script src="http://www.google.com/uds/api?file=uds.js&#038;v=1.0&#038;source=uds-vbw&#038;key=ABQIAAAASGL_vUvz268R3T7GyNa2eBROlTV808kZaVnQGX2hNGD-HB9K0BQUsX0j_IQ8JVeQeKyHm1eDN02zfg" type="text/javascript"></script></p>
<style type="text/css">@import url("http://www.google.com/uds/css/gsearch.css");</style>
<p><script type="text/javascript">window._uds_vbw_donotrepair = true;</script><script src="http://www.google.com/uds/solutions/videobar/gsvideobar.js?mode=new" type="text/javascript"></script></p>
<style type="text/css">@import url("http://www.google.com/uds/solutions/videobar/gsvideobar.css");</style>
<style type="text/css">#videoBar-player .playerInnerBox_gsvb .player_gsvb {width : 320px;height : 260px;}</style>
<p><script type="text/javascript">
function LoadVideoBar() {
var videoBar;
var options = {
largeResultSet : !true,
horizontal : true,
autoExecuteList : {
cycleTime : GSvideoBar.CYCLE_TIME_MEDIUM,
cycleMode : GSvideoBar.CYCLE_MODE_RANDOM,
executeList : ["school rumble"]
}
}
videoBar = new GSvideoBar(document.getElementById("videoBar-bar"),
document.getElementById("videoBar-player"),
options);
}
GSearch.setOnLoadCallback(LoadVideoBar);
</script></p>
<p>Now can you guess the anime name ? :P</p>
	<p></p>
	<p><em>Copyright &copy; <a href="http://www.reaper-x.com" title="Reaper-X Technology">Reaper-X Technology</a> &ndash; www.reaper-x.com | <a href="http://www.reaper-x.com/2007/02/20/google-ajax-search-wizards/" title="Google AJAX Search Wizards">Permalink</a> | <a href="http://www.reaper-x.com/2007/02/20/google-ajax-search-wizards/#comments" title="Add a comment">Add a comment</a></em></p>
	<p><em><a href="http://www.reaper-x.com">0x87485B96</a> | Tags : <a href="http://www.reaper-x.com/category/search-engine/google/" title="View all posts in Google" rel="category tag">Google</a>,  <a href="http://www.reaper-x.com/category/internet/" title="View all posts in Internet" rel="category tag">Internet</a>,  <a href="http://www.reaper-x.com/category/internet-tools/" title="View all posts in Internet Tools" rel="category tag">Internet Tools</a>,  <a href="http://www.reaper-x.com/category/website/" title="View all posts in Website" rel="category tag">Website</a></em></p>]]></content:encoded>
			<wfw:commentRss>http://www.reaper-x.com/2007/02/20/google-ajax-search-wizards/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Australia Proxy for those having connection problems</title>
		<link>http://www.reaper-x.com/2007/01/03/australia-proxy-for-those-having-connection-problems/</link>
		<comments>http://www.reaper-x.com/2007/01/03/australia-proxy-for-those-having-connection-problems/#comments</comments>
		<pubDate>Wed, 03 Jan 2007 10:24:06 +0000</pubDate>
		<dc:creator>Reaper-X</dc:creator>
		
		<category><![CDATA[Guide]]></category>

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

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

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

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

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

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

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

		<category><![CDATA[squid cache]]></category>

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

		<guid isPermaLink="false">http://www.reaper-x.com/2007/01/03/australia-proxy-for-those-having-connection-problems/</guid>
		<description><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2007/01/03/australia-proxy-for-those-having-connection-problems/" title="Australia Proxy for those having connection problems"><strong>Australia Proxy for those having connection problems</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Internet Tools"><strong>Reaper-X</strong></a></p>I think you&#8217;ve already know about the recent connection problem in Asia region which is caused by the recent earthquake in Taiwan . Fortunately there&#8217;s one country that is not affected by this problem...]]></description>
			<content:encoded><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2007/01/03/australia-proxy-for-those-having-connection-problems/" title="Australia Proxy for those having connection problems"><strong>Australia Proxy for those having connection problems</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Internet Tools"><strong>Reaper-X</strong></a></p><p>I think you&rsquo;ve already know about the <a href="http://lorelle.wordpress.com/2006/12/30/taiwan-earthquake-disrupts-internet-access/">recent connection problem in Asia region</a> which is caused by the <a href="http://www.cnn.com/2006/WORLD/asiapcf/12/27/taiwan.quake.ap/index.html">recent earthquake in Taiwan</a>. Fortunately there&rsquo;s one country that is not affected by this problem .. and it's not located to far from here (Indonesia) .. but enough of that blabbering&nbsp;because i already said it few times now&nbsp;.. :P .. because one of the main reason i want to post it, because i want to share few Australian Proxies .. that can be used as your temporary fix for the current outage</p>
<p>Here&rsquo;s the list (tested and works fine for me without any problem at all) and it is a <strong>transparent proxy </strong>:</p>
<p><span id="more-350"></span></p>
<ul>
<li>165.228.128.10&nbsp;: 3128</li>
<li>165.228.130.10 : 3128</li>
<li>165.228.132.10 : 3128</li>
</ul>
<p>And if you&rsquo;re using <a href="http://squid-cache.org/">Squid</a> as your cache proxy, you can add this line into your squid proxy configuration file instead :</p>
<p><em>cache_peer 165.228.128.10 parent 3128 7 no-query round-robin<br />cache_peer 165.228.130.10 parent 3128 7 no-query round-robin<br />cache_peer 165.228.132.10 parent 3128 7 no-query round-robin</em></p>
<p><em>never_direct allow all</em></p>
<p>The&nbsp;above lines means&nbsp;your squid cache proxy will choose it's parent cache automatically without allowing access if parent proxy is not available,&nbsp;in the other words&nbsp;you can also say that your ip address will change automatically eventhought you browse the same site (you can test it using various online proxy checker)</p>
<p>As a note, because this is a public proxy, you&rsquo;ll find yourself can't access some websites because there&rsquo;s a malicious user using it to do some malicious activity (for example <a href="http://dnsstuff.com/">DNSStuff</a>) ..</p>
	<p></p>
	<p><em>Copyright &copy; <a href="http://www.reaper-x.com" title="Reaper-X Technology">Reaper-X Technology</a> &ndash; www.reaper-x.com | <a href="http://www.reaper-x.com/2007/01/03/australia-proxy-for-those-having-connection-problems/" title="Australia Proxy for those having connection problems">Permalink</a> | <a href="http://www.reaper-x.com/2007/01/03/australia-proxy-for-those-having-connection-problems/#comments" title="4 comments">4 comments</a></em></p>
	<p><em><a href="http://www.reaper-x.com">0x87485B96</a> | Tags : <a href="http://www.reaper-x.com/category/how-to/guide/" title="View all posts in Guide" rel="category tag">Guide</a>,  <a href="http://www.reaper-x.com/category/internet-tools/" title="View all posts in Internet Tools" rel="category tag">Internet Tools</a>,  <a href="http://www.reaper-x.com/category/miscellaneous/personal/" title="View all posts in Personal" rel="category tag">Personal</a>,  <a href="http://www.reaper-x.com/category/privacy/" title="View all posts in Privacy" rel="category tag">Privacy</a>,  <a href="http://www.reaper-x.com/category/how-to/tutorials/" title="View all posts in Tutorials" rel="category tag">Tutorials</a></em></p>]]></content:encoded>
			<wfw:commentRss>http://www.reaper-x.com/2007/01/03/australia-proxy-for-those-having-connection-problems/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Blogsmith for hosted only ?</title>
		<link>http://www.reaper-x.com/2007/01/01/blogsmith-for-hosted-only/</link>
		<comments>http://www.reaper-x.com/2007/01/01/blogsmith-for-hosted-only/#comments</comments>
		<pubDate>Mon, 01 Jan 2007 15:10:26 +0000</pubDate>
		<dc:creator>Reaper-X</dc:creator>
		
		<category><![CDATA[Blog]]></category>

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

		<category><![CDATA[General Blogging]]></category>

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

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

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

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

		<guid isPermaLink="false">http://www.reaper-x.com/2007/01/01/blogsmith-for-hosted-only/</guid>
		<description><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2007/01/01/blogsmith-for-hosted-only/" title="Blogsmith for hosted only ?"><strong>Blogsmith for hosted only ?</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Internet Tools"><strong>Reaper-X</strong></a></p>It seems that the recent news about Blogsmith to launch in early 2007 is just for another hosted blogging platform not for public download just like other blogging platform such as Wordpress or Movabl...]]></description>
			<content:encoded><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2007/01/01/blogsmith-for-hosted-only/" title="Blogsmith for hosted only ?"><strong>Blogsmith for hosted only ?</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Internet Tools"><strong>Reaper-X</strong></a></p><p>It seems that the recent news about <a href="http://www.901am.com/2006/blogsmith-to-launch-in-early-2007.html">Blogsmith to launch in early 2007</a> is just for another hosted blogging platform not for public download just like other blogging platform such as <a href="http://wordpress.org/">Wordpress</a> or <a href="http://movabletype.com/">MovableType</a></p>
<p>At first i thought it&rsquo;d be available for public download and i was really enthusiastic on trying it .. on my local server first :-P (hey its not a good idea to try out something new on public, beside with the current connection problem i don't want to upload anything because i'm connecting at really slow speed) especially after reading <a href="http://www.problogger.net/archives/2006/12/31/blogsmith-blog-platform-to-launch-in-early-2007/">Problogger</a>&nbsp;post about this .. but it seems i was wrong</p>
<p>As a note, i say this&nbsp;based on <a href="http://www.brianalvey.com/2006/12/31/blogsmith-for-consumers/#c1214362">Brian Alvey comments</a> about this matter, and he says that <em>Blogsmith is hosted only, not downloadable like MT</em>. :-(</p>
	<p></p>
	<p><em>Copyright &copy; <a href="http://www.reaper-x.com" title="Reaper-X Technology">Reaper-X Technology</a> &ndash; www.reaper-x.com | <a href="http://www.reaper-x.com/2007/01/01/blogsmith-for-hosted-only/" title="Blogsmith for hosted only ?">Permalink</a> | <a href="http://www.reaper-x.com/2007/01/01/blogsmith-for-hosted-only/#comments" title="One comment">One comment</a></em></p>
	<p><em><a href="http://www.reaper-x.com">0x87485B96</a> | Tags : <a href="http://www.reaper-x.com/category/blog/" title="View all posts in Blog" rel="category tag">Blog</a>,  <a href="http://www.reaper-x.com/category/miscellaneous/blogging/" title="View all posts in Blogging" rel="category tag">Blogging</a>,  <a href="http://www.reaper-x.com/category/miscellaneous/general-blogging/" title="View all posts in General Blogging" rel="category tag">General Blogging</a>,  <a href="http://www.reaper-x.com/category/internet/" title="View all posts in Internet" rel="category tag">Internet</a>,  <a href="http://www.reaper-x.com/category/internet-tools/" title="View all posts in Internet Tools" rel="category tag">Internet Tools</a></em></p>]]></content:encoded>
			<wfw:commentRss>http://www.reaper-x.com/2007/01/01/blogsmith-for-hosted-only/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Wikipedia Founder wants to rival Google</title>
		<link>http://www.reaper-x.com/2006/12/24/wikipedia-founder-wants-to-rival-google/</link>
		<comments>http://www.reaper-x.com/2006/12/24/wikipedia-founder-wants-to-rival-google/#comments</comments>
		<pubDate>Sun, 24 Dec 2006 16:19:47 +0000</pubDate>
		<dc:creator>Reaper-X</dc:creator>
		
		<category><![CDATA[Internet]]></category>

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

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

		<category><![CDATA[Web Links]]></category>

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

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

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

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

		<category><![CDATA[Search Engine]]></category>

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

		<guid isPermaLink="false">http://www.reaper-x.com/2006/12/24/wikipedia-founder-wants-to-rival-google/</guid>
		<description><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2006/12/24/wikipedia-founder-wants-to-rival-google/" title="Wikipedia Founder wants to rival Google"><strong>Wikipedia Founder wants to rival Google</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Internet Tools"><strong>Reaper-X</strong></a></p>James Wales, the Wikipedia Founder plans to rival Google by creating a new search engine called Wikiasari (a combination of wiki , the Hawaiian word for quick , and asari , which is Japanese for rumma...]]></description>
			<content:encoded><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2006/12/24/wikipedia-founder-wants-to-rival-google/" title="Wikipedia Founder wants to rival Google"><strong>Wikipedia Founder wants to rival Google</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Internet Tools"><strong>Reaper-X</strong></a></p><p>James Wales, the Wikipedia Founder <a href="http://business.timesonline.co.uk/article/0,,9075-2517026,00.html">plans to rival Google</a> by <a href="http://news.monstersandcritics.com/business/news/article_1236206.php/Wikipedia_founder_to_launch_search_engine">creating a new search engine</a> called Wikiasari (a combination of <em>wiki</em>, the Hawaiian word for <em>quick</em>, and <em>asari</em>, which is Japanese for <em>rummaging search</em>) which is still based on community just like wikipedia site. </p>
<p>He&nbsp;said that although Google is very good at many types of search, but in many instances it produces nothing but spam and useless crap. Try searching for the term &lsquo;Tampa hotels&rsquo;, for example, and you will not get any useful results. And i find it interesting on how he&rsquo;s going to create a really accurate result, especially if it's going to be a community site just like <a href="http://digg.com/">Digg</a>, because like most of you already knew that even <a href="http://themulife.com/?p=412">Digg is not that accurate</a></p>
<p>And as a side note, Amazon has nothing to do with this project unlike other stories that says Amazon is behind the Wikiasari project.&nbsp;Although they are a valued investor in Wikia, but people are really speculating beyond the facts. This has nothing to do with A9, Amazon, etc .. just as he said on the <a href="http://search.wikia.com/wiki/Main_Page">wikia site</a></p>
<p>Well .. i guess i&rsquo;ll be looking forward to its launch .. to see how well this new search engine performing ;-)</p>
	<p></p>
	<p><em>Copyright &copy; <a href="http://www.reaper-x.com" title="Reaper-X Technology">Reaper-X Technology</a> &ndash; www.reaper-x.com | <a href="http://www.reaper-x.com/2006/12/24/wikipedia-founder-wants-to-rival-google/" title="Wikipedia Founder wants to rival Google">Permalink</a> | <a href="http://www.reaper-x.com/2006/12/24/wikipedia-founder-wants-to-rival-google/#comments" title="Add a comment">Add a comment</a></em></p>
	<p><em><a href="http://www.reaper-x.com">0x87485B96</a> | Tags : <a href="http://www.reaper-x.com/category/internet/" title="View all posts in Internet" rel="category tag">Internet</a>,  <a href="http://www.reaper-x.com/category/internet-tools/" title="View all posts in Internet Tools" rel="category tag">Internet Tools</a>,  <a href="http://www.reaper-x.com/category/search-engine/seo/" title="View all posts in SEO" rel="category tag">SEO</a>,  <a href="http://www.reaper-x.com/category/web-links/" title="View all posts in Web Links" rel="category tag">Web Links</a>,  <a href="http://www.reaper-x.com/category/website/" title="View all posts in Website" rel="category tag">Website</a></em></p>]]></content:encoded>
			<wfw:commentRss>http://www.reaper-x.com/2006/12/24/wikipedia-founder-wants-to-rival-google/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Firefox 2.0.0.1 and Thunderbird 1.5.0.9</title>
		<link>http://www.reaper-x.com/2006/12/20/firefox-2001-and-thunderbird-1509/</link>
		<comments>http://www.reaper-x.com/2006/12/20/firefox-2001-and-thunderbird-1509/#comments</comments>
		<pubDate>Tue, 19 Dec 2006 17:47:01 +0000</pubDate>
		<dc:creator>Reaper-X</dc:creator>
		
		<category><![CDATA[Browsers]]></category>

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

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

		<category><![CDATA[Open Source]]></category>

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

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

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

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

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

		<guid isPermaLink="false">http://www.reaper-x.com/2006/12/20/firefox-2001-and-thunderbird-1509/</guid>
		<description><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2006/12/20/firefox-2001-and-thunderbird-1509/" title="Firefox 2.0.0.1 and Thunderbird 1.5.0.9"><strong>Firefox 2.0.0.1 and Thunderbird 1.5.0.9</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Internet Tools"><strong>Reaper-X</strong></a></p>I just updated my Firefox 2 installation into version 2.0.0.1 and the Thunderbird installation into 1.5.0.9 .. (well the thunderbird 2 is still in beta stages) 
 Although the official Mozilla site ha...]]></description>
			<content:encoded><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2006/12/20/firefox-2001-and-thunderbird-1509/" title="Firefox 2.0.0.1 and Thunderbird 1.5.0.9"><strong>Firefox 2.0.0.1 and Thunderbird 1.5.0.9</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Internet Tools"><strong>Reaper-X</strong></a></p><p>I just updated my Firefox 2 installation into version 2.0.0.1 and the Thunderbird installation into 1.5.0.9 .. (well the thunderbird 2 is still in beta stages)</p>
<p>Although the official <a href="http://mozilla.com/">Mozilla</a> site hasn&rsquo;t announced it yet as a public release version .. but i think it wouldn't hurt to try out the latest release of Mozilla Firefox and Thunderbird (as a note: it's labeled as release status from their FTP Server) .. so i think there&rsquo;s no need to worry about it :D</p>
<p>Just in case you want to download it, here&rsquo;s the download location :</p>
<ul>
<li><a href="http://mozilla.osuosl.org/pub/mozilla.org/firefox/releases/2.0.0.1/win32/en-US/Firefox%20Setup%202.0.0.1.exe">Mozilla Firefox 2.0.0.1 Win32 - en US</a></li>
<li><a href="http://mozilla.osuosl.org/pub/mozilla.org/thunderbird/releases/1.5.0.9/win32/en-US/Thunderbird%20Setup%201.5.0.9.exe">Mozilla Thunderbird 1.5.0.9 Win32 - en US</a><a href="http://mozilla.osuosl.org/pub/mozilla.org/thunderbird/releases/1.5.0.9/win32/en-US/Thunderbird%20Setup%201.5.0.9.exe"></a></li>
</ul>
	<p></p>
	<p><em>Copyright &copy; <a href="http://www.reaper-x.com" title="Reaper-X Technology">Reaper-X Technology</a> &ndash; www.reaper-x.com | <a href="http://www.reaper-x.com/2006/12/20/firefox-2001-and-thunderbird-1509/" title="Firefox 2.0.0.1 and Thunderbird 1.5.0.9">Permalink</a> | <a href="http://www.reaper-x.com/2006/12/20/firefox-2001-and-thunderbird-1509/#comments" title="Add a comment">Add a comment</a></em></p>
	<p><em><a href="http://www.reaper-x.com">0x87485B96</a> | Tags : <a href="http://www.reaper-x.com/category/computer/software/browsers/" title="View all posts in Browsers" rel="category tag">Browsers</a>,  <a href="http://www.reaper-x.com/category/freeware/" title="View all posts in Freeware" rel="category tag">Freeware</a>,  <a href="http://www.reaper-x.com/category/internet-tools/" title="View all posts in Internet Tools" rel="category tag">Internet Tools</a>,  <a href="http://www.reaper-x.com/category/open-source/" title="View all posts in Open Source" rel="category tag">Open Source</a>,  <a href="http://www.reaper-x.com/category/computer/software/" title="View all posts in Software" rel="category tag">Software</a>,  <a href="http://www.reaper-x.com/category/windows/" title="View all posts in Windows" rel="category tag">Windows</a></em></p>]]></content:encoded>
			<wfw:commentRss>http://www.reaper-x.com/2006/12/20/firefox-2001-and-thunderbird-1509/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google Hosted Email Problem ..</title>
		<link>http://www.reaper-x.com/2006/12/16/google-hosted-email-problem/</link>
		<comments>http://www.reaper-x.com/2006/12/16/google-hosted-email-problem/#comments</comments>
		<pubDate>Sat, 16 Dec 2006 13:35:59 +0000</pubDate>
		<dc:creator>Reaper-X</dc:creator>
		
		<category><![CDATA[Google]]></category>

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

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

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

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

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

		<guid isPermaLink="false">http://www.reaper-x.com/2006/12/16/google-hosted-email-problem/</guid>
		<description><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2006/12/16/google-hosted-email-problem/" title="Google Hosted Email Problem .."><strong>Google Hosted Email Problem ..</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Internet Tools"><strong>Reaper-X</strong></a></p>Another problem from Google, but unlike before this time i can't access one of my hosted email account at Google using POP3 .. and can&#8217;t send email via SMTP access. Although the other hosted email acc...]]></description>
			<content:encoded><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2006/12/16/google-hosted-email-problem/" title="Google Hosted Email Problem .."><strong>Google Hosted Email Problem ..</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Internet Tools"><strong>Reaper-X</strong></a></p><p>Another problem from Google, but <a href="http://www.reaper-x.com/2006/12/12/google-sitemaps-status-showing-false-alert/"title="Wrong Information from Google Sitemap" >unlike before</a>&nbsp;this time i can't access one of my hosted email account at Google using POP3 .. and can&rsquo;t send email via SMTP access. Although the other hosted email account works fine without problem.</p>
<p>Here&rsquo;s what the&nbsp;error message&nbsp;looks like :</p>
<p><strong>POP Access</strong></p>
<p><em>19:56:13.671671 Resolve OK pop.gmail.com: 64.233.167.111, 64.233.167.109<br />19:56:13.671671 AttemptConnect OK 64.233.167.111:995<br />19:56:14.01515&nbsp; Connect OK&nbsp; <br />19:56:15.156156 SSL OK Socket secured<br />19:56:15.156156 Banner OK Banner OK: +OK Gpop ready for requests from XXXXXX YYYYYY<br />19:56:15.156156 NATCheck OK Address translation found<br />19:56:15.156156 AttemptConnect OK 64.233.167.109:995<br />19:56:15.531531 Connect OK&nbsp; <br />19:56:16.343343 SSL OK Socket secured<br />19:56:16.343343 Banner OK Banner OK: +OK Gpop ready for requests from XXXXXX YYYYYY<br />19:56:16.343343 NATCheck OK Address translation found<br />19:56:16.703703 CAPA OK&nbsp; <br />19:56:17.593593 USER OK Accepted: +OK send PASS<br />19:56:18.140140 PASS FAIL Empty mode: +OK</em> <strong>[SYS/TEMP] Due to a temporary system problem, this mailbox will seem empty</strong>.</p>
<p>From the above log, you can see eventhough there&rsquo;s a new message in my email account, but when accessed via pop .. it&rsquo;ll always think that there&rsquo;s no new message / no message at my email account</p>
<p>And here&rsquo;s the <strong>SMTP access log</strong> :</p>
<p><em>19:56:18.500500 Resolve OK smtp.gmail.com: 64.233.185.111, 64.233.185.109<br />19:56:18.515515 AttemptConnect OK 64.233.185.111:587<br />19:56:18.875875 Connect OK&nbsp; <br />19:56:19.250250 Banner OK 220 mx.google.com ESMTP xxxxxx<br />19:56:19.703703 EHLO OK&nbsp; <br />19:56:20.09393&nbsp; STARTTLSCMD OK 220 2.0.0 Ready to start TLS<br />19:56:21.375375 EHLO OK&nbsp; <br />19:56:21.375375 AttemptConnect OK 64.233.185.109:587<br />19:56:21.781781 Connect OK&nbsp; <br />19:56:22.140140 Banner OK 220 mx.google.com ESMTP xxxxxx<br />19:56:22.500500 EHLO OK&nbsp; <br />19:56:22.875875 STARTTLSCMD OK 220 2.0.0 Ready to start TLS<br />19:56:24.156156 EHLO OK&nbsp; <br />19:56:24.937937</em> <strong>AUTH FAIL Backend offline: 454 4.7.0 Cannot authenticate due to temporary system problem. Try again later. xxxxxxxx</strong></p>
<p>While the above smtp log, give me an infinite loop that ask me to insert my password although i&rsquo;ve inserted it correctly .. well .. it's not infinite actually, because it's terminated on 3rd attempt or 4th attempt (i can't remember the actual value) ..</p>
<p>So&nbsp;if you get the same error message from your hosted email account the only solution is &hellip; wait for the Google team to fix this problem .. lol .. well actually i just reported this problem to the Google team, because the other hosted email account is works fine without problem except for one of my hosted email account ;)</p>
	<p></p>
	<p><em>Copyright &copy; <a href="http://www.reaper-x.com" title="Reaper-X Technology">Reaper-X Technology</a> &ndash; www.reaper-x.com | <a href="http://www.reaper-x.com/2006/12/16/google-hosted-email-problem/" title="Google Hosted Email Problem ..">Permalink</a> | <a href="http://www.reaper-x.com/2006/12/16/google-hosted-email-problem/#comments" title="Add a comment">Add a comment</a></em></p>
	<p><em><a href="http://www.reaper-x.com">0x87485B96</a> | Tags : <a href="http://www.reaper-x.com/category/search-engine/google/" title="View all posts in Google" rel="category tag">Google</a>,  <a href="http://www.reaper-x.com/category/internet/" title="View all posts in Internet" rel="category tag">Internet</a>,  <a href="http://www.reaper-x.com/category/internet-tools/" title="View all posts in Internet Tools" rel="category tag">Internet Tools</a>,  <a href="http://www.reaper-x.com/category/journal/" title="View all posts in Journal" rel="category tag">Journal</a>,  <a href="http://www.reaper-x.com/category/miscellaneous/personal/" title="View all posts in Personal" rel="category tag">Personal</a></em></p>]]></content:encoded>
			<wfw:commentRss>http://www.reaper-x.com/2006/12/16/google-hosted-email-problem/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Domain Registration via Google Apps</title>
		<link>http://www.reaper-x.com/2006/12/15/domain-registration-via-google-apps/</link>
		<comments>http://www.reaper-x.com/2006/12/15/domain-registration-via-google-apps/#comments</comments>
		<pubDate>Fri, 15 Dec 2006 11:16:32 +0000</pubDate>
		<dc:creator>Reaper-X</dc:creator>
		
		<category><![CDATA[Google]]></category>

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

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

		<category><![CDATA[Web Links]]></category>

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

		<guid isPermaLink="false">http://www.reaper-x.com/2006/12/15/domain-registration-via-google-apps.htm</guid>
		<description><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2006/12/15/domain-registration-via-google-apps/" title="Domain Registration via Google Apps"><strong>Domain Registration via Google Apps</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Internet Tools"><strong>Reaper-X</strong></a></p>Google now offering domain registration for everyone who&#8217;s interested on using their Google Hosted EMail account known as Google Apps for Your Domain through their partners with only $10 / Year / Doma...]]></description>
			<content:encoded><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2006/12/15/domain-registration-via-google-apps/" title="Domain Registration via Google Apps"><strong>Domain Registration via Google Apps</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Internet Tools"><strong>Reaper-X</strong></a></p><p>Google now offering domain registration for everyone who&rsquo;s interested on using their Google Hosted EMail account known as <a href="http://www.google.com/hosted">Google Apps for Your Domain</a> through their partners with only $10 / Year / Domain name and that&rsquo;s including a private registration which means your private information can't be viewed by domain whois tool that&rsquo;s freely available to use on the web .. and you get a full control of your domain name</p>
<p>Quoted from <a href="http://www.google.com/press/annc/apps_domainreg.html">Google Press Release</a> :</p>
<blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
<p>Starting today, we're partnering with eNom and GoDaddy.com, two industry leaders in domain registration, to offer users without a domain an easy way to find, register, and buy a domain and start immediately using our services. When you register a new domain as part of the sign-up process for Google Apps for Your Domain, we'll work with our partners behind the scenes and automatically configure everything so it works with all of the services available through Google Apps for Your Domain right out of the gate. <strong>We also give you full control of your domain settings</strong>, so you can use your domain for other services not provided by Google.</p>
</blockquote>
<p>And&nbsp;as for&nbsp;the payment itself, you can use your credit card via the secure <a href="http://checkout.google.com/">Google Checkout</a>&nbsp;(i dont know much thought about the Google Checkout because i never use it before, but there's no need to worry about that because you can be sure your data is safe with them)</p>
<p><img height="261" src="http://www.google.com/a/help/intl/en/admins/images/new_domain-registration.gif" width="426" /></p>
	<p></p>
	<p><em>Copyright &copy; <a href="http://www.reaper-x.com" title="Reaper-X Technology">Reaper-X Technology</a> &ndash; www.reaper-x.com | <a href="http://www.reaper-x.com/2006/12/15/domain-registration-via-google-apps/" title="Domain Registration via Google Apps">Permalink</a> | <a href="http://www.reaper-x.com/2006/12/15/domain-registration-via-google-apps/#comments" title="Add a comment">Add a comment</a></em></p>
	<p><em><a href="http://www.reaper-x.com">0x87485B96</a> | Tags : <a href="http://www.reaper-x.com/category/search-engine/google/" title="View all posts in Google" rel="category tag">Google</a>,  <a href="http://www.reaper-x.com/category/internet/" title="View all posts in Internet" rel="category tag">Internet</a>,  <a href="http://www.reaper-x.com/category/internet-tools/" title="View all posts in Internet Tools" rel="category tag">Internet Tools</a>,  <a href="http://www.reaper-x.com/category/web-links/" title="View all posts in Web Links" rel="category tag">Web Links</a></em></p>]]></content:encoded>
			<wfw:commentRss>http://www.reaper-x.com/2006/12/15/domain-registration-via-google-apps/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google Earth locate my home</title>
		<link>http://www.reaper-x.com/2006/12/11/google-earth-locate-my-home/</link>
		<comments>http://www.reaper-x.com/2006/12/11/google-earth-locate-my-home/#comments</comments>
		<pubDate>Mon, 11 Dec 2006 15:40:03 +0000</pubDate>
		<dc:creator>Reaper-X</dc:creator>
		
		<category><![CDATA[Freeware]]></category>

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

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

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

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

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

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

		<guid isPermaLink="false">http://www.reaper-x.com/2006/12/11/google-earth-locate-my-home.htm</guid>
		<description><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2006/12/11/google-earth-locate-my-home/" title="Google Earth locate my home"><strong>Google Earth locate my home</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Internet Tools"><strong>Reaper-X</strong></a></p>I was amazed that Google Earth were able to take a screenshot of the area near where i live right now (if you&#8217;re from Europe and United States .. chances are you&#8217;ve already located your own house) ! A...]]></description>
			<content:encoded><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2006/12/11/google-earth-locate-my-home/" title="Google Earth locate my home"><strong>Google Earth locate my home</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Internet Tools"><strong>Reaper-X</strong></a></p><p><a href="http://earth.google.com/index.html"class="shade" ><img class="alignleft" height="53" alt="Go to Google Earth Home" src="http://earth.google.com/images/googleearth.gif" width="150" border="0" /></a>I was amazed that Google Earth were able to take a screenshot of the area near where i live right now (if you&rsquo;re from Europe and United States .. chances are you&rsquo;ve already located your own house) ! Although it does&nbsp;hard to find it at the first time because i never saw anything from the sky like google do :P .. fortunately i was able to find some coordinate which is located not far from my&nbsp;location and that is <a href="http://bbs.keyhole.com/ubb/download.php?Number=650335"title="Depo Bangunan Coordinate"  rel="nofollow">Depo Bangunan</a> and <a href="http://bbs.keyhole.com/ubb/download.php?Number=650328"title="Helo Kalimalang Coordinate"  rel="nofollow">Hero Kalimalang</a> :D</p>
<p><a rel="nofollow" href="http://s26.photobucket.com/albums/c117/Reaper-X/web/?action=view&amp;current=SumberArtaTraditionalMarketPlace.jpg"class="shade" ><img class="alignleft" alt="Sumber Arta Traditional Marketplace" src="http://s26.photobucket.com/albums/c117/Reaper-X/web/th_SumberArtaTraditionalMarketPlace.jpg" border="0" /></a>And as you can see, the left picture is Sumber Arta Traditional Marketplace&nbsp;which is located not far from my house (well i dont think it's good to post your address on the internet) .. hehehe .. Now how about you ? did you manage to find your own&nbsp;house or you favorite location&nbsp;using Google Earth ? I&rsquo;m pretty sure you can find it easily ;)</p>
<p>As a note, if you&rsquo;re interested on using Google Earth, here&rsquo;s the minimum computer configuration&nbsp;:</p>
<ul>
<li><strong>Operating System</strong>: Windows 2000 or Windows XP</li>
<li><strong>CPU</strong>: Pentium 3, 500Mhz</li>
<li><strong>System Memory (RAM)</strong>: 128MB</li>
<li><strong>Hard Disk</strong>: 400MB free space</li>
<li><strong>Network Speed</strong>: 128 Kbits/sec</li>
<li><strong>Graphics Card</strong>: 3D-capable with 16MB of VRAM</li>
<li><strong>Screen</strong>: 1024x768, "16-bit High Color"</li>
</ul>
	<p></p>
	<p><em>Copyright &copy; <a href="http://www.reaper-x.com" title="Reaper-X Technology">Reaper-X Technology</a> &ndash; www.reaper-x.com | <a href="http://www.reaper-x.com/2006/12/11/google-earth-locate-my-home/" title="Google Earth locate my home">Permalink</a> | <a href="http://www.reaper-x.com/2006/12/11/google-earth-locate-my-home/#comments" title="5 comments">5 comments</a></em></p>
	<p><em><a href="http://www.reaper-x.com">0x87485B96</a> | Tags : <a href="http://www.reaper-x.com/category/freeware/" title="View all posts in Freeware" rel="category tag">Freeware</a>,  <a href="http://www.reaper-x.com/category/search-engine/google/" title="View all posts in Google" rel="category tag">Google</a>,  <a href="http://www.reaper-x.com/category/internet-tools/" title="View all posts in Internet Tools" rel="category tag">Internet Tools</a>,  <a href="http://www.reaper-x.com/category/linux/" title="View all posts in Linux" rel="category tag">Linux</a>,  <a href="http://www.reaper-x.com/category/computer/software/" title="View all posts in Software" rel="category tag">Software</a>,  <a href="http://www.reaper-x.com/category/windows/" title="View all posts in Windows" rel="category tag">Windows</a></em></p>]]></content:encoded>
			<wfw:commentRss>http://www.reaper-x.com/2006/12/11/google-earth-locate-my-home/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Using Google as free proxy</title>
		<link>http://www.reaper-x.com/2006/12/08/using-google-as-free-proxy/</link>
		<comments>http://www.reaper-x.com/2006/12/08/using-google-as-free-proxy/#comments</comments>
		<pubDate>Fri, 08 Dec 2006 14:29:46 +0000</pubDate>
		<dc:creator>Reaper-X</dc:creator>
		
		<category><![CDATA[Google]]></category>

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

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

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

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

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

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

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

		<guid isPermaLink="false">http://www.reaper-x.com/2006/12/08/using-google-as-free-proxy.htm</guid>
		<description><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2006/12/08/using-google-as-free-proxy/" title="Using Google as free proxy"><strong>Using Google as free proxy</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Internet Tools"><strong>Reaper-X</strong></a></p>Ever since everyone (maybe not everyone but at least most people ) know about Google Translate tool can be used as a proxy to browse various site &#8230; i don't think stats tracking can give you an accurat...]]></description>
			<content:encoded><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2006/12/08/using-google-as-free-proxy/" title="Using Google as free proxy"><strong>Using Google as free proxy</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Internet Tools"><strong>Reaper-X</strong></a></p><p><a href="http://www.google.com/"class="shade" ><img class="alignleft" height="55" alt="Google" src="http://www.google.com/images/logo_sm.gif" width="150" border="0" /></a>Ever since everyone (maybe not everyone but at least <a href="http://digg.com/software/use_Google_as_a_free_proxy" rel="nofollow">most people</a>)&nbsp;know about <a href="http://translate.google.com/" rel="nofollow">Google Translate tool</a> <a href="http://www.oreillynet.com/pub/h/4807" rel="nofollow">can be used as a proxy</a> to browse various site&nbsp;&hellip; i don't think stats tracking can&nbsp;give you an accurate&nbsp;statistic to determine where your visitors located so you can&nbsp;create targetted content specifically for your site&nbsp;visitor&nbsp;..&nbsp;and here&rsquo;s the user agent from the translation tool by google&nbsp;&hellip; </p>
<blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
<p><em>Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) ,gzip(gfe) (via translate.google.com)</em><br />The user agent may vary depend on the visitor browser but they always leave via translate.google.com behind the real&nbsp;user agent</p>
</blockquote>
<p>I&rsquo;m just&nbsp;wondering&nbsp;why does everyone think it's cool to use Google as a proxy ? why they don't just browse the internet like normal people do ? Well .. if it's a protected site .. maybe it can be useful for you, but to browse normal site ? well .. if it's for me i dont think it's necessary because <a href="http://www.reaper-x.com/2006/12/04/using-proxy-is-it-good-or-bad.htm">there are various reason for it</a>&nbsp;.. except when used on filesharing site :D</p>
	<p></p>
	<p><em>Copyright &copy; <a href="http://www.reaper-x.com" title="Reaper-X Technology">Reaper-X Technology</a> &ndash; www.reaper-x.com | <a href="http://www.reaper-x.com/2006/12/08/using-google-as-free-proxy/" title="Using Google as free proxy">Permalink</a> | <a href="http://www.reaper-x.com/2006/12/08/using-google-as-free-proxy/#comments" title="9 comments">9 comments</a></em></p>
	<p><em><a href="http://www.reaper-x.com">0x87485B96</a> | Tags : <a href="http://www.reaper-x.com/category/search-engine/google/" title="View all posts in Google" rel="category tag">Google</a>,  <a href="http://www.reaper-x.com/category/how-to/guide/" title="View all posts in Guide" rel="category tag">Guide</a>,  <a href="http://www.reaper-x.com/category/internet-tools/" title="View all posts in Internet Tools" rel="category tag">Internet Tools</a>,  <a href="http://www.reaper-x.com/category/opinion/" title="View all posts in Opinion" rel="category tag">Opinion</a>,  <a href="http://www.reaper-x.com/category/miscellaneous/personal/" title="View all posts in Personal" rel="category tag">Personal</a>,  <a href="http://www.reaper-x.com/category/how-to/tutorials/" title="View all posts in Tutorials" rel="category tag">Tutorials</a></em></p>]]></content:encoded>
			<wfw:commentRss>http://www.reaper-x.com/2006/12/08/using-google-as-free-proxy/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Web Stress and Performance Testing</title>
		<link>http://www.reaper-x.com/2006/12/06/web-stress-and-performance-testing/</link>
		<comments>http://www.reaper-x.com/2006/12/06/web-stress-and-performance-testing/#comments</comments>
		<pubDate>Tue, 05 Dec 2006 18:01:07 +0000</pubDate>
		<dc:creator>Reaper-X</dc:creator>
		
		<category><![CDATA[Internet Tools]]></category>

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

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

		<category><![CDATA[Web Servers]]></category>

		<category><![CDATA[Webmaster Tools]]></category>

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

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

		<guid isPermaLink="false">http://www.reaper-x.com/2006/12/06/web-stress-and-performance-testing.htm</guid>
		<description><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2006/12/06/web-stress-and-performance-testing/" title="Web Stress and Performance Testing"><strong>Web Stress and Performance Testing</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Internet Tools"><strong>Reaper-X</strong></a></p>I found this web stress testing tool called WAPT while i was browsing around the web and it seems they creating an interesting program to test your own server under various condition so you&#8217;ll know ho...]]></description>
			<content:encoded><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2006/12/06/web-stress-and-performance-testing/" title="Web Stress and Performance Testing"><strong>Web Stress and Performance Testing</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Internet Tools"><strong>Reaper-X</strong></a></p><p>I found&nbsp;this web stress testing tool called <a href="http://loadtestingtool.com/" rel="nofollow">WAPT</a>&nbsp;while i was browsing around the&nbsp;web and it seems they creating an interesting program to test your own server under various condition so you&rsquo;ll know how your web server performance and limitation .. in my opinion this tool works great when used on shared server or known as shared hosting.&nbsp;And as you already knew that if you&rsquo;re on shared hosting, you share the same resource with other site on your server, and because of it you have certain limitation, such as cpu resource usage, memory, etc</p>
<p>Although i haven't tried this tool yet, but if you really want to know about your server limitation i think you should try this tool (it's a shareware product but they&rsquo;re giving 30 days trial) &hellip; but if you&rsquo;re going to stress testing your own server (in this case shared server / shared hosting), please keep this in mind :</p>
<ul>
<li>Make sure to create backup before using this tool or similar tool like this just in case something bad happen to your host</li>
<li>There&rsquo;s high chance your account&nbsp;will&nbsp;be&nbsp;suspended by your webhosting company&nbsp;because you&rsquo;re using to many server resource and slowing down other site in your server</li>
</ul>
<p>Note: this tool require internet connection, because all the request made are from your computer (although there&rsquo;s ip spoofing feature), maybe they should offer online demo to stress testing server without using my own internet connection speed which is .. slow</p>
<p>And&nbsp;i&rsquo;ve tried using similar tool like this before, but at that time im not using it to stress testing my webhost .. but to find hole (i think some of you already knew what i'm talking about here because they&rsquo;re also offering online test using their internet connection)&hellip; and guess what ? <a href="http://www.reaper-x.com/2006/08/24/moved-to-another-host-again.htm">i got suspended within 2 days after registration</a> :P ..</p>
	<p></p>
	<p><em>Copyright &copy; <a href="http://www.reaper-x.com" title="Reaper-X Technology">Reaper-X Technology</a> &ndash; www.reaper-x.com | <a href="http://www.reaper-x.com/2006/12/06/web-stress-and-performance-testing/" title="Web Stress and Performance Testing">Permalink</a> | <a href="http://www.reaper-x.com/2006/12/06/web-stress-and-performance-testing/#comments" title="Add a comment">Add a comment</a></em></p>
	<p><em><a href="http://www.reaper-x.com">0x87485B96</a> | Tags : <a href="http://www.reaper-x.com/category/internet-tools/" title="View all posts in Internet Tools" rel="category tag">Internet Tools</a>,  <a href="http://www.reaper-x.com/category/shareware/" title="View all posts in Shareware" rel="category tag">Shareware</a>,  <a href="http://www.reaper-x.com/category/computer/software/" title="View all posts in Software" rel="category tag">Software</a>,  <a href="http://www.reaper-x.com/category/web-servers/" title="View all posts in Web Servers" rel="category tag">Web Servers</a>,  <a href="http://www.reaper-x.com/category/webmaster-tools/" title="View all posts in Webmaster Tools" rel="category tag">Webmaster Tools</a></em></p>]]></content:encoded>
			<wfw:commentRss>http://www.reaper-x.com/2006/12/06/web-stress-and-performance-testing/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Feedreader an opensource Feedreader</title>
		<link>http://www.reaper-x.com/2006/12/05/feedreader-an-opensource-feedreader/</link>
		<comments>http://www.reaper-x.com/2006/12/05/feedreader-an-opensource-feedreader/#comments</comments>
		<pubDate>Tue, 05 Dec 2006 16:15:46 +0000</pubDate>
		<dc:creator>Reaper-X</dc:creator>
		
		<category><![CDATA[Freeware]]></category>

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

		<category><![CDATA[Open Source]]></category>

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

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

		<category><![CDATA[feed reader]]></category>

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

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

		<category><![CDATA[Search Engine]]></category>

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

		<guid isPermaLink="false">http://www.reaper-x.com/2006/12/05/feedreader-an-opensource-feedreader.htm</guid>
		<description><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2006/12/05/feedreader-an-opensource-feedreader/" title="Feedreader an opensource Feedreader"><strong>Feedreader an opensource Feedreader</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Internet Tools"><strong>Reaper-X</strong></a></p>Quoted from the page : Feedreader is a free lightweight aggregator that supports RSS and ATOM formats. It works under Windows 98 and later versions. 
 Okay now i think you get the basic idea of this...]]></description>
			<content:encoded><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2006/12/05/feedreader-an-opensource-feedreader/" title="Feedreader an opensource Feedreader"><strong>Feedreader an opensource Feedreader</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Internet Tools"><strong>Reaper-X</strong></a></p><p>Quoted from the page : <em><a href="http://feedreader.com/" rel="nofollow">Feedreader</a> is a free lightweight aggregator that supports RSS and ATOM formats. It works under Windows 98 and later versions.</em></p>
<p><a rel="nofollow" href="http://s26.photobucket.com/albums/c117/Reaper-X/screenshot/?action=view&amp;current=fr3.png"class="shade" ><img class="alignleft" alt="fr3.png" src="http://s26.photobucket.com/albums/c117/Reaper-X/screenshot/th_fr3.png" /></a>Okay now i think you get the basic idea of this program, and unlike most people that is using online aggregator / feed reader such as from <a href="http://reader.google.com/" rel="nofollow">Google Reader</a> .. i prefer to use desktop based feed reader, because i can read&nbsp;various feed i have subscribed,&nbsp;anytime i want&nbsp;;) (except when you&rsquo;re going to update your feed list) &hellip;&nbsp;although for those who&rsquo;s already using a high speed connection or an unlimited broadband connection this application is not that useful because you can always get fresh content without worrying about your internet usage</p>
<p>But whatever the reason is .. i think you should try to use this desktop based reader first ;) .. ooh and as a note &hellip; actually i just downloaded this program today, because at the first time i don't&nbsp;think i&nbsp;need to use feedreader because i prefer browsing from search engine to site to search for a specific article &hellip; but to save&nbsp;my monthly&nbsp;bandwidth usage, it seems&nbsp;desktop based feedreader&nbsp;is the only solution&nbsp;.. :P</p>
	<p></p>
	<p><em>Copyright &copy; <a href="http://www.reaper-x.com" title="Reaper-X Technology">Reaper-X Technology</a> &ndash; www.reaper-x.com | <a href="http://www.reaper-x.com/2006/12/05/feedreader-an-opensource-feedreader/" title="Feedreader an opensource Feedreader">Permalink</a> | <a href="http://www.reaper-x.com/2006/12/05/feedreader-an-opensource-feedreader/#comments" title="Add a comment">Add a comment</a></em></p>
	<p><em><a href="http://www.reaper-x.com">0x87485B96</a> | Tags : <a href="http://www.reaper-x.com/category/freeware/" title="View all posts in Freeware" rel="category tag">Freeware</a>,  <a href="http://www.reaper-x.com/category/internet-tools/" title="View all posts in Internet Tools" rel="category tag">Internet Tools</a>,  <a href="http://www.reaper-x.com/category/open-source/" title="View all posts in Open Source" rel="category tag">Open Source</a>,  <a href="http://www.reaper-x.com/category/computer/software/" title="View all posts in Software" rel="category tag">Software</a></em></p>]]></content:encoded>
			<wfw:commentRss>http://www.reaper-x.com/2006/12/05/feedreader-an-opensource-feedreader/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Bookmark Base - A Bookmark Manager</title>
		<link>http://www.reaper-x.com/2006/12/05/bookmark-base-a-bookmark-manager/</link>
		<comments>http://www.reaper-x.com/2006/12/05/bookmark-base-a-bookmark-manager/#comments</comments>
		<pubDate>Mon, 04 Dec 2006 22:35:09 +0000</pubDate>
		<dc:creator>Reaper-X</dc:creator>
		
		<category><![CDATA[Internet Tools]]></category>

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

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

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

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

		<category><![CDATA[offline browser]]></category>

		<guid isPermaLink="false">http://www.reaper-x.com/2006/12/05/bookmark-base-a-bookmark-manager.htm</guid>
		<description><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2006/12/05/bookmark-base-a-bookmark-manager/" title="Bookmark Base - A Bookmark Manager"><strong>Bookmark Base - A Bookmark Manager</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Internet Tools"><strong>Reaper-X</strong></a></p>Actually I found this tool when looking at the user-agent that came to this site, at first i thought it was another spoofed user-agent (i&#8217;ve been getting a lot of strange user agent recently) and tryi...]]></description>
			<content:encoded><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2006/12/05/bookmark-base-a-bookmark-manager/" title="Bookmark Base - A Bookmark Manager"><strong>Bookmark Base - A Bookmark Manager</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Internet Tools"><strong>Reaper-X</strong></a></p><p>Actually I found this tool when looking at the user-agent that came to this site, at first i thought it was another spoofed user-agent (i&rsquo;ve been getting a lot of strange user agent recently) and trying to promote a product via their user agent or just another offline browser program try to copy everything from this site. As a side note their user agent is <em>BookmarkBase</em></p>
<p>And after looking at their site throughly at <a href="http://bookmarkbase.com/" rel="nofollow">Bookmark Base</a>&nbsp;(i found it via their user agent). It seems their software is&nbsp;a genuine Bookmark Manager program, not a web copier program or similar tools like that .. and because i never use bookmark manager program to manage my firefox bookmark (i always create backup copy of my firefox profile and i never use it outside my own computer), i can't tell you more about it so it's better if you go to their site if you&rsquo;re interested on using bookmark manager tools to manage all your favorite site .. ooh yeah it's a shareware ;)</p>
	<p></p>
	<p><em>Copyright &copy; <a href="http://www.reaper-x.com" title="Reaper-X Technology">Reaper-X Technology</a> &ndash; www.reaper-x.com | <a href="http://www.reaper-x.com/2006/12/05/bookmark-base-a-bookmark-manager/" title="Bookmark Base - A Bookmark Manager">Permalink</a> | <a href="http://www.reaper-x.com/2006/12/05/bookmark-base-a-bookmark-manager/#comments" title="4 comments">4 comments</a></em></p>
	<p><em><a href="http://www.reaper-x.com">0x87485B96</a> | Tags : <a href="http://www.reaper-x.com/category/internet-tools/" title="View all posts in Internet Tools" rel="category tag">Internet Tools</a>,  <a href="http://www.reaper-x.com/category/shareware/" title="View all posts in Shareware" rel="category tag">Shareware</a>,  <a href="http://www.reaper-x.com/category/computer/software/" title="View all posts in Software" rel="category tag">Software</a>,  <a href="http://www.reaper-x.com/category/windows/" title="View all posts in Windows" rel="category tag">Windows</a></em></p>]]></content:encoded>
			<wfw:commentRss>http://www.reaper-x.com/2006/12/05/bookmark-base-a-bookmark-manager/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Using Proxy is it good or bad ?</title>
		<link>http://www.reaper-x.com/2006/12/04/using-proxy-is-it-good-or-bad/</link>
		<comments>http://www.reaper-x.com/2006/12/04/using-proxy-is-it-good-or-bad/#comments</comments>
		<pubDate>Mon, 04 Dec 2006 12:35:56 +0000</pubDate>
		<dc:creator>Reaper-X</dc:creator>
		
		<category><![CDATA[Internet]]></category>

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

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

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

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

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

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

		<guid isPermaLink="false">http://www.reaper-x.com/2006/12/04/using-proxy-is-it-good-or-bad.htm</guid>
		<description><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2006/12/04/using-proxy-is-it-good-or-bad/" title="Using Proxy is it good or bad ?"><strong>Using Proxy is it good or bad ?</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Internet Tools"><strong>Reaper-X</strong></a></p>Why does everyone like to hide their IP Address ? do they think it's cool to show off using someone else IP Address ? No matter what the reason is, i always think proxy is useless if it's used just to...]]></description>
			<content:encoded><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2006/12/04/using-proxy-is-it-good-or-bad/" title="Using Proxy is it good or bad ?"><strong>Using Proxy is it good or bad ?</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Internet Tools"><strong>Reaper-X</strong></a></p><p>Why does everyone like to hide their IP Address ? do they think it's cool to show off using someone else IP Address ? No matter what the reason is, i always think proxy is useless if it's used just to browse around the web (i mean normal browsing around the web). Why did i say that ? Because proxy made every web statistical information results become inaccurate (if it's an anonymous proxy). And to make things clearer for you here&rsquo;s an example.</p>
<p>Some site using tracking script to&nbsp;track&nbsp;geographical information of their site visitor and they&rsquo;re doing this only for statistical purpose and make them write content specifically for that region. Now .. you&rsquo;re frequently access their site using proxy, and let&rsquo;s say you&rsquo;re using proxy from somewhere in China. And because of it course the site author will think that most of his / her site visitors is coming from China .. and what are going to happen next ? he / she will create content specifically for China .. and this is just one example of what makes stats tracking inaccurate if most of your site visitors using proxy</p>
<p>So the conclusion is .. why there&rsquo;s a need to use proxy if you just like browsing around the web ? other than that if you didn't know about this before,&nbsp;proxy server always create log files of the accessed url even if they say&nbsp;they&rsquo;re giving&nbsp;a complete privacy or high anonymity proxy</p>
	<p></p>
	<p><em>Copyright &copy; <a href="http://www.reaper-x.com" title="Reaper-X Technology">Reaper-X Technology</a> &ndash; www.reaper-x.com | <a href="http://www.reaper-x.com/2006/12/04/using-proxy-is-it-good-or-bad/" title="Using Proxy is it good or bad ?">Permalink</a> | <a href="http://www.reaper-x.com/2006/12/04/using-proxy-is-it-good-or-bad/#comments" title="3 comments">3 comments</a></em></p>
	<p><em><a href="http://www.reaper-x.com">0x87485B96</a> | Tags : <a href="http://www.reaper-x.com/category/internet/" title="View all posts in Internet" rel="category tag">Internet</a>,  <a href="http://www.reaper-x.com/category/internet-tools/" title="View all posts in Internet Tools" rel="category tag">Internet Tools</a>,  <a href="http://www.reaper-x.com/category/network-and-security/" title="View all posts in Network and Security" rel="category tag">Network and Security</a>,  <a href="http://www.reaper-x.com/category/opinion/" title="View all posts in Opinion" rel="category tag">Opinion</a>,  <a href="http://www.reaper-x.com/category/miscellaneous/personal/" title="View all posts in Personal" rel="category tag">Personal</a>,  <a href="http://www.reaper-x.com/category/privacy/" title="View all posts in Privacy" rel="category tag">Privacy</a></em></p>]]></content:encoded>
			<wfw:commentRss>http://www.reaper-x.com/2006/12/04/using-proxy-is-it-good-or-bad/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
