How does Facebook codes their Cropping tool?

Posted by Trip on Stack Overflow See other posts from Stack Overflow or by Trip
Published on 2010-04-06T16:25:16Z Indexed on 2010/04/06 16:53 UTC
Read the original article Hit count: 165

Filed under:
|
|

I ask this because I am currently trying to work out my own technique, and there are huge strategic hangups for the entire site when your begin this. Of them are:

  1. Using jCrop and rMagick, it takes up a huge amount of processing ( to which I have backgrounded ).

  2. Because I have it backgrounded, I must by ajax develop a feature that auto-updates every five seconds to check when the backgrounding is done.

Has anyone accomplished this with their sites? If so, what are some creative techniques you came across to keep the processing streamline, and the users happy?

© Stack Overflow or respective owner

Related posts about cropping

Related posts about jQuery