15
votes
0answers
992 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
14
votes
15answers
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
867 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 …
4
votes
4answers
278 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 …
3
votes
3answers
110 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 …
3
votes
3answers
233 views
How to gracefully check whether Gravatar, or third-party website, is working or not?
I just posted the question how-to-determine-why-the-browser-keeps-trying-to-load-a-page and discovered that my problem is with Gravatar.
I also noticed that StackOverflow is suffering from the same …
2
votes
2answers
112 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 …
2
votes
4answers
209 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 …
2
votes
3answers
156 views
How do I create a gravatar web server control in asp.net?
Title says it all...
1
vote
2answers
55 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 …
1
vote
1answer
177 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
108 views
How to add a link that would let user change their Gravatar on my site?
Hi,
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)
Thanks,
Kenneth
1
vote
2answers
173 views
How to load a page with gravatar and jquery?
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 …
0
votes
2answers
27 views
What kind of Service is OpenID and Gravatar
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?
0
votes
2answers
78 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 …
