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, […]
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 […]
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 […]
Leave a Comment | Posted in Bug Fixes, New Features