On the 18th, I released my first WordPress plugin. I basically copied the idea of the Tumblr bookmarklet and implemented it as a WordPress plugin. I love the ease of use of Tumblr but wanted the flexibility of WordPress. Tumblr doesn’t have very nice permalink urls nor does it allow comments.
This plugin also gave me the opportunity to mess around with jquery. jquery is an awesome JavaScript library that makes JavaScript, DHTML, and AJAX so easy, it’s fun to write. I used it for the tabs along the top of the bookmarklet popup and for the image preview. It added a few extra files to my plugin but the file size is still very very small.
BTW, today, I’ve fixed my first WordPress plugin bug – 7 days after posting it.