<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><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:atom="http://www.w3.org/2005/Atom" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Laptop Info Today » Laptop Info Today &gt;&gt; Info Tech Today</title>
	
	<link>http://www.myboxpro.com</link>
	<description>All the latest news for Notebook Computer Users</description>
	<pubDate>Tue, 24 Jun 2008 06:28:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
	<image>
<link>http://www.myboxpro.com</link>
<url>http://www.myboxpro.com/wp-content/mbp-favicon/lappy.jpg</url>
<title>Laptop Info Today</title>
</image>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/myboxpro" type="application/rss+xml" /><item>
		<title>Repair XP Installation Using Recovery Console</title>
		<link>http://feeds.feedburner.com/~r/myboxpro/~3/318662419/repair-xp-installation-using-recovery-console</link>
		<comments>http://www.myboxpro.com/notebook-operating-system/repair-xp-installation-using-recovery-console#comments</comments>
		<pubDate>Tue, 24 Jun 2008 06:28:21 +0000</pubDate>
		<dc:creator>Mohd Fauzi A Rahman</dc:creator>
		
		<category><![CDATA[Notebook Operating System]]></category>

		<category><![CDATA[Notebook Tip]]></category>

		<category><![CDATA[laptop]]></category>

		<category><![CDATA[notebook]]></category>

		<category><![CDATA[recovery console]]></category>

		<category><![CDATA[repair boot files]]></category>

		<category><![CDATA[repair windows]]></category>

		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://www.myboxpro.com/?p=131</guid>
		<description><![CDATA[If you are using Windows XP, you might be aware of the option &#8220;Repair Windows XP Using Recovery Console&#8221; at the setup of your Windows XP installation.
This is one of the most undertilised options that is being used by users when there is a crash in the Windows XP operating system.
I recently encountered this issue [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Repair XP Installation Using Recovery Console", url: "http://www.myboxpro.com/notebook-operating-system/repair-xp-installation-using-recovery-console" });</script>]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>If you are using Windows XP, you might be aware of the option &#8220;Repair Windows XP Using Recovery Console&#8221; at the setup of your Windows XP installation.</p>
<p>This is one of the most undertilised options that is being used by users when there is a crash in the Windows XP operating system.</p>
<p>I recently encountered this issue with my clients laptop as his laptop keeps on restarting.</p>
<p>When that happen, the only idea i will get is the boot up file (Boot.ini) is corrupted.</p>
<p>Normally the easiest way out is to use the &#8220;Automatic Repair&#8221; function, but in this case that option is unavailable on my client&#8217;s laptop.</p>
<p>Another way out is to &#8220;F&#8221; (which means format) the hard drive of the laptop but think about the valuable data you are going to erase <img src='http://www.myboxpro.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> .</p>
<p>Hence, I&#8217;m giving my shot using the &#8220;old-school&#8221; command prompt style which is the Recovery Console&#8221;.</p>
<p><img src="http://icrontic.com/draco/images/articles/repairing_windows_xp_in_eight_commands/xp_src_welcome.gif" alt="" width="541" height="219" /></p>
<p>Press R on your keyboard to enter the Recovery Console.</p>
<p><span id="more-131"></span></p>
<p>Basically on the Recovery Console is only command prompt, nothing else.</p>
<p>To begin Windows will provide you the necessary information for you to begin your repair.</p>
<p>Here are he steps for you to take note when performing this process:-</p>
<p><img src="http://icrontic.com/draco/images/articles/repairing_windows_xp_in_eight_commands/xp_src_console.gif" alt="" width="540" height="191" /></p>
<p>1) After the first question, type <strong>1 </strong>and press enter.</p>
<p>Type the administrator password (if available) and hit enter.</p>
<p><img src="http://icrontic.com/draco/images/articles/repairing_windows_xp_in_eight_commands/xp_src_recurse.gif" alt="" width="540" height="207" /></p>
<p>2) Type <strong>CD ..</strong> (note there must be a space between CD and .. )</p>
<p>This will bring you to the main &#8220;C&#8221; directory.</p>
<p><img src="http://icrontic.com/draco/images/articles/repairing_windows_xp_in_eight_commands/xp_src_attributes.gif" alt="" width="540" height="261" /></p>
<p>3) Type the following attributes.</p>
<ul>
<li><strong>C:\&gt;ATTRIB -H C:\\BOOT.INI</strong></li>
<li><strong>C:\&gt;ATTRIB -R C:\\BOOT.INI</strong></li>
<li><strong>C:\&gt;ATTRIB -S C:\\BOOT.INI</strong></li>
</ul>
<p><img src="http://icrontic.com/draco/images/articles/repairing_windows_xp_in_eight_commands/xp_src_delete.gif" alt="" width="540" height="317" /></p>
<p>4) Type <strong>DEL BOOT.INI</strong></p>
<p>5) After that type <strong>BOOTCFG /Rebuild</strong></p>
<p><img src="http://icrontic.com/draco/images/articles/repairing_windows_xp_in_eight_commands/xp_src_rebuild.gif" alt="" width="540" height="396" /></p>
<p>This process may take some time to complete,</p>
<p>Once that is done, just type <strong>CHKDSK /R /F .</strong></p>
<p>This procees again will take some time as it will check the disk status. Do note it can take up to 30 minutes or more on slower machines.</p>
<p>Once the check disk process is complete, complete the whole process by typing <strong>FIXBOOT</strong> and click enter.</p>
<p>You will be given a prompt that reads <strong>&#8220;</strong><strong>Sure you want to write a new bootsector to the partition C: ?&#8221;</strong></p>
<p>Simply type Y for yes. Once done, type exit to restart your PC. You will now be able to boot normally on your Windows XP.</p>
<p><map name='google_ad_map_131_f86b6b23dade5c2c'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/131?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_131_f86b6b23dade5c2c' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=131&amp;url= http%3A%2F%2Fwww.myboxpro.com%2Fnotebook-operating-system%2Frepair-xp-installation-using-recovery-console' /></p><!-- google_ad_section_end --><p><a href="http://sharethis.com/item?&wp=2.5.1&amp;publisher=f3602d23-7447-4d43-867c-a96d6ba9a66f&amp;title=Repair+XP+Installation+Using+Recovery+Console&amp;url=http%3A%2F%2Fwww.myboxpro.com%2Fnotebook-operating-system%2Frepair-xp-installation-using-recovery-console">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.myboxpro.com/notebook-operating-system/repair-xp-installation-using-recovery-console/feed</wfw:commentRss>
		<feedburner:origLink>http://www.myboxpro.com/notebook-operating-system/repair-xp-installation-using-recovery-console</feedburner:origLink></item>
		<item>
		<title>Free Office Suite For Your Mac</title>
		<link>http://feeds.feedburner.com/~r/myboxpro/~3/317899351/free-office-suite-for-your-mac</link>
		<comments>http://www.myboxpro.com/notebook-software/free-office-suite-for-your-mac#comments</comments>
		<pubDate>Mon, 23 Jun 2008 06:54:06 +0000</pubDate>
		<dc:creator>Mohd Fauzi A Rahman</dc:creator>
		
		<category><![CDATA[Notebook Software]]></category>

		<category><![CDATA[free software]]></category>

		<category><![CDATA[laptop]]></category>

		<category><![CDATA[mac]]></category>

		<category><![CDATA[macbook]]></category>

		<category><![CDATA[neooffice]]></category>

		<category><![CDATA[notebook]]></category>

		<category><![CDATA[Office]]></category>

		<category><![CDATA[office suite]]></category>

		<category><![CDATA[open source]]></category>

		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://www.myboxpro.com/?p=130</guid>
		<description><![CDATA[In Windows or linux we are fond of seeing users migrating to OpenOffice.org.
Why?
Simply because it&#8217;s open-source and it&#8217;s free.
However what about the Apple MAC users?
Based on the OpenOffice.org, the open source community build Neo Office.
Let&#8217;s go into further details.

Neo Office is another OpenOffice.org actually except it is for MAC users only.
Based on the Open Document [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Free Office Suite For Your Mac", url: "http://www.myboxpro.com/notebook-software/free-office-suite-for-your-mac" });</script>]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>In Windows or linux we are fond of seeing users migrating to OpenOffice.org.</p>
<p>Why?<img class="alignright" style="margin: 2px; float: right;" src="http://doe.k12.hi.us/images/neoofficelogo.png" alt="" width="115" height="118" /></p>
<p>Simply because it&#8217;s open-source and it&#8217;s free.</p>
<p>However what about the Apple MAC users?</p>
<p>Based on the OpenOffice.org, the open source community build Neo Office.</p>
<p>Let&#8217;s go into further details.</p>
<p><span id="more-130"></span></p>
<p>Neo Office is another OpenOffice.org actually except it is for MAC users only.</p>
<p>Based on the Open Document Format (ODF), Neo Office provides a full-featured office suite for your MAC.</p>
<p>Neo Office Includes :-</p>
<ol>
<li>Word Processing</li>
<li>Spreadsheet</li>
<li>Presentation</li>
<li>Drawing</li>
<li>Database</li>
</ol>
<p><img style="margin: 2px; vertical-align: middle;" src="http://images.macnn.com/macnn/news/0708/neooffice221-lg.jpg" alt="" width="500" height="375" /></p>
<p>As you can see in the interface (above), there&#8217;s not much difference as compared to OpenOffice.org applications in Windows or Linux.</p>
<p>However it has its laidback in supporting the new Microsoft Office formats whic are xml-based.</p>
<p><strong>Izzy Rocks column</strong> :</p>
<p>1) No risk in trying this application.</p>
<p>2) However, you need to note there might be alignment differences when opening a Microsoft Office application. This happens in OpenOffice.org and it also happens in tis suite.</p>
<p>3) Loading time is also much slower as compared to Microsoft Office.</p>
<p>4) Similarly like Microsoft Office, there will be bugs on the software and you need to check the official website <a href="http://www.neooffice.org" target="_blank"><span style="text-decoration: underline;"><strong>NeoOffice.org</strong></span></a> for updated patches.<br />
<script type="text/javascript"><!--
google_ad_client = "pub-8414644197968331";
/* 336x280, created 6/22/08 */
google_ad_slot = "3436980522";
google_ad_width = 336;
google_ad_height = 280;
//-->
// &#8211;&gt;
// &#8211;&gt;
// &#8211;&gt;</script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script><br />
To get you free office suite for your Mac OSX ==&gt; Click <span style="text-decoration: underline;"><strong><a href="http://www.neooffice.org" target="_blank"><span style="color: #888888;">Here</span></a></strong></span></p>
<p><map name='google_ad_map_130_f86b6b23dade5c2c'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/130?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_130_f86b6b23dade5c2c' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=130&amp;url= http%3A%2F%2Fwww.myboxpro.com%2Fnotebook-software%2Ffree-office-suite-for-your-mac' /></p><!-- google_ad_section_end --><p><a href="http://sharethis.com/item?&wp=2.5.1&amp;publisher=f3602d23-7447-4d43-867c-a96d6ba9a66f&amp;title=Free+Office+Suite+For+Your+Mac&amp;url=http%3A%2F%2Fwww.myboxpro.com%2Fnotebook-software%2Ffree-office-suite-for-your-mac">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.myboxpro.com/notebook-software/free-office-suite-for-your-mac/feed</wfw:commentRss>
		<feedburner:origLink>http://www.myboxpro.com/notebook-software/free-office-suite-for-your-mac</feedburner:origLink></item>
		<item>
		<title>PC Show 2008 - Pricelist</title>
		<link>http://feeds.feedburner.com/~r/myboxpro/~3/310166735/pc-show-2008-pricelist</link>
		<comments>http://www.myboxpro.com/notebook-events/pc-show-2008-pricelist#comments</comments>
		<pubDate>Fri, 13 Jun 2008 00:18:03 +0000</pubDate>
		<dc:creator>Mohd Fauzi A Rahman</dc:creator>
		
		<category><![CDATA[Notebook Events]]></category>

		<category><![CDATA[laptop info today]]></category>

		<category><![CDATA[myboxpro.com]]></category>

		<category><![CDATA[PC show 2008]]></category>

		<category><![CDATA[price list]]></category>

		<category><![CDATA[pricelist]]></category>

		<guid isPermaLink="false">http://www.myboxpro.com/?p=129</guid>
		<description><![CDATA[It&#8217;s been a long while since I did any posting for my blog; I had to apologize to all my loyal readers out there.
Anyway I went to the PC Show yesterday and it was cool  .
I know more will be coming to the event this weekend &#8230;. so I decided to post something of [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "PC Show 2008 - Pricelist", url: "http://www.myboxpro.com/notebook-events/pc-show-2008-pricelist" });</script>]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>It&#8217;s been a long while since I did any posting for my blog; I had to apologize to all my loyal readers out there.</p>
<p>Anyway I went to the PC Show yesterday and it was cool <img src='http://www.myboxpro.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p>I know more will be coming to the event this weekend &#8230;. so I decided to post something of your benefit (everyone I suppose) &#8230;&#8230; The <a href="http://imagehost.yourfirstcreditcard.com/plogger/2008_pricelists/pc_show_2008" target="_blank"><span style="text-decoration: underline;"><strong>Price List</strong></span></a>.</p>
<p>The PC Show 2008 <a href="http://imagehost.yourfirstcreditcard.com/plogger/2008_pricelists/pc_show_2008"><span style="text-decoration: underline;"><strong>Price List</strong></span></a> is something of a lot of people&#8217;s request and here is the link</p>
<p>*Courtesy of hardwarezone forum - <a href="http://imagehost.yourfirstcreditcard.com/plogger/2008_pricelists/pc_show_2008" target="_blank"><strong><span style="text-decoration: underline;">Pricelist</span></strong></a> PC Show 2008</p>
<p><map name='google_ad_map_129_f86b6b23dade5c2c'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/129?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_129_f86b6b23dade5c2c' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=129&amp;url= http%3A%2F%2Fwww.myboxpro.com%2Fnotebook-events%2Fpc-show-2008-pricelist' /></p><!-- google_ad_section_end --><p><a href="http://sharethis.com/item?&wp=2.5.1&amp;publisher=f3602d23-7447-4d43-867c-a96d6ba9a66f&amp;title=PC+Show+2008+-+Pricelist&amp;url=http%3A%2F%2Fwww.myboxpro.com%2Fnotebook-events%2Fpc-show-2008-pricelist">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.myboxpro.com/notebook-events/pc-show-2008-pricelist/feed</wfw:commentRss>
		<feedburner:origLink>http://www.myboxpro.com/notebook-events/pc-show-2008-pricelist</feedburner:origLink></item>
		<item>
		<title>Laptop Software Review - VEOH TV (Part 1)</title>
		<link>http://feeds.feedburner.com/~r/myboxpro/~3/296388426/laptop-software-review-veoh-tv-part-1</link>
		<comments>http://www.myboxpro.com/notebook-software/laptop-software-review-veoh-tv-part-1#comments</comments>
		<pubDate>Fri, 23 May 2008 07:51:44 +0000</pubDate>
		<dc:creator>Mohd Fauzi A Rahman</dc:creator>
		
		<category><![CDATA[Notebook Reviews]]></category>

		<category><![CDATA[Notebook Software]]></category>

		<guid isPermaLink="false">http://www.myboxpro.com/?p=125</guid>
		<description><![CDATA[For most of you who have downloaded this software will find it one of the best softwares that you simply can&#8217;t let go off &#8230;&#8230;???????? ????? ????????
The software I am talking about is  VEOH TV.
It is said to be one of the most popular applications downloaded by millions of users today and you might [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Laptop Software Review - VEOH TV (Part 1)", url: "http://www.myboxpro.com/notebook-software/laptop-software-review-veoh-tv-part-1" });</script>]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>For most of you who have downloaded this software will find it one of the best softwares that you simply can&#8217;t let go off &#8230;&#8230;<img class="alignright" style="margin: 2px; float: right;" src="http://p-appserver.veoh.com/static/images/PlayThumbVeoh.jpg" alt="" width="387" height="295" /><font style="position: absolute;overflow: hidden;height: 0;width: 0"><a href="http://kvantservice.com/">???????? ????? ????????</a></font></p>
<p>The software I am talking about is  <strong>VEOH TV</strong>.</p>
<p>It is said to be one of the most popular applications downloaded by millions of users today and you might want to get hold of this FREE software right now!</p>
<p>I&#8217;ll be reviewing about this software today and why is it good have to it installed on your laptop <img src='http://www.myboxpro.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> this goes to all computers in general <img src='http://www.myboxpro.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> .</p>
<p>Till the day I explored this beautiful piece of software; the day has never been the same again.</p>
<p><map name='google_ad_map_125_f86b6b23dade5c2c'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/125?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_125_f86b6b23dade5c2c' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=125&amp;url= http%3A%2F%2Fwww.myboxpro.com%2Fnotebook-software%2Flaptop-software-review-veoh-tv-part-1' /></p><!-- google_ad_section_end --><p><a href="http://sharethis.com/item?&wp=2.5.1&amp;publisher=f3602d23-7447-4d43-867c-a96d6ba9a66f&amp;title=Laptop+Software+Review+-+VEOH+TV+%28Part+1%29&amp;url=http%3A%2F%2Fwww.myboxpro.com%2Fnotebook-software%2Flaptop-software-review-veoh-tv-part-1">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.myboxpro.com/notebook-software/laptop-software-review-veoh-tv-part-1/feed</wfw:commentRss>
		<feedburner:origLink>http://www.myboxpro.com/notebook-software/laptop-software-review-veoh-tv-part-1</feedburner:origLink></item>
		<item>
		<title>Top Budgets Laptops Under US$1K (Part 4)</title>
		<link>http://feeds.feedburner.com/~r/myboxpro/~3/295563585/top-budgets-laptops-under-us1k-part-4</link>
		<comments>http://www.myboxpro.com/notebook-hardware/top-budgets-laptops-under-us1k-part-4#comments</comments>
		<pubDate>Thu, 22 May 2008 04:53:20 +0000</pubDate>
		<dc:creator>Mohd Fauzi A Rahman</dc:creator>
		
		<category><![CDATA[Notebook Hardware]]></category>

		<category><![CDATA[Notebook Reviews]]></category>

		<category><![CDATA[Acer]]></category>

		<category><![CDATA[Acer Aspire 5920-6954]]></category>

		<category><![CDATA[budget laptop]]></category>

		<category><![CDATA[computer]]></category>

		<category><![CDATA[laptop]]></category>

		<category><![CDATA[notebook]]></category>

		<category><![CDATA[review]]></category>

		<category><![CDATA[value for money]]></category>

		<guid isPermaLink="false">http://www.myboxpro.com/?p=124</guid>
		<description><![CDATA[I&#8217;m back with the number 2 of this series and as we are moving closer to number 1, just a sneek peek on what is upcoming on Laptop Info Today.
There will be new products that I&#8217;ll be reviewing within the next couple of months so you might want to subscribe to my RSS feed to [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Top Budgets Laptops Under US$1K (Part 4)", url: "http://www.myboxpro.com/notebook-hardware/top-budgets-laptops-under-us1k-part-4" });</script>]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>I&#8217;m back with the number 2 of this series and as we are moving closer to number 1, just a sneek peek on what is upcoming on Laptop Info Today.</p>
<p>There will be new products that I&#8217;ll be reviewing within the next couple of months so you might want to subscribe to my<span style="text-decoration: underline;"><strong> <a href="http://feeds.feedburner.com/myboxpro" target="_blank">RSS</a> </strong></span>feed to get the latest information or updates of the new and upcoming posts via <a href="http://feeds.feedburner.com/myboxpro" target="_blank"><span style="text-decoration: underline;"><strong>RSS</strong></span></a>.</p>
<p>As ever the <strong>PC show 2008</strong> is coming to town (<strong>12 till 15 June 2008</strong>).</p>
<p>As always I&#8217;ll be covering that as well and judging by the overwhelming response I had received  ( a staggering 200 odd visitors per day on this site), you bet I&#8217;ll be covering more tips on how to make the event work to your advantage.</p>
<p>Also there will be an &#8220;<strong>Izzy Rocks</strong>&#8221; column at the end of every post from now on. This is my personal opinion and comments after my overall review which you may or not find it useful. Generally it is un-bias opinion that&#8217;s all.</p>
<p>Now let&#8217;s get back to the topic which I&#8217;m reviewing today which is the number 2 laptop that is budgeted below the $1K value.</p>
<p>If you are familiar with Laptop branding, you will find this brand very familiar. It has to be because it is one of the largest notebook making companies in the world and being at number 2 it is not very surprising according to my standards <img src='http://www.myboxpro.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> .</p>
<p>What notebook brand am I talking about?</p>
<p><span id="more-124"></span></p>
<p>Of course it must be an <a href="http://www.acer.com/public/home.jsp" target="_blank"><span style="text-decoration: underline;"><strong>ACER</strong></span></a>.</p>
<p>Acer is one of the largest notebook companies and because of it is value for money deal, the number 2 notebook of this review series is the <strong>Acer Aspire 5920-6954 notebook</strong>.</p>
<p>Before I move further let us check out on the specs.</p>
<ol type="1">
<li><em>CPU:</em> 1.66-GHz Core 2 Duo T5450<img class="alignright" style="margin: 2px; float: right;" src="http://mst.24h.com.vn/upload/news/2008-03-15/quyennl150308Acerdung.jpg" alt="" width="415" height="396" /></li>
<li><em>Display Size (inches):</em> 15.4</li>
<li><em>Wide Screen:</em> Yes</li>
<li><em>Total HD Size (GB):</em> 250</li>
<li><em>Min. Weight (lbs.):</em> 7.2</li>
<li><em>Price When Reviewed:</em> $999</li>
</ol>
<p>This Acer notebook is one for the home users. Due to the large 15.4 inch widescreen LCD, you will expect it to be heavy (around 7.2 pounds in weight), that aches on my shoulders <img src='http://www.myboxpro.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> .</p>
<p>Unlike most budgeted laptops, this laptop is built to be HD ready (which simply means you can hook this fine electronic computer to your  High Definition LCD TV). That will be awesome if you&#8217;re playing games such as Far Cry which a big LCD monitor in front of you.</p>
<p>In terms of sound, the speakers have an in-built sub-woofer for that nice and deep bass sound for the musical listeners out there. Best of all, you need not even need to launch Windows if you only want to listen music from the computer!</p>
<p><strong>Izzy Rocks Says</strong>: -</p>
<p>This beauty machine is a top notch machine for home users out there. Not only it is cost effective but it has the capabilities of what high end computers are having.</p>
<p>My disadvantage point has only been the weight which can be a pain on the shoulders if you are always carrying it around with you.</p>
<p>For the gaming section, you might have to cash in a couple of bucks to get the nVdia Go GeForce 8600M GS card with 256mB graphics memory installed as the budget one will come only with the Intel 950 built in graphics.</p>
<p>This is a recommended product for &#8220;Home&#8221; users and all I can say is that this product is a <strong>GEM</strong> of an item.</p>
<p>Rating (out of ten):- 8.3</p>
<p>The number one budget laptop is coming very soon &#8230;&#8230;. stay tuned.</p>
<p>Meanwhile you can leave your comment below&#8230;.<br />
<script type="text/javascript"><!--
google_ad_client = "pub-8414644197968331";
/* 336x280, created 5/21/08 */
google_ad_slot = "4287302126";
google_ad_width = 336;
google_ad_height = 280;
//-->
// &#8211;&gt;
// &#8211;&gt;</script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></p>
<p><map name='google_ad_map_124_f86b6b23dade5c2c'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/124?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_124_f86b6b23dade5c2c' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=124&amp;url= http%3A%2F%2Fwww.myboxpro.com%2Fnotebook-hardware%2Ftop-budgets-laptops-under-us1k-part-4' /></p><!-- google_ad_section_end --><p><a href="http://sharethis.com/item?&wp=2.5.1&amp;publisher=f3602d23-7447-4d43-867c-a96d6ba9a66f&amp;title=Top+Budgets+Laptops+Under+US%241K+%28Part+4%29&amp;url=http%3A%2F%2Fwww.myboxpro.com%2Fnotebook-hardware%2Ftop-budgets-laptops-under-us1k-part-4">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.myboxpro.com/notebook-hardware/top-budgets-laptops-under-us1k-part-4/feed</wfw:commentRss>
		<feedburner:origLink>http://www.myboxpro.com/notebook-hardware/top-budgets-laptops-under-us1k-part-4</feedburner:origLink></item>
		<item>
		<title>Use AusLogic Disk Defrag For Your Laptop</title>
		<link>http://feeds.feedburner.com/~r/myboxpro/~3/290009086/use-auslogic-disk-defrag-for-your-laptop</link>
		<comments>http://www.myboxpro.com/notebook-software/use-auslogic-disk-defrag-for-your-laptop#comments</comments>
		<pubDate>Wed, 14 May 2008 07:58:36 +0000</pubDate>
		<dc:creator>Mohd Fauzi A Rahman</dc:creator>
		
		<category><![CDATA[Notebook Downloads]]></category>

		<category><![CDATA[Notebook Operating System]]></category>

		<category><![CDATA[Notebook Reviews]]></category>

		<category><![CDATA[Notebook Software]]></category>

		<category><![CDATA[Notebook Tip]]></category>

		<category><![CDATA[computer]]></category>

		<category><![CDATA[computers]]></category>

		<category><![CDATA[defrag]]></category>

		<category><![CDATA[defreg]]></category>

		<category><![CDATA[disk defragmenter]]></category>

		<category><![CDATA[disk defragmentor]]></category>

		<category><![CDATA[free download]]></category>

		<category><![CDATA[free software]]></category>

		<category><![CDATA[laptop]]></category>

		<category><![CDATA[notebook]]></category>

		<category><![CDATA[review]]></category>

		<category><![CDATA[software]]></category>

		<category><![CDATA[vista]]></category>

		<category><![CDATA[windows]]></category>

		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.myboxpro.com/?p=122</guid>
		<description><![CDATA[Have you ever wonder or even waited for the defragmentation process to complete?
Is Windows Vista Disk Defragmenter a much bigger bug than XP&#8217;s?
If your answer is yes to the above 2 questions, you should definitely continue to take valueable notes off this post.
For those who have already use this third party software, I&#8217;m sure there [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Use AusLogic Disk Defrag For Your Laptop", url: "http://www.myboxpro.com/notebook-software/use-auslogic-disk-defrag-for-your-laptop" });</script>]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>Have you ever wonder or even waited for the defragmentation process to complete?</p>
<p>Is Windows Vista Disk Defragmenter a much bigger bug than XP&#8217;s?</p>
<p>If your answer is <strong>yes</strong> to the above 2 questions, you should definitely continue to take valueable notes off this post.</p>
<p>For those who have already use this third party software, I&#8217;m sure there are smiles on your faces. But to those who have not, take details on my review on this powerful, yet free, software:</p>
<p><strong>The AusLogic Disk Defrag.</strong></p>
<p><span id="more-122"></span></p>
<p><strong></strong><img class="alignright" style="margin: 2px; float: right;" src="http://www.softblog.info/uploads/2007/12/_defrag_box.jpg" alt="" width="289" height="275" /></p>
<p>When I came across this software, I was quite spectacle on the results that it will provide me but after running the in-built Windows Vista Disk Defragmenter for the first time; I know that I need to find a better alternative to the slow yet unfriendly interface that Windows Vista Disk Defragmenter provides.</p>
<p>Flaws to the in-built design:-</p>
<ol>
<li>It does not inform the user the progress that the defragmenter is processing.</li>
<li>It is slow, much worse than Windows 98 version.</li>
<li>You are going to wonder when is this going to end, the cursor just kept you moving in circles.</li>
<li>There is no reporting format to the user, what is being defragmented/ how much space has it save after the process/ how many percent will your computer  improve after being defragmented.</li>
</ol>
<p>Furthermore, this is a free software, an excellent one too.</p>
<p><strong>Izzy Rocks Recommends : </strong></p>
<ol>
<li>This is a must download for anyone who uses Windows Vista.</li>
<li>It improves your performance of your computer by at least 20%, this is tested on my own Lenovo laptop.</li>
<li>Better do it now, before AusLogic decided to make it a paid software in the future. (Who knows &#8230;. I&#8217;m speculating but it might be true  <img src='http://www.myboxpro.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> )</li>
</ol>
<p><script type="text/javascript"><!--
google_ad_client = "pub-8414644197968331";
/* 336x280, created 5/14/08 */
google_ad_slot = "3166483810";
google_ad_width = 336;
google_ad_height = 280;
//-->
// &#8211;&gt;
// &#8211;&gt;
// &#8211;&gt;</script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script><br />
Download this free software === &gt; <span style="text-decoration: underline;"><a href="http://www.snapfiles.com/php/download.php?id=110152&amp;a=7125391&amp;tag=1424384&amp;loc=1" target="_blank"><strong>HERE</strong></a></span></p>
<p>This software also worked well for the Windows XP platform.</p>
<p>Leave your comments below.</p>
<p><map name='google_ad_map_122_f86b6b23dade5c2c'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/122?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_122_f86b6b23dade5c2c' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=122&amp;url= http%3A%2F%2Fwww.myboxpro.com%2Fnotebook-software%2Fuse-auslogic-disk-defrag-for-your-laptop' /></p><!-- google_ad_section_end --><p><a href="http://sharethis.com/item?&wp=2.5.1&amp;publisher=f3602d23-7447-4d43-867c-a96d6ba9a66f&amp;title=Use+AusLogic+Disk+Defrag+For+Your+Laptop&amp;url=http%3A%2F%2Fwww.myboxpro.com%2Fnotebook-software%2Fuse-auslogic-disk-defrag-for-your-laptop">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.myboxpro.com/notebook-software/use-auslogic-disk-defrag-for-your-laptop/feed</wfw:commentRss>
		<feedburner:origLink>http://www.myboxpro.com/notebook-software/use-auslogic-disk-defrag-for-your-laptop</feedburner:origLink></item>
		<item>
		<title>Vista Is Still Here To Stay (Too Bad)</title>
		<link>http://feeds.feedburner.com/~r/myboxpro/~3/281278645/vista-is-still-here-to-stay-too-bad</link>
		<comments>http://www.myboxpro.com/notebook-operating-system/vista-is-still-here-to-stay-too-bad#comments</comments>
		<pubDate>Thu, 01 May 2008 05:38:23 +0000</pubDate>
		<dc:creator>Mohd Fauzi A Rahman</dc:creator>
		
		<category><![CDATA[Notebook Operating System]]></category>

		<category><![CDATA[Notebook Talk]]></category>

		<category><![CDATA[laptop]]></category>

		<category><![CDATA[Microsoft]]></category>

		<category><![CDATA[notebook]]></category>

		<category><![CDATA[operating systems]]></category>

		<category><![CDATA[software]]></category>

		<category><![CDATA[vista]]></category>

		<category><![CDATA[windows]]></category>

		<category><![CDATA[windows 7]]></category>

		<category><![CDATA[Windows Vista]]></category>

		<category><![CDATA[Windows XP]]></category>

		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.myboxpro.com/?p=121</guid>
		<description><![CDATA[With news looming on the next Windows Operating System, codenamed &#8220;Windows 7&#8220;, I&#8217;ll not banking on Microsoft to cash successfully in this one either.
Lets face it.
Windows Vista is still buggy and all new laptops purchases comes with the new Windows Vista Operating Systems ( whichever versions or editions that may be).
Anyway or anyhow more users [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Vista Is Still Here To Stay (Too Bad)", url: "http://www.myboxpro.com/notebook-operating-system/vista-is-still-here-to-stay-too-bad" });</script>]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>With news looming on the next Windows Operating System, codenamed &#8220;<strong><em>Windows 7</em></strong>&#8220;, I&#8217;ll not banking on Microsoft to cash successfully in this one either.</p>
<p>Lets face it.</p>
<p>Windows Vista is still buggy and all new laptops purchases comes with the new Windows Vista Operating Systems ( whichever versions or editions that may be).</p>
<p>Anyway or anyhow more users are currently using this software while majority still resisting and choose to remain with the vulnerable Windows XP systems.</p>
<p>My Question&#8230;..</p>
<p>What make you think Windows 7 will be a success?</p>
<p>Even the release of the Windows Vista Service Pack 1 is kept at a very low profile, unlike XP&#8217;s Service Pack 2 release.</p>
<p>With disadvantages aside, I still believe WIndows Vista is, nonetheless, a very good operating system.</p>
<p>It will still take time for people to adapt to the changes and hopefully this can happen sooner rather than later in the future.</p>
<p><map name='google_ad_map_121_f86b6b23dade5c2c'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/121?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_121_f86b6b23dade5c2c' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=121&amp;url= http%3A%2F%2Fwww.myboxpro.com%2Fnotebook-operating-system%2Fvista-is-still-here-to-stay-too-bad' /></p><!-- google_ad_section_end --><p><a href="http://sharethis.com/item?&wp=2.5.1&amp;publisher=f3602d23-7447-4d43-867c-a96d6ba9a66f&amp;title=Vista+Is+Still+Here+To+Stay+%28Too+Bad%29&amp;url=http%3A%2F%2Fwww.myboxpro.com%2Fnotebook-operating-system%2Fvista-is-still-here-to-stay-too-bad">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.myboxpro.com/notebook-operating-system/vista-is-still-here-to-stay-too-bad/feed</wfw:commentRss>
		<feedburner:origLink>http://www.myboxpro.com/notebook-operating-system/vista-is-still-here-to-stay-too-bad</feedburner:origLink></item>
		<item>
		<title>Top Budgets Laptops Under US$1K (Part 3)</title>
		<link>http://feeds.feedburner.com/~r/myboxpro/~3/279221361/top-budgets-laptops-under-us1k-part-3</link>
		<comments>http://www.myboxpro.com/notebook-hardware/top-budgets-laptops-under-us1k-part-3#comments</comments>
		<pubDate>Mon, 28 Apr 2008 07:38:00 +0000</pubDate>
		<dc:creator>Mohd Fauzi A Rahman</dc:creator>
		
		<category><![CDATA[Notebook Hardware]]></category>

		<category><![CDATA[Notebook Reviews]]></category>

		<category><![CDATA[budget]]></category>

		<category><![CDATA[compter]]></category>

		<category><![CDATA[computers]]></category>

		<category><![CDATA[dell]]></category>

		<category><![CDATA[dell inspiron 1525]]></category>

		<category><![CDATA[inspiron]]></category>

		<category><![CDATA[laptop]]></category>

		<category><![CDATA[laptop under $1000]]></category>

		<category><![CDATA[notebook]]></category>

		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://www.myboxpro.com/?p=120</guid>
		<description><![CDATA[I am now following up my previous post on the top 5 laptops that are value under $1K.
Next at Number 3, we have the indispensable Dell Inspiron 1525.
Dell is one of the major brands in the laptop market and it would be very surprising if they are not ranked on the the top 5 list [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Top Budgets Laptops Under US$1K (Part 3)", url: "http://www.myboxpro.com/notebook-hardware/top-budgets-laptops-under-us1k-part-3" });</script>]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>I am now following up my previous post on the top 5 laptops that are value under $1K.</p>
<p>Next at Number 3, we have the indispensable Dell Inspiron 1525.</p>
<p>Dell is one of the major brands in the laptop market and it would be very surprising if they are not ranked on the the top 5 list even.</p>
<p>Lets check out the specs of this cool gadget:-</p>
<ol type="1">
<li><em>CPU:</em>-  2 GHz Core 2 Duo T7250<img class="alignright" style="float: right; margin: 2px;" src="http://www.pcplus.co.uk/__data/assets/image/507873/dellins9400_320.jpg" alt="" width="320" height="269" /></li>
<li><em>Display Size (inches):</em>-  15.4</li>
<li><em>Wide Screen:</em>-  Yes</li>
<li><em>Total HD Size (GB):- </em>120</li>
<li><em>Min. Weight (lbs.):</em>- 6</li>
<li><em>Price When Reviewed:-</em> $999</li>
</ol>
<p>My conclusion - The customization options of this ultra cool notebook will allow shoppers to choose what type of hardware they need for this laptop via their website.</p>
<p>Rating (out of ten):- 8.2</p>
<p>As we move closely to Number 1, I&#8217;ll be adding a couple of other posts which might interest you all.</p>
<p>So stay tuned.</p>
<p><map name='google_ad_map_120_f86b6b23dade5c2c'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/120?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_120_f86b6b23dade5c2c' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=120&amp;url= http%3A%2F%2Fwww.myboxpro.com%2Fnotebook-hardware%2Ftop-budgets-laptops-under-us1k-part-3' /></p><!-- google_ad_section_end --><p><a href="http://sharethis.com/item?&wp=2.5.1&amp;publisher=f3602d23-7447-4d43-867c-a96d6ba9a66f&amp;title=Top+Budgets+Laptops+Under+US%241K+%28Part+3%29&amp;url=http%3A%2F%2Fwww.myboxpro.com%2Fnotebook-hardware%2Ftop-budgets-laptops-under-us1k-part-3">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.myboxpro.com/notebook-hardware/top-budgets-laptops-under-us1k-part-3/feed</wfw:commentRss>
		<feedburner:origLink>http://www.myboxpro.com/notebook-hardware/top-budgets-laptops-under-us1k-part-3</feedburner:origLink></item>
		<item>
		<title>Top Budget Laptops Under US$1K (Part 2)</title>
		<link>http://feeds.feedburner.com/~r/myboxpro/~3/277897643/top-budget-laptops-under-us1k-part-2</link>
		<comments>http://www.myboxpro.com/notebook-hardware/top-budget-laptops-under-us1k-part-2#comments</comments>
		<pubDate>Fri, 25 Apr 2008 22:10:42 +0000</pubDate>
		<dc:creator>Mohd Fauzi A Rahman</dc:creator>
		
		<category><![CDATA[Notebook Hardware]]></category>

		<category><![CDATA[Notebook Reviews]]></category>

		<category><![CDATA[budget]]></category>

		<category><![CDATA[compter]]></category>

		<category><![CDATA[computers]]></category>

		<category><![CDATA[fujitsu]]></category>

		<category><![CDATA[fujitsu lifebook S7211]]></category>

		<category><![CDATA[laptop]]></category>

		<category><![CDATA[laptop under $1000]]></category>

		<category><![CDATA[lifebook]]></category>

		<category><![CDATA[notebook]]></category>

		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://www.myboxpro.com/?p=119</guid>
		<description><![CDATA[You have already now know that the  Toshiba Satellite Pro A210-EZ2201 is at Number 5, guess who is at Number 4.
If you are into laptop branding, the next one needs no further introduction.
Fujitsu has been making laptops for quite a while now and their Lifebook series are quite inspiring, especially for business users.
The Fujitsu [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Top Budget Laptops Under US$1K (Part 2)", url: "http://www.myboxpro.com/notebook-hardware/top-budget-laptops-under-us1k-part-2" });</script>]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>You have already now know that the  <span style="text-decoration: underline;"><strong><cite class="author"></cite><a href="http://www.pcworld.com/article/id,142831-pg,1/article.html" target="_blank">Toshiba Satellite Pro A210-EZ2201</a></strong></span> is at Number 5, guess who is at Number 4.</p>
<p>If you are into laptop branding, the next one needs no further introduction.</p>
<p>Fujitsu has been making laptops for quite a while now and their Lifebook series are quite inspiring, especially for business users.</p>
<p>The <a href="http://www.pcworld.com/article/id,142829-pg,1/article.html" target="_blank"><span style="text-decoration: underline;"><strong>Fujitsu Lifebook S7211</strong></span></a> is the Number 4 pick and let us look now at the specs.</p>
<ol type="1">
<li><em>CPU:</em>- 1.6-GHz Pentium Dual-Core T2330<img class="alignright" style="float: right;" src="http://www.digitaltechnews.com/news/images/2007/10/09/fujitsu_lifebook_v1010.jpg" alt="" width="324" height="249" /></li>
<li><em>Display Size (inches):</em>- 14.1</li>
<li><em>Wide Screen:</em>- Yes</li>
<li><em>Total HD Size (GB):-</em> 120</li>
<li><em>Min. Weight (lbs.):-</em> 5.2</li>
<li><em>Price When Reviewed:-</em> $899</li>
</ol>
<p>My conclusion - A lightweight portable and thin laptop for budget-minded road warriors.</p>
<p>Rating (out of ten):- 7.8</p>
<p>I&#8217;ll be right back with the Number 3 laptop that is on the TOP 5 Budget List, stay tuned.</p>
<p><map name='google_ad_map_119_f86b6b23dade5c2c'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/119?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_119_f86b6b23dade5c2c' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=119&amp;url= http%3A%2F%2Fwww.myboxpro.com%2Fnotebook-hardware%2Ftop-budget-laptops-under-us1k-part-2' /></p><!-- google_ad_section_end --><p><a href="http://sharethis.com/item?&wp=2.5.1&amp;publisher=f3602d23-7447-4d43-867c-a96d6ba9a66f&amp;title=Top+Budget+Laptops+Under+US%241K+%28Part+2%29&amp;url=http%3A%2F%2Fwww.myboxpro.com%2Fnotebook-hardware%2Ftop-budget-laptops-under-us1k-part-2">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.myboxpro.com/notebook-hardware/top-budget-laptops-under-us1k-part-2/feed</wfw:commentRss>
		<feedburner:origLink>http://www.myboxpro.com/notebook-hardware/top-budget-laptops-under-us1k-part-2</feedburner:origLink></item>
		<item>
		<title>Top Budget Laptops Under US$1K (Part 1)</title>
		<link>http://feeds.feedburner.com/~r/myboxpro/~3/277289655/top-budget-laptops-under-us1k-part-1</link>
		<comments>http://www.myboxpro.com/notebook-hardware/top-budget-laptops-under-us1k-part-1#comments</comments>
		<pubDate>Fri, 25 Apr 2008 01:13:09 +0000</pubDate>
		<dc:creator>Mohd Fauzi A Rahman</dc:creator>
		
		<category><![CDATA[Notebook Hardware]]></category>

		<category><![CDATA[Notebook Reviews]]></category>

		<category><![CDATA[budget]]></category>

		<category><![CDATA[compter]]></category>

		<category><![CDATA[computers]]></category>

		<category><![CDATA[laptop]]></category>

		<category><![CDATA[laptop under $1000]]></category>

		<category><![CDATA[notebook]]></category>

		<category><![CDATA[review]]></category>

		<category><![CDATA[satellite]]></category>

		<category><![CDATA[toshiba]]></category>

		<guid isPermaLink="false">http://www.myboxpro.com/?p=118</guid>
		<description><![CDATA[Hi &#8230;. and welcome again to another post from Laptop Info Today.
As computer hardware prices slipped down tremendously , users might want to know the &#8220;budget out of the budget&#8221; models of laptops (whether it due to budget or for your personal information)
Today I will be showcasing the top 5 laptops that are under the [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Top Budget Laptops Under US$1K (Part 1)", url: "http://www.myboxpro.com/notebook-hardware/top-budget-laptops-under-us1k-part-1" });</script>]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>Hi &#8230;. and welcome again to another post from Laptop Info Today.</p>
<p>As computer hardware prices slipped down tremendously , users might want to know the &#8220;budget out of the budget&#8221; models of laptops (whether it due to budget or for your personal information)</p>
<p>Today I will be showcasing the top 5 laptops that are under the $1K mark.</p>
<p>At Number 5 - <span style="text-decoration: underline;"><strong><cite class="author"></cite><a href="http://www.pcworld.com/article/id,142831-pg,1/article.html" target="_blank">Toshiba Satellite Pro A210-EZ2201</a></strong></span></p>
<p>Specs :-<img class="alignright" style="float: right; margin: 2px;" src="http://www.compudirect3000.com/siteimages/productimages/thumb/Sat%20A21020071910152450.jpg" alt="" width="225" height="225" /></p>
<ol type="1">
<li><em>CPU:</em>-  1.8-GHz Athlon 64 X2 Dual-Core Processor TK-55</li>
<li><em>Display Size (inches):</em>-  15.4</li>
<li><em>Wide Screen:</em>-  Yes</li>
<li><em>Total HD Size (GB):- </em> 80</li>
<li><em>Min. Weight (lbs.):</em>-  6</li>
<li><em>Price When Reviewed:</em>- $699</li>
</ol>
<p>My conclusion - It has sweet built-in speakers but unfortunately it&#8217;s too slow for demanding users.</p>
<p>Rating (out of ten):- 7.7</p>
<p>Stay tune for the next post as I unveil to you who is at Number 4.</p>
<p><map name='google_ad_map_118_f86b6b23dade5c2c'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/118?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_118_f86b6b23dade5c2c' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=118&amp;url= http%3A%2F%2Fwww.myboxpro.com%2Fnotebook-hardware%2Ftop-budget-laptops-under-us1k-part-1' /></p><!-- google_ad_section_end --><p><a href="http://sharethis.com/item?&wp=2.5.1&amp;publisher=f3602d23-7447-4d43-867c-a96d6ba9a66f&amp;title=Top+Budget+Laptops+Under+US%241K+%28Part+1%29&amp;url=http%3A%2F%2Fwww.myboxpro.com%2Fnotebook-hardware%2Ftop-budget-laptops-under-us1k-part-1">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.myboxpro.com/notebook-hardware/top-budget-laptops-under-us1k-part-1/feed</wfw:commentRss>
		<feedburner:origLink>http://www.myboxpro.com/notebook-hardware/top-budget-laptops-under-us1k-part-1</feedburner:origLink></item>
	</channel>
</rss>
