Tagged Questions

5
votes
8answers
814 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 …
3
votes
1answer
219 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 n …
1
vote
2answers
226 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
98 views

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

Hi folks, 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 …
0
votes
1answer
24 views

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

Hello, 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 fin …
0
votes
0answers
16 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 colou …
0
votes
2answers
33 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 d …
0
votes
6answers
168 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='. …
0
votes
4answers
72 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 …
0
votes
0answers
31 views

dojo drag and drop Avatar

i am using dojo drag and drop, its working fine, only problem i have is when i start dragging, cursor come little up and left from the Avatar. which look vary bad. is there any sol …
0
votes
0answers
29 views

Best way to manage media in a web application

Hi all, I'm looking for the easiest and most user-friendly way to manage pictures and avatars in a web 2.0 application. For example to add an avatar to an news item or article. …
0
votes
1answer
92 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 …
0
votes
2answers
58 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
1answer
383 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? …
0
votes
2answers
181 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 compres …