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

<channel>
	<title>Our Playground</title>
	<atom:link href="http://basementbrat.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://basementbrat.wordpress.com</link>
	<description>From dreams, We make it real, for Our beloved nation, Indonesia</description>
	<lastBuildDate>Thu, 13 Aug 2009 02:32:39 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='basementbrat.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/24c89e0dab61cab82c6742f8928de8fc?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Our Playground</title>
		<link>http://basementbrat.wordpress.com</link>
	</image>
			<item>
		<title>Using Accelerometer as Inertial Measurement Unit</title>
		<link>http://basementbrat.wordpress.com/2009/08/13/using-accelerometer-as-inertial-measurement-unit/</link>
		<comments>http://basementbrat.wordpress.com/2009/08/13/using-accelerometer-as-inertial-measurement-unit/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 02:29:25 +0000</pubDate>
		<dc:creator>Zulkarnaen</dc:creator>
				<category><![CDATA[Control Engineering]]></category>
		<category><![CDATA[Microelectronics]]></category>
		<category><![CDATA[accelerometer]]></category>
		<category><![CDATA[IMU]]></category>
		<category><![CDATA[sensor]]></category>

		<guid isPermaLink="false">http://basementbrat.wordpress.com/?p=154</guid>
		<description><![CDATA[Before I start, I am going to answer some question that might pop-up in your mind when you read the title.
Q: What is accelerometer?

A: For the sake of simplicity accelerometer is a device that measures acceleration including gravitation and vibration.

Q: Where can we find it?

A: Decades ago this technology was affordable only for highly funded [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=basementbrat.wordpress.com&blog=5334864&post=154&subd=basementbrat&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Before I start, I am going to answer some question that might pop-up in your mind when you read the title.</p>
<p><em>Q: What is accelerometer?<br />
</em></p>
<p>A: For the sake of simplicity accelerometer is a device that measures acceleration including gravitation and vibration.</p>
<p><span id="more-154"></span></p>
<p><em>Q: Where can we find it?<br />
</em></p>
<p>A: Decades ago this technology was affordable only for highly funded industries like defense and aerospace, but nowadays we can find it almost everywhere such as iPhone, Wii gamepad, digital camera, car airbag and many more. Thanks to the advancement in MEMS technology. MEMS is abbreviation for Micro-Electro Mechanical System. This technology enables you to build electro mechanical device in a microscopic scale. The picture below might give you the idea about MEMS. The spider mite size is around 0.5 mm to 1 mm.</p>
<p style="text-align:center;"><img src="http://basementbrat.files.wordpress.com/2009/08/081309_0228_usingaccele1.jpg" alt="" /></p>
<p style="text-align:center;">Mite Approaching the Gear Chain, <em>Courtesy of Sandia National Laboratories, SUMMiTTM Technologies, www.mems.sandia.gov<br />
</em></p>
<p><em>Q: How does it work?<br />
</em></p>
<p>A: At first it was just a water tube containing air bubble which indicates the direction of the acceleration. Nowadays MEMS accelerometer can be classified to several types based on its sensing elements and principle of operation. The one that I am using is based on polysilicon surface-micromachined sensor. A good further reference about how an accelerometer works can be found <a href="http://www.memsuniverse.com/?page_id=1548">here</a>.</p>
<p><em>Q: Now, what is Inertial Measurement Unit?<br />
</em></p>
<p>A: Inertial Measurement Unit (IMU), which is the combination of accelerometer and gyroscope, senses motions that occur to it. Accelerometer provides us linear acceleration while gyroscope provides us rate angular. By combining those data we can know the angle, that&#8217;s basically how tilt measurement in iPhone and Wii gamepad, although those devices only use accelerometer.</p>
<p>Well that&#8217;s it for introduction, for further basic information you can search it through website =). What I am going to explain in this article is about how to measure pitch, roll, or yaw using accelerometer.</p>
<p>To measure tilt, you can follow these steps:</p>
<ol>
<li>
<div>You need at least 2 axis accelerometers. Two axis accelerometer means that you are going to need two accelerometers that measure two different axis. Try this <a href="http://www.analog.com/static/imported-files/data_sheets/ADXL103_203.pdf">ADXL203</a>. This sensor already embedded two accelerometers inside a single IC.</div>
<p style="text-align:center;"><img src="http://basementbrat.files.wordpress.com/2009/08/081309_0228_usingaccele2.jpg" alt="" /></p>
</li>
<li>Read the output from both axis. Usually you need Analog to Digital Converter (ADC) to get digital value of the output.</li>
<li>
<div>Normalize the data. The output from the sensor is always positive. You can check it at their datasheet if you don&#8217;t believe me =). Here, I&#8217;ll give you a snapshot from the datasheet.</div>
<p style="text-align:center;"><img src="http://basementbrat.files.wordpress.com/2009/08/081309_0228_usingaccele3.png" alt="" /></p>
<p>As you noticed from the picture above when the sensor experiencing 0g, the output of the sensor would be 2.5 V*. Let&#8217;s say you are using 10 bit ADC, at 0g you&#8217;ll get the reading of 512. So all you have to do to normalize the data is by subtracting the ADC data with 512.</p>
<p style="text-align:center;"><em>ADC<sub>x,norm</sub> = ADC<sub>x,sampled</sub> – ADC<sub>@0g<br />
</sub></em></p>
<p style="text-align:center;"><em>ADC<sub>y,norm</sub> = ADC<sub>y,sampled</sub> – ADC<sub>@0g<br />
</sub></em></li>
<li>
<div>The next step is using a simple trigonometry equation. See the picture below.</div>
<p style="text-align:center;"><img src="http://basementbrat.files.wordpress.com/2009/08/081309_0228_usingaccele4.png" alt="" /></p>
<p>We can find θ by using</p>
<p style="text-align:center;">θ = arctan(<em>a<sub>x</sub></em> /<em> a<sub>x</sub></em>)</p>
<p style="text-align:center;">θ = arctan((<em>ADC<sub>x,norm </sub>. Const</em>) /<em><br />
</em>(<em>ADC<sub>x,norm </sub>. Const</em>))**</p>
<p style="text-align:center;">θ = arctan(<em>ADC<sub>x,norm</sub></em> /<em>ADC<sub>x,norm</sub></em>)</p>
<p>or in C language</p>
<p style="text-align:center;"><span style="font-family:Lucida Console;font-size:10pt;">θ = atan2(</span><em>ADC<sub>x,norm</sub></em><span style="font-family:Lucida Console;font-size:10pt;">, </span><em>ADC<sub>y,norm</sub></em><span style="font-family:Lucida Console;font-size:10pt;">)<br />
</span></li>
</ol>
<p>The graphic below is an example of data that was taken from a two axis accelerometer. The accelerometer was rotated clockwise and counterclockwise.</p>
<p style="text-align:center;"><img src="http://basementbrat.files.wordpress.com/2009/08/081309_0228_usingaccele5.jpg" alt="" /></p>
<p>The data seemed good enough, but you will notice that if the condition a little bit changed the data would become bad. The graphic below was taken when the accelerometer was rotated clockwise and counterclockwise plus translation movement.</p>
<p style="text-align:center;"><img src="http://basementbrat.files.wordpress.com/2009/08/081309_0228_usingaccele6.png" alt="" /><img src="http://basementbrat.files.wordpress.com/2009/08/081309_0228_usingaccele7.jpg" alt="" /></p>
<p>As you can see, the tilt measurement is disturbed when there is translation movement due to measurement of linear translation by the sensor. We can&#8217;t compensate this disturbance if we only have accelerometer. The key to overcome this disturbance is by combining this data with data from gyroscope, which I will cover in another article.</p>
<p>*) The 2.5 V at 0g is not always true. It depends on several factor, one of them is the voltage of you power supply.</p>
<p><em>**) Const</em> is used to transform from ADC data to acceleration (a<sub>x</sub> and a<sub>y</sub>) in (m/s<sup>2</sup>).</p>
<p>Reference:</p>
<ol>
<li><a href="http://www.memsuniverse.com/?page_id=1548">http://www.memsuniverse.com/?page_id=1548</a></li>
<li><a href="http://www.analog.com/static/imported-files/data_sheets/ADXL103_203.pdf">http://www.analog.com/static/imported-files/data_sheets/ADXL103_203.pdf</a></li>
<li><a href="http://www.sensr.com/pdf/practical-guide-to-accelerometers.pdf">http://www.sensr.com/pdf/practical-guide-to-accelerometers.pdf</a></li>
</ol>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/basementbrat.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/basementbrat.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/basementbrat.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/basementbrat.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/basementbrat.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/basementbrat.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/basementbrat.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/basementbrat.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/basementbrat.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/basementbrat.wordpress.com/154/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=basementbrat.wordpress.com&blog=5334864&post=154&subd=basementbrat&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://basementbrat.wordpress.com/2009/08/13/using-accelerometer-as-inertial-measurement-unit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/af3dfdaf8de9fa09b44e41902f9b84d9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Zulkarnaen</media:title>
		</media:content>

		<media:content url="http://basementbrat.files.wordpress.com/2009/08/081309_0228_usingaccele1.jpg" medium="image" />

		<media:content url="http://basementbrat.files.wordpress.com/2009/08/081309_0228_usingaccele2.jpg" medium="image" />

		<media:content url="http://basementbrat.files.wordpress.com/2009/08/081309_0228_usingaccele3.png" medium="image" />

		<media:content url="http://basementbrat.files.wordpress.com/2009/08/081309_0228_usingaccele4.png" medium="image" />

		<media:content url="http://basementbrat.files.wordpress.com/2009/08/081309_0228_usingaccele5.jpg" medium="image" />

		<media:content url="http://basementbrat.files.wordpress.com/2009/08/081309_0228_usingaccele6.png" medium="image" />

		<media:content url="http://basementbrat.files.wordpress.com/2009/08/081309_0228_usingaccele7.jpg" medium="image" />
	</item>
		<item>
		<title>Step by step Control System Design</title>
		<link>http://basementbrat.wordpress.com/2009/03/28/step-by-step-control-system-design/</link>
		<comments>http://basementbrat.wordpress.com/2009/03/28/step-by-step-control-system-design/#comments</comments>
		<pubDate>Sat, 28 Mar 2009 00:12:25 +0000</pubDate>
		<dc:creator>Fela Rizki Wardana</dc:creator>
				<category><![CDATA[Control Engineering]]></category>

		<guid isPermaLink="false">http://basementbrat.wordpress.com/?p=138</guid>
		<description><![CDATA[Many experienced practising control engineer are surely able to design a control system. For those of you who wish to be a professional control engineer, you can expect and should consider the designing of a control system as part of your daily life. This post is intended to share little bit of my knowledge about [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=basementbrat.wordpress.com&blog=5334864&post=138&subd=basementbrat&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img class="alignright" title="overshoot" src="http://farm4.static.flickr.com/3461/3391098992_9b3a46278e.jpg?v=0" alt="" width="310" height="248" />Many experienced practising control engineer are surely able to design a control system. For those of you who wish to be a professional control engineer, you can expect and should consider the designing of a control system as part of your daily life. This post is intended to share little bit of my knowledge about designing a control system. Well actually this is just about as far I know about control design. ^^</p>
<p>The process of designing a control system usually makes many demands of the engineer or engineering team. These demands often emerge in step by step design procedure as follows:</p>
<ol>
<li>Study the system (plant) to be controlled and obtain initial information about the control objectives.</li>
<li>Model the system and simplify the model, if necessary.</li>
<li>Analyze the resulting model; determine its properties.<span id="more-138"></span></li>
<li>Decide which variable are to be controlled (controlled outputs).</li>
<li>Decide on the measurements and manipulated variables: what sensors and actuators will be used and where will they be placed?</li>
<li>Select the control configuration.</li>
<li>Decide the type of the controller to be used.</li>
<li>Decide on performance specifications, based on the overall control objectives.</li>
<li>Design a controller.</li>
<li>Analyze the resulting controlled system to see if the specifications are satisfied: and if they are not satisfied, modify the specifications or the type of controller.</li>
<li>Simulate the resulting controlled system, either on a computer or a pilot plant.</li>
<li>Repeat from step 2, if necessary. ^^</li>
<li>Choose hardware and software and implement the controller.</li>
<li>Test and validate the control system, and tune the controller on-line, if necessary.</li>
</ol>
<p>As you can see above, those are the procedures of designing a control system. If you are to design a controller, the easiest way to fulfil your objectives is to make a checklist out of the above requirements, and just make your way up through all of the lists above until, say you want to implement the control system into hardware, then you would have to do it completely until number 14.</p>
<p>That&#8217;s it from me, feel free to post comments, corrections or anything, thank you and see you later!</p>
<p>NB: the process of designing a control system above is taken from the book  <em>&#8220;MULTIVARIABLE FEEDBACK CONTROL: Analysis and Design&#8221;</em> written by Sigurd Skogestad and Ian Postlethwaite.</p>
<p><a href="http://frwardana.wordpress.com/2009/03/28/control-system-design/"><img class="alignleft" title="Signature" src="http://farm4.static.flickr.com/3582/3391191396_b0f1a43ca3.jpg?v=0" alt="" width="286" height="168" /></a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/basementbrat.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/basementbrat.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/basementbrat.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/basementbrat.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/basementbrat.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/basementbrat.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/basementbrat.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/basementbrat.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/basementbrat.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/basementbrat.wordpress.com/138/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=basementbrat.wordpress.com&blog=5334864&post=138&subd=basementbrat&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://basementbrat.wordpress.com/2009/03/28/step-by-step-control-system-design/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/18d36f55ac754eb19faff9f4f57b8b18?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Fella</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3461/3391098992_9b3a46278e.jpg?v=0" medium="image">
			<media:title type="html">overshoot</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3582/3391191396_b0f1a43ca3.jpg?v=0" medium="image">
			<media:title type="html">Signature</media:title>
		</media:content>
	</item>
		<item>
		<title>Another Fact About Our Vocal System</title>
		<link>http://basementbrat.wordpress.com/2009/01/16/another-fact-about-our-vocal-system/</link>
		<comments>http://basementbrat.wordpress.com/2009/01/16/another-fact-about-our-vocal-system/#comments</comments>
		<pubDate>Fri, 16 Jan 2009 04:36:38 +0000</pubDate>
		<dc:creator>alfathakbar</dc:creator>
				<category><![CDATA[Telecommunication Engineering]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://basementbrat.wordpress.com/?p=124</guid>
		<description><![CDATA[Hi all, this is my first post at this blog. I decide to make this one short and compact. I hope it would be more understandable this way.
Here we go, human vocal system can be classified into two types of spectrum : voiced, dan unvoiced. Before we go any further, below is an illustrarion of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=basementbrat.wordpress.com&blog=5334864&post=124&subd=basementbrat&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Hi all, this is my first post at this blog. I decide to make this one short and compact. I hope it would be more understandable this way.</p>
<p>Here we go, human vocal system can be classified into two types of spectrum : voiced, dan unvoiced. Before we go any further, below is an illustrarion of my voice spectrum :</p>
<div id="attachment_125" class="wp-caption aligncenter" style="width: 730px"><a href="http://basementbrat.files.wordpress.com/2008/11/untitled.jpg"><img class="size-full wp-image-125" title="untitled" src="http://basementbrat.files.wordpress.com/2008/11/untitled.jpg?w=720&#038;h=219" alt="AlfathAkbar" width="720" height="219" /></a><p class="wp-caption-text">This is my vocal spectrum saying : AlfathAkbar</p></div>
<p>From this picture, you can see there is some gaps there, makes you think that i stops a while when i say &#8220;Al&#8221;(stop)&#8221;Fath&#8221;(stop)&#8221;Ak&#8221;(stop)&#8221;Bar&#8221;.  But the fact is, i speak from start to end without a single second of silence! So if i speak nonstop, why is there three &#8220;band&#8221; where my voice magnitude is almost 0 dB? This is why :<span id="more-124"></span></p>
<div id="attachment_127" class="wp-caption aligncenter" style="width: 730px"><a href="http://basementbrat.files.wordpress.com/2008/11/untitled2.jpg"><img class="size-full wp-image-127" title="untitled2" src="http://basementbrat.files.wordpress.com/2008/11/untitled2.jpg?w=720&#038;h=304" alt="Rough analysis on my vocal spectrum" width="720" height="304" /></a><p class="wp-caption-text">Rough analysis on my vocal spectrum</p></div>
<p>So generally, vocal letters (a,i,u,e,o) is voiced and consonant letters is unvoiced. Here is some depth explanations :</p>
<p>1. Voiced Spectrum</p>
<p>a. Vocal cord (pita suara) vibrates with a pitch frequency</p>
<p>b. Voiced signal can be considered as a periodic signal</p>
<p>c. Signal will change according to the movement of trachea, mouth, and nose.</p>
<p>2. Unvoiced Spectrum</p>
<p>a. Vocal cord doesn&#8217;t vibrate</p>
<p>b. The excitation to the vocal tract can be considered as a random noise</p>
<p>c. The energy is relatively small</p>
<p>d. Doesn;t have the characteristic of a periodic signal</p>
<p>One more related fact about this classification, is a decoder of a LPC (Linear Predictive Coding). LPC is a human vocal modelling system. This is the block diagram of LPC decoder :</p>
<p>(on progress)</p>
<p>The noise generator is used to generate the unvoiced spectrum sent by the transmitter. So, we can see that LPC uses this voiced and un-voiced thing as an advantage to model our voice.</p>
<p>That&#8217;s it! Thanks for reading.. =)</p>
<p><img class="size-medium wp-image-132 alignleft" title="signature" src="http://basementbrat.files.wordpress.com/2009/01/signature.jpg?w=300&#038;h=110" alt="signature" width="300" height="110" /></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/basementbrat.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/basementbrat.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/basementbrat.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/basementbrat.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/basementbrat.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/basementbrat.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/basementbrat.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/basementbrat.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/basementbrat.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/basementbrat.wordpress.com/124/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=basementbrat.wordpress.com&blog=5334864&post=124&subd=basementbrat&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://basementbrat.wordpress.com/2009/01/16/another-fact-about-our-vocal-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4370633ad629db20fed009a6d16b350e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alfathakbar</media:title>
		</media:content>

		<media:content url="http://basementbrat.files.wordpress.com/2008/11/untitled.jpg" medium="image">
			<media:title type="html">untitled</media:title>
		</media:content>

		<media:content url="http://basementbrat.files.wordpress.com/2008/11/untitled2.jpg" medium="image">
			<media:title type="html">untitled2</media:title>
		</media:content>

		<media:content url="http://basementbrat.files.wordpress.com/2009/01/signature.jpg?w=300" medium="image">
			<media:title type="html">signature</media:title>
		</media:content>
	</item>
		<item>
		<title>For those who are going to study abroad</title>
		<link>http://basementbrat.wordpress.com/2008/11/23/for-those-who-are-going-to-study-abroad/</link>
		<comments>http://basementbrat.wordpress.com/2008/11/23/for-those-who-are-going-to-study-abroad/#comments</comments>
		<pubDate>Sun, 23 Nov 2008 00:54:29 +0000</pubDate>
		<dc:creator>rachma001</dc:creator>
				<category><![CDATA[Others (non EE)]]></category>

		<guid isPermaLink="false">http://basementbrat.wordpress.com/?p=115</guid>
		<description><![CDATA[Based on my experience to take care of all of preparation and administration stuff before going study abroad which was completely tiring TOTALLY COMPLICATED (u know how complicated our bureaucracy is, right??), so by this blog, I want to share it to all of you who someday will go abroad for study too. Insya Allah, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=basementbrat.wordpress.com&blog=5334864&post=115&subd=basementbrat&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Based on my experience to take care of all of preparation and administration stuff before going study abroad which was completely tiring TOTALLY COMPLICATED (u know how complicated our bureaucracy is, right??), so by this blog, I want to share it to all of you who someday will go abroad for study too. Insya Allah, it is applicable in any home university in our country. And my intention is that you don&#8217;t really have to do the same mistakes and stupidness and get many unlucky things that I did before.</p>
<p>If you are accepted to study abroad in any university in foreign countries, and u decide to go and join it in any programme (could be exchange programme, Master programme, Doctoral programme, research programme, etc), these are te things that you have to take care of :</p>
<p><strong>1. Passport.</strong> Make it in the imigration office in your hometown usually..</p>
<p><strong>2. Ticket.</strong> Book the ticket for your departure. Have it taken care by a travel agent is the most convenient way I guess, because you can ask for the cheapest but convenient airline due to your budget, unless your ticket is already taken care by the university abroad or the scholarship. For me, I have to purchase it by myself first, and when I arrived in Japan, <span id="more-115"></span>they will reimburse it. But they told me how much the replacement cost for my airlines before, so u have to consider your airlines according to the budget. My suggestion is book for the &#8216;open ticket&#8217;, it&#8217;s a two-ways ticket (including the ticket when u return to Indonesia, but the date of the return ticket can be changed anytime). And if you have booked it, you will get the e-ticket. Keep it along with the receipt until the day of ur departure. In the day of your departure, exchange it with the boarding pass in the E-travel counter of the airline company in the airport. Don&#8217;t forget to check which terminal and gate (Terminal and Gate are two different things!) are your departure before u leave for the airport.</p>
<p><strong>3. Visa</strong>. It&#8217;s a document whereby a government agency gives a citizen of another country permission to (formally request to) enter or leave the country (wikipedia, red.) You have to apply for it in ur destination country&#8217;s embassy in Indonesia. Check the visa procedure of your destination country in the embassy website, because it may be different for each country. For Japan, the list prepared things for this application are :</p>
<p>1) Passport (original)</p>
<p>2) Certificate of Eligibilty (will be delivered to you from your destination university, it&#8217;s a certificate that you are chosen for study in that university, that&#8217;s why u have to live in that country for a certain period of time)</p>
<p>3) Copy of KTP (Kartu Tanda Penduduk)</p>
<p>4) Visa application form (download it from the internet, print it, and fill it before you go to the embassy)</p>
<p>5) Pas photo (for Japan, it&#8217;s 4,5 x 4,5, full face have to be able to seen, including your ears. Take off your glasses. And no background color (white).</p>
<p>6) Application cost (for Japan, it&#8217;s Rp 250.000,00, single visa)</p>
<p>You apply for it, and after few days, you have to go there again to take the visa. For Japan, it  usually  takes 3 days.</p>
<p><strong>4. Fiscal</strong>. It&#8217;s amount of money that has to be paid as a tax when u leave for other countries. Now, it&#8217;s Rp 1.000.000,-, but you can get it free because of study purpose. So make sure you take care of it too, unless you&#8217;re too lazy or u don&#8217;t really have time and you&#8217;re rich, anyway.. he2&#8230; Well, for me, 1 million is more than enough to bring back souvenirs right?! Okay, here&#8217;s your requirements :</p>
<p>1) Letter of requesting for free fiscal from the department or faculty of your home university. (Apply for the letter in<em> Tata Usaha</em>, Elektro-Pak Dede). Signed by the head of the department. NOTES : this letter is pointed to : DIREKTORAT KELEMBAGAAN DIRJEN DIKTI. Tembusan : BPKLN (Badan Perencaaan dan Kerjasama Luar Negeri).</p>
<p>2) Letter that declares that u&#8217;re accepted and invited to study to the university abroad.</p>
<p>3) Passport (original and copy, but for me, copy is enough, just make sure before u go to Diknas)</p>
<p>4) Copy of the e-ticket</p>
<p>5) Visa (+copy)</p>
<p>6) MOU between your home university and the university that u&#8217;re going to attend. Get this MOU in Annex, 6th or 7th floor, I forgot, just find out the division who takes care of MOU. (Don&#8217;t forget to copy it, at least 3 copies. I should came back to Bandung, and went to Jkt again the next day, just because I don&#8217;t have any copy of this MOU!!! Stupid Mistake!!)</p>
<p>You take care of this letter in Depdiknas office, Senayan,Jakarta, next to FX Mall. Go to the division of BPKLN. And each country has different person who take cares of it. If u&#8217;re lucky, u will get this letter signed by the head of BPKLN in that day, if he&#8217;s available that day, if he&#8217;s not there, u will have to go back the next day. (Attention, it&#8217;s just recommendation, not the Permission yet). And you take this letter to Kantor Pelayanan Pajak bagian Bebas Fiskal, at Wisma Aldiron, Pancoran, basement floor. The copy of MOU is needed in this application. And you can have the permission letter of BEBAS FISKAL, the next day in the afternoon. ONce again, if you&#8217;re lucky&#8230;</p>
<p>Just copy all the documents you have at least 3 copies, and bring them everywhere you go for taking care of all this stuff. Prepare for the worst, okay? Because- I don&#8217;t intend to say bad things about my country, but it is FACT when it&#8217;s related to OUR BUREAUCRACY it&#8217;s GOD-DAMN-COMPLICATED, and they can say different things just in one day, and different person can tell different contrary things). So, please, don&#8217;t be a deadliner for this one. It&#8217;s possible for you to take a week off just to take care of this stuff and prepare for the money too for the Jakarta-Bandung trip. I passed this route 4 times just to take care of it. You can make it only one time if everything goes right. And, pray for a good luck a lot!!</p>
<p>Other things to prepare :</p>
<p>1. Your luggage. Check the max weight of your luggage in the airline company where u buy the ticket. Usually, if u get the student visa, the max weight is more than tourist visa. For Garuda, it&#8217;s 30 kg.</p>
<p>2. Ur daily requirements in ur destination country, that can be bought in Indonesia.</p>
<p>3. All the administration stuff that you have to bring to your destination country.</p>
<p>4. All th administration in your home university that need your signature. If u just go for exchange like me, u&#8217;d better prepare for <em>Surat Kuasa</em> and the person that u trust to take care of all registration in ITB. Prepare pas photos and leave it to your friend. It&#8217;s needed for KSM registration in each semester.</p>
<p>5. For exchange programme, u should have SURAT IZIN CUTI AKADEMIK. Here is the order :</p>
<p>1) Go to ur own Department&#8217;s Tata Usaha and ask for an application letter for this purpose that you will apply for it in Annex. It means the department on your behalf, who applies for Izin Cuti Akademik to the home university. It&#8217;s signed by the head of ur department.</p>
<p>2) After this letter is available, u go to Annex, 1st floor, the same counters as we apply for new KSM in each semester. Apply for Surat Izin Cuti Akademik there. And after few days, the Surat Izin Cuti Akademik&#8217;s letter will be delivered to the Tata Usaha, and you have to take the letter in Tata Usaha, not Annex.</p>
<p>Keep this letter, make copies of it, bring it with u abroad, and leave the original one in INdonesia, I suggest.</p>
<p>6. For exchange programme too, take care of the REGULAR SEMESTER PAYMENT. When you leave the university temporarily, u still have to pay half of the regular payment per semester. U go to annex, find the Divisi Keuangan, and in front of the room, 2nd floor, there&#8217;s an example of the application letter. If you take care of it before the automatically deduction, then u have to apply for the returning half of the payment because of blablabla.. But for the next semester, because u already have the statement that u study abroad, ur family or ur friend can pay it in cash, just half of the SPP. BPPT is not paid. Make sure that u make the Surat Kuasa to take care of this payment to ur family or ur friend, on behalf of you.</p>
<p>7. Bank for transferring money between u in other countries and ur family in Indonesia. Find out the most convenient way to transfer it.</p>
<p>OKay,,this is just the hardest part, and you will be so busy in those days, but it&#8217;s okay. After it&#8217;s all taken care, you can relax and start thinking about ur own preparation for living abroad, and getting so many souvenirs demand from ur family and friends. Imagining how beautiful your destination country is.. Hahaha&#8230;</p>
<p>If there&#8217;s any other differences or opinion in this post, please Correct Me If I am Wrong..</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/basementbrat.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/basementbrat.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/basementbrat.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/basementbrat.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/basementbrat.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/basementbrat.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/basementbrat.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/basementbrat.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/basementbrat.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/basementbrat.wordpress.com/115/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=basementbrat.wordpress.com&blog=5334864&post=115&subd=basementbrat&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://basementbrat.wordpress.com/2008/11/23/for-those-who-are-going-to-study-abroad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8769201df5df164174c43587a1c37a5e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rachma</media:title>
		</media:content>
	</item>
		<item>
		<title>Look closer our power system interconnection</title>
		<link>http://basementbrat.wordpress.com/2008/11/06/look-closer-our-power-system-interconnection/</link>
		<comments>http://basementbrat.wordpress.com/2008/11/06/look-closer-our-power-system-interconnection/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 15:12:44 +0000</pubDate>
		<dc:creator>askramadhan</dc:creator>
				<category><![CDATA[Power Engineering]]></category>

		<guid isPermaLink="false">http://basementbrat.wordpress.com/?p=97</guid>
		<description><![CDATA[ 
 hello everyone, this is my first contribute to this blogsite.I want to give some information for you to about power system in Indonesia.Maybe this little information give you more comprehension about power system interconnection in indonesia especially in jawa-bali.
 PT PLN PERSERO Penyaluran dan pusat pengatur beban (P3B ) Jawa-Bali is our state [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=basementbrat.wordpress.com&blog=5334864&post=97&subd=basementbrat&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p style="text-align:left;"><!--[if gte mso 9]&gt;  Normal 0     false false false  EN-US X-NONE X-NONE                           &lt;![endif]--><!--[if gte mso 9]&gt;                                                                                                                                            &lt;![endif]--><!--  /* Font Definitions */  @font-face 	{font-family:"Cambria Math"; 	panose-1:2 4 5 3 5 4 6 3 2 4; 	mso-font-charset:1; 	mso-generic-font-family:roman; 	mso-font-format:other; 	mso-font-pitch:variable; 	mso-font-signature:0 0 0 0 0 0;} @font-face 	{font-family:Calibri; 	panose-1:2 15 5 2 2 2 4 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1073750139 0 0 159 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-parent:""; 	margin-top:0in; 	margin-right:0in; 	margin-bottom:10.0pt; 	margin-left:0in; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} .MsoChpDefault 	{mso-style-type:export-only; 	mso-default-props:yes; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} .MsoPapDefault 	{mso-style-type:export-only; 	margin-bottom:10.0pt; 	line-height:115%;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.0in 1.0in 1.0in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --><!--[if gte mso 10]&gt; &lt;!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-priority:99; 	mso-style-qformat:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin-top:0in; 	mso-para-margin-right:0in; 	mso-para-margin-bottom:10.0pt; 	mso-para-margin-left:0in; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:"Times New Roman"; 	mso-fareast-theme-font:minor-fareast; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin;} --> <!--[endif]--></p>
<p class="MsoNormal" style="text-align:justify;"><span> </span>hello everyone, this is my first contribute to this blogsite.I want to give some information for you to about power system in Indonesia.Maybe this little information give you more comprehension about power system interconnection in indonesia<span> </span>especially in jawa-bali.</p>
<p class="MsoNormal" style="text-align:justify;"><strong><span> </span>PT PLN PERSERO Penyaluran dan pusat pengatur beban (P3B ) Jawa-Bali</strong> is our state –owned electrical company and their function is to manage the energy from power plants to distribution system. Their framework is in transmission and load dispatch. P3B jawa – Bali controls energy that flows to 500kV , 150 kV and 70 kV interconnection system.</p>
<p class="MsoNormal" style="text-align:left;"><a href="http://basementbrat.files.wordpress.com/2008/11/sistem-tenaga-listrik1.jpg"><img class="aligncenter size-full wp-image-100" title="sistem-tenaga-listrik1" src="http://basementbrat.files.wordpress.com/2008/11/sistem-tenaga-listrik1.jpg?w=720&#038;h=414" alt="sistem-tenaga-listrik1" width="720" height="414" /></a></p>
<p class="MsoNormal" style="text-align:justify;"><span> </span>PT PLN P3B Jawa-Bali covers Java , Madura , and Bali islands and topology of their interconnection can be seen in picture below.<span id="more-97"></span></p>
<p class="MsoNormal" style="text-align:justify;"><a href="http://basementbrat.files.wordpress.com/2008/11/jawa-bali-topology1.jpg"><img class="aligncenter size-full wp-image-101" title="jawa-bali-topology1" src="http://basementbrat.files.wordpress.com/2008/11/jawa-bali-topology1.jpg?w=720&#038;h=414" alt="jawa-bali-topology1" width="720" height="414" /></a><!--[if gte mso 9]&gt;  Normal 0     false false false  EN-US X-NONE X-NONE                           &lt;![endif]--><!--[if gte mso 9]&gt;                                                                                                                                            &lt;![endif]--></p>
<p class="MsoNormal" style="text-align:justify;"><span> <a href="http://basementbrat.files.wordpress.com/2008/11/kofigurasi-500-kv.jpg"><img class="aligncenter size-full wp-image-103" title="kofigurasi-500-kv" src="http://basementbrat.files.wordpress.com/2008/11/kofigurasi-500-kv.jpg?w=720&#038;h=403" alt="kofigurasi-500-kv" width="720" height="403" /></a></span></p>
<p class="MsoNormal" style="text-align:justify;">Jawa – bali interconection was a big system. Their existing capacity is about 20.000 MW and peak load is around 16.000 MW.<span> </span>Electrical consumption in jawa –bali island has a unique charateristic. The load curve has big slope in afternoon at<span> </span>5 p.m -10 p.m ( 17.00 &#8211; 22.00 )</p>
<p class="MsoNormal" style="text-align:justify;"><a href="http://basementbrat.files.wordpress.com/2008/11/kurva-beban.jpg"><img class="aligncenter size-full wp-image-102" title="kurva-beban" src="http://basementbrat.files.wordpress.com/2008/11/kurva-beban.jpg?w=720&#038;h=460" alt="kurva-beban" width="720" height="460" /></a></p>
<p class="MsoNormal" style="text-align:justify;"><!--[if gte mso 9]&gt;  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--></p>
<p class="MsoNormal" style="text-align:justify;"><!--[if gte vml 1]&gt;                    &lt;![endif]--><!--[if !vml]--><!--[endif]--><span> </span>This system mostly controlled automatically and the control system located in gandul ,Jakarta. ( Jawa – Bali Control Center). The Dispatcher responsible of the energy flows to interconnected system and keep it stable when some trouble occurs in system.</p>
<p class="MsoNormal" style="text-align:justify;"><a href="http://basementbrat.files.wordpress.com/2008/11/jcc.jpg"><img class="aligncenter size-full wp-image-104" title="jcc" src="http://basementbrat.files.wordpress.com/2008/11/jcc.jpg?w=690&#038;h=449" alt="jcc" width="690" height="449" /></a></p>
<p class="MsoNormal" style="text-align:justify;"><!--[if gte mso 9]&gt;  Normal 0     false false false  EN-US X-NONE X-NONE                           &lt;![endif]--><!--[if gte mso 9]&gt;                                                                                                                                            &lt;![endif]--></p>
<p class="MsoNormal" style="text-align:justify;"><span> </span>P3B Jawa –Bali divided into<span> </span>4 region.<span> </span>This region has same responsible like in Jawa –Bali Control Center and the region are:</p>
<p class="MsoListParagraphCxSpFirst" style="margin-left:.75in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->region 1 ( RJKT ) ; covers jakarta and Banten</p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:.75in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->region 2 ( RJBR ); covers west Java</p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:.75in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->region 3 ( RJTD ); covers central java and D.I.Y</p>
<p class="MsoListParagraphCxSpLast" style="margin-left:.75in;text-align:justify;text-indent:-.25in;"><!--[if !supportLists]--><span><span>-<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]-->region 4 ( RJTR ) ; covers east java and Bali.</p>
<p class="MsoNormal" style="text-align:justify;">
<p class="MsoNormal" style="text-align:justify;">Thanks for your time to read this little information and I hope you enjoy that. See you in my post…</p>
<p class="MsoNormal" style="text-align:justify;">for further information you can look at www.pln-jawa-bali.co.id</p>
<p class="MsoNormal" style="text-align:justify;">Next post: <a href="http://">electrical consumption in Indonesia</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/basementbrat.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/basementbrat.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/basementbrat.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/basementbrat.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/basementbrat.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/basementbrat.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/basementbrat.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/basementbrat.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/basementbrat.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/basementbrat.wordpress.com/97/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=basementbrat.wordpress.com&blog=5334864&post=97&subd=basementbrat&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://basementbrat.wordpress.com/2008/11/06/look-closer-our-power-system-interconnection/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a9758e02011e479733acfda096840ff9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ramadhan adi nugroho</media:title>
		</media:content>

		<media:content url="http://basementbrat.files.wordpress.com/2008/11/sistem-tenaga-listrik1.jpg" medium="image">
			<media:title type="html">sistem-tenaga-listrik1</media:title>
		</media:content>

		<media:content url="http://basementbrat.files.wordpress.com/2008/11/jawa-bali-topology1.jpg" medium="image">
			<media:title type="html">jawa-bali-topology1</media:title>
		</media:content>

		<media:content url="http://basementbrat.files.wordpress.com/2008/11/kofigurasi-500-kv.jpg" medium="image">
			<media:title type="html">kofigurasi-500-kv</media:title>
		</media:content>

		<media:content url="http://basementbrat.files.wordpress.com/2008/11/kurva-beban.jpg" medium="image">
			<media:title type="html">kurva-beban</media:title>
		</media:content>

		<media:content url="http://basementbrat.files.wordpress.com/2008/11/jcc.jpg" medium="image">
			<media:title type="html">jcc</media:title>
		</media:content>
	</item>
		<item>
		<title>How To Increase Blog Traffic</title>
		<link>http://basementbrat.wordpress.com/2008/11/06/how-to-increase-blog-traffic/</link>
		<comments>http://basementbrat.wordpress.com/2008/11/06/how-to-increase-blog-traffic/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 08:57:55 +0000</pubDate>
		<dc:creator>enkz</dc:creator>
				<category><![CDATA[Computer Engineering]]></category>

		<guid isPermaLink="false">http://basementbrat.wordpress.com/?p=92</guid>
		<description><![CDATA[As a crew of basement brat, I have to contribute to this blog by writing a valuable post. But I was confuse, because no good ideas appeared in my head. I wanted to write about control engineering, my submajor in electrical engineering, but I didn’t have a good quality in it. I wanted to write [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=basementbrat.wordpress.com&blog=5334864&post=92&subd=basementbrat&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p class="MsoNormal" style="text-align:justify;">As a crew of basement brat, I have to contribute to this blog by writing a valuable post. But I was confuse, because no good ideas appeared in my head. I wanted to write about control engineering, my submajor in electrical engineering, but I didn’t have a good quality in it. I wanted to write about global financial crises, but it’s not my speciality, I am a electrical engineering student, not economics student. I wanted to write about policy, but I am not politician. So, as blogger I thougt it would be better if I write about blogging tips, how to increase our blog traffic. So more people will visit our blogs and what we written in the blogs will be read by more visitors. Like what I am doing for my &#8220;<a title="kampanye damai pemilu indonesia 2009" href="http://kampanyedamaipemilu2009.web.id/" target="_self">kampanye damai pemilu indonesia 2009 </a>&#8220;blog. Before, forgive me if my english quality is not so good, not as good as older posts. But I hope you can understand reading this post, and this <span style="color:#000000;">post</span> doesn’t decrease basementbrat’s quality.</p>
<p class="MsoNormal" style="text-align:justify;">I am sure when someone creates a blog or site, he has purpose. Maybe with the blog he’ll appreciate his ideas. Or maybe he wants to monetizing the blog, get money from the site. Or maybe he uses his blog just for writing his activities or just for sharing what he feels. There are so many reasons and purposes in blogging or making sites, and everyone has different reasons. But whatever the purposes, I think people make a blog or site to be read by others. So, if we want our sites have many visitors and readers, we have to do some ways to increase visitors number, or increase the site traffic.</p>
<p class="MsoNormal" style="text-align:justify;">To check our site traffic, we can use site counter, so the visitors number can be known. We can also add live traffic widget like feedjit, so the visitors locations will be known.Or  we can analyze in <a rel="nofollow" href="http://www.google.com/analytics" target="_blank">google analytics</a>. If we want to check site traffic rank in the world, there are good site, alexa.com. This site gives ranks to all sites in the world by their traffic, or we can call it alexa rank. Please try to check your site in <a rel="nofollow" href="http://alexa.com" target="_blank">alexa.com</a>, if your alexa rank still over one million, you have to do something to increase your rank.<span id="more-92"></span></p>
<p class="MsoNormal" style="text-align:justify;">There are many ways for increasing the site traffic. But I can’t mention them all, I just can write some ways, because I am newbie in this topic.</p>
<p style="text-align:justify;"><!--[if !supportLists]--><strong>1. Tell people you have site</strong></p>
<p class="ListParagraphCxSpMiddle" style="text-align:justify;">This is a manual way to promote your site. Just tell your friends if you have a blog or site, and tell them to open the blog and tell to other friends. You can do this by talk directly, sms, yahoo messenger, friendster, facebook, plurk, put the link in forum signature, join blog aggregators, and other medias. Don’t forget for always remembering them about your site. If your friends have blog too, tell them to add your site into their blogroll, or you can link exchange with them.</p>
<p style="text-align:justify;"><!--[if !supportLists]--><strong>2.  Optimizing your blog in search engine</strong></p>
<p class="ListParagraphCxSpMiddle" style="text-align:justify;">This is an interesting way. You have to do <strong>Search Engine Optimization (SEO)</strong>. Make your blog has good rank in search engine results page (SERP). I mean you should try optimizing your blog, so for some keywords, your blog can be in first page or second page in search engine. Why this so important? Because people will search anything in the internet by search engine like google. If your site has good rank in google results pages, people can easier find your blog. The detail about SEO will be written in later paragraphs.</p>
<p style="text-align:justify;"><!--[if !supportLists]--><strong>3. Submit your blog in social bookmarking sites</strong></p>
<p class="ListParagraphCxSpMiddle" style="text-align:justify;">Social bookmarking sites are contained list of sites have been submited there. They will appear your site too, so people who’re opening social bookmarking sites can find your blog. The famous social bookmarking sites are digg,delicious, technorati, furl, stumbleupon, google, yahoo, etc. please register your blog there and get the advantages. It’s free. If you have ever seen logos like these, these are social bookmarking sites logos.</p>
<p class="ListParagraphCxSpMiddle" style="text-align:justify;"><img class="alignnone" title="bookmark" src="http://s.itb.ac.id/~enk_el05/gambar/bookmark.JPG" alt="" width="193" height="76" /></p>
<p style="text-align:justify;"><!--[if !supportLists]--><strong>4.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span>Blogwalking and leave comment</strong></p>
<p style="text-align:justify;"><!--[endif]--></p>
<p class="ListParagraphCxSpMiddle" style="text-align:justify;">Blogwalking means visiting other blogs from one blog to another blog. Blogwalking can helps you to increase traffic. But you have to leave your comment in post you have just read. To comment, fill the name, email and url form. From comments list, other bloggers can find your name then click your name that contained your blog url. If you often leave comments in many other blogs, you’ll be famous in blogging world.</p>
<p style="text-align:justify;"><!--[if !supportLists]--><strong>5.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span>Post Hot Topics</strong></p>
<p style="text-align:justify;"><!--[endif]--></p>
<p class="ListParagraphCxSpMiddle" style="text-align:justify;">If there are events or news that are most being talked by people, try to write them in your blog. Or you can write a controversial topic, because this will invite the visitors. But I don’t suggest it. This has relation with SEO techniques. I prefer mention it, “keywords shooting” or in indonesian “nembak keyword”. The newest and hottest news will make people search them in search engine. If you can post the hot topic and google can indexes your post well, your blog has change to be found in google. And your traffic will increase. Example, today is american president voting, maybe people will search news about vote results in google. You can write something about that.</p>
<p style="text-align:justify;"><!--[if !supportLists]--><strong>6. Promote in other ways</strong></p>
<p class="ListParagraphCxSpLast" style="text-align:justify;">Five ways above are the main ways I can explain. If you have a lot of money, you can promote your blog by buying link in advertise sites, put your blog link there. You can also register in review sites as advertiser, and let other bloggers to review your sites in their blogs.</p>
<p class="MsoNormal" style="text-align:justify;">There are still many ways to increase traffic, but I can’t explain them all. Like what I’ve said above, I’ll write about search engine optimization or <a href="http://www.gareng.net/rahasia-seo-meningkatkan-trafik-dengan-target-pasar-indonesia.htm" target="_blank">SEO</a>. You have to make your blog easier to be found in search engine like google, yahoosearch, altavista, cuil, etc. Because google is the most used search engine, I’ll just talk about seo in google.</p>
<p class="MsoNormal" style="text-align:justify;">Google gives rank to the sites in it’s results pages with certain algorithm, and it has many factors. But there are some main factors used by google to shows the search results. <strong>The main factors are contents appropriate with keywords and pagerank.</strong></p>
<p class="ListParagraphCxSpFirst" style="text-indent:-.25in;text-align:justify;"><!--[if !supportLists]--></p>
<p class="MsoNormal" style="text-align:justify;"><strong>These are some ways to optimizes your site in google:</strong></p>
<p class="MsoNormal" style="text-align:justify;"><strong>1.  Create Google Friendly Content</strong></p>
<p><!--[if !supportLists]-->What google indexed in sites are contents. Content is relative, depend on every sites. Google will indexes your blog contents and show it in results page if the keyword appropriates with your content. The most important site content is site title. Use blog title do you like, but think, your title is friendly words or not. I suggest to use most typed keywords in google as blog title. Don’t use difficult title like “lsdifdfdijifsdsd” or “siwfdsiewasl” because none will search difficult words like that in google. But don’t use too many certain word repetations in a post if you don’t want google looks it as a word spam, your site can be threw in google sandbox. You must manage the words density in your post. If you want to do “nembak keyword”,trying to speculate what keywords people most typed in google,  just use two or three in a post of keywords you want to be optimized, and hightlight them or use bold font in those key phrase. Someday I tried to shoot &#8220;<a href="http://www.gareng.net/film-laskar-pelangi.htm" target="_blank">film laskar pelangi</a>&#8221; key phrase, and my blog <a href="http://www.gareng.net/" target="_blank">www.gareng.net</a> could be in first position in google.co.id for several days. This is the screenshot, <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p><img class="alignnone" title="film laskar pelangi" src="http://s.itb.ac.id/~enk_el05/gambar/filmlaskarpelangi.JPG" alt="" width="616" height="406" /></p>
<p class="ListParagraphCxSpMiddle" style="text-align:justify;">Ths time, I try to optimize &#8220;<a title="kampanye damai pemilu indonesia 2009" href="http://kampanyedamaipemilu2009.web.id/" target="_self">Kampanye Damai Pemilu Indonesia 2009</a>&#8221; keyword. If you want to know what is the most typed keyword in google, you can use <a href="http://www.google.com/insights/search/" target="_blank">this tool</a>. You can choose region and time range. And the long tail keyword also can be known. For last 30 days, the most typed keyword in indonesia is friendster. Maybe you can ‘nembak keyword’ with write about friendster.</p>
<p class="ListParagraphCxSpMiddle" style="text-align:justify;"><strong>2.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span>Pagerank and backlink</strong><!--[endif]--></p>
<p class="ListParagraphCxSpMiddle" style="text-align:justify;">Pagerank is important factor di google algorithm. Pagerank is rank from 0 to 10 given by google to every sites. My blog <a href="http://www.gareng.net/">www.gareng.net</a> was given pagerank 5 by google. It made me very happy, because not every bloggers are given PR5. The high pagerank and good content site must be has good result in google serp. For me, pagerank is still misterious thing. I don’t know certainly how google give pagerank to every sites. But I think my pagerank will increase if many incoming links come to my blog, many other sites link my blog. So, you have to search backlinks as many as possible. Google doesn’t see a blog by it’s traffic, but how many and who gives baclinks. So, don’t think if your blog has high traffic, it’s guaranted to be good result in google. There are many ways to get backlinks and increase pagerank.</p>
<ul>
<li><!--[if !supportLists]-->Tell your friends to put your link url into your friend’s blogroll.</li>
</ul>
<ul>
<li><!--[if !supportLists]-->Make a dummy blog as many as possible, make your other blogs and put your link in your new blog. You should also make pingbacks among your dummy blogs, the most effective backlinks is three ways backlink. If you have blog A, B and C, let A to link B, B link C, and C link A.</li>
</ul>
<p><!--[if !supportLists]--></p>
<ul>
<li>Submit your blog into blog directories like dmoz, dir.yahoo.com, topofblogs, topbloglist,etc.</li>
</ul>
<ul>
<li><!--[if !supportLists]--><!--[endif]-->Submit your blog’s feed to feed directories. this blog feed is http://basementbrat.wordpress.com/feed</li>
</ul>
<ul>
<li><!--[if !supportLists]-->Leave comments in dofollow blogs. Dofollow blog let you to get backlink if you leave comment and url. My blog <a href="http://www.gareng.net/">www.gareng.net</a> is dofollow. Deviantart blogs are dofollow too, they can be backlinks field. But default wordpress blog like my <a title="kampanye damai pemilu indonesia 2009" href="http://kampanyedamaipemiluindonesia2009.gareng.net/" target="_self">kampanye damai pemilu indonesia 2009</a> blog is not dofollow.</li>
</ul>
<ul>
<li><!--[if !supportLists]-->Join web forums and put link in your signature</li>
</ul>
<ul>
<li><!--[if !supportLists]-->Put link in the your facebook profile, friendster profile, twitter, plurk, and other social networking sites.</li>
</ul>
<ul>
<li><!--[if !supportLists]-->Be member of blogger communities and submit your blog into their blog aggregators.</li>
</ul>
<ul>
<li><!--[if !supportLists]-->Buy links if you have a lot of money</li>
</ul>
<p><!--[endif]--><strong>3. Submit your blog url in google</strong></p>
<p class="ListParagraphCxSpMiddle" style="text-align:justify;">You can submit your url in google <a href="http://www.google.com/addurl/?continue=/addurl" target="_blank">here</a>. I don’t know this way effective or not, but I think nothing wrong with trying.</p>
<p class="ListParagraphCxSpMiddle" style="text-align:justify;"><strong>4.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span>Submit your sitemap in google webmaster central</strong><!--[endif]--></p>
<p class="ListParagraphCxSpMiddle" style="text-align:justify;">If you have self hosted wordpress blog like my blog www.gareng.net, or maybe you have your own blog, you should generate the sitemap and put the xml sitemap file into your blog root directory, then submit it in <a href="http://www.google.com/webmaster/" target="_blank">google webmaster central</a>. This will very help google to crawl your blog. To generate the sitemap, for wordpress users can use <a href="http://wordpress.org/extend/plugins/google-sitemap-generator/" target="_blank">google sitemap generator</a> plugin. But for wordpress.com users, I am sorry you can’t use this fasility.</p>
<p class="ListParagraphCxSpMiddle" style="text-align:justify;"><strong>5.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span>Optimize meta tag</strong><!--[endif]--></p>
<p class="ListParagraphCxSpMiddle" style="text-align:justify;">You can add meta tag in your blog’s head, beetwen tag &lt;head&gt; and &lt;/head&gt;. Use meta description to descript your blog. Write description in content.</p>
<blockquote>
<p class="ListParagraphCxSpMiddle" style="text-align:justify;">&lt;meta name=”description” content=”write your blog description here, about 25 words”&gt;</p>
</blockquote>
<p class="ListParagraphCxSpMiddle" style="text-align:justify;">And use meta keyword for keywords you want to be optimized. Separate keywords by comma. 10 words are enough.</p>
<blockquote>
<p class="ListParagraphCxSpMiddle" style="text-align:justify;">&lt;meta name=”keywords” content=”busby seo test, busby, seo, test, seo contest, busby seo challenge, worldcup, search engine optimization, google”&gt;</p>
</blockquote>
<p class="ListParagraphCxSpMiddle" style="text-align:justify;">But, this is also just for self hosted blog and blogspot.com, not for wordpress.com blog. If you use self hosted wordpress blog, you don’t need to do this, just try easy way with plugin all in one seo pack. If you want certain visitor location marketing target, you can use meta geo tag.</p>
<p class="ListParagraphCxSpMiddle" style="text-align:justify;"><strong>6.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span>Permalink</strong><!--[endif]--></p>
<p class="ListParagraphCxSpMiddle" style="text-align:justify;">Permalink is permanent link to our post pages. As example, this post has permalink <a href="../"><span>http://basementbrat.wordpress.com/2008/11/06/<span title="Click to edit this part of the permalink">how-to-increase-blog-traffic</span></span></a> but if you want to your permalink more seo friendly, use the structure like this</p>
<p class="ListParagraphCxSpMiddle" style="text-align:justify;"><span>http://basementbrat.wordpress.com/<span title="Click to edit this part of the permalink">how-to-increase-blog-traffic.html</span></span></p>
<p class="ListParagraphCxSpMiddle" style="text-align:justify;">In self hosted wordpress blog, you can set the permalink like this /%postname%.html</p>
<p class="ListParagraphCxSpMiddle" style="text-align:justify;">But if your blog was hosted in wordpress.com, you can’t change it.</p>
<p class="ListParagraphCxSpMiddle" style="text-align:justify;"><strong>7.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span>Internal link</strong><!--[endif]--></p>
<p class="ListParagraphCxSpMiddle" style="text-align:justify;">Internal link is link in site itself. Try to make many links between your pages. This will help google easily find pages in your site. Minimize number of outbond links or minimize linking other blogs. The good blog is blog with number of inbound links (backlinks) more than outbond links.</p>
<p class="ListParagraphCxSpMiddle" style="text-align:justify;"><strong>8.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span>Use SEO tools</strong><!--[endif]--></p>
<p class="ListParagraphCxSpMiddle" style="text-align:justify;">There are so many tools for SEO and good seo website. You can find them in <strong>http://seo.alltop.com</strong></p>
<p class="ListParagraphCxSpMiddle" style="text-align:justify;"><strong>9.<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span>Try jurus-jurus SEO</strong><!--[endif]--></p>
<p class="ListParagraphCxSpLast" style="text-align:justify;">You can find post about seo tips and techniques <a href="http://www.gareng.net/aku-jagoan-seo/jurus-seo-tanpa-jurus.htm" target="_blank">here</a>. These are tips from indonesian bloggers.</p>
<p class="MsoNormal" style="text-align:justify;">I think these are just some tips, there are still many other SEO techniques. I am just a newbie,I am trying to learn about seo by join a SEO contest named <a title="busby seo test" href="http://umpcinfo.com/gladioolers" target="_blank">Busby SEO Test</a>. In this SEO contest, participants should optimize their blog with key phrase Busby SEO Test to win $5000. Participants are given 4 months from 1 October 2008 until 31 January 2009. I have a website in <a href="http://umpcinfo.com/gladioolers">http://umpcinfo.com/gladioolers</a>, and now still in 4<sup>th</sup> page in google. I need your support, I need many backlinks. I hope you would like to support me in this seo worldcup by put that link into your blogroll with anchor text <strong>Busby SEO Test</strong>. Thank you very much for your supports for indonesian team.</p>
<p class="MsoNormal" style="text-align:justify;">I think this is enough. I am sorry for wrong words and my bad english. Please leave your comments, suggestions or critics. I hope this post will give us advantages. Thanks….</p>
<p class="MsoNormal" style="text-align:justify;">-EEng-</p>
<p class="ListParagraph" style="text-align:justify;">
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/basementbrat.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/basementbrat.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/basementbrat.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/basementbrat.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/basementbrat.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/basementbrat.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/basementbrat.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/basementbrat.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/basementbrat.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/basementbrat.wordpress.com/92/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=basementbrat.wordpress.com&blog=5334864&post=92&subd=basementbrat&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://basementbrat.wordpress.com/2008/11/06/how-to-increase-blog-traffic/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ccae95973863184d09ba5ebec1d9a34e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">enkz</media:title>
		</media:content>

		<media:content url="http://s.itb.ac.id/~enk_el05/gambar/bookmark.JPG" medium="image">
			<media:title type="html">bookmark</media:title>
		</media:content>

		<media:content url="http://s.itb.ac.id/~enk_el05/gambar/filmlaskarpelangi.JPG" medium="image">
			<media:title type="html">film laskar pelangi</media:title>
		</media:content>
	</item>
		<item>
		<title>How Much the maximum amount of voltage that our body can resist?</title>
		<link>http://basementbrat.wordpress.com/2008/11/01/how-much-the-maximum-amount-of-voltage-that-our-body-can-resist/</link>
		<comments>http://basementbrat.wordpress.com/2008/11/01/how-much-the-maximum-amount-of-voltage-that-our-body-can-resist/#comments</comments>
		<pubDate>Sat, 01 Nov 2008 14:56:07 +0000</pubDate>
		<dc:creator>wahidyankf</dc:creator>
				<category><![CDATA[Electrical Engineering Common Knowledge]]></category>

		<guid isPermaLink="false">http://basementbrat.wordpress.com/?p=68</guid>
		<description><![CDATA[Have you ever heard these sentences?
Be careful if u want to connect an electronic device&#8230;cause u can taste a
short circuit&#8230;
or
&#8220;hei&#8230;if u wanna repair your electrical installation, dont forget to use your
sandals&#8230;&#8221;
or maybe
&#8220;we will not be electrocuted when we use our sandals&#8230;&#8221;
In this post i will share my knowledge about these things. A knowledge that i [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=basementbrat.wordpress.com&blog=5334864&post=68&subd=basementbrat&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Have you ever heard <span style="color:#0000ff;">these</span> sentences?</p>
<blockquote><p>Be careful if u want to connect an <span style="color:#0000ff;">electronic</span> device&#8230;cause u can taste a</p>
<p>short circuit&#8230;</p></blockquote>
<p>or</p>
<blockquote><p>&#8220;hei&#8230;if u wanna repair your <span style="color:#0000ff;">electrical</span> <span style="color:#0000ff;">installation</span>, dont forget to use your</p>
<p>sandals&#8230;&#8221;</p></blockquote>
<p>or maybe</p>
<blockquote><p>&#8220;we will not <span style="color:#0000ff;">be</span> electrocuted when we use our sandals&#8230;&#8221;</p></blockquote>
<p>In this post i will share my knowledge about <span style="color:#0000ff;">these things</span>. A knowledge that i got from my <span style="color:#0000ff;">electromagnetic</span> field&#8217;s class. The lecturer of this class is &#8220;eyang bambang anggoro&#8221;, one of the most inspiring lecturer in ITB&#8217;s School of Electrical  Engineering and Informatics. I hope this post can be useful to us. And can make us more <span style="color:#0000ff;">careful</span> when we use electrical devices in our daily live.</p>
<p>Have a nice read!<span id="more-68"></span></p>
<p><strong>B</strong><strong>asically, all the things in earth can conduct electrical current. But, with different capability of course. </strong>There are things that can conduct electrical current with a good capabilities, <span style="color:#0000ff;">those</span> are things that we called <strong>conductor</strong> (most of them are metals, like bronze, gold, etc). There are things that have bad electrical current conduction, we called <span style="color:#0000ff;">them</span> <strong>isolator</strong> (Ex : woods, plastic, paper, etc). And also there are things that can conduct electrical current <span style="color:#0000ff;">based</span> on thermal condition around them, we <span style="color:#0000ff;">call</span> it <strong>semiconductor</strong>. At general, there are basic electrical properties. They are Resistance, Current, and Voltage. To <span style="color:#0000ff;">understand</span> these things, we can use street&#8217;s modelling. Here are these electrical properties modelling :</p>
<p><strong>1. Resistance or we usually write R in electrical engineering.</strong></p>
<p>If we compare it to the street, we can presuppose it as a level of road&#8217;s smoothness. It&#8217;s a <span style="color:#0000ff;">logical</span> <span style="color:#0000ff;">thing</span> that a car can drive flawlessly if the road is smooth, without any hole in the way. <span style="color:#0000ff;">The</span> bigger the resistance means bigger effort to cross the road, and vice versa.</p>
<p><strong>2. Current or we usually write I in electrical engineering.</strong></p>
<p>In this modelling, current is amount of car that <span style="color:#0000ff;">may</span> go accross the road per time scale. This amount of current has inverse relationship with road&#8217;s level of smoothness. What do you think if a car going through a road that <span style="color:#0000ff;">is</span> full of hole n rocks? <span style="color:#0000ff;">It&#8217;s speed </span>will become slower than when <span style="color:#0000ff;">it&#8217;s</span> travelling in smooth circuit. So, bigger Resistance means lower current accross the lane.</p>
<p><strong>3. Potensial differences, or in electrical engineering we usually called voltage (V).</strong></p>
<p>Let us imagine that the road is connecting Jakarta (name of the biggest city in Indonesia) and Bekasi (name of satellite city of jakarta, the citizens of Bekasi are usually <span style="color:#0000ff;">working</span> in offices located in Jakarta). When we use this modelling, voltage is <span style="color:#0000ff;">the </span>career oportunity in either city. Why people want to have a career in Jakarta? because the chance to become <span style="color:#0000ff;">wealthy</span> in Jakarta is bigger than in Bekasi. In order to do that, the people from Bekasi will <span style="color:#0000ff;">make</span> a journey to Jakarta to obtain their career. When will this humanoid current stop flowing? the answer is, when there are no <span style="color:#0000ff;">potential</span> differences between these cities. So do with potential differences, the electrical current will stop flowing when there are no potential differences between 2 point (eg. when the battery is leak).</p>
<p>In electrical engineering, point one, two, and three have a relation like this :</p>
<p><strong>V = I x R</strong></p>
<p>This equation means :</p>
<p><strong>1. Bigger resistance means lower current going through the electrical circuit.</strong></p>
<p><strong>2. Bigger voltage means bigger electrical current through the electrical circuit.</strong></p>
<p>Now, we go back to our heart. <strong>Our heart has natural resistance for about 5 kilo ohms</strong> (ohm is an electrical measurement <span style="color:#0000ff;">unit </span>for resistance). <strong>Our heart also have the maximum amount of current that can <span style="color:#0000ff;">cross </span>the lane for about 10 mili amperes</strong> (ampere is an electrical measurement <span style="color:#0000ff;">unit</span> for electrical current), where if we go accross the limit of this maximum value, our heart will have an <span style="color:#0000ff;">abnormal</span> function. And <strong>our heart will stop working when the electrical current accross our heart <span style="color:#0000ff;">is</span> about 15-20 mili amperes.</strong> Unfortunately, <span style="color:#0000ff;">women</span> have lower maximum electrical current <span style="color:#0000ff;">that can cross </span><span style="color:#0000ff;">their</span> heart than <span style="color:#0000ff;">men</span>, they only need lower than 10 mili ampere to make their heart <span style="color:#0000ff;">malfunctioned</span>. We can <span style="color:#0000ff;">compare</span> this maximum electrical current with the road model. The traffic in the road will flow normally if the speed car accross the road is not too much, neither too slow. This is the reason why we often see maximum and minimum speed limit on the road. What do you think will happen if there are a cars that run too fast? There will be a crash on the road! so with our heart. We can&#8217;t let electrical current run too fast, neither too slow.</p>
<p>From this logic, now we go to scientifical equation for our heart. Above, we have equation :</p>
<p>V = I x R</p>
<p>If we calculate the variable of our heart, we can get the maximum voltage that our body can endure :</p>
<p>V = 10 mili Ampere x 5 Kilo Ohm</p>
<p><strong>V = 50 Volts</strong></p>
<p>And if we compare this value to our PLN&#8217;s (Indonesian State-owned Electrical Company) voltage in our home (220 volts), we will know that maximum voltage that we can endure (<span style="color:#0000ff;">without</span> using proper insulation, such as sandals, or shoes)is much lower than PLN&#8217;s voltage. Means that <strong>PLN&#8217;s voltage <span style="color:#0000ff;">is</span> able to kill us if we connect <span style="color:#0000ff;">ourselves</span> directly to the ground.</strong></p>
<p>so, the lessons from this post are :</p>
<p><strong>BE <span style="color:#0000ff;">CAREFUL</span> WHEN WE USE ELECTRICAL DEVICE OR ELECTRICAL NETWORK, BECAUSE THE PLN&#8217;S VOLTAGE <span style="color:#0000ff;">ACROSS</span> OUR HOME ARE ABLE TO KILL US.</strong></p>
<p><strong>USE ENOUGH INSULATION PROPERTIES IF WE WANT TO REPAIR AN ELECTRICAL DEVICE, SUCH AS SANDALS OR SHOES. IT WILL NOT <span style="color:#0000ff;">GUARANTEE</span> YOU 100% <span style="color:#0000ff;">SAFETY</span>, BUT IT WILL HELP YOU DECREASE YOUR CHANCE TO BECOME ELECTROCUTED.</strong></p>
<p style="text-align:right;">Stand n Fight!!!</p>
<p style="text-align:right;">wahidyankf</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/basementbrat.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/basementbrat.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/basementbrat.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/basementbrat.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/basementbrat.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/basementbrat.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/basementbrat.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/basementbrat.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/basementbrat.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/basementbrat.wordpress.com/68/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=basementbrat.wordpress.com&blog=5334864&post=68&subd=basementbrat&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://basementbrat.wordpress.com/2008/11/01/how-much-the-maximum-amount-of-voltage-that-our-body-can-resist/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f2a71b78692524e9885a543003897621?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wahidyankf</media:title>
		</media:content>
	</item>
		<item>
		<title>Another Side of Electrical Student</title>
		<link>http://basementbrat.wordpress.com/2008/11/01/23/</link>
		<comments>http://basementbrat.wordpress.com/2008/11/01/23/#comments</comments>
		<pubDate>Sat, 01 Nov 2008 01:41:17 +0000</pubDate>
		<dc:creator>herry winandi</dc:creator>
				<category><![CDATA[Investing]]></category>
		<category><![CDATA[broker]]></category>
		<category><![CDATA[currency]]></category>
		<category><![CDATA[forex]]></category>
		<category><![CDATA[investasi]]></category>
		<category><![CDATA[valas]]></category>

		<guid isPermaLink="false">http://basementbrat.wordpress.com/?p=23</guid>
		<description><![CDATA[this is another side of electrical student.. well, no many of us being attracted with financial market.. no wonder why, as our major is electrical.. here is my story of being a trader, focusly in foreign exchange, commodities, and futures.. i&#8217;ve been doing this since our first year in itb.. lately we focus our discuss [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=basementbrat.wordpress.com&blog=5334864&post=23&subd=basementbrat&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p style="text-align:justify;">this is another side of electrical student.. well, no many of us being attracted with financial market.. no wonder why, as our major is electrical.. here is my story of being a trader, focusly in foreign exchange, commodities, and futures.. i&#8217;ve been doing this since our first year in itb.. lately we focus our discuss on forex.. please note we are not discuss any legitimate issue (halal-haram), you better search by yourself..</p>
<p style="text-align:justify;">forex stand for foreign exchange a.k.a valuta asing a.k.a jual beli mata uang.. the same as stocks (saham) unless the object we trade is currency.. say we bought US$ today for Rp 9.000, then next week $ strengthen to Rp 12.000, means we gain profit Rp 3.000 for each $ we bought.. that&#8217;s it..</p>
<p style="text-align:justify;">mostly lay people consider financial market as limited as stocks and forex.. besides, the financial markets can be divided into different types, as example:</p>
<ul style="text-align:justify;">
<li>capital market (stock *saham* and bond *surat berharga*)</li>
<li>commodity market (gold, oil)</li>
<li>foreign exchange market (currency)</li>
<li>derrivatives market (options, futures *frequently seen on newspaper ads*)</li>
<li>etc.</li>
</ul>
<p style="text-align:justify;">forex is related to scam ? ya that&#8217;s true, you invest your money here, you will lose it, either by your stupid decision buying wrong currency while it&#8217;s value is going weaker, or you are being fooled by such investment program which offer you high return if you invest there.. in fact, only 5-10 % of trader could gain money, others are loser.. most of them lose their money in this bussiness, thats why forex is related to scam..</p>
<p style="text-align:justify;">ok, i realize the risk and i want to invest there, then how do we got access to realtime prices and trade them ?</p>
<p style="text-align:justify;"><span id="more-23"></span></p>
<p style="text-align:justify;">the first thing you should find is a trustable broker, broker give you access to the market, you will able to trade financial market with them.. there are many of them, both local and international.. i personally prefer the international one, because local regulation regulated by bappebti (badan pengawas perdagangan berjangka komoditi) and others is not tight enough.. those weak regulation give bigger opportunity for local broker to fool investor, they easily stole our money.. well, no one in this world guarantee our money even i put my money on tighter regulated country such as europe or US, at least i feel more secure.. do you know that every investment we did have a risk ?, even putting our money in the bank ? FYI, our government guarantee our money as much as Rp 100 million, say you have Rp 1 billion on your bank account, then your bank is collapse/bankrupt, it means you will lose Rp 900 million.. don&#8217;t worry, just few days ago our government has increase the guarantee to Rp 2 billion, unless you have more than 2 billion, you should worry then LOL..</p>
<p style="text-align:justify;">back to the broker, many criteria we should consider to find the good one.. the point is, find one you trust with..</p>
<p style="text-align:justify;">example for the local, even you can find some of them on dago street :</p>
<p style="text-align:justify;"><img class="alignnone size-full wp-image-26" title="logo1" src="http://basementbrat.files.wordpress.com/2008/10/logo1.gif?w=373&#038;h=82" alt="" width="373" height="82" /></p>
<p style="text-align:justify;"><span style="color:#ffffff;">.</span></p>
<p style="text-align:justify;"><img class="alignnone size-full wp-image-40" title="logo_valbury" src="http://basementbrat.files.wordpress.com/2008/11/logo_valbury.jpg?w=230&#038;h=84" alt="" width="230" height="84" /></p>
<p style="text-align:justify;"><span style="color:#ffffff;">.</span></p>
<p style="text-align:justify;"><img class="alignnone size-full wp-image-27" title="gab" src="http://basementbrat.files.wordpress.com/2008/10/gab.gif?w=163&#038;h=123" alt="" width="163" height="123" /></p>
<p style="text-align:justify;"><span style="color:#ffffff;">.</span></p>
<p style="text-align:justify;">example for international :</p>
<p style="text-align:justify;"><img class="alignnone size-full wp-image-28" title="logo-fxcm" src="http://basementbrat.files.wordpress.com/2008/10/logo-fxcm.gif?w=198&#038;h=75" alt="" width="198" height="75" /></p>
<p style="text-align:justify;"><span style="color:#ffffff;">.</span></p>
<p style="text-align:justify;"><img class="alignnone size-full wp-image-29" title="map" src="http://basementbrat.files.wordpress.com/2008/10/map.jpg?w=179&#038;h=253" alt="" width="179" height="253" /></p>
<p style="text-align:justify;"><span style="color:#ffffff;">.</span></p>
<p style="text-align:justify;">after finding your broker, you should gain your trading experience with them.. don&#8217;t worry, you no need to invest your real money in rush.. most broker offer us demo account which give you real environment, realtime market prices, and virtual money instead of your real money..</p>
<p style="text-align:justify;">ok good,  you are able to trade now, with your dummy money of course.. then how to analyse the currency/stock/etc. movement ? how do we predict that $$ will go higher ? where the oil price is heading ? stocks will up or down ?</p>
<p style="text-align:justify;">there are two types of analysis :</p>
<ul style="text-align:justify;">
<li><strong>fundamental analysis</strong> ( we are considering economic, politic, important policy issues.. yes, you have to be update: read newspaper, watch bloomberg-tv, read any news.. I recommend <a href="http://www.bloomberg.com">http://www.bloomberg.com</a> to find the news)</li>
</ul>
<p><img class="size-full wp-image-32 aligncenter" title="bloomberg" src="http://basementbrat.files.wordpress.com/2008/11/bloomberg.gif?w=250&#038;h=51" alt="" width="250" height="51" /></p>
<p><span style="color:#ffffff;">.</span></p>
<ul style="text-align:justify;">
<li><strong>technical analysis</strong> ( read the chart, you can predict the price movement easily here, there are soooooo much technics to read the chart, many ways to interpret the chart, for beginner I recommend <a href="http://www.babypips.com/school/">http://www.babypips.com/school/</a> )</li>
</ul>
<p><img class="size-full wp-image-30 aligncenter" title="babypips" src="http://basementbrat.files.wordpress.com/2008/11/logo.gif?w=378&#038;h=80" alt="" width="378" height="80" /></p>
<p style="text-align:justify;"><span style="color:#ffffff;">.</span></p>
<p style="text-align:justify;"><span style="color:#ffffff;">.</span></p>
<p style="text-align:justify;">done, you have all. you are able to trade now =)</p>
<p style="text-align:justify;"><strong>here is the example of my real trade with real money i invest:</strong></p>
<p style="text-align:justify;">this is Great Britain Poundsterling vs Japanesse Yen chart.. now price is @ point C, and i predict price will fall to point TP1 &amp; TP2.. the fallin price means poundsterling weaken and yen strengthen.. a week after, price is fallin as predicted =)</p>
<p style="text-align:justify;">it shows us how i predict the currency movement by technical analysis, you may see those freakin lines, sure those means something haha..</p>
<p style="text-align:justify;">there are many things you should learn distinct written here, such as risk managment (how you manage your risk), money management (how much you put your money into trade), many more..</p>
<p style="text-align:justify;"><span style="color:#ffffff;">.</span></p>
<p style="text-align:justify;"><strong>now:</strong></p>
<p style="text-align:justify;"><img class="alignnone size-full wp-image-35" title="h41018x666ls6ag7" src="http://basementbrat.files.wordpress.com/2008/11/h41018x666ls6ag7.jpg?w=640&#038;h=419" alt="" width="640" height="419" /></p>
<p style="text-align:justify;"><span style="color:#ffffff;">.</span></p>
<p style="text-align:justify;"><strong>a week after:</strong></p>
<p style="text-align:justify;"><img class="alignnone size-full wp-image-36" title="h1803x476yj0" src="http://basementbrat.files.wordpress.com/2008/11/h1803x476yj0.jpg?w=640&#038;h=379" alt="" width="640" height="379" /></p>
<p><span style="color:#ffffff;">.</span></p>
<p><span style="color:#ffffff;">.</span></p>
<p style="text-align:right;">Herry Winandi</p>
<p style="text-align:right;">Power Engineering &#8211; 2005</p>
<p style="text-align:right;">Bandung Institute of Technology</p>
<p style="text-align:right;"><img class="alignright size-full wp-image-83" title="copy-of-imag0010" src="http://basementbrat.files.wordpress.com/2008/11/copy-of-imag0010.jpg?w=146&#038;h=194" alt="" width="146" height="194" /></p>
<p style="text-align:right;">
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/basementbrat.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/basementbrat.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/basementbrat.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/basementbrat.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/basementbrat.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/basementbrat.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/basementbrat.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/basementbrat.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/basementbrat.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/basementbrat.wordpress.com/23/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=basementbrat.wordpress.com&blog=5334864&post=23&subd=basementbrat&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://basementbrat.wordpress.com/2008/11/01/23/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/41321e43bcbd227caed97dd39eacfdb9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">herry winandi</media:title>
		</media:content>

		<media:content url="http://basementbrat.files.wordpress.com/2008/10/logo1.gif" medium="image">
			<media:title type="html">logo1</media:title>
		</media:content>

		<media:content url="http://basementbrat.files.wordpress.com/2008/11/logo_valbury.jpg" medium="image">
			<media:title type="html">logo_valbury</media:title>
		</media:content>

		<media:content url="http://basementbrat.files.wordpress.com/2008/10/gab.gif" medium="image">
			<media:title type="html">gab</media:title>
		</media:content>

		<media:content url="http://basementbrat.files.wordpress.com/2008/10/logo-fxcm.gif" medium="image">
			<media:title type="html">logo-fxcm</media:title>
		</media:content>

		<media:content url="http://basementbrat.files.wordpress.com/2008/10/map.jpg" medium="image">
			<media:title type="html">map</media:title>
		</media:content>

		<media:content url="http://basementbrat.files.wordpress.com/2008/11/bloomberg.gif" medium="image">
			<media:title type="html">bloomberg</media:title>
		</media:content>

		<media:content url="http://basementbrat.files.wordpress.com/2008/11/logo.gif" medium="image">
			<media:title type="html">babypips</media:title>
		</media:content>

		<media:content url="http://basementbrat.files.wordpress.com/2008/11/h41018x666ls6ag7.jpg" medium="image">
			<media:title type="html">h41018x666ls6ag7</media:title>
		</media:content>

		<media:content url="http://basementbrat.files.wordpress.com/2008/11/h1803x476yj0.jpg" medium="image">
			<media:title type="html">h1803x476yj0</media:title>
		</media:content>

		<media:content url="http://basementbrat.files.wordpress.com/2008/11/copy-of-imag0010.jpg" medium="image">
			<media:title type="html">copy-of-imag0010</media:title>
		</media:content>
	</item>
		<item>
		<title>Heat generator</title>
		<link>http://basementbrat.wordpress.com/2008/10/30/heat-generator/</link>
		<comments>http://basementbrat.wordpress.com/2008/10/30/heat-generator/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 23:41:51 +0000</pubDate>
		<dc:creator>rachma001</dc:creator>
				<category><![CDATA[Power Engineering]]></category>

		<guid isPermaLink="false">http://basementbrat.wordpress.com/?p=18</guid>
		<description><![CDATA[Okay, so here it goes, another story of my life, but from the engineering and scientific point of view. (This is the first post about it).  Just a week ago, my lab mates showed me one of my lab&#8217;s creations which I cannot upload the photo (I don&#8217;t have any permission to upload photos, but [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=basementbrat.wordpress.com&blog=5334864&post=18&subd=basementbrat&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Okay, so here it goes, another story of my life, but from the engineering and scientific point of view. (This is the first post about it).  Just a week ago, my lab mates showed me one of my lab&#8217;s creations which I cannot upload the photo (I don&#8217;t have any permission to upload photos, but u can check it in my facebook). This device is an experiment for power generator by using heat energy or we usually call it &#8216;thermal&#8217;.</p>
<p>This is how it works : You can see the device which look like a circular windmill. If you see it more closely, then you would find the tiny magnetic dices on the outer parts of the circular windmill&#8217;s periphery. And there are also some magnetic dices that are stacked below the windmill. These magnetic dices&#8217; colour is gold, and the magnetic dices around the windmill periphery&#8217;s colour is black. The gold magnetic dices are stacked (statically) as well as possible so that if the windmill starts rolling, the black ones and the gold one will have a really tiny space between them, that normally will evoke the magnetic force between them.</p>
<p>Okay, but in this device, you should put the device in hot water. The hotter the water is, the better result you&#8217;ll get. But you just soak it until the height of the water reaches 3/4 of the gold dices&#8217; height. The heat from the water then will make the gold dices lose their magnetic charateristic, weakening their magnetic force, meanwhle the black dices still have their magnetism, so then if you imagine how the magnetic lines would be, you&#8217;d find that all the magnetic forces between them, will make the windmill start rolling.</p>
<p>They plan for this device to be applied as the generator in the industries, so that the heat it needs will be taken from the heat that the industries produced. So that it&#8217;ll make such a cycle of the heat.</p>
<p>I don&#8217;t know if you already know about it or not, but that&#8217;s the only news about tech that I&#8217;ve got here. So hopefully it informs you something.</p>
<p>And I am not really a critical type of person, so please if you have any question about it or about anything related to the Japan&#8217;s technology, just ask me, let me do the favor for you. Because I really want to share everything I got here, but often I don&#8217;t know what to share..</p>
<p><a href="http://basementbrat.files.wordpress.com/2008/11/08-10-15_0022.jpg"><img class="alignleft size-full wp-image-87" title="08-10-15_0022" src="http://basementbrat.files.wordpress.com/2008/11/08-10-15_0022.jpg?w=240&#038;h=320" alt="08-10-15_0022" width="240" height="320" /></a><a href="http://basementbrat.files.wordpress.com/2008/11/08-10-15_0031.jpg"><img class="aligncenter size-full wp-image-88" title="08-10-15_0031" src="http://basementbrat.files.wordpress.com/2008/11/08-10-15_0031.jpg?w=240&#038;h=320" alt="08-10-15_0031" width="240" height="320" /></a><a href="http://basementbrat.files.wordpress.com/2008/11/08-10-15_0041.jpg"><img class="aligncenter size-full wp-image-89" title="08-10-15_0041" src="http://basementbrat.files.wordpress.com/2008/11/08-10-15_0041.jpg?w=320&#038;h=240" alt="08-10-15_0041" width="320" height="240" /></a></p>
<p style="text-align:center;">
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/basementbrat.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/basementbrat.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/basementbrat.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/basementbrat.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/basementbrat.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/basementbrat.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/basementbrat.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/basementbrat.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/basementbrat.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/basementbrat.wordpress.com/18/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=basementbrat.wordpress.com&blog=5334864&post=18&subd=basementbrat&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://basementbrat.wordpress.com/2008/10/30/heat-generator/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8769201df5df164174c43587a1c37a5e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rachma</media:title>
		</media:content>

		<media:content url="http://basementbrat.files.wordpress.com/2008/11/08-10-15_0022.jpg" medium="image">
			<media:title type="html">08-10-15_0022</media:title>
		</media:content>

		<media:content url="http://basementbrat.files.wordpress.com/2008/11/08-10-15_0031.jpg" medium="image">
			<media:title type="html">08-10-15_0031</media:title>
		</media:content>

		<media:content url="http://basementbrat.files.wordpress.com/2008/11/08-10-15_0041.jpg" medium="image">
			<media:title type="html">08-10-15_0041</media:title>
		</media:content>
	</item>
		<item>
		<title>Genesis</title>
		<link>http://basementbrat.wordpress.com/2008/10/30/genesis/</link>
		<comments>http://basementbrat.wordpress.com/2008/10/30/genesis/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 03:07:03 +0000</pubDate>
		<dc:creator>Fela Rizki Wardana</dc:creator>
				<category><![CDATA[[Read This First] Rules v1.00]]></category>

		<guid isPermaLink="false">http://basementbrat.wordpress.com/?p=5</guid>
		<description><![CDATA[As with any other creation in this world, we now define the origin of this weblog page,
Genesis (in Indonesian it means &#8220;Penciptaan; Awal mula&#8221;)
We are the basementbrat of Labtek 8, Electrical Engineering Undergraduate Students, Bandung Institute of Technology.
At first the idea of putting and sharing our thoughts on this page was triggered by the spirit [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=basementbrat.wordpress.com&blog=5334864&post=5&subd=basementbrat&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>As with any other creation in this world, we now define the origin of this weblog page,<br />
<strong>Genesis</strong> (in Indonesian it means &#8220;Penciptaan; Awal mula&#8221;)</p>
<p>We are the basementbrat of Labtek 8, Electrical Engineering Undergraduate Students, Bandung Institute of Technology.<br />
At first the idea of putting and sharing our thoughts on this page was triggered by the spirit of the Indonesian Youth&#8217;s Pledge (Sumpah Pemuda) at October 28th. We wanted to make contributions to our nation distinctively within our field of specialty, which is in the field of engineering especially electrical engineering. We realized that technology would mean nothing if not shared to the community. We also realize that ideas, thoughts, sometimes the crazier the better, are the gateway to better Indonesia.</p>
<p>We often see that those brilliant ideas are taken for granted and put in vain, it was all because lack of documentation, imagine if all those ideas are put together, and hopefully be put to reality. This page is meant solely to facilitate (and also stimulate) those who has the passion of writing zestfully.</p>
<p>We are thrived and committed to giving the best pieces of writing available, by means of <strong>The Basementbrat Crew&#8217;s Pledge</strong>:</p>
<p>1. Content<br />
We deliver in depth contents, rich and comprehensive analysis about topics ranging from almost every known aspect in our lives .</p>
<p>2. Universality<br />
We do not differ men nor women, social strata, interests, regional origins, etc. While upholding the spirit of democracy and avoiding any conflicts regarding those terms above as possible.</p>
<p>3. Accuracy<br />
We uphold the truth. By means of engineering code of ethics, all topics written on this page are expected to be fair, honest, and truthful.</p>
<p>4. Open-mindedness and Flexibility<br />
We are open to any honest thoughts. Especially ideas, dreams that will lead for the better future of Indonesia. We do not define our limits, any imagination, or such else that will enchain our creativity.</p>
<p>5. Motto<br />
From dreams, we make it real, for our beloved nation, Indonesia</p>
<p>The rules regarding of those terms mentioned on the pledge above are:<br />
<strong>1. All posts are to be written in English<br />
2. All </strong><strong>posts must be put in an orderly categorized manner</strong><strong><br />
3. All </strong><strong>comments are welcome and must also be written in English</strong><strong><br />
4. All </strong><strong>crews are expected to write at least one topic for each month</strong><br />
<strong> 5. All Electrical Engineering students of ITB are welcome to contribute<br />
6. All people who shares the same enthusiasm are welcomed as good friends of ours<br />
</strong></p>
<p>Best Regards,<br />
BasementBrat Crew&#8217;s Board of Administrator</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/basementbrat.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/basementbrat.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/basementbrat.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/basementbrat.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/basementbrat.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/basementbrat.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/basementbrat.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/basementbrat.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/basementbrat.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/basementbrat.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=basementbrat.wordpress.com&blog=5334864&post=5&subd=basementbrat&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://basementbrat.wordpress.com/2008/10/30/genesis/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/18d36f55ac754eb19faff9f4f57b8b18?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Fella</media:title>
		</media:content>
	</item>
	</channel>
</rss>