<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>

<feed version="0.3" xml:lang="en-GB" xmlns="http://purl.org/atom/ns#">
<link href="http://www.blogger.com/atom/8787730" rel="service.post" title="Andrew Clark's Personal Blog" type="application/atom+xml"/>
<link href="http://www.blogger.com/atom/8787730" rel="service.feed" title="Andrew Clark's Personal Blog" type="application/atom+xml"/>
<title mode="escaped" type="text/html">Andrew Clark's Personal Blog</title>
<tagline mode="escaped" type="text/html">My personal rants and raves...&#13;
Hopefully, it will contain some useful information as well!</tagline>
<link href="http://www.ppltd.plus.com/blog/myblog.htm" rel="alternate" title="Andrew Clark's Personal Blog" type="text/html"/>
<id>tag:blogger.com,1999:blog-8787730</id>
<modified>2004-12-04T05:58:22Z</modified>
<generator url="http://www.blogger.com/" version="5.15">Blogger</generator>
<info mode="xml" type="text/html">
<div xmlns="http://www.w3.org/1999/xhtml">This is an Atom formatted XML site feed. It is intended to be viewed in a Newsreader or syndicated to another site. Please visit the <a href="http://help.blogger.com/bin/answer.py?answer=697">Blogger Help</a> for more info.</div>
</info>
<entry xmlns="http://purl.org/atom/ns#">
<link href="http://www.blogger.com/atom/8787730/110213943023706879" rel="service.edit" title="Internet Telephony works!" type="application/atom+xml"/>
<author>
<name>Andrew Clark</name>
</author>
<issued>2004-12-04T05:23:22+00:00</issued>
<modified>2004-12-04T05:58:22Z</modified>
<created>2004-12-04T05:50:30Z</created>
<link href="http://www.ppltd.plus.com/blog/2004/12/internet-telephony-works.htm" rel="alternate" title="Internet Telephony works!" type="text/html"/>
<id>tag:blogger.com,1999:blog-8787730.post-110213943023706879</id>
<title mode="escaped" type="text/html">Internet Telephony works!</title>
<content type="application/xhtml+xml" xml:base="http://www.ppltd.plus.com/blog/myblog.htm" xml:space="preserve">
<div xmlns="http://www.w3.org/1999/xhtml">I have discovered an excellent way to save money on phone calls.
<br/>
<span style="font-weight: bold;">Skype</span> is an internet phone system that allows account holders to talk to each other over the net...<b>
<i>AND IT'S FREE</i>
</b>.
<br/>All you need is a headset with a microphone connected to your PC's soundcard, a USB headset or a VoIP handset. Visit <a href="http://www.skype.com/">www.skype.com</a>, sign up for a free account, download the software and you are in business. It even supports conference calls for up to five users.
<br/>The icing on the cake is that you can call "normal" phones via the "SkypeOut" service.
<br/>Just visit Skpe.com and buy SkypeOut credits available for 10 or 20 Euros.
<br/>Dial the number you require, complete with the international dialing prefix, e.g. +44 or 0044 for the UK, and use it like a normal phone.
<br/>
<br/>For most of North America, Chile, Western Europe, Australia and New Zealand, calls cost only 1.7 Eurocents per minute (around 1.1 pence or 2 US cents). Check for more details on the Skype website.
<br/>I would recommend buying a USB handset or headset if you want to make regular use of Skype. Otherwise, you may need to reconfigure the settings for sound on your PC every time you want to switch between using Skype and playing music. At around £40 for a good quality handset, it's money well spent if you use Skype regularly.
<br/>
<br/>Sound quality may not always be quite as good as normal telephony, but I have found it more than adequate, especially over broadband.</div>
</content>
</entry>
<entry xmlns="http://purl.org/atom/ns#">
<link href="http://www.blogger.com/atom/8787730/109943796145137603" rel="service.edit" title="Software Patents" type="application/atom+xml"/>
<author>
<name>Andrew Clark</name>
</author>
<issued>2004-11-02T23:22:05+00:00</issued>
<modified>2004-11-02T23:46:05Z</modified>
<created>2004-11-02T23:26:01Z</created>
<link href="http://www.ppltd.plus.com/blog/2004/11/software-patents.htm" rel="alternate" title="Software Patents" type="text/html"/>
<id>tag:blogger.com,1999:blog-8787730.post-109943796145137603</id>
<title mode="escaped" type="text/html">Software Patents</title>
<content mode="escaped" type="text/html" xml:base="http://www.ppltd.plus.com/blog/myblog.htm" xml:space="preserve">How many people know the origins of letters patent?&lt;br&gt;They are intended to protect an invention to allow the inventor to make a reasonable profit from their endeavours.&lt;br&gt;The first recorded patent was granted by King James 1st of England and 6th of Scotland. It was for a map of London.&#13;&lt;br /&gt;&#13;&lt;br /&gt;Why do I oppose the idea of software patents?&#13;&lt;br /&gt;&#13;&lt;br /&gt;Essentially, a computer program makes use of three types of building block - &lt;UL TYPE="DISC"&gt;&#13;&lt;br /&gt;  &lt;LI&gt;Sequences of instructions, i.e. do something then do something else....&lt;/LI&gt;&#13;&lt;br /&gt;  &lt;LI&gt;Selections, for example &amp;#8220;if a = b then do something otherwise do something else&amp;#8221;.&lt;/LI&gt;&#13;&lt;br /&gt;  &lt;LI&gt;Loops, such as &amp;#8220;while a is not equal to b do something-or-other&amp;#8221;.&lt;/LI&gt;&#13;&lt;br /&gt;&lt;/UL&gt; That's all that lies at the heart of the simplest or most complex software on the planet.&lt;br&gt;Essentially, all programming makes use of these basic building blocks to create an expression of an idea. As such the resulting code is more akin to a literary work than a new invention and would be covered by existing copyright law. For patent law to be applicable, you have to create an expression of a truly new idea. If it has been done before, a patent application should be refused on the basis of &amp;#8220;Prior Art&amp;#8221;. Given that programs are based on primitive building blocks, the only area in which I can see any merit in patents for software is if the code is an expression of a new invention such as an encryption algorithm. Even then, it is the encryption method itself that should be protected by patent law rather than the program code. &#13;&lt;br /&gt;When patents are applied for just to protect a particular image of an insect, the whole patent process is being misused.&#13;&lt;br /&gt;As a software author, I know that my program code and design is protected by existing copyright law.&lt;br&gt;In the UK at least, there is no need to register the copyright. It is deemed to exist as soon as the code is written.&lt;br&gt;Sometimes, I have been fortunate enough to have access to other people's code that can be incorporated into one of my programs.  Where these building blocks are used, all that they usually ask for is an acknowledgement of their contribution and that they still own the copyright on their code. For example, if I want to access a MySQL database from a program written in Delphi, I use a set of components from Zeos. These are free, developed mainly by some Russian developers, and work like clockwork!&lt;br&gt;For my kind of work, I have no need of protection by patent law. However, badly thought out law has nasty consequences. If the current proposals going through the European Council of Ministers are approved, it could spell the end of IT development by individuals and small businesses in Europe. Big business will be able to claim patent ownership on just about anything. Without the resources to fight them in the courts, the smaller businesses will simply fold. There will be virtually no competition and quality will become even worse than it is now. &lt;br&gt;If you are involved in the IT industry or rely on small-scale developers, please take a look at the &lt;a href="http://www.ffii.org.uk/"&gt;Foundation for a Free Information Infrastructure UK&lt;/a&gt; website and support the campaign.&#13;&lt;br /&gt;Incidentally, the original proposals agreed at the European Parliament are pretty well OK. Is it not strange that the more draconian measures only appeared when the Patent Offices became involved? What an opportunity for bureaucratic empire building!&#13;&lt;br /&gt;</content>
</entry>
<entry xmlns="http://purl.org/atom/ns#">
<link href="http://www.blogger.com/atom/8787730/109845587621139157" rel="service.edit" title="Security advice" type="application/atom+xml"/>
<author>
<name>Andrew Clark</name>
</author>
<issued>2004-10-26T20:30:23+01:00</issued>
<modified>2004-11-08T10:16:23Z</modified>
<created>2004-10-22T14:37:56Z</created>
<link href="http://www.ppltd.plus.com/blog/2004/10/security-advice.htm" rel="alternate" title="Security advice" type="text/html"/>
<id>tag:blogger.com,1999:blog-8787730.post-109845587621139157</id>
<title mode="escaped" type="text/html">Security advice</title>
<content mode="escaped" type="text/html" xml:base="http://www.ppltd.plus.com/blog/myblog.htm" xml:space="preserve">Not so long ago, I encountered a &lt;I&gt;supposed&lt;/I&gt; IT expert who stated categorically to one of my customers that anti-virus software was unnecessary because, in his words, &amp;ldquo;You only get viruses if you visit porn sites&amp;rdquo;!&#13;&lt;br /&gt;I can assure anyone who reads this web log that what he said is &lt;B&gt;NOT TRUE!&lt;/B&gt;&#13;&lt;br /&gt;Whenever I look at the log on my e-mail server I can see that a significant number of viruses are intercepted every day.&lt;BR&gt;A very high proportion of &amp;ldquo;spam&amp;rdquo; e-mails come complete with a virus, usually but not always as an attachment.&#13;&lt;br /&gt;E-mail may be the most prevalent but is definitely not the only means of spreading viruses.&#13;&lt;br /&gt;Recent research at the &lt;A HREF="http://www.sans.org/aboutsans.php"&gt;SANS Institute&lt;/A&gt; (see footnote), shows that on average, an unprotected PC connected to the Internet will become infected within 20 minutes. If you have a broadband connection, it's probably more like ten minutes. I have even come across of one case where a PC became infected within TWO minutes of its broadband connection being established.&#13;&lt;br /&gt;Viruses are not the only problem. Keyboard loggers can steal your credit card details and passwords. Spyware can track each site you visit.&#13;&lt;br /&gt;&lt;P&gt;However, it's not all doom and gloom. There are steps that can&#13;&lt;br /&gt;reduce the risks to acceptable levels.&lt;/P&gt;&#13;&lt;br /&gt;&lt;P&gt;First of all, make sure that all of the latest security patches are installed for your operating system.&#13;&lt;br /&gt;That alone can keep a lot of attacks at bay. It is absolutely essential (and often forgotten) if you ever have to clear up after a virus attack...&#13;&lt;br /&gt;&lt;P&gt;&lt;B&gt;Install anti-virus software.&lt;/B&gt;&lt;/P&gt;&#13;&lt;br /&gt;If you are a home user, there is still a FREE program that you can download from &lt;A HREF="http://www.grisoft.com/" NAME="grisoft.com"&gt;Grisoft&lt;/A&gt; and it's very effective. The only slight drawback is that it doesn't always update its virus definitions automatically so you would need to update manually at least once a week, preferably more often.&#13;&lt;br /&gt;Otherwise, any of the major brands will probably do a reasonable job, at least if you take some other basic precautions.&#13;&lt;br /&gt;&#13;&lt;br /&gt;&lt;P&gt;&lt;B&gt;Install a firewall.&lt;/B&gt;&lt;/P&gt;&#13;&lt;br /&gt;Again,there is still a free version of &lt;A HREF="http://www.zonelabs.com/store/content/home.jsp"&gt;Zone Alarm&lt;/A&gt; that is probably good enough for anyone with a dialup connection. &#13;&lt;br /&gt;If you are running Windows XP, and do not have a dedicated firewall installed, at the very least enable the built-in one as it's better than nothing. &#13;&lt;br /&gt;I use &lt;A HREF="http://www.agnitum.co.uk/default.htm"&gt;Agnitum Outpost Firewall Pro&lt;/A&gt; throughout my network, even though I have PC configured as a dedicated firewall. &lt;BR&gt;The dedicated firewall is just an old Pentium 100 running &lt;A HREF="http://www.ipcop.org/"&gt;IPCop&lt;/A&gt;.&#13;&lt;br /&gt;The rationale is that the firewall on an individual PC can stop infection spreading both in the local network and out to the Internet.&#13;&lt;br /&gt;&lt;P&gt;As an alternative to separate firewall and anti-virus packages, you can install a combined security package. &#13;&lt;br /&gt;I use &lt;A HREF="http://www.f-secure.com/"&gt;F-Secure Internet Security&lt;/A&gt; on my e-mail server (an old PC). It works very well and has the advantage of updating virus definitions automatically, sometimes several time per day.&lt;/P&gt;&#13;&lt;br /&gt;&lt;P&gt;&lt;B&gt;Install a spam filter for your e-mail.&lt;/B&gt;&lt;/P&gt;&#13;&lt;br /&gt;Some mail clients have basic spam filtering built-in but there are good, free specialist spam filters available such as &lt;A HREF="http://keir.net/k9.html"&gt;K9 by Robin Keir&lt;/A&gt; that are more sophisticated and can be trained to identify spam and isolate it.&#13;&lt;br /&gt;&#13;&lt;br /&gt;&lt;P&gt;&lt;B&gt;Install Ad-blocking software.&lt;/B&gt;&lt;/P&gt;&#13;&lt;br /&gt;I use a combination of Lavasoft &lt;A HREF="http://www.lavasoft.de/"&gt;AdAware&lt;/A&gt; (free for home use), &lt;A HREF="http://www.safer-networking.org/en/spybotsd/index.html"&gt;SpyBot Search and Destroy&lt;/A&gt; (&lt;I&gt;yes these two can co-exist on the same PC!)&lt;/I&gt; and finally &lt;A HREF="http://www.javacoolsoftware.com/spywareblaster.html"&gt;SpyWareBlaster&lt;/A&gt;.&#13;&lt;br /&gt;Between them, they wipe out all forms of spyware.&#13;&lt;br /&gt;&lt;P&gt;If you have a broadband or even an ISDN connection that is always on, or you wish to share an internet connection over a network, you should consider a proxy server. Not only can you share a single connection but they usually provide extra features such as local e-mail, spam filtering and port blocking. The&#13;&lt;br /&gt;last of these improves security a great deal. I can heartily recommend &lt;A HREF="http://www.software602.com/"&gt;602LANSuite&lt;/A&gt; which is free for up to five users.&#13;&lt;br /&gt;Setting up a proxy server requires a bit of technical know-how but the results are worth it.&#13;&lt;br /&gt;&lt;P&gt;Another useful program from Agnitum is TauScan a dedicated tool for blocking Trojans, a type of virus that opens holes in the usual defences by attacking anti-virus and firewall systems. This opens the floodgates to all sorts of other viruses.&#13;&lt;br /&gt;&lt;P&gt;Finally, I cannot stress highly enough the importance of keeping security software up-to-date. &#13;&lt;br /&gt;New threats emerge all the time and if your virus definitions are old, your anti-virus program will not recognise new viruses. It's just like a flu jab. You need a different vaccine for each strain of the flu virus.&#13;&lt;br /&gt;&lt;P&gt;And...I nearly forgot to add...&lt;B&gt;Don't forget to regularly and frequently backup your data!&lt;/B&gt;&lt;/P&gt;&#13;&lt;br /&gt;&lt;p&gt;For further excellent advice on security and spam I suggest that you take a look at &lt;a href="http://www.knightnet.org.uk/IT/security/"&gt;Julian Knight's website&lt;/a&gt;.&lt;/p&gt;&lt;br&gt;&#13;&lt;br /&gt;&lt;P&gt;&lt;FONT SIZE=2 STYLE="font-size: 11pt"&gt;&lt;A HREF="http://www.sans.org/aboutsans.php"&gt;&lt;I&gt;SANS&lt;/I&gt;&lt;/A&gt;&#13;&lt;br /&gt;&lt;I&gt;is the most trusted and by far the largest source for information security training and certification in the world. It also develops, maintains, and makes available at no cost, the largest collection of research documents about various aspects of information security, and it operates the Internet's early warning system - Internet Storm Center. The SANS (SysAdmin, Audit, Network, Security) Institute was&#13;&lt;br /&gt;established in 1989 as a cooperative research and education&#13;&lt;br /&gt;organization....Many SANS resources, such as the weekly vulnerability digest (@RISK), the weekly news digest (NewsBites), the Internet's early warning system (Internet Storm Center), flash security alerts and more than 1,200 award-winning, original research papers are free to all who ask.&lt;/I&gt;&lt;/FONT&gt;&lt;/P&gt;</content>
</entry>
<entry xmlns="http://purl.org/atom/ns#">
<link href="http://www.blogger.com/atom/8787730/109837482586553290" rel="service.edit" title="And now a Rave!" type="application/atom+xml"/>
<author>
<name>Andrew Clark</name>
</author>
<issued>2004-10-21T17:07:46+01:00</issued>
<modified>2004-10-22T21:19:46Z</modified>
<created>2004-10-21T16:07:05Z</created>
<link href="http://www.ppltd.plus.com/blog/2004/10/and-now-rave_21.htm" rel="alternate" title="And now a Rave!" type="text/html"/>
<id>tag:blogger.com,1999:blog-8787730.post-109837482586553290</id>
<title mode="escaped" type="text/html">And now a Rave!</title>
<content mode="escaped" type="text/html" xml:base="http://www.ppltd.plus.com/blog/myblog.htm" xml:space="preserve">&lt;h1&gt;OpenOffice&lt;/h1&gt; &lt;p&gt;The latest edition of PC Pro in the UK includes a lab test of Office Suites.&lt;br&gt; Surprisingly, the winner was NOT Microsoft Office 2003!&lt;/p&gt; &lt;p&gt;Instead they chose OpenOffice 1.1.2. AND IT'S &amp;lt;b&amp;gt;FREE!&amp;lt;/b&amp;gt;&lt;/p&gt; &lt;p&gt;I have tried out earlier versions and have been pleasantly surprised.&lt;br&gt; The very latest, version 1.1.3, is even better. I'm using it to type up this entry.&lt;br&gt; It still doesn't have all of the features of the full Microsoft Office suite but it seems to be highly compatible.&lt;/p&gt; &lt;p&gt;One very useful feature is its HTML Document Editor. &lt;br&gt; It has the great merit of being an intuitive, straightforward WYSIWYG editor that produces clean and simple HTML code.&lt;/p&gt; &lt;p&gt;It is ideal for pages containing mostly text.&lt;br&gt; Unlike most specialised web tools, it has a built-in spell-checker.&lt;/p&gt; &lt;p&gt;A slightly disconcerting feature resembles the predictive text found on some mobile phones.&lt;br&gt; Sometimes, when you start to type a word, a completed version suddenly appears. &lt;br&gt; If that's what you intended to type, just press the Enter key to go on to the next word otherwise you just can carry on typing as normal.&lt;br&gt; Apparently, you can turn the feature off (..it just suggested &amp;#8220;office&amp;#8221;).&lt;/p&gt; &lt;p&gt;Visit &lt;a href="http://www.openoffice.org/"  name="Link to OpenOffice.org"&gt;www.OpenOffice.org&lt;/a&gt; to download a copy for your language and operating system.&lt;br&gt; &lt;i&gt;Currently supported operating systems are Windows, Linux, Solaris, FreeBSD and Macintosh&lt;/i&gt;&lt;/p&gt; </content>
</entry>
<entry xmlns="http://purl.org/atom/ns#">
<link href="http://www.blogger.com/atom/8787730/109834864890495887" rel="service.edit" title="Another rant" type="application/atom+xml"/>
<author>
<name>Andrew Clark</name>
</author>
<issued>2004-10-21T09:50:00+01:00</issued>
<modified>2004-10-24T11:52:00Z</modified>
<created>2004-10-21T08:50:48Z</created>
<link href="http://www.ppltd.plus.com/blog/2004/10/another-rant.htm" rel="alternate" title="Another rant" type="text/html"/>
<id>tag:blogger.com,1999:blog-8787730.post-109834864890495887</id>
<title mode="escaped" type="text/html">Another rant</title>
<content type="application/xhtml+xml" xml:base="http://www.ppltd.plus.com/blog/myblog.htm" xml:space="preserve">
<div xmlns="http://www.w3.org/1999/xhtml">
<H1>A Rant – Honestly it is!</H1>
<br/>Hooray for Sir Terry Leahy
<br/>A quote from Tesco boss, Sir Terry Leahy in today's Daily Telegraph strikes a chord.
<br/>“No gobbledegook. No management jargon. Simple thoughts, simply expressed”.
<br/>
<br/>OK it doesn't seem like a rant and I know that it may seem ironic coming from an IT person, but simple clarity is the key to good communication.
<br/>Everyone, not just business managers, should learn from it.
<br/>Might it even be a good idea to teach such skills in our schools and universities?
<br/> 
<br/>I am all too aware that every profession and trade has its own terminology.
<br/> 
<br/>For example, who outside the printing industry understands (or these days even remembers) the difference between a Flong and flong?
<br/>
<br/>The point I am getting at is that acronyms may be useful to remember key bits of information but they should never be used in “general” communication.
<br/>Or, at least not without a full explanation of their meaning.
<br/>
<br/>The necessary shorthand that we use within the IT industry is totally impenetrable and meaningless gobbledegook to most non-IT specialists.
<br/>It alienates our users and potential customers. As such it is totally counterproductive.
<br/>
<br/>Worse still are the plethora of three letter acronyms that pepper “Managementspeak” and alienate managers from workforce.
<br/>If you ain't talking to your workers in a language they understand, and listening to them as well, you are not managing anything.
<br/>And if you put a Customer Relationship Management (CRM) system in place, make sure it focuses on serving the needs of the CUSTOMER rather than flattering the egos of senior management.
<br/>
<br/>Finally, another bugbear - unreadable websites!
<br/>Various countries around the world have passed legislation banning discrimination against disabled people. A lot of website designers seem to have it in for all of us, disabled or not. From text indistinguishable from background colours or images to minute text in indecipherable fonts, I wonder what message the designers are trying to communicate because it certainly isn't getting through. 
<br/>A tip for all website designers, young or old... If your granny can't read it with her reading glasses on, the font size is probably TOO SMALL!</div>
</content>
</entry>
<entry xmlns="http://purl.org/atom/ns#">
<link href="http://www.blogger.com/atom/8787730/109820213214122561" rel="service.edit" title="First Rant" type="application/atom+xml"/>
<author>
<name>Andrew Clark</name>
</author>
<issued>2004-10-19T16:51:42+01:00</issued>
<modified>2004-10-20T09:13:42Z</modified>
<created>2004-10-19T16:08:52Z</created>
<link href="http://www.ppltd.plus.com/blog/2004/10/first-rant.htm" rel="alternate" title="First Rant" type="text/html"/>
<id>tag:blogger.com,1999:blog-8787730.post-109820213214122561</id>
<title mode="escaped" type="text/html">First Rant</title>
<content type="application/xhtml+xml" xml:base="http://www.ppltd.plus.com/blog/myblog.htm" xml:space="preserve">
<div xmlns="http://www.w3.org/1999/xhtml">I seem to be receiving more and more scam e-mails these days and it's seriously annoying!
<br/>
<br/>Generically, they are known as '419' scams after the section of the Nigerian penal code that they infringe.
<br/>
<br/>If you haven't come across anything like this before, they work like this...
<br/>Typically, some supposedly "important" person or one of their close relatives tries to persuade you to let them transfer funds out of some third-world country via your bank account in exchange for a significant "commission".
<br/>However, as soon as they get hold of your account details,they proceed to clean it out!
<br/>As the old adage goes, "If it <strong>LOOKS</strong> too good to be true then it <strong>IS</strong> too good to be true"!
<br/>My advice is <strong>NEVER</strong> respond to them.
<br/>
<br/>Even if you are tempted, millions of dollars suddenly appearing in your bank account is bound to raise suspicion. 
<br/>Partly because of the threat from terrorism, your bank is now legally obliged to notify the authorities of unusual/suspicious transactions.
<br/>You would almost certainly find yourself under investigation and the funds frozen.
<br/>
<br/>Until very recently, I always junked these e-mails.
<br/>However, on reflection, I decided that as these are serious attempts to commit major fraud, they should be reported to the appropriate authorities.
<br/>In the UK, that turns out to be your local county constabulary or failing that the Metropolitan Police Fraud Squad.
<br/>If, like me, you are based in Dorset, and you receive one of these e-mails, please forward it by clicking on <a href="mailto:419@precisionproductionsions.com">
<b>
<i>this link</i>
</b>
</a> and I will forward them to the appropriate contact within Dorset Police.    </div>
</content>
</entry>
<entry xmlns="http://purl.org/atom/ns#">
<link href="http://www.blogger.com/atom/8787730/109819366882516287" rel="service.edit" title="First post" type="application/atom+xml"/>
<author>
<name>Andrew Clark</name>
</author>
<issued>2004-10-19T15:41:58+01:00</issued>
<modified>2004-10-20T11:19:58Z</modified>
<created>2004-10-19T13:47:48Z</created>
<link href="http://www.ppltd.plus.com/blog/2004/10/first-post.htm" rel="alternate" title="First post" type="text/html"/>
<id>tag:blogger.com,1999:blog-8787730.post-109819366882516287</id>
<title mode="escaped" type="text/html">First post</title>
<content type="application/xhtml+xml" xml:base="http://www.ppltd.plus.com/blog/myblog.htm" xml:space="preserve">
<div xmlns="http://www.w3.org/1999/xhtml">Welcome to my blog.
<br/>I intend to use it to document some useful bits of information and express my opinions of issues of the day. 
<br/>The latter will probably be best categorised as rants and raves!
<br/>
<br/>I have recently been involved in developing some new websites, please feel free to take a look at <a href="http://www.precisionproductions.com" title="Precision Productions Ltd">Precision Productions Ltd</a>, my company website as well as my on-line digital art and photography gallery - follow the link from <a href="http://www.andrew-clark.co.uk" title="Andrew Clark's home page">andrew-clark.co.uk</a>.</div>
</content>
</entry>
</feed>
