EuHua(UR) Gallery Plugin
EuHua(UR) Gallery is my small project of an attempt to write a simple gallery plugin for WordPress (this site’s blog engine). The real purpose of this plugin is to manage my site’s very own Gallery section much easier without using FTP to transfer image files. Functions included in UR Gallery such as loading image records, Gallery RSS generator, image uploader, and image record management.

The loading image records function is to retrieve image records in the database, and display them across the Gallery page. Followed by RSS feed generator, which is to generate a RSS file on the fly, once the function is called.
As for the back-end of the the plugin application, a new page is added under WordPress’s admin system, to manage the gallery content. The back-end of the plugin application has an image uploader, which obviously to upload new image file and its description record to the database. And image record management, to edit or delete the existing image records in the database.