Joining the social media party – fashionably late?

Over the next few months we’re going to be adding social-media functionality to the web site. Today’s first small step was to add twitter links but more is planned.

Now I realize that we’re hardly blazing a social-media-engagement trail here but better late than never. Please let us know how you think we’re doing and what we’re missing.

FileLocator Pro version 6 released

We did it! FileLocator Pro 6 is out and it’s looking great, for more information check out the 6.0 release newsletter here:
http://www.mythicsoft.com/Page.aspx?type=flpro&page=rel60

Making major changes to a product is not something to be taken lightly. Most of us have experienced the disappointment of installing a new update to a much-loved product only to find that rather than improving it the result was something bordering on useless.

I remember my personal frustration when upgrading PaintShop Pro from version 7 to 8. What had been a fast loading, easy to use, rock solid application suddenly morphed into a slumbering buggy monster. It was unceremoniously removed from my PC and thrown in the bin. It was only recently, 8 years later, that I felt brave enough to give it another go, now version X3. Sure enough many of the issues have now been resolved and it’s returned as my favourite image editing program but I still remember that sinking sense of disappointment.

Read more of this post

Customer Service… on the other side of the desk

We only really learn about life by experiencing it and no more so than in Customer Service. Over the last few days I’ve had a customer service experience that I’ve found very interesting. A situation in which my very negative opinion of a company was turned around to a pleasantly positive one.

Read more of this post

Where’s the Apple Mac version?

How would you answer the following question:

Do software developers write software for Windows because

a) Windows is REALLY cool and hip
b) Microsoft creates a great environment in which to write applications
c) 90% of all PC users use Windows
d) Microsoft understands and looks after 3rd party software developers
e) Windows users understand that paying for software provides much needed support for their favourite tools and utilities

My answer: “f) All of the above (except a)”.

What’s my point? Well, it’s a convoluted answer to numerous, very complimentary, requests to port FileLocator Pro to the Mac. Usually I reply something along the lines of “We don’t have the resources to support multiple platforms with minimal market share”. But it’s not as simple as that.

Read more of this post

Customer Service

One of the few areas a smaller software company can compete with large software companies, like the Microsofts or IBMs of this world, is customer service.

Our customer service queries are answered either by me personally or by a software developer who can review the actual source code. It pays for us to have software developers answering questions but not just for customer satisfaction. Customers are, more often than not, helping us to make our products better. It’s amazing. They’re spending their time making our product better and then they thank US at the end of it. Simply because we’ve listened to them.

We never forget that we’re the main beneficiary of the correspondence. Who knows how many other people couldn’t be bothered to tell us about the issue/feature deficiency and simply uninstalled the product? As a rule of thumb I put it at around 1 in 100 will contact us, which highlights just how special each correspondence is.

However, there are a rare few people who can create problems and waste time. Suddenly customer support can become quite a challenge. Fortunately we only have one or two challenging users but I thought it’d be interesting to show you the correspondence with one of those users over the past decade to illustrate the harder side of customer service.

Read more of this post

Windows 7 – Command Prompt Here

I’ve been using Windows 7 for a couple of days now and really like it. However, there was one small niggle… my ‘Command Prompt Here’ folder context menu option had disappeared.

It seems that Command Prompt Here has been added as a standard ‘Extended’ option in Windows 7 and that’s where my option had gone… onto the folder’s Extended context menu, which is visible if you hold down Shift while right-clicking on a folder. Since I use that option so often I wanted it back on the regular context menu. Fortunately this is very simple:
1.
Open RegEdit

2.
Go to HKCR\Directory\shell\cmd

3.
Delete the string value ‘Extended’

And Hey Presto it’s back!

Automated Testing

Our automated test system has discovered bugs, often just before a big release, more times than I’d care to admit. It’s an invaluable tool and one recommended by most modern development methodologies. However, I’m not a fan of methodologies in general. Let me preface that with a little bit of personal history…

Back in 1994, while working for a bank in London, I was asked to come up with a specification standard that could be given to any old ‘monkey’ and would produce reliable results. Management were fed up with the code quality and productivity disparities through-out the development teams.

Read more of this post

Running ATL Components created in VS2008 as CLSCTX_LOCAL_SERVER

Yesterday Jasenko, one of the developers here, noticed that our newest components weren’t working in ‘Safe Mode’. Since Safe Mode simply runs the component in a separate process by specifying CLSCTX_LOCAL_SERVER instead of CLSCTX_INPROC_SERVER this had us all quite confused. This used to work seamlessly. On closer inspection it appears that the default settings generated by Visual Studio 2008 are to blame.

Two extra changes are now required for out of process activation to work:

Read more of this post

My issue with Vista

One of the first things you learn as a child, apart from how good chocolate tastes, is that if you do certain things without asking your mother first you’re going to be in trouble. Not all things but some. This is a lesson I think Windows Vista needs to learn.

What are you doing?

My development machine is just that, mine. I use it for at least 8 hours every day and, without sounding too weird, have a close affinity with it. When performing a task I have a pretty good idea how much pain the machine will be in, I can hear the hard drives working, I can see the CPU temperature increasing, I can feel the responsiveness of the machine slow. It’s all cause and effect. However, when I hear the computer working without my instruction, like a mother who’s just found her ever helpful toddler trying to put the carving knives away, I have to ask “What are you doing!?”.

Read more of this post

Bugs can be code styling errors

I just found this while debugging an issue:

if ( isConfigured() ) 
    if ( isAllowed() ) 
        doTask(); 
else 
    noConfigurationIssue(); 

I can’t tell you how many times I looked at that before I saw where the problem was. My brain was so used to following styling hints to see control of flow that it didn’t notice that the actual true flow was different from the visual flow. @*&^!

Follow

Get every new post delivered to your Inbox.