<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Fancy formatting</title>
	<atom:link href="http://www.phpied.com/fancy-formatting/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpied.com/fancy-formatting/</link>
	<description>Stoyan&#039;s blog about &#60;a href=&#34;/category/xhtml&#34; class=&#34;tag-minor&#34;&#62;(x)html(5)&#60;/a&#62;, &#60;a href=&#34;/category/ajax&#34; class=&#34;tag-major&#34;&#62;ajax&#60;/a&#62;, &#60;a href=&#34;/category/bookmarklets&#34; class=&#34;tag-major&#34;&#62;bookmarklets&#60;/a&#62;, &#60;a href=&#34;/category/browsers&#34; class=&#34;tag-minor&#34;&#62;browsers&#60;/a&#62;, &#60;a href=&#34;/category/css&#34; class=&#34;tag-normal&#34;&#62;css&#60;/a&#62;, &#60;a href=&#34;/category/firebug&#34; class=&#34;tag-minor&#34;&#62;firebug&#60;/a&#62;, &#60;a href=&#34;/category/javascript&#34; class=&#34;tag-numero-uno&#34;&#62;javascript&#60;/a&#62;, &#60;a href=&#34;/category/json&#34; class=&#34;tag-normal&#34;&#62;json&#60;/a&#62;, &#60;a href=&#34;/category/mdb2&#34; class=&#34;tag-minor&#34;&#62;mdb2&#60;/a&#62;, &#60;a href=&#34;/category/mysql&#34; class=&#34;tag-normal&#34;&#62;mysql&#60;/a&#62;, &#60;a href=&#34;/category/pear&#34; class=&#34;tag-numero-uno&#34;&#62;pear&#60;/a&#62;, &#60;a href=&#34;/category/performance&#34; class=&#34;tag-major&#34;&#62;performance&#60;/a&#62;, &#60;a href=&#34;/category/php&#34; class=&#34;tag-numero-uno&#34;&#62;php&#60;/a&#62;, &#60;a href=&#34;/category/phpbb&#34; class=&#34;tag-major&#34;&#62;phpbb&#60;/a&#62;, &#60;a href=&#34;/category/tools&#34; class=&#34;tag-normal&#34;&#62;tools&#60;/a&#62;, &#60;a href=&#34;/category/yslow&#34; class=&#34;tag-minor&#34;&#62;yslow&#60;/a&#62;, &#60;a href=&#34;/category/yui&#34; class=&#34;tag-normal&#34;&#62;yui&#60;/a&#62;, &#60;a href=&#34;/category/writing&#34; class=&#34;tag-minor&#34;&#62;writing&#60;/a&#62;, &#60;a href=&#34;/category/music&#34; class=&#34;tag-major&#34;&#62;music&#60;/a&#62;,... &#60;a href=&#34;/category/life-and-everything&#34; class=&#34;tag-normal&#34;&#62;life and everything&#60;/a&#62;.</description>
	<lastBuildDate>Fri, 10 Feb 2012 22:15:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: Philip Tellis</title>
		<link>http://www.phpied.com/fancy-formatting/#comment-63769</link>
		<dc:creator>Philip Tellis</dc:creator>
		<pubDate>Tue, 19 Feb 2008 08:13:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/fancy-formatting/#comment-63769</guid>
		<description>Personally, I hate the way this looks.  I&#039;d tried it a few times, but the fact is that human eyes are trained for left aligned text, and when skimming, that&#039;s really useful.  I like the case of lining up the values as well as the keys.  It makes skimming much easier, but it could make following lines harder (your eyes get lost in whitespace)</description>
		<content:encoded><![CDATA[<p>Personally, I hate the way this looks.  I&#8217;d tried it a few times, but the fact is that human eyes are trained for left aligned text, and when skimming, that&#8217;s really useful.  I like the case of lining up the values as well as the keys.  It makes skimming much easier, but it could make following lines harder (your eyes get lost in whitespace)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jelmer</title>
		<link>http://www.phpied.com/fancy-formatting/#comment-63419</link>
		<dc:creator>Jelmer</dc:creator>
		<pubDate>Sat, 22 Dec 2007 21:03:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/fancy-formatting/#comment-63419</guid>
		<description>I believe Apple&#039;s Xcode has this kind of formatting rules build in. It looks really nice with Obj-C&#039;s syntax for calling methods.</description>
		<content:encoded><![CDATA[<p>I believe Apple&#8217;s Xcode has this kind of formatting rules build in. It looks really nice with Obj-C&#8217;s syntax for calling methods.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stoyan Stefanov&#8217;s Blog: Fancy Formatting &#124; MT-Soft Website Development</title>
		<link>http://www.phpied.com/fancy-formatting/#comment-63412</link>
		<dc:creator>Stoyan Stefanov&#8217;s Blog: Fancy Formatting &#124; MT-Soft Website Development</dc:creator>
		<pubDate>Fri, 21 Dec 2007 21:02:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/fancy-formatting/#comment-63412</guid>
		<description>[...] Stoyan Stefanov&#8217;s Blog: Fancy Formatting Posted in December 21st, 2007  by admin in Uncategorized  Stoyan Stefanov has a fun little post showing an interesting formatting trick to make reading arrays/hashes easier:   Writing readable code means proper indentation. Usually you&#8217;d tab (or use 2 or 4 or 3 spaces) after every curly bracket. [&#8230;] Same goes when you have a bigger hash/object sort of thing [&#8230;] But recently, inspired by Firebug&#8217;s Net panel way of presenting header information, I tried aligning the keys to the right in addition to aligning the values to the left. [...]</description>
		<content:encoded><![CDATA[<p>[...] Stoyan Stefanov&#8217;s Blog: Fancy Formatting Posted in December 21st, 2007  by admin in Uncategorized  Stoyan Stefanov has a fun little post showing an interesting formatting trick to make reading arrays/hashes easier:   Writing readable code means proper indentation. Usually you&#8217;d tab (or use 2 or 4 or 3 spaces) after every curly bracket. [&#8230;] Same goes when you have a bigger hash/object sort of thing [&#8230;] But recently, inspired by Firebug&#8217;s Net panel way of presenting header information, I tried aligning the keys to the right in addition to aligning the values to the left. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: developercast.com &#187; Stoyan Stefanov&#8217;s Blog: Fancy Formatting</title>
		<link>http://www.phpied.com/fancy-formatting/#comment-63411</link>
		<dc:creator>developercast.com &#187; Stoyan Stefanov&#8217;s Blog: Fancy Formatting</dc:creator>
		<pubDate>Fri, 21 Dec 2007 18:55:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/fancy-formatting/#comment-63411</guid>
		<description>[...] Stoyan Stefanov has a fun little post showing an interesting formatting trick to make reading arrays/hashes easier:   Writing readable code means proper indentation. Usually you&#8217;d tab (or use 2 or 4 or 3 spaces) after every curly bracket. [&#8230;] Same goes when you have a bigger hash/object sort of thing [&#8230;] But recently, inspired by Firebug&#8217;s Net panel way of presenting header information, I tried aligning the keys to the right in addition to aligning the values to the left. [...]</description>
		<content:encoded><![CDATA[<p>[...] Stoyan Stefanov has a fun little post showing an interesting formatting trick to make reading arrays/hashes easier:   Writing readable code means proper indentation. Usually you&#8217;d tab (or use 2 or 4 or 3 spaces) after every curly bracket. [&#8230;] Same goes when you have a bigger hash/object sort of thing [&#8230;] But recently, inspired by Firebug&#8217;s Net panel way of presenting header information, I tried aligning the keys to the right in addition to aligning the values to the left. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PHPDeveloper.org</title>
		<link>http://www.phpied.com/fancy-formatting/#comment-63408</link>
		<dc:creator>PHPDeveloper.org</dc:creator>
		<pubDate>Fri, 21 Dec 2007 14:13:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/fancy-formatting/#comment-63408</guid>
		<description>&lt;strong&gt;Stoyan Stefanov&#039;s Blog: Fancy Formatting...&lt;/strong&gt;


Stoyan Stefanov has a fun little post showing an interesting formatting ......</description>
		<content:encoded><![CDATA[<p><strong>Stoyan Stefanov&#8217;s Blog: Fancy Formatting&#8230;</strong></p>
<p>Stoyan Stefanov has a fun little post showing an interesting formatting &#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arjan</title>
		<link>http://www.phpied.com/fancy-formatting/#comment-63406</link>
		<dc:creator>Arjan</dc:creator>
		<pubDate>Fri, 21 Dec 2007 13:01:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/fancy-formatting/#comment-63406</guid>
		<description>I fin myself a bit too lazy to organize this. There definitely should some time come a text editor that auto does all kinds of formatting, including transformation of it. So if you load a file, the editor transforms it to your preferred formatting, and when you safe it, the file will be transformed to a &#039;standard&#039; (like the PEAR formatting).</description>
		<content:encoded><![CDATA[<p>I fin myself a bit too lazy to organize this. There definitely should some time come a text editor that auto does all kinds of formatting, including transformation of it. So if you load a file, the editor transforms it to your preferred formatting, and when you safe it, the file will be transformed to a &#8216;standard&#8217; (like the PEAR formatting).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

