<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><!-- generator="wordpress/2.3.3" --><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>PC Advisor</title>
	<link>http://www.pcadvisor.gr</link>
	<description>The answers you seek</description>
	<pubDate>Mon, 13 Oct 2008 08:59:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/PcAdvisor" /><feedburner:info uri="pcadvisor" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Kill multiple windows XP processes</title>
		<link>http://feedproxy.google.com/~r/PcAdvisor/~3/0zp3tPXEhU8/</link>
		<comments>http://www.pcadvisor.gr/index.php/2008/10/13/kill-multiple-windows-xp-processes/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 08:48:22 +0000</pubDate>
		<dc:creator>nonenas</dc:creator>
		
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.pcadvisor.gr/index.php/2008/10/13/kill-multiple-windows-xp-processes/</guid>
		<description><![CDATA[Yesterday I had the following problem:
my Chrome browser crashed and my system began to crawl. I decided to kill the chrome process, but as multiple tabs have been opened, I would need to kill multiple chrome processes (each tab runs in a seperate process in Chrome). Loading the gui of the task manager in a [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I had the following problem:</p>
<p>my Chrome browser crashed and my system began to crawl. I decided to kill the chrome process, but as multiple tabs have been opened, I would need to kill multiple chrome processes (each tab runs in a seperate process in Chrome). Loading the gui of the task manager in a very slowly responsive system and killing each process seperately was not a good option, so I decided to do the following:</p>
<ul>
<li>I opened a command prompt (<font color="#0000ff">start-&gt;run-&gt;cmd</font>)</li>
</ul>
<p><script type="text/javascript"><!--
google_ad_client = "pub-9180631583529141";
/* pc_advisor_graphic468 */
google_ad_slot = "8791825745";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script> <script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<ul>
<li>Then I typed:</li>
</ul>
<p>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; <font color="#0000ff">taskkill /F /FI &quot;IMAGENAME eq chrome*&quot;</font></p>
<ul>
<li><font color="#000000">And that was it. All processes named chrome have been killed with a single click.</font></li>
</ul>
<p>But, let&#8217;s examine the parameters of the command:</p>
<p>&nbsp;<font color="#ff0000">/F</font>: force kill the process</p>
<p><font color="#ff0000">/FI </font><font color="#ff0000">&quot;IMAGENAME eq chrome*&quot;</font>: use a filter and kill every process that has a name that begins with chrome.</p>
<p>for more information about the command, open a command prompt (<font color="#0000ff">start-&gt;run-&gt;cmd</font>) and&nbsp; type:</p>
<p><font color="#0000ff">taskkill/?</font></p>

<div align="right" class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F10%2F13%2Fkill-multiple-windows-xp-processes%2F&amp;title=Kill+multiple+windows+XP+processes" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" border="0" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F10%2F13%2Fkill-multiple-windows-xp-processes%2F&amp;title=Kill+multiple+windows+XP+processes" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" border="0" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F10%2F13%2Fkill-multiple-windows-xp-processes%2F&amp;title=Kill+multiple+windows+XP+processes" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" border="0" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F10%2F13%2Fkill-multiple-windows-xp-processes%2F&amp;title=Kill+multiple+windows+XP+processes" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F10%2F13%2Fkill-multiple-windows-xp-processes%2F&amp;title=Kill+multiple+windows+XP+processes', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://del.icio.us/favicon.ico" width="16" height="16" border="0" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F10%2F13%2Fkill-multiple-windows-xp-processes%2F" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" border="0" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F10%2F13%2Fkill-multiple-windows-xp-processes%2F" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" border="0" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F10%2F13%2Fkill-multiple-windows-xp-processes%2F&amp;title=Kill+multiple+windows+XP+processes" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" border="0" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F10%2F13%2Fkill-multiple-windows-xp-processes%2F&amp;title=Kill+multiple+windows+XP+processes" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" border="0" alt="[StumbleUpon]" /></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.pcadvisor.gr/index.php/2008/10/13/kill-multiple-windows-xp-processes/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.pcadvisor.gr/index.php/2008/10/13/kill-multiple-windows-xp-processes/</feedburner:origLink></item>
		<item>
		<title>How to extract images from Microsoft Word documents</title>
		<link>http://feedproxy.google.com/~r/PcAdvisor/~3/0rql1GWnCzw/</link>
		<comments>http://www.pcadvisor.gr/index.php/2008/09/09/how-to-extract-images-from-microsoft-word-documents/#comments</comments>
		<pubDate>Tue, 09 Sep 2008 16:33:00 +0000</pubDate>
		<dc:creator>nonenas</dc:creator>
		
		<category><![CDATA[Microsoft Office Word]]></category>

		<category><![CDATA[extract images from microsoft word documents]]></category>

		<category><![CDATA[save images from doc files]]></category>

		<guid isPermaLink="false">http://www.pcadvisor.gr/index.php/2008/09/09/how-to-extract-images-from-microsoft-word-documents/</guid>
		<description><![CDATA[
 

The easiest way to extract images from a Microsoft Word document (ms word *.doc files) is the following:
&#160;

Open the file with Microsoft Word
Select File -&#62; Save as -&#62; 
Change the Save as type of file (it is just below the filename) to Web Page (*.htm,*.html)
Press Save
You will notice that a new folder has been [...]]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript"><!--
google_ad_client = "pub-9180631583529141";
/* pc_advisor_graphic468 */
google_ad_slot = "8791825745";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script> <script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p>The easiest way to extract images from a Microsoft Word document (ms word *.doc files) is the following:</p>
<p>&nbsp;</p>
<ul>
<li>Open the file with Microsoft Word</li>
<li>Select <font color="#0000ff">File -&gt; Save as -&gt; </font></li>
<li>Change the Save as type of file (it is just below the filename) to <font color="#ff0000">Web Page (*.htm,*.html)</font></li>
<li><font color="#000000">Press Save</font></li>
<li>You will notice that a new folder has been created inside the folder in which you saved your file called <font color="#ff0000">filename_files,</font> where filename is the name of your document. If you browse this folder, you can find all the documents images.</li>
</ul>

<div align="right" class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F09%2F09%2Fhow-to-extract-images-from-microsoft-word-documents%2F&amp;title=How+to+extract+images+from+Microsoft+Word+documents" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" border="0" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F09%2F09%2Fhow-to-extract-images-from-microsoft-word-documents%2F&amp;title=How+to+extract+images+from+Microsoft+Word+documents" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" border="0" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F09%2F09%2Fhow-to-extract-images-from-microsoft-word-documents%2F&amp;title=How+to+extract+images+from+Microsoft+Word+documents" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" border="0" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F09%2F09%2Fhow-to-extract-images-from-microsoft-word-documents%2F&amp;title=How+to+extract+images+from+Microsoft+Word+documents" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F09%2F09%2Fhow-to-extract-images-from-microsoft-word-documents%2F&amp;title=How+to+extract+images+from+Microsoft+Word+documents', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://del.icio.us/favicon.ico" width="16" height="16" border="0" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F09%2F09%2Fhow-to-extract-images-from-microsoft-word-documents%2F" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" border="0" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F09%2F09%2Fhow-to-extract-images-from-microsoft-word-documents%2F" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" border="0" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F09%2F09%2Fhow-to-extract-images-from-microsoft-word-documents%2F&amp;title=How+to+extract+images+from+Microsoft+Word+documents" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" border="0" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F09%2F09%2Fhow-to-extract-images-from-microsoft-word-documents%2F&amp;title=How+to+extract+images+from+Microsoft+Word+documents" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" border="0" alt="[StumbleUpon]" /></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.pcadvisor.gr/index.php/2008/09/09/how-to-extract-images-from-microsoft-word-documents/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.pcadvisor.gr/index.php/2008/09/09/how-to-extract-images-from-microsoft-word-documents/</feedburner:origLink></item>
		<item>
		<title>Type today’s date quickly in a Microsoft Excel cell</title>
		<link>http://feedproxy.google.com/~r/PcAdvisor/~3/1gZ60WnJHUw/</link>
		<comments>http://www.pcadvisor.gr/index.php/2008/09/05/type-todays-date-quickly-in-micrsoft-excel-cell/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 11:58:25 +0000</pubDate>
		<dc:creator>nonenas</dc:creator>
		
		<category><![CDATA[Microsoft Excel - VBA]]></category>

		<category><![CDATA[get date excel]]></category>

		<category><![CDATA[today date excel]]></category>

		<guid isPermaLink="false">http://www.pcadvisor.gr/index.php/2008/09/05/type-todays-date-quickly-in-micrsoft-excel-cell/</guid>
		<description><![CDATA[
 

In order to type the current date in a Microsoft Excel Cell, one must do the following:
&#160;
1. Left Click on the cell
2. Press Ctrl + ;










]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript"><!--
google_ad_client = "pub-9180631583529141";
/* pc_advisor_graphic468 */
google_ad_slot = "8791825745";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script> <script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p>In order to type the current date in a Microsoft Excel Cell, one must do the following:</p>
<p>&nbsp;</p>
<p><font color="#ff0000">1. Left Click on the cell</font></p>
<p><font color="#ff0000">2. Press </font><font color="#0000ff">Ctrl + ;</font></p>

<div align="right" class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F09%2F05%2Ftype-todays-date-quickly-in-micrsoft-excel-cell%2F&amp;title=Type+today%26%238217%3Bs+date+quickly+in+a+Microsoft+Excel+cell" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" border="0" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F09%2F05%2Ftype-todays-date-quickly-in-micrsoft-excel-cell%2F&amp;title=Type+today%26%238217%3Bs+date+quickly+in+a+Microsoft+Excel+cell" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" border="0" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F09%2F05%2Ftype-todays-date-quickly-in-micrsoft-excel-cell%2F&amp;title=Type+today%26%238217%3Bs+date+quickly+in+a+Microsoft+Excel+cell" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" border="0" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F09%2F05%2Ftype-todays-date-quickly-in-micrsoft-excel-cell%2F&amp;title=Type+today%26%238217%3Bs+date+quickly+in+a+Microsoft+Excel+cell" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F09%2F05%2Ftype-todays-date-quickly-in-micrsoft-excel-cell%2F&amp;title=Type+today%26%238217%3Bs+date+quickly+in+a+Microsoft+Excel+cell', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://del.icio.us/favicon.ico" width="16" height="16" border="0" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F09%2F05%2Ftype-todays-date-quickly-in-micrsoft-excel-cell%2F" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" border="0" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F09%2F05%2Ftype-todays-date-quickly-in-micrsoft-excel-cell%2F" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" border="0" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F09%2F05%2Ftype-todays-date-quickly-in-micrsoft-excel-cell%2F&amp;title=Type+today%26%238217%3Bs+date+quickly+in+a+Microsoft+Excel+cell" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" border="0" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F09%2F05%2Ftype-todays-date-quickly-in-micrsoft-excel-cell%2F&amp;title=Type+today%26%238217%3Bs+date+quickly+in+a+Microsoft+Excel+cell" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" border="0" alt="[StumbleUpon]" /></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.pcadvisor.gr/index.php/2008/09/05/type-todays-date-quickly-in-micrsoft-excel-cell/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.pcadvisor.gr/index.php/2008/09/05/type-todays-date-quickly-in-micrsoft-excel-cell/</feedburner:origLink></item>
		<item>
		<title>How to Install Java plugin for Firefox 2 on Ubuntu 64 bit system</title>
		<link>http://feedproxy.google.com/~r/PcAdvisor/~3/uxqPmc88-fs/</link>
		<comments>http://www.pcadvisor.gr/index.php/2008/06/03/how-to-install-java-plugin-for-firefox-2-on-ubuntu-64-bit-system/#comments</comments>
		<pubDate>Tue, 03 Jun 2008 13:32:20 +0000</pubDate>
		<dc:creator>rapan</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[firefox]]></category>

		<category><![CDATA[JAVA]]></category>

		<category><![CDATA[ubuntu]]></category>

		<category><![CDATA[ubuntu64]]></category>

		<guid isPermaLink="false">http://www.pcadvisor.gr/index.php/2008/06/03/how-to-install-java-plugin-for-firefox-2-on-ubuntu-64-bit-system/</guid>
		<description><![CDATA[Well I have Ubuntu Hardy Heron 8.04 64bit and at random times my computer freezed. I suspected it was a Firefox 3.05b bug so I downgraded to Firefox 2.
The problem was that there is no official 64bit Java plugin.
So I followed the instructions found here : http://plugindoc.mozdev.org/linux-am&#8230;java-blackdown
The link that provide to download Blackdown Java does [...]]]></description>
			<content:encoded><![CDATA[<p>Well I have Ubuntu Hardy Heron 8.04 64bit and at random times my computer freezed. I suspected it was a <strong>Firefox 3.05b</strong> bug so I downgraded to <strong>Firefox 2</strong>.<br />
The problem was that there is no official 64bit <strong>Java</strong> plugin.<br />
So I followed the instructions found here : <a href="http://plugindoc.mozdev.org/linux-amd64.html#java-blackdown" target="_blank">http://plugindoc.mozdev.org/linux-am&#8230;java-blackdown</a><br />
The link that provide to download<strong> Blackdown Java</strong> does not work so here is a list of ftp mirrors to download <strong>Blackdown Java</strong>:</p>
<p><strong> North America</strong></p>
<p>1. <a href="ftp://ftp.tux.org/pub/java/" target="_blank">ftp://ftp.tux.org/pub/java/</a><br />
2. <a href="ftp://mirrors.ibiblio.org/pub/mirrors/blackdown/" target="_blank">ftp://mirrors.ibiblio.org/pub/mirrors/blackdown/</a></p>
<p><strong>Australia</strong></p>
<p>1. <a href="ftp://mirror.aarnet.edu.au/pub/java-linux/" target="_blank">ftp://mirror.aarnet.edu.au/pub/java-linux/</a></p>
<p><strong>Austria</strong></p>
<p>1. <a href="ftp://gd.tuwien.ac.at/opsys/linux/java/" target="_blank">ftp://gd.tuwien.ac.at/opsys/linux/java/</a></p>
<p><strong>Belgium</strong></p>
<p>1. <a href="ftp://ftp.easynet.be/blackdown/" target="_blank">ftp://ftp.easynet.be/blackdown/</a><br />
2. <a href="http://ftp2.skynet.be/pub/ftp.blackdown.org/" target="_blank">http://ftp2.skynet.be/pub/ftp.blackdown.org/</a></p>
<p><strong>Denmark</strong></p>
<p>1. <a href="ftp://sunsite.dk/mirrors/java/java-linux/" target="_blank">ftp://sunsite.dk/mirrors/java/java-linux/</a></p>
<p><strong>Finland</strong></p>
<p>1. <a href="ftp://ftp.funet.fi/pub/Linux/java/jdk/" target="_blank">ftp://ftp.funet.fi/pub/Linux/java/jdk/</a></p>
<p><strong>France</strong></p>
<p>1. <a href="ftp://ftp.oleane.net/pub/java-linux/" target="_blank">ftp://ftp.oleane.net/pub/java-linux/</a></p>
<p><strong>Germany</strong></p>
<p>1. <a href="ftp://ftp.gwdg.de/pub/languages/java/linux/" target="_blank">ftp://ftp.gwdg.de/pub/languages/java/linux/</a><br />
2. <a href="ftp://ftp.informatik.hu-berlin.de/pub/Java/Linux/" target="_blank">ftp://ftp.informatik.hu-berlin.de/pub/Java/Linux/</a></p>
<p><strong>Hungary</strong></p>
<p>1. <a href="ftp://xenia.sote.hu/pub/mirrors/java.blackdown.org/" target="_blank">ftp://xenia.sote.hu/pub/mirrors/java.blackdown.org/</a></p>
<p><strong>Italy</strong></p>
<p>1. <a href="http://mirrors.publicshout.org/java-linux/" target="_blank">http://mirrors.publicshout.org/java-linux/</a></p>
<p><strong>Netherlands</strong></p>
<p>1. <a href="ftp://ftp.nluug.nl/pub/languages/java/jdk" target="_blank">ftp://ftp.nluug.nl/pub/languages/java/jdk</a></p>
<p><strong>Romania</strong></p>
<p>1. <a href="ftp://archive.logicnet.ro/mirrors/ftp.tux.org/" target="_blank">ftp://archive.logicnet.ro/mirrors/ftp.tux.org/</a></p>
<p><strong>Spain</strong></p>
<p>1. <a href="ftp://ftp.cica.es/pub/java-linux/" target="_blank">ftp://ftp.cica.es/pub/java-linux/</a></p>
<p><strong>Switzerland</strong></p>
<p>1. <a href="ftp://mirror.switch.ch/mirror/java-linux/" target="_blank">ftp://mirror.switch.ch/mirror/java-linux/</a></p>
<p><strong>United Kingdom</strong></p>
<p>1. <a href="ftp://ftp.uk.linux.org/pub/linux/java/" target="_blank">ftp://ftp.uk.linux.org/pub/linux/java/</a><br />
2. <a href="ftp://ftp.mirrorservice.org/sites/ftp.blackdown.org/java-linux/" target="_blank">ftp://ftp.mirrorservice.org/sites/ft&#8230;rg/java-linux/</a></p>
<p>After that do the following</p>
<blockquote><p>
1. Download Blackdown JRE <br />
2. Open a terminal, and change to the directory where you wish to install the JRE (eg. /usr/java) <br />
3. Run the Blackdown JRE package executable. This will extract the JRE in the current directory. <br />
4. Run the following command: ln -s ./j2re1.4.2/plugin/amd64/mozilla/libjavaplugin_oji.so ~/.mozilla/plugins/libjavaplugin_oji.so</p>
<p>&nbsp;</p>
<p>Important! It is critical that you create a symbolic link to the Java plugin rather than copying it. If you copy it, your browser will crash whenever you load a page that has a Java applet.</p>
</blockquote>
<p><em>Taken from <a href="http://plugindoc.mozdev.org/linux-amd64.html#java-blackdown" target="_blank">http://plugindoc.mozdev.org/linux-am&#8230;java-blackdown</a></em></p>
<p>It is the only solution that worked in my case even it is not the best. <br />
I am able to play games at <a href="http://www.pogo.com/" target="_blank">www.pogo.com</a> but I cannot run the speedtest applet found here: <a href="http://speedtest.forthnet.gr/" target="_blank">http://speedtest.forthnet.gr</a><br />
Also I didn&#8217;t want to install <strong>Firefox32</strong> and install the 32bit plugins.<br />
In my previous Ubuntu version (Gutsy) I had <strong>Firefox32</strong> with the plugins but it kept randomly crashing.</p>

<div align="right" class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F06%2F03%2Fhow-to-install-java-plugin-for-firefox-2-on-ubuntu-64-bit-system%2F&amp;title=How+to+Install+Java+plugin+for+Firefox+2+on+Ubuntu+64+bit+system" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" border="0" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F06%2F03%2Fhow-to-install-java-plugin-for-firefox-2-on-ubuntu-64-bit-system%2F&amp;title=How+to+Install+Java+plugin+for+Firefox+2+on+Ubuntu+64+bit+system" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" border="0" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F06%2F03%2Fhow-to-install-java-plugin-for-firefox-2-on-ubuntu-64-bit-system%2F&amp;title=How+to+Install+Java+plugin+for+Firefox+2+on+Ubuntu+64+bit+system" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" border="0" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F06%2F03%2Fhow-to-install-java-plugin-for-firefox-2-on-ubuntu-64-bit-system%2F&amp;title=How+to+Install+Java+plugin+for+Firefox+2+on+Ubuntu+64+bit+system" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F06%2F03%2Fhow-to-install-java-plugin-for-firefox-2-on-ubuntu-64-bit-system%2F&amp;title=How+to+Install+Java+plugin+for+Firefox+2+on+Ubuntu+64+bit+system', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://del.icio.us/favicon.ico" width="16" height="16" border="0" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F06%2F03%2Fhow-to-install-java-plugin-for-firefox-2-on-ubuntu-64-bit-system%2F" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" border="0" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F06%2F03%2Fhow-to-install-java-plugin-for-firefox-2-on-ubuntu-64-bit-system%2F" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" border="0" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F06%2F03%2Fhow-to-install-java-plugin-for-firefox-2-on-ubuntu-64-bit-system%2F&amp;title=How+to+Install+Java+plugin+for+Firefox+2+on+Ubuntu+64+bit+system" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" border="0" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F06%2F03%2Fhow-to-install-java-plugin-for-firefox-2-on-ubuntu-64-bit-system%2F&amp;title=How+to+Install+Java+plugin+for+Firefox+2+on+Ubuntu+64+bit+system" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" border="0" alt="[StumbleUpon]" /></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.pcadvisor.gr/index.php/2008/06/03/how-to-install-java-plugin-for-firefox-2-on-ubuntu-64-bit-system/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.pcadvisor.gr/index.php/2008/06/03/how-to-install-java-plugin-for-firefox-2-on-ubuntu-64-bit-system/</feedburner:origLink></item>
		<item>
		<title>Free Personal Firewall using Comodo Personal Firewall</title>
		<link>http://feedproxy.google.com/~r/PcAdvisor/~3/7bZX6B_sQXw/</link>
		<comments>http://www.pcadvisor.gr/index.php/2008/02/21/free-personal-firewall-using-comodo-personal-firewall/#comments</comments>
		<pubDate>Thu, 21 Feb 2008 08:59:01 +0000</pubDate>
		<dc:creator>nonenas</dc:creator>
		
		<category><![CDATA[Recommended free applications]]></category>

		<category><![CDATA[Windows]]></category>

		<category><![CDATA[Free Personal Firewall using Comodo Personal Firewall]]></category>

		<guid isPermaLink="false">http://www.pcadvisor.gr/index.php/2008/02/21/free-personal-firewall-using-comodo-personal-firewall/</guid>
		<description><![CDATA[Comodo Personal Firewall is one of the best firewalls we have tried.

Some of its features include:

 
 &#160;

Complete protection from Hackers, Spyware, Trojans and Identity theft
Host Intrusion Prevention System stops malware from being installed&#160;
Clean PC Mode registers your current applications then will allow only applications that you approve to be installed on your computer&#160;
Malware Scan [...]]]></description>
			<content:encoded><![CDATA[<p>Comodo Personal Firewall is one of the best firewalls we have tried.</p>
<p><img width="390" height="257" src="http://www.pcadvisor.gr/wp-content/uploads/image/comodo.jpg" alt="Comodo Personal Firewall" /></p>
<p>Some of its features include:</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-9180631583529141";
/* pc_advisor_graphic468 */
google_ad_slot = "8791825745";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script> <script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script> &nbsp;</p>
<ul>
<li>Complete protection from Hackers, Spyware, Trojans and Identity theft</li>
<li>Host Intrusion Prevention System stops malware from being installed&nbsp;</li>
<li>Clean PC Mode registers your current applications then will allow only applications that you approve to be installed on your computer&nbsp;</li>
<li>Malware Scan Feature checks your computer for viruses, spyware and trojans before you install Comodo Firewall Pro&nbsp;</li>
<li>Free Download. No charges or license fees ever.</li>
</ul>
<p>For more info and downloads please visit:</p>
<p><a href="http://www.personalfirewall.comodo.com/">http://www.personalfirewall.comodo.com/</a></p>

<div align="right" class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F02%2F21%2Ffree-personal-firewall-using-comodo-personal-firewall%2F&amp;title=Free+Personal+Firewall+using+Comodo+Personal+Firewall" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" border="0" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F02%2F21%2Ffree-personal-firewall-using-comodo-personal-firewall%2F&amp;title=Free+Personal+Firewall+using+Comodo+Personal+Firewall" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" border="0" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F02%2F21%2Ffree-personal-firewall-using-comodo-personal-firewall%2F&amp;title=Free+Personal+Firewall+using+Comodo+Personal+Firewall" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" border="0" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F02%2F21%2Ffree-personal-firewall-using-comodo-personal-firewall%2F&amp;title=Free+Personal+Firewall+using+Comodo+Personal+Firewall" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F02%2F21%2Ffree-personal-firewall-using-comodo-personal-firewall%2F&amp;title=Free+Personal+Firewall+using+Comodo+Personal+Firewall', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://del.icio.us/favicon.ico" width="16" height="16" border="0" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F02%2F21%2Ffree-personal-firewall-using-comodo-personal-firewall%2F" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" border="0" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F02%2F21%2Ffree-personal-firewall-using-comodo-personal-firewall%2F" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" border="0" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F02%2F21%2Ffree-personal-firewall-using-comodo-personal-firewall%2F&amp;title=Free+Personal+Firewall+using+Comodo+Personal+Firewall" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" border="0" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F02%2F21%2Ffree-personal-firewall-using-comodo-personal-firewall%2F&amp;title=Free+Personal+Firewall+using+Comodo+Personal+Firewall" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" border="0" alt="[StumbleUpon]" /></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.pcadvisor.gr/index.php/2008/02/21/free-personal-firewall-using-comodo-personal-firewall/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.pcadvisor.gr/index.php/2008/02/21/free-personal-firewall-using-comodo-personal-firewall/</feedburner:origLink></item>
		<item>
		<title>Free cross-platform Virtualizer for x86 hardware using innoteks VirtualBox</title>
		<link>http://feedproxy.google.com/~r/PcAdvisor/~3/NLE6iNa-IOo/</link>
		<comments>http://www.pcadvisor.gr/index.php/2008/02/20/free-cross-platform-virtualizer-for-x86-hardware-using-innoteks-virtualbox/#comments</comments>
		<pubDate>Wed, 20 Feb 2008 16:42:13 +0000</pubDate>
		<dc:creator>nonenas</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Recommended free applications]]></category>

		<category><![CDATA[Windows]]></category>

		<category><![CDATA[free virtual machine]]></category>

		<category><![CDATA[free virualization software]]></category>

		<guid isPermaLink="false">http://www.pcadvisor.gr/index.php/2008/02/20/free-cross-platform-virtualizer-for-x86-hardware-using-innoteks-virtualbox/</guid>
		<description><![CDATA[Did you ever wish to have multiple operating systems installed in a single machine and switch between them in real-time?
If yes, now you can, with innotek&#8217;s free open source virtualization solution called VirtualBox.

You can assign memory,hard disk space and cpu power to multiple virtual machines with multiple operating systems installed. You can turn any machine [...]]]></description>
			<content:encoded><![CDATA[<p>Did you ever wish to have multiple operating systems installed in a single machine and switch between them in real-time?</p>
<p>If yes, now you can, with innotek&#8217;s free open source virtualization solution called <font color="#3366ff">Virtual</font>Box.</p>
<p><img width="140" height="161" src="http://www.pcadvisor.gr/wp-content/uploads/image/vbox_logo2_gradient.png" alt="innotek's VirtualBox" /></p>
<p>You can assign memory,hard disk space and cpu power to multiple virtual machines with multiple operating systems installed. You can turn any machine on and off whenever you like, saving their states.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-9180631583529141";
/* 468x60, created 11/29/07 for pcadvisor.gr */
google_ad_slot = "0721217491";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script> <script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script> &nbsp;</p>
<p>For more info, downloads and FAQ&#8217;s please visit:</p>
<p><a href="http://www.virtualbox.org/">http://www.virtualbox.org/</a></p>
<p>&nbsp;</p>

<div align="right" class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F02%2F20%2Ffree-cross-platform-virtualizer-for-x86-hardware-using-innoteks-virtualbox%2F&amp;title=Free+cross-platform+Virtualizer+for+x86+hardware+using+innoteks+VirtualBox" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" border="0" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F02%2F20%2Ffree-cross-platform-virtualizer-for-x86-hardware-using-innoteks-virtualbox%2F&amp;title=Free+cross-platform+Virtualizer+for+x86+hardware+using+innoteks+VirtualBox" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" border="0" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F02%2F20%2Ffree-cross-platform-virtualizer-for-x86-hardware-using-innoteks-virtualbox%2F&amp;title=Free+cross-platform+Virtualizer+for+x86+hardware+using+innoteks+VirtualBox" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" border="0" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F02%2F20%2Ffree-cross-platform-virtualizer-for-x86-hardware-using-innoteks-virtualbox%2F&amp;title=Free+cross-platform+Virtualizer+for+x86+hardware+using+innoteks+VirtualBox" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F02%2F20%2Ffree-cross-platform-virtualizer-for-x86-hardware-using-innoteks-virtualbox%2F&amp;title=Free+cross-platform+Virtualizer+for+x86+hardware+using+innoteks+VirtualBox', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://del.icio.us/favicon.ico" width="16" height="16" border="0" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F02%2F20%2Ffree-cross-platform-virtualizer-for-x86-hardware-using-innoteks-virtualbox%2F" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" border="0" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F02%2F20%2Ffree-cross-platform-virtualizer-for-x86-hardware-using-innoteks-virtualbox%2F" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" border="0" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F02%2F20%2Ffree-cross-platform-virtualizer-for-x86-hardware-using-innoteks-virtualbox%2F&amp;title=Free+cross-platform+Virtualizer+for+x86+hardware+using+innoteks+VirtualBox" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" border="0" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F02%2F20%2Ffree-cross-platform-virtualizer-for-x86-hardware-using-innoteks-virtualbox%2F&amp;title=Free+cross-platform+Virtualizer+for+x86+hardware+using+innoteks+VirtualBox" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" border="0" alt="[StumbleUpon]" /></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.pcadvisor.gr/index.php/2008/02/20/free-cross-platform-virtualizer-for-x86-hardware-using-innoteks-virtualbox/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.pcadvisor.gr/index.php/2008/02/20/free-cross-platform-virtualizer-for-x86-hardware-using-innoteks-virtualbox/</feedburner:origLink></item>
		<item>
		<title>Maximum length of USB cable</title>
		<link>http://feedproxy.google.com/~r/PcAdvisor/~3/wdIOymc-ieo/</link>
		<comments>http://www.pcadvisor.gr/index.php/2008/02/15/maximum-length-of-usb-cable/#comments</comments>
		<pubDate>Fri, 15 Feb 2008 13:41:57 +0000</pubDate>
		<dc:creator>nonenas</dc:creator>
		
		<category><![CDATA[Hardware]]></category>

		<category><![CDATA[Maximum length of USB cable]]></category>

		<guid isPermaLink="false">http://www.pcadvisor.gr/index.php/2008/02/15/maximum-length-of-usb-cable/</guid>
		<description><![CDATA[The maximum length of a USB cable is 5m for a high speed device and 3m for a low speed device.
In order to extend this range one can use no more than 5 USB hubs. By using 5 hubs the maximum USB range can be extended to 30m for high speed USB and approx 27m [...]]]></description>
			<content:encoded><![CDATA[<p>The maximum length of a USB cable is 5m for a high speed device and 3m for a low speed device.</p>
<p>In order to extend this range one can use no more than 5 USB hubs. By using 5 hubs the maximum USB range can be extended to 30m for high speed USB and approx 27m for low speed USB.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-9180631583529141";
/* pc_advisor_graphic468 */
google_ad_slot = "8791825745";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>

<div align="right" class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F02%2F15%2Fmaximum-length-of-usb-cable%2F&amp;title=Maximum+length+of+USB+cable" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" border="0" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F02%2F15%2Fmaximum-length-of-usb-cable%2F&amp;title=Maximum+length+of+USB+cable" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" border="0" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F02%2F15%2Fmaximum-length-of-usb-cable%2F&amp;title=Maximum+length+of+USB+cable" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" border="0" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F02%2F15%2Fmaximum-length-of-usb-cable%2F&amp;title=Maximum+length+of+USB+cable" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F02%2F15%2Fmaximum-length-of-usb-cable%2F&amp;title=Maximum+length+of+USB+cable', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://del.icio.us/favicon.ico" width="16" height="16" border="0" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F02%2F15%2Fmaximum-length-of-usb-cable%2F" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" border="0" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F02%2F15%2Fmaximum-length-of-usb-cable%2F" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" border="0" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F02%2F15%2Fmaximum-length-of-usb-cable%2F&amp;title=Maximum+length+of+USB+cable" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" border="0" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F02%2F15%2Fmaximum-length-of-usb-cable%2F&amp;title=Maximum+length+of+USB+cable" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" border="0" alt="[StumbleUpon]" /></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.pcadvisor.gr/index.php/2008/02/15/maximum-length-of-usb-cable/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.pcadvisor.gr/index.php/2008/02/15/maximum-length-of-usb-cable/</feedburner:origLink></item>
		<item>
		<title>Navigating in HTML forms using keyboard</title>
		<link>http://feedproxy.google.com/~r/PcAdvisor/~3/7nx0A1NAalc/</link>
		<comments>http://www.pcadvisor.gr/index.php/2008/02/15/navigating-in-html-forms-using-keyboard/#comments</comments>
		<pubDate>Fri, 15 Feb 2008 10:51:24 +0000</pubDate>
		<dc:creator>nonenas</dc:creator>
		
		<category><![CDATA[Internet]]></category>

		<category><![CDATA[NEWBIES]]></category>

		<category><![CDATA[Navigating in HTML forms using keyboard]]></category>

		<guid isPermaLink="false">http://www.pcadvisor.gr/index.php/2008/02/15/navigating-in-html-forms-using-keyboard/</guid>
		<description><![CDATA[Did you know that you can navigate through forms without using your mouse?
&#160;
You can go to the next field of the form by pressing the &#34;TAB&#34; key on your keyboard ()
You can go to the previous field of the form by pressing together &#34;SHIFT+TAB&#34; keys.
&#160;
&#160;

 











]]></description>
			<content:encoded><![CDATA[<p>Did you know that you can navigate through forms without using your mouse?</p>
<p>&nbsp;</p>
<p>You can go to the next field of the form by pressing the &quot;TAB&quot; key on your keyboard (<img width="63" height="59" alt="the tab key" src="http://www.pcadvisor.gr/wp-content/uploads/image/tab_key3.png" />)</p>
<p>You can go to the previous field of the form by pressing together &quot;SHIFT+TAB&quot; keys.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-9180631583529141";
/* pc_advisor_graphic468 */
google_ad_slot = "8791825745";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script> <script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>

<div align="right" class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F02%2F15%2Fnavigating-in-html-forms-using-keyboard%2F&amp;title=Navigating+in+HTML+forms+using+keyboard" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" border="0" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F02%2F15%2Fnavigating-in-html-forms-using-keyboard%2F&amp;title=Navigating+in+HTML+forms+using+keyboard" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" border="0" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F02%2F15%2Fnavigating-in-html-forms-using-keyboard%2F&amp;title=Navigating+in+HTML+forms+using+keyboard" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" border="0" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F02%2F15%2Fnavigating-in-html-forms-using-keyboard%2F&amp;title=Navigating+in+HTML+forms+using+keyboard" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F02%2F15%2Fnavigating-in-html-forms-using-keyboard%2F&amp;title=Navigating+in+HTML+forms+using+keyboard', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://del.icio.us/favicon.ico" width="16" height="16" border="0" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F02%2F15%2Fnavigating-in-html-forms-using-keyboard%2F" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" border="0" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F02%2F15%2Fnavigating-in-html-forms-using-keyboard%2F" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" border="0" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F02%2F15%2Fnavigating-in-html-forms-using-keyboard%2F&amp;title=Navigating+in+HTML+forms+using+keyboard" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" border="0" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F02%2F15%2Fnavigating-in-html-forms-using-keyboard%2F&amp;title=Navigating+in+HTML+forms+using+keyboard" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" border="0" alt="[StumbleUpon]" /></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.pcadvisor.gr/index.php/2008/02/15/navigating-in-html-forms-using-keyboard/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.pcadvisor.gr/index.php/2008/02/15/navigating-in-html-forms-using-keyboard/</feedburner:origLink></item>
		<item>
		<title>How to test a modem for caller ID support</title>
		<link>http://feedproxy.google.com/~r/PcAdvisor/~3/29zKAqtS3Pw/</link>
		<comments>http://www.pcadvisor.gr/index.php/2008/02/09/how-to-test-a-modem-for-caller-id-support/#comments</comments>
		<pubDate>Sat, 09 Feb 2008 09:56:10 +0000</pubDate>
		<dc:creator>nonenas</dc:creator>
		
		<category><![CDATA[Hardware]]></category>

		<category><![CDATA[Networks]]></category>

		<category><![CDATA[AT command caller ID]]></category>

		<category><![CDATA[How to test a modem for caller ID support]]></category>

		<category><![CDATA[modem AT commands]]></category>

		<guid isPermaLink="false">http://www.pcadvisor.gr/index.php/2008/02/09/how-to-test-a-modem-for-caller-id-support/</guid>
		<description><![CDATA[For most MODEMs, the string AT#CID=1 or AT+VCID=1will enable Caller ID.&#160;  
If these fail try :

AT#CID=2
AT%CCID=1
AT%CCID=2
AT#CC1
AT*ID1

When you try this AT commands in a terminal program, the answer you should receive is OK.










]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal"><span lang="EN-GB" style="">For most MODEMs, the string AT#CID=1 or AT+VCID=1will enable Caller ID.<span style="">&nbsp; </span> <o></o></span></p>
<p>If these fail try :</p>
<ul>
<li><span lang="EN-GB" style="">AT#CID=2<o></o></span></li>
<li><span lang="EN-GB" style="">AT%CCID=1<o></o></span></li>
<li><span lang="EN-GB" style="">AT%CCID=2<o></o></span></li>
<li><span lang="EN-GB" style="">AT#CC1<o></o></span></li>
<li><span lang="EN-GB" style="">AT*ID1</span></li>
</ul>
<p>When you try this AT commands in a terminal program, the answer you should receive is OK.</p>

<div align="right" class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F02%2F09%2Fhow-to-test-a-modem-for-caller-id-support%2F&amp;title=How+to+test+a+modem+for+caller+ID+support" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" border="0" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F02%2F09%2Fhow-to-test-a-modem-for-caller-id-support%2F&amp;title=How+to+test+a+modem+for+caller+ID+support" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" border="0" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F02%2F09%2Fhow-to-test-a-modem-for-caller-id-support%2F&amp;title=How+to+test+a+modem+for+caller+ID+support" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" border="0" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F02%2F09%2Fhow-to-test-a-modem-for-caller-id-support%2F&amp;title=How+to+test+a+modem+for+caller+ID+support" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F02%2F09%2Fhow-to-test-a-modem-for-caller-id-support%2F&amp;title=How+to+test+a+modem+for+caller+ID+support', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://del.icio.us/favicon.ico" width="16" height="16" border="0" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F02%2F09%2Fhow-to-test-a-modem-for-caller-id-support%2F" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" border="0" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F02%2F09%2Fhow-to-test-a-modem-for-caller-id-support%2F" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" border="0" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F02%2F09%2Fhow-to-test-a-modem-for-caller-id-support%2F&amp;title=How+to+test+a+modem+for+caller+ID+support" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" border="0" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F02%2F09%2Fhow-to-test-a-modem-for-caller-id-support%2F&amp;title=How+to+test+a+modem+for+caller+ID+support" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" border="0" alt="[StumbleUpon]" /></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.pcadvisor.gr/index.php/2008/02/09/how-to-test-a-modem-for-caller-id-support/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.pcadvisor.gr/index.php/2008/02/09/how-to-test-a-modem-for-caller-id-support/</feedburner:origLink></item>
		<item>
		<title>Determine used range in Excel</title>
		<link>http://feedproxy.google.com/~r/PcAdvisor/~3/l658bcFVonQ/</link>
		<comments>http://www.pcadvisor.gr/index.php/2008/02/01/determine-used-range-in-excel/#comments</comments>
		<pubDate>Fri, 01 Feb 2008 08:16:32 +0000</pubDate>
		<dc:creator>nonenas</dc:creator>
		
		<category><![CDATA[Microsoft Excel - VBA]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Determine used range Excel VBA]]></category>

		<category><![CDATA[determine where data ends Excel]]></category>

		<category><![CDATA[find used columns excel]]></category>

		<category><![CDATA[Find used rows excel]]></category>

		<guid isPermaLink="false">http://www.pcadvisor.gr/index.php/2008/02/01/determine-used-range-in-excel/</guid>
		<description><![CDATA[When you write your own macros, a very important thing is to know exactly where your worksheet starts and where it ends. Here is a helpful macro that can be used in your own macros and does exactly that :
&#160;
&#160;Sub DetermineUsedRange(ByRef theRng As Range)
Dim FirstRow As Integer, FirstCol As Integer, _
&#160;&#160;&#160; LastRow As Integer, LastCol [...]]]></description>
			<content:encoded><![CDATA[<p>When you write your own macros, a very important thing is to know exactly where your worksheet starts and where it ends. Here is a helpful macro that can be used in your own macros and does exactly that :</p>
<p>&nbsp;</p>
<p><font color="#0000ff">&nbsp;Sub DetermineUsedRange(ByRef theRng As Range)<br />
Dim FirstRow As Integer, FirstCol As Integer, _<br />
&nbsp;&nbsp;&nbsp; LastRow As Integer, LastCol As Integer<br />
On Error GoTo handleError</p>
<p>FirstRow = Cells.Find(What:=&quot;*&quot;, _<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SearchDirection:=xlNext, _<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SearchOrder:=xlByRows).Row<br />
FirstCol = Cells.Find(What:=&quot;*&quot;, _<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SearchDirection:=xlNext, _<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SearchOrder:=xlByColumns).Column</p>
<p>LastRow = Cells.Find(What:=&quot;*&quot;, _<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SearchDirection:=xlPrevious, _<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SearchOrder:=xlByRows).Row<br />
LastCol = Cells.Find(What:=&quot;*&quot;, _<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SearchDirection:=xlPrevious, _<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SearchOrder:=xlByColumns).Column</p>
<p>Set theRng = Range(Cells(FirstRow, FirstCol), _<br />
&nbsp;&nbsp;&nbsp; Cells(LastRow, LastCol))</p>
<p>handleError:<br />
End Sub</font></p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-9180631583529141";
/* 468x60, created 11/29/07 for pcadvisor.gr */
google_ad_slot = "0721217491";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script> <script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script> &nbsp;</p>
<p>The following macro uses the above code and displays in message boxes the used Range, the last used column and the last used row:</p>
<p><font color="#0000ff">Sub CallDetermineUsedRange()<br />
On Error Resume Next<br />
Dim usedRng As Range<br />
DetermineUsedRange usedRng</p>
<p>&nbsp;&nbsp;&nbsp; MsgBox usedRng.Address<br />
&nbsp;&nbsp;&nbsp; MsgBox usedRng.Columns(usedRng.Columns.Count).Column<br />
&nbsp;&nbsp;&nbsp; MsgBox usedRng.Rows(usedRng.Rows.Count).Row<br />
&nbsp;&nbsp;&nbsp; </p>
<p>End Sub</font></p>

<div align="right" class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F02%2F01%2Fdetermine-used-range-in-excel%2F&amp;title=Determine+used+range+in+Excel" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" border="0" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F02%2F01%2Fdetermine-used-range-in-excel%2F&amp;title=Determine+used+range+in+Excel" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" border="0" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F02%2F01%2Fdetermine-used-range-in-excel%2F&amp;title=Determine+used+range+in+Excel" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" border="0" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F02%2F01%2Fdetermine-used-range-in-excel%2F&amp;title=Determine+used+range+in+Excel" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F02%2F01%2Fdetermine-used-range-in-excel%2F&amp;title=Determine+used+range+in+Excel', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://del.icio.us/favicon.ico" width="16" height="16" border="0" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F02%2F01%2Fdetermine-used-range-in-excel%2F" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" border="0" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F02%2F01%2Fdetermine-used-range-in-excel%2F" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" border="0" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F02%2F01%2Fdetermine-used-range-in-excel%2F&amp;title=Determine+used+range+in+Excel" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" border="0" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.pcadvisor.gr%2Findex.php%2F2008%2F02%2F01%2Fdetermine-used-range-in-excel%2F&amp;title=Determine+used+range+in+Excel" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" border="0" alt="[StumbleUpon]" /></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.pcadvisor.gr/index.php/2008/02/01/determine-used-range-in-excel/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.pcadvisor.gr/index.php/2008/02/01/determine-used-range-in-excel/</feedburner:origLink></item>
	</channel>
</rss>

