<?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"
	>
<channel>
	<title>Comments on: PHP: Mixing SimpleXML and json_encode</title>
	<atom:link href="http://www.negativemargins.com/2007/10/02/php-mixing-simplexml-and-json_encode/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.negativemargins.com/2007/10/02/php-mixing-simplexml-and-json_encode/</link>
	<description>Adventures in css, javascript, and all things web</description>
	<pubDate>Mon, 08 Sep 2008 16:38:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Megan</title>
		<link>http://www.negativemargins.com/2007/10/02/php-mixing-simplexml-and-json_encode/#comment-686</link>
		<dc:creator>Megan</dc:creator>
		<pubDate>Sat, 24 Nov 2007 00:11:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.negativemargins.com/2007/10/02/php-mixing-simplexml-and-json_encode/#comment-686</guid>
		<description>This has nothing to do with this post, but everything to do with the IE problems you have been having with your css (post below)

This is my bestest friend in the whole wide world. Meet universal reset:


* {
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

This fixes those cross browser compatibility issues (with layouts) by resetting everything to 0 on each browser (since each browser comes with it's own set of thoughts about how big a margin should be). I am a web developer myself, and have had great success with this little guy.</description>
		<content:encoded><![CDATA[<p>This has nothing to do with this post, but everything to do with the IE problems you have been having with your css (post below)</p>
<p>This is my bestest friend in the whole wide world. Meet universal reset:</p>
<p>* {<br />
	margin: 0px;<br />
	padding: 0px;<br />
	left: 0px;<br />
	top: 0px;<br />
	right: 0px;<br />
	bottom: 0px;<br />
}</p>
<p>This fixes those cross browser compatibility issues (with layouts) by resetting everything to 0 on each browser (since each browser comes with it&#8217;s own set of thoughts about how big a margin should be). I am a web developer myself, and have had great success with this little guy.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
