<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>My Dinky Note</title>
	<atom:link href="http://aanugraha.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://aanugraha.wordpress.com</link>
	<description>Aditya Arie Nugraha's weblog</description>
	<pubDate>Sat, 07 Jun 2008 16:48:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<language>en</language>
			<item>
		<title>Problem (Bug) in Magento Installation</title>
		<link>http://aanugraha.wordpress.com/2008/05/29/problem-bug-in-magento-installation/</link>
		<comments>http://aanugraha.wordpress.com/2008/05/29/problem-bug-in-magento-installation/#comments</comments>
		<pubDate>Wed, 28 May 2008 19:32:09 +0000</pubDate>
		<dc:creator>arie</dc:creator>
		
		<category><![CDATA[Hobbies &amp; Interests]]></category>

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

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

		<guid isPermaLink="false">http://aanugraha.wordpress.com/?p=48</guid>
		<description><![CDATA[Just now, I tried to deploy Magento, an e-commerce CMS,  version 1.0.19870.1. Although it&#8217;s just for fun, I really want to try this CMS, because in a review (I forget where I read the review) Magento regarded better than osCommerce. However, in the installation process, I met this kind of error.
Url &#8220;http://localhost/magento/&#8221; is not [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Just now, I tried to deploy Magento, an e-commerce CMS,  version 1.0.19870.1. Although it&#8217;s just for fun, I really want to try this CMS, because in a review (I forget where I read the review) Magento regarded better than osCommerce. However, in the installation process, I met this kind of error.</p>
<blockquote><p>Url &#8220;http://localhost/magento/&#8221; is not accessible</p>
<p>Error parsing body - doesn&#8217;t seem to be a chunked message</p></blockquote>
<p>Where &#8220;http://localhost/magento&#8221; was my <em>Base URL</em>.</p>
<p style="text-align:center;"><img class="alignnone size-full wp-image-49 aligncenter" src="http://aanugraha.files.wordpress.com/2008/05/magento-bug.jpg?w=400&h=200" alt="" width="400" height="200" /></p>
<p>Fortunately, it can be solved easily. I just had to add<em>&#8216;&#8221;index.php/&#8217;</em>&#8221; in &lt;path&gt;\magento\app\code\core\Mage\Install\Model\Installer\Config.php line 139 so that the original syntax:</p>
<blockquote><p>$client = new Varien_Http_Client($url.$prefix);</p></blockquote>
<p>will be like this:</p>
<blockquote><p>$client = new Varien_Http_Client($url.<strong>&#8216;index.php/&#8217;</strong>.$prefix);</p></blockquote>
<p>It will solve the problem.</p>
<p>(I think the developer just forget to add that part of syntax.. :p)</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/aanugraha.wordpress.com/48/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/aanugraha.wordpress.com/48/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aanugraha.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aanugraha.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aanugraha.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aanugraha.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aanugraha.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aanugraha.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aanugraha.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aanugraha.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aanugraha.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aanugraha.wordpress.com/48/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aanugraha.wordpress.com&blog=2949056&post=48&subd=aanugraha&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://aanugraha.wordpress.com/2008/05/29/problem-bug-in-magento-installation/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/aanugraha-128.jpg" medium="image">
			<media:title type="html">arie</media:title>
		</media:content>

		<media:content url="http://aanugraha.files.wordpress.com/2008/05/magento-bug.jpg" medium="image" />
	</item>
		<item>
		<title>Why is &#8216;w&#8217; pronounced &#8216;double u&#8217; rather than &#8216;double v&#8217;?</title>
		<link>http://aanugraha.wordpress.com/2008/05/29/why-is-w-pronounced-double-u-rather-than-double-v/</link>
		<comments>http://aanugraha.wordpress.com/2008/05/29/why-is-w-pronounced-double-u-rather-than-double-v/#comments</comments>
		<pubDate>Wed, 28 May 2008 18:50:08 +0000</pubDate>
		<dc:creator>arie</dc:creator>
		
		<category><![CDATA[Academic]]></category>

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

		<guid isPermaLink="false">http://aanugraha.wordpress.com/?p=47</guid>
		<description><![CDATA[English uses the Latin alphabet of the Romans. However, this had no letter suitable for representing the phoneme /w/ which was used in Old English, though phonetically the sound represented by /v/ was quite close. In the 7th century scribes wrote uu for /w/; later they used the runic symbols known as wynn. European scribes [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><blockquote><p>English uses the Latin alphabet of the Romans. However, this had no letter suitable for representing the phoneme /w/ which was used in Old English, though phonetically the sound represented by /v/ was quite close. In the 7th century scribes wrote <strong>uu</strong> for /w/; later they used the runic symbols known as <strong>wynn</strong>. European scribes had continued to write <strong>uu</strong>, and this usage returned to England with the Norman Conquest in 1066. Early printers sometimes used <strong>vv</strong> for lack of a <strong>w</strong> in their type. The name <strong>double-u</strong> recalls the former identity of <strong>u</strong> and <strong>v</strong>, which is also evident in a number of cognate words (flour/flower, guard/ward, suede/Swede, etc.). (source: <a href="http://www.askoxford.com/asktheexperts/faq/aboutenglish/doubleu?view=uk" target="_blank">http://www.askoxford.com/</a>)</p></blockquote>
<blockquote><p>The earliest form of the letter W was a doubled <a title="V" href="http://en.wikipedia.org/wiki/V">V</a> used in the 7th century by the earliest writers of <a title="Old English language" href="http://en.wikipedia.org/wiki/Old_English_language">Old English</a>; it is from this &lt;uu&gt; digraph that the modern name &#8220;double U&#8221; comes. This digraph was not extensively used, as its sound was usually represented instead by the <a class="mw-redirect" title="Rune" href="http://en.wikipedia.org/wiki/Rune">runic</a> <a title="Wynn" href="http://en.wikipedia.org/wiki/Wynn">wynn</a> (<span class="Unicode">Ƿ</span>), but W gained popularity after the <a class="mw-redirect" title="Norman Conquest of England" href="http://en.wikipedia.org/wiki/Norman_Conquest_of_England">Norman Conquest</a>, and by 1300 it had taken wynn&#8217;s place in common use. Other forms of the letter were a pair of Vs whose branches cross in the middle. An obsolete, cursive form found in the nineteenth century in both English and German was in the form of an &#8220;n&#8221; whose rightmost branch curved around as in a cursive &#8220;v&#8221; (compare the shape of <span class="Unicode"><a class="mw-redirect" title="Ƕ" href="http://en.wikipedia.org/wiki/%C7%B6">ƕ</a></span>). (source: <a href="http://en.wikipedia.org/wiki/W" target="_blank">http://en.wikipedia.org/</a>)</p></blockquote>
<p>In the IPA vowels chart, we also can see both semivowel <em>y</em> and <em>w</em>. Phoneme <em>y</em> is a rounded front close vowel, while phoneme <em>w</em> which represented as an inverted-m is a unrounded back close vowel.</p>
<p>At first, I didn&#8217;t know what symbol represents phoneme <em>w</em> in the IPA vowels or consonants chart. However, after I read several information (history) about why grapheme <em>w</em> is pronounced &#8216;double u&#8217;, I&#8217;m quite sure that the inverted-m symbol in IPA vowels chart represents phoneme <em>w</em>.</p>
<p style="text-align:center;"><img class="alignnone size-full wp-image-26 aligncenter" src="http://aanugraha.files.wordpress.com/2008/03/ipa_vowel_chart_2005s.png?w=373&h=300" alt="" width="373" height="300" /></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/aanugraha.wordpress.com/47/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/aanugraha.wordpress.com/47/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aanugraha.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aanugraha.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aanugraha.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aanugraha.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aanugraha.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aanugraha.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aanugraha.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aanugraha.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aanugraha.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aanugraha.wordpress.com/47/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aanugraha.wordpress.com&blog=2949056&post=47&subd=aanugraha&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://aanugraha.wordpress.com/2008/05/29/why-is-w-pronounced-double-u-rather-than-double-v/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/aanugraha-128.jpg" medium="image">
			<media:title type="html">arie</media:title>
		</media:content>

		<media:content url="http://aanugraha.files.wordpress.com/2008/03/ipa_vowel_chart_2005s.png" medium="image" />
	</item>
		<item>
		<title>UEFA Champions League Winner &#8216;07/&#8217;08</title>
		<link>http://aanugraha.wordpress.com/2008/05/23/uefa-champions-league-winner-0708/</link>
		<comments>http://aanugraha.wordpress.com/2008/05/23/uefa-champions-league-winner-0708/#comments</comments>
		<pubDate>Fri, 23 May 2008 09:48:11 +0000</pubDate>
		<dc:creator>arie</dc:creator>
		
		<category><![CDATA[Hobbies &amp; Interests]]></category>

		<category><![CDATA[manchester united]]></category>

		<guid isPermaLink="false">http://aanugraha.wordpress.com/?p=43</guid>
		<description><![CDATA[It&#8217;s another miracle after UEFA Champions League &#8216;98/&#8217;99 Final.

It&#8217;s not just about how you play the game, but it&#8217;s also about how lucky you are..  
Congrats, guys..!
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p style="text-align:center;">It&#8217;s another miracle after UEFA Champions League &#8216;98/&#8217;99 Final.</p>
<p style="text-align:center;"><img class="aligncenter size-full wp-image-46" src="http://aanugraha.files.wordpress.com/2008/05/united-5001.jpg?w=500&h=365" alt="" width="500" height="365" /></p>
<p style="text-align:center;">It&#8217;s not just about how you play the game, but it&#8217;s also about how lucky you are.. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p style="text-align:center;">Congrats, guys..!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/aanugraha.wordpress.com/43/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/aanugraha.wordpress.com/43/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aanugraha.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aanugraha.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aanugraha.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aanugraha.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aanugraha.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aanugraha.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aanugraha.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aanugraha.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aanugraha.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aanugraha.wordpress.com/43/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aanugraha.wordpress.com&blog=2949056&post=43&subd=aanugraha&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://aanugraha.wordpress.com/2008/05/23/uefa-champions-league-winner-0708/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/aanugraha-128.jpg" medium="image">
			<media:title type="html">arie</media:title>
		</media:content>

		<media:content url="http://aanugraha.files.wordpress.com/2008/05/united-5001.jpg" medium="image" />
	</item>
		<item>
		<title>Congratulations Manchester United !</title>
		<link>http://aanugraha.wordpress.com/2008/05/13/congratulations-manchester-united/</link>
		<comments>http://aanugraha.wordpress.com/2008/05/13/congratulations-manchester-united/#comments</comments>
		<pubDate>Tue, 13 May 2008 09:33:53 +0000</pubDate>
		<dc:creator>arie</dc:creator>
		
		<category><![CDATA[Hobbies &amp; Interests]]></category>

		<category><![CDATA[manchester united]]></category>

		<guid isPermaLink="false">http://aanugraha.wordpress.com/?p=42</guid>
		<description><![CDATA[
Congrats to all at my beloved club, Manchester United !

Congrats, Sir ! Wish u can lead the team to regain the UEFA Champions League Trophy.

       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p style="text-align:center;"><a href="http://aanugraha.files.wordpress.com/2008/05/giggsg0511.jpg"><img class="alignnone size-full wp-image-38" src="http://aanugraha.files.wordpress.com/2008/05/giggsg0511.jpg?w=500&h=365" alt="" width="500" height="365" /></a></p>
<p style="text-align:center;">Congrats to all at my beloved club, Manchester United !</p>
<p style="text-align:center;"><a href="http://aanugraha.files.wordpress.com/2008/05/fergieg0511.jpg"><img class="alignnone size-full wp-image-41 aligncenter" src="http://aanugraha.files.wordpress.com/2008/05/fergieg0511.jpg?w=500&h=365" alt="" width="500" height="365" /></a></p>
<p style="text-align:center;">Congrats, Sir ! Wish u can lead the team to regain the UEFA Champions League Trophy.</p>
<p style="text-align:center;"><a href="http://aanugraha.files.wordpress.com/2008/05/fergiesmechteameurocup.jpg"><img class="alignnone size-full wp-image-40 aligncenter" src="http://aanugraha.files.wordpress.com/2008/05/fergiesmechteameurocup.jpg?w=367&h=512" alt="" width="367" height="512" /></a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/aanugraha.wordpress.com/42/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/aanugraha.wordpress.com/42/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aanugraha.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aanugraha.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aanugraha.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aanugraha.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aanugraha.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aanugraha.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aanugraha.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aanugraha.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aanugraha.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aanugraha.wordpress.com/42/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aanugraha.wordpress.com&blog=2949056&post=42&subd=aanugraha&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://aanugraha.wordpress.com/2008/05/13/congratulations-manchester-united/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/aanugraha-128.jpg" medium="image">
			<media:title type="html">arie</media:title>
		</media:content>

		<media:content url="http://aanugraha.files.wordpress.com/2008/05/giggsg0511.jpg" medium="image" />

		<media:content url="http://aanugraha.files.wordpress.com/2008/05/fergieg0511.jpg" medium="image" />

		<media:content url="http://aanugraha.files.wordpress.com/2008/05/fergiesmechteameurocup.jpg" medium="image" />
	</item>
		<item>
		<title>Opening The Body of Motorola E680i</title>
		<link>http://aanugraha.wordpress.com/2008/04/26/opening-the-body-of-motorola-e680i/</link>
		<comments>http://aanugraha.wordpress.com/2008/04/26/opening-the-body-of-motorola-e680i/#comments</comments>
		<pubDate>Sat, 26 Apr 2008 04:09:02 +0000</pubDate>
		<dc:creator>arie</dc:creator>
		
		<category><![CDATA[Hobbies &amp; Interests]]></category>

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

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

		<guid isPermaLink="false">http://aanugraha.wordpress.com/?p=36</guid>
		<description><![CDATA[Yesterday, I want to open the case (body) of my Motorola E680i. I had searched over the internet how to open it, but I couldn&#8217;t find a guide or tutorial to do it. Here, I want to show you how to open the case (body) of your Motorola E680i (I think it&#8217;s same for E680).
First, [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Yesterday, I want to open the case (body) of my Motorola E680i. I had searched over the internet how to open it, but I couldn&#8217;t find a guide or tutorial to do it. Here, I want to show you how to open the case (body) of your Motorola E680i (I think it&#8217;s same for E680).</p>
<p>First, unscrew 4 bolts located in the corners of the back-side.</p>
<p style="text-align:center;"><a href="http://aanugraha.files.wordpress.com/2008/04/p10306391.jpg"><img class="alignnone size-full wp-image-31 aligncenter" src="http://aanugraha.files.wordpress.com/2008/04/p10306391.jpg?w=400&h=300" alt="" width="400" height="300" /></a></p>
<p>Note, that there&#8217;re holes in middle-part of the back-side case.</p>
<p style="text-align:center;"><a href="http://aanugraha.files.wordpress.com/2008/04/p1030646.jpg"><img class="alignnone size-full wp-image-35 aligncenter" src="http://aanugraha.files.wordpress.com/2008/04/p1030646.jpg?w=400&h=300" alt="" width="400" height="300" /></a></p>
<p>The next picture will show you how (finally) open the case.</p>
<p style="text-align:center;"><a href="http://aanugraha.files.wordpress.com/2008/04/p1030649.jpg"><img class="alignnone size-full wp-image-32 aligncenter" src="http://aanugraha.files.wordpress.com/2008/04/p1030649.jpg?w=400&h=300" alt="" width="400" height="300" /></a></p>
<p>Look at the case design, then you will know why you should do the movements showed on the picture above.</p>
<p style="text-align:center;"><a href="http://aanugraha.files.wordpress.com/2008/04/p1030640.jpg"><img class="alignnone size-full wp-image-34 aligncenter" src="http://aanugraha.files.wordpress.com/2008/04/p1030640.jpg?w=400&h=300" alt="" width="400" height="300" /></a></p>
<p>After that, you can do whatever you want to do to your phone.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/aanugraha.wordpress.com/36/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/aanugraha.wordpress.com/36/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aanugraha.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aanugraha.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aanugraha.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aanugraha.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aanugraha.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aanugraha.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aanugraha.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aanugraha.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aanugraha.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aanugraha.wordpress.com/36/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aanugraha.wordpress.com&blog=2949056&post=36&subd=aanugraha&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://aanugraha.wordpress.com/2008/04/26/opening-the-body-of-motorola-e680i/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/aanugraha-128.jpg" medium="image">
			<media:title type="html">arie</media:title>
		</media:content>

		<media:content url="http://aanugraha.files.wordpress.com/2008/04/p10306391.jpg" medium="image" />

		<media:content url="http://aanugraha.files.wordpress.com/2008/04/p1030646.jpg" medium="image" />

		<media:content url="http://aanugraha.files.wordpress.com/2008/04/p1030649.jpg" medium="image" />

		<media:content url="http://aanugraha.files.wordpress.com/2008/04/p1030640.jpg" medium="image" />
	</item>
		<item>
		<title>Moving native.db in Motorola E680i</title>
		<link>http://aanugraha.wordpress.com/2008/04/03/moving-nativedb-in-motorola-e680i/</link>
		<comments>http://aanugraha.wordpress.com/2008/04/03/moving-nativedb-in-motorola-e680i/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 15:30:35 +0000</pubDate>
		<dc:creator>arie</dc:creator>
		
		<category><![CDATA[Hobbies &amp; Interests]]></category>

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

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

		<category><![CDATA[native.db]]></category>

		<guid isPermaLink="false">http://aanugraha.wordpress.com/?p=29</guid>
		<description><![CDATA[Lately, I want to install some themes in my Motorola E680i. Using Theme Manager developed by intoxicated, themes will be installed in /ezxlocal folder. The problem is our native.db, which contains our phonebook, sms, calendar, etc. (actually I forget what else, but I think it also contains our radio program channel), is located in the [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Lately, I want to install some themes in my Motorola E680i. Using Theme Manager developed by <i>intoxicated</i>, themes will be installed in <i>/ezxlocal</i> folder. The problem is our <i>native.db</i>, which contains our phonebook, sms, calendar, etc. (actually I forget what else, but I think it also contains our radio program channel), is located in the <i>/ezxlocal</i> too. My <i>native.db</i>&#8217;s file size is around 3 MB, while the <i>/ezxlocal</i> capacity just around 5.2 MB. Therefore, I need to move my <i>native.db</i> somewhere else in order to free some space that can be used to install some themes.</p>
<p>Here, I write the step-by-step that should be done to move my <i>native.db</i> from <i>/ezxlocal </i>to <i>/diska</i> that relatively have more space. I have tried to move the database to the MMC (<i>/mmc</i>), but the loading process was quite long. Thanks to <i>akhaliq</i> from <a href="http://www.motorolafans.com" target="_blank">MotorolaFans Forum</a> for the idea.</p>
<p>The first thing to do is kill all of <i>db_daemon</i> process that run in the background.</p>
<blockquote>
<pre>/ # ps ax | grep db_daemon</pre>
<pre>  171 ?       S      0:02 /usr/bin/db_daemon -shareenv -tapi</pre>
<pre>  191 ?       S      0:00 /usr/bin/db_daemon -shareenv -tapi</pre>
<pre>  192 ?       S      0:00 /usr/bin/db_daemon -shareenv -tapi</pre>
<pre>  195 ?       S      0:01 /usr/bin/db_daemon -shareenv -tapi</pre>
<pre>  197 ?       S      0:00 /usr/bin/db_daemon -shareenv -tapi</pre>
<pre>  198 ?       S      0:00 /usr/bin/db_daemon -shareenv -tapi</pre>
<pre>  207 ?       S      0:00 /usr/bin/db_daemon -shareenv -tapi</pre>
<pre>  208 ?       S      0:00 /usr/bin/db_daemon -shareenv -tapi</pre>
<pre>  284 pts/0   S      0:00 grep db_daemon</pre>
<pre>/ # kill -9 171 191 192 195 197 198 207 208</pre>
</blockquote>
<p><i> </i>Note that the command <i>kill</i> above depends on your own PID&#8217;s <i>db_daemon</i> process.</p>
<p>Then, do this steps.</p>
<blockquote>
<pre>mkdir /diska/.system/sysDatabase</pre>
<pre>cp -p /ezxlocal/sysDatabase/* /diska/.system/sysDatabase</pre>
<pre>mv /ezxlocal/sysDatabase /mmc/mmca1/sysDbBackup</pre>
<pre>cd /ezxlocal</pre>
<pre>ln -s /diska/.system/sysDatabase</pre>
<pre>chown ezx:ezx sysDatabase</pre>
<pre>chown -R ezx:ezx /diska/.system/sysDatabase</pre>
</blockquote>
<p>After that, reboot the phone.</p>
<p>The concept I used here is make a <a href="http://en.wikipedia.org/wiki/Symbolic_link" target="_blank">symbolic link</a> in <i>/ezxlocal</i> that refers to the folder<i>/diska/.system/sysDatabase</i>. It is like make a shortcut in Windows environment. So, the <i>db_daemon</i> process still can access the contents of <i>/ezxlocal/sysDatabase</i>, that actually is a symbolic link to <i>/diska/.system/sysDatabase</i>.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/aanugraha.wordpress.com/29/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/aanugraha.wordpress.com/29/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aanugraha.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aanugraha.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aanugraha.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aanugraha.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aanugraha.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aanugraha.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aanugraha.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aanugraha.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aanugraha.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aanugraha.wordpress.com/29/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aanugraha.wordpress.com&blog=2949056&post=29&subd=aanugraha&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://aanugraha.wordpress.com/2008/04/03/moving-nativedb-in-motorola-e680i/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/aanugraha-128.jpg" medium="image">
			<media:title type="html">arie</media:title>
		</media:content>
	</item>
		<item>
		<title>Like Father Like Son</title>
		<link>http://aanugraha.wordpress.com/2008/03/13/like-father-like-son/</link>
		<comments>http://aanugraha.wordpress.com/2008/03/13/like-father-like-son/#comments</comments>
		<pubDate>Thu, 13 Mar 2008 11:43:23 +0000</pubDate>
		<dc:creator>arie</dc:creator>
		
		<category><![CDATA[Hobbies &amp; Interests]]></category>

		<category><![CDATA[B/W]]></category>

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

		<guid isPermaLink="false">http://aanugraha.wordpress.com/?p=28</guid>
		<description><![CDATA[

Title : Like Father Like Son
Camera : Panasonic Lumic DMC-TZ3
ISO Speed : 800
Shutter speed : 1/6 s
Aperture : f/4.6
Focal Length :12.7 mm
Flash : No
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a title="Like Father Like Son by noegroz1987, on Flickr" href="http://www.flickr.com/photos/11908849@N07/2330244991/"></a></p>
<div style="text-align:center;"><img src="http://farm3.static.flickr.com/2315/2330244991_6238324526.jpg" alt="Like Father Like Son" width="375" height="500" /></div>
<p align="center">Title : <strong>Like Father Like Son</strong><br />
Camera : Panasonic Lumic DMC-TZ3<br />
ISO Speed : 800<br />
Shutter speed : 1/6 s<br />
Aperture : f/4.6<br />
Focal Length :12.7 mm<br />
Flash : No</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/aanugraha.wordpress.com/28/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/aanugraha.wordpress.com/28/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aanugraha.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aanugraha.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aanugraha.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aanugraha.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aanugraha.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aanugraha.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aanugraha.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aanugraha.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aanugraha.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aanugraha.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aanugraha.wordpress.com&blog=2949056&post=28&subd=aanugraha&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://aanugraha.wordpress.com/2008/03/13/like-father-like-son/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/aanugraha-128.jpg" medium="image">
			<media:title type="html">arie</media:title>
		</media:content>

		<media:content url="http://farm3.static.flickr.com/2315/2330244991_6238324526.jpg" medium="image">
			<media:title type="html">Like Father Like Son</media:title>
		</media:content>
	</item>
		<item>
		<title>IPA Indonesian Vowels Chart</title>
		<link>http://aanugraha.wordpress.com/2008/03/13/ipa-indonesian-vowels-chart/</link>
		<comments>http://aanugraha.wordpress.com/2008/03/13/ipa-indonesian-vowels-chart/#comments</comments>
		<pubDate>Thu, 13 Mar 2008 09:53:32 +0000</pubDate>
		<dc:creator>arie</dc:creator>
		
		<category><![CDATA[Academic]]></category>

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

		<category><![CDATA[IPA symbol]]></category>

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

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

		<guid isPermaLink="false">http://aanugraha.wordpress.com/?p=25</guid>
		<description><![CDATA[International Phonetic Association had mapped vowel sounds into a chart as seen below. The y-axis represents the lip opening and the x-axis represents the tongue position.

IPA Vowels Chart
It can be seen that there are 28 different vowel sounds. However, in Indonesian, we just use 10 of them, including the allophones. Six ‘primary&#8217; vowels in Indonesian [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://en.wikipedia.org/wiki/International_Phonetic_Association" target="_blank">International Phonetic Association</a> had mapped vowel sounds into a chart as seen below. The y-axis represents the lip opening and the x-axis represents the tongue position.</p>
<div style="text-align:center;"><img src="http://aanugraha.files.wordpress.com/2008/03/ipa_vowel_chart_2005s.png" alt="IPA Vowels Chart" /></div>
<div style="text-align:center;">IPA Vowels Chart</div>
<p><span id="more-25"></span>It can be seen that there are 28 different vowel sounds. However, in Indonesian, we just use 10 of them, including the allophones. Six ‘primary&#8217; vowels in Indonesian are represented as six phonemes: /a/, /e/, /ə/, /i/, /o/, and /u/. The other four are the allophones: [ɛ] (/e/), [ɪ] (/i/), [ɔ] (o), and [ʊ] (u). Therefore, I can summarize the IPA vowels chart become the IPA Indonesian vowels chart as seen below.</p>
<div style="text-align:center;"><img src="http://aanugraha.files.wordpress.com/2008/03/ina_vowel_chart_2005s.png" alt="IPA Indonesian Vowels Chart" /></div>
<div style="text-align:center;">IPA Indonesian Vowels Chart</div>
<p>Example:</p>
<ul>
<li>[a]</li>
<p><i>akan, dua, makan</i></p>
<li>[e]</li>
<p><i>sore, esok, serong</i></p>
<li>[ə]</li>
<p><i>enam, entah, pergi</i></p>
<li>[ɛ]</li>
<p><i>nenek, bebek, tokek</i></p>
<li>[i]</li>
<p><i>gigi, ini, tali</i></p>
<li>[ɪ]</li>
<p><i>banting, kirim, parit</i></p>
<li>[o]</li>
<p><i>toko, roda, biro</i></p>
<li>[ɔ]</li>
<p><i>tokoh, rokok, pojok</i></p>
<li>[u]</li>
<p><i>upah, tukang, bantu</i></p>
<li>[ʊ]</li>
<p><i>warung, ampun, langsung</i></ul>
<p>Related with my final-year project, using this chart, I can approximate the articulatory position and it can make the optimization process faster.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/aanugraha.wordpress.com/25/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/aanugraha.wordpress.com/25/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aanugraha.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aanugraha.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aanugraha.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aanugraha.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aanugraha.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aanugraha.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aanugraha.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aanugraha.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aanugraha.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aanugraha.wordpress.com/25/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aanugraha.wordpress.com&blog=2949056&post=25&subd=aanugraha&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://aanugraha.wordpress.com/2008/03/13/ipa-indonesian-vowels-chart/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/aanugraha-128.jpg" medium="image">
			<media:title type="html">arie</media:title>
		</media:content>

		<media:content url="http://aanugraha.files.wordpress.com/2008/03/ipa_vowel_chart_2005s.png" medium="image">
			<media:title type="html">IPA Vowels Chart</media:title>
		</media:content>

		<media:content url="http://aanugraha.files.wordpress.com/2008/03/ina_vowel_chart_2005s.png" medium="image">
			<media:title type="html">IPA Indonesian Vowels Chart</media:title>
		</media:content>
	</item>
		<item>
		<title>Wrong Route</title>
		<link>http://aanugraha.wordpress.com/2008/03/05/wrong-route/</link>
		<comments>http://aanugraha.wordpress.com/2008/03/05/wrong-route/#comments</comments>
		<pubDate>Tue, 04 Mar 2008 17:57:16 +0000</pubDate>
		<dc:creator>arie</dc:creator>
		
		<category><![CDATA[Miscellaneous]]></category>

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

		<guid isPermaLink="false">http://aanugraha.wordpress.com/?p=24</guid>
		<description><![CDATA[Several days ago, I sent a package of documents to Eindhoven, Netherlands using DHL. Using DHL&#8217;s tracking system, I tracked my package day-by-day. Just now, I checked it again and (thanks, God) finally my package delivered. If you wonder why I really happy with this, you can check the screen capture of tracking system&#8217;s report [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Several days ago, I sent a package of documents to Eindhoven, Netherlands using <a href="http://www.dhl.com" title="DHL" target="_blank">DHL</a>. Using DHL&#8217;s tracking system, I tracked my package day-by-day. Just now, I checked it again and (thanks, God) finally my package delivered. If you wonder why I really happy with this, you can check the screen capture of tracking system&#8217;s report below.</p>
<p><a href="http://aanugraha.files.wordpress.com/2008/03/dhl.png" title="DHL’s tracking system report"></a></p>
<div style="text-align:center;"><a href="http://aanugraha.files.wordpress.com/2008/03/dhl.png" title="DHL’s tracking system report"><img src="http://aanugraha.files.wordpress.com/2008/03/dhl.png?w=400&h=250" alt="DHL’s tracking system report" height="250" width="400" /></a></div>
<p align="center">- final tracking system report -<br />
(click the picture above to see the better view)</p>
<p>Yup&#8230; I think you know the reason why I really happy.</p>
<p>I don&#8217;t know why my package, which should be sent to Eindhoven, Netherlands, has to ‘visit&#8217; Leipzig, Germany. When I checked yesterday, I was very surprised when my package&#8217;s status is on hold in Leipzig, Germany. How came my package which should be sent to Eindhoven, Netherlands and had reached Amsterdam, Netherlands have to sent to Leipzig, Germany. I think it&#8217;s shameful for DHL, a reputable international courier service company, misdirected a package.</p>
<p>Unfortunately, my package, which could be delivered on March 2, 2008, delivered on March 4, 2008 - delayed 2 days. Hmm&#8230; Should I complain to DHL about this?</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/aanugraha.wordpress.com/24/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/aanugraha.wordpress.com/24/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aanugraha.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aanugraha.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aanugraha.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aanugraha.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aanugraha.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aanugraha.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aanugraha.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aanugraha.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aanugraha.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aanugraha.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aanugraha.wordpress.com&blog=2949056&post=24&subd=aanugraha&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://aanugraha.wordpress.com/2008/03/05/wrong-route/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/aanugraha-128.jpg" medium="image">
			<media:title type="html">arie</media:title>
		</media:content>

		<media:content url="http://aanugraha.files.wordpress.com/2008/03/dhl.png" medium="image">
			<media:title type="html">DHL’s tracking system report</media:title>
		</media:content>
	</item>
		<item>
		<title>Slackware 12.0 + KDE   4.0 3.5</title>
		<link>http://aanugraha.wordpress.com/2008/03/04/slackware-120-kde-40-35/</link>
		<comments>http://aanugraha.wordpress.com/2008/03/04/slackware-120-kde-40-35/#comments</comments>
		<pubDate>Tue, 04 Mar 2008 14:20:35 +0000</pubDate>
		<dc:creator>arie</dc:creator>
		
		<category><![CDATA[Hobbies &amp; Interests]]></category>

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

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

		<guid isPermaLink="false">http://aanugraha.wordpress.com/?p=22</guid>
		<description><![CDATA[Yesterday, I installed Slackware 12.0 on my laptop, a Dell Inspiron 6400. I&#8217;m really surprised because the installation process (relatively) very simple. It&#8217;s really different from my previous Slackware installation. I forgot what version of the Slackware, but at that time the installation process was really frustrating.
Today, I finished configuring the system. Then, I used [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Yesterday, I installed Slackware 12.0 on my laptop, a Dell Inspiron 6400. I&#8217;m really surprised because the installation process (relatively) very simple. It&#8217;s really different from my previous Slackware installation. I forgot what version of the Slackware, but at that time the installation process was really frustrating.</p>
<p>Today, I finished configuring the system. Then, I used this new operating system to surf on the internet and I was interested in an article about the release of KDE 4.0. Because of the KDE desktop environment installed is 3.5, I wanted to install the 4.0. After read some articles and tutorials, I started to download whatever the installation process needs, from the KDE until the dependencies. However, I can&#8217;t download the <i>kdesupport</i> package, because it should be downloaded using <i>svn</i> (subversion). I don&#8217;t know why, but it always failed with the error message that the system couldn&#8217;t connect to server. Whereas, the <i>kdesupport</i> package is one of the four primary packages besides <i>kdelibs</i>, <i>kdepimlibs</i>, and <i>kdebase</i>. The bottom line is, in the end, I still use KDE 3.5 on my Slackware 12.0. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>I think it&#8217;s enough for today. Maybe, I will continue to try installing the KDE 4.0 tomorrow or a day after tomorrow. Maybe&#8230; <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_mrgreen.gif' alt=':mrgreen:' class='wp-smiley' /></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/aanugraha.wordpress.com/22/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/aanugraha.wordpress.com/22/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aanugraha.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aanugraha.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aanugraha.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aanugraha.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aanugraha.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aanugraha.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aanugraha.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aanugraha.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aanugraha.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aanugraha.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aanugraha.wordpress.com&blog=2949056&post=22&subd=aanugraha&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://aanugraha.wordpress.com/2008/03/04/slackware-120-kde-40-35/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/aanugraha-128.jpg" medium="image">
			<media:title type="html">arie</media:title>
		</media:content>
	</item>
	</channel>
</rss>