Bug reporting – picking on Adobe but it could be you too

Share

No, not that kind of bug!Working in the IT industry, I all to well aware of internal and external bug tracking/issue management systems. I’ve seen a number of home grown solutions, including the one I co-designed and use in Lotus Notes, as well as commercial ones, some big, like Saleforce’s and small, like Fog Creek’s. Each has their merits, but some systems, just don’t make it easy and friendly to report bugs, and I can’t imagine what it is like to be on the receiving end of a bug report generated from these capture mechanisms. Sure there is the issue of a user reporting something as a bug, when it is really a feature 😉 or just a RTFM situation, but for capturing potential bug information, regardless of the accuracy of it, a solid system makes it much easier to assign, delegate, prioritize and resolve bugs.

I am going to pick on Adobe here, because just recently I had the need to report a bug in Photoshop Lightroom, but I’ve seen a number of software companies and service providers that are sorely lacking in this arena.

Make it easy to locate the link/place where you go to report bugs

I didn’t start out on the official Photoshop Lightroom page, but I did a quick search in Google and found their “Adobe Public Bug Database and Issue Reporting System” but that only had a few products listed on it, none were Photoshop related.  A further Google search found this Go Media Zine article, which lead me to the correct Adobe page for “Feature Request/Bug Report Form“. This will be the focus of the rest of the post.

Read more of this post

Share

Integrating slideshowpro with galleria using php

Share

The other day a friend of mine, Scott tweeted about getting slideshowpro to work with galleria. As someone who is usually up to a little coding challenge from time to time, and not knowing anything about slideshowpro nor galleria, I challenged myself to get it working with his wordpress setup.

Does anyone know if there is a way to make Galleria (JQuery) work off of a SlideShowPro XML file?less than a minute ago via Tweetie

I started researching slideshowpro, and I knew that is used XML based feeds into the flash SWF’s that they use, but what I didn’t immediately know, was that the XML it produced was dynamic. I set off coding some simpleXML stuff in php, based on an XML file Scott had cached on his server. Once I got that working with galleria, I started to tackle the DirectorPHP API.

I knew Scott uses the Thesis theme on his site, which is capable of including php files, outside of the normal wordpress stuff, without resorting to plugins. So once I got my php code working as a standalone page, all he’d I’d have to do is a few tweaks, and then include it in Thesis.
Read more of this post

Share