<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: PHP Gravatar Class</title>
	<atom:link href="http://blog.gravatar.com/2008/01/29/php-gravatar-class/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.gravatar.com/2008/01/29/php-gravatar-class/</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Fri, 27 Jan 2012 20:37:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: ciprianmp</title>
		<link>http://blog.gravatar.com/2008/01/29/php-gravatar-class/#comment-22393</link>
		<dc:creator><![CDATA[ciprianmp]]></dc:creator>
		<pubDate>Thu, 10 Feb 2011 22:27:54 +0000</pubDate>
		<guid isPermaLink="false">http://gravatar.wordpress.com/?p=41#comment-22393</guid>
		<description><![CDATA[You&#039;re welcome. I know... after 1 and a half year... sorry.]]></description>
		<content:encoded><![CDATA[<p>You&#8217;re welcome. I know&#8230; after 1 and a half year&#8230; sorry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laurie</title>
		<link>http://blog.gravatar.com/2008/01/29/php-gravatar-class/#comment-7949</link>
		<dc:creator><![CDATA[Laurie]]></dc:creator>
		<pubDate>Mon, 22 Mar 2010 04:33:40 +0000</pubDate>
		<guid isPermaLink="false">http://gravatar.wordpress.com/?p=41#comment-7949</guid>
		<description><![CDATA[checking this out. very cool]]></description>
		<content:encoded><![CDATA[<p>checking this out. very cool</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ricky Hewitt</title>
		<link>http://blog.gravatar.com/2008/01/29/php-gravatar-class/#comment-7882</link>
		<dc:creator><![CDATA[Ricky Hewitt]]></dc:creator>
		<pubDate>Fri, 05 Feb 2010 22:41:36 +0000</pubDate>
		<guid isPermaLink="false">http://gravatar.wordpress.com/?p=41#comment-7882</guid>
		<description><![CDATA[Gravatar is already really simple to use using the PHP reference implementation (http://en.gravatar.com/site/implement/php) so why not just use that? Creating an entire class to do more or less the same things seems pointless to me. 

Anyone want to elaborate for me as to why such a class is required..?]]></description>
		<content:encoded><![CDATA[<p>Gravatar is already really simple to use using the PHP reference implementation (<a href="http://en.gravatar.com/site/implement/php" rel="nofollow">http://en.gravatar.com/site/implement/php</a>) so why not just use that? Creating an entire class to do more or less the same things seems pointless to me. </p>
<p>Anyone want to elaborate for me as to why such a class is required..?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sean</title>
		<link>http://blog.gravatar.com/2008/01/29/php-gravatar-class/#comment-7862</link>
		<dc:creator><![CDATA[sean]]></dc:creator>
		<pubDate>Tue, 12 Jan 2010 19:05:53 +0000</pubDate>
		<guid isPermaLink="false">http://gravatar.wordpress.com/?p=41#comment-7862</guid>
		<description><![CDATA[Will it work?]]></description>
		<content:encoded><![CDATA[<p>Will it work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hieu Vo</title>
		<link>http://blog.gravatar.com/2008/01/29/php-gravatar-class/#comment-7427</link>
		<dc:creator><![CDATA[Hieu Vo]]></dc:creator>
		<pubDate>Sat, 11 Jul 2009 13:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://gravatar.wordpress.com/?p=41#comment-7427</guid>
		<description><![CDATA[I appreciate your work a lots, ciprianmp  :D]]></description>
		<content:encoded><![CDATA[<p>I appreciate your work a lots, ciprianmp  <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ciprianmp</title>
		<link>http://blog.gravatar.com/2008/01/29/php-gravatar-class/#comment-5353</link>
		<dc:creator><![CDATA[ciprianmp]]></dc:creator>
		<pubDate>Thu, 19 Jun 2008 20:48:33 +0000</pubDate>
		<guid isPermaLink="false">http://gravatar.wordpress.com/?p=41#comment-5353</guid>
		<description><![CDATA[Ok, I worked it around and it works fine.
I used a TalkPHPGravatar class posted and improved here: http://www.talkphp.com/script-giveaway/1905-gravatar-wrapper-class.html
Now... what I got is:
http://ciprianmp.com/plus - Gravatarized phpMyChat-Plus - first LiveChat to fully support gravatars!!!
It will be included in the soon to come release of 1.93 version :)

PS: Who do I announce about gravatars availability in my app? Matt? Apokalyptik? Thehline?
Thanks for all the resources and hints guys!]]></description>
		<content:encoded><![CDATA[<p>Ok, I worked it around and it works fine.<br />
I used a TalkPHPGravatar class posted and improved here: <a href="http://www.talkphp.com/script-giveaway/1905-gravatar-wrapper-class.html" rel="nofollow">http://www.talkphp.com/script-giveaway/1905-gravatar-wrapper-class.html</a><br />
Now&#8230; what I got is:<br />
<a href="http://ciprianmp.com/plus" rel="nofollow">http://ciprianmp.com/plus</a> &#8211; Gravatarized phpMyChat-Plus &#8211; first LiveChat to fully support gravatars!!!<br />
It will be included in the soon to come release of 1.93 version <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>PS: Who do I announce about gravatars availability in my app? Matt? Apokalyptik? Thehline?<br />
Thanks for all the resources and hints guys!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ciprian M.</title>
		<link>http://blog.gravatar.com/2008/01/29/php-gravatar-class/#comment-5316</link>
		<dc:creator><![CDATA[Ciprian M.]]></dc:creator>
		<pubDate>Tue, 10 Jun 2008 13:05:27 +0000</pubDate>
		<guid isPermaLink="false">http://gravatar.wordpress.com/?p=41#comment-5316</guid>
		<description><![CDATA[Well, not all get that id, just those with an empty email address. It would be better to return that default hash for all non-registered emails as well. It doesn&#039;t help anyone to get millions of hashes for the same default image.
So my suggestion is: if an email doesn&#039;t exist in the gravatar.com database, the hash remain always the same (&quot;d41d8cd98f00b204e9800998ecf8427e&quot;) - that&#039;s the best way for now to control the cash - for all unidentified users it will be cached a single file, and then the same file (blue G image or identicon and so on) will be displayed for all of those users. A lot more economical from the bandwidth and storage point of view!!! Which might be critical to avoid outages, including the gravatar.com servers...

Does anyone from the Gravatar.com team follow this? Please drop a line...
Thanks!]]></description>
		<content:encoded><![CDATA[<p>Well, not all get that id, just those with an empty email address. It would be better to return that default hash for all non-registered emails as well. It doesn&#8217;t help anyone to get millions of hashes for the same default image.<br />
So my suggestion is: if an email doesn&#8217;t exist in the gravatar.com database, the hash remain always the same (&#8220;d41d8cd98f00b204e9800998ecf8427e&#8221;) &#8211; that&#8217;s the best way for now to control the cash &#8211; for all unidentified users it will be cached a single file, and then the same file (blue G image or identicon and so on) will be displayed for all of those users. A lot more economical from the bandwidth and storage point of view!!! Which might be critical to avoid outages, including the gravatar.com servers&#8230;</p>
<p>Does anyone from the Gravatar.com team follow this? Please drop a line&#8230;<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ciprian M.</title>
		<link>http://blog.gravatar.com/2008/01/29/php-gravatar-class/#comment-5313</link>
		<dc:creator><![CDATA[Ciprian M.]]></dc:creator>
		<pubDate>Mon, 09 Jun 2008 23:19:48 +0000</pubDate>
		<guid isPermaLink="false">http://gravatar.wordpress.com/?p=41#comment-5313</guid>
		<description><![CDATA[Ok, I&#039;m back (talking to no one though...)
Anyway,
I discovered all the &quot;G&quot; images are identified by this default gravar_id: &quot;d41d8cd98f00b204e9800998ecf8427e&quot;
Filtering that string with an eregi() helped me keep out of cache all the default &quot;G&quot; images returned for users/emails that don&#039;t have a gravatar defined/registered. Which is a great tip for my first comment above!

(wouldn&#039;t have been a lot nicer to get this answer from a &quot;gravatar professional/expert&quot;? thank you for the great service and let us do the rest of the job - good strategy lol)]]></description>
		<content:encoded><![CDATA[<p>Ok, I&#8217;m back (talking to no one though&#8230;)<br />
Anyway,<br />
I discovered all the &#8220;G&#8221; images are identified by this default gravar_id: &#8220;d41d8cd98f00b204e9800998ecf8427e&#8221;<br />
Filtering that string with an eregi() helped me keep out of cache all the default &#8220;G&#8221; images returned for users/emails that don&#8217;t have a gravatar defined/registered. Which is a great tip for my first comment above!</p>
<p>(wouldn&#8217;t have been a lot nicer to get this answer from a &#8220;gravatar professional/expert&#8221;? thank you for the great service and let us do the rest of the job &#8211; good strategy lol)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ciprian M.</title>
		<link>http://blog.gravatar.com/2008/01/29/php-gravatar-class/#comment-5306</link>
		<dc:creator><![CDATA[Ciprian M.]]></dc:creator>
		<pubDate>Mon, 09 Jun 2008 11:49:26 +0000</pubDate>
		<guid isPermaLink="false">http://gravatar.wordpress.com/?p=41#comment-5306</guid>
		<description><![CDATA[No comments at all? hmmm... I might start doing it myself... tonight :D]]></description>
		<content:encoded><![CDATA[<p>No comments at all? hmmm&#8230; I might start doing it myself&#8230; tonight <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ciprian M.</title>
		<link>http://blog.gravatar.com/2008/01/29/php-gravatar-class/#comment-5298</link>
		<dc:creator><![CDATA[Ciprian M.]]></dc:creator>
		<pubDate>Sun, 08 Jun 2008 08:15:52 +0000</pubDate>
		<guid isPermaLink="false">http://gravatar.wordpress.com/?p=41#comment-5298</guid>
		<description><![CDATA[Does anyone know of a Generic Gravatar sign-up script?
All I find everywhere is word-press related plugins for gravatars... What the H? Word-press is the only thing out there for coders nowadays?]]></description>
		<content:encoded><![CDATA[<p>Does anyone know of a Generic Gravatar sign-up script?<br />
All I find everywhere is word-press related plugins for gravatars&#8230; What the H? Word-press is the only thing out there for coders nowadays?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

