About Us

Bulletpoint StarImulus® is a technology focused design + interactive agency.

In addition to our client services we also have a few products in the works. Our office is always filled with chatter and this blog is an outlet for our creative energy, rants and ideas.

Podium

StacksStacks ®
A group task management solution that finally makes sense.

Sign Up For A Free Trial »

Featured Project

Category: usability

Aug5

Uses of Stacks: “Here Comes the Bride”

For all of my three years at Imulus, I have always known the joy that is Stacks. I’ve seen it as a glimmer in George’s eye to the project management powerhouse it is today. Recently (or not so recently) I have taken on the arduous task of… planning a wedding (cue ominous music and lightning). Knowing my typical knee-jerk reaction to procrastinate and then forgetting what I needed to do in the first place, I opted to use Stacks for personal use.

The Good

Like so many brides-to-be before me, I have been using The Knot to stay on track with my wedding to-dos. The Knot does a fantastic job of divvying out to-do’s based on your time-line. Unfortunately because there have been so many brides-to-be who enjoy the usage of this site, it has become bloated with ads, banners, links, animated gifs, you call it, they have it. Furthermore, sometimes the to-do’s don’t apply to me (i.e. no videographer).

So instead of digging around in the links and ads of The Knot, my “wedding planner” populates Stacks with the to-dos. This is helpful when there are tasks specific to the bride or groom or maid of honor etc. Furthermore, if the to-do has any other information, I can add notes in the details and I can adjust the urgency of each task.

The Bad

Thaaat's embarrassing
I mentioned my procrastination, right? It’s a wonder I completed this blog at all. Anyway, one problem I encountered is that unlike my thorough use of Stacks at work, I have a tendency to ignore tasks in my wedding stack list. Because each task is something I need to complete by the end of the month, I usually ignore it till I get nagged about it. Sort of defeats the purpose of Stacks. However, I chalk that up to user error.

Another problem I encountered is my wedding planner is no project manager. Each month a task dump occurs and each task isn’t carefully scoped out giving it the correct due date, actionable date and details within the task. Stacks isn’t utilized to it’s full potential. It becomes a to-do checklist for whenever I get around to it.

The Conclusion

Being the sexy app that it is, Stacks is an extremely powerful project management tool. I’m glad I have the opportunity to use it for my wedding so I don’t have a random freak out that I am forgetting to do something. However, it is becoming a glorified to-do list. There is nothing wrong with this, I just know what Stacks is really capable of. So thanks, Stacks, for helping remind this procrastinator that she is continuing to procrastinate, but will get around to it eventually.

Apr8

A Graphic Designer’s Review of the Magic Mouse

Before I dive into this review, you should probably have some background information. First of all, as the title suggests, I am a graphic designer for a web design company. I spend 90% of my time on Adobe Creative Suite programs (most of that time is dedicated to Photoshop). Second of all, I am a female. This piece of information applies to this review because as a woman, I am genetically predisposed to have smaller hands than (most) men. Lastly, I have run through the gambit of Apple mouses since 2004. That being said, lets get started, shall we?

The good:

1. The size. I love the way this thing conforms to my hand. So much so, I feel like all other mouses feel too large and clumsy. I have read reviews where people have claimed this mouse is too small and light. I have not had this problem – however as stated previously, I have normal sized hands for a 5′8″ female which means they’re relatively small.

2. The scrolling. The predecessor to my Magic Mouse was of course the Mighty Mouse. One of the main problems I would have with the 360 scroll ball on the Mighty Mouse was it would become gritty and would stop being functional. This could always be cured by holding it upside-down and puffing can o’ air into the recesses of the 360 ball. Obviously this problem is cured by Magic Mouse. Please note – being a control freak while using Photoshop, I turned off the momentum scroll. I have been told this is a nice feature, but I can’t say that from personal experience.

3. The right-click. Although the right click is functional with the Mighty Mouse (as long as that is specified in the system preferences), I feel like the Magic Mouse’s right-click is more responsive and intuitive.

The bad:

1. The sensitivity. This is a double-edged sword. Sure, it’s nice when you WANT to scroll, but when you don’t it’s a pain. This rears it’s ugly head often when I am using Photoshop. An example of this is when I have the color picker window open. Notice on the screen shot the field next to the “R” (meaning red) is highlighted; this happens by default when one opens this color picker window. What happens when this field is highlighted is the scroll functionality on your mouse can easily add and subtract the color red. Many times I have barely brushed the top of the mouse and it will change my selected color without my consent. There is no clear area on your mouse where the scroll sensitivity begins, so just laying your hand on the top of the mouse can create a scroll with any slight movement.

2. The two finger swipe. This also goes back to the sensitivity problem. I had to turn this option off after I was working on code in our CMS and my fingers brushed the top of the mouse. The mouse somehow gleaned from this that I wanted to go back to the previous page in my browser, and thus losing all of the work I had just completed.

The conclusion:

After turning off the two finger swipe functionality, life has been easier along with learning how to deal with the problems in Photoshop. I haven’t yet ditched this mouse for the older Mighty Mouse (which is still in my possession), but that’s only after adapting to its downfalls. Basically my conclusion to this review is I would NOT recommend this product to a Graphic Designer, but I would recommend it to people who don’t use Adobe Creative Suite.

Aug19

Safari’s lack of view background image and other infuriating developer restrictions.

In the Beginning

When I first started using Mac OS X in college I fell in love with the Safari web browser. It was light weight, sexy, and fast. Unfortunately, the more I ramped into complex web development the more I realized Safari’s severe developer limitations. Back then developers had to enter terminal commands to even gain access to Safari’s developer menu. And, once turned on, the developer menu lacked the oomph of Firefox’s flourishing Firebug and Web Developer Toolbar extensions.

Since that day I’ve been using Firefox heavily for development and only occasionally jumping into Safari to test site feel and functionality.

Then, about a year ago, Safari started making real steps to support web developers. The release of Safari 4 earlier this year capitalized a nice upswing in Safari developer improvements. But, unfortunately, Safari still lacks some of the most basic development capability.

In my opinion, if Safari doesn’t address the following three issues, it will never become a viable competitor to Firefox for developers.

Source View Made for the 80’s

Any time your browser’s source code view renders like Internet Explorer’s you really need to sit down think things over. Is this acceptable, am I being an asshole? The answer, obviously, is yes.
A comparison of Firefox and Safari source code.

Let Me View Background Images!

Firefox and IE background image optionsThe web is no longer a mass of tables and img tags. Thanks to CSS we’ve started abstracting background effects from real content. Knowing this, there is absolutely no reason why Safari shouldn’t have a view background image option. Safari, do you really expect me to right click, inspect element, and then track down the CSS that links to that background image? Give me a break.

Target HTML Elements Faster

The best thing about the Web Developer Toolbar extension for Firefox is that you can hit cmd-shift-y and instantly view HTML elements. This is perfect if you’re trying to track down a styling issue or remember an ID name. It’s fast, easy, and accurate. Safari’s right click > inspect element isn’t even in the same ballpark as this. And, as hard as I’ve tried, there’s no way to reassign the Inspect Element shortcut in OS X.
screencast

Conclusion

Safari, you’re a great consumer browser. And yes, WebKit is a phenomenal web rendering engine. Hell, even Google loves you. Please, just fix these small problems and I’ll switch to you full-time, I promise! Until then, I’m going to continue buying FireFox t-shirts.

Mar30

The Euro & the Usability of Coins

It’s amazing how many times we overlook the importance of usability with objects we encounter on a daily basis. Take for instance, coins. This seemingly simple object has basic usability elements which should be considered during the design process:

  1. Weight. It makes no sense to carry a coins which are heavy and are burdensome to transport in a pocket.
  2. Size. They need to be small enough so that many of them can fit into a pocket, yet large enough to be easily read.
  3. Material. Should be durable enough to resist wear and tear, yet not expensive to massively reproduce.
  4. Art. A good coin should say something about the country and the culture it comes from.

I’d also argue there is a 5th trait which somehow seems to be lost in a survey of coins. Accessibility.

Let’s look at American coins.
american-coins
There is zero logic to the corresponding value of the coin and the size. But most importantly it lacks any numeric representation. A foreigner using American coins needs to either recognize the coin or read the English text to interpret it’s value. Compare this with the Euro, which clearly denotes the value of each piece.
picture-2-181

From an accessibility standpoint, American coins are unfriendly. They lack the universal visual data to quickly understand the value of each piece. Since we’re undergoing all this “change” lately, why don’t we just take a moment to revamp all our coins as well. Let’s make a Yankee version of the Euro.

Feb27

External Links: New Windows or Not

300px-external1In the spirit of my post about the HOME button, I’ve also decided to take on the question of linking visitors from site A –> B. It’s my honest belief that a website shouldn’t trap the user by tossing all external links into a new browser window. To my surprise when I posted this question question to the LinkedIN community an overwhelming number of comments were in favor of popping up new windows for any links which take the user outside of the main site.

I believe I can break web users into two major groups;

Shorties – Those who are savvy and understand how to use shortcuts.

Mousers – Those who rely only on left-mouse clicks and are still learning how to use the right mouse button.

I don’t believe we should cater to the Mousers. There is a browser back button for a reason; to return you to the page you were just on. I’m not buying the bullshit argument that users will click on a link and forget how to get back to your site. I do however think that when you force new windows upon the user you run a greater risk of the user closing your site, in which case they lose the ability to click BACK.

Let’s just agree to keep it consistent and stop the madness of new browser windows UNLESS the user willingly right-clicks or opens them in a new tab…..by choice.