0
votes
2answers
26 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
73 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
107 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 …
8
votes
4answers
854 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 …
15
votes
0answers
988 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
0
votes
6answers
264 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 …
2
votes
2answers
111 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 …
0
votes
1answer
560 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:
…
1
vote
1answer
172 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
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 …
4
votes
4answers
277 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 …
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 …
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.
…
2
votes
4answers
207 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 …
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
