<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WheeQo.web.id &#187; Computer</title>
	<atom:link href="http://wheeqo.web.id/category/computer/feed" rel="self" type="application/rss+xml" />
	<link>http://wheeqo.web.id</link>
	<description>R. Bambang Widiatmoko&#039;s Blog &#124; Sharing Knowledge to the World</description>
	<lastBuildDate>Thu, 02 May 2013 09:09:45 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Fix Missing Microsoft Virtual WiFi Miniport Adapter</title>
		<link>http://wheeqo.web.id/tutorial/fix-missing-microsoft-virtual-wifi-miniport-adapter</link>
		<comments>http://wheeqo.web.id/tutorial/fix-missing-microsoft-virtual-wifi-miniport-adapter#comments</comments>
		<pubDate>Thu, 28 Apr 2011 07:15:27 +0000</pubDate>
		<dc:creator>R. Bambang Widiatmoko</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[connectify]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[virtual router]]></category>
		<category><![CDATA[Virtual WiFi]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://wheeqo.web.id/?p=626</guid>
		<description><![CDATA[I got this problem after uninstall Connectify, the Microsoft Virtual WiFi Miniport Adapter is missing from Control Panel. That thing is needed for Virtual Router, as Connectify replacement, to work. Got the solution from this forum. How to Fix Click &#8230; <a href="http://wheeqo.web.id/tutorial/fix-missing-microsoft-virtual-wifi-miniport-adapter">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://wheeqo.web.id/tutorial/connect-virtual-os-to-network-in-virtualbox' rel='bookmark' title='Connect Virtual OS to Network in Virtualbox'>Connect Virtual OS to Network in Virtualbox</a> <small>Fos this case, I use Windows XP as the host...</small></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I got this problem after uninstall <a rel="nofollow" href="http://www.connectify.me">Connectify</a>, the Microsoft Virtual WiFi Miniport Adapter is missing from Control Panel. That thing is needed for <a rel="nofollow" href="http://virtualrouter.codeplex.com/">Virtual Router</a>, as Connectify replacement, to work. Got the solution from <a rel="nofollow" href="http://www.sevenforums.com/network-sharing/69961-missing-microsoft-virtual-wifi-miniport-adapter.html">this forum</a>.</p>
<h3>How to Fix</h3>
<ol>
<li>Click Start menu</li>
<li>Type <strong>cmd</strong> on start menu search bar or <strong>All Programs</strong> -> <strong>Accessories</strong></li>
<li>Right click on cmd/Command Prompt program -> <strong>Run as administrator</strong> <br />
<a rel="nofollow" href="http://s75.photobucket.com/albums/i305/wheeqo/tutorial/?action=view&amp;current=01right-clickcmd.png" target="_blank"><img src="http://i75.photobucket.com/albums/i305/wheeqo/tutorial/01right-clickcmd.png" border="0" alt="right click on command prompt"></a>
</li>
<li>Type the following command then enter: <br />
<code>netsh wlan set hostednetwork mode=allow ssid=NameOfNetwork key=StrongPassword</code></li>
<li>Done! Check in <strong>Control Panel</strong> -> <strong>Network and Internet</strong> -> <strong>Network Connections</strong></li>
</ol>
<p><a href="http://wheeqo.web.id/tutorial/fix-missing-microsoft-virtual-wifi-miniport-adapter" rel="bookmark">Fix Missing Microsoft Virtual WiFi Miniport Adapter</a> was originally appeared on <a href="http://wheeqo.web.id">WheeQo.web.id</a>  posted by R. Bambang Widiatmoko on 28 April 2011.</p>
<p>Related posts:<ol>
<li><a href='http://wheeqo.web.id/tutorial/connect-virtual-os-to-network-in-virtualbox' rel='bookmark' title='Connect Virtual OS to Network in Virtualbox'>Connect Virtual OS to Network in Virtualbox</a> <small>Fos this case, I use Windows XP as the host...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wheeqo.web.id/tutorial/fix-missing-microsoft-virtual-wifi-miniport-adapter/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Queuing in Move/Copy Operation in FreeCommander with TeraCopy</title>
		<link>http://wheeqo.web.id/tutorial/queuing-in-movecopy-operation-in-freecommander-with-teracopy</link>
		<comments>http://wheeqo.web.id/tutorial/queuing-in-movecopy-operation-in-freecommander-with-teracopy#comments</comments>
		<pubDate>Wed, 13 Apr 2011 08:39:53 +0000</pubDate>
		<dc:creator>R. Bambang Widiatmoko</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[freecommander]]></category>
		<category><![CDATA[teracopy]]></category>

		<guid isPermaLink="false">http://wheeqo.web.id/?p=607</guid>
		<description><![CDATA[From my experience, FreeCommander is a must-have application in my Windows. It&#8217;s free and available in portable edition. It&#8217;s the best alternative of TotalCommander, the well-known file manager utility. Almost every features in TotalCommander, FreeCommander has it. One of important &#8230; <a href="http://wheeqo.web.id/tutorial/queuing-in-movecopy-operation-in-freecommander-with-teracopy">Continue reading <span class="meta-nav">&#8594;</span></a>
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><a rel="nofollow" href="http://s75.photobucket.com/albums/i305/wheeqo/tutorial/?action=view&amp;current=FreeCommander_TeraCopy.png"><img src="http://i75.photobucket.com/albums/i305/wheeqo/tutorial/FreeCommander_TeraCopy.png" alt="FreeCommander and TeraCopy icon"></a><br />
From my experience, <a rel="nofollow" href="http://www.freecommander.com">FreeCommander</a> is a must-have application in my Windows. It&#8217;s free and available in <a rel="nofollow" href="http://www.liberkey.com/apps/freecommander.en">portable edition</a>. It&#8217;s the best alternative of TotalCommander, the well-known file manager utility. Almost every features in TotalCommander, FreeCommander has it. One of important feature it doesn&#8217;t have is queuing in move/copy file/folder operation. That&#8217;s why we need TeraCopy, the file copier utility. TeraCopy available in free (home user) and in <a rel="nofollow" href="http://www.liberkey.com/apps/teracopy.en">portable edition</a>.</p>
<p>To integrate these two application we need edit the FreeCommander.ini file, located in <code>C:&#92;Documents and Settings&#92;%user%&#92;Application Data&#92;FreeCommander&#92;FreeCommander.ini</code> (windows 7); if use the Liberkey portable, located in <code>D:&#92;Master&#92;LiberKey&#92;Apps&#92;FreeCommander&#92;App&#92;FreeCommander&#92;FreeCommander.ini</code>. </p>
<p>Edit with text editor then add the following line:</p>
<p><code>FileMovePrg=C:&#92;Program Files&#92;TeraCopy&#92;TeraCopy.exe Move *%ActivSelAsFile% "%InactivDir%"<br />
FileCopyPrg=C:&#92;Program Files&#92;TeraCopy&#92;TeraCopy.exe Copy *%ActivSelAsFile% "%InactivDir%"</code></p>
<p>To automatically close when the operation is finished, click on <strong>Close</strong> button when the TeraCopy window appeared. This setting will be applied in the next operation.<br />
<a rel="nofollow" href="http://s75.photobucket.com/albums/i305/wheeqo/tutorial/?action=view&amp;current=teracopy_auto-close.png" target="_blank"><img src="http://i75.photobucket.com/albums/i305/wheeqo/tutorial/teracopy_auto-close.png" border="0" alt="Close button"></a></p>
<p>FreeCommander + TeraCopy = TotalCommander killer!!<br />
<a rel="nofollow" href="http://www.forum.freecommander.com/viewtopic.php?t=1091">reference</a></p>
<p><a href="http://wheeqo.web.id/tutorial/queuing-in-movecopy-operation-in-freecommander-with-teracopy" rel="bookmark">Queuing in Move/Copy Operation in FreeCommander with TeraCopy</a> was originally appeared on <a href="http://wheeqo.web.id">WheeQo.web.id</a>  posted by R. Bambang Widiatmoko on 13 April 2011.</p>
<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wheeqo.web.id/tutorial/queuing-in-movecopy-operation-in-freecommander-with-teracopy/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Review ASUS K42DR</title>
		<link>http://wheeqo.web.id/computer/review-asus-k42dr</link>
		<comments>http://wheeqo.web.id/computer/review-asus-k42dr#comments</comments>
		<pubDate>Mon, 08 Nov 2010 02:34:12 +0000</pubDate>
		<dc:creator>R. Bambang Widiatmoko</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[asus]]></category>
		<category><![CDATA[benchmark]]></category>
		<category><![CDATA[graphic performance]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[notebook]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[windows experience index]]></category>

		<guid isPermaLink="false">http://wheeqo.web.id/?p=535</guid>
		<description><![CDATA[Price : $599 &#8211; $609 IMO for the budget laptop it has good performance per price. 2 year guarantee from ASUS + AMD Turion II + ATI HD 5470. Specification AMD Turion™ II Dual-Core P520 (2.3 GHz, L2 Cache 2x &#8230; <a href="http://wheeqo.web.id/computer/review-asus-k42dr">Continue reading <span class="meta-nav">&#8594;</span></a>
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><a rel="nofollow" href="http://www.flickr.com/photos/wheeqo/5156092853/" title="ASUS K42DR by Wheeqo, on Flickr"><img src="http://farm5.static.flickr.com/4030/5156092853_d90b4e1061.jpg" width="500" height="282" alt="ASUS K42DR" /></a></p>
<p>Price : $599 &#8211; $609<br />
IMO for the budget laptop it has good performance per price. 2 year guarantee from <strong>ASUS</strong> + <strong>AMD</strong> Turion II + <strong>ATI</strong> HD 5470.<br />
<span id="more-535"></span></p>
<h3>Specification</h3>
<ul>
<li>AMD Turion™ II Dual-Core P520 (2.3 GHz, L2 Cache 2x 1 MB)</li>
<li>2 GB DDR3 SODIMM PC-8500</li>
<li>ATI Mobility Radeon HD 5470 1GB GDDR3</li>
<li>14&#8243; WXGA LED max. 1366&#215;768</li>
<li>320 GB Serial ATA 5400 RPM</li>
<li>DVD±RW</li>
<li>LAN 10 / 100 / 1000 Mbps</li>
<li>WiFi IEEE 802.11b/g/n</li>
<li>Lithium-ion Battery 6cell</li>
<li>Altec Lansing® speakers SRS Premium Sound</li>
<li>3x USB 2.0, VGA, HDMI, LAN, Audio, Webcamera</li>
<li>Touch pad support multi touch</li>
<li>Weight 2.2 kg</li>
</ul>
<p><strong>CPU-Z</strong><br />
<a rel="nofollow" href="http://www.flickr.com/photos/wheeqo/5152780340/" title="CPU-Z_ASUS-K42DR by Wheeqo, on Flickr"><img src="http://farm2.static.flickr.com/1387/5152780340_8e1f08359c.jpg" width="407" height="392" alt="CPU-Z_ASUS-K42DR" /></a></p>
<p><strong>GPU-Z</strong><br />
<a rel="nofollow" href="http://www.flickr.com/photos/wheeqo/5152780118/" title="GPU-Z_ASUS-K42DR by Wheeqo, on Flickr"><img src="http://farm2.static.flickr.com/1264/5152780118_2fc36aaa68.jpg" width="390" height="488" alt="GPU-Z_ASUS-K42DR" /></a></p>
<h3>All Side View</h3>
<p><a rel="nofollow" href="http://www.flickr.com/photos/wheeqo/5156461716/" title="ASUS K42DR _all-side by Wheeqo, on Flickr"><img src="http://farm5.static.flickr.com/4060/5156461716_086d21fe75_z.jpg" width="640" height="360" alt="ASUS K42DR _all-side" /></a><br />
Card reader slot on front side.</p>
<p><a rel="nofollow" href="http://www.flickr.com/photos/wheeqo/5152729966/" title="2010-11-06 14.31.17 by Wheeqo, on Flickr"><img src="http://farm5.static.flickr.com/4132/5152729966_0e4c5fecc7_z.jpg" width="640" height="480" alt="2010-11-06 14.31.17" /></a></p>
<h3>Accessories</h3>
<p>Cable Tie, Manual book, ASUS Notebook PC Driver CD, ASUS Application CD, Notebook Bag.</p>
<h3>Benchmark</h3>
<p>Benchmark in Windows 7 Home Premium. Activating: High Performance setting on ASUS Power4Gear Hybrid, Game Mode on Iobit GameBooster, and Game Mode on Comodo Antivirus.</p>
<h4>3DMark06</h4>
<p>Score: <strong>3972</strong><br />
<a rel="nofollow" href="http://www.flickr.com/photos/wheeqo/5156326586/" title="3DMark06 by Wheeqo, on Flickr"><img src="http://farm2.static.flickr.com/1365/5156326586_09307313fb.jpg" width="270" height="406" alt="3DMark06" /></a></p>
<h4>Game</h4>
<p><strong>Dragon Age: Awakening</strong> 1366&#215;768, Graphic and Texture Detail Medium, No AA. FPS: 10 &#8211; 31. Still playable enough, lower the detail to get higher fps.</p>
<p><strong>Crysis</strong> with 1366&#215;768 and all lower graphic quality also playable without lagging. The test is taken when battle in forest is occurred inside the game. <strong>AVG FPS : 32.8001</strong>; <em>standard deviation : 8.6459</em><br />
<a rel="nofollow" href="http://www.flickr.com/photos/wheeqo/5169301756/" title="Crysis-FPS-chart by Wheeqo, on Flickr"><img src="http://farm2.static.flickr.com/1250/5169301756_c53d629c80_z.jpg" width="640" height="175" alt="Crysis-FPS-chart" /></a></p>
<p><strong>Mass Effect 2</strong>, The test is taken when battle is occurred inside the game.<br />
<strong>AVG FPS: 25.893</strong>, <em>standard deviation: 6.6723</em><br />
<a rel="nofollow" href="http://www.flickr.com/photos/wheeqo/5160797174/" title="Mass_Effect_2-FPS-table by Wheeqo, on Flickr"><img src="http://farm2.static.flickr.com/1327/5160797174_d546e7ca42_z.jpg" width="640" height="139" alt="Mass_Effect_2-FPS-table" /></a></p>
<p><strong>Battlefield Bad Company 2</strong> in Low graphic setting.<br />
<strong>AVG FPS: 25.045</strong><br />
<a rel="nofollow" href="http://www.flickr.com/photos/wheeqo/5298551980/" title="FPS chart Battlefield Bad Company 2 by Wheeqo, on Flickr"><img src="http://farm6.static.flickr.com/5007/5298551980_8afd5cc161_z.jpg" width="567" height="334" alt="FPS chart Battlefield Bad Company 2" /></a></p>
<h4>Windows Performance Index</h4>
<p>Processor : 5.6<br />
Memory (RAM) : 5.5<br />
Graphics : 5.0<br />
Gaming Graphics : 6.2<br />
Primary Hard Disk : 5.4<br />
<a rel="nofollow" href="http://www.flickr.com/photos/wheeqo/5152237199/" title="Windows Experience Index by Wheeqo, on Flickr"><img src="http://farm2.static.flickr.com/1182/5152237199_7f59f46a68_z.jpg" width="640" height="114" alt="Windows Experience Index" /></a></p>
<h4>Temperature</h4>
<p><strong>Before 3DMark06 test / fresh Windows start</strong><br />
<a rel="nofollow" href="http://www.flickr.com/photos/wheeqo/5155715893/" title="Before_3DM by Wheeqo, on Flickr"><img src="http://farm2.static.flickr.com/1245/5155715893_c0e18e73cc_z.jpg" width="515" height="578" alt="Before_3DM" /></a></p>
<p><strong>After 3DMark06 test</strong><br />
<a rel="nofollow" href="http://www.flickr.com/photos/wheeqo/5156326794/" title="After_3DM by Wheeqo, on Flickr"><img src="http://farm2.static.flickr.com/1234/5156326794_7e98dde048_z.jpg" width="515" height="578" alt="After_3DM" /></a></p>
<h3>Other interesting things</h3>
<p><strong>ASUS Cable Tie</strong>, a handy accessories. It will keep the power cable tied and tidy without concerned of losing the cable tie.<br />
<a rel="nofollow" href="http://www.flickr.com/photos/wheeqo/5155804519/" title="ASUS Cable Tie _700 by Wheeqo, on Flickr"><img src="http://farm2.static.flickr.com/1181/5155804519_e76495f336_z.jpg" width="640" height="480" alt="ASUS Cable Tie _700" /></a></p>
<p><strong>ASUS Notebook PC Driver CD</strong>, it&#8217;s a one-click-to-install CD contain Windows 7 drivers and ASUS applications. It&#8217;s very handy to safe your time.<br />
<a rel="nofollow" href="http://www.flickr.com/photos/wheeqo/5152212723/" title="ASUS Notebook PC Driver CD by Wheeqo, on Flickr"><img src="http://farm5.static.flickr.com/4112/5152212723_ce580f85a7_z.jpg" width="640" height="480" alt="ASUS Notebook PC Driver CD" /></a></p>
<p><a href="http://wheeqo.web.id/computer/review-asus-k42dr" rel="bookmark">Review ASUS K42DR</a> was originally appeared on <a href="http://wheeqo.web.id">WheeQo.web.id</a>  posted by R. Bambang Widiatmoko on 8 November 2010.</p>
<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wheeqo.web.id/computer/review-asus-k42dr/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Free Alternative for Adobe Acrobat Professional</title>
		<link>http://wheeqo.web.id/it-article/free-alternative-for-adobe-acrobat-professional</link>
		<comments>http://wheeqo.web.id/it-article/free-alternative-for-adobe-acrobat-professional#comments</comments>
		<pubDate>Sat, 28 Nov 2009 15:46:35 +0000</pubDate>
		<dc:creator>R. Bambang Widiatmoko</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[IT Article]]></category>
		<category><![CDATA[adobe acrobat]]></category>
		<category><![CDATA[alternative]]></category>
		<category><![CDATA[dopdf]]></category>
		<category><![CDATA[freeware]]></category>
		<category><![CDATA[pdf-xchange]]></category>
		<category><![CDATA[pdftk]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://wheeqo.web.id/?p=252</guid>
		<description><![CDATA[OK so we need free alternative software which have these capability: read pdf, add comments, annotations, or stamps; split or merge pdf, add security, and print everything into pdf. PDF-XChange Viewer + doPDF + PDFTK = Adobe Acrobat Professional These &#8230; <a href="http://wheeqo.web.id/it-article/free-alternative-for-adobe-acrobat-professional">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://wheeqo.web.id/blog/free-amazing-alternative-software-for-coreldraw-microsoft-office-and-autocad' rel='bookmark' title='Free Amazing Alternative Software for CorelDRAW, Microsoft Office, and AutoCAD'>Free Amazing Alternative Software for CorelDRAW, Microsoft Office, and AutoCAD</a> <small>We not talked about InkScape or OpenOffice or QCAD. These...</small></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>OK so we need free alternative software which have these capability: read pdf, add comments, annotations, or stamps; split or merge pdf, add security, and print everything into pdf.</p>
<h3>PDF-XChange Viewer + doPDF + PDFTK = Adobe Acrobat Professional</h3>
<p>These are the software we need. It&#8217;s lightweight, freeware, and available in portable version.</p>
<p>1. PDF-XChange Viewer (<a rel="nofollow" href="http://www.docu-track.com/home/prod_user/PDF-XChange_Tools/pdfx_viewer/">Info</a> | <a rel="nofollow" href="http://www.docu-track.com/PDFX_Vwr_Port.zip">Portable</a>)<br />
<img src="http://www.docu-track.com/PdfVwrSample.PNG" alt="PDF-XChange Viewer screenshot" /><br />
This is a PDF reader and editor. You can add comments, annotations, stamps, and dozen of professional features. Only 4MB (15MB after extract) download!</p>
<p>2. doPDF (<a rel="nofollow" href="http://www.dopdf.com/">info</a>)<br />
<img src="http://www.dopdf.com/images/free-pdf-converter.jpg" alt="doPDF screenshot" /></p>
<blockquote><p>doPDF is a free PDF converter for both personal and commercial use. Using doPDF you can create PDF files by selecting the &#8220;Print&#8221; command from virtually any application.</p></blockquote>
<p>3. PDFTK Builder (<a rel="nofollow" href="http://www.accesspdf.com/pdftk/">info</a> | <a rel="nofollow" href="http://www.lupopensuite.com/db/pdftkbuilder.htm">portable</a>)<br />
<img src="http://angusj.com/pdftkb/pdftkb.png" alt="PDFTK Builder screenshot" /></p>
<blockquote><p>It is a GUI frontend to the command-line based PDFTK. It supports the following operations on PDF files: merge, split, background, decrypt and password protection.</p></blockquote>
<p><a href="http://wheeqo.web.id/it-article/free-alternative-for-adobe-acrobat-professional" rel="bookmark">Free Alternative for Adobe Acrobat Professional</a> was originally appeared on <a href="http://wheeqo.web.id">WheeQo.web.id</a>  posted by R. Bambang Widiatmoko on 28 November 2009.</p>
<p>Related posts:<ol>
<li><a href='http://wheeqo.web.id/blog/free-amazing-alternative-software-for-coreldraw-microsoft-office-and-autocad' rel='bookmark' title='Free Amazing Alternative Software for CorelDRAW, Microsoft Office, and AutoCAD'>Free Amazing Alternative Software for CorelDRAW, Microsoft Office, and AutoCAD</a> <small>We not talked about InkScape or OpenOffice or QCAD. These...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wheeqo.web.id/it-article/free-alternative-for-adobe-acrobat-professional/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Free Amazing Alternative Software for CorelDRAW, Microsoft Office, and AutoCAD</title>
		<link>http://wheeqo.web.id/blog/free-amazing-alternative-software-for-coreldraw-microsoft-office-and-autocad</link>
		<comments>http://wheeqo.web.id/blog/free-amazing-alternative-software-for-coreldraw-microsoft-office-and-autocad#comments</comments>
		<pubDate>Mon, 16 Nov 2009 06:54:22 +0000</pubDate>
		<dc:creator>R. Bambang Widiatmoko</dc:creator>
				<category><![CDATA[Autocad]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[CorelDRAW]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[IT Article]]></category>
		<category><![CDATA[alternative]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[microsoft office]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://wheeqo.web.id/?p=231</guid>
		<description><![CDATA[We not talked about InkScape or OpenOffice or QCAD. These software is amazing for me because the tools and the way they used are almost the same with the commercial one. The softwares are: 1. Serif DrawPlus SE &#8212; alternative &#8230; <a href="http://wheeqo.web.id/blog/free-amazing-alternative-software-for-coreldraw-microsoft-office-and-autocad">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://wheeqo.web.id/it-article/free-alternative-for-adobe-acrobat-professional' rel='bookmark' title='Free Alternative for Adobe Acrobat Professional'>Free Alternative for Adobe Acrobat Professional</a> <small>OK so we need free alternative software which have these...</small></li>
<li><a href='http://wheeqo.web.id/tutorial/tutorial-interaktif-autocad' rel='bookmark' title='Tutorial Interaktif AutoCAD'>Tutorial Interaktif AutoCAD</a> <small>Language: bahasa Indonesia Tutorial berikut merupakan bagian dari web e-learning...</small></li>
<li><a href='http://wheeqo.web.id/blog/bottle-caps-for-free-and-environmental-friendly-laptop-stands' rel='bookmark' title='Bottle Caps for Free and Environmental-friendly Laptop Stands'>Bottle Caps for Free and Environmental-friendly Laptop Stands</a> <small>Got this inspiration because I feel the temperature under my...</small></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>We not talked about InkScape or OpenOffice or QCAD. These software is amazing for me because the tools and the way they used are almost the same with the commercial one. The softwares are:</p>
<p>1. <a rel="nofollow" href="http://www.freeserifsoftware.com/software/drawplus/">Serif DrawPlus SE</a> &#8212; alternative to CorelDRAW.<br />
<img src="http://www.freeserifsoftware.com/images/drawplus/screenshot.jpg" alt="Serif DrawPlus SE" /><br />
2. Kingsoft Office Personal 2007 &#8212; alternative to Microsoft Office 2003. <a rel="nofollow" href="http://depositfiles.com/en/files/6554876">Download here</a>.<br />
<img src="http://i34.tinypic.com/jr7afk.jpg" alt="KingSoft Writer" /><br />
<img src="http://i38.tinypic.com/m73qs4.jpg" alt="KingSoft Spreadsheets" /><br />
<img src="http://i34.tinypic.com/2rykqz5.jpg" alt="KingSoft Presentations" /><br />
3. <a rel="nofollow" href="http://www.progesoft.com/en/smart-2009">progeSOFT progeCAD Smart 2009</a> &#8212; alternative to AutoCAD and not for commercial use.<br />
<img src="http://i36.tinypic.com/2db9s08.jpg" alt="progeCAD Smart 2009" /></p>
<p><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab" id="Player_18fc2392-35fd-48e8-a772-17c0e9f0f8f3"  width="600px" height="200px"><param name="movie" value="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&#038;MarketPlace=US&#038;ID=V20070822%2FUS%2Fwheewebidshar-20%2F8010%2F18fc2392-35fd-48e8-a772-17c0e9f0f8f3&#038;Operation=GetDisplayTemplate"><param name="quality" value="high"><param name="bgcolor" value="#FFFFFF"><param name="allowscriptaccess" value="always"><embed src="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&#038;MarketPlace=US&#038;ID=V20070822%2FUS%2Fwheewebidshar-20%2F8010%2F18fc2392-35fd-48e8-a772-17c0e9f0f8f3&#038;Operation=GetDisplayTemplate" id="Player_18fc2392-35fd-48e8-a772-17c0e9f0f8f3" quality="high" bgcolor="#ffffff" name="Player_18fc2392-35fd-48e8-a772-17c0e9f0f8f3" allowscriptaccess="always"  type="application/x-shockwave-flash" align="middle" height="200px" width="600px"></embed></object> <noscript><a rel="nofollow" href="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&#038;MarketPlace=US&#038;ID=V20070822%2FUS%2Fwheewebidshar-20%2F8010%2F18fc2392-35fd-48e8-a772-17c0e9f0f8f3&#038;Operation=NoScript">Amazon.com Widgets</a></noscript></p>
<p><a href="http://wheeqo.web.id/blog/free-amazing-alternative-software-for-coreldraw-microsoft-office-and-autocad" rel="bookmark">Free Amazing Alternative Software for CorelDRAW, Microsoft Office, and AutoCAD</a> was originally appeared on <a href="http://wheeqo.web.id">WheeQo.web.id</a>  posted by R. Bambang Widiatmoko on 16 November 2009.</p>
<p>Related posts:<ol>
<li><a href='http://wheeqo.web.id/it-article/free-alternative-for-adobe-acrobat-professional' rel='bookmark' title='Free Alternative for Adobe Acrobat Professional'>Free Alternative for Adobe Acrobat Professional</a> <small>OK so we need free alternative software which have these...</small></li>
<li><a href='http://wheeqo.web.id/tutorial/tutorial-interaktif-autocad' rel='bookmark' title='Tutorial Interaktif AutoCAD'>Tutorial Interaktif AutoCAD</a> <small>Language: bahasa Indonesia Tutorial berikut merupakan bagian dari web e-learning...</small></li>
<li><a href='http://wheeqo.web.id/blog/bottle-caps-for-free-and-environmental-friendly-laptop-stands' rel='bookmark' title='Bottle Caps for Free and Environmental-friendly Laptop Stands'>Bottle Caps for Free and Environmental-friendly Laptop Stands</a> <small>Got this inspiration because I feel the temperature under my...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wheeqo.web.id/blog/free-amazing-alternative-software-for-coreldraw-microsoft-office-and-autocad/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Graphic Performance in Compaq Presario CQ40-419TX</title>
		<link>http://wheeqo.web.id/it-article/graphic-performance-in-compaq-presario-cq40-419tx</link>
		<comments>http://wheeqo.web.id/it-article/graphic-performance-in-compaq-presario-cq40-419tx#comments</comments>
		<pubDate>Tue, 27 Oct 2009 08:23:31 +0000</pubDate>
		<dc:creator>R. Bambang Widiatmoko</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[IT Article]]></category>
		<category><![CDATA[3dmarks]]></category>
		<category><![CDATA[cpumarks]]></category>
		<category><![CDATA[CQ40]]></category>
		<category><![CDATA[CQ40-419TX]]></category>
		<category><![CDATA[graphic performance]]></category>
		<category><![CDATA[HP Compaq]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[notebook]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[Presario]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[specification]]></category>
		<category><![CDATA[temperature]]></category>
		<category><![CDATA[windows experience index]]></category>

		<guid isPermaLink="false">http://wheeqo.web.id/?p=211</guid>
		<description><![CDATA[Update 7 November 2009 Specification of the notebook: CPU: Intel® Pentium® Dual-Core Mobile Processor T4200 RAM: DDR2 800MHz 1024MB VGA: nVIDIA GeForce G 103M 512MB (dedicated) HDD: 250GB 5400rpm Complete spec see HERE Performance Review 1. 3DMarks 2005 : 3940 &#8230; <a href="http://wheeqo.web.id/it-article/graphic-performance-in-compaq-presario-cq40-419tx">Continue reading <span class="meta-nav">&#8594;</span></a>
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><strong>Update 7 November 2009</strong></p>
<h3>Specification of the notebook:</h3>
<p>CPU: Intel® Pentium® Dual-Core Mobile Processor T4200<br />
RAM: DDR2 800MHz 1024MB<br />
VGA: <strong>nVIDIA GeForce G 103M 512MB</strong> (dedicated)<br />
HDD: 250GB 5400rpm<br />
<em>Complete spec see</em> <a rel="nofollow" href="http://h10010.www1.hp.com/wwpc/vn/en/ho/WF06b/321957-321957-3329742-89318-89318-3884556-3946774.html">HERE</a><br />
<img src="http://h10010.www1.hp.com/wwpc/images/emea/Compaq-Presario-CQ40-400-Notebook-PC-series_400x400.jpg" alt="Compaq Presario CQ40-419TX" /></p>
<h3>Performance Review</h3>
<p>1. 3DMarks 2005 : <strong>3940</strong> | CPUMarks 2005 : <strong>9704</strong><br />
<span id="more-211"></span><br />
<img src="http://i26.tinypic.com/2ch1f1u.jpg" alt="3DMarks 2005 and CPUMarks 2005 Score" /></p>
<p>2. Windows Experience Index : <strong>3.9</strong><br />
<img src="http://i43.tinypic.com/othw14.jpg" alt="Windows Experience Index" /><br />
Update 7 November 2009, upgrade memory +1GB DDR2 667MHz<br />
<img src="http://i38.tinypic.com/5mlnoj.jpg" alt="Windows Experience Index" /><br />
Gaming Graphics down -0.9??</p>
<p>3. Gaming Test with Company of Heroes<br />
a. High quality 1024&#215;768 : <strong>POOR</strong><br />
Average frame rate: <strong>14.5 fps</strong><br />
Maximum frame rate: <strong>52.0 fps</strong><br />
Minimum frame rate: <strong>3.8 fps</strong><br />
<em>High quality setting:</em><br />
<img src="http://i42.tinypic.com/2u7q3vk.jpg" alt="High Quality Graphic Setting from Company of Heroes" /><br />
<em>The preview:</em><br />
<a rel="nofollow" href="http://i43.tinypic.com/2llk0pf.jpg"><img src="http://i43.tinypic.com/2llk0pf.jpg" alt="Preview High Quality from Company of Heroes" /></a><br />
&#8211; <em>it&#8217;s not playable</em></p>
<p>b. Low quality 1024&#215;768 : <strong>GREAT</strong><br />
Average frame rate: <strong>65.2 fps</strong><br />
Maximum frame rate: <strong>177.0 fps</strong><br />
Minimum frame rate: <strong>30.6 fps</strong><br />
<em>Low quality setting:</em><br />
<img src="http://i39.tinypic.com/2vv6nmp.jpg" alt="Low Quality Graphic Setting from Company of Heroes" /><br />
<em>The preview:</em><br />
<a rel="nofollow" href="http://i41.tinypic.com/2rrkyva.jpg"><img src="http://i41.tinypic.com/2rrkyva.jpg" alt="Low Quality Preview Company of Heroes" /></a></p>
<p>4. Temperature Monitoring<br />
The temperature is low enough, I think. I use <a rel="nofollow" href="/blog/bottle-caps-for-free-and-environmental-friendly-laptop-stands">bottle caps for the notebook stands</a>.<br />
Peak, when playing heavy 3D game: around <strong>62 celcius</strong>.<br />
Normal activity like browsing or using office application: around <strong>52 celcius</strong>.<br />
<img src="http://i33.tinypic.com/2njet0n.jpg" alt="Temperature Monitoring" /></p>
<p><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab" id="Player_42448e17-5e21-4327-8bd0-6227f305adfe"  width="600px" height="200px"><param name="movie" value="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&#038;MarketPlace=US&#038;ID=V20070822%2FUS%2Fwheewebidshar-20%2F8010%2F42448e17-5e21-4327-8bd0-6227f305adfe&#038;Operation=GetDisplayTemplate"><param name="quality" value="high"><param name="bgcolor" value="#FFFFFF"><param name="allowscriptaccess" value="always"><embed src="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&#038;MarketPlace=US&#038;ID=V20070822%2FUS%2Fwheewebidshar-20%2F8010%2F42448e17-5e21-4327-8bd0-6227f305adfe&#038;Operation=GetDisplayTemplate" id="Player_42448e17-5e21-4327-8bd0-6227f305adfe" quality="high" bgcolor="#ffffff" name="Player_42448e17-5e21-4327-8bd0-6227f305adfe" allowscriptaccess="always"  type="application/x-shockwave-flash" align="middle" height="200px" width="600px"></embed></object> <noscript><a rel="nofollow" href="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&#038;MarketPlace=US&#038;ID=V20070822%2FUS%2Fwheewebidshar-20%2F8010%2F42448e17-5e21-4327-8bd0-6227f305adfe&#038;Operation=NoScript">Amazon.com Widgets</a></noscript></p>
<p><a href="http://wheeqo.web.id/it-article/graphic-performance-in-compaq-presario-cq40-419tx" rel="bookmark">Graphic Performance in Compaq Presario CQ40-419TX</a> was originally appeared on <a href="http://wheeqo.web.id">WheeQo.web.id</a>  posted by R. Bambang Widiatmoko on 27 October 2009.</p>
<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wheeqo.web.id/it-article/graphic-performance-in-compaq-presario-cq40-419tx/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Bottle Caps for Free and Environmental-friendly Laptop Stands</title>
		<link>http://wheeqo.web.id/blog/bottle-caps-for-free-and-environmental-friendly-laptop-stands</link>
		<comments>http://wheeqo.web.id/blog/bottle-caps-for-free-and-environmental-friendly-laptop-stands#comments</comments>
		<pubDate>Tue, 06 Oct 2009 10:46:08 +0000</pubDate>
		<dc:creator>R. Bambang Widiatmoko</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[bottle cap]]></category>
		<category><![CDATA[environmental friendly]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[laptop stand]]></category>

		<guid isPermaLink="false">http://wheeqo.web.id/?p=209</guid>
		<description><![CDATA[Got this inspiration because I feel the temperature under my laptop is quite hot. Since the original laptop stands is low, so the air circulation is not good for heat release. And I got this idea after seeing bunch of &#8230; <a href="http://wheeqo.web.id/blog/bottle-caps-for-free-and-environmental-friendly-laptop-stands">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://wheeqo.web.id/blog/free-amazing-alternative-software-for-coreldraw-microsoft-office-and-autocad' rel='bookmark' title='Free Amazing Alternative Software for CorelDRAW, Microsoft Office, and AutoCAD'>Free Amazing Alternative Software for CorelDRAW, Microsoft Office, and AutoCAD</a> <small>We not talked about InkScape or OpenOffice or QCAD. These...</small></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Got this inspiration because I feel the temperature under my laptop is quite hot. Since the original laptop stands is low, so the air circulation is not good for heat release. And I got this idea after seeing bunch of plastics waste &#8211; most of them is bottle and separated from organic waste &#8211; in my house. Well, why not use the bottle caps for laptop stands ^^<br />
<a rel="nofollow" href="http://i37.tinypic.com/34ifzw4.jpg"><img src="http://i37.tinypic.com/34ifzw4.jpg" alt="Bottle Caps for Laptop Stands" /></a></p>
<p>I also use broken file binder for laptop base if I use my laptop in bedroom.<br />
<a rel="nofollow" href="http://i33.tinypic.com/156wmu1.jpg"><img src="http://i33.tinypic.com/156wmu1.jpg" alt="File Binder for Laptop Base" /></a></p>
<p><a href="http://wheeqo.web.id/blog/bottle-caps-for-free-and-environmental-friendly-laptop-stands" rel="bookmark">Bottle Caps for Free and Environmental-friendly Laptop Stands</a> was originally appeared on <a href="http://wheeqo.web.id">WheeQo.web.id</a>  posted by R. Bambang Widiatmoko on 6 October 2009.</p>
<p>Related posts:<ol>
<li><a href='http://wheeqo.web.id/blog/free-amazing-alternative-software-for-coreldraw-microsoft-office-and-autocad' rel='bookmark' title='Free Amazing Alternative Software for CorelDRAW, Microsoft Office, and AutoCAD'>Free Amazing Alternative Software for CorelDRAW, Microsoft Office, and AutoCAD</a> <small>We not talked about InkScape or OpenOffice or QCAD. These...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wheeqo.web.id/blog/bottle-caps-for-free-and-environmental-friendly-laptop-stands/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Install G 103M Driver on Windows 7</title>
		<link>http://wheeqo.web.id/blog/install-g-103m-driver-on-windows-7</link>
		<comments>http://wheeqo.web.id/blog/install-g-103m-driver-on-windows-7#comments</comments>
		<pubDate>Sat, 20 Jun 2009 14:32:17 +0000</pubDate>
		<dc:creator>R. Bambang Widiatmoko</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[CQ40]]></category>
		<category><![CDATA[CQ40-419TX]]></category>
		<category><![CDATA[driver]]></category>
		<category><![CDATA[g 103m]]></category>
		<category><![CDATA[HP Compaq]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[Presario]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://wheeqo.web.id/?p=138</guid>
		<description><![CDATA[nVidia GeForce G 103M ussually used in notebook for the VGA adapter. Recently I had problem when install it in Windows 7 for my laptop, HP Compaq Presario CQ40-419TX. nVidia has provide the driver in their website [download here], but &#8230; <a href="http://wheeqo.web.id/blog/install-g-103m-driver-on-windows-7">Continue reading <span class="meta-nav">&#8594;</span></a>
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>nVidia GeForce G 103M ussually used in notebook for the VGA adapter. Recently I had problem when install it in Windows 7 for my laptop, <a rel="nofollow" href="http://h10025.www1.hp.com/ewfrf/wc/product?product=3946773&#038;lc=en&#038;cc=vn&#038;dlc=en&#038;lang=en&#038;cc=vn">HP Compaq Presario CQ40-419TX</a>. nVidia has provide the driver in their website [<a rel="nofollow" href="http://www.nvidia.com/object/geforce_notebook_win7_186.03_whql.html">download here</a>], but the driver couldn&#8217;t be installed in Windows 7. Windows only want to use default Windows VGA driver instead from nVidia. After doing some experiment, I got the solution.<br />
Download the driver, run the file, 186.03_notebook_win7_32bit_international_whql.exe. If you click it, it will extract firstly to the drive, usually in C:\NVIDIA. Don&#8217;t continue the installation, it won&#8217;t work since it will only install the HD Audio driver, not the VGA driver. We only need the extracted files.</p>
<h3>How To:</h3>
<p>1. Open <strong>Device Manager</strong> -> <strong>Display Adapters</strong> -> right click on Standard VGA Adapter -> <strong>Update Driver Software&#8230;</strong><br />
2. <strong>Browse my computer for driver software</strong> -> <strong>Let me pick from a list of device drivers on my computer</strong><br />
3. Click on <strong>Have Disk&#8230;</strong> button.<br />
4. Browse in <strong>C:\NVIDIA\DisplayDriver\186.03\International\Displ ay\nvaa.inf</strong><br />
5. Select <strong>G 103M</strong>. OK.<br />
Now you can experience the aero / 3D flip effect ^^<br />
<img src="http://i43.tinypic.com/othw14.jpg" alt="Windows Experience Index" /><br />
And for the audio driver, I only use from Windows default, since the driver from HP (for Vista) didn&#8217;t work.<br />
<span id="more-138"></span></p>
<p><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab" id="Player_17dc5eb8-29bd-4e4e-af56-f4b8d443f067"  width="600px" height="200px"><param name="movie" value="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&#038;MarketPlace=US&#038;ID=V20070822%2FUS%2Fwheewebidshar-20%2F8010%2F17dc5eb8-29bd-4e4e-af56-f4b8d443f067&#038;Operation=GetDisplayTemplate"><param name="quality" value="high"><param name="bgcolor" value="#FFFFFF"><param name="allowscriptaccess" value="always"><embed src="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&#038;MarketPlace=US&#038;ID=V20070822%2FUS%2Fwheewebidshar-20%2F8010%2F17dc5eb8-29bd-4e4e-af56-f4b8d443f067&#038;Operation=GetDisplayTemplate" id="Player_17dc5eb8-29bd-4e4e-af56-f4b8d443f067" quality="high" bgcolor="#ffffff" name="Player_17dc5eb8-29bd-4e4e-af56-f4b8d443f067" allowscriptaccess="always"  type="application/x-shockwave-flash" align="middle" height="200px" width="600px"></embed></object> <noscript><a rel="nofollow" href="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&#038;MarketPlace=US&#038;ID=V20070822%2FUS%2Fwheewebidshar-20%2F8010%2F17dc5eb8-29bd-4e4e-af56-f4b8d443f067&#038;Operation=NoScript">Amazon.com Widgets</a></noscript></p>
<p><a href="http://wheeqo.web.id/blog/install-g-103m-driver-on-windows-7" rel="bookmark">Install G 103M Driver on Windows 7</a> was originally appeared on <a href="http://wheeqo.web.id">WheeQo.web.id</a>  posted by R. Bambang Widiatmoko on 20 June 2009.</p>
<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wheeqo.web.id/blog/install-g-103m-driver-on-windows-7/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Internetan dengan Notebook Acer + Nokia 3110 Classic + Indosat M3</title>
		<link>http://wheeqo.web.id/tutorial/internetan-dengan-notebook-acer-nokia-3110-classic-indosat-m3</link>
		<comments>http://wheeqo.web.id/tutorial/internetan-dengan-notebook-acer-nokia-3110-classic-indosat-m3#comments</comments>
		<pubDate>Sat, 31 Jan 2009 14:57:38 +0000</pubDate>
		<dc:creator>R. Bambang Widiatmoko</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Acer Aspire 2920Z]]></category>
		<category><![CDATA[gprs]]></category>
		<category><![CDATA[im3]]></category>
		<category><![CDATA[Indosat M3]]></category>
		<category><![CDATA[Internet setting]]></category>
		<category><![CDATA[koneksi Internet]]></category>
		<category><![CDATA[Nokia 3110 classic]]></category>

		<guid isPermaLink="false">http://wheeqo.web.id/?p=81</guid>
		<description><![CDATA[Dua minggu ini dapet notebook pinjeman dari dosen kuliahku, pak Haris. Karena ada bluetoothnya langsung aja dijajal gampang ga seh Internetan pake HP sebagai modemnya tanpa perlu nginstall Nokia PC Suite. Dan hasilnya memuaskan karena konfigurasi yg gampang. Berikut ulasannya. &#8230; <a href="http://wheeqo.web.id/tutorial/internetan-dengan-notebook-acer-nokia-3110-classic-indosat-m3">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://wheeqo.web.id/tutorial/sharing-internet-smart-di-windows-7-dengan-connectify' rel='bookmark' title='Sharing Internet Smart di Windows 7 dengan Connectify'>Sharing Internet Smart di Windows 7 dengan Connectify</a> <small>Hei guys! I got a better alternative software for connectify,...</small></li>
<li><a href='http://wheeqo.web.id/tutorial/mendengarkan-radio-kajian-online-dengan-audio-player' rel='bookmark' title='Mendengarkan Radio Kajian Online dengan Audio Player'>Mendengarkan Radio Kajian Online dengan Audio Player</a> <small>Saat ini dengan adanya teknologi streaming ummat Islam dengan mudahnya...</small></li>
<li><a href='http://wheeqo.web.id/tutorial/analisa-kekuatan-sinyal-modem-dengan-qpst-dan-qxdm' rel='bookmark' title='Analisa Kekuatan Sinyal Modem dengan QPST dan QXDM'>Analisa Kekuatan Sinyal Modem dengan QPST dan QXDM</a> <small>Aplikasi QPST dan QXDM berguna untuk analisa kekuatan sinyal modem,...</small></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><img src="http://i42.tinypic.com/9jennp.jpg" alt="Acer Aspire, Nokia 3110 Classic, Indosat M3 images" /><br />
Dua minggu ini dapet notebook pinjeman dari dosen kuliahku, pak Haris. Karena ada bluetoothnya langsung aja dijajal gampang ga seh Internetan pake HP sebagai modemnya tanpa perlu nginstall Nokia PC Suite. Dan hasilnya memuaskan karena konfigurasi yg gampang. Berikut ulasannya.<br />
Notebook: <strong>Acer Aspire 2920Z</strong><br />
HP: <strong>Nokia 3110 classic</strong><br />
Operator: <strong>Indosat M3</strong></p>
<h3>Pengaturan di HP</h3>
<p>Aktifkan Bluetooth di HP: <strong>Settings </strong>-> <strong>Connectivity </strong>-> <strong>Bluetooth </strong>-> <strong>On</strong></p>
<h3>Pengaturan di notebook</h3>
<p>Notebook Acer ini telah menyediakan tombol di keyboard untuk mengaktifkan Bluetooth, jadi tinggal pencet aja deh sung aktif. Pada Windows, buka <strong>My Bluetooth Place </strong>-> <strong>Add a Bluetooth Device</strong>. Setelah hapenya telah terdeteksi, lewati (Skip) opsi tuk mengisi security key, pada pilihan <strong>Bluetooth Service</strong>, pilih <strong>Dial-up networking</strong>.<br />
Klik dua kali pada icon [nama hape] Dial-up networking, untuk pertama kali biasanya di hape akan ada konfirmasi untuk konek dengan notebook. Lalu akan muncul jendela <strong>Connect BluetoothConnection</strong>.<br />
<img src="http://i40.tinypic.com/flex41.jpg" alt="Connect BluetoothConnection window" /></p>
<h3>Konfigurasi Internet dengan Indosat M3</h3>
<p>Dial: <strong>*99***1#</strong><br />
Untuk pemakaian <em>volume based</em> (Rp 1.1/kB):<br />
Username: <strong>gprs</strong><br />
Password: <strong>im3</strong><br />
Untuk pemakaian <em>time based</em> (Rp 110/menit):<br />
Username dan password: <strong>indosat@durasi</strong><br />
Bila tarif masih dirasa mahal, Indosat telah menyediakan <a rel="nofollow" href="http://www.indosat.com/Mentari/Mentari_Update/Voucher_Internet_Indosat" title="Voucher Internet Indosat">Voucher Internet Indosat</a>, dengan tarif Rp 10/30dtk atau Rp 5000 selama 250mnt.</p>
<p>Walaupun ga cepet2 amat, sering dc, n nguras baterai hape juga; tandem ini bisa berguna disaat2 genting klo koneksi Internet tidak tersedia dan sangat dibutuhkan <em>*pengalaman*</em>.</p>
<p><a href="http://wheeqo.web.id/tutorial/internetan-dengan-notebook-acer-nokia-3110-classic-indosat-m3" rel="bookmark">Internetan dengan Notebook Acer + Nokia 3110 Classic + Indosat M3</a> was originally appeared on <a href="http://wheeqo.web.id">WheeQo.web.id</a>  posted by R. Bambang Widiatmoko on 31 January 2009.</p>
<p>Related posts:<ol>
<li><a href='http://wheeqo.web.id/tutorial/sharing-internet-smart-di-windows-7-dengan-connectify' rel='bookmark' title='Sharing Internet Smart di Windows 7 dengan Connectify'>Sharing Internet Smart di Windows 7 dengan Connectify</a> <small>Hei guys! I got a better alternative software for connectify,...</small></li>
<li><a href='http://wheeqo.web.id/tutorial/mendengarkan-radio-kajian-online-dengan-audio-player' rel='bookmark' title='Mendengarkan Radio Kajian Online dengan Audio Player'>Mendengarkan Radio Kajian Online dengan Audio Player</a> <small>Saat ini dengan adanya teknologi streaming ummat Islam dengan mudahnya...</small></li>
<li><a href='http://wheeqo.web.id/tutorial/analisa-kekuatan-sinyal-modem-dengan-qpst-dan-qxdm' rel='bookmark' title='Analisa Kekuatan Sinyal Modem dengan QPST dan QXDM'>Analisa Kekuatan Sinyal Modem dengan QPST dan QXDM</a> <small>Aplikasi QPST dan QXDM berguna untuk analisa kekuatan sinyal modem,...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wheeqo.web.id/tutorial/internetan-dengan-notebook-acer-nokia-3110-classic-indosat-m3/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>After Virus Attack: .exe .com .reg File Extension Is Not Working</title>
		<link>http://wheeqo.web.id/tutorial/after-virus-attack-exe-com-reg-file-extension-is-not-working</link>
		<comments>http://wheeqo.web.id/tutorial/after-virus-attack-exe-com-reg-file-extension-is-not-working#comments</comments>
		<pubDate>Mon, 26 Jan 2009 16:22:15 +0000</pubDate>
		<dc:creator>R. Bambang Widiatmoko</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[antivirus]]></category>
		<category><![CDATA[file type]]></category>
		<category><![CDATA[hijackthis]]></category>

		<guid isPermaLink="false">http://wheeqo.web.id/?p=74</guid>
		<description><![CDATA[Well this happen yesterday in my campus, I forget what the virus’ name is, but this virus caused the folders to be “super hidden” and show folder icons that contain virus (application type). It seems I got successfully delete the &#8230; <a href="http://wheeqo.web.id/tutorial/after-virus-attack-exe-com-reg-file-extension-is-not-working">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://wheeqo.web.id/tutorial/tips-after-virus-attack' rel='bookmark' title='Tips After Virus Attack'>Tips After Virus Attack</a> <small>The Virus Crime There are a lot of virus nowadays,...</small></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Well this happen yesterday in <a rel="nofollow"  href="http://www.ittelkom.ac.id">my campus</a>, I forget what the virus’ name is, but this virus caused the folders to be “super hidden” and show folder icons that contain virus (application type). It seems I got successfully delete the virus after install NIS 2009 then repair the registry and clean the remaining virus file (see <a  href="http://wheeqo.web.id/tutorial/tips-after-virus-attack" title="Tips After Virus Attack">my old post</a>).<br />
But after the virus is gone, I can’t run file with extension .exe, .com, .reg, or maybe other extensions.</p>
<h3>How To Fix</h3>
<p>After <a rel="nofollow" href="http://www.google.com">googling</a> I found <a rel="nofollow" href="http://windowsxp.mvps.org/exefile.htm" title="windowsxp.mvps.org">this web</a>.
</p>
<ul>
<li>I download the <a rel="nofollow"  href="http://www.winhelponline.com/exefix_xp.com">exefix_xp.com</a> file.</li>
<li>After that boot to <strong>Safe Mode with Command Prompt</strong>,</li>
<li>run the file and it worked!</li>
</ul>
<p><strong>Update</strong>: About the exefix_xp.com file here is the result about the file scanned in www.virustotal.com: <a rel="nofollow"  href="http://www.virustotal.com/analisis/8f39789820a7230b43b6f772482bcf25" title="click to see the complete result">scan result</a><br />
File exefix_xp.com received on 11.23.2008 00:03:57 (CET)<br />
Current status: finished<br />
<em>Result: 3/37 (8.11%)</em></p>
<p><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab" id="Player_0cf7a89b-f0f8-47ae-8614-3d354b1518b5"  width="600px" height="200px"><param name="movie" value="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&#038;MarketPlace=US&#038;ID=V20070822%2FUS%2Fwheewebidshar-20%2F8010%2F0cf7a89b-f0f8-47ae-8614-3d354b1518b5&#038;Operation=GetDisplayTemplate"><param name="quality" value="high"><param name="bgcolor" value="#FFFFFF"><param name="allowscriptaccess" value="always"><embed src="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&#038;MarketPlace=US&#038;ID=V20070822%2FUS%2Fwheewebidshar-20%2F8010%2F0cf7a89b-f0f8-47ae-8614-3d354b1518b5&#038;Operation=GetDisplayTemplate" id="Player_0cf7a89b-f0f8-47ae-8614-3d354b1518b5" quality="high" bgcolor="#ffffff" name="Player_0cf7a89b-f0f8-47ae-8614-3d354b1518b5" allowscriptaccess="always"  type="application/x-shockwave-flash" align="middle" height="200px" width="600px"></embed></object> <noscript><a rel="nofollow" href="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&#038;MarketPlace=US&#038;ID=V20070822%2FUS%2Fwheewebidshar-20%2F8010%2F0cf7a89b-f0f8-47ae-8614-3d354b1518b5&#038;Operation=NoScript">Amazon.com Widgets</a></noscript></p>
<p><a href="http://wheeqo.web.id/tutorial/after-virus-attack-exe-com-reg-file-extension-is-not-working" rel="bookmark">After Virus Attack: .exe .com .reg File Extension Is Not Working</a> was originally appeared on <a href="http://wheeqo.web.id">WheeQo.web.id</a>  posted by R. Bambang Widiatmoko on 26 January 2009.</p>
<p>Related posts:<ol>
<li><a href='http://wheeqo.web.id/tutorial/tips-after-virus-attack' rel='bookmark' title='Tips After Virus Attack'>Tips After Virus Attack</a> <small>The Virus Crime There are a lot of virus nowadays,...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wheeqo.web.id/tutorial/after-virus-attack-exe-com-reg-file-extension-is-not-working/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
