<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Dota Blog Guide</title>
	<atom:link href="http://otok2.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://otok2.wordpress.com</link>
	<description>Best DotA Blog Ever</description>
	<lastBuildDate>Thu, 22 Sep 2011 14:50:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='otok2.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/53946972a61d7aa93487450e3945a4d3?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Dota Blog Guide</title>
		<link>http://otok2.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://otok2.wordpress.com/osd.xml" title="Dota Blog Guide" />
	<atom:link rel='hub' href='http://otok2.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Java Script Operasi Hitung dan Pemecahan Uang</title>
		<link>http://otok2.wordpress.com/2011/09/22/java-script-operasi-hitung-dan-pemecahan-uang/</link>
		<comments>http://otok2.wordpress.com/2011/09/22/java-script-operasi-hitung-dan-pemecahan-uang/#comments</comments>
		<pubDate>Thu, 22 Sep 2011 14:11:38 +0000</pubDate>
		<dc:creator>otok2</dc:creator>
				<category><![CDATA[JAVA]]></category>

		<guid isPermaLink="false">http://otok2.wordpress.com/?p=189</guid>
		<description><![CDATA[Script Operasi Hitung : &#160; import java.util.Scanner; public class modul1 { public static void main(String[] args) { Scanner input=new Scanner(System.in); int total; int grade; int rata; int counter; int n; double bagi; System.out.println(&#8220;Input: &#8220;); System.out.print(&#8220;Bilangan Pertama: &#8220;); n=input.nextInt(); System.out.print(&#8220;Bilangan Kedua: &#8220;); grade=input.nextInt(); System.out.println(&#8221; &#8220;); rata=n+grade; counter=n-grade; total=n*grade; bagi=n/grade; System.out.println(&#8220;Output:&#8221;); System.out.println(&#8220;Hasil Penjumlahan: &#8220;+rata); System.out.println(&#8220;Hasil Pengurangan: &#8220;+counter); [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=otok2.wordpress.com&amp;blog=10300225&amp;post=189&amp;subd=otok2&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Script Operasi Hitung :</p>
<p>&nbsp;</p>
<p>import java.util.Scanner;<br />
public class modul1 {<br />
public static void main(String[] args) {<br />
Scanner input=new Scanner(System.in);<br />
int total;<br />
int grade;<br />
int rata;<br />
int counter;<br />
int n;<br />
double bagi;<br />
System.out.println(&#8220;Input: &#8220;);<br />
System.out.print(&#8220;Bilangan Pertama: &#8220;);<br />
n=input.nextInt();<br />
System.out.print(&#8220;Bilangan Kedua: &#8220;);<br />
grade=input.nextInt();<br />
System.out.println(&#8221; &#8220;);<br />
rata=n+grade;<br />
counter=n-grade;<br />
total=n*grade;<br />
bagi=n/grade;<br />
System.out.println(&#8220;Output:&#8221;);<br />
System.out.println(&#8220;Hasil Penjumlahan: &#8220;+rata);<br />
System.out.println(&#8220;Hasil Pengurangan: &#8220;+counter);<br />
System.out.println(&#8220;Hasil Perkalian: &#8220;+total);<br />
System.out.println(&#8220;Hasil Pembagian: &#8220;+bagi);<br />
}<br />
}</p>
<p>Script Pemecahan Uang :</p>
<p>&nbsp;</p>
<p>import java.util.Scanner;<br />
public class modul2 {<br />
public static void main(String[] args) {<br />
Scanner input=new Scanner(System.in);<br />
int total;<br />
int total1;<br />
int total2;<br />
int total3;<br />
int total4;<br />
int a;<br />
System.out.println(&#8220;Input: &#8220;);<br />
a=input.nextInt();<br />
total1=a/10000;<br />
a=a-(total1*10000);<br />
total2=a/5000;<br />
a=a-(total2*5000);<br />
total3=a/100;<br />
a=a-(total3*100);<br />
total4=a/50;<br />
a=a-(total4*50);<br />
System.out.println(&#8220;Jumlah Pecahan Uang: &#8220;);<br />
System.out.println(&#8220;Sepuluh Ribuan: &#8220;+total1);<br />
System.out.println(&#8220;Lima Ribuan: &#8220;+total2);<br />
System.out.println(&#8220;Seratusan: &#8220;+total3);<br />
System.out.println(&#8220;Lima Puluhan: &#8220;+total4);</p>
<p>}<br />
}</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/otok2.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/otok2.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/otok2.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/otok2.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/otok2.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/otok2.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/otok2.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/otok2.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/otok2.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/otok2.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/otok2.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/otok2.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/otok2.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/otok2.wordpress.com/189/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=otok2.wordpress.com&amp;blog=10300225&amp;post=189&amp;subd=otok2&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://otok2.wordpress.com/2011/09/22/java-script-operasi-hitung-dan-pemecahan-uang/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/575ce82804522c4b26a4d1a61e0c6b69?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">otok2</media:title>
		</media:content>
	</item>
		<item>
		<title>Comic by chickenstrip.org 26/07/2011</title>
		<link>http://otok2.wordpress.com/2011/07/26/comic-by-chickenstrip-org-26072011/</link>
		<comments>http://otok2.wordpress.com/2011/07/26/comic-by-chickenstrip-org-26072011/#comments</comments>
		<pubDate>Tue, 26 Jul 2011 01:12:05 +0000</pubDate>
		<dc:creator>otok2</dc:creator>
				<category><![CDATA[Chickenstrip Comik(Komik Kocak)]]></category>

		<guid isPermaLink="false">http://otok2.wordpress.com/?p=172</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=otok2.wordpress.com&amp;blog=10300225&amp;post=172&amp;subd=otok2&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://d.yimg.com/gg/u/c90f80ac853f146f3558eb8186cdbf771c91ed3c.png" width="440" height="534" /></p>
<p><img src="http://d.yimg.com/gg/u/1937b6e23a45975b324f491a9edcd46063291e6c.png" width="440" height="534" /></p>
<p><img src="http://chickenstrip.files.wordpress.com/2011/03/pcplus01-scaled500.png?w=440&#038;h=534" alt="chickenstrip.org" width="440" height="534" /></p>
<p><img src="http://d.yimg.com/gg/u/3e1522f7b8407445f26861592b5e7f4091da2ae0.png" alt="chickenstrip.org" width="440" height="534" /></p>
<p><img src="http://d.yimg.com/gg/u/4e2592838585b9aeb3dd22e664b2493fcbc191d0.png" alt="chickenstrip.org" width="440" height="534" /></p>
<p><img src="http://d.yimg.com/gg/u/6ef7be9526b9eab0bfa313d83d3b7fa23f920738.png" alt="chickenstrip.org" width="440" height="534" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/otok2.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/otok2.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/otok2.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/otok2.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/otok2.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/otok2.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/otok2.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/otok2.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/otok2.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/otok2.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/otok2.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/otok2.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/otok2.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/otok2.wordpress.com/172/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=otok2.wordpress.com&amp;blog=10300225&amp;post=172&amp;subd=otok2&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://otok2.wordpress.com/2011/07/26/comic-by-chickenstrip-org-26072011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/575ce82804522c4b26a4d1a61e0c6b69?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">otok2</media:title>
		</media:content>

		<media:content url="http://d.yimg.com/gg/u/c90f80ac853f146f3558eb8186cdbf771c91ed3c.png" medium="image" />

		<media:content url="http://d.yimg.com/gg/u/1937b6e23a45975b324f491a9edcd46063291e6c.png" medium="image" />

		<media:content url="http://chickenstrip.files.wordpress.com/2011/03/pcplus01-scaled500.png" medium="image">
			<media:title type="html">chickenstrip.org</media:title>
		</media:content>

		<media:content url="http://d.yimg.com/gg/u/3e1522f7b8407445f26861592b5e7f4091da2ae0.png" medium="image">
			<media:title type="html">chickenstrip.org</media:title>
		</media:content>

		<media:content url="http://d.yimg.com/gg/u/4e2592838585b9aeb3dd22e664b2493fcbc191d0.png" medium="image">
			<media:title type="html">chickenstrip.org</media:title>
		</media:content>

		<media:content url="http://d.yimg.com/gg/u/6ef7be9526b9eab0bfa313d83d3b7fa23f920738.png" medium="image">
			<media:title type="html">chickenstrip.org</media:title>
		</media:content>
	</item>
		<item>
		<title>Comic by chickenstrip.org 25/07/2011</title>
		<link>http://otok2.wordpress.com/2011/07/25/comic-by-chickenstrip-org-25072011/</link>
		<comments>http://otok2.wordpress.com/2011/07/25/comic-by-chickenstrip-org-25072011/#comments</comments>
		<pubDate>Mon, 25 Jul 2011 06:48:23 +0000</pubDate>
		<dc:creator>otok2</dc:creator>
				<category><![CDATA[Chickenstrip Comik(Komik Kocak)]]></category>

		<guid isPermaLink="false">http://otok2.wordpress.com/?p=134</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=otok2.wordpress.com&amp;blog=10300225&amp;post=134&amp;subd=otok2&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://meme.zenfs.com/u/f3e0bc6bbf060084494d48c987eb6aca9f2fbabf.png" alt="chickenstrip.org" width="440" height="534" /></p>
<p><img src="http://meme.zenfs.com/u/a48a706faeb4ff55de1b8746ff438e2eca6bb5fe.png" alt="chickenstrip.org" width="440" height="312" /></p>
<p><img src="http://mm.yimg.com/image/resize/*/550x4500/true/false/http%3A%2F%2Fmeme.zenfs.com%2Fu%2Fd22038f35b80932d5ee9aeab0d549d5453306409.png" alt="chickenstrip.org" width="440" height="312" /></p>
<p><img src="http://lh3.google.com/Dikiwinky/R8IWv4oF5TI/AAAAAAAABHw/Jftc5RFgWpc/s800/cc0084.gif" alt="chickenstrip.org" width="440" height="226" /></p>
<p><img src="http://d.yimg.com/gg/u/6f426d222336227c90c887176bcb7b9f91f659eb.png" alt="chickenstrip.org" width="440" height="312" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/otok2.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/otok2.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/otok2.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/otok2.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/otok2.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/otok2.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/otok2.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/otok2.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/otok2.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/otok2.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/otok2.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/otok2.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/otok2.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/otok2.wordpress.com/134/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=otok2.wordpress.com&amp;blog=10300225&amp;post=134&amp;subd=otok2&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://otok2.wordpress.com/2011/07/25/comic-by-chickenstrip-org-25072011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/575ce82804522c4b26a4d1a61e0c6b69?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">otok2</media:title>
		</media:content>

		<media:content url="http://meme.zenfs.com/u/f3e0bc6bbf060084494d48c987eb6aca9f2fbabf.png" medium="image">
			<media:title type="html">chickenstrip.org</media:title>
		</media:content>

		<media:content url="http://meme.zenfs.com/u/a48a706faeb4ff55de1b8746ff438e2eca6bb5fe.png" medium="image">
			<media:title type="html">chickenstrip.org</media:title>
		</media:content>

		<media:content url="http://mm.yimg.com/image/resize/*/550x4500/true/false/http%3A%2F%2Fmeme.zenfs.com%2Fu%2Fd22038f35b80932d5ee9aeab0d549d5453306409.png" medium="image">
			<media:title type="html">chickenstrip.org</media:title>
		</media:content>

		<media:content url="http://lh3.google.com/Dikiwinky/R8IWv4oF5TI/AAAAAAAABHw/Jftc5RFgWpc/s800/cc0084.gif" medium="image">
			<media:title type="html">chickenstrip.org</media:title>
		</media:content>

		<media:content url="http://d.yimg.com/gg/u/6f426d222336227c90c887176bcb7b9f91f659eb.png" medium="image">
			<media:title type="html">chickenstrip.org</media:title>
		</media:content>
	</item>
		<item>
		<title>DotA Theme Manager V4&#8230;.. ^_^</title>
		<link>http://otok2.wordpress.com/2011/07/23/dota-theme-manager-v4-_/</link>
		<comments>http://otok2.wordpress.com/2011/07/23/dota-theme-manager-v4-_/#comments</comments>
		<pubDate>Sat, 23 Jul 2011 01:00:43 +0000</pubDate>
		<dc:creator>otok2</dc:creator>
				<category><![CDATA[DotA Allstars]]></category>

		<guid isPermaLink="false">http://otok2.wordpress.com/?p=119</guid>
		<description><![CDATA[Hey guys, Did you ever think that playing DotA on the very same terrain all the time is boring? Is -terrain snow just not good enough? Are you looking for change? Well, that&#8217;s absolutely no problem! I proudly present: The DotA Theme Manager The DotA Theme Manager &#8211; in short: DTM &#8211; allows you to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=otok2.wordpress.com&amp;blog=10300225&amp;post=119&amp;subd=otok2&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hey guys,</p>
<p>Did you ever think that playing DotA on the very same terrain all the time is boring?<br />
Is -terrain snow just not good enough? Are you looking for <strong>change</strong>?</p>
<p>Well, that&#8217;s absolutely no problem!</p>
<p>I proudly present:</p>
<p><strong><a href="http://www.playdota.com/forums/redirect-to/?redirect=http%3A%2F%2Fdotathemes.com%2F" target="_blank">The DotA Theme Manager</a></strong></p>
<p>The DotA Theme Manager &#8211; in short: DTM &#8211; allows you to change the look of the terrain while still allowing you to play with people who do not use the DotA Theme Manager &#8211; on battle.net, garena, hamachi, just everywhere.</p>
<p>Multiple themes are available: Beach, Barrens, Snow, Hell, City and Highlands, all of them having a unique design!</p>
<p>Many of you will wonder how it works&#8230;well, it is simple: The DTM exchanges textures of terrain, trees and doodads in the MPQ files &#8211; basically the storing files for WC3. The process is easily reversible, not harming WC3 at all, and it causes no problems in the interaction with other players who do not use the DTM. A tiny negative point is that is also changes the textures for other maps which might look a bit bad, but if you restore it to original it works again, so it is never problematic.</p>
<p>If you are interested, I suggest you to take a look at the website:<br />
<a href="http://www.playdota.com/forums/redirect-to/?redirect=http%3A%2F%2Fwww.dotathemes.com%2F" target="_blank">http://www.dotathemes.com/</a></p>
<p>If you want to support the DotA Theme Manager:<br />
Just spread word of it! Far too few people know about it&#8217;s existance &#8211; put it into your signature (graphics coming soon <img title="Wink" src="http://media.playdota.com/forums/assault_fps/smilies/wink.gif" alt="" border="0" />), tell your friends about it, use it in DotA videos you create (I&#8217;d be thankful for credits), show off with it in LAN cafés.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/otok2.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/otok2.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/otok2.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/otok2.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/otok2.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/otok2.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/otok2.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/otok2.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/otok2.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/otok2.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/otok2.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/otok2.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/otok2.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/otok2.wordpress.com/119/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=otok2.wordpress.com&amp;blog=10300225&amp;post=119&amp;subd=otok2&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://otok2.wordpress.com/2011/07/23/dota-theme-manager-v4-_/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/575ce82804522c4b26a4d1a61e0c6b69?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">otok2</media:title>
		</media:content>

		<media:content url="http://media.playdota.com/forums/assault_fps/smilies/wink.gif" medium="image">
			<media:title type="html">Wink</media:title>
		</media:content>
	</item>
		<item>
		<title>DotA 6.72f Already Release!!! :D</title>
		<link>http://otok2.wordpress.com/2011/07/23/dota-6-72f-already-release-d/</link>
		<comments>http://otok2.wordpress.com/2011/07/23/dota-6-72f-already-release-d/#comments</comments>
		<pubDate>Sat, 23 Jul 2011 00:41:55 +0000</pubDate>
		<dc:creator>otok2</dc:creator>
				<category><![CDATA[DotA Allstars]]></category>

		<guid isPermaLink="false">http://otok2.wordpress.com/?p=111</guid>
		<description><![CDATA[Guys Dota 6.72f is already released this is the link for you to Download : &#160; DotA 6.72f<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=otok2.wordpress.com&amp;blog=10300225&amp;post=111&amp;subd=otok2&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Guys Dota 6.72f is already released this is the link for you to Download :</p>
<p>&nbsp;</p>
<p><a href="http://media.playdota.com/maps/eng/DotA%20v6.72f.w3x">DotA 6.72f</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/otok2.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/otok2.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/otok2.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/otok2.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/otok2.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/otok2.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/otok2.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/otok2.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/otok2.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/otok2.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/otok2.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/otok2.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/otok2.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/otok2.wordpress.com/111/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=otok2.wordpress.com&amp;blog=10300225&amp;post=111&amp;subd=otok2&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://otok2.wordpress.com/2011/07/23/dota-6-72f-already-release-d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/575ce82804522c4b26a4d1a61e0c6b69?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">otok2</media:title>
		</media:content>
	</item>
		<item>
		<title>Attitude Moklet : Attitude is Everything</title>
		<link>http://otok2.wordpress.com/2011/07/23/attitude-moklet-attitude-is-everything/</link>
		<comments>http://otok2.wordpress.com/2011/07/23/attitude-moklet-attitude-is-everything/#comments</comments>
		<pubDate>Fri, 22 Jul 2011 23:05:52 +0000</pubDate>
		<dc:creator>otok2</dc:creator>
				<category><![CDATA[Attitude Moklet]]></category>

		<guid isPermaLink="false">http://otok2.wordpress.com/?p=108</guid>
		<description><![CDATA[Attitude Is Everything “Attitude is a little thing, but can make big differences” (Sikap adalah suatu hal kecil, tetapi dapat menciptakan perbedaan yang besar) Sikap kita setiap saat punya peran yang sangat penting terhadap kesuksesan atau kebahagiaan kita masing-masing. Tapi sikap yang bagaimana, agar kita dapat merengkuh kesuksesan dan kebahagiaan? Tak lain adalah sikap “bersyukur” [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=otok2.wordpress.com&amp;blog=10300225&amp;post=108&amp;subd=otok2&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h3>Attitude Is Everything</h3>
<div id="post-body-6722218976681358922">“Attitude is a little thing, but can make big differences” (Sikap adalah suatu hal kecil, tetapi dapat menciptakan perbedaan yang besar)</p>
<p>Sikap kita setiap saat punya peran yang sangat penting terhadap kesuksesan atau kebahagiaan kita masing-masing. Tapi sikap yang bagaimana, agar kita dapat merengkuh kesuksesan dan kebahagiaan? Tak lain adalah sikap “bersyukur” atau berterima kasih kepada Tuhan atas apapun yang kita dapatkan di dunia ini, kendati cacat seperti Helen Keller sekalipun.</p>
<p>Sejumlah ilmuwan dari universitas terkemuka di dunia mengungkap bahwa manusia dapat menggali potensinya secara lebih mendalam dan luas dengan sikap yang positif. Yakni dengan bersyukur. Berdasarkan hasil penelitian terhadap ribuan orang-orang yang sukses dan terpelajar, berhasil disimpulkan bahwa 85% kesuksesan dari tiap-tiap individu dipengaruhi oleh sikap positif. Sedangkan kepemilikan skill atau technical expertise hanya berperan dari sisanya yang 15%.</p>
<p>Sikap positif juga mempunyai peran yang lebih besar di bidang bisnis jasa maupun bisnis pemasaran jaringan. Dapat dikatakan bahwa mencapai sukses di bisnis jasa maupun bisnis pemasaran jaringan sangatlah gampang, selama dilakukan dengan sikap yang positif. Ada sebuah kata-kata bijak yang menyebutkan, “Your attitude not aptitude determine your altitude” (Sikap anda, bukan bakat atau kecerdasan, yang akan menentukan tingkat kesuksesan anda).</p>
<p>Sikap positif dapat terus ditingkatkan, yang tentu saja memerlukan proses. Dimulai dari pengalaman dan kesadaran serta belajar untuk berpikir positif. Karena untuk mampu bersikap positif, seseorang akan dipengaruhi oleh beberapa faktor. Antara lain, faktor spiritual atau kemampuan untuk bersyukur, aspirasi atau kemampuan menciptakan impian, dan kekuatan atau semangat dalam diri manusia itu sendiri, pada akhirnya akan sangat mempengaruhi sikap seseorang.</p>
<p>Faktor-faktor tersebut memberikan kontrol terhadap sikap seseorang dalam memilih respon terbaik atas kejadian-kejadian yang dialami. Kekuatan spiritual berpengaruh terhadap kemampuan seseorang dalam melihat sisi positif dari setiap kejadian. Kekuatan keimanan menjadikan seseorang akan mampu mengartikan semua fenomena hidup ini sebagai pelajaran berharga, yang dapat membangkitkan nilai lebih dalam diri.</p>
<p>Selain itu, kekuatan spiritual juga merupakan kontrol yang sangat efisien terhadap sikap seseorang, sehingga orang itu tetap memiliki tekad yang kuat untuk berusaha dengan cara-cara yang positif tanpa kenal putus asa. Kekuatan spiritual mengarahkan sikap seseorang dan pikirannya kepada hal-hal yang positif, tidak dihantui oleh rasa tidak percaya diri, malas, dan sikap negatif lainnya. Sikap ini juga dipengaruhi impian. Seseorang yang selalu dapat memperbarui impian akan cenderung bersikap berani, rajin, percaya diri atau bersikap lebih positif.</p>
<p>Impian yang besar akan menjadikan seseorang berusaha mengadaptasikan sikap mereka menjadi penuh tenggang rasa, jujur, hormat, tegas, proaktif, berjiwa besar, dan lain sebagainya. Orang yang mempunyai impian akan selalu dapat mengendalikan sikap dengan pikirannya. Oleh sebab itu, letakkan satu standar yang lebih tinggi, sehingga potensi diri kita dapat ditingkatkan.</p>
<p>William Faulkner, seorang novelis peraih hadiah nobel, mengatakan, “Impikan dan bidiklah selalu lebih tinggi daripada yang anda sanggupi. Janganlah hanya bercita-cita lebih baik daripada pendahulu atau sesama anda. Cobalah menjadi lebih baik daripada diri sendiri.” Artinya, kita senantiasa memerlukan impian sebagai kontrol terhadap sikap dan mencapai kemajuan hidup yang berarti.</p>
<p>Selain impian, ada satu hal yang penting disini yaitu antusiasme. Kata itu berasal dari bahasa Yunani, yaitu en Theos, artinya “Tuhan bersamamu” (Saat kita sedang bersemangat, pada saat itulah Tuhan senantiasa mendampingi kita). Dengan semangat itulah manusia menciptakan impian yang lebih besar, berusaha memperoleh kemajuan-kemajuan serta mencapai sukses. Elbert Hubbart pun menegaskan, “Nothing great has ever been accomplished without enthusiasm” (Tidak ada satupun kemajuan menakjubkan yang pernah diraih tanpa antusiasme). Semangat dapat terus ditingkatkan dengan mengisi setiap detik waktu kita dengan kebiasaan-kebiasaan yang konstruktif. Kebiasaan-kebiasaan positif itu diantaranya mendengar, membaca, berbicara dan bergaul dengan orang yang positif.&lt;Source: Kaskus&gt;</p></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/otok2.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/otok2.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/otok2.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/otok2.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/otok2.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/otok2.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/otok2.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/otok2.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/otok2.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/otok2.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/otok2.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/otok2.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/otok2.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/otok2.wordpress.com/108/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=otok2.wordpress.com&amp;blog=10300225&amp;post=108&amp;subd=otok2&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://otok2.wordpress.com/2011/07/23/attitude-moklet-attitude-is-everything/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/575ce82804522c4b26a4d1a61e0c6b69?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">otok2</media:title>
		</media:content>
	</item>
		<item>
		<title>Sejarah Bahasa Pemrograman JAVA</title>
		<link>http://otok2.wordpress.com/2011/07/23/sejarah-bahasa-pemrograman-java/</link>
		<comments>http://otok2.wordpress.com/2011/07/23/sejarah-bahasa-pemrograman-java/#comments</comments>
		<pubDate>Fri, 22 Jul 2011 23:01:55 +0000</pubDate>
		<dc:creator>otok2</dc:creator>
				<category><![CDATA[JAVA]]></category>

		<guid isPermaLink="false">http://otok2.wordpress.com/?p=103</guid>
		<description><![CDATA[Sejarah Singkat JAVA Pada   1991,   sekelompok   insinyur   Sun   dipimpin   oleh   Patrick   Naughton   dan   James Gosling ingin merancang bahasa komputer untuk perangkat konsumer seperti cable TV   Box.   Karena   perangkat   tersebut   tidak   memiliki   banyak   memori,   bahasa   harus [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=otok2.wordpress.com&amp;blog=10300225&amp;post=103&amp;subd=otok2&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h3>Sejarah Singkat JAVA</h3>
<div id="post-body-2391304478170551985">
<div><a href="http://otok2.files.wordpress.com/2011/07/java.jpg?w=300"><img src="http://otok2.files.wordpress.com/2011/07/java.jpg?w=300" alt="" border="0" /></a></div>
<p>Pada   1991,   sekelompok   insinyur   Sun   dipimpin   oleh   Patrick   Naughton   dan   James<br />
Gosling ingin merancang bahasa komputer untuk perangkat konsumer seperti cable<br />
TV   Box.   Karena   perangkat   tersebut   tidak   memiliki   banyak   memori,   bahasa   harus<br />
berukuran      kecil  dan   mengandung       kode  yang     liat.  Juga  karena    manufaktur     –<br />
manufaktur   berbeda   memilih  processor         yang   berbeda   pula,   maka   bahasa   harus<br />
bebas dari manufaktur manapun. Proyek diberi nama kode ”Green”.</p>
<p>Kebutuhan   untuk   fleksibilitas,   kecil,  liat   dan   kode   yang   netral   terhadap platform<br />
mengantar tim mempelajari implementasi Pascal yang pernah dicoba. Niklaus Wirth,<br />
pencipta     bahasa    Pascal   telah   merancang      bahasa    portabel   yang    menghasilkan<br />
intermediate   code   untuk   mesin   hipotesis.   Mesin   ini   sering   disebut   dengan   mesin<br />
maya  (virtual   machine).   Kode   ini   kemudian   dapat   digunakan   di   sembarang   mesin<br />
yang memiliki interpreter. Proyek Green menggunakan mesin maya untuk mengatasi<br />
isu utama tentang netral terhadap arsitektur mesin.</p>
<p>Karena     orang   –  orang   di  proyek    Green   berbasis   C++    dan   bukan    Pascal   maka<br />
kebanyakan sintaks diambil dari C++, serta mengadopsi orientasi objek dan bukan<br />
prosedural. Mulanya bahasa yang diciptakan diberi nama ”Oak” oleh James Gosling<br />
yang mendapat inspirasi dari sebuah pohon yang berada pada seberang kantornya,<br />
namun dikarenakan nama Oak sendiri merupakan nama bahasa pemrograman yang<br />
telah   ada   sebelumnya,   kemudian   SUN   menggantinya   dengan   JAVA.   Nama   JAVA<br />
sendiri   terinspirasi   pada   saat   mereka   sedang   menikmati   secangkir   kopi   di   sebuah<br />
kedai     kopi   yang    kemudian     dengan     tidak   sengaja     salah   satu   dari   mereka<br />
menyebutkan   kata   JAVA   yang   mengandung   arti   asal   bijih   kopi.   Akhirnya   mereka<br />
sepakat untuk memberikan nama bahasa pemrograman tersebut dengan nama Java.&lt;Source:<a href="http://chef-arman.blogspot.com/2011/07/sejarah-singkat-java.html">http://chef-arman.blogspot.com/2011/07/sejarah-singkat-java.html</a>&gt;</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/otok2.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/otok2.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/otok2.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/otok2.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/otok2.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/otok2.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/otok2.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/otok2.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/otok2.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/otok2.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/otok2.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/otok2.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/otok2.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/otok2.wordpress.com/103/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=otok2.wordpress.com&amp;blog=10300225&amp;post=103&amp;subd=otok2&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://otok2.wordpress.com/2011/07/23/sejarah-bahasa-pemrograman-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/575ce82804522c4b26a4d1a61e0c6b69?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">otok2</media:title>
		</media:content>

		<media:content url="http://otok2.files.wordpress.com/2011/07/java.jpg?w=300" medium="image" />
	</item>
		<item>
		<title>DotA 6.71b Already Released Guys !! ^^</title>
		<link>http://otok2.wordpress.com/2011/01/26/dota-6-71b-already-released-guys/</link>
		<comments>http://otok2.wordpress.com/2011/01/26/dota-6-71b-already-released-guys/#comments</comments>
		<pubDate>Wed, 26 Jan 2011 02:29:29 +0000</pubDate>
		<dc:creator>otok2</dc:creator>
				<category><![CDATA[DotA Allstars]]></category>

		<guid isPermaLink="false">http://otok2.wordpress.com/?p=82</guid>
		<description><![CDATA[Dota 6.71b Map Download &#8211; Dota-Allstars 6.71b Official Map has just released! It seems there&#8217;s a really game breaking bug which occur on the DotA 6.71 and force IceFrog to release the map after just around 2 days. Check out the changelogs and download link below! Dota 6.71b Changelogs: * Fixed a bug with Zeus&#8217;s [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=otok2.wordpress.com&amp;blog=10300225&amp;post=82&amp;subd=otok2&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="/Users/Lockon%20Stratos/Pictures/dota670_Loadscreen2.jpg" alt="" />Dota 6.71b Map Download &#8211; Dota-Allstars 6.71b Official Map has just released! It seems there&#8217;s a really game breaking bug which occur on the <a href="http://www.dota-blog.com/2010/12/dota-671-map-official-dota-allstars-671.html">DotA 6.71</a> and force IceFrog to release the map after just around 2 days. Check out the changelogs and download link below!</p>
<p>Dota 6.71b Changelogs:<br />
<a name="more"></a>* Fixed a bug with Zeus&#8217;s Aghanim upgrade<br />
* Fixed a bug with Flesh Heap</p>
<p>Dota 6.71b Download Link</p>
<p><a href="http://warcraft.gamewebz.com/dota-allstars-6-71b-map-download.htm">Dota 6.71b Download</a> &#8211; <a href="http://warcraft.gamewebz.com/" target="_blank">GameWebZ</a> Mirror<br />
<a href="http://www.getdota.com/map_archive/map/422/lang/en" rel="nofollow" target="_blank">Dota 6.71b Download</a> &#8211; GetDota Mirror</p>
<p><strong>Note</strong>: Don&#8217;t wanna miss the next map? <a href="http://feedburner.google.com/fb/a/mailverify?uri=DotaAllstarsBlog&amp;loc=en_US" rel="nofollow" target="_blank">Subscribe our feed</a> and we will deliver the latest Dota-Allstars map updates to <a href="http://feedburner.google.com/fb/a/mailverify?uri=DotaAllstarsBlog&amp;loc=en_US" rel="nofollow" target="_blank">your email</a> or <a href="http://feeds.feedburner.com/DotaAllstarsBlog" rel="nofollow" target="_blank">RSS reader</a>.</p>
<p>Nice response from IceFrog. You can check the bug <a href="http://www.dota-blog.com/2011/01/dota-671-bug-zeus-bug-with-thundergods.html">here</a>. Hope there won&#8217;t be any fatal bug on this version. Enjoy the play guys! <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/otok2.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/otok2.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/otok2.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/otok2.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/otok2.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/otok2.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/otok2.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/otok2.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/otok2.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/otok2.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/otok2.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/otok2.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/otok2.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/otok2.wordpress.com/82/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=otok2.wordpress.com&amp;blog=10300225&amp;post=82&amp;subd=otok2&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://otok2.wordpress.com/2011/01/26/dota-6-71b-already-released-guys/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/575ce82804522c4b26a4d1a61e0c6b69?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">otok2</media:title>
		</media:content>
	</item>
		<item>
		<title>6.70c already released</title>
		<link>http://otok2.wordpress.com/2011/01/11/6-70c-already-released/</link>
		<comments>http://otok2.wordpress.com/2011/01/11/6-70c-already-released/#comments</comments>
		<pubDate>Tue, 11 Jan 2011 13:04:24 +0000</pubDate>
		<dc:creator>otok2</dc:creator>
		
		<guid isPermaLink="false">http://otok2.wordpress.com/?p=78</guid>
		<description><![CDATA[Dota 6.70c Map Download &#8211; Dota-Allstars 6.70c Official Map coming out! Just a day after DotA 6.70b released, another patch is coming out. I guess there&#8217;s some important bug that must be fixed immediately. Without further ado, here are the DotA 6.70c! Dota 6.70c Changelogs: * Fix a couple of important bugs Dota 6.70c Download [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=otok2.wordpress.com&amp;blog=10300225&amp;post=78&amp;subd=otok2&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Dota 6.70c Map Download &#8211; Dota-Allstars 6.70c Official Map coming out! Just a day after <a href="http://www.dota-blog.com/2010/12/dota-670b-map-official-dota-allstars.html">DotA 6.70b</a> released, another patch is coming out. I guess there&#8217;s some important  bug that must be fixed immediately. Without further ado, here are the <strong>DotA 6.70c</strong>!<br />
<a name="more"></a></p>
<p>Dota 6.70c Changelogs:<br />
* Fix a couple of important bugs</p>
<p>Dota 6.70c Download Link<br />
<a href="http://warcraft.gamewebz.com/dota-allstars-6-70c-map-download.htm">Dota 6.70c Download</a> &#8211; <a href="http://warcraft.gamewebz.com/" target="_blank">GameWebZ</a> Mirror<br />
<a rel="nofollow" href="http://www.getdota.com/map_archive/map/405/lang/en" target="_blank">Dota 6.70c Download</a> &#8211; GetDota Mirror</p>
<p><strong>Note</strong>: Don&#8217;t wanna miss the next map? <a rel="nofollow" href="http://feedburner.google.com/fb/a/mailverify?uri=DotaAllstarsBlog&amp;loc=en_US" target="_blank">Subscribe our feed</a> and we will deliver the latest Dota-Allstars map updates to <a rel="nofollow" href="http://feedburner.google.com/fb/a/mailverify?uri=DotaAllstarsBlog&amp;loc=en_US" target="_blank">your email</a> or <a rel="nofollow" href="http://feeds.feedburner.com/DotaAllstarsBlog" target="_blank">RSS reader</a>.</p>
<p>Yeah, i guess new contents really prone to bugs. Glad IceFrog can fixed it fast. Enjoy the new map guys!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/otok2.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/otok2.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/otok2.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/otok2.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/otok2.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/otok2.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/otok2.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/otok2.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/otok2.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/otok2.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/otok2.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/otok2.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/otok2.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/otok2.wordpress.com/78/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=otok2.wordpress.com&amp;blog=10300225&amp;post=78&amp;subd=otok2&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://otok2.wordpress.com/2011/01/11/6-70c-already-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/575ce82804522c4b26a4d1a61e0c6b69?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">otok2</media:title>
		</media:content>
	</item>
		<item>
		<title>New Patch 1.24c Will Release</title>
		<link>http://otok2.wordpress.com/2009/11/23/new-patch-1-24c-will-release/</link>
		<comments>http://otok2.wordpress.com/2009/11/23/new-patch-1-24c-will-release/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 05:47:14 +0000</pubDate>
		<dc:creator>otok2</dc:creator>
		
		<guid isPermaLink="false">http://otok2.wordpress.com/2009/11/23/new-patch-1-24c-will-release/</guid>
		<description><![CDATA[Looks like the Warcraft 1.24c Patch has been live on Westfall server (PTR) since November 12. As usual, this means that the new Warcraft 1.24c Patch is entering the Beta phase and on a couple of days/weeks it will be released into the other Battle.net server. This patch intended to optimizing the map editor and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=otok2.wordpress.com&amp;blog=10300225&amp;post=76&amp;subd=otok2&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Looks like the Warcraft 1.24c Patch has been live on Westfall server (PTR) since November 12. As usual, this means that the new Warcraft 1.24c Patch is entering the Beta phase and on a couple of days/weeks it will be released into the other Battle.net server. This patch intended to optimizing the map editor and fix some other bug. Especially the &#8220;Chapter Six: The Culling&#8221; human campaign map that cannot be loaded on the previous Warcraft 1.24b Patch.</p>
<p>Warcraft Patch 1.24c Changelogs</p>
<p>    FIXES<br />
    &#8211; Fixed a problem with the &#8220;Chapter Six: The Culling&#8221; human campaign map<br />
    that was preventing it from loading.<br />
    &#8211; Fixed an issue that allowed JASS functions to return incorrect values<br />
    under certain conditions.<br />
    &#8211; Fixed an issue that caused the TriggerEvaluate native to return<br />
    incorrect values under certain conditions.<br />
    &#8211; Fixed a minor memory leak when using GroupEnum natives.<br />
    &#8211; Fixed a crash when using the CreateImage native on PPC Mac.<br />
    &#8211; Updated Mac World Editor to work with recent JASS changes.</p>
<p>Hopefully this patch will make the Warcraft III more stable. There&#8217;s no exact release date yet, so we cannot know if this patch went into public server before Dota 6.65 come out or not. Happy waiting! ^^ </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/otok2.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/otok2.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/otok2.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/otok2.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/otok2.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/otok2.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/otok2.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/otok2.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/otok2.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/otok2.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/otok2.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/otok2.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/otok2.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/otok2.wordpress.com/76/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=otok2.wordpress.com&amp;blog=10300225&amp;post=76&amp;subd=otok2&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://otok2.wordpress.com/2009/11/23/new-patch-1-24c-will-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/575ce82804522c4b26a4d1a61e0c6b69?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">otok2</media:title>
		</media:content>
	</item>
	</channel>
</rss>
