<?xml version="1.0" encoding="utf-8"?>

			<rss version="2.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://web.resource.org/cc/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">

			<channel>
			<title>Novamedia blog</title>
			<link>http://www.novamedia.co.uk/blog/index.cfm</link>
			<description>Novamedia blog.</description>
			<language>en-us</language>
			<pubDate>Fri, 18 May 2012 12:28:18 +0100</pubDate>
			<lastBuildDate>Wed, 11 Apr 2012 09:59:00 +0100</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>dave@novamedia.co.uk</managingEditor>
			<webMaster>dave@novamedia.co.uk</webMaster>
			<itunes:subtitle></itunes:subtitle>
			<itunes:summary></itunes:summary>
			<itunes:category text="Technology" />
			<itunes:category text="Technology">
				<itunes:category text="Podcasting" />
			</itunes:category>
			<itunes:category text="Technology">
				<itunes:category text="Tech News" />
			</itunes:category>
			<itunes:keywords></itunes:keywords>
			<itunes:author></itunes:author>
			<itunes:owner>
				<itunes:email>dave@novamedia.co.uk</itunes:email>
				<itunes:name></itunes:name>
			</itunes:owner>
			
			<itunes:explicit>no</itunes:explicit>
			
			<item>
				<title>The making of the Novamedia map viral</title>
				<link>http://www.novamedia.co.uk/blog/index.cfm/2012/4/11/The-making-of-the-Novamedia-map-viral</link>
				<description>
				
				&lt;p&gt;&lt;img src=&quot;http://www.novamedia.co.uk/blog/images/blog_images/mapgame.jpg&quot; alt=&quot;Novamedia&apos;s UK map game&quot; width=&quot;300&quot; height=&quot;303&quot; style=&quot;float:right; margin-left:20px;&quot; /&gt;You may have seen our UK map game that we launched recently. You  haven&apos;t? Well here it is: &lt;a href=&quot;http://www.novamedia.co.uk/ukmapgame/&quot;&gt;http://www.novamedia.co.uk/ukmapgame/&lt;/a&gt;.  Warning: it&apos;s mildly addictive.&lt;/p&gt;
&lt;p&gt;The idea came to me one day that it might be something that we can  put together quite quickly that will afford some diversion to our clients (a  few minutes away from your busy schedule never hurt anyone) whilst at the same  time showing off our web application building skills. Add in a bit of subtle  marketing for Novamedia and it&apos;s a winner all round. (The marketing aspects  will change over time having received some pertinent advice from fellow  business people).&lt;/p&gt;
&lt;p&gt;You may be interested in how we put this together and how it all  works. We&apos;ve been building web applications for 13 years and we&apos;re pretty good  at it now. So much so that this map game took less than a week from start to  finish.&lt;/p&gt;
&lt;p&gt;As with all web applications it relies on a database in the  background and a web application &apos;language&apos; in the code to interact with that  database. Our preferred solutions are MySQL: for the database and ColdFusion  for the web application development.&lt;/p&gt;
&lt;p&gt;There are two database tables, one for all of the places on the  map and another to hold the results. The places table is very simple. It just  contains the town or city name, its X and Y co-ordinates on our map and its  level of difficulty: easy, medium or hard.&lt;/p&gt;
&lt;p&gt;We had to make sure that the co-ordinates were accurate. We didn&apos;t  want people coming back to us and telling us that we&apos;d got our location wrong.  To do this we downloaded a free Ordnance Survey large scale map of the UK which  contained thousands of place names. We used this map to produce our blank  graphic map and then developed a formula to convert the co-ordinates from the  large scale map to the co-ordinates required for our online map and therefore  our places database. We added over 300 places in all and this was probably the  longest part of the job.&lt;/p&gt;
&lt;p&gt;Designing the user interface is important in any online  application and we gave this a lot of thought in order to make it as  user-friendly as possible. When the user has selected their level of  difficulty, the system takes them through a series of 10 places and the results  of their guesses are shown in a table that builds up on the right.&lt;/p&gt;
&lt;p&gt;Working out the results was quite simple. You remember the Pythagorean  theorem from your school days? Of course you do! The square on the hypotenuse  is equal to the sum of the square of the other two sides. By using a  right-angled triangle from where you clicked to the actual co-ordinates of the  location, it&apos;s easy to work out the straight line distance between the two  points. Multiply this by a factor that converts pixels to miles and bingo, you  have your result.&lt;/p&gt;
&lt;p&gt;These results are held in memory until you have completed all 10  guesses. Then they are added to the results database table. Again it&apos;s a simple  table. It contains your score, the level of difficulty and a timestamp to show  when you played the game. It also contains your IP address. This is just there  to show us how many different people are playing to give us some idea of the  popularity of the game.&lt;/p&gt;
&lt;p&gt;Knowing your score and level of difficulty, it&apos;s then easy to work  out where you rank in the list of people who have played the game at that  particular level. We can show you your position and a sad, neutral or smiley  face depending on how you fared compared to your fellow players.&lt;/p&gt;
&lt;p&gt;We&apos;ve built many web applications over the years mostly a lot more  complex than the map game but I hope that this little look &apos;under the bonnet&apos;  gives you a small idea of what goes on behind the scenes when building an  online application.&lt;/p&gt; 
				</description>
				
				<category>Web design</category>
				
				<pubDate>Wed, 11 Apr 2012 09:59:00 +0100</pubDate>
				<guid>http://www.novamedia.co.uk/blog/index.cfm/2012/4/11/The-making-of-the-Novamedia-map-viral</guid>
				
				
			</item>
			
			<item>
				<title>Setting up email accounts</title>
				<link>http://www.novamedia.co.uk/blog/index.cfm/2012/3/27/Setting-up-email-accounts</link>
				<description>
				
				&lt;p&gt;This week&apos;s blog is a bit of back to basics, answering one of the  questions we often get asked if we have set up a domain for a client: How do I  set up my email accounts?&lt;/p&gt;
&lt;p&gt;I&apos;m not going to go through every different software program in  detail but just cover in general terms the information that you need to set up  email accounts using your preferred software.&lt;/p&gt;
&lt;p&gt; The first thing you have to do is to decide what email address or  addresses you want to use and get these set up on the system. If you have a  control panel for your domain then you will be able to do this yourself. If  not, you may have to ask your ISP (Internet Service Provider) or the person who  looks after your IT to do this for you. (If you&apos;ve got a person who looks after  your IT in-house then he or she can probably do this whole thing for you  anyway, so there may be no point in reading on. Go and put your feet up and  have a cup of tea!).&lt;/p&gt;
&lt;p&gt;But let&apos;s assume that you have to set all this up yourself. We&apos;ll  choose and email address – let&apos;s say &lt;strong&gt;fred@novamedia.co.uk&lt;/strong&gt;.  The control panel will ask you to enter the email address and select a password  for the email. You&apos;ll need both of these things when you set it up on your  email program. Your control panel may well have other options too but you can  ignore these for the time being.&lt;/p&gt;
&lt;p&gt;As soon as you have set this new email address up, any emails sent  to &lt;strong&gt;fred@novamedia.co.uk&lt;/strong&gt; will start  going into Fred&apos;s inbox on the mail server. The mail server is the server your  ISP uses to receive email on your behalf. When you set up your email program,  it interrogates this mail server to see if there are any emails in Fred&apos;s inbox  and downloads them to your PC.&lt;/p&gt;
&lt;p&gt;You don&apos;t actually have to set up your email software if you don&apos;t  want to. Most ISPs will offer a webmail service where you can just log in to  the mail server and view and send emails from there and in fact this is  basically the way that cloud email services work such as Google&apos;s GMail. &lt;/p&gt;
&lt;p&gt;But we&apos;ll assume you want to receive emails on your PC otherwise  this blog post is going to end much sooner than expected.&lt;/p&gt;
&lt;p&gt;So you go in to your email software and go to the bit where you  set up a new account. You&apos;ll need various bits of information:&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;Your email  address&lt;/li&gt;
  &lt;li&gt;Your  password&lt;/li&gt;
  &lt;li&gt;The POP  server address&lt;/li&gt;
  &lt;li&gt;The SMTP  server address&lt;/li&gt;
  &lt;li&gt;The server  port numbers if the defaults are not being used&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Now you know the first two already but you&apos;ll need to find out the  last three and these are questions you need to ask your ISP. It may well be  documented on your control panel. What are these things?&lt;/p&gt;
&lt;p&gt;POP stands for Post Office Protocol. It&apos;s got nothing to do with  the GPO (that ages me!) but is simply the protocol used to describe how email  messages are received. SMTP stands for Simple Mail Transfer Protocol and is the  system used to describe how messages are sent. Often the server addresses for  these will be the same. For example, our ISP uses mail.flintmedia.co.uk.&lt;/p&gt;
&lt;p&gt;There are two port numbers, one for the POP server and one for the  SMTP server. By default these are 110 and 25 respectively. Your ISP may use  different port numbers and you may need to check this. If you are setting up an  email address on our system, the SMTP port is 587.&lt;/p&gt;
&lt;p&gt;Finally there may be a checkbox that you need to tick if your  ISP&apos;s server requires authentication. Again, your ISP should be able to make  this clear. Our ISP requires this to be ticked.&lt;/p&gt;
&lt;p&gt;That&apos;s basically it and I hope I&apos;ve given you enough information  to enable you to set up your email address using your chosen software program.&lt;/p&gt;
&lt;p&gt;There&apos;s just one final thing. By default, when you download the  emails from the mail server, they are transferred to your PC and deleted from  the mail server. However, most email programs will enable you to choose if you  want to leave the message on the mail server. This can be useful in some  circumstances. For example, you may want to have access to your emails from  other devices such as your smartphone or a laptop but still want to have &lt;strong&gt;all&lt;/strong&gt; messages downloaded to your PC. You can set up your email accounts on your  smartphone or laptop in the same way as described above but click the box that  tells the system to leave messages on the server. When you get back to your  desktop PC and download your emails, these messages will still be there and  will therefore download to the PC and then be deleted from the mail server.&lt;/p&gt;
&lt;p&gt;(If you&apos;ve been pointed to this blog post as one of our clients  and anything isn&apos;t clear, do give me a call).&lt;/p&gt; 
				</description>
				
				<category>Technical advice</category>
				
				<pubDate>Tue, 27 Mar 2012 10:36:00 +0100</pubDate>
				<guid>http://www.novamedia.co.uk/blog/index.cfm/2012/3/27/Setting-up-email-accounts</guid>
				
				
			</item>
			
			<item>
				<title>Things that wind me up on Twitter</title>
				<link>http://www.novamedia.co.uk/blog/index.cfm/2012/3/14/Things-that-wind-me-up-on-Twitter</link>
				<description>
				
				&lt;p&gt;Dear readers, I have to warn you that I am about to go into Grumpy  Old Man (GOM) mode. I&apos;m not normally a GOM (although my wife might dispute  that) so please indulge me as I let off a bit of steam (or alternatively, don&apos;t  read on, it&apos;s entirely up to you).&lt;/p&gt;
&lt;p&gt;Now I&apos;ve been using Twitter for quite a while now and, day by day,  more and more people enter the arena. More people are following me every day  although I&apos;ve got a long way to go to get to Lady Gaga&apos;s 20 million followers  (in fact I&apos;ve got well over 19,999,000 to go but that&apos;s not the point).&lt;/p&gt;
&lt;p&gt;There are a lot of people who use Twitter perfectly well. They are  interesting, engaging and, funnily enough, they get my attention. Strange that,  isn&apos;t it? But there are many others who don&apos;t and these people I tend to ignore  or even unfollow.&lt;/p&gt;
&lt;p&gt;So what are these people doing that gets my goat. I&apos;ve listed a  few things below. You may agree or not agree with these – I&apos;d like to hear your  comments.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;People who sell all the time&lt;/strong&gt;&lt;br /&gt;
  Yes we know you&apos;re on Twitter to get new business but if you keep  tweeting &apos;Buy, buy, buy&apos; then I&apos;m afraid it&apos;s &apos;Bye, bye, bye&apos; from me.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;FFs without a reason&lt;/strong&gt;&lt;br /&gt;
  If you want me to follow someone of a Friday, do one at a time and  give me a good reason. If you tweet &apos;#FF&apos; followed by a bunch of names, why am  I going to click on any of them to find out why I should follow them? Hint: I&apos;m  not!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;People using quotation books&lt;/strong&gt;&lt;br /&gt;
  This one winds me up. If you haven&apos;t got anything interesting to  say, don&apos;t pick up a book of clever quotations off of your shelf and tweet  these &lt;em&gt;ad nauseum&lt;/em&gt;. And if you&apos;ve stuck a whole bunch of these in  scheduled tweets then shame on you.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;People who are not interesting&lt;/strong&gt;&lt;br /&gt;
  Try to be interesting on Twitter. You&apos;ll get my attention. Even be  a bit edgy as long as you don&apos;t go too far. Then if you throw in a proportion  of business tweets as well, they&apos;ll also get read.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;People who tweet loads all in one go&lt;/strong&gt;&lt;br /&gt;
  I keep my tweets in lists. It&apos;s mostly the people I find  interesting and engaging that are in these lists and they are the ones that get  looked at the most. But if you fire off a large number of tweets in one go and  take over my list so that everyone else is pushed down, you&apos;re going to get  removed from the list which means I won&apos;t see any of your tweets. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;People who use loads of hashtags, links and gobbledegook&lt;/strong&gt;&lt;br /&gt;
  If a tweet is just a link and a bunch of hashtags I&apos;m very  unlikely to click on it. If I can&apos;t make sense of the tweet in a few seconds  then I&apos;ll move on to the next one.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Thinking it&apos;s OK not to spell correctly&lt;/strong&gt;&lt;br /&gt;
  There are two schools of thought on this one. Some people say that  it&apos;s OK to fire off a tweet in a hurry and not worry about the spelling. I  guess you could argue that a badly spelt tweet that gets click-throughs is  better than no tweet at all. But even better is a correctly spelt tweet that  gets attention. Good spelling and grammar is also polite. If it&apos;s not correct,  it forces the reader to work harder.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Not having the nous to pr&#xe9;cis text&lt;/strong&gt;&lt;br /&gt;
  If you can&apos;t fit everything into 140 characters, learn how to pr&#xe9;cis.  That doesn&apos;t mean converting &apos;your&apos; to &apos;ur&apos; (Ur was an ancient Sumerian city –  see you can learn something from reading my blog!). Try to re-word the tweet  whilst still keeping it readable. It only takes a few seconds to do.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Social media &apos;experts&apos;&lt;/strong&gt;&lt;br /&gt;
  I&apos;m followed by loads of social media &apos;experts&apos;. Now I&apos;m not  saying that there&apos;s no such thing as a social media expert but I don&apos;t want to  be on Twitter just to be told how to use Twitter all of the time.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Please retweet&lt;/strong&gt;&lt;br /&gt;
  I&apos;ll retweet if I think it&apos;s interesting. You don&apos;t have to ask.  In fact if you do ask, I&apos;m likely not to retweet – I&apos;m a bit contrary at times!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;People telling me how many followers they&apos;ve got&lt;/strong&gt;&lt;br /&gt;
  You don&apos;t need to tweet to tell me how many followers you have or  how many you&apos;ve got to go to get to some landmark number. I can find that out for  myself if I&apos;m interested.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Abbreviations and acronyms&lt;/strong&gt;&lt;br /&gt;
  Actually I&apos;m OK with a lot of these. I don&apos;t mind OMG, WTF and LOL  (although I have my doubts if people really are laughing out loud when they  type LOL and certainly ROFLMAO is never to be taken literally). But the more  obscure ones are unlikely to have me Googling for their meaning so I&apos;ll  probably just ignore them instead. So DUOA. See?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Abuse, racism, cowardice etc.&lt;/strong&gt;&lt;br /&gt;
  Finally of course it goes without saying that anyone using Twitter  to be abusive, racist, sexist and so on will be unfollowed and possibly  reported. Nuff said.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;...and calm...&lt;/strong&gt;&lt;br /&gt;
I feel much better having got all that off my chest. If you&apos;re new  to Twitter I hope it helped. If you&apos;ve been using it for some time you might  feel there are a few things I&apos;ve left off of the list - let me know. I&apos;m off to  make a cup of tea!&lt;/p&gt; 
				</description>
				
				<category>Social media</category>
				
				<pubDate>Wed, 14 Mar 2012 10:20:00 +0100</pubDate>
				<guid>http://www.novamedia.co.uk/blog/index.cfm/2012/3/14/Things-that-wind-me-up-on-Twitter</guid>
				
				
			</item>
			
			<item>
				<title>Website content – if you can’t do it, you’ve got four choices...</title>
				<link>http://www.novamedia.co.uk/blog/index.cfm/2012/3/2/Website-content--if-you-cant-do-it-youve-got-four-choices</link>
				<description>
				
				&lt;p&gt;It&apos;s like anything in life. If there&apos;s a thing you can&apos;t do then  you have four choices:&lt;/p&gt;
&lt;ol start=&quot;1&quot; type=&quot;1&quot;&gt;
  &lt;li&gt;Don&apos;t do it&lt;/li&gt;
  &lt;li&gt;Do it yourself but do it badly&lt;/li&gt;
  &lt;li&gt;Learn how to do it well&lt;/li&gt;
  &lt;li&gt;Get someone else to do it&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;It applies to all sorts of things. I was up a step ladder  decorating my hall about three years ago. Bored and fed up, I got down off of  the ladder, put it away in the garage and resolved to give up decorating for  good. Next day I phoned Malcolm and he&apos;s been doing our painting, decorating  and other such jobs ever since (highly recommended incidentally if you need  someone in the Bromley area!). I chose option 4 – it was definitely the right  thing to do.&lt;/p&gt;
&lt;p&gt;Another example is that of public speaking. In business we often  have to get up in front of people and talk and it was always something that  terrified me. I have recently resolved to do something about it and in this  case, I have chosen option 3. I&apos;ve joined a speakers club and intend to get proficient  at this particular life skill.&lt;/p&gt;
&lt;p&gt;So down to brass tacks – your website and its content. We have  produced sites with content management systems (CMS) for years allowing clients  to update those parts of the site that change frequently. But is this always  the sensible thing to do? It really depends on if the client is going to use the  CMS and use it well.&lt;/p&gt;
&lt;p&gt;These are the three factors you need to bear in mind:&lt;span dir=&quot;ltr&quot;&gt; &lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;Understand  what the website section is for&lt;/li&gt;
  &lt;li&gt;Write well&lt;/li&gt;
  &lt;li&gt;Update  often&lt;/li&gt;
&lt;/ul&gt;
&lt;strong&gt;Understand what the website section is for&lt;/strong&gt;
&lt;p&gt;If you&apos;ve got a blog on your website, use it as a blog. Make it  interesting and write stuff that people will want to read. If you&apos;re using the  blog to flag up events or small pieces of news then think about having a separate  news or events page on your site custom-built just for this sort of thing.&lt;/p&gt;
&lt;p&gt;If you&apos;ve got various staff using the CMS, make sure they all know  how to use it and what each section is for.&lt;/p&gt;
&lt;strong&gt;Write well&lt;/strong&gt;
&lt;p&gt;This is the big one for me for various reasons and it comes back  to the four options at the top. If you can&apos;t write well then either learn to do  so or employ someone else to do it. We can write copy for you or employ  specialist copywriters. &lt;/p&gt;
&lt;p&gt;We&apos;ve got some clients who know how to write well. For example  take a look at the Munro &amp;amp; Forster blog at &lt;a href=&quot;http://www.munroforster.com/blog/&quot;&gt;http://www.munroforster.com/blog/&lt;/a&gt;.  It&apos;s interesting and there are no distracting spelling or grammatical errors.&lt;/p&gt;
&lt;p&gt;We&apos;ve also produced a couple of sites where the client&apos;s skills in  this area are lacking and we have had to talk to them about how they can  improve this as well as explain the negative effect this is having on their  business. The errors stick out like a sore thumb and people will subconsciously  link this lack of attention to detail to whatever service or product you are  selling.&lt;/p&gt;
&lt;p&gt;And from a purely selfish point of view, we can&apos;t put a client  site in our web portfolio if it contains bad English because it&apos;s going to  reflect badly on us as well!&lt;/p&gt;
&lt;strong&gt;Update often&lt;/strong&gt;
&lt;p&gt;If you&apos;ve got a blog or a news section then use it. Don&apos;t let it  sit there gathering dust. Update it regularly and then tweet about it or add  the update to your Facebook age. We now set up sections in clients&apos; websites  that automatically post updates to their company&apos;s Facebook page so there&apos;s no  extra effort involved.&lt;/p&gt;
&lt;p&gt;It also stands to reason that the more, good-quality content you&apos;ve  got on your website, the more stuff there is for Google to index thus helping  your search engine rankings.&lt;/p&gt;
&lt;p&gt;If you want any help with your website or copy, just get in touch.&lt;/p&gt; 
				</description>
				
				<category>Web design</category>
				
				<pubDate>Fri, 02 Mar 2012 12:16:00 +0100</pubDate>
				<guid>http://www.novamedia.co.uk/blog/index.cfm/2012/3/2/Website-content--if-you-cant-do-it-youve-got-four-choices</guid>
				
				
			</item>
			
			<item>
				<title>Cookies – the new law really takes the biscuit</title>
				<link>http://www.novamedia.co.uk/blog/index.cfm/2011/10/12/Cookies--the-new-law-really-takes-the-biscuit</link>
				<description>
				
				&lt;p&gt;The government has given companies until 26 May 2012 to comply  with the new EU&apos;s Privacy and Communications Directive which requires the user&apos;s  consent before using cookies. This could open up a hornet&apos;s nest of problems and  could potentially make websites a lot less useful and user-friendly.&lt;/p&gt;
&lt;p&gt;So what exactly is a cookie? It&apos;s a small file placed on your PC  by a website that they can retrieve each time you visit pages on the site. It  is not dangerous and cannot harm your PC and it can only be used by the web  domain that stored it in the first place.&lt;/p&gt;
&lt;p&gt;Let me give you an example from one of our websites. The &lt;strong&gt;World  Malaria Day&lt;/strong&gt; website (&lt;a href=&quot;http://www.worldmalariaday.org&quot; target=&quot;_blank&quot;&gt;http://www.worldmalariaday.org&lt;/a&gt;)  has an option at the top to view the site in French. If you click on this flag,  the website stores a cookie on your PC that holds the information saying that  your language preference is French. The next time you visit the site, this  cookie is retrieved and the site is automatically shown to you in French.  Without this convenience you would have to click on the flag every time you  visited in order to see the site in French – not very user-friendly at best.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://www.novamedia.co.uk/blog/images/blog_images/frenchman.jpg&quot; alt=&quot;Frenchman&quot; width=&quot;500&quot; height=&quot;282&quot;&gt;&lt;/p&gt;
&lt;p&gt;Without wishing to confuse matters, there is another type of  cookie which is non-persistent and which expires when you leave a site. These  are called session cookies and are strictly necessary to hold web pages  together. For example, if you have entered a password to access a site then  every page you go to on that site needs to know that you have logged in and are  able to view it. It can check a session cookie to do this. Without it, each  page you went to would say &amp;quot;sorry we don&apos;t know who you are – go away!&amp;quot;.&lt;/p&gt;
&lt;p&gt;A similar thing might be used to keep your basket contents when shopping.  Not being able to track this would be like having a supermarket basket with the  bottom missing. Every time you put something in, it would immediately fall out  again and your basket would remain forever empty.&lt;/p&gt;
&lt;p&gt;A bigger impact will be felt if third party applications such as Google  Analytics have to get permission to use cookies. If people are able to opt out  then the reporting you are getting about your website visitors will be less accurate  and therefore you will be less able to make informed decisions about your marketing.  Will there be an alternative technological approach that can be adopted? It seems  a wait and see approach is what is generally being recommended in the hope that  analytics companies will come up with a solution.&lt;/p&gt;
&lt;p&gt;As far as our sites are concerned, the majority just use the necessary  session cookies but we will be carrying out a review and implementing changes  where necessary.&lt;/p&gt; 
				</description>
				
				<category>Usability</category>
				
				<pubDate>Wed, 12 Oct 2011 10:57:00 +0100</pubDate>
				<guid>http://www.novamedia.co.uk/blog/index.cfm/2011/10/12/Cookies--the-new-law-really-takes-the-biscuit</guid>
				
				
			</item>
			
			<item>
				<title>The email marketing process part 4 - Testing, sending and reporting</title>
				<link>http://www.novamedia.co.uk/blog/index.cfm/2011/9/7/The-email-marketing-process-part-4--Testing-sending-and-reporting</link>
				<description>
				
				&lt;p&gt;When we set up the distribution list database to send an email  campaign, we also add to it some test addresses. These will of course contain  one or more of our addresses but will also contain at least one of the client&apos;s  email addresses as well.&lt;/p&gt;
&lt;p&gt;The first thing we do is to send the email to ourselves and run a  series of checks to ensure that everything is working:&lt;/p&gt;
&lt;ul type=&quot;disc&quot;&gt;
  &lt;li&gt;Does the email work in both its HTML and text       forms?&lt;/li&gt;
  &lt;li&gt;Does the unsubscribe link work and go to the       correct unsubscribe page?&lt;/li&gt;
  &lt;li&gt;Does open tracking work?&lt;/li&gt;
  &lt;li&gt;Do all of the click-through links work? (We       test these whether or not they are being tracked).&lt;/li&gt;
  &lt;li&gt;If personalised emails are being used, are all       merge fields working as they should be.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;We also check the email to ensure that it isn&apos;t spammy and also  that it looks good in a number of different email systems such as Hotmail,  Gmail and Yahoo.&lt;/p&gt;
&lt;p&gt;When we are happy that everything is OK, we send a test email to  the client so that they can check it and make any final changes.&lt;/p&gt;
&lt;p&gt;Once the client is happy that it all looks and works as it should,  we send the email out to the distribution list. We use specialist email  marketing and sending software which will take each email and send it out  separately to each recipient on the distribution list.&lt;/p&gt;
&lt;p&gt;Then the interesting bit starts. Our system records all sorts of  things to help you to analyse the success of your email marketing campaign. It  records who has opened the email, which links they have clicked on, which email  addresses have bounced, which email addresses are badly formatted and who has  unsubscribed from your mailing list.&lt;/p&gt;
&lt;p&gt;The open tracking is done via the insertion of a tiny invisible  image in the email piece. If a user&apos;s email software has images turned off then  the open event will not be recorded. However, the result is still a good  indicator of how successful your email marketing campaign has been. We have had  open rates in the range of 10% up to 85% though a typical open rate range would  be between 20% and 40% and anything in the higher end of that range can be regarded  as a good figure.&lt;/p&gt;
&lt;p&gt;We usually leave it for a week before producing the email  marketing report that is then sent to the client. This gives enough time for  most of your recipients to have had a chance to look at the email. We can send  the report earlier or later than this depending upon your requirements. One of  our clients has customers who are out working in gardens all day long and who  may not look at their email as often as the rest of us and so they prefer a two  week wait before the report is produced.&lt;/p&gt;
&lt;p&gt;The report is produced as an Excel file and emailed to you.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;For further information on how our email marketing works, see...&lt;/strong&gt;&lt;br /&gt;
  &lt;strong&gt;Part 1&lt;/strong&gt; – &lt;a href=&quot;http://www.novamedia.co.uk/blog/index.cfm/2011/9/7/The-email-marketing-process-part-1--Producing-the-email-piece&quot;&gt;Producing the email piece&lt;/a&gt;&lt;br /&gt;
  &lt;strong&gt;Part 2&lt;/strong&gt; – &lt;a href=&quot;http://www.novamedia.co.uk/blog/index.cfm/2011/9/7/The-email-marketing-process-part-2--Setting-up-the-campaign&quot;&gt;Setting up the campaign&lt;/a&gt;&lt;br /&gt;
  &lt;strong&gt;Part 3&lt;/strong&gt; – &lt;a href=&quot;http://www.novamedia.co.uk/blog/index.cfm/2011/9/7/The-email-marketing-process-part-3--The-distribution-list&quot;&gt;The distribution list&lt;/a&gt;&lt;/p&gt; 
				</description>
				
				<category>Email marketing</category>
				
				<pubDate>Wed, 07 Sep 2011 17:17:00 +0100</pubDate>
				<guid>http://www.novamedia.co.uk/blog/index.cfm/2011/9/7/The-email-marketing-process-part-4--Testing-sending-and-reporting</guid>
				
				
			</item>
			
			<item>
				<title>The email marketing process part 3 - The distribution list</title>
				<link>http://www.novamedia.co.uk/blog/index.cfm/2011/9/7/The-email-marketing-process-part-3--The-distribution-list</link>
				<description>
				
				&lt;p&gt;We run email marketing campaigns for many clients and these go to  lists of varying sizes. You can supply us with a list of recipients or, as we  do with a lot of clients, we can use the opt-in list from your website. For  some clients we have actually constructed and manage their website as well so  we can access the online database which we will have built in order to download  the latest additions to the mailing list.&lt;/p&gt;
&lt;p&gt;It is important that all lists only contain the names and email  addresses of people who have actually opted in to receive communication from  you or people who are legitimate contacts of your organisation.&lt;/p&gt;
&lt;p&gt;It is also important that you offer all recipients a way of opting  out of receiving communication and that you actually carry out their request  when they have asked to be removed from the mailing list especially if you are  managing your own lists. For those clients for whom we hold their definitive  mailing list we make sure that any unsubscribe requests are actioned so that the  contact doesn&apos;t receive any more emails.&lt;/p&gt;
&lt;p&gt;If you supply us with the list, we process the list to get it into  a format we can work with. More often than not distribution lists are supplied  to us in Excel format but they can be supplied in any database format that we  are able to read. Check with us before sending.&lt;/p&gt;
&lt;p&gt;If you want to use merge fields in order to personalise the email,  then these will need to be included in your list as separate columns. There&apos;s  more about this in our other blog post in this series: &lt;a href=&quot;http://www.novamedia.co.uk/blog/index.cfm/2011/9/7/The-email-marketing-process-part-1--Producing-the-email-piece&quot;&gt;Part 1 - Producing the  email piece&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The process of setting up the database also includes adding in the  columns that will record the opens, click-throughs, bounces, bad format emails  and unsubscribe requests. These columns are used to report back to you the  results of your email campaign.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;For further information on how our email marketing works, see...&lt;/strong&gt;&lt;br /&gt;
  &lt;strong&gt;Part 1&lt;/strong&gt; – &lt;a href=&quot;http://www.novamedia.co.uk/blog/index.cfm/2011/9/7/The-email-marketing-process-part-1--Producing-the-email-piece&quot;&gt;Producing the email piece&lt;/a&gt;&lt;br /&gt;
  &lt;strong&gt;Part 2&lt;/strong&gt; – &lt;a href=&quot;http://www.novamedia.co.uk/blog/index.cfm/2011/9/7/The-email-marketing-process-part-2--Setting-up-the-campaign&quot;&gt;Setting up the campaign&lt;/a&gt;&lt;br /&gt;
  &lt;strong&gt;Part 4 &lt;/strong&gt;– &lt;a href=&quot;http://www.novamedia.co.uk/blog/index.cfm/2011/9/7/The-email-marketing-process-part-4--Testing-sending-and-reporting&quot;&gt;Testing, sending and reporting&lt;/a&gt;&lt;/p&gt; 
				</description>
				
				<category>Email marketing</category>
				
				<pubDate>Wed, 07 Sep 2011 17:16:00 +0100</pubDate>
				<guid>http://www.novamedia.co.uk/blog/index.cfm/2011/9/7/The-email-marketing-process-part-3--The-distribution-list</guid>
				
				
			</item>
			
			<item>
				<title>The email marketing process part 2 - Setting up the campaign</title>
				<link>http://www.novamedia.co.uk/blog/index.cfm/2011/9/7/The-email-marketing-process-part-2--Setting-up-the-campaign</link>
				<description>
				
				&lt;p&gt;Once we have designed the email piece we can then set up the  campaign. This involves various steps and settings within the email campaign  application that we use.&lt;/p&gt;
&lt;p&gt;Some of the most important are settings that our client has to  supply such as:&lt;/p&gt;
&lt;ul type=&quot;disc&quot;&gt;
  &lt;li&gt;The From Name&lt;/li&gt;
  &lt;li&gt;The From Address&lt;/li&gt;
  &lt;li&gt;The Reply-To address &lt;/li&gt;
  &lt;li&gt;The message subject&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I won&apos;t blabber on about the importance of the From Name mainly  because &lt;a href=&quot;http://www.novamedia.co.uk/blog/index.cfm/2011/6/7/Email-marketing--the-importance-of-the-from-name&quot;&gt;I have already written a blog post on this very subject&lt;/a&gt;. The From Address will typically be the  email address of the person in the From Name but it doesn&apos;t have to be. The  Reply-To address can be different to the From Address if you wish. Then when  the recipient clicks &lt;em&gt;Reply&lt;/em&gt; in their email application their reply will  go back to this person instead.&lt;/p&gt;
&lt;p&gt;We can personalise the email and set the From Name and Address  dynamically based on a column in your distribution list. For example, if you  are sending a campaign from several different people such as when sending to a  list supplied from various sales reps within your organisation. This example is  also when the separate Reply-To address might come in useful as you may want  all replies to be co-ordinated from one central address.&lt;/p&gt;
&lt;p&gt;The message subject is important and I will be writing a separate  blog post about this in due course – watch this space! Suffice to say at this  stage that the subject line should trigger some sort of recognition within your  recipient so that they don&apos;t look at it and immediately dismiss it as spam.&lt;/p&gt;
&lt;p&gt;What else do we do when setting up the campaign? Well we need to  make sure that we are tracking bounced emails and to that end, we set up a  unique email account to collect the bounces and record these in the database so  that you can see which addresses have bounced. We can set it up so that you  collect bounced emails instead but we don&apos;t recommend this especially if it is  a big list as you could end up with hundreds of emails coming into your inbox.&lt;/p&gt;
&lt;p&gt;We also set up all of the click-throughs so that these too can be  recorded in the database and reported back to you.&lt;/p&gt;
&lt;p&gt;One of the things we can do is to add an attachment but we hardly  ever do this unless we are sending the email to a very small number of people  and the attachment is a very small file size. Adding a large attachment to an  email can massively increase the amount of time it takes to send and also runs  a higher risk of being rejected as spam. What we recommend instead is that the  attachment is uploaded to a web server and then we add a link to it within the  body of the email. This gets round the two issues mentioned and has the added  benefit that we can track clicks on this slink to see who has downloaded the  attachment.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;For further information on how our email marketing works, see...&lt;/strong&gt;&lt;br /&gt;
  &lt;strong&gt;Part 1&lt;/strong&gt; – &lt;a href=&quot;http://www.novamedia.co.uk/blog/index.cfm/2011/9/7/The-email-marketing-process-part-1--Producing-the-email-piece&quot;&gt;Producing the email piece&lt;/a&gt;&lt;br /&gt;
  &lt;strong&gt;Part 3&lt;/strong&gt; – &lt;a href=&quot;http://www.novamedia.co.uk/blog/index.cfm/2011/9/7/The-email-marketing-process-part-3--The-distribution-list&quot;&gt;The distribution list&lt;/a&gt;&lt;br /&gt;
  &lt;strong&gt;Part 4 &lt;/strong&gt;– &lt;a href=&quot;http://www.novamedia.co.uk/blog/index.cfm/2011/9/7/The-email-marketing-process-part-4--Testing-sending-and-reporting&quot;&gt;Testing, sending and reporting&lt;/a&gt;&lt;/p&gt; 
				</description>
				
				<category>Email marketing</category>
				
				<pubDate>Wed, 07 Sep 2011 17:15:00 +0100</pubDate>
				<guid>http://www.novamedia.co.uk/blog/index.cfm/2011/9/7/The-email-marketing-process-part-2--Setting-up-the-campaign</guid>
				
				
			</item>
			
			<item>
				<title>The email marketing process part 1 - Producing the email piece</title>
				<link>http://www.novamedia.co.uk/blog/index.cfm/2011/9/7/The-email-marketing-process-part-1--Producing-the-email-piece</link>
				<description>
				
				&lt;p&gt;The first thing we do when working with a new client is to design  an email template which will be used for the email marketing campaign and also  any subsequent campaigns. We will set up text styles, colours, fonts etc. and incorporate  logos and images as required.&lt;/p&gt;
&lt;p&gt;It is essential that the email piece to be sent out is designed to  look good but, more importantly, is also &apos;designed for the inbox&apos;. This means  that it should work in whatever email software the recipient is using. In  practice it is impossible to ensure that it works 100% correctly in every email  program because they all render HTML content differently, but we can ensure  that the design is as flexible as possible so that as many recipients as  possible can see the email the way it was intended to look.&lt;/p&gt;
&lt;p&gt;However, we always create a fallback in the shape of an online  version. In the version that you contact receives we place a link at the top  that says something like: &apos;If you are unable to read this e-mail, please click  here to see our online version.&apos; Therefore if the received version doesn&apos;t  quite work the way it should, they can still see the email designed and laid  out as intended in the online version in their browser. We also use this online  version as the one that we show to the client as the email piece is being put  together. Once they have approved the online version we then proceed to produce  the HTML and text versions (see below).&lt;/p&gt;
&lt;p&gt;There&apos;s the possibility that a contact&apos;s email software won&apos;t let  them view HTML emails so we also produce a text version of your email so that  these people don&apos;t miss out on your message. The email is sent out in what is  called &apos;multipart&apos; format – i.e. both HTML and text – and the recipient&apos;s email  program will decide which part to display.&lt;/p&gt;
&lt;p&gt;If you want the email to be personalised then this can also be done.  For example, you might want &apos;Dear &lt;em&gt;FirstName&lt;/em&gt;&apos; at the top of the email  (where &lt;em&gt;Firstname&lt;/em&gt; is a column from the distribution list database). You  might also want the email to be signed off by different people such as when  sending to a list supplied from various sales reps within your organisation. The  text version needs a bit of work: all &apos;click here&apos; type links have to be  converted into the full URL, graphical text has to be re-typed and we have to  make sure that text referring to any images is re-worded so that it makes  sense.&lt;/p&gt;
&lt;p&gt;It&apos;s even possible to insert a completely different block of text  / images in an email based on criteria from the distribution list database.  Let&apos;s take an example to show you what I mean. Suppose you were organising  three conferences in different locations and you wanted to show a picture of  the recipient&apos;s nearest conference centre and its address in the body of the  email. Your distribution database would need to have a column containing a  location name and we can code the email to look at this location name and then  display the appropriate content.&lt;/p&gt;
&lt;p&gt;We can also track click-throughs on any links within the email  piece should you wish to do so.&lt;/p&gt;
&lt;p&gt;When all is said and done, it is the content of your email campaign  that is the most important factor. It is that which will decide how many people  respond to your call to action. I think another blog post might be needed on  that very subject in due course.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;For further information on how our email marketing works, see...&lt;/strong&gt;&lt;br /&gt;
  &lt;strong&gt;Part 2&lt;/strong&gt; – &lt;a href=&quot;http://www.novamedia.co.uk/blog/index.cfm/2011/9/7/The-email-marketing-process-part-2--Setting-up-the-campaign&quot;&gt;Setting up the campaign&lt;/a&gt;&lt;br /&gt;
  &lt;strong&gt;Part 3&lt;/strong&gt; – &lt;a href=&quot;http://www.novamedia.co.uk/blog/index.cfm/2011/9/7/The-email-marketing-process-part-3--The-distribution-list&quot;&gt;The distribution list&lt;/a&gt;&lt;br /&gt;
  &lt;strong&gt;Part 4 &lt;/strong&gt;– &lt;a href=&quot;http://www.novamedia.co.uk/blog/index.cfm/2011/9/7/The-email-marketing-process-part-4--Testing-sending-and-reporting&quot;&gt;Testing, sending and reporting&lt;/a&gt;&lt;/p&gt; 
				</description>
				
				<category>Email marketing</category>
				
				<pubDate>Wed, 07 Sep 2011 17:13:00 +0100</pubDate>
				<guid>http://www.novamedia.co.uk/blog/index.cfm/2011/9/7/The-email-marketing-process-part-1--Producing-the-email-piece</guid>
				
				
			</item>
			
			<item>
				<title>The email marketing process – there’s more to it than you think</title>
				<link>http://www.novamedia.co.uk/blog/index.cfm/2011/9/7/The-email-marketing-process--theres-more-to-it-than-you-think</link>
				<description>
				
				&lt;p&gt;I went to see a client recently who was asking me a lot of  questions about our email marketing service which of course, I was more than  happy to answer.&lt;/p&gt;
&lt;p&gt;But it occurred to me that a lot of what he was asking was not on  our website. The &lt;a href=&quot;http://www.novamedia.co.uk/services_email_marketing.cfm&quot;&gt;page dedicated to email marketing&lt;/a&gt; covers the service in as much detail  as is probably needed to get across the salient points but does not go into any  depth about the full details of an email marketing campaign. So, I thought to  myself, I feel another blog or three coming on.&lt;/p&gt;
&lt;p&gt;When we are producing an email campaign (and even though we have  run over 600 of them) we still run through a checklist of 51 items, so there&apos;s  a lot to it! &lt;/p&gt;
&lt;p&gt;I&apos;ve written the blog in four parts to make it easier to digest:&lt;br /&gt;
  &lt;strong&gt;Part 1&lt;/strong&gt; – &lt;a href=&quot;http://www.novamedia.co.uk/blog/index.cfm/2011/9/7/The-email-marketing-process-part-1--Producing-the-email-piece&quot;&gt;Producing the email piece&lt;br /&gt;
  &lt;/a&gt;&lt;strong&gt;Part 2&lt;/strong&gt; – &lt;a href=&quot;http://www.novamedia.co.uk/blog/index.cfm/2011/9/7/The-email-marketing-process-part-2--Setting-up-the-campaign&quot;&gt;Setting up the campaign&lt;/a&gt;&lt;br /&gt;
    &lt;strong&gt;Part 3&lt;/strong&gt; – &lt;a href=&quot;http://www.novamedia.co.uk/blog/index.cfm/2011/9/7/The-email-marketing-process-part-3--The-distribution-list&quot;&gt;The distribution list&lt;/a&gt;&lt;br /&gt;
    &lt;strong&gt;Part 4 &lt;/strong&gt;– &lt;a href=&quot;http://www.novamedia.co.uk/blog/index.cfm/2011/9/7/The-email-marketing-process-part-4--Testing-sending-and-reporting&quot;&gt;Testing, sending and reporting&lt;/a&gt;&lt;/p&gt; 
				</description>
				
				<category>Email marketing</category>
				
				<pubDate>Wed, 07 Sep 2011 17:10:00 +0100</pubDate>
				<guid>http://www.novamedia.co.uk/blog/index.cfm/2011/9/7/The-email-marketing-process--theres-more-to-it-than-you-think</guid>
				
				
			</item>
			
			<item>
				<title>Google Images is not a free stock library</title>
				<link>http://www.novamedia.co.uk/blog/index.cfm/2011/8/8/Google-Images-is-not-a-free-stock-library</link>
				<description>
				
				&lt;p&gt;I had a client recently ask me to put together a new website, not  a large site, but a site nonetheless. Not an unreasonable request seeing as we  design websites!&lt;/p&gt;
&lt;p&gt;So we were working on the site when the client sent over several  images and asked us to add these to some of the pages. Now, I took a look at  these images and they were quite a disparate bunch. My suspicions were  immediately aroused. These didn&apos;t look like the sort of images a client would  normally send. They were all different sizes, all very different subjects and  of varying quality.&lt;/p&gt;
&lt;p&gt;I was emailing the client about the site so I thought I would  mention the images and ask them where they had got them from. The reply was &quot;We  got them from Google Images&quot;. To be honest, that reply didn&apos;t come as a big  surprise. As I said, I had had my suspicions which is why I asked the question  in the first place.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://www.novamedia.co.uk/blog/images/blog_images/thief_with_pictures.jpg&quot; alt=&quot;Thief with pictures&quot; width=&quot;400&quot; height=&quot;424&quot; style=&quot;float:right; margin-left:20px; margin-bottom:20px;&quot; /&gt;So I had to gently break the news that we couldn&apos;t actually use  these images on the website. The client of course asked why. The simple answer  is - &lt;strong&gt;Google Images is not a free stock library.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;All of the images that appear on Google Images when you do a  search have been produced by someone, either photographed or drawn or digitised  in some way or another. The copyright in these images belongs to someone. Taking  images and using them on your website or in presentations or documents is  stealing. It might not seem as bad as popping down to your local Sainsbury&apos;s  and half-inching a packet of digestive biscuits but it&apos;s the same thing really  except that it is so much easier to nick something from the screen in front of  you.&lt;/p&gt;
&lt;p&gt;The alternative of course is to have pictures taken. This might be  OK if it&apos;s a set of portraits or a bunch of product images or even a set of  outside images taken in the same location. &#xa0;But it is not so practical if you really want  such a varied selection of images. &lt;/p&gt;
&lt;p&gt;Then the alternative is to use an online stock library. We  regularly use two: iStockPhoto.com and ShutterStock.com. Each has millions of  high-quality images which can be used on websites, presentations, documents and  so on. They are also very inexpensive especially if you only want a lower  resolution image for use on the web or a presentation – only a few pounds per  image. We have used photos from both of these libraries on many sites. Probably  one of the best examples is Grace&apos;s Day Nursery (&lt;a href=&quot;http://www.gracesdaynursery.co.uk&quot;&gt;www.gracesdaynursery.co.uk&lt;/a&gt;) which  has some really nice, large pictures of happy children. Also the images used in  this blog are all bought and paid for using an online stock library.&lt;/p&gt;
&lt;p&gt;I know of a web design company who were hit with a &#xa3;900 bill when  it transpired they had illegally used images for a client&apos;s site. Is it really  a risk worth taking?&lt;/p&gt; 
				</description>
				
				<category>Web design</category>
				
				<pubDate>Mon, 08 Aug 2011 18:12:00 +0100</pubDate>
				<guid>http://www.novamedia.co.uk/blog/index.cfm/2011/8/8/Google-Images-is-not-a-free-stock-library</guid>
				
				
			</item>
			
			<item>
				<title>My first PC and some interesting and silly numbers</title>
				<link>http://www.novamedia.co.uk/blog/index.cfm/2011/8/8/My-first-PC-and-some-interesting-and-silly-numbers</link>
				<description>
				
				&lt;p&gt;The speed that technology moves nowadays is amazing. Smartphones  would have been looked upon almost as magic only a decade ago (in fact I still  think there is some sort of enchantment going on!).&lt;/p&gt;
&lt;p&gt; Now, I&apos;m old enough to remember when things were not quite as high  tech as they are today, although at the time of course, what we had was leading  edge. My first business which I started in 1986, produced 35mm slides for  business presentations - thousands of them! Clients would fax us a hand-drawn  brief and we would use a state-of-the-art computer graphics system to draw the  slides on-screen and then send them by modem to an imaging company who would  produce the slides and send them back to us by courier. (Later we would get our  own imaging system at a cost of &#xa3;40,000).&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://www.novamedia.co.uk/blog/images/blog_images/rob_on_apple.jpg&quot; alt=&quot;Rob on the Apple IIe&quot; width=&quot;275&quot; height=&quot;404&quot; style=&quot;float:right; margin-left:20px; margin-bottom:20px;&quot; /&gt;The system we used was made by a company called Autographix and it  used an Apple IIe as its main computer allied to a graphics box which was the  size of a large desktop computer. The Apple had no hard disk, just 3 x 5&#xbc; inch  floppy disk drives, two that were responsible for the system and one that  stored the files we were producing. Each disk had a capacity of 360Kb. You  would need &lt;strong&gt;22,000&lt;/strong&gt; of these to store everything on my phone.&lt;/p&gt;
&lt;p&gt;There were two fonts available, one serif and one sans-serif, in a  choice of 6 sizes and the colour palette consisted of 64 colours. When you  typed text on the screen a rectangle would appear to show where the text was  going to be placed.&lt;/p&gt;
&lt;p&gt;The modem that we used to send the files to the imaging centre ran  at a speed of 300 bits per second. Today&apos;s broadband speeds of 10Mbits per  second are therefore over &lt;strong&gt;33,000&lt;/strong&gt; times faster than my old modem. To have  sent a typical MP3 file on that modem would have meant hanging around for &lt;strong&gt;29&#xbd;  hours&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Where the numbers really get silly though is when we start talking  about costs, especially if we talk about a cost / storage ratio. This first  system cost me &#xa3;7,500. That&apos;s &#xa3;20,833 per megabyte of storage. A 64Gb iPad 2 today  typically costs about &#xa3;559. That&apos;s 0.87 pence per megabyte of storage. That  means that my first system was &lt;strong&gt;2,394,635&lt;/strong&gt; times more expensive than an  iPad 2! Or, if you want to get into real fantasy land, a system with the storage  of an iPad in 1986 would have cost just under &lt;strong&gt;&#xa3;18 billion&lt;/strong&gt; and that  doesn&apos;t include inflation!&lt;/p&gt; 
				</description>
				
				<category>In the old days</category>
				
				<pubDate>Mon, 08 Aug 2011 14:59:00 +0100</pubDate>
				<guid>http://www.novamedia.co.uk/blog/index.cfm/2011/8/8/My-first-PC-and-some-interesting-and-silly-numbers</guid>
				
				
			</item>
			
			<item>
				<title>Email marketing – the importance of the &apos;from name&apos;</title>
				<link>http://www.novamedia.co.uk/blog/index.cfm/2011/6/7/Email-marketing--the-importance-of-the-from-name</link>
				<description>
				
				&lt;p&gt;One of our services is email  marketing. It&apos;s really effective for many of our clients and brings some good  and measurable results to them as part of their overall marketing mix.&lt;/p&gt;
&lt;p&gt;There are various things that  make up a good email campaign. In this article I am concentrating on just one  of those aspects – the &apos;from name&apos;.&lt;/p&gt;
&lt;p&gt;It&apos;s not rocket science this  one is it? If you want people to open up the email you are sending them then  make sure that they recognise who it has come from. &#xa0;If they all know who you are personally then  you could use just use your name but if there are some who may not know you or  recognise your name immediately in an email then don&apos;t risk it. Use you company  name and possibly your own name as well to make it more personal.&lt;/p&gt;
&lt;p&gt;For example, if you received an  email from &apos;John Smith&apos; (OK I know, it&apos;s not very imaginative) you may consign  it to the deleted folder right away. However, if it was from &apos;Apple Store –  John Smith&apos; then you may well remember John from the Apple Store and open his  email. Even if you don&apos;t know John, you might still open it seeing as it come  from the Apple Store and then you might well click through to their website and  buy a couple of pounds of Cox&apos;s Orange Pippins (or whatever apples take your  fancy).&lt;/p&gt;
&lt;p&gt;In many cases, it may just be  pertinent to use the company name and this is probably the most common form of  from name that we use. Allied to a good subject line this is probably the most  effective way of getting people to open your email. Recipients will recognise  the company name and, if it a name they trust they are far more likely to open  the email.&lt;/p&gt;
&lt;p&gt;It could also be argued that  people receive so much crap in their inboxes these days that a simple company  name, uncomplicated by extra stuff such as the sender&apos;s name, will stand out  and be easily recognised amongst the rest of the garbage in a person&apos;s inbox.&lt;/p&gt;
&lt;p&gt;Also bear in mind that the way  people have their email software set up, the whole of the from name might not  be visible – the end may be cut off. So a short, pithy from name is also  preferable from this point of view.&lt;/p&gt; 
				</description>
				
				<category>Email marketing</category>
				
				<pubDate>Tue, 07 Jun 2011 16:16:00 +0100</pubDate>
				<guid>http://www.novamedia.co.uk/blog/index.cfm/2011/6/7/Email-marketing--the-importance-of-the-from-name</guid>
				
				
			</item>
			
			<item>
				<title>Don’t ever ask for a website intro screen as a refusal can often offend</title>
				<link>http://www.novamedia.co.uk/blog/index.cfm/2011/6/7/Dont-ever-ask-for-a-website-intro-screen-as-a-refusal-can-often-offend</link>
				<description>
				
				&lt;p&gt;I thought  website intro screens had died out with the ark but we still occasionally get  people saying that they would like an animated introduction at the &apos;beginning&apos;  of their website.&lt;/p&gt;
&lt;p&gt;Now my gut  response to this would be impolite so I decided to pop my thoughts down in a  quick blog post. If you have asked me for such an appendage to your website  then you may well have been directed to this blog post. If you are an esteemed  existing client then I am sure you know me well enough to value my opinion as  much as I value your custom. If you are a potential new customer then I hope  you will come to value my opinion starting with this one. (By the way, many  clients do value us – &lt;a href=&quot;http://www.novamedia.co.uk/testimonials.cfm&quot;&gt;just take a look at the testimonials on our website&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;However, I  digress. Let me give you my honest opinion on website intro screens. There is  no such thing as a website intro screen! A website doesn&apos;t need an intro  screen. How many top websites that you visit have intro screens? None, that&apos;s  how many.&lt;/p&gt;
&lt;p&gt;If a website  company puts an intro screen in their proposal for your website, find another  website company. They&apos;ll charge you good money for what is essentially a vanity  exercise for them to show that they know how to use Flash. And it will do you  more harm than good. (I even saw a website company proudly advertising on their  home page that they are specialists in building intro pages. Jeez!).&lt;/p&gt;
&lt;p&gt;When I visit a  website there are a number of things I go there for and one of them is definitely NOT to see flying logos and animated crap, (oops, sorry I really  have tried to be polite).&lt;/p&gt;
&lt;p&gt;What you need  is a decent home page that does an effective job for your organisation. So  please don&apos;t ask me for an intro screen. The answer will be NO, NO, NO!&lt;/p&gt; 
				</description>
				
				<category>Web design</category>
				
				<pubDate>Tue, 07 Jun 2011 14:47:00 +0100</pubDate>
				<guid>http://www.novamedia.co.uk/blog/index.cfm/2011/6/7/Dont-ever-ask-for-a-website-intro-screen-as-a-refusal-can-often-offend</guid>
				
				
			</item>
			
			<item>
				<title>Screen Recording demo</title>
				<link>http://www.novamedia.co.uk/blog/index.cfm/2011/4/14/Screen-Recording-demo</link>
				<description>
				
				&lt;p&gt;A few of the sales leads we have been talking to recently involve customers who have a software or online product to sell. One or two have asked us if we can put together a video demonstration of their product so that people can get an idea of what it can do. It just so happens that we have been in the process of looking into this for a while so we thought it might be a good idea to put together a short demonstration of our ability in this area. The result is shown below. It&apos;s me doing the voice-over (and admittedly I&apos;m no Reggie Bosanquet but please don&apos;t hold that against me). If you think that this is something that might be useful, &lt;a href=&quot;http://www.novamedia.co.uk/contact.cfm&quot;&gt;please get in touch&lt;/a&gt;.&lt;/p&gt;
&lt;iframe title=&quot;YouTube video player&quot; width=&quot;480&quot; height=&quot;390&quot; src=&quot;http://www.youtube.com/embed/OxeBuN6vXJA&quot; frameborder=&quot;0&quot; allowfullscreen&gt;&lt;/iframe&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt; 
				</description>
				
				<category>Web design</category>
				
				<pubDate>Thu, 14 Apr 2011 12:44:00 +0100</pubDate>
				<guid>http://www.novamedia.co.uk/blog/index.cfm/2011/4/14/Screen-Recording-demo</guid>
				
				
			</item>
			</channel></rss>
