<?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>Bambang Untoro</title>
	<atom:link href="http://untoro.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://untoro.wordpress.com</link>
	<description>My place...my playground....</description>
	<lastBuildDate>Fri, 27 Jan 2012 17:07:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='untoro.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Bambang Untoro</title>
		<link>http://untoro.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://untoro.wordpress.com/osd.xml" title="Bambang Untoro" />
	<atom:link rel='hub' href='http://untoro.wordpress.com/?pushpress=hub'/>
		<item>
		<title>How to limit space used by Time Machine</title>
		<link>http://untoro.wordpress.com/2011/06/07/how-to-limit-space-used-by-time-machine/</link>
		<comments>http://untoro.wordpress.com/2011/06/07/how-to-limit-space-used-by-time-machine/#comments</comments>
		<pubDate>Tue, 07 Jun 2011 08:06:09 +0000</pubDate>
		<dc:creator>untoro</dc:creator>
				<category><![CDATA[Hobbies]]></category>
		<category><![CDATA[Infos]]></category>

		<guid isPermaLink="false">http://untoro.wordpress.com/?p=333</guid>
		<description><![CDATA[Having an external HD gives me a chance to use Time Machine to backup all my data. . Even though the initial process (first backup) is very slow, I am so impressed to see Time Machine in action. Now I can easily check how my Mac looks like, let&#8217;s say for yesterday&#8217;s date at particular [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=untoro.wordpress.com&amp;blog=266045&amp;post=333&amp;subd=untoro&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Having an external HD gives me a chance to use Time Machine to backup all my data.<br />
.<br />
Even though the initial process (first backup) is very slow, I am so impressed to see Time Machine in action. Now I can easily check how my Mac looks like, let&#8217;s say for yesterday&#8217;s date at particular hour. Just like its name, Time Machine.<br />
.<br />
<a href="http://untoro.files.wordpress.com/2011/06/screen-shot-2011-06-07-at-2-02-53-pm.jpg"><img class="aligncenter size-full wp-image-344" title="Screen shot 2011-06-07 at 2.02.53 PM" src="http://untoro.files.wordpress.com/2011/06/screen-shot-2011-06-07-at-2-02-53-pm.jpg?w=500&#038;h=281" alt="" width="500" height="281" /></a><br />
.<br />
At particular hour you said? Yes, by default Time Machine will create:</p>
<ul>
<li>Hourly backups for the past 24 hours</li>
<li>Daily backups for the past month</li>
<li>Weekly backups for all previous months</li>
</ul>
<div>.<br />
However, there is one important information in the Time Machine Preferences window:</div>
<div>&#8220;<strong>The oldest backups are deleted when your disk becomes full</strong>&#8220;</div>
<p>.<br />
<a href="http://untoro.files.wordpress.com/2011/06/timemachine.jpg"><br />
</a><a href="http://untoro.files.wordpress.com/2011/06/timemachine.jpg"><img class="aligncenter size-full wp-image-343" title="TimeMachine" src="http://untoro.files.wordpress.com/2011/06/timemachine.jpg?w=500&#038;h=332" alt="" width="500" height="332" /></a><br />
.<br />
<strong>What????</strong> I did not buy this HD only to store Time Machine backups! Why there is no setting to limit the space used by Time Machine???<br />
If you use external HD, I believe you can prepare separate partition with limited space for Time Machine. But, here I am not sure on how to do that in NAS (I am using MyBook Live).<br />
.<br />
After a whole day Googling, trial &amp; error, and Googling, and trial &amp; error (you can repeat this 5x), I managed to set limit on the image size used by Time Machine.<br />
.<br />
Before you go further on how to do this, all the steps were done in Mac OS X <strong>10.6.7</strong> and I am using <strong>MyBook Live</strong> 2TB for my NAS.</p>
<p>.</p>
<p>Here are the steps:</p>
<ol>
<li>First, switch off your time machine. You can do this from the Time Machines Preferences window. Just to be safe, I also set the Disk to None by clicking &#8220;Select Disks&#8221; and choose &#8220;None&#8221;<br />
.</li>
<li>Go into Terminal and use hdiutil to resize sparsebundle used by Time Machine.<br />
.</p>
<pre><span style="font-family:courier new;">
<div style="overflow:auto;height:50px;">
hdiutil resize -size 500g -shrinkonly /Volumes/TimeMachine/PC-benk2.sparsebundle/</div>

</span></pre>
<p>.<br />
On the example above, the maximum size of the sparsebundle image is <strong>500GB</strong>. However, the exact size will be 1024*1024*1024*500 = 536.87GB.<br />
.<br />
You will need to change the path and name for the sparsebundle accordingly.</p>
<p><strong>TIPS:<br />
</strong>- You may need to use sudo to execute hdiutil.<br />
- If you got &#8220;<strong>hdiutil: resize failed &#8211; error -5341</strong>&#8221; as what I got at first time, try to reduce the size in several steps.<br />
In my case, first I reduce the size to 1t (1 Terabyte) and to 500g subsequently.<br />
.</li>
<li>By default, Time Machine will again resizing the image up to the max when the backup is running.<br />
To avoid this you need to lock the Info.* files in sparsebundle by using SetFile from Terminal.<br />
You can get SetFile by installing Developer Tools (Xcode.mpkg) from Installation DVD.<br />
.</p>
<pre><span style="font-family:courier new;">
<div style="overflow:auto;height:50px;">
SetFile -a L /Volumes/TimeMachine/PC-benk2.sparsebundle/Info.*</div>

</span></pre>
<p>.
</li>
<li>Now you can choose set the disk back from the Time Machine Preferences window and switch ON.From time machine preferences, the available space will still show the maximum size of your HD.<br />
.</li>
<li>Open the Console from Application\Utilities to check the log and run the backup. Here in my system, I am getting below in the log:<br />
.</p>
<pre><span style="font-family:courier new;">
<div style="overflow:auto;height:250px;">
6/7/11 12:50:47 PM	com.apple.backupd[13149]	Starting standard backup
6/7/11 12:50:47 PM	com.apple.backupd[13149]	Network destination already mounted at: /Volumes/TimeMachine
6/7/11 12:50:47 PM	com.apple.backupd[13149]	Warning: Destination /Volumes/TimeMachine does not support TM Lock Stealing
6/7/11 12:50:47 PM	com.apple.backupd[13149]	Warning: Destination /Volumes/TimeMachine does not support Server Reply Cache
6/7/11 12:50:48 PM	com.apple.backupd[13149]	Resizing backup disk image from 500.0 GB to 1851.3 GB
6/7/11 12:50:55 PM	com.apple.backupd[13149]	Could not resize backup disk image (DIHLResizeImage returned 30)
6/7/11 12:50:56 PM	com.apple.backupd[13149]	QUICKCHECK ONLY; FILESYSTEM CLEAN
6/7/11 12:50:59 PM	com.apple.backupd[13149]	Disk image /Volumes/TimeMachine/PC-benk2.sparsebundle mounted at: /Volumes/Time Machine Backups
6/7/11 12:50:59 PM	com.apple.backupd[13149]	Backing up to: /Volumes/Time Machine Backups/Backups.backupdb
6/7/11 12:51:01 PM	com.apple.backupd[13149]	No pre-backup thinning needed: 1.01 GB requested (including padding), 259.52 GB available
6/7/11 12:51:11 PM	com.apple.backupd[13149]	Copied 627 files (2.2 MB) from volume Macintosh HD.
6/7/11 12:51:12 PM	com.apple.backupd[13149]	Starting post-backup thinning
6/7/11 12:51:14 PM	com.apple.backupd[13149]	Deleted backup /Volumes/Time Machine Backups/Backups.backupdb/PC-benk2/2011-06-06-124852: 259.52 GB now available
6/7/11 12:51:16 PM	com.apple.backupd[13149]	Deleted backup /Volumes/Time Machine Backups/Backups.backupdb/PC-benk2/2011-06-06-114856: 259.53 GB now available
6/7/11 12:51:20 PM	com.apple.backupd[13149]	Deleted backup /Volumes/Time Machine Backups/Backups.backupdb/PC-benk2/2011-06-06-104854: 259.54 GB now available
6/7/11 12:51:20 PM	com.apple.backupd[13149]	Post-back up thinning complete: 3 expired backups removed
6/7/11 12:51:20 PM	com.apple.backupd[13149]	Backup completed successfully.
</div>

</span></pre>
<p>.<br />
As you can see, Time Machine is unable to resize the image size <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
.</li>
<li>Check the Time Machine volume, and it shows the correct size.<br />
.<br />
<a href="http://untoro.files.wordpress.com/2011/06/info.jpg"><img class="aligncenter size-full wp-image-345" title="Info" src="http://untoro.files.wordpress.com/2011/06/info.jpg?w=500" alt=""   /></a><br />
.</li>
</ol>
<div>
<p>.<br />
Just to ensure everything works fine, I also restart my Mac and reboot my NAS and recheck the log when the backup run. So far until now it is still working fine.<br />
.<br />
Please feels free to comment.<br />
I am not an expert on this, so please let me know in case the steps might harm my system.</p>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/untoro.wordpress.com/333/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/untoro.wordpress.com/333/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/untoro.wordpress.com/333/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/untoro.wordpress.com/333/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/untoro.wordpress.com/333/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/untoro.wordpress.com/333/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/untoro.wordpress.com/333/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/untoro.wordpress.com/333/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/untoro.wordpress.com/333/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/untoro.wordpress.com/333/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/untoro.wordpress.com/333/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/untoro.wordpress.com/333/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/untoro.wordpress.com/333/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/untoro.wordpress.com/333/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=untoro.wordpress.com&amp;blog=266045&amp;post=333&amp;subd=untoro&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://untoro.wordpress.com/2011/06/07/how-to-limit-space-used-by-time-machine/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cd9503fd54a6d9da77a003de6644e9d9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">untoro</media:title>
		</media:content>

		<media:content url="http://untoro.files.wordpress.com/2011/06/screen-shot-2011-06-07-at-2-02-53-pm.jpg" medium="image">
			<media:title type="html">Screen shot 2011-06-07 at 2.02.53 PM</media:title>
		</media:content>

		<media:content url="http://untoro.files.wordpress.com/2011/06/timemachine.jpg" medium="image">
			<media:title type="html">TimeMachine</media:title>
		</media:content>

		<media:content url="http://untoro.files.wordpress.com/2011/06/info.jpg" medium="image">
			<media:title type="html">Info</media:title>
		</media:content>
	</item>
		<item>
		<title>2010 in review</title>
		<link>http://untoro.wordpress.com/2011/01/03/2010-in-review/</link>
		<comments>http://untoro.wordpress.com/2011/01/03/2010-in-review/#comments</comments>
		<pubDate>Mon, 03 Jan 2011 01:42:39 +0000</pubDate>
		<dc:creator>untoro</dc:creator>
				<category><![CDATA[Infos]]></category>

		<guid isPermaLink="false">http://untoro.wordpress.com/?p=329</guid>
		<description><![CDATA[The stats helper monkeys at WordPress.com mulled over how this blog did in 2010, and here&#8217;s a high level summary of its overall blog health: The Blog-Health-o-Meter™ reads Wow. Crunchy numbers A helper monkey made this abstract painting, inspired by your stats. The Louvre Museum has 8.5 million visitors per year. This blog was viewed [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=untoro.wordpress.com&amp;blog=266045&amp;post=329&amp;subd=untoro&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[
<p>The stats helper monkeys at WordPress.com mulled over how this blog did in 2010, and here&#8217;s a high level summary of its overall blog health:</p>
<p align="center"><img style="border:1px solid #ddd;background:#f5f5f5;padding:20px;" src="http://s0.wp.com/i/annual-recap/meter-healthy5.gif" width="250" height="183" alt="Healthy blog!"></p>
<p align="center">The <em>Blog-Health-o-Meter™</em> reads Wow.</p>
<h2>Crunchy numbers</h2>
<div style="width:288px;float:right;border:1px solid #ddd;background:#fff;margin:0 0 1em 1em;padding:6px;">
<p>				<img src="http://s0.wp.com/i/annual-recap/abstract-stats-4.png" alt="Featured image" /><br />
				<br /><em>A helper monkey made this abstract painting, inspired by your stats.</em></p></div>
<p>The Louvre Museum has 8.5 million visitors per year.  This blog was viewed about <strong>90,000</strong> times in 2010. If it were an exhibit at The Louvre Museum, it would take 4 days for that many people to see it.</p>
<p>
<p>In 2010, there were <strong>2</strong> new posts, growing the total archive of this blog to 75 posts. There were <strong>31</strong> pictures uploaded, taking up a total of 8mb. That&#8217;s about 3 pictures per month.</p>
<p>The busiest day of the year was December 1st with <strong>418</strong> views. The most popular post that day was <a style="color:#08c;" href="http://untoro.wordpress.com/2006/09/12/makanan-dan-minuman-penurun-kolesterol/">Makanan dan Minuman Penurun Kolesterol</a>.</p>
<p></p>
<h2>Where did they come from?</h2>
<p>The top referring sites in 2010 were <strong>google.co.id</strong>, <strong>search.conduit.com</strong>, <strong>start.facemoods.com</strong>, <strong>omdhani.info</strong>, and <strong>rickyeka.com</strong>.</p>
<p>Some visitors came searching, mostly for <strong>kolesterol</strong>, <strong>menurunkan kolesterol</strong>, <strong>buah-buahan</strong>, <strong>cara menurunkan kolesterol</strong>, and <strong>makanan penurun kolesterol</strong>.</p>
<div style="clear:both;"></div>
<h2>Attractions in 2010</h2>
<p>These are the posts and pages that got the most views in 2010.</p>
<div style="clear:left;float:left;font-size:24pt;line-height:1em;margin:-5px 10px 20px 0;">1</div>
<p>					<a style="margin-right:10px;" href="http://untoro.wordpress.com/2006/09/12/makanan-dan-minuman-penurun-kolesterol/">Makanan dan Minuman Penurun Kolesterol</a> <span style="color:#999;font-size:8pt;">September 2006</span><br />296 comments and 1 Like on WordPress.com,											</p>
<div style="clear:left;float:left;font-size:24pt;line-height:1em;margin:-5px 10px 20px 0;">2</div>
<p>					<a style="margin-right:10px;" href="http://untoro.wordpress.com/2006/06/16/manfaat-buah-buahan/">Manfaat buah-buahan</a> <span style="color:#999;font-size:8pt;">June 2006</span><br />112 comments											</p>
<div style="clear:left;float:left;font-size:24pt;line-height:1em;margin:-5px 10px 20px 0;">3</div>
<p>					<a style="margin-right:10px;" href="http://untoro.wordpress.com/2008/02/18/rak-serba-guna/">Rak Serba Guna</a> <span style="color:#999;font-size:8pt;">February 2008</span><br />19 comments											</p>
<div style="clear:left;float:left;font-size:24pt;line-height:1em;margin:-5px 10px 20px 0;">4</div>
<p>					<a style="margin-right:10px;" href="http://untoro.wordpress.com/2008/04/18/pelayanan-sim-keliling-bandung/">Pelayanan SIM Keliling &#8211; Bandung</a> <span style="color:#999;font-size:8pt;">April 2008</span><br />17 comments											</p>
<div style="clear:left;float:left;font-size:24pt;line-height:1em;margin:-5px 10px 20px 0;">5</div>
<p>					<a style="margin-right:10px;" href="http://untoro.wordpress.com/2006/07/03/sansevieria/">Sansevieria</a> <span style="color:#999;font-size:8pt;">July 2006</span><br />140 comments											</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/untoro.wordpress.com/329/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/untoro.wordpress.com/329/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/untoro.wordpress.com/329/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/untoro.wordpress.com/329/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/untoro.wordpress.com/329/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/untoro.wordpress.com/329/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/untoro.wordpress.com/329/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/untoro.wordpress.com/329/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/untoro.wordpress.com/329/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/untoro.wordpress.com/329/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/untoro.wordpress.com/329/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/untoro.wordpress.com/329/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/untoro.wordpress.com/329/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/untoro.wordpress.com/329/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=untoro.wordpress.com&amp;blog=266045&amp;post=329&amp;subd=untoro&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://untoro.wordpress.com/2011/01/03/2010-in-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cd9503fd54a6d9da77a003de6644e9d9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">untoro</media:title>
		</media:content>

		<media:content url="http://s0.wp.com/i/annual-recap/meter-healthy5.gif" medium="image">
			<media:title type="html">Healthy blog!</media:title>
		</media:content>

		<media:content url="http://s0.wp.com/i/annual-recap/abstract-stats-4.png" medium="image">
			<media:title type="html">Featured image</media:title>
		</media:content>
	</item>
		<item>
		<title>Shopping Tips</title>
		<link>http://untoro.wordpress.com/2010/02/01/shopping-tip/</link>
		<comments>http://untoro.wordpress.com/2010/02/01/shopping-tip/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 04:27:18 +0000</pubDate>
		<dc:creator>untoro</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://untoro.wordpress.com/?p=312</guid>
		<description><![CDATA[Hello there&#8230;!!! My name is Nasha Sabina and I am going to give you some shopping tips . . First&#8230;switch on your radar..look around&#8230;and try to find &#8220;S-A-L-E&#8221; sign. Give your best smile while doing this&#8230;.Let me show you&#8230; S-M-I-L-E!!! . . Ahaaa&#8230;over there!!! You see that&#8230;it always works with smile!!! So&#8230;don&#8217;t forget&#8230;S-M-I-L-E&#8230;! . . [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=untoro.wordpress.com&amp;blog=266045&amp;post=312&amp;subd=untoro&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hello there&#8230;!!!<br />
My name is Nasha Sabina and I am going to give you some shopping tips <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://untoro.files.wordpress.com/2010/01/31012010.jpg"><img class="size-medium wp-image-310 alignnone" title="31012010" src="http://untoro.files.wordpress.com/2010/01/31012010.jpg?w=225&#038;h=300" alt="" width="225" height="300" /></a></p>
<p>.</p>
<p>.</p>
<p>First&#8230;switch on your radar..look around&#8230;and try to find &#8220;S-A-L-E&#8221; sign.<br />
Give your best smile while doing this&#8230;.Let me show you&#8230; S-M-I-L-E!!!</p>
<p><a href="http://untoro.files.wordpress.com/2010/01/31012010001.jpg"><img class="size-medium wp-image-311 alignnone" title="31012010(001)" src="http://untoro.files.wordpress.com/2010/01/31012010001.jpg?w=225&#038;h=300" alt="" width="225" height="300" /></a></p>
<p>.</p>
<p>.</p>
<p>Ahaaa&#8230;over there!!! You see that&#8230;it always works with smile!!! So&#8230;don&#8217;t forget&#8230;S-M-I-L-E&#8230;!</p>
<p><a href="http://untoro.files.wordpress.com/2010/01/31012010002.jpg"><img class="size-medium wp-image-313 alignnone" title="31012010(002)" src="http://untoro.files.wordpress.com/2010/01/31012010002.jpg?w=225&#038;h=300" alt="" width="225" height="300" /></a></p>
<p>.</p>
<p>.</p>
<p>Lock the target&#8230;and stay focus. Let&#8217;s go <em>Papah</em>!!!</p>
<p><a href="http://untoro.files.wordpress.com/2010/01/31012010003.jpg"><img class="size-medium wp-image-314 alignnone" title="31012010(003)" src="http://untoro.files.wordpress.com/2010/01/31012010003.jpg?w=225&#038;h=300" alt="" width="225" height="300" /></a></p>
<p>.</p>
<p>.</p>
<p><em>Papaah</em>&#8230;what are you waiting for? Let&#8217;s go&#8230;!<em><br />
</em></p>
<p><a href="http://untoro.files.wordpress.com/2010/01/31012010007.jpg"><img class="size-medium wp-image-315 alignnone" title="31012010(007)" src="http://untoro.files.wordpress.com/2010/01/31012010007.jpg?w=225&#038;h=300" alt="" width="225" height="300" /></a></p>
<p>.</p>
<p>.</p>
<p>Next tips is&#8230;.always follow your shopping list! (well&#8230;this one comes from <em>Papah</em> actually&#8230; <img src='http://s2.wp.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> ). And for today, I only have one (<em>sigh</em>) item in the list&#8230;hand bag.<br />
Hmmm&#8230;this one is too big I think.</p>
<p><a href="http://untoro.files.wordpress.com/2010/01/31012010008.jpg"><img class="size-medium wp-image-316 alignnone" title="31012010(008)" src="http://untoro.files.wordpress.com/2010/01/31012010008.jpg?w=225&#038;h=300" alt="" width="225" height="300" /></a></p>
<p>.</p>
<p>.</p>
<p>Okay&#8230;okay&#8230;balloon is not in the list.</p>
<p><a href="http://untoro.files.wordpress.com/2010/01/31012010010.jpg"><img class="size-medium wp-image-317 alignnone" title="31012010(010)" src="http://untoro.files.wordpress.com/2010/01/31012010010.jpg?w=225&#038;h=300" alt="" width="225" height="300" /></a></p>
<p>.</p>
<p>.</p>
<p>Hmmm&#8230;nice!</p>
<p><a href="http://untoro.files.wordpress.com/2010/01/31012010014.jpg"><img class="size-medium wp-image-318 alignnone" title="31012010(014)" src="http://untoro.files.wordpress.com/2010/01/31012010014.jpg?w=225&#038;h=300" alt="" width="225" height="300" /></a></p>
<p>.</p>
<p>.</p>
<p>Where&#8217;s the mirror?</p>
<p><a href="http://untoro.files.wordpress.com/2010/01/31012010015.jpg"><img class="size-medium wp-image-319 alignnone" title="31012010(015)" src="http://untoro.files.wordpress.com/2010/01/31012010015.jpg?w=225&#038;h=300" alt="" width="225" height="300" /></a></p>
<p>.</p>
<p>.</p>
<p><em>Papaah</em>&#8230;is this toy in the list? Hehehehe&#8230;just kidding.</p>
<p><a href="http://untoro.files.wordpress.com/2010/01/31012010016.jpg"><img class="size-medium wp-image-320 alignnone" title="31012010(016)" src="http://untoro.files.wordpress.com/2010/01/31012010016.jpg?w=225&#038;h=300" alt="" width="225" height="300" /></a></p>
<p>.</p>
<p>.</p>
<p>Yeah&#8230;<em>Vini Vidi Vici</em>!!! It&#8217;s easy, isn&#8217;t it?<br />
Okay&#8230;I am Nasha Sabina here&#8230;enjoy your day! <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://untoro.files.wordpress.com/2010/01/31012010018.jpg"><img class="size-medium wp-image-322 alignnone" title="31012010(018)" src="http://untoro.files.wordpress.com/2010/01/31012010018.jpg?w=225&#038;h=300" alt="" width="225" height="300" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/untoro.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/untoro.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/untoro.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/untoro.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/untoro.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/untoro.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/untoro.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/untoro.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/untoro.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/untoro.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/untoro.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/untoro.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/untoro.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/untoro.wordpress.com/312/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=untoro.wordpress.com&amp;blog=266045&amp;post=312&amp;subd=untoro&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://untoro.wordpress.com/2010/02/01/shopping-tip/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cd9503fd54a6d9da77a003de6644e9d9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">untoro</media:title>
		</media:content>

		<media:content url="http://untoro.files.wordpress.com/2010/01/31012010.jpg?w=225" medium="image">
			<media:title type="html">31012010</media:title>
		</media:content>

		<media:content url="http://untoro.files.wordpress.com/2010/01/31012010001.jpg?w=225" medium="image">
			<media:title type="html">31012010(001)</media:title>
		</media:content>

		<media:content url="http://untoro.files.wordpress.com/2010/01/31012010002.jpg?w=225" medium="image">
			<media:title type="html">31012010(002)</media:title>
		</media:content>

		<media:content url="http://untoro.files.wordpress.com/2010/01/31012010003.jpg?w=225" medium="image">
			<media:title type="html">31012010(003)</media:title>
		</media:content>

		<media:content url="http://untoro.files.wordpress.com/2010/01/31012010007.jpg?w=225" medium="image">
			<media:title type="html">31012010(007)</media:title>
		</media:content>

		<media:content url="http://untoro.files.wordpress.com/2010/01/31012010008.jpg?w=225" medium="image">
			<media:title type="html">31012010(008)</media:title>
		</media:content>

		<media:content url="http://untoro.files.wordpress.com/2010/01/31012010010.jpg?w=225" medium="image">
			<media:title type="html">31012010(010)</media:title>
		</media:content>

		<media:content url="http://untoro.files.wordpress.com/2010/01/31012010014.jpg?w=225" medium="image">
			<media:title type="html">31012010(014)</media:title>
		</media:content>

		<media:content url="http://untoro.files.wordpress.com/2010/01/31012010015.jpg?w=225" medium="image">
			<media:title type="html">31012010(015)</media:title>
		</media:content>

		<media:content url="http://untoro.files.wordpress.com/2010/01/31012010016.jpg?w=225" medium="image">
			<media:title type="html">31012010(016)</media:title>
		</media:content>

		<media:content url="http://untoro.files.wordpress.com/2010/01/31012010018.jpg?w=225" medium="image">
			<media:title type="html">31012010(018)</media:title>
		</media:content>
	</item>
		<item>
		<title>Photobook</title>
		<link>http://untoro.wordpress.com/2010/01/23/photobook/</link>
		<comments>http://untoro.wordpress.com/2010/01/23/photobook/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 16:01:54 +0000</pubDate>
		<dc:creator>untoro</dc:creator>
				<category><![CDATA[Hobbies]]></category>

		<guid isPermaLink="false">http://untoro.wordpress.com/?p=289</guid>
		<description><![CDATA[Finally, had a chance to try out one of the photobook softwares. Click this&#8230;click that&#8230;resize&#8230;drag-in and out&#8230;and&#8230;tadaaaaa&#8230;.!!! Just take a look PS: Click on the picture to view the hi-res version. Hmmm&#8230;now&#8230;where to print all these???<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=untoro.wordpress.com&amp;blog=266045&amp;post=289&amp;subd=untoro&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Finally, had a chance to try out one of the photobook softwares.</p>
<p>Click this&#8230;click that&#8230;resize&#8230;drag-in and out&#8230;and&#8230;tadaaaaa&#8230;.!!!<br />
Just take a look <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>PS: <em>Click on the picture to view the hi-res version</em>.</p>
<p>Hmmm&#8230;now&#8230;where to print all these???</p>
<p><a style="text-decoration:none;" href="http://untoro.files.wordpress.com/2010/01/cover.jpg"><img class="aligncenter size-medium wp-image-291" title="Cover" src="http://untoro.files.wordpress.com/2010/01/cover.jpg?w=300&#038;h=234" alt="" width="300" height="234" /></a></p>
<p><a href="http://untoro.files.wordpress.com/2010/01/inside-flap-cover.jpg"><img class="aligncenter size-medium wp-image-292" title="Inside Flap - Cover" src="http://untoro.files.wordpress.com/2010/01/inside-flap-cover.jpg?w=300&#038;h=234" alt="" width="300" height="234" /></a></p>
<p><a href="http://untoro.files.wordpress.com/2010/01/inside-flap-cover.jpg"></a><a href="http://untoro.files.wordpress.com/2010/01/page-1.jpg"><img class="aligncenter size-medium wp-image-293" title="Page 1" src="http://untoro.files.wordpress.com/2010/01/page-1.jpg?w=300&#038;h=234" alt="" width="300" height="234" /></a></p>
<p><a href="http://untoro.files.wordpress.com/2010/01/page-1.jpg"></a><a href="http://untoro.files.wordpress.com/2010/01/page-2-3.jpg"><img class="aligncenter size-full wp-image-294" title="Page 2 - 3" src="http://untoro.files.wordpress.com/2010/01/page-2-3.jpg?w=500&#038;h=218" alt="" width="500" height="218" /></a></p>
<p><a href="http://untoro.files.wordpress.com/2010/01/page-4-5.jpg"><img class="aligncenter size-full wp-image-295" title="Page 4 - 5" src="http://untoro.files.wordpress.com/2010/01/page-4-5.jpg?w=500&#038;h=218" alt="" width="500" height="218" /></a></p>
<p><a href="http://untoro.files.wordpress.com/2010/01/page-6-7.jpg"><img class="aligncenter size-full wp-image-296" title="Page 6 - 7" src="http://untoro.files.wordpress.com/2010/01/page-6-7.jpg?w=500&#038;h=218" alt="" width="500" height="218" /></a></p>
<p><a href="http://untoro.files.wordpress.com/2010/01/page-6-7.jpg"></a><a href="http://untoro.files.wordpress.com/2010/01/page-8-91.jpg"><img class="aligncenter size-full wp-image-298" title="Page 8 - 9" src="http://untoro.files.wordpress.com/2010/01/page-8-91.jpg?w=500&#038;h=218" alt="" width="500" height="218" /></a></p>
<p><a href="http://untoro.files.wordpress.com/2010/01/page-10-11.jpg"><img class="aligncenter size-full wp-image-299" title="Page 10 - 11" src="http://untoro.files.wordpress.com/2010/01/page-10-11.jpg?w=500&#038;h=218" alt="" width="500" height="218" /></a></p>
<p><a href="http://untoro.files.wordpress.com/2010/01/page-12-13.jpg"><img class="aligncenter size-full wp-image-300" title="Page 12 - 13" src="http://untoro.files.wordpress.com/2010/01/page-12-13.jpg?w=500&#038;h=218" alt="" width="500" height="218" /></a></p>
<p><a href="http://untoro.files.wordpress.com/2010/01/page-14-15.jpg"><img class="aligncenter size-full wp-image-301" title="Page 14 - 15" src="http://untoro.files.wordpress.com/2010/01/page-14-15.jpg?w=500&#038;h=218" alt="" width="500" height="218" /></a></p>
<p><a href="http://untoro.files.wordpress.com/2010/01/page-16-17.jpg"><img class="aligncenter size-full wp-image-302" title="Page 16 - 17" src="http://untoro.files.wordpress.com/2010/01/page-16-17.jpg?w=500&#038;h=218" alt="" width="500" height="218" /></a></p>
<p><a href="http://untoro.files.wordpress.com/2010/01/page-18-19.jpg"><img class="aligncenter size-full wp-image-303" title="Page 18 - 19" src="http://untoro.files.wordpress.com/2010/01/page-18-19.jpg?w=500&#038;h=218" alt="" width="500" height="218" /></a></p>
<p><a href="http://untoro.files.wordpress.com/2010/01/page-20.jpg"><img class="aligncenter size-medium wp-image-304" title="Page 20" src="http://untoro.files.wordpress.com/2010/01/page-20.jpg?w=300&#038;h=234" alt="" width="300" height="234" /></a></p>
<p><a href="http://untoro.files.wordpress.com/2010/01/inside-flap-back.jpg"><img class="aligncenter size-medium wp-image-305" title="Inside Flap - Back" src="http://untoro.files.wordpress.com/2010/01/inside-flap-back.jpg?w=300&#038;h=234" alt="" width="300" height="234" /></a></p>
<p><a href="http://untoro.files.wordpress.com/2010/01/back.jpg"><img class="aligncenter size-medium wp-image-306" title="Back" src="http://untoro.files.wordpress.com/2010/01/back.jpg?w=300&#038;h=234" alt="" width="300" height="234" /></a></p>
<p style="text-align:center;">
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/untoro.wordpress.com/289/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/untoro.wordpress.com/289/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/untoro.wordpress.com/289/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/untoro.wordpress.com/289/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/untoro.wordpress.com/289/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/untoro.wordpress.com/289/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/untoro.wordpress.com/289/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/untoro.wordpress.com/289/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/untoro.wordpress.com/289/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/untoro.wordpress.com/289/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/untoro.wordpress.com/289/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/untoro.wordpress.com/289/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/untoro.wordpress.com/289/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/untoro.wordpress.com/289/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=untoro.wordpress.com&amp;blog=266045&amp;post=289&amp;subd=untoro&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://untoro.wordpress.com/2010/01/23/photobook/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cd9503fd54a6d9da77a003de6644e9d9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">untoro</media:title>
		</media:content>

		<media:content url="http://untoro.files.wordpress.com/2010/01/cover.jpg?w=300" medium="image">
			<media:title type="html">Cover</media:title>
		</media:content>

		<media:content url="http://untoro.files.wordpress.com/2010/01/inside-flap-cover.jpg?w=300" medium="image">
			<media:title type="html">Inside Flap - Cover</media:title>
		</media:content>

		<media:content url="http://untoro.files.wordpress.com/2010/01/page-1.jpg?w=300" medium="image">
			<media:title type="html">Page 1</media:title>
		</media:content>

		<media:content url="http://untoro.files.wordpress.com/2010/01/page-2-3.jpg" medium="image">
			<media:title type="html">Page 2 - 3</media:title>
		</media:content>

		<media:content url="http://untoro.files.wordpress.com/2010/01/page-4-5.jpg" medium="image">
			<media:title type="html">Page 4 - 5</media:title>
		</media:content>

		<media:content url="http://untoro.files.wordpress.com/2010/01/page-6-7.jpg" medium="image">
			<media:title type="html">Page 6 - 7</media:title>
		</media:content>

		<media:content url="http://untoro.files.wordpress.com/2010/01/page-8-91.jpg" medium="image">
			<media:title type="html">Page 8 - 9</media:title>
		</media:content>

		<media:content url="http://untoro.files.wordpress.com/2010/01/page-10-11.jpg" medium="image">
			<media:title type="html">Page 10 - 11</media:title>
		</media:content>

		<media:content url="http://untoro.files.wordpress.com/2010/01/page-12-13.jpg" medium="image">
			<media:title type="html">Page 12 - 13</media:title>
		</media:content>

		<media:content url="http://untoro.files.wordpress.com/2010/01/page-14-15.jpg" medium="image">
			<media:title type="html">Page 14 - 15</media:title>
		</media:content>

		<media:content url="http://untoro.files.wordpress.com/2010/01/page-16-17.jpg" medium="image">
			<media:title type="html">Page 16 - 17</media:title>
		</media:content>

		<media:content url="http://untoro.files.wordpress.com/2010/01/page-18-19.jpg" medium="image">
			<media:title type="html">Page 18 - 19</media:title>
		</media:content>

		<media:content url="http://untoro.files.wordpress.com/2010/01/page-20.jpg?w=300" medium="image">
			<media:title type="html">Page 20</media:title>
		</media:content>

		<media:content url="http://untoro.files.wordpress.com/2010/01/inside-flap-back.jpg?w=300" medium="image">
			<media:title type="html">Inside Flap - Back</media:title>
		</media:content>

		<media:content url="http://untoro.files.wordpress.com/2010/01/back.jpg?w=300" medium="image">
			<media:title type="html">Back</media:title>
		</media:content>
	</item>
		<item>
		<title>Ramadhan Mubarak</title>
		<link>http://untoro.wordpress.com/2009/08/21/ramadhan-mubarak/</link>
		<comments>http://untoro.wordpress.com/2009/08/21/ramadhan-mubarak/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 10:13:50 +0000</pubDate>
		<dc:creator>untoro</dc:creator>
				<category><![CDATA[Infos]]></category>

		<guid isPermaLink="false">http://untoro.wordpress.com/?p=282</guid>
		<description><![CDATA[-bambang, nana, rekia, sabina 1 Ramadhan 1430H<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=untoro.wordpress.com&amp;blog=266045&amp;post=282&amp;subd=untoro&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://untoro.files.wordpress.com/2009/08/p1030160.jpg"><img class="alignnone size-full wp-image-283" title="P1030160" src="http://untoro.files.wordpress.com/2009/08/p1030160.jpg?w=500&#038;h=281" alt="P1030160" width="500" height="281" /></a></p>
<p><em>-bambang, nana, rekia, sabina</em></p>
<p><em>1 Ramadhan 1430H </em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/untoro.wordpress.com/282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/untoro.wordpress.com/282/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/untoro.wordpress.com/282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/untoro.wordpress.com/282/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/untoro.wordpress.com/282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/untoro.wordpress.com/282/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/untoro.wordpress.com/282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/untoro.wordpress.com/282/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/untoro.wordpress.com/282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/untoro.wordpress.com/282/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/untoro.wordpress.com/282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/untoro.wordpress.com/282/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/untoro.wordpress.com/282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/untoro.wordpress.com/282/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=untoro.wordpress.com&amp;blog=266045&amp;post=282&amp;subd=untoro&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://untoro.wordpress.com/2009/08/21/ramadhan-mubarak/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cd9503fd54a6d9da77a003de6644e9d9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">untoro</media:title>
		</media:content>

		<media:content url="http://untoro.files.wordpress.com/2009/08/p1030160.jpg" medium="image">
			<media:title type="html">P1030160</media:title>
		</media:content>
	</item>
		<item>
		<title>Yuk lihat hilal&#8230;.</title>
		<link>http://untoro.wordpress.com/2009/08/16/yuk-lihat-hilal/</link>
		<comments>http://untoro.wordpress.com/2009/08/16/yuk-lihat-hilal/#comments</comments>
		<pubDate>Sun, 16 Aug 2009 06:21:57 +0000</pubDate>
		<dc:creator>untoro</dc:creator>
				<category><![CDATA[Infos]]></category>

		<guid isPermaLink="false">http://untoro.wordpress.com/?p=268</guid>
		<description><![CDATA[Penentuan awal bulan kalendar hijriyah tak bisa lepas dari hilal (penampakan bulan baru). Untuk mengetahui beberapa metode yang digunakan untuk penentuan awal bulan kalendar hijriyah silahkan lihat di posting ini:     Hilal, Rukyat, dan Hisab Sebagai gambaran, Musyawarah Menteri-menteri Agama Brunei Darussalam, Indonesia, Malaysia, dan Singapura (MABIMS) mensyaratkan tinggi bulan minimal 2 derajat untuk awal [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=untoro.wordpress.com&amp;blog=266045&amp;post=268&amp;subd=untoro&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Penentuan awal bulan kalendar hijriyah tak bisa lepas dari hilal (penampakan bulan baru).</p>
<p>Untuk mengetahui beberapa metode yang digunakan untuk penentuan awal bulan kalendar hijriyah silahkan lihat di posting ini:     <a href="http://untoro.wordpress.com/2007/09/25/hilal-rukyat-dan-hisab/" target="_blank"><em>Hilal, Rukyat, dan Hisab</em></a></p>
<p>Sebagai gambaran, Musyawarah Menteri-menteri Agama Brunei Darussalam, Indonesia, Malaysia, dan Singapura (MABIMS) mensyaratkan tinggi bulan minimal 2 derajat untuk awal bulan baru hijriyah.</p>
<p><em><br />
Kapan </em><strong><em>kira-kira</em></strong><em> hilal akan nampak untuk 1 Ramadhan dan 1 Syawal 1430H?</em></p>
<p>Yuk kita coba intip sendiri <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p><em><br />
Bagaimana caranya?</em></p>
<p>Untuk simulasi astronomi, saya gunakan software <a href="http://www.stellarium.org/" target="_blank">Stellarium</a>, salah satu software planetarium open-source.</p>
<p>Supaya lebih mencerminkan kondisi sebenarnya, kita set koordinat lokasi kita di tempat  pengamatan hilal.<br />
Salah satu lokasi pengamatan hilal di sini adalah di <a href="http://en.wikipedia.org/wiki/Kl_tower" target="_blank">KL Tower</a> (koordinat: N3 09 10.1 E101 42 12.6).</p>
<p>Dengan tinggi lokasi 94 m di atas permukaan laut dan total tinggi menara 421 m, menara ini bahkan lebih tinggi dari <a href="http://en.wikipedia.org/wiki/Petronas_Twin_Towers" target="_blank">Petronas Twin Tower</a>!</p>
<p>Saya asumsikan tinggi tempat lokasi pengamatan hilal berada 400 m di atas permukaan laut.</p>
<p>- &#8211; -</p>
<p>OK&#8230;sekarang kita mulai perburuan hilal <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Berikut beberapa screenshot hasil simulasi (<strong>klik</strong> pada gambar untuk <em>zoom-view</em>)</p>
<p><a href="http://untoro.files.wordpress.com/2009/08/stellarium-000.png"><img class="alignnone size-full wp-image-271" title="stellarium-000" src="http://untoro.files.wordpress.com/2009/08/stellarium-000.png?w=500&#038;h=312" alt="stellarium-000" width="500" height="312" /></a></p>
<p>Gambar 1. <em>Perkiraan tinggi bulan pada 20 Agustus 2009</em></p>
<p>.</p>
<p><a href="http://untoro.files.wordpress.com/2009/08/stellarium-001.png"><img class="alignnone size-full wp-image-274" title="stellarium-001" src="http://untoro.files.wordpress.com/2009/08/stellarium-001.png?w=500&#038;h=312" alt="stellarium-001" width="500" height="312" /></a></p>
<p>Gambar 2. <em>Perkiraan tinggi bulan pada 21 Agustus 2009</em></p>
<p>.</p>
<p><a href="http://untoro.files.wordpress.com/2009/08/stellarium-002.png"><img class="alignnone size-full wp-image-275" title="stellarium-002" src="http://untoro.files.wordpress.com/2009/08/stellarium-002.png?w=500&#038;h=312" alt="stellarium-002" width="500" height="312" /></a></p>
<p>Gambar 3. <em>Perkiraan tinggi bulan pada 18 September 2009</em></p>
<p>.</p>
<p><a href="http://untoro.files.wordpress.com/2009/08/stellarium-003.png"><img class="alignnone size-full wp-image-276" title="stellarium-003" src="http://untoro.files.wordpress.com/2009/08/stellarium-003.png?w=500&#038;h=312" alt="stellarium-003" width="500" height="312" /></a></p>
<p>Gambar 4. <em>Perkiraan tinggi bulan pada 19 September 2009</em></p>
<p>.</p>
<p><em>Awal Ramadhan 1430H:</em></p>
<p>Dari hasil simulasi di atas, pada saat matahari terbenam tanggal 20 Agustus, bulan masih di bawah horizon (tidak dapat dilihat).<br />
Sementara pada saat matahari terbenam tanggal 21 Agustus, posisi bulan sudah tinggi (lebih dari 11 derajat) menunjukkan masuknya awal bulan Ramadhan.</p>
<p>Jangan lupa, untuk kalendar Islam, hari berganti pada saat matahari terbenam, bukan pada pukul 00.00!</p>
<p><em>Awal Syawal 1430H:</em></p>
<p>Pada saat matahari terbenam tanggal 18 September, bulan juga masih di bawah horizon. Selain itu, tidak mungkin juga jumlah hari pada bulan Ramadhan hanya 28 hari <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .<br />
Dan pada keesokan harinya (19 September), pada saat matahari terbenam, tinggi bulan sekitar 6 derajat sehingga kemungkinan besar sudah dapat dilihat. Ini akan menandakan masuknya bulan Syawal.</p>
<p><em>Wallahu&#8217;alam</em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/untoro.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/untoro.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/untoro.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/untoro.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/untoro.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/untoro.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/untoro.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/untoro.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/untoro.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/untoro.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/untoro.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/untoro.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/untoro.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/untoro.wordpress.com/268/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=untoro.wordpress.com&amp;blog=266045&amp;post=268&amp;subd=untoro&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://untoro.wordpress.com/2009/08/16/yuk-lihat-hilal/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cd9503fd54a6d9da77a003de6644e9d9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">untoro</media:title>
		</media:content>

		<media:content url="http://untoro.files.wordpress.com/2009/08/stellarium-000.png" medium="image">
			<media:title type="html">stellarium-000</media:title>
		</media:content>

		<media:content url="http://untoro.files.wordpress.com/2009/08/stellarium-001.png" medium="image">
			<media:title type="html">stellarium-001</media:title>
		</media:content>

		<media:content url="http://untoro.files.wordpress.com/2009/08/stellarium-002.png" medium="image">
			<media:title type="html">stellarium-002</media:title>
		</media:content>

		<media:content url="http://untoro.files.wordpress.com/2009/08/stellarium-003.png" medium="image">
			<media:title type="html">stellarium-003</media:title>
		</media:content>
	</item>
		<item>
		<title>Rubik&#8217;s Mirror: New cube&#8230;new challenge&#8230;.</title>
		<link>http://untoro.wordpress.com/2009/08/14/rubiks-mirror-new-cube-new-challenge/</link>
		<comments>http://untoro.wordpress.com/2009/08/14/rubiks-mirror-new-cube-new-challenge/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 15:51:20 +0000</pubDate>
		<dc:creator>untoro</dc:creator>
				<category><![CDATA[Hobbies]]></category>

		<guid isPermaLink="false">http://untoro.wordpress.com/?p=265</guid>
		<description><![CDATA[The Mirror: . Unleashed: . Twisted, shuffled, amazed, confused : . Here we go&#8230;&#8230; STEP 1: 1st layer . STEP 2: 2nd layer . STEP 3: Make a Cross . STEP 4: Flat surface . STEP 5: Fixing the corners . STEP 6: Fixing the edges . [THE END]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=untoro.wordpress.com&amp;blog=266045&amp;post=265&amp;subd=untoro&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The Mirror:</p>
<p><a href="http://untoro.files.wordpress.com/2009/08/p10301423.jpg"><img class="size-medium wp-image-247 alignnone" title="P1030142" src="http://untoro.files.wordpress.com/2009/08/p10301423.jpg?w=168&#038;h=300" alt="P1030142" width="168" height="300" /></a></p>
<p>.</p>
<p>Unleashed:</p>
<p><a href="http://untoro.files.wordpress.com/2009/08/p10301433.jpg"><img class="size-medium wp-image-251 alignnone" title="P1030143" src="http://untoro.files.wordpress.com/2009/08/p10301433.jpg?w=168&#038;h=300" alt="P1030143" width="168" height="300" /></a></p>
<p>.</p>
<p>Twisted, shuffled, amazed, confused <img src='http://s2.wp.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  :</p>
<p><a href="http://untoro.files.wordpress.com/2009/08/p1030144.jpg"><img class="alignnone size-medium wp-image-252" title="P1030144" src="http://untoro.files.wordpress.com/2009/08/p1030144.jpg?w=168&#038;h=300" alt="P1030144" width="168" height="300" /></a></p>
<p>.</p>
<p>Here we go&#8230;&#8230;</p>
<p>STEP 1: 1st layer</p>
<p><a href="http://untoro.files.wordpress.com/2009/08/p10301451.jpg"><img class="alignnone size-medium wp-image-255" title="P1030145" src="http://untoro.files.wordpress.com/2009/08/p10301451.jpg?w=168&#038;h=300" alt="P1030145" width="168" height="300" /></a></p>
<p>.</p>
<p>STEP 2: 2nd layer</p>
<p><a href="http://untoro.files.wordpress.com/2009/08/p1030146.jpg"><img class="alignnone size-medium wp-image-257" title="P1030146" src="http://untoro.files.wordpress.com/2009/08/p1030146.jpg?w=168&#038;h=300" alt="P1030146" width="168" height="300" /></a></p>
<p>.</p>
<p>STEP 3: Make a Cross</p>
<p><a href="http://untoro.files.wordpress.com/2009/08/p1030147.jpg"><img class="alignnone size-medium wp-image-258" title="P1030147" src="http://untoro.files.wordpress.com/2009/08/p1030147.jpg?w=168&#038;h=300" alt="P1030147" width="168" height="300" /></a></p>
<p>.</p>
<p>STEP 4: Flat surface</p>
<p><a href="http://untoro.files.wordpress.com/2009/08/p1030148.jpg"><img class="alignnone size-medium wp-image-259" title="P1030148" src="http://untoro.files.wordpress.com/2009/08/p1030148.jpg?w=168&#038;h=300" alt="P1030148" width="168" height="300" /></a></p>
<p>.</p>
<p>STEP 5:  Fixing the corners</p>
<p><a href="http://untoro.files.wordpress.com/2009/08/p1030149.jpg"><img class="alignnone size-medium wp-image-261" title="P1030149" src="http://untoro.files.wordpress.com/2009/08/p1030149.jpg?w=168&#038;h=300" alt="P1030149" width="168" height="300" /></a></p>
<p>.</p>
<p>STEP 6:  Fixing the edges</p>
<p><a href="http://untoro.files.wordpress.com/2009/08/p1030150.jpg"><img class="alignnone size-medium wp-image-262" title="P1030150" src="http://untoro.files.wordpress.com/2009/08/p1030150.jpg?w=168&#038;h=300" alt="P1030150" width="168" height="300" /></a></p>
<p>.</p>
<p>[THE END]</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/untoro.wordpress.com/265/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/untoro.wordpress.com/265/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/untoro.wordpress.com/265/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/untoro.wordpress.com/265/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/untoro.wordpress.com/265/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/untoro.wordpress.com/265/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/untoro.wordpress.com/265/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/untoro.wordpress.com/265/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/untoro.wordpress.com/265/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/untoro.wordpress.com/265/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/untoro.wordpress.com/265/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/untoro.wordpress.com/265/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/untoro.wordpress.com/265/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/untoro.wordpress.com/265/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=untoro.wordpress.com&amp;blog=266045&amp;post=265&amp;subd=untoro&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://untoro.wordpress.com/2009/08/14/rubiks-mirror-new-cube-new-challenge/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cd9503fd54a6d9da77a003de6644e9d9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">untoro</media:title>
		</media:content>

		<media:content url="http://untoro.files.wordpress.com/2009/08/p10301423.jpg?w=168" medium="image">
			<media:title type="html">P1030142</media:title>
		</media:content>

		<media:content url="http://untoro.files.wordpress.com/2009/08/p10301433.jpg?w=168" medium="image">
			<media:title type="html">P1030143</media:title>
		</media:content>

		<media:content url="http://untoro.files.wordpress.com/2009/08/p1030144.jpg?w=168" medium="image">
			<media:title type="html">P1030144</media:title>
		</media:content>

		<media:content url="http://untoro.files.wordpress.com/2009/08/p10301451.jpg?w=168" medium="image">
			<media:title type="html">P1030145</media:title>
		</media:content>

		<media:content url="http://untoro.files.wordpress.com/2009/08/p1030146.jpg?w=168" medium="image">
			<media:title type="html">P1030146</media:title>
		</media:content>

		<media:content url="http://untoro.files.wordpress.com/2009/08/p1030147.jpg?w=168" medium="image">
			<media:title type="html">P1030147</media:title>
		</media:content>

		<media:content url="http://untoro.files.wordpress.com/2009/08/p1030148.jpg?w=168" medium="image">
			<media:title type="html">P1030148</media:title>
		</media:content>

		<media:content url="http://untoro.files.wordpress.com/2009/08/p1030149.jpg?w=168" medium="image">
			<media:title type="html">P1030149</media:title>
		</media:content>

		<media:content url="http://untoro.files.wordpress.com/2009/08/p1030150.jpg?w=168" medium="image">
			<media:title type="html">P1030150</media:title>
		</media:content>
	</item>
		<item>
		<title>Cowgirl&#8217;s Birthday</title>
		<link>http://untoro.wordpress.com/2009/07/25/cowgirls-birthday/</link>
		<comments>http://untoro.wordpress.com/2009/07/25/cowgirls-birthday/#comments</comments>
		<pubDate>Sat, 25 Jul 2009 04:50:07 +0000</pubDate>
		<dc:creator>untoro</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://untoro.wordpress.com/?p=236</guid>
		<description><![CDATA[On 20th of July… . Mom gave me new drink…a glass of cow’s milk!Hmmm…let my try first…mmhhh…. . Ahhhh…not bad! . Drink some more….glug…glug…glug…. . AHHHH…delicious!!!Moooo….hahahaa…am a cowgirl. . Ughh…my stomach is full. . Hey…what’s that? . Wow…SURPRIIIISEEEE!!!I love surprise….! . Waaaa…beautiful cupcakes!HAPPY 1st BIRTHDAY to ME! . Mmmmhhh…counting the cupcakes.Abang…help me please! . Try [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=untoro.wordpress.com&amp;blog=266045&amp;post=236&amp;subd=untoro&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>On 20th of July…<a title="Posted by untoro, on Flickr" href="http://www.flickr.com/photos/untoro/3744493627/"><br />
<img src="http://farm4.static.flickr.com/3480/3744493627_4a72355ed7_m.jpg" alt="P1030026" width="240" height="135" /></a></p>
<p><span style="color:white;">.</span></p>
<p>Mom gave me new drink…a glass of cow’s milk!<br style="font-size:11px;line-height:1.4em;margin:0;padding:0;" />Hmmm…let my try first…mmhhh….<a title="Posted by untoro, on Flickr" href="http://www.flickr.com/photos/untoro/3745302460/"><br />
<img src="http://farm4.static.flickr.com/3467/3745302460_701b0a471e_m.jpg" alt="P1010986" width="240" height="135" /></a></p>
<p><span style="color:white;">.</span></p>
<p>Ahhhh…not bad!<a title="Posted by untoro, on Flickr" href="http://www.flickr.com/photos/untoro/3744507799/"><br />
<img src="http://farm3.static.flickr.com/2542/3744507799_b8c85ce27c_m.jpg" alt="P1010987" width="240" height="135" /></a></p>
<p><span style="color:white;">.</span></p>
<p>Drink some more….glug…glug…glug….<a title="Posted by untoro, on Flickr" href="http://www.flickr.com/photos/untoro/3746972258/"><br />
<img src="http://farm4.static.flickr.com/3441/3746972258_da0a02739e_m.jpg" alt="P1010985" width="240" height="135" /></a></p>
<p><span style="color:white;">.</span></p>
<p>AHHHH…delicious!!!<br style="font-size:11px;line-height:1.4em;margin:0;padding:0;" />Moooo….hahahaa…am a cowgirl.<a title="Posted by untoro, on Flickr" href="http://www.flickr.com/photos/untoro/3745312938/"><br />
<img src="http://farm3.static.flickr.com/2555/3745312938_8e4b93ee60_m.jpg" alt="P1010989" width="240" height="135" /></a></p>
<p><span style="color:white;">.</span></p>
<p>Ughh…my stomach is full.<a title="Posted by untoro, on Flickr" href="http://www.flickr.com/photos/untoro/3745314432/"><br />
<img src="http://farm3.static.flickr.com/2629/3745314432_827619a9be_m.jpg" alt="P1010993" width="135" height="240" /></a></p>
<p><span style="color:white;">.</span></p>
<p>Hey…what’s that?<a title="Posted by untoro, on Flickr" href="http://www.flickr.com/photos/untoro/3745316376/"><br />
<img src="http://farm4.static.flickr.com/3440/3745316376_83466f8d42_m.jpg" alt="P1030009" width="135" height="240" /></a></p>
<p><span style="color:white;">.</span></p>
<p>Wow…SURPRIIIISEEEE!!!<br style="font-size:11px;line-height:1.4em;margin:0;padding:0;" />I love surprise….!<a title="Posted by untoro, on Flickr" href="http://www.flickr.com/photos/untoro/3744522193/"><br />
<img src="http://farm3.static.flickr.com/2673/3744522193_31efd1a988_m.jpg" alt="P1030014" width="240" height="135" /></a></p>
<p><span style="color:white;">.</span></p>
<p>Waaaa…beautiful cupcakes!<br style="font-size:11px;line-height:1.4em;margin:0;padding:0;" />HAPPY 1st BIRTHDAY to ME!<a title="Posted by untoro, on Flickr" href="http://www.flickr.com/photos/untoro/3745322652/"><br />
<img src="http://farm3.static.flickr.com/2549/3745322652_cd946ff3cc_m.jpg" alt="P1030010" width="240" height="135" /></a></p>
<p><span style="color:white;">.</span></p>
<p>Mmmmhhh…counting the cupcakes.<br style="font-size:11px;line-height:1.4em;margin:0;padding:0;" />Abang…help me please!<a title="Posted by untoro, on Flickr" href="http://www.flickr.com/photos/untoro/3744527301/"><br />
<img src="http://farm3.static.flickr.com/2544/3744527301_57e3425efb_m.jpg" alt="P1030012" width="135" height="240" /></a></p>
<p><span style="color:white;">.</span></p>
<p>Try one…yummy…yummy…love it!<br style="font-size:11px;line-height:1.4em;margin:0;padding:0;" />Stop the story please&#8230;.need to focus on the cake&#8230;  (chuckle)<br />
[<em>nyaem...nyam...nyaem....</em>]<a title="Posted by untoro, on Flickr" href="http://www.flickr.com/photos/untoro/3745328688/"><br />
<img src="http://farm4.static.flickr.com/3534/3745328688_b15f1858f8_m.jpg" alt="P1030016" width="240" height="135" /></a></p>
<p><span style="color:white;">.</span></p>
<p>[THE END]<br />
.<br />
.<br />
.<br />
.<br />
But as what Arnold said…I’LL BE BACK!!!<br />
(Hey…I think I need to wear black glasses too)</p>
<p><a title="Posted by untoro, on Flickr" href="http://www.flickr.com/photos/untoro/3744536091/"> <img src="http://farm3.static.flickr.com/2655/3744536091_191743c99e_m.jpg" alt="P1030017" width="135" height="240" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/untoro.wordpress.com/236/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/untoro.wordpress.com/236/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/untoro.wordpress.com/236/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/untoro.wordpress.com/236/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/untoro.wordpress.com/236/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/untoro.wordpress.com/236/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/untoro.wordpress.com/236/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/untoro.wordpress.com/236/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/untoro.wordpress.com/236/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/untoro.wordpress.com/236/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/untoro.wordpress.com/236/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/untoro.wordpress.com/236/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/untoro.wordpress.com/236/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/untoro.wordpress.com/236/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=untoro.wordpress.com&amp;blog=266045&amp;post=236&amp;subd=untoro&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://untoro.wordpress.com/2009/07/25/cowgirls-birthday/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cd9503fd54a6d9da77a003de6644e9d9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">untoro</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3480/3744493627_4a72355ed7_m.jpg" medium="image">
			<media:title type="html">P1030026</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3467/3745302460_701b0a471e_m.jpg" medium="image">
			<media:title type="html">P1010986</media:title>
		</media:content>

		<media:content url="http://farm3.static.flickr.com/2542/3744507799_b8c85ce27c_m.jpg" medium="image">
			<media:title type="html">P1010987</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3441/3746972258_da0a02739e_m.jpg" medium="image">
			<media:title type="html">P1010985</media:title>
		</media:content>

		<media:content url="http://farm3.static.flickr.com/2555/3745312938_8e4b93ee60_m.jpg" medium="image">
			<media:title type="html">P1010989</media:title>
		</media:content>

		<media:content url="http://farm3.static.flickr.com/2629/3745314432_827619a9be_m.jpg" medium="image">
			<media:title type="html">P1010993</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3440/3745316376_83466f8d42_m.jpg" medium="image">
			<media:title type="html">P1030009</media:title>
		</media:content>

		<media:content url="http://farm3.static.flickr.com/2673/3744522193_31efd1a988_m.jpg" medium="image">
			<media:title type="html">P1030014</media:title>
		</media:content>

		<media:content url="http://farm3.static.flickr.com/2549/3745322652_cd946ff3cc_m.jpg" medium="image">
			<media:title type="html">P1030010</media:title>
		</media:content>

		<media:content url="http://farm3.static.flickr.com/2544/3744527301_57e3425efb_m.jpg" medium="image">
			<media:title type="html">P1030012</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3534/3745328688_b15f1858f8_m.jpg" medium="image">
			<media:title type="html">P1030016</media:title>
		</media:content>

		<media:content url="http://farm3.static.flickr.com/2655/3744536091_191743c99e_m.jpg" medium="image">
			<media:title type="html">P1030017</media:title>
		</media:content>
	</item>
		<item>
		<title>Twin Steel and Water Curtain</title>
		<link>http://untoro.wordpress.com/2009/07/22/twin-steel-and-water-curtain/</link>
		<comments>http://untoro.wordpress.com/2009/07/22/twin-steel-and-water-curtain/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 03:45:29 +0000</pubDate>
		<dc:creator>untoro</dc:creator>
				<category><![CDATA[Hobbies]]></category>

		<guid isPermaLink="false">http://untoro.wordpress.com/?p=197</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=untoro.wordpress.com&amp;blog=266045&amp;post=197&amp;subd=untoro&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:center;"><img class="reflect aligncenter" src="http://farm3.static.flickr.com/2531/3745188932_20397b1bc5.jpg?v=0" alt="Water curtain by you." width="333" height="500" /></p>
<p style="text-align:center;">
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/untoro.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/untoro.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/untoro.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/untoro.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/untoro.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/untoro.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/untoro.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/untoro.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/untoro.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/untoro.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/untoro.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/untoro.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/untoro.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/untoro.wordpress.com/197/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=untoro.wordpress.com&amp;blog=266045&amp;post=197&amp;subd=untoro&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://untoro.wordpress.com/2009/07/22/twin-steel-and-water-curtain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cd9503fd54a6d9da77a003de6644e9d9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">untoro</media:title>
		</media:content>

		<media:content url="http://farm3.static.flickr.com/2531/3745188932_20397b1bc5.jpg?v=0" medium="image">
			<media:title type="html">Water curtain by you.</media:title>
		</media:content>
	</item>
		<item>
		<title>My Sunday (My son&#8217;s story)</title>
		<link>http://untoro.wordpress.com/2009/07/13/my-sunday/</link>
		<comments>http://untoro.wordpress.com/2009/07/13/my-sunday/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 20:00:03 +0000</pubDate>
		<dc:creator>untoro</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://untoro.wordpress.com/?p=134</guid>
		<description><![CDATA[I started the day with a glass of chocolate milk and a puzzle game It was 8:15 To the playground&#8230;want to try my new &#8220;RING&#8230;RING&#8230;.&#8221; So exciting&#8230;&#8221;RING&#8230;RING&#8230;. RING&#8230;RING&#8230;.&#8221; In action&#8230;. Hmmm&#8230;breakfast is ready! Read the book while eating&#8230;. (just curious&#8230;papah said that there are no dinosaurs left because they never wash their hand&#8230;hmmm&#8230;.) Doing my [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=untoro.wordpress.com&amp;blog=266045&amp;post=134&amp;subd=untoro&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:left;">I started the day with a glass of chocolate milk and a puzzle game</p>
<p style="text-align:center;"><a href="http://untoro.files.wordpress.com/2009/07/120720092.jpg"><img class="size-medium wp-image-168   aligncenter" title="12072009" src="http://untoro.files.wordpress.com/2009/07/120720092.jpg?w=300&#038;h=225" alt="12072009" width="300" height="225" /></a></p>
<p style="text-align:left;">
<p style="text-align:left;">It was 8:15 <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p style="text-align:center;"><a href="http://untoro.files.wordpress.com/2009/07/120720090011.jpg"><img class="size-medium wp-image-172  aligncenter" title="12072009(001)" src="http://untoro.files.wordpress.com/2009/07/120720090011.jpg?w=300&#038;h=225" alt="12072009(001)" width="300" height="225" /></a></p>
<p style="text-align:left;">
<p style="text-align:left;">To the playground&#8230;want to try my new &#8220;RING&#8230;RING&#8230;.&#8221;</p>
<p style="text-align:center;"><a href="http://untoro.files.wordpress.com/2009/07/120720090021.jpg"><img class="size-medium wp-image-174  aligncenter" title="12072009(002)" src="http://untoro.files.wordpress.com/2009/07/120720090021.jpg?w=300&#038;h=225" alt="12072009(002)" width="300" height="225" /></a></p>
<p style="text-align:left;">
<p style="text-align:left;">So exciting&#8230;&#8221;RING&#8230;RING&#8230;. RING&#8230;RING&#8230;.&#8221;</p>
<p style="text-align:center;"><a href="http://untoro.files.wordpress.com/2009/07/120720090051.jpg"><img class="aligncenter" title="12072009(005)" src="http://untoro.files.wordpress.com/2009/07/120720090051.jpg?w=300&#038;h=225" alt="12072009(005)" width="300" height="225" /></a></p>
<p style="text-align:left;">
<p style="text-align:left;">In action&#8230;.</p>
<p style="text-align:center;"><a href="http://untoro.files.wordpress.com/2009/07/120720090071.jpg"><img class="size-medium wp-image-175    aligncenter" title="12072009(007)" src="http://untoro.files.wordpress.com/2009/07/120720090071.jpg?w=300&#038;h=225" alt="12072009(007)" width="300" height="225" /></a></p>
<p style="text-align:left;">
<p style="text-align:left;">Hmmm&#8230;breakfast is ready!</p>
<p style="text-align:left;"><a href="http://untoro.files.wordpress.com/2009/07/120720090111.jpg"><img class="aligncenter size-medium wp-image-176" title="12072009(011)" src="http://untoro.files.wordpress.com/2009/07/120720090111.jpg?w=300&#038;h=225" alt="12072009(011)" width="300" height="225" /></a></p>
<p style="text-align:left;">
<p style="text-align:left;">Read the book while eating&#8230;.<br />
(just curious&#8230;papah said that there are no dinosaurs left because they never wash their hand&#8230;hmmm&#8230;.)</p>
<p style="text-align:left;"><a href="http://untoro.files.wordpress.com/2009/07/120720090121.jpg"><img class="aligncenter size-medium wp-image-177" title="12072009(012)" src="http://untoro.files.wordpress.com/2009/07/120720090121.jpg?w=300&#038;h=225" alt="12072009(012)" width="300" height="225" /></a></p>
<p style="text-align:left;">
<p style="text-align:left;">Doing my Kumon</p>
<p style="text-align:left;"><a href="http://untoro.files.wordpress.com/2009/07/120720090131.jpg"><img class="aligncenter size-medium wp-image-178" title="12072009(013)" src="http://untoro.files.wordpress.com/2009/07/120720090131.jpg?w=300&#038;h=225" alt="12072009(013)" width="300" height="225" /></a></p>
<p style="text-align:left;">
<p style="text-align:left;">Reading lesson&#8230;.<br />
(Look&#8230;I got so many stars!)</p>
<p style="text-align:left;"><a href="http://untoro.files.wordpress.com/2009/07/120720090141.jpg"><img class="aligncenter size-medium wp-image-179" title="12072009(014)" src="http://untoro.files.wordpress.com/2009/07/120720090141.jpg?w=300&#038;h=225" alt="12072009(014)" width="300" height="225" /></a></p>
<p style="text-align:left;">
<p style="text-align:left;">Take a bath..get prepare because&#8230;</p>
<p style="text-align:left;"><a href="http://untoro.files.wordpress.com/2009/07/120720090151.jpg"><img class="aligncenter size-medium wp-image-182" title="12072009(015)" src="http://untoro.files.wordpress.com/2009/07/120720090151.jpg?w=300&#038;h=225" alt="12072009(015)" width="300" height="225" /></a></p>
<p style="text-align:left;">
<p style="text-align:left;">&#8230;I am going to go to &#8220;Here&#8221;.</p>
<p style="text-align:left;"><a href="http://untoro.files.wordpress.com/2009/07/gcc_mv1.jpg"><img style="display:block;margin-left:auto;margin-right:auto;border:0 initial initial;" title="GCC_MV" src="http://untoro.files.wordpress.com/2009/07/gcc_mv1.jpg?w=300&#038;h=158" alt="GCC_MV" width="300" height="158" /></a></p>
<p style="text-align:left;">
<p style="text-align:left;">Brrrrmmmm&#8230;.<br />
Ooopss&#8230;need more fuel.</p>
<p style="text-align:left;"><a href="http://untoro.files.wordpress.com/2009/07/120720090171.jpg"><img style="display:block;margin-left:auto;margin-right:auto;border:0 initial initial;" title="12072009(017)" src="http://untoro.files.wordpress.com/2009/07/120720090171.jpg?w=300&#038;h=225" alt="12072009(017)" width="300" height="225" /></a></p>
<p style="text-align:left;">
<p style="text-align:left;">Just arrived&#8230;yaaaaayyyy</p>
<p style="text-align:left;"><a href="http://untoro.files.wordpress.com/2009/07/120720090201.jpg"><img class="aligncenter size-medium wp-image-183" title="12072009(020)" src="http://untoro.files.wordpress.com/2009/07/120720090201.jpg?w=300&#038;h=225" alt="12072009(020)" width="300" height="225" /></a></p>
<p style="text-align:left;">
<p style="text-align:left;">We did it! Two Transformers tickets in my hand&#8230;hurraaayyyy!</p>
<p style="text-align:left;"><a href="http://untoro.files.wordpress.com/2009/07/120720090221.jpg"><img class="aligncenter size-medium wp-image-184" title="12072009(022)" src="http://untoro.files.wordpress.com/2009/07/120720090221.jpg?w=300&#038;h=225" alt="12072009(022)" width="300" height="225" /></a></p>
<p style="text-align:left;">
<p style="text-align:left;">Lunch first&#8230;</p>
<p style="text-align:left;"><a href="http://untoro.files.wordpress.com/2009/07/120720090231.jpg"><img class="aligncenter size-medium wp-image-185" title="12072009(023)" src="http://untoro.files.wordpress.com/2009/07/120720090231.jpg?w=300&#038;h=225" alt="12072009(023)" width="300" height="225" /></a></p>
<p style="text-align:left;">
<p style="text-align:left;">&#8230;and butter waffle&#8230;<br />
and then&#8230;Transformers time&#8230;.!!!</p>
<p style="text-align:left;"><a href="http://untoro.files.wordpress.com/2009/07/120720090251.jpg"><img class="aligncenter size-medium wp-image-186" title="12072009(025)" src="http://untoro.files.wordpress.com/2009/07/120720090251.jpg?w=300&#038;h=225" alt="12072009(025)" width="300" height="225" /></a></p>
<p style="text-align:left;">
<p style="text-align:left;">Wuahh&#8230;the movie was so great!!!<br />
&#8220;Papah&#8230;press the Robo mode button. Let&#8217;s beat that Ferrari&#8230;.xixixixixi&#8221;</p>
<p style="text-align:left;"><a href="http://untoro.files.wordpress.com/2009/07/12072009026e1.jpg"><img class="aligncenter size-medium wp-image-187" title="12072009(026)e" src="http://untoro.files.wordpress.com/2009/07/12072009026e1.jpg?w=300&#038;h=199" alt="12072009(026)e" width="300" height="199" /></a></p>
<p style="text-align:left;">
<p style="text-align:left;">Take a bath&#8230;build my own Transformers robot</p>
<p style="text-align:left;"><a href="http://untoro.files.wordpress.com/2009/07/120720090301.jpg"><img class="aligncenter size-medium wp-image-188" title="12072009(030)" src="http://untoro.files.wordpress.com/2009/07/120720090301.jpg?w=300&#038;h=225" alt="12072009(030)" width="300" height="225" /></a></p>
<p style="text-align:left;">
<p style="text-align:left;">Dinner&#8230;</p>
<p style="text-align:left;"><a href="http://untoro.files.wordpress.com/2009/07/120720090311.jpg"><img class="aligncenter size-medium wp-image-189" title="12072009(031)" src="http://untoro.files.wordpress.com/2009/07/120720090311.jpg?w=300&#038;h=225" alt="12072009(031)" width="300" height="225" /></a></p>
<p style="text-align:left;">
<p style="text-align:left;">Hahahaha&#8230;this is my sister&#8230;&#8221;teacher&#8221; Sabina&#8230;.</p>
<p style="text-align:left;"><a href="http://untoro.files.wordpress.com/2009/07/120720090331.jpg"><img class="aligncenter size-medium wp-image-190" title="12072009(033)" src="http://untoro.files.wordpress.com/2009/07/120720090331.jpg?w=300&#038;h=225" alt="12072009(033)" width="300" height="225" /></a></p>
<p style="text-align:left;">
<p style="text-align:left;">Chocolate milk&#8230;<br />
(wait&#8230;wait&#8230;this is not my glass!)</p>
<p style="text-align:left;"><a href="http://untoro.files.wordpress.com/2009/07/120720090341.jpg"><img class="aligncenter size-medium wp-image-191" title="12072009(034)" src="http://untoro.files.wordpress.com/2009/07/120720090341.jpg?w=300&#038;h=225" alt="12072009(034)" width="300" height="225" /></a></p>
<p style="text-align:left;">
<p style="text-align:left;">Brush my teeth and then&#8230;</p>
<p style="text-align:left;"><a href="http://untoro.files.wordpress.com/2009/07/120720090361.jpg"><img class="aligncenter size-medium wp-image-192" title="12072009(036)" src="http://untoro.files.wordpress.com/2009/07/120720090361.jpg?w=300&#038;h=225" alt="12072009(036)" width="300" height="225" /></a></p>
<p style="text-align:left;">
<p style="text-align:left;">&#8230;go to bed&#8230;.<br />
It was 9:30.</p>
<p style="text-align:left;"><a href="http://untoro.files.wordpress.com/2009/07/120720090371.jpg"><img class="aligncenter size-medium wp-image-193" title="12072009(037)" src="http://untoro.files.wordpress.com/2009/07/120720090371.jpg?w=300&#038;h=225" alt="12072009(037)" width="300" height="225" /></a></p>
<p style="text-align:left;">
<p style="text-align:left;">To recite al-ikhlas,  an-naas and al-falaq&#8230;<br />
then&#8230;story time&#8230;.</p>
<p style="text-align:left;"><a href="http://untoro.files.wordpress.com/2009/07/120720090381.jpg"><img class="aligncenter size-medium wp-image-194" title="12072009(038)" src="http://untoro.files.wordpress.com/2009/07/120720090381.jpg?w=300&#038;h=225" alt="12072009(038)" width="300" height="225" /></a></p>
<p style="text-align:left;">
<p style="text-align:left;">Zzzzzzzzzzzzzzzzzzzzzzzz&#8230;.</p>
<p style="text-align:left;"><a href="http://untoro.files.wordpress.com/2009/07/120720090391.jpg"><img class="aligncenter size-medium wp-image-195" title="12072009(039)" src="http://untoro.files.wordpress.com/2009/07/120720090391.jpg?w=300&#038;h=225" alt="12072009(039)" width="300" height="225" /></a></p>
<p style="text-align:left;">
<p style="text-align:left;">[THE END]</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/untoro.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/untoro.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/untoro.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/untoro.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/untoro.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/untoro.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/untoro.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/untoro.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/untoro.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/untoro.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/untoro.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/untoro.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/untoro.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/untoro.wordpress.com/134/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=untoro.wordpress.com&amp;blog=266045&amp;post=134&amp;subd=untoro&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://untoro.wordpress.com/2009/07/13/my-sunday/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cd9503fd54a6d9da77a003de6644e9d9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">untoro</media:title>
		</media:content>

		<media:content url="http://untoro.files.wordpress.com/2009/07/120720092.jpg?w=300" medium="image">
			<media:title type="html">12072009</media:title>
		</media:content>

		<media:content url="http://untoro.files.wordpress.com/2009/07/120720090011.jpg?w=300" medium="image">
			<media:title type="html">12072009(001)</media:title>
		</media:content>

		<media:content url="http://untoro.files.wordpress.com/2009/07/120720090021.jpg?w=300" medium="image">
			<media:title type="html">12072009(002)</media:title>
		</media:content>

		<media:content url="http://untoro.files.wordpress.com/2009/07/120720090051.jpg?w=300" medium="image">
			<media:title type="html">12072009(005)</media:title>
		</media:content>

		<media:content url="http://untoro.files.wordpress.com/2009/07/120720090071.jpg?w=300" medium="image">
			<media:title type="html">12072009(007)</media:title>
		</media:content>

		<media:content url="http://untoro.files.wordpress.com/2009/07/120720090111.jpg?w=300" medium="image">
			<media:title type="html">12072009(011)</media:title>
		</media:content>

		<media:content url="http://untoro.files.wordpress.com/2009/07/120720090121.jpg?w=300" medium="image">
			<media:title type="html">12072009(012)</media:title>
		</media:content>

		<media:content url="http://untoro.files.wordpress.com/2009/07/120720090131.jpg?w=300" medium="image">
			<media:title type="html">12072009(013)</media:title>
		</media:content>

		<media:content url="http://untoro.files.wordpress.com/2009/07/120720090141.jpg?w=300" medium="image">
			<media:title type="html">12072009(014)</media:title>
		</media:content>

		<media:content url="http://untoro.files.wordpress.com/2009/07/120720090151.jpg?w=300" medium="image">
			<media:title type="html">12072009(015)</media:title>
		</media:content>

		<media:content url="http://untoro.files.wordpress.com/2009/07/gcc_mv1.jpg?w=300" medium="image">
			<media:title type="html">GCC_MV</media:title>
		</media:content>

		<media:content url="http://untoro.files.wordpress.com/2009/07/120720090171.jpg?w=300" medium="image">
			<media:title type="html">12072009(017)</media:title>
		</media:content>

		<media:content url="http://untoro.files.wordpress.com/2009/07/120720090201.jpg?w=300" medium="image">
			<media:title type="html">12072009(020)</media:title>
		</media:content>

		<media:content url="http://untoro.files.wordpress.com/2009/07/120720090221.jpg?w=300" medium="image">
			<media:title type="html">12072009(022)</media:title>
		</media:content>

		<media:content url="http://untoro.files.wordpress.com/2009/07/120720090231.jpg?w=300" medium="image">
			<media:title type="html">12072009(023)</media:title>
		</media:content>

		<media:content url="http://untoro.files.wordpress.com/2009/07/120720090251.jpg?w=300" medium="image">
			<media:title type="html">12072009(025)</media:title>
		</media:content>

		<media:content url="http://untoro.files.wordpress.com/2009/07/12072009026e1.jpg?w=300" medium="image">
			<media:title type="html">12072009(026)e</media:title>
		</media:content>

		<media:content url="http://untoro.files.wordpress.com/2009/07/120720090301.jpg?w=300" medium="image">
			<media:title type="html">12072009(030)</media:title>
		</media:content>

		<media:content url="http://untoro.files.wordpress.com/2009/07/120720090311.jpg?w=300" medium="image">
			<media:title type="html">12072009(031)</media:title>
		</media:content>

		<media:content url="http://untoro.files.wordpress.com/2009/07/120720090331.jpg?w=300" medium="image">
			<media:title type="html">12072009(033)</media:title>
		</media:content>

		<media:content url="http://untoro.files.wordpress.com/2009/07/120720090341.jpg?w=300" medium="image">
			<media:title type="html">12072009(034)</media:title>
		</media:content>

		<media:content url="http://untoro.files.wordpress.com/2009/07/120720090361.jpg?w=300" medium="image">
			<media:title type="html">12072009(036)</media:title>
		</media:content>

		<media:content url="http://untoro.files.wordpress.com/2009/07/120720090371.jpg?w=300" medium="image">
			<media:title type="html">12072009(037)</media:title>
		</media:content>

		<media:content url="http://untoro.files.wordpress.com/2009/07/120720090381.jpg?w=300" medium="image">
			<media:title type="html">12072009(038)</media:title>
		</media:content>

		<media:content url="http://untoro.files.wordpress.com/2009/07/120720090391.jpg?w=300" medium="image">
			<media:title type="html">12072009(039)</media:title>
		</media:content>
	</item>
	</channel>
</rss>
