Communication is key

There is a famous saying by Stephen Hawking, which was quoted in the Pink Floyd song ‘Keep talking’, which goes All we need to do is make sure we keep talking.

In business and in life communication is the key to everything that we do, without it everything else falls down. In the modern age of the Internet and mobile phones it has never been easier to communicate with someone, for example you can communicate with someone via

  • Phone
  • Email
  • SMS
  • Facebook
  • LinkedIn
  • Twitter
  • Letter

This is just a few of them. But what actually happens when communication between a two parties actually breaks down?

This happened to me recently personally and it has been a very frustrating experience to put it mildly. Last summer we decided to have some work done in the garden, a job the to be quite honest I have not got the time to get done but really wanted done as it would be much better for the kids. So I did the natural thing and asked around if anyone knew of someone to do the job and sure enough someone was put forward. So he came along, I explained the job to him and we agreed a price. In mid Autumn we finally gave him the go ahead and off we went. Since he agreed to do the work he had got a new job and was training but still wanted the work so it was agreed that it could be fit around his new job. So on the first day it all went well and a lot was done, before leaving he said when he would be back and sure enough he was back again working on it. After he left again, I couldn’t recall when he said he would be back so I texted him to check and he let me know. After the third visit again he left but did not say when he was coming back so again I was chasing to find out when he was coming back. This pattern continued until the fifth day on the job where he hit some problems that was causing some major issue. He said he need to go off and have a think about it. That was in November 2011, since then I have repeatedly attempted contact without out success. The just before Christmas I had a reply to say he would be on it ASAP. I then chased it up a couple of days later but no reply. I chased it up again after the new year and got a reply back to say work had been manic and I had not been forgotten.

Now the work itself does not need to be finished until spring as the garden is not used in Winter but the issue is I have not got a clue what is happening. When my partner says ‘is it always going to be a building site?’,  ’It was better before he started’ and ‘so when is he coming back’ I have no idea what to say as I am not being told anything. The point is that all of the stress and aggravation could have been alleviated by setting the expectations at the outset and along the way. While I may not have been happy with the time frame I would at least know what to expect and more importantly be able to explain what is happening to other people when asked.

The moral of this story is just keep talking. When working with clients I always try to keep the client up to date, whether personally or via one of the team, on what is happening and when they can expect the next action to take place. Always remember; failure to communicate is a communication of failure.

– Rob

Posted in Business, IT Support, small business | Leave a comment

Manyana

One thing of that you come to realise as you go through life is that there is this belief that there is always ‘manyana’, tomorrow. This is seen most prominently in procrastinators and the levels at which this appears varies in the individual. The reality is that putting something off until tomorrow invariably ends up being put off for days, weeks or even months which will always end in you feeling miserable that you didn’t do what you set out to do.

Manyana is something that I have struggled with for sometime and I have tried a variety of methods to overcome this, from paper to-do lists, to electronic to-do lists, task lists in Outlook as well as many more. What all of these methods have in common is that they all rely on personal accountability, which basically means ‘how do you keep yourself accountable for not achieving the work you set out to do?’.

The curse of the procrastinator is that they will put off whatever task or work that needs to be done until such a time that putting it off is more painful than actually doing it. So the question must be, how do I ensure that it doesn’t come to this point? Well the answer to that is very personal and you must explore what works for you as there is no simple answer. For me the answer is to be accountable to others; being accountable to yourself works well for some people but not so good for others. The key for me is to make the statement on what I need to do to either friends, family, work colleagues etc, that way if I do not set out what I aim to achieve then I have to answer to others why not. Now that, for me, tends to have more pain than not doing what I set out to do in the first place. It’s not a perfect system but it is as good as it gets for now.

I’d love to hear what other have done or currently do to battle their demons.

Posted in Personal, Personal Develoment | 1 Comment

Good service

I, like many of the people that I associate with, strive to deliver good service to our clients. Indeed my basic hiring criteria when taking staff on is they must have the right attitude and personality, everything else can be taught. That may seem a little out there but I don’t think so as I run a people business that happens to do IT not an IT business that happens to deal with people.

Bad service will ALWAYS be discussed by many with the storey repeated many times. By contrast a good service will only be discussed with a select few people but they will be raving fans. In the last few days I have had a bad service from a company, I won’t go into it here, but suffice as to say I will not only avoid using them ever again but I will ensure that everyone I know does too.

As a friend of mine likes to say ‘you are only as good as your last job’…..wise words.

– Rob

Posted in Business, Personal Develoment, small business | Leave a comment

Time errors

I had an interesting call from a client this afternoon telling me that his client PC’s were all showing the wrong time by about 10 minutes. Now since they have SBS 2008 there should be nothing to worry about as it uses the Microsoft time server time.microsoft.com to keep the correct time. So after logging on to the server I confirmed that it was indeed 10 minutes adrift. A quick check showed the following:

C:Usersadministrator>w32tm /stripchart /computer:time.windows.com /samples:5 /dataonly
Tracking time.windows.com [65.55.56.111:123].
Collecting 5 samples.
The current time is 05/09/2011 16:47:27.
16:47:27, error: 0x800705B4
16:47:30, error: 0x800705B4
16:47:33, error: 0x800705B4
16:47:36, error: 0x800705B4
16:47:39, error: 0x800705B4

Since this was showing an error trying to get the time, I checked it against one of the UK time servers and got the following result:

C:Usersadministrator>w32tm /stripchart /computer:0.uk.pool.ntp.org /samples:5 /dataonly
Tracking 0.uk.pool.ntp.org [195.59.148.18:123].
Collecting 5 samples.
The current time is 05/09/2011 16:49:46.
16:49:46, -661.4346981s
16:49:49, -661.4415467s
16:49:51, -661.4392247s
16:49:53, -661.4351922s
16:49:55, -661.4401522s

This showed that there was a clear time skew taking place. So the best course was to reset the time source to a known good source using the following commands:

w32tm /config /manualpeerlist:0.uk.pool.ntp.org /syncfromflags:manual /reliable:yes /update

net stop w32time

net start w32time

Now a quick check shows that now that we are keeping much better time:

C:Usersadministrator>w32tm /stripchart /computer:0.uk.pool.ntp.org /samples:5 /dataonly
Tracking 0.uk.pool.ntp.org [109.74.206.120:123].
Collecting 5 samples.
The current time is 05/09/2011 16:49:47.
16:49:47, +00.0726604s
16:49:49, +00.0008012s
16:49:51, +00.0017108s
16:49:53, -00.0007301s
16:49:56, +00.0486631s

Not too sure if this is affecting everyone but there does seem to be a trend, hopefully this will help others.

– Rob

Posted in IT Support, SBS, small business | Leave a comment

Useful technology

Every once in a while a piece of technology comes along is really useful. When I say useful I mean really useful, that has the potential to change the way that we work forever. Some great examples of this are the digital camera, iPod and the mobile phone. All of these devices really did change the way we did things or changed our lives.

Another one of those devices, in my opinion, is the iPad. When the iPad first came out there was a ‘gold rush’ to own one and as keen as I was to own one I held back since I am practical by nature and have to justify anything I purchase. So I sat back and waited while I built a genuine case for purchasing one. This went on for a year until finally I came to the decision that I would get one and after a quick shop around I got an iPad 1 at the right price and I have not looked back since.

Over the last few months I have built up a good collection of apps that have made my iPad into the great business tool that I need. Last week though was the first time that I went off to a conference without my trusty laptop or netbook should I need to do some support etc. I have to say that the iPad held it’s own throughout the day, admittedly I have remote access to a Windows 7 virtual PC for support. None the less it still was able to handle everything I needed to do with ease and was infinitely easier to carry around than the traditional tools of the trade.

This has made the iPad my most functional gadget purchase this year, if not of all time and I would highly recommend one to anyone

– Rob

Posted in Business | Leave a comment