Score one for the geeks…Rubik’s Cube is something I avoided growing up, so now I’m glad I can pay $1 to have my phone solve it…
Score one for the geeks…Rubik’s Cube is something I avoided growing up, so now I’m glad I can pay $1 to have my phone solve it…
I promised earlier that I would take the Balsamiq Mockup tool for a ride and let you know how it went. I have, and here it is…
Installation
I decided to take some time I had waiting for a late plane one evening to install the application. Balsamiq uses Adobe Air 1.5 as an application platform – much like Java, you don’t need to worry about operating system anomalies when you’re coding, and Air is quickly on its way to becoming very popular. It took about five minutes to install both the Air 1.5 client and the Balsamiq code, using a Sprint mobile broadband connection on my MacBook. No sweat installation, other than a nagging “Are you sure you want to install” message – I have a pet peeve about those messages; just install the thing and make it easy for me to take it off later, thanks.
Anyway, in five minutes I was up and running, looking for all the world like a native OS X application. So far, so good…
Usage
After a gentle reminder to enter my registration code (thanks), I was off and running. For you programmers out there, the product basically works just like any visual IDE you’ve used, or like Microsoft Visio – you drag controls onto the page, and move them around by selecting and dragging. The edit keys work as you’d expect, and you can select multiple items and move as a group. I still can’t get over the “Calvin and Hobbes” look to the product, and it actually makes designing pages fun just because of that.
There’s a cool little gradient box that pops up after you drop a control. It’s context-specific to the control you’re using, and lets you change typical format things about the control, like font size, alignment, and the like. Because of this box, the actual menu for the application is deceptively small – I hope this is the way that these interfaces are going: put the tools you need in a floating object right next to where you’re working. I’ve burned a lot of mouse miles going to the top of the window to do stuff like that in my career – it’s a nice touch.
The page I’m designing has tabs on it, with four different tabs for different types of data entry. I dropped a tab control on the page and quickly renamed the tabs from the default. As I was resizing, I got a pixel dimension figure in the middle of the box – another nice touch; right where you can’t miss it. I was hoping to have it work like a real tab control, and change the view of the controls based on what tab is selected. Alas, there doesn’t appear to be an easy way to do that (or any way at all), so I’ll have to put together four mockups for each tab. Regrettable, but no big deal.
Output
A mockup is no real good unless you can share it, so the export facilities are very important. Fortunately, it takes only a few brain cells to get sharable outputs out of Balsamiq. I finished four pages of output – four tabs for my proposed page. It took a grand total of two mouse clicks – Mockup | Export All Snapshots to PNG (on the menu) – to produce four PNG files suitable for uploading to a wiki. Total time – five seconds. Sweet! You also have the option of saving to XML for more sharing opportunities in other tools, but I’m not doing that right now.
Conclusion
It took me about an hour in total time to install the product, draw up four pages, and export them to image files – which is at least twice as fast as I’ve done in the past. The operation of the program is a lot like working in a programming IDE, but you don’t have to worry about constructing a scaffold of code behind it just to see what the pages will look like, as many IDEs require you to do. The “drawing” quality of the output encourages casual conversation about design without getting wrapped up about specific look and feel, which is also an advantage to me – taking away unnecessary items is always good.
All told, I’d give Balsamiq two big thumbs up, two major snaps up, five stars – whatever your favorite rating system…It will be a major part of my future efforts, and I encourage you to consider making it part of yours, too!
This is a couple of days late, but no less funny…
(You could get ads if you don’t have a Salon subscription – sorry)
This is a day of independence, for all the munchkins and their descendants…
(Metaphorically, of course…no flaming in the comments, or Secret Service visits)

To the last, I will grapple with thee… from Hell’s heart, I stab at thee! For hate’s sake, I spit my last breath at thee!
(h/t Ed Gibbs)
If you design software or Web pages for a living, you invariably draw up sketches of how your pages will look. A lot of times, you do that on a piece of paper; sometimes, you make a sample page with no “guts” in the tool of your choice. Here’s a compromise:
I’m going to give this sucker a test drive – it looks easy to use, quick, and flexible – and let you know how it goes…
My first post for my new employer, Baseline Consulting…
I’ve Never Metadata I Didn’t Like
(I’m not responsible for the title, so if you don’t like it, I’ll just pass that message along…)
I will be blogging occasionally for Baseline regarding MDM, governance, and assorted other BI topics. I’ll be continuing to blog about anything I damn well please here…
A post from Bob DuCharme’s blog exposes a fallacy in popular opinion on computing in general, and databases in particular…
Hey CNN, SPARQL isn’t so difficult
The CNN report disparages SQARQL queries on semantic information as “long (and) convoluted” and determines that the technology is doomed because of this. You know, guys, regular ol’ SQL on relational tables is just as long and just as convoluted, but most end users never actually see it in query tools. The main difference is that SQL tools have about a 20 year head start in hiding the complexity, whereas SPARQL tools are relatively immature. You can’t write off an entire technology based on the current set of tools, but the popular media seems to have no problem…sheesh…
That’s not to say that the current SQL tools are all that great – I’ve always maintained that query/reporting is one of the holy trinity of complexity in any computer installation, along with workflow and security – but just because you, Mr. reporter, can’t understand it doesn’t make it unusable…