photobucket

Sort lexicographically?

I am working on integrating with the Photobucket API and I came across this in their api docs: "Sort the parameters by name lexographically [sic] (byte ordering, the standard sorting, not natural or case insensitive). If the parameters have the same name, then sort by the value." What does that mean? How do I sort something...

Are there any image hosting services with a public API?

I've been considering image hosting services for a project but am starting to wonder if that's just too complicated for my target audience as they'd have to upload all their images to the hosting service and then "attach" the images to the CSS file using the links the hosting service provides them. While that's a fairly simple process f...

get list of webpages that contain an image

How can I get a list of webpages that contain the image in question? Photobucket has a stats option which lets you see what websites have embedded your image. How do they do that? ...

Python: Upload a photo to photobucket

Hi there, Can a Python script upload a photo to photo bucket and then retrieve the URL for it? Is so how? I did find one script www.democraticunderground.com/discuss/duboard.php?az=view_all address=240x677 But i just found that confusing. many thanks, Phil ...