Archive for the 'Bug Fixes' Category

urPics Update in Progress

Posted October 18, 2007 by Ryan LeFevre

After not touching any code for way too long, tonight I started working on urPics again.  Nothing too drastic so far, but now at the bottom of the page, after all the pictures, there is a list of the people who own the pictures.  I plan to do a lot more with this list soon, […]

Greatly Decreased Friend List Load Time

Posted August 3, 2007 by Ryan LeFevre

This was more of a stupid logic error on my part than anything.  I forgot that users_getInfo can accept an array of uid’s, so instead of using it in a loop, I simply pass all of the uids returned by friends_get() and within a second or two it returns a list of names.  Next I […]

A Little More Oops Resistant

Posted July 20, 2007 by Ryan LeFevre

This was a somewhat minor issue that I have known about since the applications beginning, but never got around to fixing until now.  Before, if you closed the webpage, hit stop, or hit esc while the application was transferring photos, the photos were left residing on my server.  If you decided to reload the webpage […]