0
votes
2answers
64 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 d …
2
votes
3answers
94 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 …
0
votes
6answers
247 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 …
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 ema …
0
votes
1answer
506 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:
Security.loadPolicyFile("http:// …
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, …
4
votes
4answers
269 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 …
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=iden …
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 …
1
vote
1answer
165 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-sni …
1
vote
2answers
99 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
2
votes
4answers
203 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 functionalit …
0
votes
1answer
384 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?
…
8
votes
4answers
792 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 suffi …
1
vote
2answers
169 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 loo …
