<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Stuart Hardy</title>
	<atom:link href="http://www.stuarthardy.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stuarthardy.com</link>
	<description>London-based Web and IT consultant</description>
	<lastBuildDate>Wed, 14 Sep 2011 11:31:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>WordPress 2.8.4 upgrade</title>
		<link>http://www.stuarthardy.com/2009/09/08/wordpress-2-8-4-upgrade/</link>
		<comments>http://www.stuarthardy.com/2009/09/08/wordpress-2-8-4-upgrade/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 08:59:55 +0000</pubDate>
		<dc:creator>Stuart</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.stuarthardy.com/?p=70</guid>
		<description><![CDATA[I spent most of Sunday and much of yesterday upgrading all of the WordPress installations that I&#8217;m responsible for, following the news that an internet worm is trawling the web looking for sites with security vulnerabilities.  The scale of this particular attack is considerable, because the worm targets all versions prior to the current 2.8.4, [...]]]></description>
			<content:encoded><![CDATA[<p>I spent most of Sunday and much of yesterday upgrading all of the WordPress installations that I&#8217;m responsible for, following the news that an internet worm is trawling the web looking for sites with security vulnerabilities.  The scale of this particular attack is considerable, because the worm targets <strong>all </strong>versions prior to the current 2.8.4, which was only released on 11 August &#8211; less than a month ago.  A friend had already had one of her sites hacked and I&#8217;ve since read about others I know who&#8217;ve been affected.</p>
<p>When I first heard about this issue, I was a bit slow to get to grips with its urgency and vaguely planned to do the upgrades &#8220;sometime&#8221; this week.  The hacked friend urged me to take it much more seriously.  Now I&#8217;m reading some of the horror stories of people trying to fix their hacked sites, I&#8217;m so glad she made the effort.  At the risk of sounding like a latecoming evangelist, I&#8217;m going to repeat the warning.  <strong>Don&#8217;t wait &#8211; do it now</strong>.  Lorelle provides the best <a href="http://lorelle.wordpress.com/2009/09/04/old-wordpress-versions-under-attack/">summary</a> that I&#8217;ve read about this.</p>
<p>My newest client site, which is still at the pre-live stage, was already on version 2.8.4.  All of the rest were at various version levels: 2.3.x, 2.5.x, 2.6.x and 2.7.x.  Some of them hadn&#8217;t been upgraded because there had been no pressing need for clients to engage me to do so, some because they depended on plugins that weren&#8217;t compatible with 2.8 and some because of pure inertia.  I was a little daunted by having to upgrade so many sites so quickly, but in the end everything went relatively smoothly.</p>
<p>The biggest technical issue that I encountered was that some of the files in one particular installation were owned by the web server, rather than by my account.  This meant that I couldn&#8217;t delete them prior to the upgrade.  I was rather puzzled by this, because other installations on the same server didn&#8217;t have the problem.  The solution in the end was to run a custom Unix shell script via CGI.  It was very quick and dirty, with no error checking.  This is what it looked like:</p>
<pre>#!/bin/sh
/bin/rm -rf /usr/www/users/[account name]/path/to/some/files/*
/bin/rm -rf /usr/www/users/[account name]/path/to/other/files/*
 echo "Content-type: text/html"
 echo ""
 echo "&lt;html&gt;&lt;head&gt;&lt;title&gt;Deletion script&lt;/title&gt;&lt;/head&gt;&lt;body&gt;"
 echo "&lt;p&gt;script has run&lt;/p&gt;"
 echo "&lt;/body&gt;&lt;/html&gt;"
exit</pre>
<p>I put it into the cgi-bin directory for that particular website, changed its permissions to make it executable and then ran it.  The first time, it failed.  This was because all of the end-of-line characters had changed to ^M in the process of transferring the file from my PC to the Unix host.  A quick spot of editing in <em>vi</em>, the Unix editor, soon sorted this out.  After this, it ran perfectly and did exactly what it was supposed to.  I made sure I deleted it when I was done with it, keeping a copy for future reference.</p>
<p>As far as WordPress plugins were concerned, I feared the worst and was pleasantly surprised.  When I&#8217;d last scouted around towards the end of July to check plugin compatibility with 2.8, few of the ones that I use were formally supported.  Since then, presumably due to the focus on the pre-2.8.4 security issues, every single one is now entirely compatible with the latest version.  Nothing broke on any of my sites.  Now they&#8217;re all done, I have that feeling of contentment that comes from a good spring-clean.</p>
<p><strong>Update:</strong> a week later, everything&#8217;s still going strong.  Only one issue emerged on one site after a couple of days.  In upgrading to the latest version of the <a href="http://wordpress.org/extend/plugins/twitter-tools/">Twitter Tools</a> plugin, I failed to spot that you now need a bit.ly account and API key if you want the plugin to auto-generate links to blog posts in the &#8220;tweets&#8221; that it creates.  Easily remedied, it took less than five minutes to sort out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stuarthardy.com/2009/09/08/wordpress-2-8-4-upgrade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Cobbler&#8217;s Children&#8230;</title>
		<link>http://www.stuarthardy.com/2009/09/07/the-cobblers-children/</link>
		<comments>http://www.stuarthardy.com/2009/09/07/the-cobblers-children/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 09:16:58 +0000</pubDate>
		<dc:creator>Stuart</dc:creator>
				<category><![CDATA[Freelancing]]></category>

		<guid isPermaLink="false">http://www.stuarthardy.com/?p=64</guid>
		<description><![CDATA[&#8230; always have the worst shoes, so the saying goes.  In other words, even the most dedicated professional sometimes fails to apply their skills to their own needs closest to home.  I&#8217;m a web and IT freelancer who makes an increasingly large part of his living from blogging and social networking, yet I haven&#8217;t updated [...]]]></description>
			<content:encoded><![CDATA[<p>&#8230; always have the worst shoes, so the saying goes.  In other words, even the most dedicated professional sometimes fails to apply their skills to their own needs closest to home.  I&#8217;m a web and IT freelancer who makes an increasingly large part of his living from blogging and social networking, yet I haven&#8217;t updated my own blog for nearly seven months.</p>
<p>Mea culpa.  It&#8217;s time to sort that out.</p>
<p>The good news, from my point of view, is that I&#8217;ve had an incredibly busy and exciting Spring and Summer.  I&#8217;ve been involved in a range of satisfying projects and continue to acquire business via personal contacts and word-of-mouth, which I hope means that people value what I do and are happy to recommend me to their own friends and business partners.</p>
<p>The need to keep my blog updated from a marketing point of view has therefore not been foremost in my mind.  However, that&#8217;s not what it&#8217;s all about.  Much of my own research and skills-building is based on the things that I read in other people&#8217;s blogs and I&#8217;m well aware that it&#8217;s been a rather one-way relationship.  I&#8217;m not giving much back in return.</p>
<p>So, my &#8220;back to school&#8221; resolution for September is to make a point of writing much more about the issues that I encounter in my work.  Earlier this year this blog focused on documenting specific technical issues that I&#8217;d come across, but much of what I do these days is based on the broader concepts of how you communicate with people via the web.</p>
<p>Sometimes I worry that if I describe the full range of the services that I can offer, I&#8217;ll come across as an unfocused dilettante.  I don&#8217;t think that&#8217;s true.  I&#8217;m not necessarily a jack of all trades, but I&#8217;ve mastered many.  I&#8217;m driven by the idea that fellow blogger Steve Hardy (no relation) calls &#8220;<a href="http://creativegeneralist.blogspot.com/">creative generalism</a>&#8220;.  In other words, eclecticism is power.</p>
<p>I did a bit of brainstorming with a business contact recently and he offered the tongue-in-cheek suggestion that my core marketing message should be &#8220;I am the glue&#8221;.  It&#8217;s possibly the worst slogan ever, but it does highlight the way that I connect things together into a larger whole.  That&#8217;s the underlying theme of what I do and what I want to write about.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stuarthardy.com/2009/09/07/the-cobblers-children/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HP Officejet 6300 series drivers</title>
		<link>http://www.stuarthardy.com/2009/02/11/hp-officejet-6300-series-drivers/</link>
		<comments>http://www.stuarthardy.com/2009/02/11/hp-officejet-6300-series-drivers/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 13:23:33 +0000</pubDate>
		<dc:creator>Stuart</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://www.stuarthardy.com/?p=58</guid>
		<description><![CDATA[One of my clients has a couple of HP Officejet 6300 Series all-in-one printer/scanner/fax units (model 6310 in particular).  These units come with a comprehensive set of software for scanning and image manipulation, in addition to the basic drivers.  I&#8217;ve always found the Windows XP software installation rather tricky.  It seems to take far longer [...]]]></description>
			<content:encoded><![CDATA[<p>One of my clients has a couple of HP Officejet 6300 Series all-in-one printer/scanner/fax units (model 6310 in particular).  These units come with a comprehensive set of software for scanning and image manipulation, in addition to the basic drivers.  I&#8217;ve always found the Windows XP software installation rather tricky.  It seems to take far longer than it reasonably should, even on well specified hardware.</p>
<p>On Monday I reconfigured one of these printers to connect directly to the office&#8217;s ethernet hub, so it could be accessed wirelessly by the business&#8217; laptops rather than needing to connect directly with a USB cable.  HP offers various software installations, so on my own laptop I chose to install only the drivers.  The installation routine completed, asked me to reboot and told me that the printer was ready to use.</p>
<p>The only problem was that it didn&#8217;t appear in my list of Windows XP printers.  I didn&#8217;t think this was worth troubleshooting; my laptop has had all kinds of software loaded on it and has connected to several different client networks in its time.  I figured things would be fine on this client&#8217;s own laptop.  I installed the full software package onto his machine, but after two hours it was obvious the process had frozen.</p>
<p>Time was running out, neither the client nor I wanted to spend much more of my time on this issue and I needed to be making my way back to London.  I rebooted the machine and went for a basic driver-only installation on his machine.  The software discovered the printer on the network, completed successfully and promised printer availability after a reboot.  The problem was, once more Windows XP couldn&#8217;t see it.</p>
<p>I figured that I&#8217;d have to leave the machine configured to print via a USB cable as a temporary measure.  This went smoothly; Windows XP&#8217;s Plug &amp; Play found the printer, set it up and within a couple of minutes I had temporarily printed a test page.  I was mystified, but began to wonder whether there was anything I could do to configure this Windows XP printer to print via the network rather than the attached USB cable.</p>
<p>A little poking around in the &#8220;Ports&#8221; tab of the printer&#8217;s properties revealed  that the HP software installation had created a port called &#8220;Officejet6300series&#8221; with a description of &#8220;HP Standard TCP/IP Port&#8221;.  I changed the existing printer&#8217;s port to this one, unplugged the USB cable and printed a test page straight away.  It&#8217;s very disappointing that I had to sort this out manually, but at least it can be made to work.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stuarthardy.com/2009/02/11/hp-officejet-6300-series-drivers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OS X Leopard, AirPort and wireless channels</title>
		<link>http://www.stuarthardy.com/2009/02/06/mac-os-x-leopard-airport-and-wireless-channels/</link>
		<comments>http://www.stuarthardy.com/2009/02/06/mac-os-x-leopard-airport-and-wireless-channels/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 11:26:35 +0000</pubDate>
		<dc:creator>Stuart</dc:creator>
				<category><![CDATA[IT]]></category>

		<guid isPermaLink="false">http://www.stuarthardy.com/?p=55</guid>
		<description><![CDATA[Stephen Fry famously freaked out on Twitter a couple of months ago when trying to get a Windows Vista PC to join a wireless network (a couple of those links aren&#8217;t for the faint-hearted).  I had exactly the opposite problem yesterday: an Apple MacBook that steadfastly refused to even acknowledge the presence of a specific [...]]]></description>
			<content:encoded><![CDATA[<p>Stephen Fry famously freaked out on Twitter a couple of months ago when trying to get a <a href="http://twitter.com/stephenfry/status/1044018642">Windows</a> <a href="http://twitter.com/stephenfry/status/1044020177">Vista</a> <a href="http://twitter.com/stephenfry/status/1044020863">PC</a> <a href="http://twitter.com/stephenfry/status/1044024023">to</a> <a href="http://twitter.com/stephenfry/status/1044026640">join</a> <a href="http://twitter.com/stephenfry/status/1044027670">a</a> <a href="http://twitter.com/stephenfry/status/1044030769">wireless</a> <a href="http://twitter.com/stephenfry/status/1044069424">network</a> (a couple of those links aren&#8217;t for the faint-hearted).  I had exactly the opposite problem yesterday: an Apple MacBook that steadfastly refused to even acknowledge the presence of a specific wireless network.</p>
<p>The Mac could see other networks in the area and readily connected to the ones that weren&#8217;t security-enabled.  Equally, laptops running both Windows XP and Windows Vista were happy to associate with this apparently evasive network and deal with its WPA security.  Even my Nokia N95 mobile phone knew it was there and would happily connect with it.</p>
<p>The OS X Console utility wasn&#8217;t much help: a series of messages from SystemUIServer advising that there was an error joining the network, with a cryptic &#8220;Connection failed (16 result unavailable)&#8221; description.  I did a few searches and came up with the rather worrying news that OS X Leopard is known to be rather <a href="http://blogs.oreilly.com/digitalmedia/2008/02/os-x-1052-update-may-cause-wir.html">flaky</a> where wireless is concerned.</p>
<p>Nothing I read seemed to encapsulate my own problem.  Even <a href="http://www.istumbler.net/">iStumbler</a> failed to reveal the presence of the router sitting a couple of metres away from the Mac.  Several local WLANs were broadcasting on channel 11, but I checked the router and it was using channel 13.  On a hunch, I changed it to channel 10.  Almost immediately, the Mac connected.</p>
<p>It turns out that in certain areas of the world, <a href="http://support.apple.com/kb/TA25972">only the use of channels 1-11 is permitted</a>.  Europe uses channels 1-13, so why I encountered this problem with a British MacBook is unclear.  Nevertheless, it&#8217;s a good example of a frequent situation in IT troubleshooting: sometimes a little bit of trial and error is the only way to really find out what&#8217;s going on.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stuarthardy.com/2009/02/06/mac-os-x-leopard-airport-and-wireless-channels/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>When enough is enough</title>
		<link>http://www.stuarthardy.com/2009/01/20/when-enough-is-enough/</link>
		<comments>http://www.stuarthardy.com/2009/01/20/when-enough-is-enough/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 09:04:33 +0000</pubDate>
		<dc:creator>Stuart</dc:creator>
				<category><![CDATA[Freelancing]]></category>
		<category><![CDATA[Service]]></category>

		<guid isPermaLink="false">http://www.stuarthardy.com/?p=42</guid>
		<description><![CDATA[I recently helped someone with two PCs to reorganise her home working environment.  She was sharing a printer between an old Windows 95 desktop and a new Windows Vista laptop.  When she needed to print, she would carry the laptop upstairs to where the printer and desktop PC were based and switch the USB cable [...]]]></description>
			<content:encoded><![CDATA[<p>I recently helped someone with two PCs to reorganise her home working environment.  She was sharing a printer between an old Windows 95 desktop and a new Windows Vista laptop.  When she needed to print, she would carry the laptop upstairs to where the printer and desktop PC were based and switch the USB cable over from the old computer to the new one.</p>
<p>I had a much better idea.  I suggested that we configured the two PCs as a small workgroup, meaning that she could leave the desktop turned on, acting as a print server, and would be able to print at her leisure whilst working downstairs in the lounge.  She loved the idea, so I went ahead.  It worked perfectly&#8230; until about five minutes after I walked out the door.</p>
<p>Returning to her house, the problem was immediately apparent: the Windows 95 desktop machine was demonstrating the infamous &#8220;blue screen of death&#8221;.  I reversed my work and apologised for getting her hopes up.  While it should work in theory, in practice the Windows 95 installation on her ageing computer had become too unstable over time for her to rely on this solution.</p>
<p>I was reminded of a fairly basic principle that day: sometimes you have to say no, enough is enough.  With the best of intentions, I had tried to help her to get more value out of her existing IT systems, but I let my enthusiasm and helpful nature get the better of me.  Microsoft stopped supporting Windows 95 at the end of 2001 and in future I&#8217;ll be following its example.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stuarthardy.com/2009/01/20/when-enough-is-enough/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Keeping customers informed</title>
		<link>http://www.stuarthardy.com/2009/01/06/keeping-customers-informed/</link>
		<comments>http://www.stuarthardy.com/2009/01/06/keeping-customers-informed/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 10:57:14 +0000</pubDate>
		<dc:creator>Stuart</dc:creator>
				<category><![CDATA[Service]]></category>

		<guid isPermaLink="false">http://www.stuarthardy.com/?p=39</guid>
		<description><![CDATA[I&#8217;ve recently been working with a couple of service providers that take a very different attitude to keeping customers informed.  The first is embarrassed by problems and is very defensive when they are reported.  It doesn&#8217;t update its own &#8220;service status&#8221; page on its website for anything other than the most major outages lasting several [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently been working with a couple of service providers that take a very different attitude to keeping customers informed.  The first is embarrassed by problems and is very defensive when they are reported.  It doesn&#8217;t update its own &#8220;service status&#8221; page on its website for anything other than the most major outages lasting several days.  The second is very open about any issues that occur and updates its service status information as soon as possible, usually within an hour or so.</p>
<p>Superficially, if you look at these service status pages, it seems that the first organisation has a very reliable service and the second one experiences a lot of problems.  Appearances can be deceptive.  Anyone working in IT, or using IT services, knows that there are occasionally problems.  Trying to cover them up always backfires.  The mark of a professional organisation is one that acknowledges issues and keeps customers well informed while making every effort to rectify them.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stuarthardy.com/2009/01/06/keeping-customers-informed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ADSL fault reporting in the UK</title>
		<link>http://www.stuarthardy.com/2008/12/16/adsl-fault-reporting-in-the-uk/</link>
		<comments>http://www.stuarthardy.com/2008/12/16/adsl-fault-reporting-in-the-uk/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 15:26:47 +0000</pubDate>
		<dc:creator>Stuart</dc:creator>
				<category><![CDATA[Telecoms]]></category>
		<category><![CDATA[adsl]]></category>

		<guid isPermaLink="false">http://www.stuarthardy.com/?p=36</guid>
		<description><![CDATA[I recently had a few problems with my home broadband connection, provided by Demon Internet.  Working with Demon to resolve these, I learnt some useful stuff applicable to anyone whose underlying connection uses BT&#8217;s ADSL Max service. Many British ADSL providers use this BT Wholesale service to connect their customers to their own network.  The [...]]]></description>
			<content:encoded><![CDATA[<p>I recently had a few problems with my home broadband connection, provided by Demon Internet.  Working with Demon to resolve these, I learnt some useful stuff applicable to anyone whose underlying connection uses BT&#8217;s ADSL Max service.</p>
<p>Many British ADSL providers use this BT Wholesale service to connect their customers to their own network.  The exceptions are those who have taken advantage of the local loop unbundling (LLU) concept to place their own equipment in BT&#8217;s exchanges.</p>
<p>If your service is based on BT ADSL Max, you can check your connection speed by using BT&#8217;S SpeedTester service at <a href="http://www.speedtester.bt.com">www.speedtester.bt.com</a>.  The tester will ask for the phone number on which your ADSL line is based and for your ADSL login name.</p>
<p>Numerous internet speed testing websites are available.  For services based on ADSL Max, the BT tester provides one crucial piece of information you won&#8217;t find anywhere else: your <a href="http://en.wikipedia.org/wiki/ADSL_max">IP Profile</a>.  This figure has a direct impact on your speed of access.</p>
<p>If you know how to login to your router, you might find &#8211; as I do, usually &#8211; that you have a downstream connection speed of about 5Mbps, in line with the &#8220;up to 8Mbps&#8221; guideline for this type of service.  However, sometimes the IP Profile is much lower.</p>
<p>The IP Profile is essentially the highest speed at which the BT network management systems will let you download data.  If you&#8217;ve been experiencing connection problems and have temporarily connected at a lower speed, your IP Profile drops accordingly.</p>
<p>However, when you manage to reconnect at a higher speed, the IP Profile does not automatically rise again.  It can sometimes take several days to regain a higher profile, during which time your apparently fast connection feels much slower.</p>
<p>Here&#8217;s an example of the test results for me at the moment, when everything has been running fine for a couple of weeks:</p>
<pre>    Your DSL connection rate: <strong>5728 kbps</strong>(DOWN-STREAM),  <strong>448 kbps</strong>(UP-STREAM)
    IP profile for your line is - <strong>5000 kbps</strong>
    Actual IP throughput achieved during the test was - <strong>3077 kbps</strong></pre>
<p>Compare that with the following results from a few weeks previously, when my connection speed was slightly lower, but my IP Profile had dropped considerably:</p>
<pre>    Your DSL connection rate: <strong>4544 kbps</strong>(DOWN-STREAM),  <strong>448 kbps</strong>(UP-STREAM)
    IP profile for your line is - <strong>350 kbps</strong>
    Actual IP throughput achieved during the test was - <strong>296 kbps</strong></pre>
<p>Demon indicated that certain information needs to be provided in order for a persuasive case to be made to BT to get a fault investigated, otherwise the fault report is liable to be rejected.  Specifically, evidence of instability and slow speed.</p>
<p>Instability means line drops and reconnects.  Your ISP can usually provide this information itself.  Slow speed means poor performance and three separate sets of BT SpeedTester results (spaced more than three hours apart) are the best evidence.</p>
<p>If you can also provide evidence of having used two completely different routers to reproduce the fault, this is useful.  Typically most people don&#8217;t have a spare router though, and with retail prices of around £50 this is fairly understandable.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stuarthardy.com/2008/12/16/adsl-fault-reporting-in-the-uk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating free PDFs using PDFCreator</title>
		<link>http://www.stuarthardy.com/2008/12/02/creating-free-pdfs-using-pdfcreator/</link>
		<comments>http://www.stuarthardy.com/2008/12/02/creating-free-pdfs-using-pdfcreator/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 13:57:13 +0000</pubDate>
		<dc:creator>Stuart</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[pdfcreator]]></category>

		<guid isPermaLink="false">http://www.stuarthardy.com/?p=33</guid>
		<description><![CDATA[PDF files have become a de facto standard for information publishing over the past decade or so.  There are lots of good reasons why you might want to create a PDF version of a file.  Here are a few of the most common: You&#8217;re sending a document to someone &#8211; or publishing it on your [...]]]></description>
			<content:encoded><![CDATA[<p>PDF files have become a de facto standard for information publishing over the past decade or so.  There are lots of good reasons why you might want to create a PDF version of a file.  Here are a few of the most common:</p>
<ul>
<li>You&#8217;re sending a document to someone &#8211; or publishing it on your website &#8211; and you don&#8217;t want the reader to be able to edit it;</li>
<li>You&#8217;re not sure whether your reader has the same software package or version as you;</li>
<li>Your &#8220;document&#8221; is actually a composite of various files created in various different applications;</li>
<li>Your document is graphic-heavy and the file size is rather large.</li>
</ul>
<p>Creating a PDF file is often seen as a bit of a black art, but if you&#8217;re a Windows user it can actually be very simple.  <a href="http://sourceforge.net/projects/pdfcreator/">PDFCreator</a> is a freeware application that installs as a printer.  When you want to create a PDF document, you &#8220;print&#8221; it to the PDF printer, which then allows you to save and/or e-mail the results.</p>
<p>PDFCreator can also queue up multiple files and then combine them together as a single PDF file, which can be useful in many instances.  For example, my invoices are created in Microsoft Word, but some clients require a second page of detail held in Excel.  PDFCreator allows me to put both sets of information together as a single file.</p>
<p>I&#8217;ve recommended PDFCreator to a couple of my clients.  One of them jokes that it&#8217;s the best thing I&#8217;ve ever helped her with.  She has a point: it&#8217;s lightweight, handy and easy to use.  It&#8217;s become an essential tool for me and was one of the first things that I installed on my new PC a couple of months ago.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stuarthardy.com/2008/12/02/creating-free-pdfs-using-pdfcreator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>E-mail Virus Hoaxes</title>
		<link>http://www.stuarthardy.com/2008/11/19/e-mail-virus-hoaxes/</link>
		<comments>http://www.stuarthardy.com/2008/11/19/e-mail-virus-hoaxes/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 08:18:21 +0000</pubDate>
		<dc:creator>Stuart</dc:creator>
				<category><![CDATA[E-mail]]></category>
		<category><![CDATA[hoaxes]]></category>

		<guid isPermaLink="false">http://www.stuarthardy.com/?p=31</guid>
		<description><![CDATA[&#8220;Hi all, I checked with Norton Anti-Virus, and they are gearing up for this virus!  This is the worst virus announced by CNN.  I checked Snopes (URL above), and  it is for real !! Get this E-mail message sent around to your contacts ASAP.  PLEASE FORWARD THIS WARNING AMONG FRIENDS, FAMILY AND CONTACTS!&#8221; I usually [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>&#8220;Hi all, I checked with Norton Anti-Virus, and they are gearing up for this virus!  This is the worst virus announced by CNN.  I checked Snopes (URL above), and  it is for real !! Get this E-mail message sent around to your contacts ASAP.  PLEASE FORWARD THIS WARNING AMONG FRIENDS, FAMILY AND CONTACTS!&#8221;</p></blockquote>
<p>I usually receive one or two of these messages a month from friends and business contacts.  Either I&#8217;m being asked to check them out, or they&#8217;re just forwarding them in a well-meaning attempt to help me avoid some kind of disaster befalling my computer.</p>
<p>This kind of e-mail hoax has been running for almost as long as I&#8217;ve had e-mail; many of the messages have retained exactly the same phrasing over the years.  Here are some tell-tale signs by which you can recognise when a message is safe to ignore:</p>
<ul>
<li>Norton won&#8217;t be &#8220;gearing up&#8221; for it.  Viruses don&#8217;t tend to schedule themselves conveniently like this.  The moment anti-virus software providers are aware of a virus, they&#8217;ll dissect it and release an update for their package, which gets downloaded automatically in the background.  Chances are you&#8217;ll never even know.  (Check that your home PC&#8217;s anti-virus package is updating at least once a day.)</li>
<li>The message recommends that you forward it to everyone you know.  This is pure chain letter psychology.  They&#8217;re trying to see how far they can get the message to spread.</li>
<li>The message contains pseudo-technical gobbledegook: for example, a virus that &#8220;burns&#8221; your disk.  The only thing your computer can burn is CDs or DVDs and even that depends on it having a CD/DVD writer as opposed to a reader.</li>
<li>It contains melodramatic and meaningless advice to shutdown your computer immediately.  What, and never turn it on again?  It&#8217;s true that in the case of some genuine viruses this can be absolutely the right thing to do, but it&#8217;s usually followed by a call to your IT support person.</li>
<li>It includes further exhortations to send the message on to everyone, just in case you didn&#8217;t get the point.  In CAPITALS and in <strong>bold </strong>too.</li>
<li>In case that doesn&#8217;t work, it brings in the big guns &#8211; Microsoft, CNN, and so on.  People tend to associate these large corporations with authority, so the writer of the hoax is trying to bring some spurious authority to their message.  That still doesn&#8217;t mean it&#8217;s true.</li>
<li>Finally, it will often use the self-important phrase &#8220;the most destructive virus ever&#8221;.  Oooh, scary!  This fumblingly inadequate machismo masks the reality that, in fact, many viruses are a bit crap.  One or two high-profile instances have caused genuine havoc, but there are many that fell at the first hurdle.</li>
</ul>
<p>I recommend that you adopt a default viewpoint of scepticism where these messages are concerned.  The best way to deal with them is generally to delete them.  If in doubt, paste a few key phrases from it into your favourite search engine  and see what turns up.</p>
<p>Many messages will tell you that their virus warning has been checked on <a href="http://www.snopes.com">Snopes</a> (a useful resource to remember) or similar sites, but of course this is rubbish.  In general, Snopes and its peers will have identified the message as a hoax months previously.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stuarthardy.com/2008/11/19/e-mail-virus-hoaxes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Laptop Outgoing SMTP Server Settings</title>
		<link>http://www.stuarthardy.com/2008/11/11/laptop-outgoing-smtp-server-settings/</link>
		<comments>http://www.stuarthardy.com/2008/11/11/laptop-outgoing-smtp-server-settings/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 22:52:37 +0000</pubDate>
		<dc:creator>Stuart</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Mobile]]></category>

		<guid isPermaLink="false">http://www.stuarthardy.com/?p=27</guid>
		<description><![CDATA[I&#8217;ve recently moved onto much better tariff for my mobile phone and now have unlimited mobile broadband (HSDPA) access for a minimal fixed monthly cost. The fact that my phone can operate as an internet gateway for my laptop (when connected via Bluetooth or a cable) makes it even better. Having previously not wanted to [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently moved onto much better tariff for my mobile phone and now have unlimited mobile broadband (HSDPA) access for a minimal fixed monthly cost.  The fact that my phone can operate as an internet gateway for my laptop (when connected via Bluetooth or a cable) makes it even better.  Having previously not wanted to access the internet via my phone except in emergencies, I&#8217;ve now configured it for all my online essentials and I&#8217;m very happy with it.</p>
<p>However, I soon found that I was having problems sending e-mail via my phone. I checked and re-checked the settings, but couldn&#8217;t see anything wrong with them.  They work on my laptop, I figured, so there&#8217;s no reason that they shouldn&#8217;t work on the phone too.  However, when I discovered that the same settings also failed on the laptop when it was connected via the mobile phone &#8211; yet they worked fine via any number of random wi-fi hotspots &#8211; a re-think was required.</p>
<p>It turns out that Vodafone blocks outgoing SMTP connections via port 25 to any servers other than its own, probably as an anti-spam measure.  I was trying to use the SMTP server that my domain provider makes available to customers who can&#8217;t rely on a particular ISP &#8211; ideal for the transient, changeable nature of wi-fi access &#8211; when instead I needed to configure my mail client&#8217;s outgoing SMTP server to be <em>send.vodafone.net</em> instead.  After I changed it, my Outbox emptied.</p>
<p>However, that didn&#8217;t seem like the right solution.  The next time I used the laptop via wi-fi, outgoing e-mail would fail again because I would no longer be connecting via Vodafone.  Back to the drawing board.  I did some digging around and <a href="http://www.pair.com/support/knowledge_base/e-mail/smtp_service_at_pair_networks.html">discovered</a> that my domain provider&#8217;s SMTP server can also be accessed via SSL on port 465.  I tested it and was pleased when it worked.  That&#8217;s a solution that will stand me in good stead regardless of the underlying internet connection.</p>
<p>The moral of this story is that outgoing SMTP server settings that work well in one environment aren&#8217;t necessarily appropriate in another.  The average home desktop PC user who only ever connects via a single broadband provider will rarely have to think about this kind of thing.  However, people who are beginning to take advantage of the increasing number of cheap mobile broadband services now available will need to ensure that their settings work in multiple environments.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stuarthardy.com/2008/11/11/laptop-outgoing-smtp-server-settings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

