<?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>Callender Creates Blog &#187; authoring</title>
	<atom:link href="http://www.callendercreates.com/blog/category/authoring/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.callendercreates.com/blog</link>
	<description></description>
	<lastBuildDate>Sat, 12 Jun 2010 17:55:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>10 top tips for HTML email development</title>
		<link>http://www.callendercreates.com/blog/seo/10-top-tips-for-html-email-development/</link>
		<comments>http://www.callendercreates.com/blog/seo/10-top-tips-for-html-email-development/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 15:37:07 +0000</pubDate>
		<dc:creator>Jim Callender</dc:creator>
				<category><![CDATA[authoring]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[visitors]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[web services]]></category>
		<category><![CDATA[web standards]]></category>
		<category><![CDATA[emaildevelopment]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[newsletters]]></category>
		<category><![CDATA[simple]]></category>
		<category><![CDATA[standards]]></category>

		<guid isPermaLink="false">http://www.callendercreates.com/blog/?p=111</guid>
		<description><![CDATA[From our recent partnership with Pure360 on email marketing, I was asked to expand on my notes from the class. So here they are.
Whether you like it or not, HTML email marketing campaigns are a core requirement for any successful email marketing program. 
An email campaign can boost a companies revenue by millions of pounds, [...]]]></description>
			<content:encoded><![CDATA[<p><strong>From our recent partnership with <a href="http://www.pure360.com/">Pure360</a> on <a href="http://www.callendercreates.com/blog/2008/07/17/email-marketing-masterclass/">email marketing</a>, I was asked to expand on my notes from the class. So here they are.</strong></p>
<p>Whether you like it or not, HTML email marketing campaigns are a core requirement for any successful email marketing program. </p>
<p>An email campaign can boost a companies revenue by millions of pounds, for example over this Christmas period how many do you think you will receive from your favourite brands &#8211; electronics, music, etc? </p>
<p>Email marketing is a cheap and successful online marketing method. Cheap in relation to posting out printed flyers to every recipient. And successful by being able to measure the success of every email campaign, tracking every open time and read time for each email. HTML emails done correctly, offer a better conversion rate, and people choose HTML over plain text format more often.</p>
<p>So, hereâ€™s a list to help all email marketers and designers create the perfect email, and make sure it appears as you intended on your customers computers. If you feel Iâ€™ve missed any important ones, feel free to leave a comment.</p>
<p>Make no mistake, HTML email design and development is a complete minefield. There are very few rules that you can rely upon across all mail clients. Let&#8217;s do this:</p>
<p><strong>1. USE INLINE CSS + TABLES</strong><br />
External and internal style sheets are ignored by a number of email clients. Back to the old school with tables too. Yes, it means going back to 1999 coding, and does make the code heavy, but it means you can guarantee locking down the styles to be correct in the &#8216;majority&#8217; of email clients.</p>
<p><strong>2. EMAIL TEMPLATES</strong><br />
Unless you have extensive personal experience to draw on,<br />
you&#8217;re most likely going to want start with a template that gets most of the fundamentals right. Save yourself some time, get some inspiration and free templates here: </p>
<ul>
<li><a href="http://www.carbongraffiti.com/emailmarketing/emailtemplates.html">carbon graffiti</a></li>
<li><a href="http://www.campaignmonitor.com/gallery">campaign monitor gallery</a></li>
</ul>
<p><strong>3. USE ABSOLUTE DIMENSIONS</strong><br />
In pixels for all measurements. For example, give images and tables exact pixel dimensions &#8211; so the browser knows exactly how to display it. Email clients are not as forgiving as web browsers.</p>
<p><strong>4. THE DESIGN</strong><br />
The width of the email design to be no more than 600 pixels wide, so the full width of the email can be seen in the view port in email preview mode.</p>
<p><strong>5. ACCESSIBILITY</strong><br />
Make sure it is readable, with images turned off does the email make sense? By default images are not displayed in most email clients (unless you have added the address to your contacts), also not creating the best look for your company.</p>
<p><strong>Image of email in web-mail client (Gmail)</strong> &#8211; notice that the email doesn&#8217;t make much sense with the images turned off? This can be improved by adding copy to the ALT attribute in the html code:<br />
<img src="http://callendercreates.com/img/blog/slumdog.jpg" class="alignnone" alt="slumdog email preview" /></p>
<ul>
<li>Use <a href="http://en.wikipedia.org/wiki/Alt_attribute">Alt attributes</a></li>
<li>Use <strong>anchor link </strong>as well to take people to important subheadings in your email</li>
<li>Last resort &#8211; have a prominent link to your <strong>web version</strong> of the same email</li>
</ul>
<p><strong>6. FANTASTIC COPYWRITING</strong><br />
Attention grabbing headlines that will make users want to read more and click through. The attention grabbing information should be already visible in the viewport area when the email loads, very few people will scroll &#8211; like on web pages unless they like the information, drawing them down the page.</p>
<p><strong>Image of email in web-mail client (Thunderbird)</strong> &#8211; notice that even with the images turned off the email still reads well, with the headline drawing you into the main content of the email. Simple design, yet to the point and easy to read, effective.<br />
<img src="http://callendercreates.com/img/blog/buslink.jpg" class="alignnone" alt="business link email preview" /></p>
<p><strong>7. CSS SUPPORT IN EMAIL CLIENTS</strong><br />
Enter <a href="http://www.email-standards.org/">The email standards project</a>.</p>
<p>These guys have taken the email design issue by the scruff of the neck and are actually getting Yahoo, Gmail, Outlook to take notice of the need for Email standards compliance.</p>
<p>Currently we grade the email clients in the following way:</p>
<p><strong>The Angel&#8217;s Choir:</strong></p>
<p>Strong and generally reliable HTML rendering capabilities &#8211; Thunderbird, AppleMail, and Opera Mail<br />
You can essentially treat these mail clients as if they are normal, modern browsers.</p>
<p><strong>The Muddlers:</strong></p>
<p>This group includes the majority of the remaining mail clients and includes Outlook 2003, Outlook Express, and Yahoo Mail.</p>
<p>While you&#8217;ll probably encounter some variability in their renderings &#8212; often in text size and margins/padding &#8211; the Muddlers will generally honour your page layout.</p>
<p><strong>The Legion of Doom:</strong></p>
<p>Each uses their own unique but evil super-powers to subvert and destroy your HTML<br />
Outlook 2007, Gmail, Lotus notes &#8211; rewrite CSS, padding/margins, no positioning support, removes backgrounds.</p>
<p><strong>8. TESTING</strong><br />
Use <a href="http://www.litmusapp.com">litmusapp.com</a> which sends back how your email looks on the following email clients:</p>
<p><strong> Web-based email clients</strong></p>
<p>    * AOL Web<br />
    * Comcast<br />
    * Earthlink<br />
    * Gmail<br />
    * Mail.com<br />
    * MSN Hotmail<br />
    * Windows Live Hotmail<br />
    * Yahoo! Classic<br />
    * Yahoo! Mail</p>
<p><strong>Desktop email clients</strong></p>
<p>    * AOL 9<br />
    * Lotus Notes 6.5.4<br />
    * Outlook 2003<br />
    * Outlook 2007<br />
    * Outlook Express 6<br />
    * Outlook XP<br />
    * Thunderbird<br />
    * Windows Mail (actually, what is that?)</p>
<p><strong>Mobile email clients</strong></p>
<p>    * Blackberry<br />
    * Windows Mobile 5<br />
    * Windows Mobile 6</p>
<p><strong>9 . THE FUTURE</strong><br />
At various sites there are thousands of new subscribers to html newsletters every single month. And those subscribers still always choose HTML over plain text at a rate of 15-20 to 1. In short, while we might not like it, your clients probably prefer HTML email, and so does their audience.</p>
<p><strong>10. STICK WITH IT</strong><br />
Use the templates, HTML formats are here to stay so remember to keep it simple as possible, and test early and often.</p>
<p><strong>Need our help? </strong>We offer web design and development services that will take the stress away from your email marketing campaign. <a href="http://callendercreates.com/contact">Contact us</a> to find out how we can help you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.callendercreates.com/blog/seo/10-top-tips-for-html-email-development/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Concordia Website Redesign Results</title>
		<link>http://www.callendercreates.com/blog/webcode/concordia-website-redesign-results/</link>
		<comments>http://www.callendercreates.com/blog/webcode/concordia-website-redesign-results/#comments</comments>
		<pubDate>Wed, 28 Nov 2007 23:34:18 +0000</pubDate>
		<dc:creator>Jim Callender</dc:creator>
				<category><![CDATA[accessibility]]></category>
		<category><![CDATA[authoring]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[proudness factor]]></category>
		<category><![CDATA[visitors]]></category>
		<category><![CDATA[web services]]></category>
		<category><![CDATA[web standards]]></category>
		<category><![CDATA[webcode]]></category>

		<guid isPermaLink="false">http://www.callendercreates.com/blog/2007/11/29/concordia-website-redesign-results/</guid>
		<description><![CDATA[We launched the Concordia International Volunteers in August.
Since then we have been getting great feedback from the charity based in Portslade.
Programme Manager, Fiona Taylor says:
The number of bookings has far exceeded out targets for this year, and it&#8217;s all thanks to the site review Callender Creates carried out, they executed the findings in the design [...]]]></description>
			<content:encoded><![CDATA[<p><strong>We launched the Concordia International Volunteers in August.</strong></p>
<p>Since then we have been getting great feedback from the charity based in Portslade.</p>
<p>Programme Manager, Fiona Taylor says:</p>
<blockquote><p>The number of bookings has far exceeded out targets for this year, and it&#8217;s all thanks to the site review Callender Creates carried out, they executed the findings in the design and structure of the new site. Very Exciting.. We are just watching the traffic grow each month!</p></blockquote>
<p>Site redesigns that are done well, are often regarded as switching a switch and letting all the visitors who could not understand the way to navigate around a site, and get the information they require.</p>
<p><strong>In this instance, this has led to:</strong></p>
<ul>
<li>Increase in number of bookings</li>
<li>Increase in seo and accessibility</li>
<li>With database work planned soon, to make searching and booking even easier online</li>
</ul>
<p>We have used <a href="http://www.google.com/analytics">Google analytics</a> and <a href="http://www.crazyegg.com">Crazy Egg</a> to demonstrate to the client the actions and visitor journey on the site. We have explained also the way the pages are written can determine which pages the visitor clicks onto.</p>
<p>Check out the site at <a href="http://www.concordia-iye.org.uk">www.concordia-iye.org.uk</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.callendercreates.com/blog/webcode/concordia-website-redesign-results/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Client Guide to Homepage Usability</title>
		<link>http://www.callendercreates.com/blog/about-us/client-guide-to-homepage-usability/</link>
		<comments>http://www.callendercreates.com/blog/about-us/client-guide-to-homepage-usability/#comments</comments>
		<pubDate>Tue, 30 Oct 2007 12:37:26 +0000</pubDate>
		<dc:creator>Jim Callender</dc:creator>
				<category><![CDATA[about us]]></category>
		<category><![CDATA[authoring]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[visitors]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[web services]]></category>

		<guid isPermaLink="false">http://www.callendercreates.com/blog/2007/10/30/client-guide-to-homepage-usability/</guid>
		<description><![CDATA[We often use the content in the following post, when explaining designs and layouts to clients who. We make it easy to understand why homepages and doorway pages are so important for new visitors to your site.
Probably the most important one being &#8220;You have less than 5 seconds to catch your customers attention.&#8221; If the [...]]]></description>
			<content:encoded><![CDATA[<p>We often use the content in the following post, when explaining designs and layouts to clients who. We make it easy to understand why homepages and doorway pages are so important for new visitors to your site.</p>
<p>Probably the most important one being &#8220;You have less than 5 seconds to catch your customers attention.&#8221; If the design or interface of the web site or application confuses you will repeatedly lose valuable customers.</p>
<p>A company&#8217;s homepage is its face to the world and the starting point for most user visits. Improving your homepage multiplies the entire website&#8217;s business value, so following key guidelines for homepage usability is well worth the investment..<br />
<span id="more-82"></span><br />
We use an article by Jakob Nielsen that was written back in 2002. It is very easy in the Web 2.0 bubble to over-complicate things, these points bring things back to basics and enhance your website&#8217;s business value at the same time.</p>
<p>To increase the usability of your website we advise the following easy steps to take:</p>
<ol>
<li>Include a strapline or one sentence tagline</li>
<li>Write a window title containing keywords from the pages content, good for the search engines</li>
<li>Group similar content into meaningful categories</li>
<li>Include a search box, another tool for people who may prefer navigating to content this way</li>
<li>Emphasize the sites main tasks</li>
<li>Useful meaningful graphics, something that is associated with the content</li>
<li>Provide new and fresh content directly on your homepage</li>
<li>Don&#8217;t overcomplicate &#8216;format critical&#8217; content, especially navigation</li>
<li>Begin link names with the most important keywords, don&#8217;t forget these are &#8216;action items&#8217;</li>
</ol>
<p>These aspects can be continually reviewed by analysing site and visitor statistics. We can find which are the most popular pages, as well as the least popular, exit pages.</p>
<p>Of course, like <a href="http://www.callendercreates.com/blog/seo">search engine optimisation</a>, the content should not be forgotten. It is an ongoing process, and the difference in using professionally copywritten content should not be underestimated.</p>
<p>Reference: <a href="http://www.useit.com/alertbox/20020512.html">http://www.useit.com/alertbox/20020512.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.callendercreates.com/blog/about-us/client-guide-to-homepage-usability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to boost the stickiness of your web site</title>
		<link>http://www.callendercreates.com/blog/webcode/how-to-boost-the-stickiness-of-your-web-site/</link>
		<comments>http://www.callendercreates.com/blog/webcode/how-to-boost-the-stickiness-of-your-web-site/#comments</comments>
		<pubDate>Fri, 16 Feb 2007 22:16:26 +0000</pubDate>
		<dc:creator>Jim Callender</dc:creator>
				<category><![CDATA[authoring]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[web services]]></category>
		<category><![CDATA[webcode]]></category>

		<guid isPermaLink="false">http://www.callendercreates.com/blog/2007/02/16/how-to-boost-the-stickiness-of-your-web-site/</guid>
		<description><![CDATA[1. Professional-looking design will make the site more inviting and encourage the sense that you are a business they want to deal with.
2. Easy navigation will prevent visitors leaving the site due to not being able to locate the information they require. Ensure your calls-to-action are clearly seen.
3. Fast loading makes navigation even easier and [...]]]></description>
			<content:encoded><![CDATA[<p><strong>1. Professional-looking design</strong> will make the site more inviting and encourage the sense that you are a business they want to deal with.<br />
<strong>2. Easy navigation will</strong> prevent visitors leaving the site due to not being able to locate the information they require. Ensure your calls-to-action are clearly seen.<br />
<strong>3. Fast loading makes</strong> navigation even easier and avoids frustration.<br />
<strong>4. Consistency of design</strong> and usability to ensure visitors feel comfortable as they go deeper into your site.<br />
<strong>5. Effective searching mechanisms.</strong> If your site has one, makes sure it works quickly and efficiently.<br />
<span id="more-73"></span><br />
<strong>6. Better organisation </strong>and layout of information. Text-heavy pages are daunting for visitors, so use overviews and bulleted lists for a quicker understanding of your product solutions and messages.<br />
<strong>7. Improved cross referencing.</strong> Wide use of links between sections will encourage visitors to move across sections discovering relevant information applicable to them.<br />
<strong>8. Current and topical news.</strong> To encourage people to return, the home page should highlight more of the topical and up-to-date news that is included on the site.<br />
<strong>9. Show your benefits</strong>. Each page should highlight benefits to the visitor wherever possible &#8211; donâ€™t bury them withinlarge amounts of copy.<br />
<strong>10. Review statistics</strong>. Review site stats to determine the most popular pages and top exit pages. These exit pages can then be amended to encourage the visitor to stay longer with improved layout and design and links to the popular sections.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.callendercreates.com/blog/webcode/how-to-boost-the-stickiness-of-your-web-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>4 Seconds Loading Time Is Maximum For Websurfers</title>
		<link>http://www.callendercreates.com/blog/about-us/4-seconds-loading-time-is-maximum-for-websurfers/</link>
		<comments>http://www.callendercreates.com/blog/about-us/4-seconds-loading-time-is-maximum-for-websurfers/#comments</comments>
		<pubDate>Wed, 08 Nov 2006 21:24:10 +0000</pubDate>
		<dc:creator>Jim Callender</dc:creator>
				<category><![CDATA[about us]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[authoring]]></category>
		<category><![CDATA[web services]]></category>
		<category><![CDATA[web standards]]></category>

		<guid isPermaLink="false">http://www.callendercreates.com/blog/2006/11/08/4-seconds-loading-time-is-maximum-for-websurfers/</guid>
		<description><![CDATA[research has finally shown it: four seconds loading time is the maximum threshold for websurfers]]></description>
			<content:encoded><![CDATA[<p><strong>&#8220;Of course we all want webpages to load as fast as possible, but now research has finally shown it: four seconds loading time is the maximum threshold for websurfers.</strong></p>
<p>Akamai and JupiterResearch have conducted a study among 1,000 online shoppers and have found, among other results, that one third of respondents have, at one point, left a shopping website because of the overall &#8216;poor experience.&#8217; 75% of them do not intend ever to come back to this website again.</p>
<p><span id="more-66"></span></p>
<p>Online shopper loyalty also increases as loading time of webpages decreases. Will this study finally show developers of shopping websites the importance of the performance of their websites?&#8221;</p>
<p>Read the comments on the <a href="http://slashdot.org/articles/06/11/08/1352211.shtml">original article at Slashdot</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.callendercreates.com/blog/about-us/4-seconds-loading-time-is-maximum-for-websurfers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When to use definition lists</title>
		<link>http://www.callendercreates.com/blog/webcode/when-to-use-definition-lists/</link>
		<comments>http://www.callendercreates.com/blog/webcode/when-to-use-definition-lists/#comments</comments>
		<pubDate>Thu, 31 Aug 2006 08:55:18 +0000</pubDate>
		<dc:creator>Jim Callender</dc:creator>
				<category><![CDATA[accessibility]]></category>
		<category><![CDATA[authoring]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[webcode]]></category>

		<guid isPermaLink="false">http://www.callendercreates.com/blog/2006/08/31/when-to-use-definition-lists/</guid>
		<description><![CDATA[Definition lists, created using the DL element, generally consist of a series of term/definition pairs (although definition lists may have other applications).
Thus, when advertising a product, one might use a definition list:


Lower cost
The new version of this product costs significantly less than the previous one!
Easier to use
We&#8217;ve changed the product so that it&#8217;s much easier [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Definition lists, created using the DL e</strong><strong>lement</strong>, generally consist of a series of term/definition pairs (although definition lists may have other applications).</p>
<p>Thus, when advertising a product, one might use a definition list:</p>
<p><span id="more-54"></span></p>
<dl>
<dt><strong>Lower cost</strong></dt>
<dd>The new version of this product costs significantly less than the previous one!</dd>
<dt><strong>Easier to use</strong></dt>
<dd>We&#8217;ve changed the product so that it&#8217;s much easier to use!</dd>
<dt><strong>Safe for kids</strong></dt>
<dd>You can leave your kids alone in a room with this product and they won&#8217;t get hurt (not a guarantee).</dd>
</dl>
<p>Lists may also be nested and different list types may be used together, as in the following example, which is a definition list that contains an unordered list (the ingredients) and an ordered list (the procedure):</p>
<dl>
<dt><strong>The ingredients:</strong></dt>
<dd>
<ul>
<li>100 g. flour</li>
<li>10 g. sugar</li>
<li>1 cup water</li>
<li>2 eggs</li>
<li>salt, pepper</li>
</ul>
</dd>
</dl>
<dl>
<dt><strong>The procedure:</strong></dt>
<dd>
<ol>
<li>Mix dry ingredients thoroughly.</li>
<li>Pour in wet ingredients.</li>
<li>Mix for 10 minutes.</li>
<li>Bake for one hour at 300 degrees.</li>
</ol>
</dd>
<dt><strong>Notes:</strong></dt>
<dd>The recipe may be improved by adding raisins.</dd>
</dl>
<p>The exact presentation of the three list types depends on the user agent. Try not to use lists purely as a means of indenting text.</p>
<p>This is a stylistic issue and is properly handled by style sheets. Using padding, margin, or text-indent.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.callendercreates.com/blog/webcode/when-to-use-definition-lists/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>User Interface &#8211; Site Check</title>
		<link>http://www.callendercreates.com/blog/accessibility/user-interface-site-check/</link>
		<comments>http://www.callendercreates.com/blog/accessibility/user-interface-site-check/#comments</comments>
		<pubDate>Mon, 03 Jul 2006 14:46:32 +0000</pubDate>
		<dc:creator>Jim Callender</dc:creator>
				<category><![CDATA[accessibility]]></category>
		<category><![CDATA[authoring]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[web services]]></category>

		<guid isPermaLink="false">http://www.callendercreates.com/blog/2006/07/03/user-interface-site-check/</guid>
		<description><![CDATA[A great testing resource all from one web site - http://uitest.com/en/check/

Site Check saves you time â€“ You fill out only one form instead of dozens when checking a web site. Site Check lists the test results provided by important validators and accessibility tools.

You will be please to know we carry out these tests to our [...]]]></description>
			<content:encoded><![CDATA[<div align="left"><strong>A great testing resource all from one web site </strong>- <a href="http://uitest.com/en/check/">http://uitest.com/en/check/</a></div>
<div align="left">
<p><strong>Site Check saves you time</strong> â€“ You fill out only one form instead of dozens when checking a web site. Site Check lists the test results provided by important <a href="http://uitest.com/en/analysis/">validators and accessibility tools</a>.</div>
<div align="left">
<p>You will be please to know we carry out these tests to our sites as standard testing procedures.</p></div>
<div align="left">
<p>Why dont you type in the address of your favourite web site and see how it looks for different users?</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.callendercreates.com/blog/accessibility/user-interface-site-check/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Organic Search Engine Listings Vs. Pay Per Click (PPC)</title>
		<link>http://www.callendercreates.com/blog/seo/organic-search-engine-listings-vs-pay-per-click-ppc/</link>
		<comments>http://www.callendercreates.com/blog/seo/organic-search-engine-listings-vs-pay-per-click-ppc/#comments</comments>
		<pubDate>Thu, 22 Jun 2006 13:41:58 +0000</pubDate>
		<dc:creator>Jim Callender</dc:creator>
				<category><![CDATA[authoring]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://www.callendercreates.com/blog/2006/06/22/organic-search-engine-listings-vs-pay-per-click-ppc/</guid>
		<description><![CDATA[Search engine optimisation (SEO) is all about the technical enhancement of your web site code. Also link building &#8211; The process of creating inbound links to owns website. This can be done reciprocal links, being listed in e-zines, newsletters, directories, search engines, etc.
Search engine marketing (SEM) is pay per click (PPC) sponsored adverts on search [...]]]></description>
			<content:encoded><![CDATA[<p><strong><span style="font-family: Verdana">Search engine optimisation (SEO) </span></strong><span style="font-family: Verdana">is all about the technical enhancement of your web site code. Also link building &#8211; </span><span style="font-size: 10pt; font-family: Verdana">The process of creating inbound links to owns website. This can be done reciprocal links, being listed in e-zines, newsletters, directories, search engines, etc.</span><span style="font-family: Verdana" /></p>
<p><strong><span style="font-family: Verdana">Search engine marketing (SEM) </span></strong><span style="font-family: Verdana">is pay per click (PPC) sponsored adverts on search engine results pages. </span><span style="font-size: 10pt; font-family: Verdana">In which payment is based on the number of times the website is selected (clicked) from the results list. Is used in paid placement advertising and paid inclusion. Also known as cost-per-click listings (CPC).</span><span style="font-family: Verdana" /></p>
<p><span style="font-family: Verdana">They are quite different types of marketing, ultimately both though draw users and prospective business to your web site.</span></p>
<p><span style="font-family: Verdana">To increase your <strong>organic search engines listings</strong> as well as getting users driven to your site:</span></p>
<p><span style="font-family: Verdana">Get links from press releases and focus on relevant business directories. For example, <a href="http://news.google.com/">Google News</a> and <a href="http://www.newsnow.co.uk/">NewsNow</a></span></p>
<p><span style="font-family: Verdana">The <strong>Search engines are changing their alogorithms very often</strong>, which means the way they rank web sites can be different depending on varying factors, such as web content, backlinks, etc. This can very often be very complex to understand.</span></p>
<p><span style="font-family: Verdana">To deal with new alogorithm patterns, resubmission and reoptimisation is required of your web site. With a keyword review for example. </span></p>
<p><strong><span style="font-family: Verdana">SEO</span></strong><span style="font-family: Verdana">:</span><strong><span style="font-family: Verdana"> </span></strong><span style="font-family: Verdana">is an ongoing process</span><span style="font-family: Verdana">, rather like the myth build a web site and they will come, you can&#8217;t just do a one off initial campaign and leave it. If you are selling a product online, it is in your interest to invest time in reporting to see whether you are listed higher than your competitors.</span></p>
<p><strong><span style="font-family: Verdana">SEM</span></strong><span style="font-family: Verdana">:</span><strong><span style="font-family: Verdana"> </span></strong><span style="font-family: Verdana">Up to 60% of users to a Google results page do not click on sponsored PPC links. They trust more in natural search results. Therefore, natural/organic SEO is more cost effective than PPC in the long term strategy.</span></p>
<p><span style="font-family: Verdana">If you have a strong brand it would be more cost effective to choose 3rd position in the sponsored ads as people tend to compare the top three.</span></p>
<p style="margin-left: 0.5in; text-indent: -0.25in"><span style="font-family: Verdana"><strong>To aid success in an SEM (PPC) campaign:</strong> </span></p>
<ul>
<li><span style="font-family: Verdana">Produce relevant web content.</span></li>
<li><span style="font-family: Verdana" /><span style="font-family: Symbol"><span /></span><span style="font-family: Verdana">Understand conversion rates and margins</span><span style="font-family: Verdana" /></li>
<li><span style="font-family: Verdana">Understand the search market place within your sector</span></li>
<li><span style="font-family: Verdana">Take seasonality into account,</span><span style="font-family: Verdana"> eg: â€œloansâ€? best keyword after new year.</span></li>
<li><span style="font-family: Verdana" /><span style="font-family: Verdana">Deep link advert to relevant page content, eg: item description</span><span style="font-family: Symbol"><span /></span><span style="font-family: Verdana" /></li>
<li><span style="font-family: Verdana">Set clear objectives and keep testing them</span><span style="font-family: Symbol"><span /></span></li>
<li><span style="font-family: Symbol"><span /></span><span style="font-family: Verdana">Analyse your results &#8211;  then track, measure and optimise!</span><span style="font-family: Verdana" /><span style="font-family: Verdana" /></li>
<li><span style="font-family: Verdana">From this adjust your PPC advert fees accordingly. </span><span style="font-family: Verdana">If a keyword is working, increase the fee, if it is not lower the fee.</span><span style="font-family: Verdana"><br />
</span><span style="font-family: Verdana"> </span></li>
</ul>
<p><span style="font-family: Verdana">The key for both SEO and SEM is understanding the strengths and weaknesses in the keywords you have selected for web content and sponsored advert text. </span></p>
<p><span style="font-family: Verdana">Ask yourself every month &#8220;so what?&#8221;, and &#8220;what do these results mean?&#8221;. </span></p>
<p><span style="font-family: Verdana">Perhaps there are any keyword phrases that your competitors are not using that you can take advantage of.</span></p>
<p><span style="font-family: Verdana">In conclusion, if you have both good organic listings and good PPC position for keyword phrases it can be very effective and a good strategy to follow.</span></p>
<p><span style="font-family: Verdana">An <a title="Search engine optimisation" href="http://www.callendercreates.com/services/website-promotion.php">SEO package from Callender Creates</a> not only advises you of the best practices, we can also track and report on the position of your web sites. To make sure you stay on the first results page.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.callendercreates.com/blog/seo/organic-search-engine-listings-vs-pay-per-click-ppc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Looking Good On The Web</title>
		<link>http://www.callendercreates.com/blog/webcode/looking-good-on-the-web/</link>
		<comments>http://www.callendercreates.com/blog/webcode/looking-good-on-the-web/#comments</comments>
		<pubDate>Wed, 14 Jun 2006 13:32:46 +0000</pubDate>
		<dc:creator>Jim Callender</dc:creator>
				<category><![CDATA[authoring]]></category>
		<category><![CDATA[webcode]]></category>

		<guid isPermaLink="false">http://www.callendercreates.com/blog/2006/06/14/looking-good-on-the-web/</guid>
		<description><![CDATA[Here&#8217;s a list of what makes any web site a success, meaning more business for your company. 
Follow these tips and you will have a site that is guaranteed to get more attention than a web site that chooses to ignore them!
Make sure your site looks professional
Take a hard, cold look at your site &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Here&#8217;s a list of what makes any web site a success, meaning more business for your company. </strong></p>
<p>Follow these tips and you will have a site that is guaranteed to get more attention than a web site that chooses to ignore them!</p>
<p><strong>Make sure your site looks professional<br />
</strong>Take a hard, cold look at your site &#8211; or ask a friend who will be brutally honest to look at the site. Does it look professional? Are the graphics professional-quality and clear? Are the fonts, font sizes, and font colors used in a consistent way?</p>
<p><strong>Don&#8217;t use the name of your company as the web page title<br />
</strong>Every web page has a windows-style title bar. The title that appears in that title bar is determined by what you include in the title &#8220;tag&#8221; in the html code for the page.</p>
<p><strong>Focus the home page and product pages on your customers&#8217; interests, not yours</strong><br />
It&#8217;s tempting to write a lengthy description of your business accomplishments and run it on your home page with a big photo of yourself. But prospects and customers have come to your site to find out what you sell and how it will help them.</p>
<p><strong>Avoid a cluttered look<br />
</strong>If you sell multiple products, you want them all to be found. And if you are being billed by the number of &#8220;pages&#8221; on your web site, you may want to keep costs down.</p>
<p><strong>Minimize graphic sizes to make sure your pages load quickly<br />
</strong>Photos and other graphic images make your pages look appealing and help illustrate what you sell. So, they are important to include. But donâ€™t let the size of graphics slow down your web site.</p>
<p><strong>Make sure it&#8217;s easy to place an order<br />
</strong>Imagine how annoyed you&#8217;d be if you ran into the supermarket to pick up a container of milk, and couldn&#8217;t find the checkout counter? Website visitors are no different.<br />
<strong><br />
Be sure your contact information is easy to find</strong><br />
Customers not only want to know what you sell and who you are, they want to know how to reach you.</p>
<p><strong>Share links with other businesses in your community</strong><br />
The tips above will help you get found in search engines and help make your pages more appealing to potential customers.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.callendercreates.com/blog/webcode/looking-good-on-the-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 Tips on Writing the Living Web</title>
		<link>http://www.callendercreates.com/blog/authoring/10-tips-on-writing-the-living-web/</link>
		<comments>http://www.callendercreates.com/blog/authoring/10-tips-on-writing-the-living-web/#comments</comments>
		<pubDate>Tue, 23 May 2006 13:14:16 +0000</pubDate>
		<dc:creator>Jim Callender</dc:creator>
				<category><![CDATA[authoring]]></category>

		<guid isPermaLink="false">http://www.callendercreates.com/blog/2006/05/23/10-tips-on-writing-the-living-web/</guid>
		<description><![CDATA[A lot of our clients have no problems visuallising what they want from their new web sites, however this tends to be the easy part for them. The tricky part is getting the textual content (body copy) for the web site correct, and often the time alocated for this is underestimated.
Relax, to make this job [...]]]></description>
			<content:encoded><![CDATA[<p><strong>A lot of our clients have no problems</strong> visuallising what they want from their new web sites, however this tends to be the easy part for them. The tricky part is getting the textual content (body copy) for the web site correct, and often the time alocated for this is underestimated.</p>
<p><strong>Relax</strong>, to make this job easier we give you just what you&#8217;re looking for over at alistapart >> <a title="10 Tips on Writing the Living Web" href="http://www.alistapart.com/articles/writeliving">10 Tips on Writing the Living Web</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.callendercreates.com/blog/authoring/10-tips-on-writing-the-living-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
