0
votes
2answers
66 views
paperclip + gravatar
Hi all.
I've found this tutorial (http://www.coffeepowered.net/2009/02/15/graceful-degredation-using-gravatar-as-a-fallback-avatar-with-paperclip/) about implementing gravatar as default image to the …
2
votes
3answers
95 views
Sould I cache Gravatar icon or access image directly?
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 …
0
votes
6answers
248 views
Check for valid gravatar (PHP)
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.
Trying to make a simple function to check if a user's email address translates …
0
votes
1answer
514 views
Flash Crossdomain.xml Problems
I'm trying to load Gravatars into Flash. Luckily, they provided a crossdomain.xml file at http://en.gravatar.com/avatar/crossdomain.xml
My code:
…
12
votes
14answers
2k views
Decode email address from Gravatar hash?
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?
…
8
votes
4answers
798 views
what is the algorithm used to generate those little gravatar identicon images?
Naturally, one would suspect that the algorithm creates images that are:
highly unlikely to produce the same identicon twice; and
capable of ensuring that each identicon is sufficiently distinctive …
2
votes
2answers
104 views
gravatar phishing - big deal?
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.
So the obvious solution is - validate email - which some …
4
votes
4answers
272 views
Auto Generated Avatars on Stack Overflow
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 …
1
vote
1answer
166 views
Loading gravatar using jquery
Hi,
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.
Anybody have a good code-snipit?
1
vote
2answers
54 views
What is the system that allows for anonymous pictures portraits?
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 …
15
votes
0answers
969 views
How do you generate that default avatar in Stackoverflow? [closed]
I find it interesting, so was wondering if it has a name for it, or even better, an online generator for something like that?
Return to FAQ Index
2
votes
4answers
204 views
how do sites automagically grab profile pictures?
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 …
0
votes
1answer
43 views
how do I change the gravatar RoR plugin to use d=identicon?
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.
…
0
votes
1answer
385 views
how to auto/random generate the “gravatars” like on StackOverflow? [closed]
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?
Where did these avatars comes from?
Duplicate of what …
0
votes
1answer
25 views
how do I set as an option d=identicon when using the gravatar plugin?
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 …
