<?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: WP Stats Smiley Face</title>
	<atom:link href="http://itscalledwebdesign.com/tutorials/wp/wp-stats-smiley-face/feed/" rel="self" type="application/rss+xml" />
	<link>http://itscalledwebdesign.com/tutorials/wp/wp-stats-smiley-face/</link>
	<description>Web 2.0 is so 2004. . . .</description>
	<pubDate>Thu, 29 Jul 2010 18:43:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Carine</title>
		<link>http://itscalledwebdesign.com/tutorials/wp/wp-stats-smiley-face/#comment-1495</link>
		<dc:creator>Carine</dc:creator>
		<pubDate>Sat, 03 Apr 2010 14:11:49 +0000</pubDate>
		<guid isPermaLink="false">http://itscalledwebdesign.com/?p=601#comment-1495</guid>
		<description>Devin,

To make sure that all the gap/space are gone, specify the following in your code:

height:0;
width:0;
overflow:hidden;
margin:0;
border: none;
padding:0;</description>
		<content:encoded><![CDATA[<p>Devin,</p>
<p>To make sure that all the gap/space are gone, specify the following in your code:</p>
<p>height:0;<br />
width:0;<br />
overflow:hidden;<br />
margin:0;<br />
border: none;<br />
padding:0;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Devin</title>
		<link>http://itscalledwebdesign.com/tutorials/wp/wp-stats-smiley-face/#comment-1224</link>
		<dc:creator>Devin</dc:creator>
		<pubDate>Sat, 14 Nov 2009 22:40:54 +0000</pubDate>
		<guid isPermaLink="false">http://itscalledwebdesign.com/?p=601#comment-1224</guid>
		<description>Took Bamm's advice, but still had a few pixel gap.  Updated to:

img#wpstats{visibility:hidden; height:0px;}</description>
		<content:encoded><![CDATA[<p>Took Bamm&#8217;s advice, but still had a few pixel gap.  Updated to:</p>
<p>img#wpstats{visibility:hidden; height:0px;}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bamm</title>
		<link>http://itscalledwebdesign.com/tutorials/wp/wp-stats-smiley-face/#comment-1080</link>
		<dc:creator>Bamm</dc:creator>
		<pubDate>Sat, 18 Jul 2009 11:03:53 +0000</pubDate>
		<guid isPermaLink="false">http://itscalledwebdesign.com/?p=601#comment-1080</guid>
		<description>This is bad advice. The W3 standard for display: none is for the browser not to load the element at all. What is the point of using wp-stats if you won't let it check your hits? All browsers that follow the standard (pretty much everything except very old IEs) will not load it at all. I suggest use visibility: hidden as I did in my website.</description>
		<content:encoded><![CDATA[<p>This is bad advice. The W3 standard for display: none is for the browser not to load the element at all. What is the point of using wp-stats if you won&#8217;t let it check your hits? All browsers that follow the standard (pretty much everything except very old IEs) will not load it at all. I suggest use visibility: hidden as I did in my website.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://itscalledwebdesign.com/tutorials/wp/wp-stats-smiley-face/#comment-1054</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 07 May 2009 13:41:57 +0000</pubDate>
		<guid isPermaLink="false">http://itscalledwebdesign.com/?p=601#comment-1054</guid>
		<description>Thanks! I'm glad to get rid of the little nuisance. :P</description>
		<content:encoded><![CDATA[<p>Thanks! I&#8217;m glad to get rid of the little nuisance. :P</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jennifer hansen</title>
		<link>http://itscalledwebdesign.com/tutorials/wp/wp-stats-smiley-face/#comment-1052</link>
		<dc:creator>jennifer hansen</dc:creator>
		<pubDate>Mon, 04 May 2009 02:00:07 +0000</pubDate>
		<guid isPermaLink="false">http://itscalledwebdesign.com/?p=601#comment-1052</guid>
		<description>Pretty Parchment error

I cannot get all my blog posts to show only the title and first paragraph even though I have checked the appropriate box.
Please let me know how to get this to work - please</description>
		<content:encoded><![CDATA[<p>Pretty Parchment error</p>
<p>I cannot get all my blog posts to show only the title and first paragraph even though I have checked the appropriate box.<br />
Please let me know how to get this to work - please</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee Kelleher</title>
		<link>http://itscalledwebdesign.com/tutorials/wp/wp-stats-smiley-face/#comment-1048</link>
		<dc:creator>Lee Kelleher</dc:creator>
		<pubDate>Thu, 30 Apr 2009 17:45:28 +0000</pubDate>
		<guid isPermaLink="false">http://itscalledwebdesign.com/?p=601#comment-1048</guid>
		<description>I'd be careful using the "display:none;" CSS rule with the WP Stats plug-in, as some web-browsers wont load the image if the display is set to "none".  This means that WP Stats can not gather the client stats.

I know Firefox does this, not too sure about IE or Safari/Chrome.

If you really don't want the smiley face, then you could try "visibility:hidden;" instead?</description>
		<content:encoded><![CDATA[<p>I&#8217;d be careful using the &#8220;display:none;&#8221; CSS rule with the WP Stats plug-in, as some web-browsers wont load the image if the display is set to &#8220;none&#8221;.  This means that WP Stats can not gather the client stats.</p>
<p>I know Firefox does this, not too sure about IE or Safari/Chrome.</p>
<p>If you really don&#8217;t want the smiley face, then you could try &#8220;visibility:hidden;&#8221; instead?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jennifer bhala hansen</title>
		<link>http://itscalledwebdesign.com/tutorials/wp/wp-stats-smiley-face/#comment-1044</link>
		<dc:creator>jennifer bhala hansen</dc:creator>
		<pubDate>Wed, 08 Apr 2009 07:25:47 +0000</pubDate>
		<guid isPermaLink="false">http://itscalledwebdesign.com/?p=601#comment-1044</guid>
		<description>Hi guys

I did not know how to contact you so I am writing here. I use your theme for my blog. Thanks for it. It is great in firefox but when I'm in IE the headings are all messed up and sometimes the side bar is and sometimes some of the videos don't appear. 
Just thought I'd let you know in case you want to fix it for me.

Thanks again. Which other ones do you make?</description>
		<content:encoded><![CDATA[<p>Hi guys</p>
<p>I did not know how to contact you so I am writing here. I use your theme for my blog. Thanks for it. It is great in firefox but when I&#8217;m in IE the headings are all messed up and sometimes the side bar is and sometimes some of the videos don&#8217;t appear.<br />
Just thought I&#8217;d let you know in case you want to fix it for me.</p>
<p>Thanks again. Which other ones do you make?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
