<?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: Detecting When Gravatar Has No Image</title>
	<atom:link href="http://smithsrus.com/detecting-when-gravatar-has-no-image/feed/" rel="self" type="application/rss+xml" />
	<link>http://smithsrus.com/detecting-when-gravatar-has-no-image/</link>
	<description>Technology, home automation, usability, and whatever else amuses me.</description>
	<lastBuildDate>Thu, 09 Feb 2012 04:52:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Doug Smith</title>
		<link>http://smithsrus.com/detecting-when-gravatar-has-no-image/comment-page-1/#comment-8729</link>
		<dc:creator>Doug Smith</dc:creator>
		<pubDate>Thu, 04 Aug 2011 19:33:31 +0000</pubDate>
		<guid isPermaLink="false">http://smithsrus.com/?p=149#comment-8729</guid>
		<description>That is correct. That is one of the reasons this post is out of date and has a note and link at the top to a newer article.</description>
		<content:encoded><![CDATA[<p>That is correct. That is one of the reasons this post is out of date and has a note and link at the top to a newer article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: artofthemix</title>
		<link>http://smithsrus.com/detecting-when-gravatar-has-no-image/comment-page-1/#comment-8719</link>
		<dc:creator>artofthemix</dc:creator>
		<pubDate>Thu, 04 Aug 2011 17:25:51 +0000</pubDate>
		<guid isPermaLink="false">http://smithsrus.com/?p=149#comment-8719</guid>
		<description>Gravatar will return a response code of 404 if there is no image if you pass d=404 when asking for a Gravatar. This is a documented and supported method as documented here: http://en.gravatar.com/site/implement/images/</description>
		<content:encoded><![CDATA[<p>Gravatar will return a response code of 404 if there is no image if you pass d=404 when asking for a Gravatar. This is a documented and supported method as documented here: <a href="http://en.gravatar.com/site/implement/images/" rel="nofollow">http://en.gravatar.com/site/implement/images/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Filling Mac Address Book Pictures with Gravatars &#8211; Smiths R Us</title>
		<link>http://smithsrus.com/detecting-when-gravatar-has-no-image/comment-page-1/#comment-2529</link>
		<dc:creator>Filling Mac Address Book Pictures with Gravatars &#8211; Smiths R Us</dc:creator>
		<pubDate>Mon, 14 Jun 2010 23:03:39 +0000</pubDate>
		<guid isPermaLink="false">http://smithsrus.com/?p=149#comment-2529</guid>
		<description>[...] about to put all of what we learned in part 1, part 2, and part 3 together to make our working script. Be sure to check out the previous parts for the details of how [...]</description>
		<content:encoded><![CDATA[<p>[...] about to put all of what we learned in part 1, part 2, and part 3 together to make our working script. Be sure to check out the previous parts for the details of how [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gravatar, AppleScript, and the OS X Address Book Revisited &#8211; Smiths R Us</title>
		<link>http://smithsrus.com/detecting-when-gravatar-has-no-image/comment-page-1/#comment-2454</link>
		<dc:creator>Gravatar, AppleScript, and the OS X Address Book Revisited &#8211; Smiths R Us</dc:creator>
		<pubDate>Tue, 11 May 2010 00:25:50 +0000</pubDate>
		<guid isPermaLink="false">http://smithsrus.com/?p=149#comment-2454</guid>
		<description>[...] while back I did a series of posts (part 1, part 2, part 3, and part 4) on using Gravatars in AppleScript to update pictures in your Mac Address Book. Those [...]</description>
		<content:encoded><![CDATA[<p>[...] while back I did a series of posts (part 1, part 2, part 3, and part 4) on using Gravatars in AppleScript to update pictures in your Mac Address Book. Those [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug Smith</title>
		<link>http://smithsrus.com/detecting-when-gravatar-has-no-image/comment-page-1/#comment-1986</link>
		<dc:creator>Doug Smith</dc:creator>
		<pubDate>Thu, 18 Jun 2009 01:19:56 +0000</pubDate>
		<guid isPermaLink="false">http://smithsrus.com/?p=149#comment-1986</guid>
		<description>@Mike, Gravatar does have &lt;a href=&quot;http://en.gravatar.com/site/implement/url&quot; rel=&quot;nofollow&quot;&gt;a lot of good options&lt;/a&gt; for what you want to show on a Web page when a user doesn&#039;t have a Gravatar. It doesn&#039;t have to be the blue &quot;G&quot;.

This technique is really only needed when you want to have software do some further processing on it.</description>
		<content:encoded><![CDATA[<p>@Mike, Gravatar does have <a href="http://en.gravatar.com/site/implement/url" rel="nofollow">a lot of good options</a> for what you want to show on a Web page when a user doesn&#8217;t have a Gravatar. It doesn&#8217;t have to be the blue &#8220;G&#8221;.</p>
<p>This technique is really only needed when you want to have software do some further processing on it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://smithsrus.com/detecting-when-gravatar-has-no-image/comment-page-1/#comment-1985</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 17 Jun 2009 13:31:04 +0000</pubDate>
		<guid isPermaLink="false">http://smithsrus.com/?p=149#comment-1985</guid>
		<description>Yeah, great find here on the double quotes.  Without it, gravatar would be useless for sites that don&#039;t want G&#039;s all over the place just to help out a handful of users.</description>
		<content:encoded><![CDATA[<p>Yeah, great find here on the double quotes.  Without it, gravatar would be useless for sites that don&#8217;t want G&#8217;s all over the place just to help out a handful of users.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Forge</title>
		<link>http://smithsrus.com/detecting-when-gravatar-has-no-image/comment-page-1/#comment-1929</link>
		<dc:creator>Nick Forge</dc:creator>
		<pubDate>Thu, 23 Apr 2009 02:57:23 +0000</pubDate>
		<guid isPermaLink="false">http://smithsrus.com/?p=149#comment-1929</guid>
		<description>I&#039;m working on a Cocoa class that gives easy Gravatar access, and your tip of using d=%22%22 has been extremely helpful! I haven&#039;t seen that mentioned explicitly anywhere on the net.

Thanks!</description>
		<content:encoded><![CDATA[<p>I&#8217;m working on a Cocoa class that gives easy Gravatar access, and your tip of using d=%22%22 has been extremely helpful! I haven&#8217;t seen that mentioned explicitly anywhere on the net.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

