Software Development
Aperture MetaWeblog Plugin: Showing progress
With the current state of the plug-in, there is no way for a user to determine what the progress is. Depending on your internet connection, uploading images to the blog and creating posts can be rather slow, especially when you are exporting several hundred images. In this installment we’ll add code to update progress.
Aperture MetaWeblog Plugin: Saving User Information
Now that we have a working plug-in, one thing that is very annoying is that one has to fill in the basic blog details every single time. So in order to save time in future development, we need to persist that information.
Aperture MetaWeblog Plugin: Creating an Post
Now that we have the basic infrastructure in place and asked the user for information about her blog, we can proceed to upload the image to the blogging server and create a post using the MetaWeblog API.