Tag Gallery

A few days ago I was looking for a better way to manage galleries in WordPress for a friends new site.  We found it rather awkward to deal with the built in gallery short-code when it came to removing images from a gallery or even adding them.  It seems ridiculous that media must be uploaded through a post or page to add it to a gallery.  Even more annoying is that you must delete an image from the Media Library as a whole just to remove it from a gallery on any given page.  This is rather unintuitive.  I think media should be managed completely by the Media Library and attached/unattached from pages or posts at will.  The post should simply be a vehicle to display media, not a part of the management of such.

I went searching for a better gallery implementation and of the 300 or so image plugins available none of them seem to do what we wanted.  I don’t want to install a whole new media management system such as NextGen gallery as WordPress already provides a Media Library.  I don’t want to host my media with an external provider as I would much rather keep control of my assets in one place: my blog.  I want to manage media in a more intuitive manner and very much like the gallery short-code without the shortcomings.

I found Justin Tadlock’s Cleaner Gallery which cleans up the built in gallery and allows for very easy inclusion of java-script lightbox effects such as the Thickbox which is included with WordPress.  Cleaner Gallery is a step in the right direction but still does not overcome the cumbersome management of the galleries, and it was never meant to!  Shortly after I found Paul Menard’s Media Tags plugin which is absolutely great.  So why not mash up the two into a Cleaner Gallery managed by Media Tags!

Introducing Tag Gallery.  It’s a quick piece of work and solves the issues of managing galleries, at least for me.  Your mileage may vary.  It is a short-code implementation and you can include as many of them as you wish on any given post or page.  You can set the thumbnail width and height and whether or not to show captions.  If you have Cleaner Gallery installed it will use your java-script settings from that plugin for the display of your tag-gallery. In fact, Tag Gallery generates the same markup as Cleaner Gallery and even includes the CSS from that plugin.  Why reinvent the wheel when you can maintain compatibility?

Read More »

Posted in Plugins, Wordpress | Tagged , , | 20 Comments

Migration

Initially, I had installed this blog day before yesterday into a sub-directory on my domain.  About ten minutes ago I’ve decided to migrate the site into the root so some things may not be working properly for a bit as I clean up.

Update: As I was migrating the website I lost the post about tag-gallery.  Why did I lose it?  Because I edited the db by hand deleting post revisions and accidentally selected that post.  I always make backups before doing anything like this but considering the site is only two days old and there were only a few records I decided against it just to get the site up and moving.  Shame on me.

Posted in Uncategorized | Leave a comment

Hello World

Aloha and welcome to my new website.   I’ve hastened the creation of this site (installed it two hours ago) as I need  a place to organize all the things I’ve been working on and rather than waiting until I have the time to create the site I would prefer and chasing text files all over the place, I figured I might as well just start putting up the content and let it evolve as it may.

I’ve built some wild web experiences before but I think the time for lightning bugs crawling around on your screen, 3D dandelion menus, and the like are taking a back seat for a bit.  In fact, I haven’t built crazy interfaces of the like in quite some time.  Content should be more interesting than the interface and the interface should strive to make that content accessible, easy, and portable, to name and link a few basics.  At least for now… ;-)

The site you are viewing is running on WordPress 2.9.2 at the moment.  It is being served by the beautiful Nginx web server and PHP 5.2.10.  It’s caching content using WP Super Cache and a few rather interesting rewrite rules in the Nginx configuration.  I’ve recently been moving all my websites from Media Temple, whom served me well for nearly eight years, to a few virtual private and cloud based hosting services.  I’m sure I will blog about my reasons for said migration soon enough.  I hope this site evolves to provide some interesting and useful content.

Read More »

Posted in Nginx, PHP, Wordpress | Tagged , , | Leave a comment
  • Tweet, tweet...

    • At Bocoup Loft for some jquery meetup goodness. 2010-04-07
    • Digging deeper into Media Tags and wordpress... considering quite a few new features for the next version of Tag Gallery... collages anyone? 2010-04-06
    • Fine tuning nginx for http://johnnypeck.com - having a few issues with some optimizations but overall, performance is incredible. 2010-03-31
    • More updates...