<?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>Agoesth's Weblog</title>
	<atom:link href="http://agoesth.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://agoesth.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Sun, 05 Oct 2008 10:18:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='agoesth.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Agoesth's Weblog</title>
		<link>http://agoesth.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://agoesth.wordpress.com/osd.xml" title="Agoesth&#039;s Weblog" />
	<atom:link rel='hub' href='http://agoesth.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Double the speed of Firefox</title>
		<link>http://agoesth.wordpress.com/2008/04/13/double-the-speed-of-firefox/</link>
		<comments>http://agoesth.wordpress.com/2008/04/13/double-the-speed-of-firefox/#comments</comments>
		<pubDate>Sat, 12 Apr 2008 18:25:03 +0000</pubDate>
		<dc:creator>agus taufik hidayat</dc:creator>
				<category><![CDATA[1]]></category>

		<guid isPermaLink="false">http://agoesth.wordpress.com/?p=29</guid>
		<description><![CDATA[1. Type about:config in the address bar and then press Enter. 2. In the filter search bar type network.http.pipelining. Be sure the value field is set true,if not double-click to set true. HTTP is the application-layer protocol that most web pages are transferred with. In HTTP 1.1, multiple requests can be sent before any responses [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=agoesth.wordpress.com&amp;blog=2889580&amp;post=29&amp;subd=agoesth&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>1. Type about:config in the address bar and then press Enter.</p>
<p>2. In the filter search bar type network.http.pipelining. Be sure the value field is set<br />
true,if not double-click to set true.<br />
HTTP is the application-layer protocol that most web pages are transferred with. In<br />
HTTP 1.1, multiple requests can be sent before any responses are received. This is known<br />
as pipelining. Pipelining reduces page loading times, but not all servers support it.</p>
<p>3. Go back to the filter search bar and type network.http.pipelining.maxrequests.<br />
Double-click this option and set its value to 8.</p>
<p>4. In the filter search bar and type network.http.proxy.pipelining. Once opened doubleclick<br />
on it and set it to true.</p>
<p>5. In IPv6-capable DNS servers, an IPv4 address may be returned when an IPv6 address<br />
is requested. It is possible for Mozilla to recover from this misinformation, but a<br />
significant delay is introduced.<br />
Type network.dns.disableIPv6 in the filter search bar and set this option to true by<br />
double clicking on it.</p>
<p>6. CONTENT INTERRUPT PARSING<br />
This preference controls if the application will interrupt parsing a page to respond to UI<br />
events. It does not exist by default.<br />
Right-click (Apple users ctrl-click) anywhere in the about:config window, select New<br />
and then Boolean from the pop-up menu. Then:<br />
A. Enter content.interrupt.parsing in the New boolean value pop-up window and click<br />
OK<br />
B. When prompted to choose the value for the new boolean, select true and click OK.</p>
<p>7. Rather than wait until a page has completely downloaded to display it to the user,<br />
Mozilla applications will regularly render what has been received to that point. This<br />
option controls the maximum amount of time the application will be unresponsive while<br />
rendering pages.<br />
Right-click (Apple users ctrl-click) anywhere in the about:config window, select New<br />
and then Integer from the pop-up menu.<br />
A. Enter content.max.tokenizing.time in the New integer value pop-up window and<br />
click OK<br />
B. You will be prompted to enter a value. Enter 2250000 and click OK.</p>
<p>8. CONTENT NOTIFY INTERVAL<br />
This option sets the minimum amount of time to wait between reflows. Right-click<br />
(Apple users ctrl-click) anywhere in the about:config window, select New and then<br />
Integer from the pop-up menu.<br />
A. Type content.notify.interval in the New integer value pop-up window and click OK.<br />
B. You will be prompted to enter a value. Enter 750000 and click OK.</p>
<p>9. CONTENT NOTIFY ONTIMER<br />
A. This option sets if to reflow pages at an interval any higher than that specified by<br />
content.notify.interval. Right-click (Apple users ctrl-click) anywhere in the<br />
about:config window and select New and then Boolean from the pop-up menu.<br />
B. Type content.notify.ontimer in the New boolean value pop-up window and click OK.<br />
C. You will be prompted to choose the value for the new boolean. Select true and click<br />
OK.</p>
<p>10. Notify Backoffcount<br />
This option controls the maximum number of times the content will do timer-based<br />
reflows. After this number has been reached, the page will only reflow once it is finished<br />
downloading. Right-click (Apple users ctrl-click) anywhere in the about:config window<br />
and select New and then Integer from the pop-up menu.<br />
A. Enter content.notify.backoffcount in the New integer value pop-up window and click<br />
OK.<br />
B. You will be prompted to enter a value. Enter 5 and click OK.</p>
<p>11. CONTENT SWITCH THRESHOLD<br />
You can interact with a loading page when content.interrupt.parsing is set to true.<br />
When a page is loading, the application has two modes: a high frequency interrupt mode<br />
and a low frequency interrupt mode. The first one interrupts the parser more frequently to<br />
allow for greater UI responsiveness during page load.<br />
The low frequency interrupt mode interrupts the parser less frequently to allow for<br />
quicker page load. The application enters high frequency interrupt mode when you move<br />
the mouse or type on the keyboard and switch back to low frequency mode when you had<br />
no activity for a certain amount of time. This preference controls that amount of time.<br />
Right-click (Apple users ctrl-click) anywhere in the about:config window and select<br />
New and then Integer from the pop-up menu.<br />
A. Enter content.switch.threshold in the New integer value pop-up window and click<br />
OK.<br />
B. You will be prompted to enter a value. Enter 750000 and click OK.</p>
<p>12. NGLAYOUT INITIALPAINT DELAY<br />
Mozilla applications render web pages incrementally, they display what’s been received<br />
of a page before the entire page has been downloaded. Since the start of a web page<br />
normally doesn’t have much useful information to display, Mozilla applications will wait<br />
a short interval before first rendering a page. This preference controls that interval. Rightclick<br />
(Apple users ctrl-click) anywhere in the about:config window and select New and<br />
then Integer from the pop-up menu.<br />
A. Enter nglayout.initialpaint.delay in the New integer value pop-up window and click<br />
OK.<br />
B. You will be prompted to enter a value. Enter 0 and click OK.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/agoesth.wordpress.com/29/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/agoesth.wordpress.com/29/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/agoesth.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/agoesth.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/agoesth.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/agoesth.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/agoesth.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/agoesth.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/agoesth.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/agoesth.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/agoesth.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/agoesth.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/agoesth.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/agoesth.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/agoesth.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/agoesth.wordpress.com/29/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=agoesth.wordpress.com&amp;blog=2889580&amp;post=29&amp;subd=agoesth&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://agoesth.wordpress.com/2008/04/13/double-the-speed-of-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dfd2ecaa85d0e3c376589c819420bdb6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">agoesth</media:title>
		</media:content>
	</item>
		<item>
		<title>ClustrMaps</title>
		<link>http://agoesth.wordpress.com/2008/03/10/20/</link>
		<comments>http://agoesth.wordpress.com/2008/03/10/20/#comments</comments>
		<pubDate>Mon, 10 Mar 2008 14:15:02 +0000</pubDate>
		<dc:creator>agus taufik hidayat</dc:creator>
				<category><![CDATA[No Category]]></category>

		<guid isPermaLink="false">http://agoesth.wordpress.com/?p=20</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=agoesth.wordpress.com&amp;blog=2889580&amp;post=20&amp;subd=agoesth&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www4.clustrmaps.com/counter/maps.php?url=http://agoesth.wordpress.com/" id="clustrMapsLink"><img src="http://www4.clustrmaps.com/counter/index2.php?url=http://agoesth.wordpress.com/" style="border:0 none;" alt="Locations of visitors to this page" /><br />
</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/agoesth.wordpress.com/20/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/agoesth.wordpress.com/20/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/agoesth.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/agoesth.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/agoesth.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/agoesth.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/agoesth.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/agoesth.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/agoesth.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/agoesth.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/agoesth.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/agoesth.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/agoesth.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/agoesth.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/agoesth.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/agoesth.wordpress.com/20/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=agoesth.wordpress.com&amp;blog=2889580&amp;post=20&amp;subd=agoesth&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://agoesth.wordpress.com/2008/03/10/20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dfd2ecaa85d0e3c376589c819420bdb6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">agoesth</media:title>
		</media:content>

		<media:content url="http://www4.clustrmaps.com/counter/index2.php?url=http://agoesth.wordpress.com/" medium="image">
			<media:title type="html">Locations of visitors to this page</media:title>
		</media:content>
	</item>
		<item>
		<title>Your IP Address</title>
		<link>http://agoesth.wordpress.com/2008/03/10/18/</link>
		<comments>http://agoesth.wordpress.com/2008/03/10/18/#comments</comments>
		<pubDate>Mon, 10 Mar 2008 14:12:51 +0000</pubDate>
		<dc:creator>agus taufik hidayat</dc:creator>
				<category><![CDATA[No Category]]></category>

		<guid isPermaLink="false">http://agoesth.wordpress.com/?p=18</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=agoesth.wordpress.com&amp;blog=2889580&amp;post=18&amp;subd=agoesth&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.wieistmeineip.de/cometo/?en"><img src="http://www.wieistmeineip.de/ip-address/?size=468x60" alt="IP" border="0" height="60" width="468" /></a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/agoesth.wordpress.com/18/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/agoesth.wordpress.com/18/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/agoesth.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/agoesth.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/agoesth.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/agoesth.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/agoesth.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/agoesth.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/agoesth.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/agoesth.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/agoesth.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/agoesth.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/agoesth.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/agoesth.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/agoesth.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/agoesth.wordpress.com/18/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=agoesth.wordpress.com&amp;blog=2889580&amp;post=18&amp;subd=agoesth&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://agoesth.wordpress.com/2008/03/10/18/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dfd2ecaa85d0e3c376589c819420bdb6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">agoesth</media:title>
		</media:content>

		<media:content url="http://www.wieistmeineip.de/ip-address/?size=468x60" medium="image">
			<media:title type="html">IP</media:title>
		</media:content>
	</item>
		<item>
		<title>Gallery</title>
		<link>http://agoesth.wordpress.com/2008/03/06/automattic/</link>
		<comments>http://agoesth.wordpress.com/2008/03/06/automattic/#comments</comments>
		<pubDate>Thu, 06 Mar 2008 13:22:54 +0000</pubDate>
		<dc:creator>agus taufik hidayat</dc:creator>
				<category><![CDATA[1]]></category>
		<category><![CDATA[No Category]]></category>

		<guid isPermaLink="false">http://agoesth.wordpress.com/2008/03/06/automattic/</guid>
		<description><![CDATA[Automattic ,<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=agoesth.wordpress.com&amp;blog=2889580&amp;post=17&amp;subd=agoesth&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://automattic.com/">A</a><a href="http://automattic.com/">ut</a><a href="http://automattic.com/">oma</a><a href="http://automattic.com/">tti</a><a href="http://automattic.com/">c</a><br />
<a href="void(0)" id="file-link-22" title="pb.jpg" class="file-link image"></a><a href="void(0)" id="file-link-10" title="3127pef1.gif" class="file-link image"></a><a href="void(0)" id="file-link-16" title="macl6s1.jpg" class="file-link image"> </a><a href="http://agoesth.wordpress.com/2008/03/06/automattic/28/" rel="attachment wp-att-28" title="girl.jpg"><img src="http://agoesth.files.wordpress.com/2008/03/girl.thumbnail.jpg?w=468" alt="girl.jpg" /></a><a href="void(0)" id="file-link-16" title="macl6s1.jpg" class="file-link image">  			<img src="http://agoesth.files.wordpress.com/2008/03/macl6s1.thumbnail.jpg?w=468" /></a><a href="void(0)" id="file-link-10" title="3127pef1.gif" class="file-link image"><img src="http://agoesth.files.wordpress.com/2008/02/3127pef1.gif?w=128" alt="3127pef1.gif" width="128" /></a><br />
<a href="http://www4.clustrmaps.com/counter/maps.php?url=http://agoesth.wordpress.com/" id="clustrMapsLink"><br />
</a>,<span style='text-align:center;display:block;'><object width='400' height='330' type='application/x-shockwave-flash' data='http://video.google.com/googleplayer.swf?docId=-8459301055248673864'><param name='allowScriptAccess' value='never' /><param name='movie' value='http://video.google.com/googleplayer.swf?docId=-8459301055248673864'/><param name='quality' value='best'/><param name='bgcolor' value='#ffffff' /><param name='scale' value='noScale' /><param name='wmode' value='opaque' /></object></span></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/agoesth.wordpress.com/17/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/agoesth.wordpress.com/17/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/agoesth.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/agoesth.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/agoesth.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/agoesth.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/agoesth.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/agoesth.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/agoesth.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/agoesth.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/agoesth.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/agoesth.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/agoesth.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/agoesth.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/agoesth.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/agoesth.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=agoesth.wordpress.com&amp;blog=2889580&amp;post=17&amp;subd=agoesth&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://agoesth.wordpress.com/2008/03/06/automattic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dfd2ecaa85d0e3c376589c819420bdb6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">agoesth</media:title>
		</media:content>

		<media:content url="http://agoesth.files.wordpress.com/2008/03/girl.thumbnail.jpg" medium="image">
			<media:title type="html">girl.jpg</media:title>
		</media:content>

		<media:content url="http://agoesth.files.wordpress.com/2008/03/macl6s1.thumbnail.jpg" medium="image" />

		<media:content url="http://agoesth.files.wordpress.com/2008/02/3127pef1.gif" medium="image">
			<media:title type="html">3127pef1.gif</media:title>
		</media:content>
	</item>
	</channel>
</rss>
