<?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: How do you format your code?</title>
	<atom:link href="http://dev.iamntz.com/107/how-do-you-format-your-code/feed" rel="self" type="application/rss+xml" />
	<link>http://dev.iamntz.com/107/how-do-you-format-your-code</link>
	<description>Stuff about CSS, XHTML, Javascript and jQuery</description>
	<lastBuildDate>Thu, 26 May 2011 06:45:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Ionut Staicu</title>
		<link>http://dev.iamntz.com/107/how-do-you-format-your-code/comment-page-1#comment-980</link>
		<dc:creator>Ionut Staicu</dc:creator>
		<pubDate>Thu, 04 Dec 2008 06:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://dev.iamntz.com/?p=107#comment-980</guid>
		<description></description>
		<content:encoded><![CDATA[<blockquote><p>offtopic later edit: put some margin after paragraphs in comments, pls</p></blockquote>
<p>Done. For no reason, when i wrote this theme, the whole comment was in its own paragraph (you can see the problem &#8220;at work&#8221; on my other blog). That&#8217;s why was that problem <img src='http://dev.iamntz.com/wp-includes/images/smilies/biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<blockquote><p>but, anyways, everyone has to have his own code formating</p></blockquote>
<p>Indeed! No one will change his style after few years, right? I had a friend who code like you do and i had to do some changes on his code. Useless to say that was a nightmare <img src='http://dev.iamntz.com/wp-includes/images/smilies/pouty.gif' alt=':|' class='wp-smiley' /> </p>
<blockquote><p>huh? line breaks and spaces does count as size, so my variant is smaller (way smaller) and if it’s written by a simple rule:</p></blockquote>
<p>I was saying about this :</p>
<pre lang="css">
#selector #selector2 #selector3 #selector4 { the real code }
</pre>
<p>instead of :</p>
<pre lang="css">
#selector .class { the code }
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: de ce?</title>
		<link>http://dev.iamntz.com/107/how-do-you-format-your-code/comment-page-1#comment-976</link>
		<dc:creator>de ce?</dc:creator>
		<pubDate>Wed, 03 Dec 2008 23:51:54 +0000</pubDate>
		<guid isPermaLink="false">http://dev.iamntz.com/?p=107#comment-976</guid>
		<description>offtopic later edit: put some margin after paragraphs in comments, pls</description>
		<content:encoded><![CDATA[<p>offtopic later edit: put some margin after paragraphs in comments, pls</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: de ce?</title>
		<link>http://dev.iamntz.com/107/how-do-you-format-your-code/comment-page-1#comment-975</link>
		<dc:creator>de ce?</dc:creator>
		<pubDate>Wed, 03 Dec 2008 23:50:22 +0000</pubDate>
		<guid isPermaLink="false">http://dev.iamntz.com/?p=107#comment-975</guid>
		<description>huh? line breaks and spaces does count as size, so my variant is smaller (way smaller) and&lt;strong&gt; if it&#039;s written&lt;/strong&gt; by a simple rule:

selector { width; height; positioning; margin; padding; background; color; font; others; }

and in true cascade (footer after content and header) is still very readable.

PS: needless to say about scrolling through code... and visual searching :) but, anyways, everyone has to have his own code formating (or, maybe auto-formating in dreamweaver)</description>
		<content:encoded><![CDATA[<p>huh? line breaks and spaces does count as size, so my variant is smaller (way smaller) and<strong> if it&#8217;s written</strong> by a simple rule:</p>
<p>selector { width; height; positioning; margin; padding; background; color; font; others; }</p>
<p>and in true cascade (footer after content and header) is still very readable.</p>
<p>PS: needless to say about scrolling through code&#8230; and visual searching <img src='http://dev.iamntz.com/wp-includes/images/smilies/smile.gif' alt=':)' class='wp-smiley' />  but, anyways, everyone has to have his own code formating (or, maybe auto-formating in dreamweaver)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ionut Staicu</title>
		<link>http://dev.iamntz.com/107/how-do-you-format-your-code/comment-page-1#comment-967</link>
		<dc:creator>Ionut Staicu</dc:creator>
		<pubDate>Wed, 03 Dec 2008 13:57:23 +0000</pubDate>
		<guid isPermaLink="false">http://dev.iamntz.com/?p=107#comment-967</guid>
		<description>Indeed. But very large file will have more KB this way :) So... between readability and small size with well commented code, i pick second :P</description>
		<content:encoded><![CDATA[<p>Indeed. But very large file will have more KB this way <img src='http://dev.iamntz.com/wp-includes/images/smilies/smile.gif' alt=':)' class='wp-smiley' />  So&#8230; between readability and small size with well commented code, i pick second <img src='http://dev.iamntz.com/wp-includes/images/smilies/tongue.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: de ce?</title>
		<link>http://dev.iamntz.com/107/how-do-you-format-your-code/comment-page-1#comment-966</link>
		<dc:creator>de ce?</dc:creator>
		<pubDate>Wed, 03 Dec 2008 13:55:49 +0000</pubDate>
		<guid isPermaLink="false">http://dev.iamntz.com/?p=107#comment-966</guid>
		<description>neah 

#header #navigation #text { all the propreties inline; } rullz in CSS!

why? because very large CSS files are more readable like that</description>
		<content:encoded><![CDATA[<p>neah </p>
<p>#header #navigation #text { all the propreties inline; } rullz in CSS!</p>
<p>why? because very large CSS files are more readable like that</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stefan alexandru</title>
		<link>http://dev.iamntz.com/107/how-do-you-format-your-code/comment-page-1#comment-953</link>
		<dc:creator>stefan alexandru</dc:creator>
		<pubDate>Fri, 28 Nov 2008 19:37:01 +0000</pubDate>
		<guid isPermaLink="false">http://dev.iamntz.com/?p=107#comment-953</guid>
		<description>I format my xhtml / html / php / java / c++ / and all other types of code exactley like you, meaning, one tab for each child. I never indent my css the way you do, i have do admit, it&#039;s preatty easy to read, maby ill try that some day.</description>
		<content:encoded><![CDATA[<p>I format my xhtml / html / php / java / c++ / and all other types of code exactley like you, meaning, one tab for each child. I never indent my css the way you do, i have do admit, it&#8217;s preatty easy to read, maby ill try that some day.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

