<?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; html</title>
	<atom:link href="http://www.callendercreates.com/blog/category/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.callendercreates.com/blog</link>
	<description></description>
	<lastBuildDate>Sun, 07 Mar 2010 16:03:41 +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[Email]]></category>
		<category><![CDATA[authoring]]></category>
		<category><![CDATA[design]]></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>
]]></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>Our Web Site Redesign</title>
		<link>http://www.callendercreates.com/blog/about-us/callender-creates-website-redesign/</link>
		<comments>http://www.callendercreates.com/blog/about-us/callender-creates-website-redesign/#comments</comments>
		<pubDate>Tue, 27 May 2008 23:13:12 +0000</pubDate>
		<dc:creator>Jim Callender</dc:creator>
				<category><![CDATA[about us]]></category>
		<category><![CDATA[customer]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[redesign]]></category>
		<category><![CDATA[site launch]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[web standards]]></category>
		<category><![CDATA[webcode]]></category>
		<category><![CDATA[aims]]></category>
		<category><![CDATA[branding]]></category>
		<category><![CDATA[callendercreates]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[showcase]]></category>
		<category><![CDATA[strategy]]></category>
		<category><![CDATA[w3c]]></category>
		<category><![CDATA[webstandards]]></category>

		<guid isPermaLink="false">http://www.callendercreates.com/blog/?p=88</guid>
		<description><![CDATA[With Web trends and technologies moving at a phenomenal rate recently, I feel the customer has a vast and often bewildering array of services offered to them. However, how do they know which one is best for them? 
That is where our company can help, as well as complete rebranding with a web site redesign [...]]]></description>
			<content:encoded><![CDATA[<p><strong>With Web trends and technologies moving at a phenomenal rate recently, I feel the customer has a vast and often bewildering array of services offered to them. However, how do they know which one is best for them? </strong></p>
<p>That is where our company can help, as well as complete rebranding with a web site redesign we have improved the message we are giving our new and existing clients. Making it easy for you to do business on the web, with our experience in web design and development often utilising new and emerging web technologies.<br />
<span id="more-88"></span><br />
Our old site and logo was &#8216;oh so web 1.0&#8242; which was created back in 2004 when the business was first launched. Often is the case with any online business, the content on the web site was too overwhelming to encourage a simple understanding of our services and background. We found this turned prospective customers off.</p>
<p>Today, it is our strategic aim to be transparent, open and clear about what how we can solve your customers tasks online, and create a memorable and satisfying experience at the same time. This is often something we can help you with even before the practical work begins.</p>
<p><strong>The aims for our new web site</strong></p>
<ol>
<li>Clearer Company message</li>
<li>Improved branding</li>
<li>Increase effectiveness of the web site as a marketing channel </li>
<li>Users to spend more time on sites pages</li>
<li>Improved usability and signposting</li>
</ol>
<p><strong>How will we measure success?</strong> By consistently reviewing our web analytics data. The launch of any web site is the first step and sometimes the simplest. It&#8217;s the continual reviewing of the site content, architecture and ease of use that requires finetuning throughout a websites lifecycle. </p>
<p>In the case of our web site, we have removed much of the old content from the previous site to show our talent as a agency that listens, and then carefully crafts usable online applications that clients and customers love.</p>
<p>Being based here in Brighton, the community aspect with this redesign was encouraged from the start, with critique on logo and web layout. Such as the <a href="http://www.flickr.com/photos/callendercreates/sets/72157604964463937/">comments that feature on these flickr images</a>. We found this very helpful giving insight into what our peers, colleagues and friends thought. All <a href="http://twitter.com/graemebenstead/statuses/804788241">very</a> positive I&#8217;m pleased to say.</p>
<p>Since going live two weeks ago, our daily traffic has tripled as a result of the redesign and recent coverage over at the following CSS Galleries: </p>
<ol>
<li><a href="http://csszone.org">csszone</a></li>
<li><a href="http://www.cssmoon.com/?p=1324">cssmoon</a></li>
<li><a href="http://www.cssstar.com/2008/11/21/callender-creates-is-web-design-and-development/">cssstar</a></li>
<li><a href="http://css-lounge.com/callender-creates" class="broken_link" >css-lounge</a></li>
<li><a href="http://commandshift3.com/site/callendercreates.com">commandshift3</a></li>
<li><a href="http://cssdrive.com">cssdrive</a></li>
<li><a href="http://cssremix.com">cssremix</a></li>
<li><a href="http://www.csselite.com/showcase/designer/callender-creates.html">csselite.com</a></li>
<li><a href="http://www.webdesign-is-art.com/webdesign/callender-creates">webdesign-is-art.com</a></li>
<li><a href="http://cssflash.com">cssflash.com</a></li>
<li><a href="http://www.cssclip.com/archives/callendercreates/">cssclip.com</a></li>
</ol>
<p>Please tell us what you think. <a href="http://www.callendercreates.com/contact">We look forward to hearing from you</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.callendercreates.com/blog/about-us/callender-creates-website-redesign/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maximising (y)our time at SxSW 2008</title>
		<link>http://www.callendercreates.com/blog/about-us/maximising-your-time-at-sxsw-2008/</link>
		<comments>http://www.callendercreates.com/blog/about-us/maximising-your-time-at-sxsw-2008/#comments</comments>
		<pubDate>Fri, 08 Feb 2008 12:27:12 +0000</pubDate>
		<dc:creator>Jim Callender</dc:creator>
				<category><![CDATA[about us]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[conferences]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[visitors]]></category>
		<category><![CDATA[web services]]></category>

		<guid isPermaLink="false">http://www.callendercreates.com/blog/2008/02/08/maximising-your-time-at-sxsw-2008/</guid>
		<description><![CDATA[So, the Annual Geekfest in Austin Texas is almost upon us.
Just one look at the events calendar is enough to make any person nervous, with the amount of world renowned speakers and also some homegrown talent going over to share knowledge, hang out with friends and make new aquaintances.
How to maximise everyones time at SxSW08
This [...]]]></description>
			<content:encoded><![CDATA[<p><strong>So, the Annual Geekfest in Austin Texas is almost upon us.</strong></p>
<p>Just one look at the <a href="http://upcoming.yahoo.com/search/?type=Events&#038;q=sxsw&#038;rt=1&#038;loc=Austin%2C+Texas%2C+United+States&#038;Search=GO">events calendar</a> is enough to make any person nervous, with the amount of <a href="http://2008.sxsw.com/interactive/programming/speakers/">world renowned speakers</a> and also some <a href="http://www.stuffandnonsense.co.uk/britpack" class="broken_link" >homegrown talent</a> going over to share knowledge, hang out with friends and make new aquaintances.</p>
<p><strong>How to maximise everyones time at SxSW08</strong></p>
<p>This is how I can see the event working. After the initial check in for flight, and at the hotel. All delegates are required to register. This will be a good initial check to get a vibe for just how friendly and excitable everyone will be about the week ahead. Hopefully to spot some of the Brightoninan&#8217;s that will also be there.</p>
<p><span id="more-86"></span><br />
The main key ingredients for the week will be <strong>networking </strong>and <strong>marketing</strong>. Covering all corners of the event, as well as the all important after party&#8217;s sponsored by some big brands, Google, MicroHoo!.. <img src='http://www.callendercreates.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>An exciting part of any conference it&#8217;s not knowing what&#8217;s going to be the topic of the day to discuss with other delegates, from inside the seminars to what is happening outside with respect to popular technology and business developments posted on <a href="http://www.techcrunch.com">techcrunch</a>. </p>
<p>As with any early adopters for web apps and spending a lot of time generally online you should have an general opinion or most things happening online, and be ready to contribute to conversations with people who either have little knowledge to actual innovators on the topics.</p>
<p>Above all, I think having fun with the web is still the main thing to remember at SxSw, dont take the web too seriously, the world will not end if you get a 404 page error. </p>
<p>Personally, I&#8217;m looking forward to how many connections we can all make at the event, and I&#8217;m looking forward to contributing to the <a href="http://en.wikipedia.org/wiki/Blogosphere">blogosphere</a> whilst in Austin.. </p>
<p>Jim Callender</p>
]]></content:encoded>
			<wfw:commentRss>http://www.callendercreates.com/blog/about-us/maximising-your-time-at-sxsw-2008/feed/</wfw:commentRss>
		<slash:comments>0</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[site launch]]></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>The Future of Mobile &#8211; notes from FOWA</title>
		<link>http://www.callendercreates.com/blog/webcode/the-future-of-mobile-notes-from-fowa/</link>
		<comments>http://www.callendercreates.com/blog/webcode/the-future-of-mobile-notes-from-fowa/#comments</comments>
		<pubDate>Tue, 27 Feb 2007 01:10:18 +0000</pubDate>
		<dc:creator>Jim Callender</dc:creator>
				<category><![CDATA[conferences]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[mobile web]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[web services]]></category>
		<category><![CDATA[webapps]]></category>
		<category><![CDATA[webcode]]></category>

		<guid isPermaLink="false">http://www.callendercreates.com/blog/2007/02/27/the-future-of-mobile-notes-from-fowa/</guid>
		<description><![CDATA[Presentation by Daniel Appelquist of Vodafone
Vodafone: 191 million customer worldwide, and member of w3c mobile working group
Do users want the web on their mobile?
The answer is yes, due to:

The largest uptake of mobile web content in africa and developing countries

Creation of worldwide mobile web initiative


Leading to the mobile web best practices &#8211; which focus on [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Presentation by Daniel Appelquist of Vodafone</strong></p>
<p><a href="http://www.vodafone.co.uk">Vodafone</a>: 191 million customer worldwide, and member of w3c mobile working group</p>
<p><strong>Do users want the web on their mobile?</strong></p>
<p>The answer is yes, due to:</p>
<ol>
<li>The largest uptake of mobile web content in africa and developing countries</li>
<li>
Creation of worldwide mobile web initiative
</li>
</ol>
<p>Leading to the <a href="http://www.w3.org/TR/mobile-bp/">mobile web best practices</a> &#8211; which focus on the following:</p>
<ol>
<li>
designing for one web</li>
<li>
 rely on web standards</li>
<li>
 stay away from known hazards</li>
<li>
 be cautious of device implications</li>
<li>
 optimise navigation</li>
<p><span id="more-75"></span></p>
<li>check graphics and colors</li>
<li> keep it small (file size)</li>
<li> use the network sparingly</li>
<li> help and guide user input</li>
<li>think of users on the go > stripped down version, interaction design	</li>
</ol>
<p><strong>These are the current best practice details for mobile content creation.</strong></p>
<p><strong>Mobile web 2.0 </strong></p>
<ol>
<li>transition of mobile apps to an internet model mobile web and connected apps
</li>
<li> user choice
</li>
<li>leverage open standards</li>
<li> more interactive mobile apps running in the browsers</li>
</ol>
<p><strong>Further resources</strong><br />
<a href="http://www.w3c.org/2005/mwi/bpwg/techs">www.w3c.org/2005/mwi/bpwg/techs</a> > wiki with info about the mobile web<br />
<a href="http://dev.mobi">dev.mobi</a> > venture between nokia, aol and microsoft > developer resources and forum</p>
]]></content:encoded>
			<wfw:commentRss>http://www.callendercreates.com/blog/webcode/the-future-of-mobile-notes-from-fowa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Future of Web Apps (FOWA) &gt; Debrief</title>
		<link>http://www.callendercreates.com/blog/webcode/the-future-of-web-apps-fowa-debrief/</link>
		<comments>http://www.callendercreates.com/blog/webcode/the-future-of-web-apps-fowa-debrief/#comments</comments>
		<pubDate>Tue, 27 Feb 2007 00:37:19 +0000</pubDate>
		<dc:creator>Jim Callender</dc:creator>
				<category><![CDATA[conferences]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[web services]]></category>
		<category><![CDATA[webapps]]></category>
		<category><![CDATA[webcode]]></category>

		<guid isPermaLink="false">http://www.callendercreates.com/blog/2007/02/27/the-future-of-web-apps-fowa-debrief/</guid>
		<description><![CDATA[This was my first attendance at a Carson Summit conference, in its second year this two day affair promised to bring together a collective of world renowned speakers, to share information and ideas about building tomorrows web applications..
The event was in the upmarket surroundings of Kensington, around 600 delegates arrived in the rain for the [...]]]></description>
			<content:encoded><![CDATA[<p><strong>This was my first attendance at a Carson Summit conference, in its second year this two day affair promised to bring together </strong>a collective of world renowned speakers, to share information and ideas about building tomorrows web applications..</p>
<p>The event was in the upmarket surroundings of Kensington, around 600 delegates arrived in the rain for the two days fun, seminars and power networking! </p>
<p>The alternative title of the event should have been: &#8216;<strong>ways of bridging interaction between on and off line world</strong>&#8216;.</p>
<p><span id="more-74"></span></p>
<p>The programme was definitely more catered for the business point of view, rather than getting down and dirty with web code. This is probably going to be saved for the <a href="http://futureofwebdesign.com/">Future of Web Design</a> conference this April, which I will be attending.</p>
<p>Most the the speakers gave advice on start up businesses, online communities and communication. </p>
<p>Probably my favourite speaker was <a href="http://www.subtraction.com/">Khoi Vinh</a> who just made an exceptional case for web design being simple and clear. With the experience he has used on the <a href="http://nytimes.com/">New York Times</a> site. </p>
<p>Here are my notes.. </p>
<p>===============================</p>
<p><strong>First was Mike Arrington of Techcrunch</strong>:</p>
<p>He focused on what to focus on for a new web application:</p>
<ol>
<li>have a good idea</li>
<p>- invent a market<br />
- destroy a market<br />
- remove friction</p>
<li>have a business plan</li>
<li>have a revenue model &#8211; bandwidth charges &#8211; youtube $1m a month!</li>
<li>build it cheap, test the waters &#8211; don build full blown site from start.. </li>
<li>avoid high burn rate &#8211; don&#8217;t hire everyone from the start.. </li>
<p>>> stay hungry like you did the first 6 months.. as long as you can
</ol>
<p><strong>example: youtube</strong><br />
>> they threw away their original business model, and flaunted intentralonl copyright law</p>
<p>>> however they had so much growth the money poured into cover burn rate<br />
>> first to market this type of media<br />
>> they removed frictions by provided a much needed service 65,000 videos uploaded a day</p>
<p>now thousands of flash enabled video sites, but weren&#8217;t the first, and thats the important factor.</p>
<p><strong>case studies: </strong></p>
<p><a href="http://mybloglog.com">mybloglog.com</a> > viral marketing for blogs<br />
<a href="http://amiest.com">amiest.com</a> > do to music industry what digg did to news industry > vote for content and music tracks, the more popular the price of track goes up.</p>
<p><strong>attributes of winners</strong><br />
- passion for what they are doing<br />
- doing something extraordinary</p>
<p><strong>losers</strong><br />
- poor founder/team choices<br />
- lifestyle ego entrepreneurs<br />
- raised too much money<br />
- spending too much money<br />
- forgot about scaling<br />
- had to try too hard at marketing</p>
<p><strong>the buzz factor</strong><br />
- solve a real problem<br />
- dont be 200th video sharing platform<br />
- dont have a blog, start one now! &#8211; comment on people leaving comments..<br />
- if buzz isnt happening, rethink your product (not your marketing)</p>
<p>> every successful entrepreneur says best time is in early days > when weren&#8217;t making money, but making the best work.</p>
<p>===============================</p>
<p><strong>Edwin Aoki &#8211; The changing face of online communities</strong></p>
<p>- we must make sure that the tools and services we can build can be used safely and effectively<br />
- most users don&#8217;t care/ don&#8217;t care about the implications of being online, they don&#8217;t often think about or consider:</p>
<p>> security<br />
> spam<br />
> social effects</p>
<p><strong>the applications must be accessible to all, including:</strong><br />
- the usually, audibly or motion impaired<br />
- older generations<br />
- people of developing and emerging nations</p>
<p><strong>the future is in the balance</strong></p>
<p><strong>mashups vs. accessibility</strong><br />
- power and ease of use<br />
- social benefits and commercial interests<br />
- online and off line interactions</p>
<p>===============================</p>
<p><strong>Tara Hunt &#8211; fostering/building online communities</strong></p>
<p><strong>A virtual community is:</strong><br />
1 &#8211; personal homepage/profile<br />
2 &#8211; personal content creation<br />
3 &#8211; ability to interact with &#8216;friends&#8217; and share content</p>
<p><strong>succession of users of community based sites</strong><br />
visitor -> customer -> community member</p>
<p><strong>benefits of community</strong><br />
- heightened customer loyalty<br />
- self policing<br />
- amplified word of mouth > by love of using the product<br />
- better feedback<br />
- stronger and more interesting filters of content</p>
<p><strong>3 levels of community</strong><br />
1 &#8211; lightweight social processes<br />
2 &#8211; collaborative<br />
3 &#8211; high end</p>
<p><strong>high end social networking</strong><br />
<a href="http://lostpedia.com/wiki/Main_Page">lostpedia.com</a><br />
<a href="http://couchsurfing.com/">couchsurfing.com</a></p>
<p><strong>social networking case study</strong><br />
- create fun and freedom<br />
- keep the dialogue going &#8211; personal use of product, answer customer emails personally<br />
- experimental approach to development</p>
<p>===============================</p>
<p>All in all a great conference, even if it was just for the networking! </p>
<p>The Saturday night party out priced everyone who fancied meeting up in London. A place more suitable for Prince Harry&#8217;s friends, with sign by cloakroom &#8220;no dancing in this venue&#8221;..  </p>
<p>However, a more suitable bar was found and fellow geeks reveled in the news of digg.com supporting openid, netvibes API&#8217;s and </p>
<p><strong>Further resources:</strong><br />
Photo sets on <a href="http://www.flickr.com/search/?w=all&#038;q=fowalondon07&#038;m=text">flickr</a><br />
Slide Presentations on <a href="http://www.slideshare.net/search?text=fowa&#038;commit=Search">Slideshare</a></p>
<p><strong>bookmarks taken home from FOWA</strong><br />
<a href="http://programmableweb.com">programmableweb.com</a> > mashups<br />
<a href="http://aws.amazon.com">aws.amazon.com</a> > ec3 and mech turk<br />
<a href="http://mybloglog.com">mybloglog.com</a><br />
<a href="http://secondlife.com">secondlife.com</a> > where online and off line lives gets a bit murky<br />
<a href="http://openid.com">openid.com</a> > Mine is: jimcallender.openid.com<br />
<a href="http://ixda.org">ixda.org</a> > interaction design organisation<br />
<a href="http://jyte.com">jyte.com</a> > social networking site supporting openID<br />
<a href="http://wesabe.com">wesabe.com</a> > acheive career aims<br />
<a href="http://mobilemonday.org.uk">mobilemonday.org.uk</a> > mobile networking group in London</p>
]]></content:encoded>
			<wfw:commentRss>http://www.callendercreates.com/blog/webcode/the-future-of-web-apps-fowa-debrief/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Number 1 in Google Every Time</title>
		<link>http://www.callendercreates.com/blog/webcode/number-1-in-google-every-time/</link>
		<comments>http://www.callendercreates.com/blog/webcode/number-1-in-google-every-time/#comments</comments>
		<pubDate>Fri, 03 Nov 2006 08:41:23 +0000</pubDate>
		<dc:creator>Jim Callender</dc:creator>
				<category><![CDATA[html]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[web services]]></category>
		<category><![CDATA[webcode]]></category>

		<guid isPermaLink="false">http://www.callendercreates.com/blog/2006/11/03/number-1-in-google-every-time/</guid>
		<description><![CDATA[Google has launched a customizable search engine, so now we can all have a #1 result!]]></description>
			<content:encoded><![CDATA[<p><strong>Google has launched a <a target="_blank" href="http://www.google.com/coop/cse/">customizable search engine</a>, so now we can all have a #1 result!</strong></p>
<p>The tool offers various options that you can configure to suit your needs, but the way I see it working best for webmasters is that it allows us to increase the perceived relevance of the sites we select (and yes, we can exclude sites from the results). The results that appear after those are pulled from Google&#8217;s regular search results. You simply add the code for the customized search engine to your site.</p>
<p><span id="more-65"></span></p>
<p>Those with Adsense accounts can make money by displaying ads within the search results. Take a moment to to <a target="_blank" href="http://www.google.com/coop/docs/cse/make_money.html">learn how easy it is</a>.</p>
<p>It&#8217;s another decent step by Google to take over the world of the web. However,  it&#8217;s worth a look if you want tolook at adding an additional income stream to your web site..</p>
]]></content:encoded>
			<wfw:commentRss>http://www.callendercreates.com/blog/webcode/number-1-in-google-every-time/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[css]]></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>
	</channel>
</rss>
