<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Nicola Greco &#187; css</title>
	<atom:link href="http://nicolagreco.com/post/css/feed" rel="self" type="application/rss+xml" />
	<link>http://nicolagreco.com</link>
	<description>Born to Code</description>
	<lastBuildDate>Thu, 19 Jan 2012 22:43:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-alpha-19719</generator>
		<item>
		<title>See the page structure with an handy CSS Debugging snippet</title>
		<link>http://nicolagreco.com/css-debugger/2009</link>
		<comments>http://nicolagreco.com/css-debugger/2009#comments</comments>
		<pubDate>Fri, 20 Nov 2009 22:49:12 +0000</pubDate>
		<dc:creator>Nicola Greco</dc:creator>
				<category><![CDATA[Riflessioni]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[code snippet]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[css debugging]]></category>
		<category><![CDATA[Css hack to see structure page]]></category>
		<category><![CDATA[css snippet]]></category>

		<guid isPermaLink="false">http://nicolagreco.com/?p=127</guid>
		<description><![CDATA[Non pubblico in genere codice su questo blog, che è più un diario personale che il mio blog tecnico. Ho trovato su internet questo snippet che credo potrebbe essere utile anche ad altri sviluppatori, anche se personalmente quando uso firebug, non ho bisogno di questo debugger &#8220;fatto in casa&#8221;. I don&#8217;t use to post about [...]]]></description>
			<content:encoded><![CDATA[<p>Non pubblico in genere codice su questo blog, che è più un diario personale che il mio blog <em>tecnico</em>. Ho trovato su internet questo snippet che credo potrebbe essere utile anche ad altri sviluppatori, anche se personalmente quando uso firebug, non ho bisogno di questo debugger &#8220;fatto in casa&#8221;.</p>
<p>I don&#8217;t use to post about code, but I found on internet a clever snippet to see the page structure, useful if you&#8217;re a css coder and you need to debug css code.</p>
<blockquote><p><tt><span style="font-family: Monaco"> * { outline: 2px dotted red }</span></tt><br />
<tt><span style="font-family: Monaco"> * * { outline: 2px dotted green }</span></tt><br />
<tt><span style="font-family: Monaco"> * * * { outline: 2px dotted orange }</span></tt><br />
<tt><span style="font-family: Monaco"> * * * * { outline: 2px dotted blue }</span></tt><br />
<tt><span style="font-family: Monaco"> * * * * * { outline: 1px solid red }</span></tt><br />
<tt><span style="font-family: Monaco"> * * * * * * { outline: 1px solid green }</span></tt><br />
<tt><span style="font-family: Monaco"> * * * * * * * { outline: 1px solid orange }</span></tt><br />
<tt><span style="font-family: Monaco"> * * * * * * * * { outline: 1px solid blue }</span></tt></p></blockquote>
<p>I personally use <a href="http://getfirebug.com/">Firebug</a>, but <a href="http://homepage.mac.com/chrispage/iblog/C42511381/E20060806095030/index.html">this old post </a> was very interesting.<span id="more-127"></span></p>
<p><img class="alignnone size-full wp-image-130" title="Css debugger" src="http://nicolagreco.com/files/2009/11/Screen-shot-2009-11-20-at-23.49.02.png" alt="Css debugger" width="556" height="267" /></p>
<p>This is what you should see using these lines to debug this theme css.</p>
]]></content:encoded>
			<wfw:commentRss>http://nicolagreco.com/css-debugger/2009/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://nicolagreco.com/files/2009/11/Screen-shot-2009-11-20-at-23.49.02-150x150.png" />
		<media:content url="http://nicolagreco.com/files/2009/11/Screen-shot-2009-11-20-at-23.49.02.png" medium="image">
			<media:title type="html">Css debugger</media:title>
			<media:thumbnail url="http://nicolagreco.com/files/2009/11/Screen-shot-2009-11-20-at-23.49.02-150x150.png" />
		</media:content>
	</item>
	</channel>
</rss>

