Blog

This blog is where we help you improve your software, teach you how to use our tools to solve problems, software tool use cases, and improvements to our software tools.

conference
March 2, 2011
Avatar for Stephen Kellett
Stephen Kellett

Humble in the presence of greatness (or how to feel inadequate really quickly)

Last week I had the pleasure to attend a conference organised by Cambridge Wireless at Cambridge University Møller Centre, Cambridge. The event was free to […]

Life
February 14, 2011
Avatar for Stephen Kellett
Stephen Kellett

Banks are clueless about online security

During November I met Dave Collins from Software Promotions. I saw him presenting two talks on effective Adwords marketing and common mistakes you can make […]

Development
February 2, 2011
Avatar for Stephen Kellett
Stephen Kellett

DLL Version Finder

Sometimes you need to find all locations of a particular DLL on your machine and then check the version numbers. Use Windows Search then right […]

Development
November 19, 2010
Avatar for Stephen Kellett
Stephen Kellett

Problems when subclassing controls

I’m developing a graph control for use in our Memory Validator software tool. Tracking a mouse One of the requirements was that we need to […]

Hints and tips
November 16, 2010
Avatar for Stephen Kellett
Stephen Kellett

Don’t try this at home – custom control time sink

There are times when writing a custom control will waste your time like nothing on earth. I’m going to share with you a particularly painful […]

Talks & conferences
October 16, 2010
Avatar for Stephen Kellett
Stephen Kellett

59 seconds with Eric Ries

Yesterday I had the pleasure to visit TechHub to listen to Eric Ries talk about the lean startup. Like some others attendees I could not […]

sales
October 5, 2010
Avatar for Stephen Kellett
Stephen Kellett

How to sell your company to Microsoft

The business leaders network has an excellent post by Eric Sink about how he sold Teamprise to Microsoft. Great read. Eric is the author of […]

Porting to Win64
September 15, 2010
Avatar for Stephen Kellett
Stephen Kellett

Removing annoying ‘ceil’ : attributes not present on previous declaration warning C4985

A bug in Visual Studio 2008 when compiling for 64 bit code results in a rather odd warning message. The message is typically shown for […]

Hints and tips
August 8, 2010
Avatar for Stephen Kellett
Stephen Kellett

How to read embedded data from a resource

In the previous article, I showed you how to embed data into a custom resource in your executable. In this article, I’m going to show […]

Hints and tips
August 7, 2010
Avatar for Stephen Kellett
Stephen Kellett

How to embed data into a resource

In this article, I will demonstrate how you can embed data into a Windows PE format executable (EXE or DLL). At the end, I will […]

Fully functional, free for 30 days