Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
11answers
3k views

Are there human 3D models/libraries?

I'm a dance teacher and I was thinking of writing some code to produce 3D animations of dance moves from choreography stored in a database. The dancing to data model representation I could write but I ...
4
votes
2answers
350 views

Procedural Avatar Generation

I'd like to implement a system that generates unique NxN blocks when given a MD5 hash as an input, currently I'm splitting the MD5 into sub-strings and just using them as Hex colour-codes, does anyone ...
3
votes
2answers
205 views

Google maps Javascript: adding user foto to a marker

I have profile pages for users of my little card game, like this one - where I display their position by looking up their city. My current jQuery code is here: <script type="text/javascript" ...
3
votes
2answers
690 views

Finding google profile image url when user is logged in using Google's OpenID provider

is there a way to find the the profile image of a user that's logged in using his/her google account (through OpenID). I've checked stackoverflow and it seems they're using gravatar service to ...
3
votes
2answers
104 views

How can I make an ASP.NET MVC site as unit testable as an ASP.NET Web Forms site?

also, what day is today and why do I have an ugly unicorn as my avatar ;-)
3
votes
1answer
985 views

Drupal: Checking to see if User Has Picture

I'm displaying the userpicture on a node with this code here: <?php $user_load = user_load($node->uid); $imgtag = theme('imagecache', 'avatar_node', $user_load->picture, ...
3
votes
1answer
668 views

Facebook user has no avatar, please help he find the reason and a possible workaround

I have a Facebook application and showing Facebook Connected users at my pages. But I see this particular user's avatar is just blank. So even Facebook's own "no photo" image is not showing as well ...
2
votes
1answer
1k 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 ...
1
vote
3answers
330 views

Add image/avatar to users in django

I want that each user in my website will have an image in his profile. I don't need any thumbnails or something like that, just picture for each user. The simpler the better. The problem is I don't ...
1
vote
3answers
454 views

Where does GitX get its avatars? [closed]

I've tried googling, but I can't seem to find any information about this. The interesting thing here is that there seems to be a unique avatar for each user, and it seems to be the same across ...
1
vote
4answers
226 views

Avatar for Django

I need to implement avatar in my application. I see there's django-avatar but maybe there are other solutions. I need upload new avatars and resize it to a standard resolution if they're too big. ...
1
vote
1answer
206 views

xmpp which avatar protocol to use

We are currently using openfire server for XMPP chat and serve avatars using vcards how ever there are like 4 different ways of serving avatars and some clients dont support all of them. What is the ...
1
vote
2answers
277 views

Rails: Assign users a random default avatar (ala Twitter)?

I'm using Paperclip to handle avatar's for users and currently set a default image using: :default_url => '/images/img-missing_:style.png' But what I'd like to do is when a user registers, give ...
1
vote
1answer
126 views

Are there any composite-avatar scripts that I could steal or take a look at?

In a project I'll be working on soon there will be a need to generate avatars. The generation process will be one of those where the user can select different heads, hairstyles, clothing, etc. Some ...
1
vote
1answer
436 views

How to access Google/Gmail/Gchat/Reader user icons

I'm building a Google Reader client and wonder if it's possible to access a user's profile image (aka avatar) directly. When I navigate to the images in Reader itself, I find that they point to URLs ...
1
vote
2answers
2k views

How to upload and show avatars in php?

Ok i want to load a Avatar with my users regso they can upload and make a profile page i have user reg and everything and im using a flat file in php?
1
vote
1answer
205 views

Can i request a MyOpenId persona's Avatar with dotNetOpenId?

some of my MyOpenId persona's have avatars. Is there any way to programmatically request them with dotNetOpenId, like i can request email, etc? I'm assuming it can't be done because i'm guessing they ...
0
votes
1answer
74 views

how to show facebook and twitter user profile image on my website's comments

I am showing Gravatar's Avatar on my webpage comments like that $hash = md5(trim($row['email'])); $default_usr = urlencode('http://localhost/example/images/user-icon.jpg'); ...
0
votes
0answers
19 views

django-avatar not displaying the uploaded pic

I have just installed django-avatar and everything seems to be working fine, it is uploading pictures and other things but the problem is that it is not displaying the pic that I have uploaded, ...
0
votes
3answers
50 views

How to change Assembla Git committer picture

How to change committer picture on Assembla Git? Does it retrieve from Gravatar?
0
votes
0answers
17 views

wp symposium pass avatar to phpfreechat

I want to achive something but i dont know if it is possible. I am developing a website where i want users to be registered and have an account(wp symposium). I also like very much the phpfreechat ...
0
votes
0answers
70 views

Front page user photo upload in wordpress

I want a ask favor. Does anyone knows how to include upload form of this plugin into the frontpage of wordpress? http://wordpress.org/extend/plugins/user-photo/ I have custom theme named Geo Places 3 ...
0
votes
1answer
141 views

Display image on php mysql blog based on username of post

Thanks in advance! I have a simple mysql and php blog that I built based on a tutorial I found online. What I would like to be able to do, but have no idea how to go about it, is this: I would like ...
0
votes
3answers
126 views

Avatar/image upload in AJAX

I'm looking for a good jquery plugin (or simple js) for uploading avatars ... I only need one picture at a time, if possible with drag and drop. I've tried a lot of plugins but no one seems to fit ...
0
votes
2answers
97 views

Customize avatar and save to database

I am new in flash. I am willing to make a customize avatar for a registered user where the accessories will be save in a database. The item will be pulled from database to flas and after the user ...
0
votes
1answer
223 views

ASP.net ashx handler not caching

We recently installed Robohash as a great fallback for Gravatar: http://static2.scirra.net/avatars/128/5df4bf5d460c9497fdb35578e923ad1f.png As you can see robohashes are hilariously brilliant and ...
0
votes
1answer
39 views

Wordpress Gravatar Template Tag Displays One Avatar

So I'm writing a custom function in my Wordpress's functions.php file on how to display comments. I'm attempting to call Gravatars via a template tag, and then display a randomly generated avatar if ...
0
votes
1answer
251 views

How do I get Linkedin's avatars from an email address

Apps like Xobni show the linkedin avatar from a user when they only have the email address to go bye. I can't find a way to use linkedin's API to get the avatar by searching on an email address ( ...
0
votes
1answer
76 views

How do I set my avatar in Twitter programmatically?

I want to write a program that would set my twitter avatar to a random picture in a folder. I know how to pick out random files, but how do I make them upload to twitter? Thanks.
0
votes
2answers
454 views

How to dispaly user avatar in Drupal 7?

I'd like to know how to display a user avatar in Drupal 7. I want to display the avatar in full size and as the thumbnail.
0
votes
1answer
348 views

ASP.Net MVC 3: Get length in kb of an WebImage

I have a small form that allow user to upload an avatar I used WebImage to get the file uploaded from client (WebImage.GetImageFromRequest() that return WebImage object), in the server i have to check ...
0
votes
1answer
228 views

How to retreive Someone's Avatar/Photo with agsXmpp

this is what I have so far: void xmppConnection_OnReadXml(object sender, string xml) { if (xml.Contains(XmlTags.PhotoOpen)) { int startIndex = ...
0
votes
2answers
128 views

Amazon S3 Image for 404

I've setup Amazon S3 to host my user avatars, but the problem I'm having is how to display the default avatar if a user hasn't uploaded a photo. Is there a way to return an image on 404? I want to ...
0
votes
2answers
2k views

Facebook GRAPH API + PHP SDK: get the URL of the large user picture

I'm trying to rewrite a Facebook app (a PHP script embedding a small multiplayer Flash game) from old FBML to new iFrame type and it kind of works: <?php require_once('facebook.php'); ...
0
votes
1answer
241 views

open source jquery or html for generating avatars?

I've been looking for quite a while for any open source implementation of an avatar library (anything that will support basic operations, such as selecting gender, eyes, clothing etc). Since avatars ...
0
votes
1answer
363 views

How do I retrieve a user's Facebook avatar in my Android App?

I'm trying to retrieve the currently-logged-in user's avatar image so that I can save it on my server and use it later in my application. How would I go about getting the image directly?
0
votes
1answer
391 views

How to get to the avatar/image of a Jira user through SOAP or other means

I'd like to display the user avatars/images of developers registered with a Jira project. Jira has a web service API (my version is 4.2), but unfortunately I can't find an action that would extract ...
0
votes
0answers
131 views

I want to filter my Author avatar list by by User role

I need some help with my code. My goal is to only list the authors (w/avatars) and exclude all other user roles including administrators. here is the code Im using. Hopefully someone can help! ...
0
votes
1answer
86 views

Dealing with mass images, some small - some large, in spring/java application using mysql

I was wondering what the best pattern was to handle the management of images these days when using spring/java and mysql. I have several options. Some of the images are just small avatars for the ...
0
votes
1answer
170 views

Trying to place avatar on every page in PHPbb Forum. Only showing up in index page… any ideas?

The website that im trying to make it work on is http://www.phone7forum.com/ The way I get it to show up on the index page is adding this code to the core index.php page right below this: // Assign ...
0
votes
1answer
219 views

Animation - synchronize lips to wave or MP3

I am developing an android application that provides instruction on various topics. Within my application, I would like to have a "talking head" or even a full-body person that talks with moving lips ...
0
votes
1answer
1k views

How to get current user display image in Sharepoint?

I have a MOSS 2007 site. I want to display the display image (or avatar, whatever you call it) of the current user. Is it possible without writing a new web part? I don't have any MOSS 2007 ...
0
votes
1answer
99 views

Img upload help

i need coding in PHP where only registered users can upload as many images as they want with the option of deleting them .One of their image goes in their profile next to his/her details. i want to ...
0
votes
6answers
1k views

Preventing reflow when using jQuery UI “size” effect

I have a list of images like this: <ul class='blah'> <li><img src='...' /></li> <li><img src='...' /></li> <li><img src='...' /></li> ...
0
votes
4answers
109 views

Deciding which image format to use

I'm working on a web application that will allow users to upload profile pictures (avatars, basically). These images will be no bigger than 100 x 100 pixels and will be pictures of peoples' faces. We ...
0
votes
1answer
756 views

Dojo dnd: Avatar positioning

Is it possible to change the positioning of the avatar with dojo toolkit's dnd api? At the moment, when dragging, the avatar of the dragged item appears to the right and below the mouse cursor. I want ...
0
votes
2answers
99 views

What is the best way to upload user portrait

Stored in the database or file system ? And I need several different sizes. like 128*128, 96*96, 64*64 and so on. What is the best way to upload user portrait?
0
votes
2answers
319 views

Old ASCII Protocol Avatar Question

For anyone that remembers the protocol Avatar, (I'm pretty sure this was it's name) I'm trying to find information on it. All I've found so far, is that it's an ANSI style compression protocol, done ...
-2
votes
1answer
96 views

help required in django avatar app?

not able to view my pictures on the template 1)added avatar to installed apps 2) edited urls 3) added code in temlplates kindly help if any other change is required?