<?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/"
	>

<channel>
	<title>affordable web design blog</title>
	<atom:link href="http://www.pauldixonwebdesign.co.uk/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pauldixonwebdesign.co.uk/blog</link>
	<description>blog of a Preston UK based website designer</description>
	<pubDate>Fri, 05 Feb 2010 21:02:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ECU Loading Idea</title>
		<link>http://www.pauldixonwebdesign.co.uk/blog/2009/09/05/ecu-loading-idea/</link>
		<comments>http://www.pauldixonwebdesign.co.uk/blog/2009/09/05/ecu-loading-idea/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 14:08:23 +0000</pubDate>
		<dc:creator>Paul Dixon</dc:creator>
		
		<category><![CDATA[Affiliate Marketing]]></category>

		<category><![CDATA[Web design]]></category>

		<guid isPermaLink="false">http://www.pauldixonwebdesign.co.uk/blog/?p=50</guid>
		<description><![CDATA[Just in case an Easy Content Unit is a little slow to load (happens every now and then), I thought this might help - an animated gif in the background that tells the visitor that the unit is loading. 
Once the unit has loaded it hides the animation (just need to make sure your unit [...]]]></description>
			<content:encoded><![CDATA[<p>Just in case an <a href="http://www.easycontentunits.com/">Easy Content Unit</a> is a little slow to load (happens every now and then), I thought this might help - an animated gif in the background that tells the visitor that the unit is loading. </p>
<p>Once the unit has loaded it hides the animation (just need to make sure your unit has a background colour set). Could hopefully lessen the chances of a user leaving the page if the ECU doesn&#8217;t appear straight away. </p>
<p>It only really works for ECU units like the one below and does involve a little bit more work than just pasting the ECU code.</p>
<div id="ecu-unit">
<div id="loading-message">
<!-- BEGIN EASYCONTENTUNITS.COM CODE --><br />
<script type="text/javascript" language="javascript" src="http://www.easycontentunits.com/js_unit.php?ecu_mid=40&amp;ecu_uid=33870"> /* Unit: TEST UNIT */ </script><br />
<!-- END EASYCONTENTUNITS.COM CODE -->
  </div>
</div>
<p>This is what you would see if the unit above didn&#8217;t load straight away - </p>
<div id="ecu-unit">
<div id="loading-message"></div>
</div>
<p>Might be possible to improve on this idea? </p>
<p>If anyone wants to use this idea feel free to pinch the code &#038; graphics -</p>
<p><a href="http://www.pauldixonwebdesign.co.uk/eculoader/styles.css">The CSS</a> | <a href="http://www.pauldixonwebdesign.co.uk/eculoader/loading.gif">Circular loader graphic</a> | <a href="http://www.pauldixonwebdesign.co.uk/eculoader/loading-prices.gif">Prices loading graphic</a> | <a href="http://www.pauldixonwebdesign.co.uk/eculoader/final-loader.gif">Combined graphics</a>
</p>
<p>The HTML (copy &#038; paste) -</p>
<div id="codesample">
<code>&lt;div id="ecu-unit"&gt;<br />
  &lt;div id="loading-message"&gt;<br />
PASTE YOUR ECU CODE HERE<br />
  &lt;/div&gt;<br />
&lt;/div&gt;</code>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.pauldixonwebdesign.co.uk/blog/2009/09/05/ecu-loading-idea/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Test websites in multiple browsers from one machine</title>
		<link>http://www.pauldixonwebdesign.co.uk/blog/2008/11/18/check-a-site-in-multiple-browsers-from-one-machine/</link>
		<comments>http://www.pauldixonwebdesign.co.uk/blog/2008/11/18/check-a-site-in-multiple-browsers-from-one-machine/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 22:51:28 +0000</pubDate>
		<dc:creator>Paul Dixon</dc:creator>
		
		<category><![CDATA[Mac stuff]]></category>

		<category><![CDATA[Web design]]></category>

		<guid isPermaLink="false">http://www.pauldixonwebdesign.co.uk/blog/2008/11/18/check-a-site-in-multiple-browsers-from-one-machine/</guid>
		<description><![CDATA[Whether you design sites on a Mac or a PC, chances are you won&#8217;t always have immediate access to all the popular browsers. As a Mac user I sometimes need to test sites in IE 6 &#38; IE 7.
For IE 7 I can reboot my iMac with Vista, but when I need to test in [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.pauldixonwebdesign.co.uk/blogpics/browser-shots.jpg" alt="browsershots" align="right" />Whether you design sites on a Mac or a PC, chances are you won&#8217;t always have immediate access to all the popular browsers. As a <a href="http://www.atdm.co.uk/">Mac user</a> I sometimes need to test sites in IE 6 &amp; IE 7.</p>
<p>For IE 7 I can reboot my iMac with Vista, but when I need to test in IE 6 it usualy involves booting an old PC which is not only slow, I also then have to worry about whether the antivirus is up to date etc.</p>
<p>Thanks to <a href="http://browsershots.org/">Browsershots</a> I can test my sites in IE 6 &amp; IE 7 and a list of other browsers from my iMac. You do sometimes have to wait a few minutes to view the results and there are limits on the amount of tests you can run per day, but it&#8217;s a free service. You can even test a site in IE 4!</p>
<p><a href="http://browsershots.org/">Give it a try &gt;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pauldixonwebdesign.co.uk/blog/2008/11/18/check-a-site-in-multiple-browsers-from-one-machine/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Web design books</title>
		<link>http://www.pauldixonwebdesign.co.uk/blog/2008/03/21/web-design-books/</link>
		<comments>http://www.pauldixonwebdesign.co.uk/blog/2008/03/21/web-design-books/#comments</comments>
		<pubDate>Fri, 21 Mar 2008 19:02:59 +0000</pubDate>
		<dc:creator>Paul Dixon</dc:creator>
		
		<category><![CDATA[Web design]]></category>

		<guid isPermaLink="false">http://www.pauldixonwebdesign.co.uk/blog/2008/03/21/web-design-books/</guid>
		<description><![CDATA[You can learn all aspects of web design and development online and for free, but for really getting to grips with a subject I personally don&#8217;t think you can&#8217;t beat a book. The photo below is of my mini library built up over 3-4 years, some of the books have seen more use than others, [...]]]></description>
			<content:encoded><![CDATA[<p>You can learn all aspects of web design and development online and for free, but for really getting to grips with a subject I personally don&#8217;t think you can&#8217;t beat a book. The photo below is of my mini library built up over 3-4 years, some of the books have seen more use than others, HTML By Example was the first web design book I bought and although much of it is now outdated (and probably not recommended) it did teach me how to build my first ever site. The more recent purchases are on the right and reflect my current interests CSS, usability and SEO.</p>
<p><img src="http://www.pauldixonwebdesign.co.uk/blogpics/web-books2.jpg" title="web design books" alt="web design books" height="419" width="580" /></p>
<p>If I was to recommend 4 of these books they would be -</p>
<ul>
<li><a href="http://www.amazon.co.uk/gp/product/0321385551?ie=UTF8&amp;tag=pauldixowebde-21&amp;linkCode=as2&amp;camp=1634&amp;creative=6738&amp;creativeASIN=0321385551">Designing with Web Standards (Voices That Matter)</a><img src="http://www.assoc-amazon.co.uk/e/ir?t=pauldixowebde-21&amp;l=as2&amp;o=2&amp;a=0321385551" style="border: medium none  ! important; margin: 0px ! important" border="0" height="1" width="1" /> - Jeffrey Zeldman</li>
<li><a href="http://www.amazon.co.uk/gp/product/0321410971?ie=UTF8&amp;tag=pauldixowebde-21&amp;linkCode=as2&amp;camp=1634&amp;creative=6738&amp;creativeASIN=0321410971">Transcending CSS: The Fine Art of Web Design (Voices That Matter)</a><img src="http://www.assoc-amazon.co.uk/e/ir?t=pauldixowebde-21&amp;l=as2&amp;o=2&amp;a=0321410971" style="border: medium none  ! important; margin: 0px ! important" border="0" height="1" width="1" /> - Andy Clarke</li>
<li><a href="http://www.amazon.co.uk/gp/product/0321344758?ie=UTF8&amp;tag=pauldixowebde-21&amp;linkCode=as2&amp;camp=1634&amp;creative=6738&amp;creativeASIN=0321344758">Don&#8217;t Make Me Think!: A Common Sense Approach to Web Usability</a><img src="http://www.assoc-amazon.co.uk/e/ir?t=pauldixowebde-21&amp;l=as2&amp;o=2&amp;a=0321344758" style="border: medium none  ! important; margin: 0px ! important" border="0" height="1" width="1" /> - Steve Krug</li>
<li><a href="http://www.amazon.co.uk/gp/product/0471787531?ie=UTF8&amp;tag=pauldixowebde-21&amp;linkCode=as2&amp;camp=1634&amp;creative=6738&amp;creativeASIN=0471787531">Search Engine Optimization: An Hour a Day</a><img src="http://www.assoc-amazon.co.uk/e/ir?t=pauldixowebde-21&amp;l=as2&amp;o=2&amp;a=0471787531" style="border: medium none  ! important; margin: 0px ! important" border="0" height="1" width="1" /> - Jennifer Grappone &amp; Gradiva Couzin</li>
</ul>
<p>I am always on the look out for new web design and development books and would be interested in any recommendations.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pauldixonwebdesign.co.uk/blog/2008/03/21/web-design-books/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Backing up work with Time Machine and a My Book Hard Drive</title>
		<link>http://www.pauldixonwebdesign.co.uk/blog/2007/12/08/30/</link>
		<comments>http://www.pauldixonwebdesign.co.uk/blog/2007/12/08/30/#comments</comments>
		<pubDate>Sat, 08 Dec 2007 19:51:45 +0000</pubDate>
		<dc:creator>Paul Dixon</dc:creator>
		
		<category><![CDATA[Mac stuff]]></category>

		<guid isPermaLink="false">http://www.pauldixonwebdesign.co.uk/blog/2007/12/08/30/</guid>
		<description><![CDATA[I have always been aware of the importance of backing up work but up until recently it was always one of those little jobs that I didn’t quite get round to doing often enough, my setup was a 160 GB Formac external hard drive attached to my old eMac.
While I didn’t have any problems with [...]]]></description>
			<content:encoded><![CDATA[<p><img title="My Book 750 GB" src="http://www.pauldixonwebdesign.co.uk/blogpics/mybook-drive.jpg" alt="My Book 750 GB" width="170" height="166" align="right" />I have always been aware of the importance of backing up work but up until recently it was always one of those little jobs that I didn’t quite get round to doing often enough, my setup was a 160 GB Formac external hard drive attached to my <a href="http://www.atdm.co.uk/discontinued-macs/apple-emac-education-mac/">old eMac</a>.</p>
<p>While I didn’t have any problems with the Formac drive it had a built in fan which made the drive ridiculously noisy, also despite it’s relatively small storage size of 160 GB the drive was physically big - it took up a footprint of just under an A4 piece of paper and was the height of 2 and a half dvd cases laid flat. Because of it’s design it couldn’t really be stood on it’s end which would have saved a lot of desk space. Having upgraded my iMac to OS X Leopard it made sense to use it’s built in backup application <a href="http://www.apple.com/macosx/features/timemachine.html">Time Machine</a>, but to get the most out of it I realised I would need a bigger and better external hard drive.</p>
<p><strong>Recommended Western Digital My Book External Hard Drives</strong></p>
<div id="ecu"><!-- BEGIN EASYCONTENTUNITS.COM CODE --><br />
<SCRIPT LANGUAGE="javascript" SRC="http://www.easycontentunits.com/js_unit.php?ecu_mid=40&#038;ecu_uid=2884"> /* Unit: my book */ </SCRIPT><br />
<!-- END EASYCONTENTUNITS.COM CODE --></div>
<p>I decided early on that I wanted the drive to have more storage space than the iMac’s 500 GB internal hard drive and for speed I wanted a drive with a firewire connection. Having looked at various models by various manufactures including Lacie, Western Digital and Seagate I choose a 750GB <a href="http://www.amazon.co.uk/gp/product/B000W9Q2EW?ie=UTF8&amp;tag=pauldixowebde-21&amp;linkCode=as2&amp;camp=1634&amp;creative=6738&amp;creativeASIN=B000W9Q2EW">Western Digital My Book</a>, I almost went for the next model up that has 1TB of storage but the 750GB version seemed like better value.I have been using the My Book for a few weeks now and and it’s worked flawlessly with Time Machine, which runs in the background and is set to backup every hour.</p>
<p>Once the drive gets full Time Machine will delete older backups. You can also choose to exclude certain folders from the backup.The My Book is well built and size wise it’s slightly smaller in height than 4 dvd cases stood on end - it takes up very little desk space. The black plastic casing with rubber edging has a chunky feel and the glowing rings on the front are a nice touch. Most of the time the My Book is quiet, the only noise being occasional hard drive activity.I would definitely recommend the My Book to OS X Leopard users wanting to use Time Machine, and the drive also works with both Windows XP and Vista.</p>
<p><strong>Update: 24 March 2009</strong> - The My Book is still going strong over a year later and was recently used to recover my iMac which failed to start up due to an internal hard drive problem. It took a couple of hours for the system to be restored from the My Book back to exactly how it was before, no lost work or apps!</p>
<p><a href="http://www.amazon.co.uk/gp/product/B000W9Q2EW?ie=UTF8&amp;tag=pauldixowebde-21&amp;linkCode=as2&amp;camp=1634&amp;creative=6738&amp;creativeASIN=B000W9Q2EW">Click here to buy a Western Digital My Book from Amazon &gt;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pauldixonwebdesign.co.uk/blog/2007/12/08/30/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
