<?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/"
	>

<channel>
	<title>Webstuffshare - Learn and share. The simplest harmony. &#187; Optimization</title>
	<atom:link href="http://www.webstuffshare.com/tag/optimization/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webstuffshare.com</link>
	<description>Learn and share. The simplest harmony.</description>
	<lastBuildDate>Tue, 04 Oct 2011 02:11:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Krumo : Debugging in Human Readable Information</title>
		<link>http://www.webstuffshare.com/2010/02/krumo-debugging-in-human-readable-information/</link>
		<comments>http://www.webstuffshare.com/2010/02/krumo-debugging-in-human-readable-information/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 08:45:50 +0000</pubDate>
		<dc:creator>Hidayat Sagita</dc:creator>
				<category><![CDATA[Stuff]]></category>
		<category><![CDATA[Debugging]]></category>
		<category><![CDATA[Free Stuff]]></category>
		<category><![CDATA[Optimization]]></category>

		<guid isPermaLink="false">http://www.webstuffshare.com/?p=1347</guid>
		<description><![CDATA[Krumo is a php plugin to replace built-in debugging function in PHP, print_r() and var_dump(). Krumo doesn&#8217;t replace these functionality but only help us presenting readable debugged information such as [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.webstuffshare.com/wp-content/plugins/simple-post-thumbnails/timthumb.php?src=/wp-content/thumbnails/1347.jpg&amp;w=200&amp;h=150&amp;zc=1&amp;ft=jpg' alt='post thumbnail' /></p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-1352" title="Picture 1" src="http://www.webstuffshare.com/http://www.webstuffshare.com/wp-content/uploads/2010/02/Picture-120.png" alt="Picture 1" width="522" height="178" /></p>
<p><br/></p>
<p><strong><a title="Go to Krumo homepage" href="http://krumo.kaloyan.info/" target="_blank">Krumo</a></strong> is a php plugin to replace built-in debugging function in PHP, <strong>print_r()</strong> and <strong>var_dump()</strong>. Krumo doesn&#8217;t replace these functionality but only help us presenting readable debugged information such as PHP variable, declared class, predefined variable (<strong>$_POST</strong>, <strong>$_GET</strong>, <strong>$_SESSION</strong>, <strong>$_SERVER</strong>), etc.</p>
<p>Krumo not just give us readable debugged information in collapsible DHTML tree and nice CSS looks but also give us information code line information that its function was called, so we can keep track the origin of each dump you see on the screen.</p>
<p>Try how Krumo works at its own <a title="Go to view Krumo example" href="http://krumo.kaloyan.info/#example" target="_blank">homepage</a> and download Krumo at <a title="Go to download Krumo" href="http://sourceforge.net/project/showfiles.php?group_id=194198" target="_blank">sourceforge.net</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webstuffshare.com/2010/02/krumo-debugging-in-human-readable-information/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Modernizr</title>
		<link>http://www.webstuffshare.com/2009/12/modernizr/</link>
		<comments>http://www.webstuffshare.com/2009/12/modernizr/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 04:05:46 +0000</pubDate>
		<dc:creator>Hidayat Sagita</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Free Stuff]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Optimization]]></category>

		<guid isPermaLink="false">http://www.webstuffshare.com/?p=545</guid>
		<description><![CDATA[Modernizr is a JavaScript library that helps you use the features in either CSS3 or HTML5 in order to easily control the fallbacks on browsers which not support those features. [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.webstuffshare.com/wp-content/plugins/simple-post-thumbnails/timthumb.php?src=/wp-content/thumbnails/545.png&amp;w=200&amp;h=150&amp;zc=1&amp;ft=jpg' alt='post thumbnail' /></p>
<p><a title="Go to Modernizr homepage" href="http://www.modernizr.com/" target="_blank">Modernizr</a> is a JavaScript library that helps you use the features in either CSS3 or HTML5 in order to easily control the fallbacks on browsers which not support those <a title="Go to Modernizr features" href="http://www.modernizr.com/#features" target="_blank">features</a>. In other words, you can be flexible in using the HTML5 elements such as ,  and  without being bothered those elements won&#8217;t run appropriately on the Internet Explorer.</p>
<p>The mechanism of Modernizr is to make self-titled JavaScript object containing properties for every feature. If the browsers supports the property, it will evaluate <em>true</em>, if it doesn&#8217;t, it will be <em>false</em>.</p>
<p>We would like to underline that this plugin <strong>doesn&#8217;t add</strong> any feature which is not available on browser, but rather detect its native availability. Then it offers you an alternative to use the feature on that browser according to its ability that has been detected before. Now you can try this smart Modernizr by downloading it <a title="Go to Modernizr download" href="http://www.modernizr.com/#submit" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webstuffshare.com/2009/12/modernizr/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Speed Tracer</title>
		<link>http://www.webstuffshare.com/2009/12/speed-tracer/</link>
		<comments>http://www.webstuffshare.com/2009/12/speed-tracer/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 00:46:40 +0000</pubDate>
		<dc:creator>Hidayat Sagita</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Free Stuff]]></category>
		<category><![CDATA[Optimization]]></category>

		<guid isPermaLink="false">http://www.webstuffshare.com/?p=400</guid>
		<description><![CDATA[Speed Tracer is a Google Chrome extension that helps you identify and fix performance problems in your web applications. This tool can help you to be able to get a [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.webstuffshare.com/wp-content/plugins/simple-post-thumbnails/timthumb.php?src=/wp-content/thumbnails/400.png&amp;w=200&amp;h=150&amp;zc=1&amp;ft=jpg' alt='post thumbnail' /></p>
<p><a title="Go to Speed Tracer homepage" href="http://code.google.com/webtoolkit/speedtracer/" target="_blank">Speed Tracer</a> is a Google Chrome extension that helps you identify and fix performance problems in your web applications. This tool can help you to be able to get a better picture of where time is being spent in your application including JavaScript parsing and execution, layout CSS style recalculation and selector matching, DOM event handling, XHR Request callbacks, etc.</p>
<p>You can get start to use Speed Tracer <a title="Getting Started Speed Tracer" href="http://code.google.com/webtoolkit/speedtracer/get-started.html" target="_blank">here</a> and see some example <a title="Go to Speed Tracer example" href="http://code.google.com/webtoolkit/speedtracer/speed-tracer-examples.html" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webstuffshare.com/2009/12/speed-tracer/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Smush.it</title>
		<link>http://www.webstuffshare.com/2009/12/smush-it/</link>
		<comments>http://www.webstuffshare.com/2009/12/smush-it/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 00:03:53 +0000</pubDate>
		<dc:creator>Hidayat Sagita</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Optimization]]></category>

		<guid isPermaLink="false">http://www.webstuffshare.com/?p=123</guid>
		<description><![CDATA[Smush.it is an image optimization tool with optimization techniques for specific image format. It removes unnecessary bytes from image files without changing the image look or reducing visual quality. You [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.webstuffshare.com/wp-content/plugins/simple-post-thumbnails/timthumb.php?src=/wp-content/thumbnails/123.png&amp;w=200&amp;h=150&amp;zc=1&amp;ft=jpg' alt='post thumbnail' /></p>
<p><a title="Go to Smush.it homepage" href="http://developer.yahoo.com/yslow/smushit/" target="_blank">Smush.it</a> is an image optimization tool with optimization techniques for specific image format. It removes unnecessary bytes from image files without changing the image look or reducing visual quality.</p>
<p>You can try <a title="Go to Smush.it homepage" href="http://developer.yahoo.com/yslow/smushit/" target="_blank">Smush.it</a> on its homepage, besides minimizes image files they also gives report how many bytes that has been saved. Nice tool <img src='http://www.webstuffshare.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.webstuffshare.com/2009/12/smush-it/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.webstuffshare.com @ 2012-02-04 18:54:07 -->
