Wednesday, 4 April 2012

Social Business Today awarded my interview in to the Top 10 Social Media Stories Of 2011


Back in June last year I conducted an interview with Computer Weekly.

It was published as "CIO interview: Keep Britain Tidy head of IT Rich Kavanagh on social media strategy" and I received some great feedback at the time from my peers and interested-parties alike.

I've just found out however that my interview made it in to the Top 10 Social Media Stories Of 2011 as published by Social Business Today.

You can find my interview, alongside the other nine top social media stories of 2011 at http://www.socialbusinesstoday.net/2011/12/top-10-social-media-stories-of-2011.html







Saturday, 21 January 2012

Did a 15 megabyte hard drive really cost $3,000?


I recently stumbled upon this old advert for a 15-Megabyte Hard Disk Drive.

The thing that stood out the most was the sheer cost:


The drive plus installation kit would have set you back nearly $3,000, a cost of around $200 dollars per megabyte!

A modern 1 Terabyte drive (which is 1,000,000 megabytes) now works out at less than $0.07 per megabyte...









Friday, 13 January 2012

How to print from an iOS5 iPod, iPhone or iPad, without using a compatible AirPrint printer


Looking to print from your iOS5 iPod, iPhone or iPad without using a compatible AirPrint printer?

If so, this is the guide for you.

First things first though, read and do this:

How to print from an iPod, iPhone or iPad, without using a compatible AirPrint printer

Once done, iOS4 devices will be able to print fine.

With the release of iOS5 however, Apple 'broke' this trick and all iOS5 devices were suddenly unable to print to non-AirPrint compatible printers again.

This is how you get iOS5 devices printing once more:

1) You need to unregister your currently installed AirPrint Service. To do this, run a command prompt (make sure you run the command prompt as Administrator) and type:

sc.exe delete Airprint

2) Run services.msc and stop the AirPrint service (this will cause it to then be removed)

3) Now you need to re-register the AirPrint service, but with more detailed options. From your command prompt, type:

sc.exe create AirPrint binPath= "C:\Program Files\AirPrint\airprint.exe -R _ipp._tcp,_universal -s" depend= "Bonjour Service" start= auto

(note, those spaces should be there)

4) Now start the AirPrint service running again:

sc.exe start Airprint

5) That's it, you're back in business!

You'll now be able to see your shared printers in your iOS5 devices again.

A couple of points to note on the above. If you see a padlock next to the name of the printer, you'll need to enable the Guest account on your computer and / or give the Guest account permission to the printer share (under the Security tab of the printer properties). You'll need to restart the AirPrint service once you've edited the Guest account. Not ideal, would be interested in an alternative to making the Guest account live.

Another point to note if you're on a 64-bit system, the path in instruction point three (above) might be wrong, you might need to use a \Program Files (x86)\ instead of \Program Files\

Possible trouble shooting issues with the above, various things to try:
  • If you get a "StartService FAILED 1053" error, it'll be because your command prompt wasn't being run with elevated Administrator permissions. Be sure to right click on the cmd.exe and select "Run as administrator".
  • If not set already, run services.msc, double click on the AirPrint Service, select the Log on Tab, click the Log on as Local System account and set the Allow Service to Interact With Desktop check box.
  • Reboot your iOS device.
  • Add AirPrint.exe to your firewall exceptions.

Enjoy.