<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>akar.studio</title>
	<atom:link href="http://akarstudio.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://akarstudio.wordpress.com</link>
	<description>terlihat terbaca termengerti terkatakan</description>
	<lastBuildDate>Wed, 22 Jun 2011 11:05:45 +0000</lastBuildDate>
	<language>id</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='akarstudio.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>akar.studio</title>
		<link>http://akarstudio.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://akarstudio.wordpress.com/osd.xml" title="akar.studio" />
	<atom:link rel='hub' href='http://akarstudio.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Creating Virtual Host in Apache For Localhost</title>
		<link>http://akarstudio.wordpress.com/2008/12/20/creating-virtual-host-in-apache-for-localhost/</link>
		<comments>http://akarstudio.wordpress.com/2008/12/20/creating-virtual-host-in-apache-for-localhost/#comments</comments>
		<pubDate>Sat, 20 Dec 2008 19:59:43 +0000</pubDate>
		<dc:creator>febrian</dc:creator>
				<category><![CDATA[Teknik web sisi server]]></category>
		<category><![CDATA[virtual host]]></category>

		<guid isPermaLink="false">http://akarstudio.wordpress.com/?p=27</guid>
		<description><![CDATA[Configuring my localhost server bring me to a nice little trick to allow us visiting an URL, like &#8216;test.localhost&#8217;, and will be redirected to our new additional public directory: 1. We have one public html directory, for example in D:/Websites.  When we visit http://localhost, the browser will display a web page file (the default is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=akarstudio.wordpress.com&amp;blog=2118462&amp;post=27&amp;subd=akarstudio&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Configuring my localhost server bring me to a nice little trick to allow us visiting an URL, like &#8216;test.localhost&#8217;, and will be redirected to our new additional public directory:</p>
<p>1. We have one public html directory, for example in <em>D:/Websites</em>.  When we visit <em>http://localhost</em>, the browser will display a web page file (the default is <em>index.html/index.php</em>) that is saved di <em>D:/Websites</em>.</p>
<p>2. Maybe we also wanto to make <em>D:/TestWebsite</em> as our second public directory or we could say it is our &#8216;second server&#8217; though we only use <em>one</em> apache installation. It also would be nice if we can access this second server with</p>
<blockquote><p>http://test.localhost</p></blockquote>
<p>What can we do is to create <strong>a new virtual host</strong>. Update <em>httpd-vhosts.conf</em>, our virtual host configuration file. The location of the  file  is :</p>
<blockquote><p>APACHE_INSTALLATION/conf/extra/httpd-vhosts.conf</p></blockquote>
<p>Add these lines to the configuration file : </p>
<blockquote><p>NameVirtualHost *:8080<br />
&lt;VirtualHost *:8080&gt;<br />
    DocumentRoot &#8220;D:/TestWebsites&#8221;<br />
    ServerName test.localhost<br />
&lt;/VirtualHost&gt;</p></blockquote>
<p>These configurations state that we have a new  <span style="text-decoration:underline;">named virtual host</span> with <em>D:/TestWebsites</em> as its public directory and the server can be visited in <em>http://test.localhost</em></p>
<p>3. Restart the apache, type <em>http://test.localhost</em> in your browser address bar and taraaaa! With default configuration of your network, we may guess that your browser will come with an error message, informing us that the host cannot be resolved.  Yes, we use the same URL name that the google use in www.google.com. Maybe we need a DNS Server? This little trick will  do it for us. look for <em>hosts configuration file</em> in windows operating system . the file name is <em>hosts</em> without any file extension and the default location is :</p>
<blockquote><p>C:\Windows\System32\drivers\etc\hosts</p></blockquote>
<p>open the file with any text editor, and add this line</p>
<blockquote><p>127.0.0.1       test.localhost</p></blockquote>
<p>and&#8230;..you got your new virtual host in your localhost!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/akarstudio.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/akarstudio.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/akarstudio.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/akarstudio.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/akarstudio.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/akarstudio.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/akarstudio.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/akarstudio.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/akarstudio.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/akarstudio.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/akarstudio.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/akarstudio.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/akarstudio.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/akarstudio.wordpress.com/27/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=akarstudio.wordpress.com&amp;blog=2118462&amp;post=27&amp;subd=akarstudio&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://akarstudio.wordpress.com/2008/12/20/creating-virtual-host-in-apache-for-localhost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">febrian</media:title>
		</media:content>
	</item>
		<item>
		<title>Javascript Platform?</title>
		<link>http://akarstudio.wordpress.com/2008/12/14/javascript-platform/</link>
		<comments>http://akarstudio.wordpress.com/2008/12/14/javascript-platform/#comments</comments>
		<pubDate>Sun, 14 Dec 2008 22:22:17 +0000</pubDate>
		<dc:creator>febrian</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://akarstudio.wordpress.com/?p=22</guid>
		<description><![CDATA[This is the things that I had ever done before when I was in the college. As a student, I had been thaught  you have to code by yourself, from scratch! please think about the structure data, how effective  the will be memories used, bla bla bla, torra torra torra&#8230;&#8230;.. No no, I don&#8217;t say that lesson [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=akarstudio.wordpress.com&amp;blog=2118462&amp;post=22&amp;subd=akarstudio&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is the things that I had ever done before when I was in the college. As a student, I had been thaught  you have to code by yourself, from scratch! please think about the structure data, how effective  the will be memories used, bla bla bla, torra torra torra&#8230;&#8230;.. No no, I don&#8217;t say that lesson is wrong. but here is a thing : <em>sometimes a library makes your life a lot easier</em>.</p>
<p>And Javascript is one script language (not a programming language) that nowadays is really important for me, or  for us as a web developer. Popular technique Ajax (Asynchronous Javascript And XML) is built on the technology of Javascript. Javascript is not a programming language because the script itself is mainly interpreted, not compiled (I don&#8217;t know what I can say about chrome, because that browser currently runs javascript from the compiled machine language of a code!), and Javascript also has a less syntax structure than the others programming language.</p>
<p>&#8216;Prototype&#8217; is a javascript library and framework. I am addicted to use it. It provides the great way to develop our script. you can easily access the div element by its id. this is an example how we access the element style with <em>prototype way</em></p>
<blockquote><p>$(&#8216;element_id&#8217;).style</p></blockquote>
<p>Actually I wanna discuss the other great features of prototype, I&#8217;ll be back with more subject related with this topic, Guys!</p>
<p>Please visit : <a href="http://www.prototypejs.org/">http://www.prototypejs.org/</a> to learn more. I also like to read from <a href="http://www.sergiopereira.com/articles/prototype.js.html">http://www.sergiopereira.com/articles/prototype.js.html</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/akarstudio.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/akarstudio.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/akarstudio.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/akarstudio.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/akarstudio.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/akarstudio.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/akarstudio.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/akarstudio.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/akarstudio.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/akarstudio.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/akarstudio.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/akarstudio.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/akarstudio.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/akarstudio.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=akarstudio.wordpress.com&amp;blog=2118462&amp;post=22&amp;subd=akarstudio&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://akarstudio.wordpress.com/2008/12/14/javascript-platform/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">febrian</media:title>
		</media:content>
	</item>
		<item>
		<title>Regular Expression [1]</title>
		<link>http://akarstudio.wordpress.com/2008/07/09/regular-expression-1/</link>
		<comments>http://akarstudio.wordpress.com/2008/07/09/regular-expression-1/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 20:31:46 +0000</pubDate>
		<dc:creator>febrian</dc:creator>
				<category><![CDATA[Regular Expression]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://akarstudio.wordpress.com/?p=19</guid>
		<description><![CDATA[Baru di sini saya berkenalan tentang regular expression ( padahal sudah berkutat sekian lama dengan dunia program memrogram). Apa sih sebenarnya regular expression itu ? Dari definisi saya sendiri, regular expression merujuk pada aturan penulisan ekspresi dalam rangka pencarian sebuah pola dalam teks. Jika kita ambil perumpamaan seperti hal mencari jarum dalam jerami, jarumnya  ada [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=akarstudio.wordpress.com&amp;blog=2118462&amp;post=19&amp;subd=akarstudio&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Baru di sini saya berkenalan tentang regular expression ( padahal sudah berkutat sekian lama dengan dunia program memrogram).</p>
<p>Apa sih sebenarnya regular expression itu ? Dari definisi saya sendiri, regular expression merujuk pada aturan penulisan ekspresi dalam rangka pencarian sebuah pola dalam teks. Jika kita ambil perumpamaan seperti hal mencari jarum dalam jerami, jarumnya  ada banyak, regular expression akan digunakan dalam menendefiniskan jarum itu seperti apa. Melalui definisi inilah pencarian akan bisa dilakukan dengan rakus, efisien dan mudah.</p>
<p><strong>Hidup adalah pilihan</strong></p>
<p><strong>a</strong> =&gt; adalah sebuah regular expression juga lo. dia akan mencari kemunculan huruf &#8216;a&#8217; pertama di dalam subyek pencarian. Hem mungkin ekspressi ini belum mampu menunjukan kekuatan regular expression sebenarnya.</p>
<p><strong>[abc]</strong> =&gt; ini bentuk yang mudah juga dalam regular expression. Ekspresi yang dibuka dengan &#8216;[' dan ditutup dengan ']&#8216; , dinamakan dengan <em>Character Set</em>. Ekspresi ini mendefinisikan bahwa yang ingin dicari adalah kemunculan salah satu karakter yang ada dalam pelukan [] (lebai deh). jadi kemunculan huruf &#8216;a&#8217; atau &#8216;b&#8217; atau &#8216;c&#8217; akan memenuhi hasil pencarian dengan ekspresi character set diatas.</p>
<p><strong>[A-Z]</strong> =&gt; masih meneruskan penjelasan tentang ekspresi character set di atas. intinya sama, tapi adanya karakter &#8216;-&#8217; bukan berarti A dikurangi Z, karakter ini menunjukkan rentang, bahwa karakter A hingga Z akan memenuhi definisi di atas.  Adanya kurung [] ini juga menunjukkan bahwa kemunculan karakter &#8216;A&#8217;, atau &#8216;B&#8217;, atau &#8216;C&#8217;, atau &#8230;., atau &#8216;Z&#8217; akan masuk dalam hasil pencarian. dalam kalimat &#8216;Joko Pergi Ke Pasar&#8217;, &#8216;J&#8217; di awal kalimat adalah hasil pertama yang ditemukan, kemudian &#8216;P&#8217; di kata ke dua, &#8216;K&#8217; di kata ketiga, dan &#8216;P&#8217; di kata ke empat.</p>
<p><strong>[A-Za-z0-9]</strong> =&gt; hayoo perhatikan ndak saya make huruf besar di atas. Untuk memasukkan huruf kecil dalam salah satu kriteria pencarian, silakan ditambahkan &#8216;a-z&#8217;. ekspresi &#8217;0-9&#8242; mendefinisikan bahwa jika lau ada satu karakter angka yang muncul, silakan absen dan berbaris di hasil pencarian. &#8217;2 Joko Pergi Ke Pasar&#8217;. &#8217;2&#8242; adalah hasil pencarian pertama, &#8216;J&#8217; hasil pencarian ke dua, hasil pencarian ke 3 tentu saja kita amini bareng-bareng : &#8216;o&#8217; pertama di kata &#8216;Joko&#8217;. karakter spasi tidah masuk dalam daftar karakter yang dinginkan di atas. Jika ingin memasukkan spasi sisipkan saja karakter spasi  &#8216; &#8216; dalam daftar yang sudah ada : [A-Za-z0-9 ].</p>
<p><strong>Pengulangan bukanlah hal yang buruk</strong></p>
<p>Mas-mas, masak bisa nya cuman nyari satu karater saja? tentu tidak. Regular Expression cukup power full untuk mencari dengan pola yang jauh lebih sulit. kita mulai saja lagi dengan bagaimana mendifinisikan bahwa kemunculan nol, satu, atau lebih karakter akan masuk dalam hasil pencarian.</p>
<p><strong>[a-z]+</strong> =&gt; tanda &#8216;+&#8217; menyatakan satu atau lebih. Berarti jika subyek pencarian adalah &#8216;joko pergi ke pasar&#8217;, kita akan menemukan &#8216;joko&#8217;, &#8216;pergi&#8217;, &#8216;ke&#8217;, dan &#8216;pasar&#8217;, karena mereka adalah kemunculan satu atau lebih karakter antar a dan z .</p>
<p><strong>[a]*</strong> =&gt; tanda &#8216;*&#8217; sedikit lebih luas dari &#8216;+&#8217;. Artinya adalah kemunculan nol atau lebih karakter a.</p>
<p><strong>Naek kereta api tuuut tuuut tuuut&#8230;.</strong></p>
<p>Yak kita gunakan dalam kehidupan sehari2. Misalnya sendiri kita punya subyek pencarian :</p>
<p><em>&#8216;Joko jko jokooooooo jooko jok&#8217;</em></p>
<p><strong>jok[a-z]+</strong> =&gt; hasilnya adalah &#8216;joko&#8217; di kata ke 3. kata &#8216;jok&#8217; diakhir kalimat ndak masuk karena definisi di atas menyatakan bahwa harus ada satu atau lebih karakter yang mengikuti kata &#8216;jok&#8217;.</p>
<p><strong>j[o]*k[a-z]+</strong> =&gt; kata2 didalam kalimat diatas masuk dalam hasil pencarian, keculi &#8216;jok&#8217; di kata terakhir. maksudnya tak peduli ada huruf &#8216;o&#8217; (nol atau lebih kemunculan) setelah j, ada satu kek, ada dua kek, atau tidak ada sama sekali, yang penting setelah itu ada &#8216;k&#8217; yang  kemudian diikuti satu atau lebih karakter antara &#8216;a-z&#8217;. &#8216;jok&#8217; tidak masuk karena alasan yang sama dengan ekspresi pertama.</p>
<p><strong>j[o]*k[a-z]* </strong>=&gt;<strong> </strong>naaah ini baru &#8216;jok&#8217; di akhir kalimat masuk.</p>
<p>Nah cukup praktis kan? kita lanjutkan nanti dengan yang rumit-rumit dan menggugah hati&#8230;.(lebai lagi&#8230;..)</p>
<p><em>Red :</em></p>
<p><em>ekspresi dites dengan menggunakan notepad++ yang bisa didownlaod di http://notepad-plus.sourceforge.net/uk/download.php</em></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/akarstudio.wordpress.com/19/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/akarstudio.wordpress.com/19/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/akarstudio.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/akarstudio.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/akarstudio.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/akarstudio.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/akarstudio.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/akarstudio.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/akarstudio.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/akarstudio.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/akarstudio.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/akarstudio.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/akarstudio.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/akarstudio.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/akarstudio.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/akarstudio.wordpress.com/19/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=akarstudio.wordpress.com&amp;blog=2118462&amp;post=19&amp;subd=akarstudio&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://akarstudio.wordpress.com/2008/07/09/regular-expression-1/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">febrian</media:title>
		</media:content>
	</item>
		<item>
		<title>Sebuah Perkenalan</title>
		<link>http://akarstudio.wordpress.com/2008/07/04/sebuah-perkenalan/</link>
		<comments>http://akarstudio.wordpress.com/2008/07/04/sebuah-perkenalan/#comments</comments>
		<pubDate>Fri, 04 Jul 2008 22:06:43 +0000</pubDate>
		<dc:creator>febrian</dc:creator>
				<category><![CDATA[Lain]]></category>

		<guid isPermaLink="false">http://akarstudio.wordpress.com/?p=13</guid>
		<description><![CDATA[Nama saya Febrian, saya sedang kesasar ndak jelas di Negara Belanda ini, berusaha untuk mencari ilmu, pengalaman dan penghidupan. Di sini seperti yang saya katakan di halaman tentang saya, saya pengen lebih berbagi ilmu. Sedikit saya pisahkan dengan blog saya yang lain di Febrianaris. Berusaha memisahkan konten agar lebih bermakna. Akar studio adalah sebuah sejarah [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=akarstudio.wordpress.com&amp;blog=2118462&amp;post=13&amp;subd=akarstudio&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Nama saya Febrian, saya sedang kesasar ndak jelas di Negara Belanda ini, berusaha untuk mencari ilmu, pengalaman dan penghidupan. Di sini seperti yang saya katakan di halaman <em>tentang saya</em>, saya pengen lebih berbagi ilmu. Sedikit saya pisahkan dengan blog saya yang lain di <a href="http://febrianaris.wordpress.com" target="_blank">Febrianaris</a>. Berusaha memisahkan konten agar lebih bermakna.</p>
<p><em>Akar studio</em> adalah sebuah sejarah buat saya. Dari dulu memiliki impian membuat sebuah studio sendiri, memenuhi hasrat membangun sesuatu, menggambar dan menggoreskan sesuatu. Kenapa <em>Akar</em>? dulu sih mikirnya ingin menjadi sebuah perintis, namun saat ini dimulai dari sebuah hal yang kecil dulu seperti blog ini.  * sayang sekali ketika dengan teman diskusi panjang masalah nama ini, dan kita coba google dengan kata kunci yang akar studio, domain namanya pun sudah ada yang memakai! dari Kanada pula. sebuah kebetulan yang menurut saya aneh *</p>
<p>Saya pengen belajar menulis sesuatu yang bermakna di sini, berbagi sedikit ilmu terutama apa yang sudah saya pelajari. Moga-moga kelak bisa menjadi sebuah landasan buat saya sendiri dan juga buat orang lain yang sudah berkunjung menyapa saya di rumah pikiran saya yang kecil ini.</p>
<p>Jadi, mari kita berbagi!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/akarstudio.wordpress.com/13/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/akarstudio.wordpress.com/13/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/akarstudio.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/akarstudio.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/akarstudio.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/akarstudio.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/akarstudio.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/akarstudio.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/akarstudio.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/akarstudio.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/akarstudio.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/akarstudio.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/akarstudio.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/akarstudio.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/akarstudio.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/akarstudio.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=akarstudio.wordpress.com&amp;blog=2118462&amp;post=13&amp;subd=akarstudio&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://akarstudio.wordpress.com/2008/07/04/sebuah-perkenalan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">febrian</media:title>
		</media:content>
	</item>
	</channel>
</rss>
