Skip navigation.

Useful utilities

Nice Pomodoro Timer

useful utilities

If you've been following pairwith.us then you may have heard us mention the the pomodoro technique.

If you're a mac user (as I now am) and use the pomodoro technique (or want to try it) you may find this timer dashboard widget useful, that with some minor tweaking looks like this:

Word of the Day: Technoratified

useful utilities

I’ve now technoratified. According to websearch.com.au I have invented a new word. Unfortunately, Microsoft finds it 7 times, Ask 15, Google 27 times, and Yahoo 35 times. Webcrawler uses all of those search engines together and finds it 18 times; Dogpile also uses those same search engines and finds it 15 times. Curious. If you click on the links, you can try it yourself, but the results have changed thanks to this post. Anyway, after a conversation with some developers a few months ago about it, and reading about Cem Kaner and Michael Bolton make the move last November, I am also now on Technorati .

Snipping: a hidden free tool for screen capture

useful utilities
In Windows Vista, there’s a utility known as the Snipping tool – for whatever reason the tool is fairly hidden unless you go digging. Type in Snipping at Start and the utility loads up. Snipping is helpful for capturing screens. You can find more on Snipping here . I know there are other tools on the market for screen shots but this one is free and if you end up on different laptops like I frequently do, you can’t always install every utility you like.

Excel Podcast

metrics | useful utilities
If you’re interested in data analysis and/or want to improve your Excel skills, check out this podcast. Bill Jelen, the self-proclaimed, MrExcel, offers a free daily 2 minute podcast. His podcasts are well-labeled so you can locate the topics you’re interested in. The opening music is so awful I’m not sure if he’s trying to be amusing but hang past the music because the tips are highly usable.

Firebug! The Firefox Plugin for web development and testing

useful utilities
[textile] Firebug... Too many features to list... but since it's a free firefox plugin, why not "check it out for yourself":http://www.getfirebug.com/?
Firebug is always just a keystroke away, but it never gets in your way. You can open Firebug in a separate window, or as a bar at the bottom of your browser. Firebug also gives you fine-grained control over which websites you want to enable it for.
!http://www.getfirebug.com/screenHome-js.gif!:http://www.getfirebug.com/
Debug and profile JavaScript Firebug includes a powerful JavaScript debugger that lets you pause execution at any time and have look at the state of the world. If your code is a little sluggish, use the JavaScript profiler to measure performance and find bottlenecks fast.
!http://www.getfirebug.com/screenHome-net.gif!:http://www.getfirebug.com/

Modeling Application Usage Visually, Google Tech Talk

general software testing | non-functional testing | other online resources | performance testing | perspectives | useful utilities
Some folks have said that I should get this on my blog, so here it is. If you like it, rate it... if you don't... umm... well... let your conscious be your guide. ;)

Modeling Application Usage Visually

Play Video

Another use for a Hex Editor

useful utilities
One small task I currently have is using small text files to feed a test simulation application. Each character provides either data or a setting of significance to the test. This means I need to read small text strings and count carefully to update the alphanumeric characters. If I’m off by a character, it can affect the test dramatically so I have to be very careful. It is a tedious but essential task.