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

<channel>
	<title>Dave Worth</title>
	<atom:link href="http://daveworth.co.uk/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://daveworth.co.uk/wordpress</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 08 Mar 2010 13:23:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>What is Google Forms?</title>
		<link>http://daveworth.co.uk/wordpress/2010/03/what-is-google-forms/</link>
		<comments>http://daveworth.co.uk/wordpress/2010/03/what-is-google-forms/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 18:20:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Forms]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://daveworth.co.uk/wordpress/?p=48</guid>
		<description><![CDATA[I've just stumbled across a really useful tool in Google Documents... Google Forms.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just stumbled across a really useful tool in Google Documents&#8230; Google Forms.</p>
<p>Simply create a new &#8216;Form&#8217; from the drop-down (on the left of your Google Documents account) and follow the beautifully simple process.</p>
<p>Add text fields, radio buttons, checkboxes, selecting which questions you want as mandatory.</p>
<p>Once you are happy with the form, send out a link to your mailing list pointing people to the form (or embed it in your webpage).</p>
<p>All responses are automatically inputted into a Google Spreadsheet, saving you the hassle of manually inputting data, while providing useful graphical summaries of the results as they come in.</p>
<p>For a detailed tutorial watch this <a title="Video tutorial on using Google Forms" href="http://www.youtube.com/watch?v=IzgaUOW6GIs">Google support video</a>. All pretty impressive.</p>
<p>Of course, the problem is that you are stuck with the Google styling, but there is a solution. Have a look at the <a title="Styling Google Forms tutorial" href="http://www.morningcopy.com.au/how-to-style-google-forms/">tutorial at Morning Copy</a> for more information.</p>
]]></content:encoded>
			<wfw:commentRss>http://daveworth.co.uk/wordpress/2010/03/what-is-google-forms/feed/</wfw:commentRss>
		<slash:comments>95</slash:comments>
		</item>
		<item>
		<title>Vancouver 2010 Olympics website has accessibility issues</title>
		<link>http://daveworth.co.uk/wordpress/2010/03/vancouver-2010-olympics-website-has-accessibility-issues/</link>
		<comments>http://daveworth.co.uk/wordpress/2010/03/vancouver-2010-olympics-website-has-accessibility-issues/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 18:12:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Password Protected]]></category>
		<category><![CDATA[accessibility]]></category>

		<guid isPermaLink="false">http://daveworth.co.uk/wordpress/?p=44</guid>
		<description><![CDATA[Looks like some lessons haven't been learnt from the accessibility issues on the 2000 Sydney Olympics website.]]></description>
			<content:encoded><![CDATA[<p>Looks like some lessons haven&#8217;t been learnt from the <a title="Accessibility issues on 2000 Sydney Olympic website" href="http://www.contenu.nu/socog.html">accessibility issues</a> on the 2000 Sydney Olympics website.</p>
<p>Joe Clark take a close look at the <a title="Vancouver 2010 Olympic website" href="http://www.vancouver2010.com/">Vancouver 2010 site</a> and finds it <a title="Accessibility issues on 2010 Vancouver website" href="http://joeclark.org/access/webaccess/vancouver2010/">coming up short</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://daveworth.co.uk/wordpress/2010/03/vancouver-2010-olympics-website-has-accessibility-issues/feed/</wfw:commentRss>
		<slash:comments>56</slash:comments>
		</item>
		<item>
		<title>How to code HTML emails</title>
		<link>http://daveworth.co.uk/wordpress/2010/03/how-to-code-html-emails/</link>
		<comments>http://daveworth.co.uk/wordpress/2010/03/how-to-code-html-emails/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 13:35:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML emails]]></category>

		<guid isPermaLink="false">http://daveworth.co.uk/wordpress/?p=27</guid>
		<description><![CDATA[Despite the mis-givings of some, HTML emails are here to stay. Why? Because a well executed campaign, is an effective marketing tool.]]></description>
			<content:encoded><![CDATA[<p>Despite the mis-givings of some, HTML emails are here to stay. Why? Because a well executed campaign, is an effective marketing tool.</p>
<p>However, if the email doesn&#8217;t display correctly in your subscribers inbox then design and strategy are mute points.</p>
<p>There a dozen and more different email clients around; Hotmail, Gmail, Yahoo Mail, Outlook 2003, Outlook 2007, Entourage&#8230; the list goes on.</p>
<p>Unfortunately, most of these email clients interpret code slightly differently. Resulting in at best, a slightly disjointed looking email; or at worst, an email that is unreadable.</p>
<p>So here are two tips that will help to standardise the layout of your emails, no matter which email client is being used.</p>
<h2>1. Use inline styles</h2>
<p>Many good people have spent years, encouraging web designers to separate the presentation (CSS) from mark-up (XHTML). Calling on us to leave inline styles behind.</p>
<p>And to a large degree they&#8217;ve been successful; people saw the light and embraced it.</p>
<p>But if you want your emails to display correctly in as many email platforms as possible, you&#8217;re going to have to use inline styles.</p>
<p>If you don&#8217;t use inline styles some email clients will <strong>overwrite your styles</strong> with their own.</p>
<p>For instance, if you don&#8217;t place inline styles in the &lt;a&gt; tag, Hotmail will display the link in the default blue:</p>
<p><code>&lt;p style="font-family:arial, verdana, sans-serif; font-size: 14px; color:#FFFFFF; margin:0;"&gt;Here is a sentence that &lt;a href="#" title="A link"&gt;contains a link&lt;/a&gt;. I wonder colour it will be?&lt;/p&gt;</code></p>
<p>That link becomes virtually invisible if it&#8217;s sitting on a blue background:</p>
<p>Here&#8217;s what you need to do:</p>
<p><code>&lt;p style="font-family:arial, verdana, sans-serif; font-size: 14px; color:#FFFFFF; margin:0;"&gt;Here is a sentence that &lt;a href="#" title="A link" style="font-family:arial, verdana, sans-serif; font-size: 14px; color:#FFFFFF; margin:0; text-decoration:underline;"&gt;contains a link&lt;/a&gt;. I wonder colour it will be?&lt;/p&gt;</code></p>
<p>Note that I&#8217;ve even specified text-decoration:underline; Who knows, maybe the email client styles links without an underline.</p>
<p>I&#8217;ve also used:</p>
<p><code>color:#FFFFFF;</code></p>
<p>Rather than the shorthand:</p>
<p><code>color:#FFF;</code></p>
<p>This is because some some email clients don&#8217;t recognise the shortened three character hexadecimal code.</p>
<p>The message is to<strong> play it safe</strong>. If you want links to have an underline, don&#8217;t assume that that is the default setting. Define it in an inline style.</p>
<p>I know it&#8217;s painful, I know you thought those bad old days were long gone, but if you want a successful email campaign, inline styles will help you on your way.</p>
<h2>2. Use tables to layout your email</h2>
<p>Again, another blast from the not-so-glorious past, when tables ruled and mark-up was bogged down by endless &lt;tr&gt; and &lt;td&gt; tags.</p>
<p>But guess what, because of the inconsistencies between email clients, tables are the most stable way of laying out your email.</p>
<p>Again, if you want to style your tables in any way use inline styles:</p>
<p><code>&lt;table cellpadding="0" cellspacing="0" align="center" bgcolor="#000964" style="background-color:#000964"&gt;<br />
&lt;tr&gt;<br />
&lt;td height="25"&gt;&amp;nbsp;&lt;/td&gt;<br />
&lt;td bgcolor="#CECECE" style="background-color:#CECECE"&gt;&amp;nbsp;&lt;/td&gt;<br />
&lt;td&gt;&lt;/td&gt;&amp;nbsp;&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;/table&gt;</code><br />
So there are two very basic tips that should create a stable base from which to work.</p>
<p>There are other quirks that you need to watch out for, but with enough testing they can be ironed out.</p>
]]></content:encoded>
			<wfw:commentRss>http://daveworth.co.uk/wordpress/2010/03/how-to-code-html-emails/feed/</wfw:commentRss>
		<slash:comments>78</slash:comments>
		</item>
		<item>
		<title>5.45am for a business network event&#8230; here&#8217;s why</title>
		<link>http://daveworth.co.uk/wordpress/2009/05/545am-for-a-business-network-event-heres-why/</link>
		<comments>http://daveworth.co.uk/wordpress/2009/05/545am-for-a-business-network-event-heres-why/#comments</comments>
		<pubDate>Fri, 08 May 2009 10:52:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[business]]></category>

		<guid isPermaLink="false">http://daveworth.co.uk/wordpress/?p=25</guid>
		<description><![CDATA[I have just come back from my first business networking event for a while... and despite my initial scepticism I came out feeling very positive.]]></description>
			<content:encoded><![CDATA[<p>I have just come back from my first business networking event for a while&#8230; and despite my initial scepticism I came out feeling very positive.</p>
<p>These kind of things aren&#8217;t normally my cup of tea; the idea of standing in a corner of a room that&#8217;s full of people who I don&#8217;t know doesn&#8217;t appeal. I inevitably get caught in a conversation with the guy who pressure washes drives&#8230; who isn&#8217;t interested in spending money on a website. But after a gentle push from a friend, I got a handful of business cards and off I went.</p>
<p>What struck me was the positive atmosphere that they have engendered. They genuinely seemed to want to help each other succeed.</p>
<p>The idea is that there are 12-15 people, who meet every week with the goal of getting as many referrals for the other members as they can. I can&#8217;t remember what the phrase they used was, but it was basically &#8216;treat others how you want to be treated&#8217;. If you want business, you try and get other people business.</p>
<p>At first glance you wonder how many leads you can get from 12 people. But of course, it&#8217;s not just 12 people. It&#8217;s the 100 people that those people know. And it&#8217;s the 100 people they know.</p>
<p>So a conversation that you think is going nowhere, could just end up with a business lead. All you need to do is be friendly, ask questions about their line of work, explain your services and you never know.</p>
<p>Maybe the guy who pressure washes drives might be worth talking too. I wonder what his client list is&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://daveworth.co.uk/wordpress/2009/05/545am-for-a-business-network-event-heres-why/feed/</wfw:commentRss>
		<slash:comments>54</slash:comments>
		</item>
		<item>
		<title>Simple Photoshop shortcuts</title>
		<link>http://daveworth.co.uk/wordpress/2009/05/simple-photoshop-shortcuts-for-the-marquee-tool-and-colour-manipulation/</link>
		<comments>http://daveworth.co.uk/wordpress/2009/05/simple-photoshop-shortcuts-for-the-marquee-tool-and-colour-manipulation/#comments</comments>
		<pubDate>Fri, 01 May 2009 13:38:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[shortcuts]]></category>

		<guid isPermaLink="false">http://daveworth.co.uk/wordpress/?p=3</guid>
		<description><![CDATA[I first realised the beauty of shortcuts when I was up against looming deadlines at university. I figured that shortcuts could save me time and hey, I may even hit a deadline or two.]]></description>
			<content:encoded><![CDATA[<p>I first realised the beauty of shortcuts when I was up against looming deadlines at university. I figured that shortcuts could save me time and hey, I may even hit a deadline or two.</p>
<p>Sure enough, shortcuts became my new best friend, and ever since I&#8217;ve made an effort to seek out and learn software shortcuts.</p>
<p>So, here&#8217;s some <strong>Photoshop shortcuts</strong>, simple if you know them, but if you don&#8217;t, they could seriously ease your workflow.</p>
<h3>Using the foreground and background colours</h3>
<div id="attachment_16" class="wp-caption alignleft" style="width: 160px"><img class="size-thumbnail wp-image-16" title="tool-pallete-colour" src="http://daveworth.co.uk/wordpress/wp-content/uploads/tool-pallete-colour-150x150.png" alt="Foreground and background colours" width="150" height="150" /><p class="wp-caption-text">Foreground and background colours</p></div>
<ul>
<li> Change colour of objects in layer to foreground colour by selecting the layer you want to change and hit <strong><em>alt + backspace</em></strong></li>
<li>Conversely, you can change the colour of an object to the background colour by pressing <strong><em>apple + backspace</em></strong></li>
<li>Swap the background and foreground colour: <strong><em>&#8216;x&#8217;</em></strong></li>
<li>Select the eye dropper tool to change the foreground colour: <strong><em>&#8216;i&#8217;</em></strong></li>
<li>Change the foreground and background colour back to the default selection (normally black and white): <strong><em>&#8216;d&#8217;</em></strong></li>
</ul>
<p>Discovering the above saved me loads of time over the years. Especially the first two; they work far better than simply using the paint bucket, which pixelates the edges of an object.</p>
<h3>Marquees</h3>
<p>Select the marquee tool (<strong><em>&#8216;m&#8217;</em></strong>), or lasso tool (<em><strong>&#8216;l&#8217;</strong></em>), and create a selection on your canvas.</p>
<ul>
<li> To invert a marquee selection: <em><strong>apple + &#8216;i&#8217;</strong></em></li>
<li> Delete the selection: <em><strong>apple + &#8216;d&#8217;</strong></em></li>
</ul>
<p>OK, hope that helps.</p>
<p>Hopefully, this will be the first of many!</p>
]]></content:encoded>
			<wfw:commentRss>http://daveworth.co.uk/wordpress/2009/05/simple-photoshop-shortcuts-for-the-marquee-tool-and-colour-manipulation/feed/</wfw:commentRss>
		<slash:comments>105</slash:comments>
		</item>
	</channel>
</rss>

