<?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>Xanda's Blog !~! &#187; Ads</title>
	<atom:link href="http://blog.xanda.org/category/ads/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.xanda.org</link>
	<description>Human Knowledge Belongs To The World.</description>
	<lastBuildDate>Tue, 13 Jul 2010 10:10:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Perfect Desktop Installation of Ubuntu 8.04 on MSI VR320 &amp; MSI VR320X</title>
		<link>http://blog.xanda.org/2008/06/09/perfect-desktop-installation-of-ubuntu-804-on-msi-vr320-msi-vr320x/</link>
		<comments>http://blog.xanda.org/2008/06/09/perfect-desktop-installation-of-ubuntu-804-on-msi-vr320-msi-vr320x/#comments</comments>
		<pubDate>Mon, 09 Jun 2008 13:25:25 +0000</pubDate>
		<dc:creator>xanda</dc:creator>
				<category><![CDATA[Ads]]></category>
		<category><![CDATA[IT Related]]></category>
		<category><![CDATA[MSI]]></category>
		<category><![CDATA[msi vr320]]></category>
		<category><![CDATA[msi vr320x]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ubuntu 8.04]]></category>
		<category><![CDATA[vr320]]></category>
		<category><![CDATA[vr320x]]></category>

		<guid isPermaLink="false">http://blog.xanda.org/?p=437</guid>
		<description><![CDATA[
[image source: MSI]
This tutorial can also be used for computers with the following spec:

Realtek High Definition Audio
RT61 or RT2500 Wireless Cards

Ok.. lets start..

Download the installation CD. (see GettingUbuntu)
Burn the ISO to a CD (see BurningIsoHowto) and check to make sure it was burned correctly. (see Installation/CDIntegrityCheck)
Proceed with normal installation of Ubuntu by booting from the [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img src="http://global.msi.com.tw/uploads/prod_c9bb9fa6a98f71368a78f7ddc9634702.jpg" alt="" width="400" height="323" /><br />
[image source: <a href="http://global.msi.com.tw/index.php?func=proddesc&#038;prod_no=1188&#038;maincat_no=135#" target="_blank">MSI</a>]</p>
<p>This tutorial can also be used for computers with the following spec:</p>
<ol>
<li>Realtek High Definition Audio</li>
<li>RT61 or RT2500 Wireless Cards</li>
</ol>
<p>Ok.. lets start..</p>
<ol>
<li>Download the installation CD. (see <a href="https://help.ubuntu.com/community/GettingUbuntu" target="_blank">GettingUbuntu</a>)</li>
<li>Burn the ISO to a CD (see <a href="https://help.ubuntu.com/community/BurningIsoHowto" target="_blank">BurningIsoHowto</a>) and check to make sure it was burned correctly. (see <a href="https://help.ubuntu.com/community/Installation/CDIntegrityCheck" target="_blank">Installation/CDIntegrityCheck</a>)</li>
<li>Proceed with normal installation of Ubuntu by booting from the installation CD. (see <a href="https://help.ubuntu.com/community/GraphicalInstall" target="_blank">GraphicalInstall</a>)</li>
<li>Once the installation is finish, reboot your machine and boot into your fresh Ubuntu 8.04</li>
<li>Run update and upgrade

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> update <span style="color: #000000; font-weight: bold;">&amp;&amp;</span> <span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> upgrade</pre></div></div>

</li>
<li>Add the Medibuntu repo as well <img src='http://blog.xanda.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>www.medibuntu.org<span style="color: #000000; font-weight: bold;">/</span>sources.list.d<span style="color: #000000; font-weight: bold;">/</span>hardy.list <span style="color: #660033;">-O</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>apt<span style="color: #000000; font-weight: bold;">/</span>sources.list.d<span style="color: #000000; font-weight: bold;">/</span>medibuntu.list</pre></div></div>

</li>
<li>Now run apt-get update and install the medibuntu keyring

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> update <span style="color: #000000; font-weight: bold;">&amp;&amp;</span> <span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> medibuntu-keyring <span style="color: #000000; font-weight: bold;">&amp;&amp;</span> <span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> update</pre></div></div>

</li>
<li>As i mentioned in my previous post, Ubuntu 8.04 contains several problems especially when it is running on my notebook. Some of the problems are looping sound and unsupported wifi card. To avoid these, you can use i386 kernel and so far all the problems are no longer appear. To install the i386 kernel, run the following command

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> linux-headers-<span style="color: #000000;">386</span> linux-image-<span style="color: #000000;">386</span> linux-<span style="color: #000000;">386</span></pre></div></div>

</li>
<li>Now your need to reboot and boot into the i386 kernel</li>
<li>Lets install several packages

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> envyng-gtk audacious vlc <span style="color: #c20cb9; font-weight: bold;">mplayer</span> mozilla-mplayer w32codecs flashplugin-nonfree libflashsupport gstreamer0.10-ffmpeg gstreamer0.10-pitfdll gstreamer0.10-plugins-bad gstreamer0.10-plugins-bad-multiverse gstreamer0.10-plugins-ugly gstreamer0.10-plugins-ugly-multiverse libavcodec1d libavformat1d libavutil1d libcdaudio1 libdc1394-<span style="color: #000000;">13</span> libdvdread3 libfaac0 libfaad0 libgmyth0 libgsm1 libiptcdata0 liblame0 libmjpegtools0c2a libmpeg2-<span style="color: #000000;">4</span> libmysqlclient15off libopenspc0 libpostproc1d libquicktime1 libsidplay1 libsoundtouch1c2 libwildmidi0 libx264-<span style="color: #000000;">57</span> libxvidcore4 msttcorefonts unrar sun-java6-jre sun-java6-plugin</pre></div></div>

</li>
<li>MSI VR320 or 320X is using ATI graphics card, so you need to install the ATI driver. Since EnvyNG has been install in previous step, now you just need to run EnvyNG<br />
Applications &gt; System Tools &gt; EnvyNG<br />
Once EnvyNG is loaded, just simply click Apply and wait for the installation to finish. After that reboot your machine</li>
<li>Apply <a href="http://news.softpedia.com/news/Optimize-Ubuntu-8-04-for-Speed-86405.shtml">THIS</a>, <a href="http://ubuntuforums.org/showthread.php?t=215119">THIS</a>, <a href="http://ubuntuforums.org/showpost.php?p=1255511&#038;postcount=43">THIS</a>, <a href="http://ubuntuforums.org/showthread.php?t=74197">THIS</a> and <a href="http://blog.xanda.org/?p=428">THIS</a> tweak</li>
<li>Done!</li>
</ol>
<p>Q: I think my fresh installation is fine on my spec. Why it is different on your spec?<br />
A: Ubuntu 8.04 is a mistake!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xanda.org/2008/06/09/perfect-desktop-installation-of-ubuntu-804-on-msi-vr320-msi-vr320x/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>COMING SOON..</title>
		<link>http://blog.xanda.org/2007/08/01/coming-soon-2/</link>
		<comments>http://blog.xanda.org/2007/08/01/coming-soon-2/#comments</comments>
		<pubDate>Wed, 01 Aug 2007 09:03:24 +0000</pubDate>
		<dc:creator>xanda</dc:creator>
				<category><![CDATA[Ads]]></category>
		<category><![CDATA[General Info]]></category>
		<category><![CDATA[IT Related]]></category>
		<category><![CDATA[My Self]]></category>

		<guid isPermaLink="false">http://blog.xanda.org/?p=304</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p align="center"><img src="http://img.xanda.org/galleries/copyoftitlephotott9.jpg" height="758" width="450" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xanda.org/2007/08/01/coming-soon-2/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Freelance Programmer</title>
		<link>http://blog.xanda.org/2007/06/19/freelance-programmer/</link>
		<comments>http://blog.xanda.org/2007/06/19/freelance-programmer/#comments</comments>
		<pubDate>Tue, 19 Jun 2007 10:06:30 +0000</pubDate>
		<dc:creator>xanda</dc:creator>
				<category><![CDATA[Ads]]></category>
		<category><![CDATA[IT Related]]></category>
		<category><![CDATA[My Self]]></category>

		<guid isPermaLink="false">http://blog.xanda.org/?p=281</guid>
		<description><![CDATA[ 
 For those who want to outsource their programming assignments or projects to me, please follow the procedure

Email the question to  (latest : 7 days before the due date)
I will reply your email stating either i agree to accept it or not (latest by the next working day)
Once agreed, 50% of the payment [...]]]></description>
			<content:encoded><![CDATA[<p align="center"> <img src="http://img.xanda.org/galleries/scadeccodeemacs1fc5541ma7.png" height="434" width="400" /></p>
<p align="left"> For those who want to outsource their programming assignments or projects to me, please follow the procedure</p>
<ol>
<li>Email the question to <img src="http://img14.imgspot.com/u/07/226/07/email2.png" /> (latest : 7 days before the due date)</li>
<li>I will reply your email stating either i agree to accept it or not (latest by the next working day)</li>
<li>Once agreed, 50% of the payment need to be transfered to my bank account (as deposit. Account number will be given via email @ sms)</li>
<li>Before I submit the final source code, I will send the executable program first, so that the client can have a look at the program first.</li>
<li>Once the client satisfied, they need to transfer me the other 50% first before I submit the final source code.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.xanda.org/2007/06/19/freelance-programmer/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Dopod 838 Pro to sell</title>
		<link>http://blog.xanda.org/2007/06/15/dopod-838-pro-to-sell/</link>
		<comments>http://blog.xanda.org/2007/06/15/dopod-838-pro-to-sell/#comments</comments>
		<pubDate>Fri, 15 Jun 2007 09:42:22 +0000</pubDate>
		<dc:creator>xanda</dc:creator>
				<category><![CDATA[Ads]]></category>
		<category><![CDATA[IT Related]]></category>

		<guid isPermaLink="false">http://blog.xanda.org/?p=278</guid>
		<description><![CDATA[Dopod 838 Pro (BRAND NEW) to Sell
** FREE 1 Gig Memory Card ** 
Price : RM 2000
Please Contact :  aidil_airix [at] yahoo [dot] com



Spec
 
Basics
l          OS: Microsoft Windows Mobile 5.0
l          Frequency: GSM Quadband (850/900/1800/1900)+WCDMA Triband (850/1900/2100)
l [...]]]></description>
			<content:encoded><![CDATA[<p align="center"><strong>Dopod 838 Pro (BRAND NEW) to Sell</strong></p>
<p align="center"><strong>** FREE 1 Gig Memory Card ** </strong></p>
<p align="center"><strong>Price : RM 2000</strong></p>
<p align="center">Please Contact :  aidil_airix [at] yahoo [dot] com</p>
<p align="center"><img src="http://img.xanda.org/galleries/gadgets19uj9.jpg" /></p>
<p align="left"><span id="RadEditorPlaceHolderControl1"><span id="RadEditorPlaceHolderControl1"></span></span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt; line-height: 12pt"><span id="more-278"></span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt; line-height: 12pt"><strong><span style="color: teal; font-family: Arial" lang="EN-US"><font size="3">Spec<o:p></o:p></font></span></strong></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><span lang="EN-US"><o:p><font color="#000000" face="Times New Roman" size="3"> </font></o:p></span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt; line-height: 12pt"><strong><span style="font-size: 9pt; color: #959595; font-family: Arial" lang="EN-US">Basics<o:p></o:p></span></strong></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt 24pt; text-indent: -24pt; line-height: 12pt"><span style="color: #959595; font-family: Wingdings" lang="EN-US"><span><font size="3">l</font><span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal">          </span></span></span><font face="Times New Roman"><span style="font-size: 8pt; color: #959595" lang="EN-US">OS: Microsoft Windows Mobile 5.0</span><span style="color: #959595" lang="EN-US"><o:p></o:p></span></font></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt 24pt; text-indent: -24pt; line-height: 12pt"><span style="color: #959595; font-family: Wingdings" lang="EN-US"><span><font size="3">l</font><span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal">          </span></span></span><font face="Times New Roman"><span style="font-size: 8pt; color: #959595" lang="EN-US">Frequency: GSM Quadband (850/900/1800/1900)+WCDMA Triband (850/1900/2100)</span><span style="color: #959595" lang="EN-US"><o:p></o:p></span></font></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt 24pt; text-indent: -24pt; line-height: 12pt"><span style="color: #959595; font-family: Wingdings" lang="EN-US"><span><font size="3">l</font><span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal">          </span></span></span><font face="Times New Roman"><span style="font-size: 8pt; color: #959595" lang="EN-US">Processor: Samsung 400MHz</span><span style="color: #959595" lang="EN-US"><o:p></o:p></span></font></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt 24pt; text-indent: -24pt; line-height: 12pt"><span style="color: #959595; font-family: Wingdings" lang="EN-US"><span><font size="3">l</font><span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal">          </span></span></span><font face="Times New Roman"><span style="font-size: 8pt; color: #959595" lang="EN-US">Memory: 128MB ROM, 64MB RAM (persistent storage)</span><span style="color: #959595" lang="EN-US"><o:p></o:p></span></font></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt 24pt; text-indent: -24pt; line-height: 12pt"><span style="color: #959595; font-family: Wingdings" lang="EN-US"><span><font size="3">l</font><span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal">          </span></span></span><font face="Times New Roman"><span style="font-size: 8pt; color: #959595" lang="EN-US">Size: 112.5 x 58 x 21.95 mm</span><span style="color: #959595" lang="EN-US"><o:p></o:p></span></font></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt 24pt; text-indent: -24pt; line-height: 12pt"><span style="color: #959595; font-family: Wingdings" lang="EN-US"><span><font size="3">l</font><span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal">          </span></span></span><font face="Times New Roman"><span style="font-size: 8pt; color: #959595" lang="EN-US">Weight: 176 grams w/battery</span><span style="color: #959595" lang="EN-US"><o:p></o:p></span></font></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt 24pt; text-indent: -24pt; line-height: 12pt"><span style="color: #959595; font-family: Wingdings" lang="EN-US"><span><font size="3">l</font><span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal">          </span></span></span><font face="Times New Roman"><span style="font-size: 8pt; color: #959595" lang="EN-US">Standby time: up to 220 hours</span><span style="color: #959595" lang="EN-US"><o:p></o:p></span></font></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt 24pt; text-indent: -24pt; line-height: 12pt"><span style="color: #959595; font-family: Wingdings" lang="EN-US"><span><font size="3">l</font><span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal">          </span></span></span><font face="Times New Roman"><span style="font-size: 8pt; color: #959595" lang="EN-US">Talk time: up to 5 hours</span><span style="color: #959595" lang="EN-US"><o:p></o:p></span></font></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt 24pt; text-indent: -24pt; line-height: 12pt"><span style="color: #959595; font-family: Wingdings" lang="EN-US"><span><font size="3">l</font><span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal">          </span></span></span><font face="Times New Roman"><span style="font-size: 8pt; color: #959595" lang="EN-US">Colour: Classic Black</span><span style="color: #959595" lang="EN-US"><o:p></o:p></span></font></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt; line-height: 12pt"><strong><span style="font-size: 9pt; color: #959595; font-family: Arial" lang="EN-US">Interface/messaging<o:p></o:p></span></strong></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt 24pt; text-indent: -24pt; line-height: 12pt"><span style="color: #959595; font-family: Wingdings" lang="EN-US"><span><font size="3">l</font><span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal">          </span></span></span><font face="Times New Roman"><span style="font-size: 8pt; color: #959595" lang="EN-US">Messages: SMS; MMS (English; Chinese support via CE-Star)</span><span style="color: #959595" lang="EN-US"><o:p></o:p></span></font></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt 24pt; text-indent: -24pt; line-height: 12pt"><span style="color: #959595; font-family: Wingdings" lang="EN-US"><span><font size="3">l</font><span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal">          </span></span></span><font face="Times New Roman"><span style="font-size: 8pt; color: #959595" lang="EN-US">Email support: Outlook, multiple POP3, Hotmail, Gmail, Yahoo mail</span><span style="color: #959595" lang="EN-US"><o:p></o:p></span></font></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt 24pt; text-indent: -24pt; line-height: 12pt"><span style="color: #959595; font-family: Wingdings" lang="EN-US"><span><font size="3">l</font><span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal">          </span></span></span><font face="Times New Roman"><span style="font-size: 8pt; color: #959595" lang="EN-US">Push mail (in conjunction with Exchange Server 2003 SP2)</span><span style="color: #959595" lang="EN-US"><o:p></o:p></span></font></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt 24pt; text-indent: -24pt; line-height: 12pt"><span style="color: #959595; font-family: Wingdings" lang="EN-US"><span><font size="3">l</font><span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal">          </span></span></span><font face="Times New Roman"><span style="font-size: 8pt; color: #959595" lang="EN-US">Recording: Unlimited (up to memory capacity)</span><span style="color: #959595" lang="EN-US"><o:p></o:p></span></font></p>
<p class="MsoNormal" style="text-indent: -24pt; line-height: 12pt"><span style="color: #959595; font-family: Wingdings" lang="EN-US"><span><font size="3">l</font><span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal">          </span></span></span><font face="Times New Roman"><span style="font-size: 8pt; color: #959595" lang="EN-US">Voice tags: Yes</span><span style="color: #959595" lang="EN-US"><o:p></o:p></span></font></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt 24pt; text-indent: -24pt; line-height: 12pt"><span style="color: #959595; font-family: Wingdings" lang="EN-US"><span><font size="3">l</font><span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal">          </span></span></span><font face="Times New Roman"><span style="font-size: 8pt; color: #959595" lang="EN-US">Hands free: Yes</span><span style="color: #959595" lang="EN-US"><o:p></o:p></span></font></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt; line-height: 12pt"><strong><span style="font-size: 9pt; color: #959595; font-family: Arial" lang="EN-US">Communications<o:p></o:p></span></strong></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt 24pt; text-indent: -24pt; line-height: 12pt"><span style="color: #959595; font-family: Wingdings" lang="EN-US"><span><font size="3">l</font><span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal">          </span></span></span><font face="Times New Roman"><span style="font-size: 8pt; color: #959595" lang="EN-US">Mobile data connectivity: EDGE/GPRS/UMTS</span><span style="color: #959595" lang="EN-US"><o:p></o:p></span></font></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt 24pt; text-indent: -24pt; line-height: 12pt"><span style="color: #959595; font-family: Wingdings" lang="EN-US"><span><font size="3">l</font><span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal">          </span></span></span><font face="Times New Roman"><span style="font-size: 8pt; color: #959595" lang="EN-US">Bluetooth: Yes, v2.0</span><span style="color: #959595" lang="EN-US"><o:p></o:p></span></font></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt 24pt; text-indent: -24pt; line-height: 12pt"><span style="color: #959595; font-family: Wingdings" lang="EN-US"><span><font size="3">l</font><span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal">          </span></span></span><font face="Times New Roman"><span style="font-size: 8pt; color: #959595" lang="EN-US">USB: Yes (Sync and charge)</span><span style="color: #959595" lang="EN-US"><o:p></o:p></span></font></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt; line-height: 12pt"><strong><span style="font-size: 9pt; color: #959595; font-family: Arial" lang="EN-US">Screen<o:p></o:p></span></strong></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt 24pt; text-indent: -24pt; line-height: 12pt"><span style="color: #959595; font-family: Wingdings" lang="EN-US"><span><font size="3">l</font><span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal">          </span></span></span><font face="Times New Roman"><st1:place w:st="on"><span style="font-size: 8pt; color: #959595" lang="EN-US">Main</span></st1:place><span style="font-size: 8pt; color: #959595" lang="EN-US">: 2.8&#8243; 240&#215;320 resolution (QVGA)</span><span style="color: #959595" lang="EN-US"><o:p></o:p></span></font></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt 24pt; text-indent: -24pt; line-height: 12pt"><span style="color: #959595; font-family: Wingdings" lang="EN-US"><span><font size="3">l</font><span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal">          </span></span></span><font face="Times New Roman"><span style="font-size: 8pt; color: #959595" lang="EN-US">Colors : 65536 colors TFT screen (effective)</span><span style="color: #959595" lang="EN-US"><o:p></o:p></span></font></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt; line-height: 12pt"><strong><span style="font-size: 9pt; color: #959595; font-family: Arial" lang="EN-US">Multimedia<o:p></o:p></span></strong></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt 24pt; text-indent: -24pt; line-height: 12pt"><span style="color: #959595; font-family: Wingdings" lang="EN-US"><span><font size="3">l</font><span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal">          </span></span></span><font face="Times New Roman"><span style="font-size: 8pt; color: #959595" lang="EN-US">Supported ring tones: 40 chord polyphonic, MIDI/SP-MIDI/WMA/WMV/MP3/AMR/SMF</span><span style="color: #959595" lang="EN-US"><o:p></o:p></span></font></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt 24pt; text-indent: -24pt; line-height: 12pt"><span style="color: #959595; font-family: Wingdings" lang="EN-US"><span><font size="3">l</font><span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal">          </span></span></span><font face="Times New Roman"><span style="font-size: 8pt; color: #959595" lang="EN-US">JAVA: Yes</span><span style="color: #959595" lang="EN-US"><o:p></o:p></span></font></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt 24pt; text-indent: -24pt; line-height: 12pt"><span style="color: #959595; font-family: Wingdings" lang="EN-US"><span><font size="3">l</font><span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal">          </span></span></span><font face="Times New Roman"><span style="font-size: 8pt; color: #959595" lang="EN-US">Multimedia player: Windows Media Player 10 Mobile</span><span style="color: #959595" lang="EN-US"><o:p></o:p></span></font></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt 24pt; text-indent: -24pt; line-height: 12pt"><span style="color: #959595; font-family: Wingdings" lang="EN-US"><span><font size="3">l</font><span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal">          </span></span></span><font face="Times New Roman"><span style="font-size: 8pt; color: #959595" lang="EN-US">MP3 player with music auto-detect and music alarm function</span><span style="color: #959595" lang="EN-US"><o:p></o:p></span></font></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt; line-height: 12pt"><strong><span style="font-size: 9pt; color: #959595; font-family: Arial" lang="EN-US">Camera<o:p></o:p></span></strong></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt 24pt; text-indent: -24pt; line-height: 12pt"><span style="color: #959595; font-family: Wingdings" lang="EN-US"><span><font size="3">l</font><span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal">          </span></span></span><font face="Times New Roman"><span style="color: #959595" lang="EN-US"><font size="3">Primary:  2.0</font></span><span style="font-size: 8pt; color: #959595" lang="EN-US"> megapixel CMOS w/flash and mirror</span><span style="color: #959595" lang="EN-US"><o:p></o:p></span></font></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt 24pt; text-indent: -24pt; line-height: 12pt"><span style="color: #959595; font-family: Wingdings" lang="EN-US"><span><font size="3">l</font><span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal">          </span></span></span><font face="Times New Roman"><span style="color: #959595" lang="EN-US"><font size="3">Secondary:  0.1</font></span><span style="font-size: 8pt; color: #959595" lang="EN-US"> megapixel CMOS for video calls and self-portraits</span><span style="color: #959595" lang="EN-US"><o:p></o:p></span></font></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt 24pt; text-indent: -24pt; line-height: 12pt"><span style="color: #959595; font-family: Wingdings" lang="EN-US"><span><font size="3">l</font><span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal">          </span></span></span><font face="Times New Roman"><span style="font-size: 8pt; color: #959595" lang="EN-US">Focus<br />
: Yes</span><span style="color: #959595" lang="EN-US"><o:p></o:p></span></font></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt 24pt; text-indent: -24pt; line-height: 12pt"><span style="color: #959595; font-family: Wingdings" lang="EN-US"><span><font size="3">l</font><span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal">          </span></span></span><font face="Times New Roman"><span style="font-size: 7pt; color: #959595" lang="EN-US">Video </span><span style="font-size: 8pt; color: #959595" lang="EN-US">Recording: Yes</span><span style="color: #959595" lang="EN-US"><o:p></o:p></span></font></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt 24pt; text-indent: -24pt; line-height: 12pt"><span style="color: #959595; font-family: Wingdings" lang="EN-US"><span><font size="3">l</font><span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal">          </span></span></span><font face="Times New Roman"><span style="font-size: 8pt; color: #959595" lang="EN-US">Memory slot: MicroSD (hot-swappable)</span><span style="color: #959595" lang="EN-US"><o:p></o:p></span></font></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt; line-height: 12pt"><strong><span style="font-size: 9pt; color: #959595; font-family: Arial" lang="EN-US">Others<o:p></o:p></span></strong></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt 24pt; text-indent: -24pt; line-height: 12pt"><span style="color: #959595; font-family: Wingdings" lang="EN-US"><span><font size="3">l</font><span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal">          </span></span></span><font face="Times New Roman"><span style="font-size: 8pt; color: #959595" lang="EN-US">Supported languages: English (Chinese via CE-Star download)=</span><span style="color: #959595" lang="EN-US"><o:p></o:p></span></font></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt 24pt; text-indent: -24pt; line-height: 12pt"><span style="color: #959595; font-family: Wingdings" lang="EN-US"><span><font size="3">l</font><span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal">          </span></span></span><font face="Times New Roman"><span style="font-size: 8pt; color: #959595" lang="EN-US">Built-in Office <st1:city w:st="on"><st1:place w:st="on">Mobile</st1:place></st1:city> and ClearVue Document Viewer (PDF)</span><span style="color: #959595" lang="EN-US"><o:p></o:p></span></font></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt 24pt; text-indent: -24pt; line-height: 12pt"><span style="color: #959595; font-family: Wingdings" lang="EN-US"><span><font size="3">l</font><span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal">          </span></span></span><span style="font-size: 8pt; color: #959595" lang="EN-US"><font face="Times New Roman">Others: PenPower&#8217;s WorldCard Mobile business card recognition software</font></span></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xanda.org/2007/06/15/dopod-838-pro-to-sell/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Prepaid Credit Card</title>
		<link>http://blog.xanda.org/2007/03/23/prepaid-credit-card/</link>
		<comments>http://blog.xanda.org/2007/03/23/prepaid-credit-card/#comments</comments>
		<pubDate>Fri, 23 Mar 2007 05:05:32 +0000</pubDate>
		<dc:creator>xanda</dc:creator>
				<category><![CDATA[Ads]]></category>
		<category><![CDATA[General Info]]></category>

		<guid isPermaLink="false">http://blog.xanda.org/?p=255</guid>
		<description><![CDATA[Major credit card is needed to make reservations for hotels, motels, car rentals and airline flights. Credit cards are also necessary when placing orders online or over the phone. As a student, do you have your own credit card to do all these? Ha&#8230; keep on reading and i&#8217;ll try to solve this problem with [...]]]></description>
			<content:encoded><![CDATA[<p>Major credit card is needed to make reservations for hotels, motels, car rentals and airline flights. Credit cards are also necessary when placing orders online or over the phone. As a student, do you have your own credit card to do all these? Ha&#8230; keep on reading and i&#8217;ll try to solve this problem with Prepaid Credit Card!</p>
<p>A prepaid credit card account is opened by depositing money into that account, much in the same way you would make a deposit to open a checking or savings account. Once you have money in your account, you&#8217;re issued a prepaid credit card that can be used anywhere one would use a regular credit card. The best part of the prepaid credit card is that you can charge to your heart&#8217;s content and you won&#8217;t be in debt. The money is yours and once it&#8217;s gone, you can&#8217;t spend any more until you make another deposit. There are no bills and no interest charges. It&#8217;s the same principle as using a debit card linked to a savings or checking account.</p>
<p>If you&#8217;re frustrated because a credit card is necessary to get by in today&#8217;s world, but can&#8217;t apply for one because of bad credit, you might consider a prepaid credit card. You&#8217;ll have most of the advantages of a credit card, and you won&#8217;t have to worry about interest charges. Sounds like a prepaid credit card is a pretty good deal.</p>
<p>Q : Is there any prepaid credit card in Malaysia?</p>
<p>A : Ten&#8230; ten.. ten&#8230;. Sure! Xanda is proud to introduce you.. AmBank NexG PrePaid MasterCard !</p>
<p>NextG is a PrePaid Mastercard® that you can use to purchase goods just like a credit but with spending limited to the amount of money you place on the card. Yeah! just like your prepaid phone card&#8230; Hahaha.. Owh ya.. You also can withdraw cash from the card!</p>
<p>All you need to do is :-</p>
<ol>
<li>Buy the AmBank NexG™ PrePaid MasterCard® Starter Pack(Get it now from any 7-Eleven in Klang Valley)</li>
<li>Sign your name on signature panel on reverse of card</li>
<li>Register</li>
</ol>
<p>For more info, please visit <a href="http://ambg.com.my/personal/promotions/personal/creditcard/nexg/nexg.asp" target="_blank">NextG&#8217;s page</a><em></p>
<p><font size="1">*P/S: NextG is a AmBank&#8217;s trade mark and MasteCard is a MasterCard Worldwide trade mark</font></em></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xanda.org/2007/03/23/prepaid-credit-card/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
