active questions tagged gravatar - Stack Overflowmost recent 30 from stackoverflow.com2009-12-03T13:13:34Zhttp://stackoverflow.com/feeds/tag/gravatarhttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1830549/what-kind-of-service-is-openid-and-gravatar0What kind of Service is OpenID and GravatarLuke1012009-12-02T03:53:26Z2009-12-02T03:57:53Z
<p>The reason I ask is beacause I want to find other services like these two. It saved me alot of time developing my own solution. So what is the name of these kind of services?</p>
http://stackoverflow.com/questions/1610331/paperclip-gravatar0paperclip + gravatarAlexey Poimtsev2009-10-22T22:23:20Z2009-10-23T16:49:37Z
<p>Hi all.
I've found this tutorial (<a href="http://www.coffeepowered.net/2009/02/15/graceful-degredation-using-gravatar-as-a-fallback-avatar-with-paperclip/" rel="nofollow">http://www.coffeepowered.net/2009/02/15/graceful-degredation-using-gravatar-as-a-fallback-avatar-with-paperclip/</a>) about implementing gravatar as default image to the paperclip-enabled model, but on implementing i see message "undefined method `match' for [:format, :png]:Array". Whats wrong in this article?</p>
http://stackoverflow.com/questions/1422157/sould-i-cache-gravatar-icon-or-access-image-directly2Sould I cache Gravatar icon or access image directly?Daok2009-09-14T15:09:05Z2009-10-20T10:28:23Z
<p>In the context of having a list of user that has an icon next to their name, is it better to cache all images of Gravatar for few minutes or it's fine to directly display the image from Gravatar? The list is around 200 users on every pages.</p>
http://stackoverflow.com/questions/392280/what-is-the-algorithm-used-to-generate-those-little-gravatar-identicon-images8what is the algorithm used to generate those little gravatar identicon images?dreftymac2008-12-24T22:16:00Z2009-10-02T19:17:33Z
<p>Naturally, one would suspect that the algorithm creates images that are:</p>
<ul>
<li>highly unlikely to produce the same identicon twice; and</li>
<li>capable of ensuring that each identicon is sufficiently distinctive as to not appear too similar to any other identicon</li>
</ul>
http://stackoverflow.com/questions/267945/how-do-you-generate-that-default-avatar-in-stackoverflow15How do you generate that default avatar in Stackoverflow? [closed]alextansc2008-11-06T08:31:41Z2009-08-25T17:58:04Z
<p>I find it interesting, so was wondering if it has a name for it, or even better, an online generator for something like that? </p>
<p><hr /></p>
<p><a href="http://stackoverflow.com/questions/18557/how-does-stackoverflow-work-the-unofficial-faq">Return to FAQ Index</a></p>
http://stackoverflow.com/questions/1185506/check-for-valid-gravatar-php0Check for valid gravatar (PHP)Jeff2009-07-26T20:48:23Z2009-07-27T13:12:15Z
<p>I'm pretty new to PHP, so if you have any thoughts or suggestions to point me in the right direction, I'd be grateful.</p>
<p>Trying to make a simple function to check if a user's email address translates into a valid Gravatar Image, but it seems gravatar.com has changed their headers.</p>
<p>Using <code>get_headers('urlencoded_bad_email@example.com')</code> returns a 200 instead of 302.</p>
<p>Here are the headers from a bad gravatar image, none of which seem to be able to help because they are identical to a valid gravatar image:</p>
<pre><code>array(13) {
[0]=>
string(15) "HTTP/1.1 200 OK"
[1]=>
string(13) "Server: nginx"
[2]=>
string(35) "Date: Sun, 26 Jul 2009 20:22:07 GMT"
[3]=>
string(24) "Content-Type: image/jpeg"
[4]=>
string(17) "Connection: close"
[5]=>
string(44) "Last-Modified: Sun, 26 Jul 2009 19:47:12 GMT"
[6]=>
string(76) "Content-Disposition: inline; filename="5ed352b75af7175464e354f6651c6e9e.jpg""
[7]=>
string(20) "Content-Length: 3875"
[8]=>
string(32) "X-Varnish: 3883194649 3880834433"
[9]=>
string(16) "Via: 1.1 varnish"
[10]=>
string(38) "Expires: Sun, 26 Jul 2009 20:27:07 GMT"
[11]=>
string(26) "Cache-Control: max-age=300"
[12]=>
string(16) "Source-Age: 1322"
}
</code></pre>
<p>p.s. I am aware of the <code>'&amp;d'</code> parameter, but it will not serve my purpose. :)</p>
<p><strong>EDIT:</strong></p>
<p>Use <code>'?d'</code> instead of <code>'&amp;d'</code>. Must be a gravatar.com 'thang.</p>
http://stackoverflow.com/questions/1114697/gravatar-phishing-big-deal2gravatar phishing - big deal?Evgeny2009-07-11T21:35:03Z2009-07-11T21:56:45Z
<p>Gravatar is linked to email address. If I enter somebody else's email - I can use his/her photo as avatar and that someone won't like it.</p>
<p>So the obvious solution is - validate email - which some other people will not like either.</p>
<p>The question is - is it worth setting up email validation for the purpose of making sure that stealing avatar would be harder?</p>
<p>I hope this question is appropriate here...</p>
<p>Thx.</p>
http://stackoverflow.com/questions/1088323/flash-crossdomain-xml-problems0Flash Crossdomain.xml ProblemsSt. John Johnson2009-07-06T17:47:07Z2009-07-07T13:21:05Z
<p>I'm trying to load Gravatars into Flash. Luckily, they provided a crossdomain.xml file at <code>http://en.gravatar.com/avatar/crossdomain.xml</code></p>
<p>My code:</p>
<pre><code>Security.loadPolicyFile("http://en.gravatar.com/avatar/crossdomain.xml");
var loader:Loader = new Loader();
loader.load(new URLRequest("http://en.gravatar.com/avatar/" + gravatar + "?s=35&d=identicon"));
</code></pre>
<p>But I'm still getting this error: </p>
<blockquote>
<p>SecurityError: Error #2123: Security sandbox violation: LoaderInfo.content: [...] cannot access <a href="http://en.gravatar.com/avatar/97fbce86a5bbc520450168603172cd9e?s=35&d=identicon" rel="nofollow">http://en.gravatar.com/avatar/97fbce86a5bbc520450168603172cd9e?s=35&d=identicon</a>. No policy files granted access.<br />
at flash.display::LoaderInfo/get content()<br />
at PiecePlayerSmall/onLoadComplete()</p>
</blockquote>
<p>I also monitored the traffic the Flash file is sending. It's requesting:</p>
<ul>
<li>My domain's crossdomain.xml file</li>
<li>"http://en.gravatar.com/avatar/crossdomain.xml"</li>
<li>"http://en.gravatar.com/crossdomain.xml"</li>
<li>"http://en.gravatar.com/"</li>
<li>then, <a href="http://en.gravatar.com/avatar/97fbce86a5bbc520450168603172cd9e?s=35&d=identicon" rel="nofollow">http://en.gravatar.com/avatar/97fbce86a5bbc520450168603172cd9e?s=35&d=identicon</a></li>
</ul>
<p>Any suggestions for getting this to work and reducing the number of requests to gravatar.com.</p>
<p><strong>EDIT:</strong>
The following code works, thanks to Jacob</p>
<pre><code>Security.loadPolicyFile("http://en.gravatar.com/avatar/crossdomain.xml");
var context:LoaderContext = new LoaderContext();
context.checkPolicyFile = true;
context.applicationDomain = ApplicationDomain.currentDomain;
var request:URLRequest = new URLRequest(
"http://en.gravatar.com/avatar/" + gravatar + "?s=35&d=identicon");
var loader:Loader = new Loader();
loader.load(request, context);
this.addChild(loader);
</code></pre>
<p>Note: Do not try to access the content directly in the Event.COMPLETE</p>
http://stackoverflow.com/questions/705344/loading-gravatar-using-jquery1Loading gravatar using jqueryTim2009-04-01T12:51:49Z2009-07-02T02:28:30Z
<p>Hi,</p>
<p>Just trying to crate a simple comment form on a blog. I want to load the user's gravatar (using jquery) when he/she writes this in the email box.</p>
<p>Anybody have a good code-snipit?</p>
http://stackoverflow.com/questions/900535/what-is-the-system-that-allows-for-anonymous-pictures-portraits1What is the system that allows for anonymous pictures portraits?Michael2009-05-23T00:35:36Z2009-05-23T00:42:23Z
<p>Anyone knows what is the system that allow blogs / websites to generate a random picture for anonymous commenters? Its always the same picture if you input the same name and email, seems very useful but can't track down what it is.</p>
<p>It's used here on stackoverflow, and I've seen it on a number of other sites and blogs.</p>
<p>Thanks!</p>
http://stackoverflow.com/questions/798368/auto-generated-avatars-on-stack-overflow4Auto Generated Avatars on Stack OverflowSmith3252009-04-28T14:49:50Z2009-04-30T13:21:25Z
<p>Is there a name for the type of geometric based unique avatars that are generated for users of Stack Overflow? I'm interested in the method for generating the patterns and if this is a area of study out side of Gravatars.</p>
<p><strong>Duplicate:</strong> <a href="http://stackoverflow.com/questions/392280/what-is-the-algorithm-used-to-generate-those-little-gravatar-identicon-images">How do you generate that default avatar in Stackoverflow?</a></p>
http://stackoverflow.com/questions/775803/how-do-i-set-as-an-option-didenticon-when-using-the-gravatar-plugin0how do I set as an option d=identicon when using the gravatar plugin?Angela2009-04-22T05:22:41Z2009-04-22T14:28:37Z
<p>I have set up the gravatar RoR plugin successfully (yeah!) but when someone does NOT have a gravatar account, I want it to display the identicon, which I guess shows up when d=identicon in the gravatar URL...but since I am using the plugin, I am basically saying gravatar_for (user) so...is there a way to add that value?</p>
<p>Thanks!</p>
http://stackoverflow.com/questions/773339/how-do-i-change-the-gravatar-ror-plugin-to-use-didenticon0how do I change the gravatar RoR plugin to use d=identicon?Angela2009-04-21T15:55:24Z2009-04-21T16:01:17Z
<p>I am using the gravatar plugin for Ruby on Rails, works great, by woods via github -- but I want to change the the URL to add the option for d=identicon but I don't see that in the helper options.</p>
<p>Can I get some help?</p>
<p>Thanks!</p>
http://stackoverflow.com/questions/571808/how-do-sites-automagically-grab-profile-pictures2how do sites automagically grab profile pictures?spydernk2009-02-21T00:47:26Z2009-04-06T13:27:14Z
<p>Some sites have the ability to grab your profile picture after you sign up for the first time without the user actually uploading a pic. I think stackoverflow has this functionality at sign as well....How does it work?</p>
http://stackoverflow.com/questions/684904/how-to-add-a-link-that-would-let-user-change-their-gravatar-on-my-site1How to add a link that would let user change their Gravatar on my site?ksuralta2009-03-26T08:10:58Z2009-03-28T20:24:22Z
<p>Hi,</p>
<p>How do I add a link that would let user change their Gravatar on my site?
(The same way you can change your Gravatar on Wordpress)</p>
<p>Thanks,
Kenneth</p>
http://stackoverflow.com/questions/59914/how-do-i-create-a-gravatar-web-server-control-in-asp-net2How do I create a gravatar web server control in asp.net?Shawn Simon2008-09-12T20:49:01Z2009-01-27T20:56:59Z
<p>Title says it all...</p>
http://stackoverflow.com/questions/405717/how-to-auto-random-generate-the-gravatars-like-on-stackoverflow0how to auto/random generate the "gravatars" like on StackOverflow? [closed]AFG2009-01-01T23:59:55Z2009-01-02T00:41:10Z
<p>How does Stack Overflow for users auto-generate the gravatars for those who do not create a picture or who have not created a Gravatar icon? </p>
<p>Where did these avatars comes from?</p>
<p><strong>Duplicate of</strong> <a href="http://stackoverflow.com/questions/392280/what-is-the-algorithm-used-to-generate-those-little-gravatar-identicon-images" rel="nofollow" title="what is the algorithm used to generate those little gravatar identicon images?">what is the algorithm used to generate those little gravatar identicon images?</a> which is itself duplicate of <a href="http://stackoverflow.com/questions/267945/how-do-you-generate-that-default-avatar-in-stackoverflow" rel="nofollow" title="How do you generate that default avatar in Stackoverflow?">How do you generate that default avatar in Stackoverflow?</a>...</p>
http://stackoverflow.com/questions/319893/how-to-load-a-page-with-gravatar-and-jquery1How to load a page with gravatar and jquery?Joe2008-11-26T06:19:15Z2008-11-29T18:32:34Z
<p>I am using gravatar to load avatars for each user that posts a story on a page. I also am using jquery to round the corners of some span elements on the page. Unfortunately, it looks like grabbing the avatars from gravatar occurs before the jquery effects are applied (Without the gravatar code the elements are immediately rounded) so the elements change in appearance an instant after being visible on the site. Is there any way to work around this? (I am using asp.net mvc)</p>
http://stackoverflow.com/questions/246605/how-to-gracefully-check-whether-gravatar-or-third-party-website-is-working-or-n3How to gracefully check whether Gravatar, or third-party website, is working or not?mattruma2008-10-29T12:29:43Z2008-10-30T08:57:39Z
<p>I just posted the question <a href="http://stackoverflow.com/questions/246575/how-to-determine-why-the-browser-keeps-trying-to-load-a-page">how-to-determine-why-the-browser-keeps-trying-to-load-a-page</a> and discovered that my problem is with Gravatar. </p>
<p>I also noticed that StackOverflow is suffering from the same outage. </p>
<p>Does anyone know of a <strong>graceful</strong> way to determine if Gravatar, or any third party website for that matter, is up or not, <strong>before</strong> trying to retrieve avatar icons from them? </p>
<p>This would eliminate the long page load and the never ending busy cursor ... I shouldn't say never ending ... it just takes <strong>a long time</strong> to go away and is very confusing to the user as they sit there and wait ... for nothing.</p>
http://stackoverflow.com/questions/415/decode-email-address-from-gravatar-hash13Decode email address from Gravatar hash?Prakash2008-08-02T11:40:44Z2008-10-17T13:19:57Z
<p>I suppose, Gravatar generates the image from email address. If so, the reverse should be possible. How difficult would be to get the email associated with the image? Isnt it a potential spam threat?</p>
<p>What are your thoughts? (other than calling me paranoid ;) i did that already)</p>