
<?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>Articles &#124; Content Formula</title>
	<atom:link href="http://www.contentformula.com/articles/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.contentformula.com/articles</link>
	<description></description>
	<lastBuildDate>Tue, 09 Mar 2010 09:41:48 +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>The future of the internet: what is HTML5?</title>
		<link>http://www.contentformula.com/articles/2010/the-future-of-the-internet-html5/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=the-future-of-the-internet-html5</link>
		<comments>http://www.contentformula.com/articles/2010/the-future-of-the-internet-html5/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 16:06:40 +0000</pubDate>
		<dc:creator>Hugh Fidgen</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Website design]]></category>
		<category><![CDATA[Widgets]]></category>

		<guid isPermaLink="false">http://www.contentformula.com/articles/?p=669</guid>
		<description><![CDATA[The internet has been abuzz recently with talk of a new kid in town: HTML5. There has been a slew of articles detailing the new features that this version of HTML offers and what they mean for the web, but the real question is whether or not HTML5 can topple Flash from its position as the king of rich media.]]></description>
			<content:encoded><![CDATA[<p>The internet has been abuzz recently with talk of a new kid in town: HTML5. There has been a <a href="http://www.google.co.uk/#hl=en&amp;q=what+new+html5&amp;meta=&amp;aq=&amp;oq=what+new+html5&amp;fp=62a05b16394d8ccd" target="_blank">slew of articles</a> detailing the new features that this version of HTML offers and what they mean for the web, but the real question is whether or not HTML5 can topple Flash from its position as the king of rich media.</p>
<h4>What is HTML5?</h4>
<p>HTML is the coding language that the internet is built on. With this in mind, HTML5 is just an upgrade providing some new tricks and features as well as some judicious trimming of the fat and old outdated code.</p>
<p><span id="more-669"></span></p>
<div style="padding: 10px; background: #cccccc none repeat scroll 0% 0%; float: right; width: 200px;">
<p><strong>Which browsers support HTML5 features?</strong></p>
<p><a href="http://www.apple.com/safari/features.html"><img style="align: left;" title="Safari" src="http://www.contentformula.com/articles/wp-content/uploads/2010/03/safari.png" alt="Safari" width="64" height="64" /></a><strong><a href="http://www.apple.com/safari/features.html">Safari 4</a></strong><br />
<a href="http://www.mozilla-europe.org/en/firefox/features/#cutting-edge"><img style="align: left;" title="Firefox" src="http://www.contentformula.com/articles/wp-content/uploads/2010/03/firefox.png" alt="Firefox" width="64" height="64" /></a><strong><a href="http://www.mozilla-europe.org/en/firefox/features/#cutting-edge">Firefox 3.6</a></strong><br />
<a href="http://www.opera.com/browser/features/"><img style="align: left;" title="Opera" src="http://www.contentformula.com/articles/wp-content/uploads/2010/03/opera.png" alt="Opera" width="64" height="64" /></a><strong><a href="http://www.opera.com/browser/features/">Opera 10.5</a></strong><br />
<a href="http://thenextweb.com/apps/2010/03/04/internet-explorer-9-html5-compatible-microsoft-joining-antiflash-movement/"><img style="align: left;" title="Internet Explorer 9" src="http://www.contentformula.com/articles/wp-content/uploads/2010/03/ie9.png" alt="Internet Explorer 9" width="64" height="64" /></a><strong><a href="http://thenextweb.com/apps/2010/03/04/internet-explorer-9-html5-compatible-microsoft-joining-antiflash-movement/">IE9 (coming 2011)<br />
</a></strong></p>
</div>
<div style="padding-right: 240px;">
<p>The main improvements are:</p>
<ul>
<li><strong>Video support &#8211; </strong>You won&#8217;t need a plugin (such as Flash) to watch video on websites. A HTML5 compliant browser will do the whole thing for you! You can actually <a href="http://www.youtube.com/html5" target="_blank">see this in action on YouTube</a> now.</li>
<li><strong>Vector graphics </strong> &#8211; Draw things directly in your browser! <a href="http://mugtug.com/sketchpad/" target="_blank">This site has an amazing implementation of this feature</a>, enabling you to create and save quite complex graphics right there in your browser.</li>
<li><strong>Background processing</strong> &#8211; Smart web developers will be able to make websites/applications which perform all the coding and crunching in the background and so won&#8217;t affect page load or response times for the bits you are interacting with on the screen. Normal computer programs like Outlook or Photoshop do this all the time; HTML5 enables websites to do so too.</li>
<li><strong>Applications can be saved for offline use</strong> &#8211; Web developers can save their applications to your hard drive, so that you can use them offline. <a href="http://gears.google.com/" target="_blank">Google Gears is doing this right now</a>, so if you&#8217;re using this, congratulations: you&#8217;re already in the HTML5 future.</li>
</ul>
</div>
<p>It&#8217;s clear that HTML5 is bringing more power to the browser, turning it from just a window for the web to a full application environment able to run complex programmes.</p>
<p>This is undeniably a powerful combination, but a lot of people are concerned that browsers are set to become &#8220;Jack of all trade&#8221; tools, but not really very efficient or stable. For example, could a poorly coded and complex HTML5 website bring your computer grinding to a halt? At this stage, we can&#8217;t really find the answer to that one&#8230;</p>
<h4>Is HTML5 the beginning of the end of Flash?</h4>
<p><a href="http://www.digitaltrends.com/computing/steve-jobs-unleashes-his-fury-during-town-hall-meeting/" target="_blank">Steve Jobs and Apple certainly think so!</a> In fact Apple have pinned their colours firmly to the mast over this issue, openly slating Adobe&#8217;s Flash software as buggy and poorly developed. Our office has been arguing over this for the past couple of weeks and, although no one died, there was some mild wounding and some very unsportsmanlike behaviour.</p>
<p>The balance of the argument is this:</p>
<h4>Flash Good</h4>
<ul>
<li>Could you really <a href="http://eu.wrangler.com/bluebell/" target="_blank">code something like this in HTML5?</a> The day we see it, is the day we&#8217;ll all be convinced.</li>
<li>You can develop really complex applications with gorgeous graphics and interface. It&#8217;s excellent at drawing graphics allowing you to scale up from a small widget in the corner of a website to full screen with no real loss in definition.</li>
<li>Flash is simple to get good results with. You don&#8217;t need to be a programming genius to turn out some very acceptable and professional work.</li>
<li>Flash CS5 (the latest release) also comes packaged with the ability to develop iPhone apps. Sure, you might not be able to view Flash webpages, but Flash is certinly going to lead a boom in the &#8220;app&#8221; market.</li>
<li>Flash works on your desktop too &#8211; enabling you to build offline applications. (So does HTML5, so this is a 50:50 argument).</li>
</ul>
<h4>Flash Bad</h4>
<ul>
<li>If you don&#8217;t have Flash installed, you aint seeing anything on a Flash website&#8230; This is the core of the pro-HTML5 argument. Flash is proprietary software and although it is freely available, many users simply do not have it installed &#8211; or even are not allowed to install it: some companies have a no-Flash policy on their office computers.</li>
<li>Flash is hard to make accessible to screen readers. <a href="http://www.webaim.org/techniques/flash/" target="_blank">It&#8217;s possible to do so</a>, but it&#8217;s not exactly straight forward and quite often doesn&#8217;t work.</li>
<li>If you don&#8217;t use the mouse, you can&#8217;t do much interesting stuff with Flash. It just doesn&#8217;t know what to do if the mouse isn&#8217;t moving or clicking! This makes it really hard to use with touch screens such as the <a href="http://www.osnews.com/story/22898/Flash-on-Mobile_Re-Examining_the_Controversy" target="_blank">iPhone or iPad</a> (Apple and Adobe, of course, failed to come to any agreement about Flash on these devices, so even if Flash worked better without a mouse, you still wouldn&#8217;t be able to use Flash apps on your iPhone).</li>
</ul>
<h4></h4>
<h4>Conclusion</h4>
<p>We think that there will be a compromise position, at least for the next few years. HTML5 isn&#8217;t mainstream yet. Unless you&#8217;ve got one of the latest browsers (such as Firefox 3.6) you&#8217;re not even going to be able to use it, and this means that HTML5 is currently inaccessible to the majority of internet users. Adobe have also had a huge kick up the backside, so expect a slew of new features and developments as they fight for their market share.</p>
<p>The bottom line is basic common sense. Developers will need to ask the question &#8220;who am I designing for?&#8221;.</p>
<ul>
<li>If you want to reach the widest audience possible, including phones, then use HTML-5.</li>
<li>If your audience is tech-savvy and you don&#8217;t mind losing a few iPhone users, use Flash.</li>
</ul>
<p>HTML5 isn&#8217;t capable of killing off Flash just yet, and that&#8217;s not even a real objective of the HTML5 movement &#8211; but it&#8217;s going to be an interesting fight to see as browser based computing gains momentum, eating into the raison d&#8217;être for Flash in the first place.</p>
<h4>Some links</h4>
<p>No animals were harmed in the writing of this article, but I did find some great websites! For the HTML5 links, obviously you&#8217;ll need a <a href="http://en.wikipedia.org/wiki/Comparison_of_layout_engines_%28HTML5%29" target="_blank">HTML5 compatible browser</a>&#8230;</p>
<h4>Flash showcase</h4>
<ul>
<li><a href="http://eu.wrangler.com/bluebell/" target="_blank">Wrangler Blue Bell</a></li>
<li><a href="http://www.meintru3d.com/" target="_blank">Me InTru 3d (Intel)</a></li>
<li><a href="http://www.devozasuaimaginacao.com.br/?lg=en" target="_blank">Your voice and your imagination</a></li>
<li><a href="http://www.verbatim.jp/senshuken/" target="_blank">Verbatim championship</a></li>
<li><a href="http://wonder-wall.com/" target="_blank">WonderWall</a></li>
</ul>
<h4>HTML5 showcase</h4>
<ul>
<li><a href="http://mugtug.com/sketchpad/" target="_blank">Sketchpad</a></li>
<li><a href="http://miniapps.co.uk/cardflip/" target="_blank">CardFlip (for touchscreen phones)</a></li>
<li><a href="http://chikuyonok.ru/ambilight/" target="_blank">Ambilight for videos</a></li>
<li><a href="http://www.rgraph.net/" target="_blank">Drawing graphs in HTML5</a></li>
</ul>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 1025px; width: 1px; height: 1px;"><a href="http://wonder-wall.com" target="_blank">WonderWall</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.contentformula.com/articles/2010/the-future-of-the-internet-html5/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Bringing the internet indoors: socialising your intranet</title>
		<link>http://www.contentformula.com/articles/2010/bringing-the-internet-indoors-socialising-your-intranet/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=bringing-the-internet-indoors-socialising-your-intranet</link>
		<comments>http://www.contentformula.com/articles/2010/bringing-the-internet-indoors-socialising-your-intranet/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 13:59:35 +0000</pubDate>
		<dc:creator>Geoff Scaplehorn</dc:creator>
				<category><![CDATA[Intranet]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[intranets]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://www.contentformula.com/articles/?p=664</guid>
		<description><![CDATA[Most intranets are largely static sites. These days, however, an intranet can be a true communications hub for your company, with the addition of functionalities inspired by social media and the internet...]]></description>
			<content:encoded><![CDATA[<p>Most intranets are largely static sites. On its own, an intranet is essentially a shared drive, serving up centrally stored documents alongside internal articles or communications. Some organisations use words such as &#8220;communication hubs&#8221; to describe them, but for the most part that communication is one-way.</p>
<p>These days, however, an intranet really can be a hub for your company. The intranet portal now closely mirrors employees&#8217; expectations of world wide web functionality. Systems such as Microsoft SharePoint allow users to communicate with each other and collaborate, much as they would using social media tools such as blogging, Facebook and Twitter.</p>
<p>There are a number of capabilities that you can implement relatively easily, with SharePoint in particular making many of them available as standard.</p>
<p><span id="more-664"></span></p>
<h3>Document sharing</h3>
<p>This is the fundamental benefit of a SharePoint intranet and the simplest to set up. Document libraries offer version control features as well as configurable access levels. The Microsoft Office 2007 suite also offers on-the-fly editing of centrally stored documents.</p>
<h3>Discussion boards</h3>
<p>We&#8217;ve all seen discussion boards and forums on the internet, and they can be easily implemented on the corporate intranet. A discussion board can allow a regionally-fragmented team to keep in contact with each other, and to discuss issues or initiatives.</p>
<p>Some discussion boards – particularly in larger companies – may require moderation, but if a user is forced to participate using their real name, then the board is likely to be at least as polite as the actual office in real life.</p>
<h3>Blogs</h3>
<p>We&#8217;re not suggesting that you give everyone in the company their own blog, but employees will appreciate reading short and concise announcements from high-level superiors, especially if a less formal tone is used.</p>
<h3>Commenting and rating</h3>
<p>Add comments or ratings to your features so that users can give their thoughts and discuss ideas online.</p>
<p>These are measurable indicators to content editors that offer an idea of what visitors find useful and relevant.</p>
<h3>Microblogging</h3>
<p>Implement a Twitter-like &#8216;microblog&#8217; on a department sub-site, such as the HR department, to keep staff updated on events in the company. Like blogging, it allows your department managers to communicate with staff quickly and easily, and the shortened nature of the &#8216;tweets&#8217; makes for a friendly, informal tone.</p>
<h3>Profile pages</h3>
<p>A fully-fledged profile for every employee would be a bit much for an intranet site but employees would greatly benefit from a visually appealing &#8216;Who’s Who&#8217; for each department. As well as email addresses and extension numbers, the page might offer employees&#8217; particular skill sets, for example. This would allow for the functionality to search for certain skills or specialties in a group.</h3>
<h3>And more…</h3>
<p>There really is no limit to the functionality you can put on your intranet. Theoretically, if you see it on the world-facing internet, you can build it onto your site. That said, you need to make sure that the functionality you implement is worthwhile: will it improve or add to your business?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.contentformula.com/articles/2010/bringing-the-internet-indoors-socialising-your-intranet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What’s new in SharePoint 2010?</title>
		<link>http://www.contentformula.com/articles/2010/what%e2%80%99s-new-in-sharepoint-2010/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=what%25e2%2580%2599s-new-in-sharepoint-2010</link>
		<comments>http://www.contentformula.com/articles/2010/what%e2%80%99s-new-in-sharepoint-2010/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 14:40:04 +0000</pubDate>
		<dc:creator>Daniel Keegan</dc:creator>
				<category><![CDATA[Intranet]]></category>
		<category><![CDATA[information architecture]]></category>
		<category><![CDATA[Intranet maintenance]]></category>
		<category><![CDATA[intranets]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[MOSS 2007]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://www.contentformula.com/articles/?p=656</guid>
		<description><![CDATA[SharePoint 2010 looks to be the biggest update in the Microsoft Office family this year. But what are the major changes to SharePoint, and how will this affect your intranet?]]></description>
			<content:encoded><![CDATA[<p>SharePoint 2010 is in beta testing, with a probable release date somewhere in Q4 this year. In the new release of the collaboration platform, emphasis seems to be placed on breaking out the roles of people involved in the production of a SharePoint intranet, and the access to resources as needed by people in those roles.</p>
<p>SharePoint 2010 looks to be the biggest update in the Microsoft Office family this year, as all communications so far indicate that other Office applications will only undergo minor tweaks.</p>
<p>So what are the big changes for SharePoint?</p>
<p><span id="more-656"></span></p>
<ul>
<li><strong>SharePoint Server 2010 won’t support Internet Explorer 6,</strong> which is sensational in Microsoft terms. Microsoft appear to be responding to pressure to urge users to upgrade to IE7. It is also possible that SharePoint source code will be more standards-compliant at the front-end; these are both good things.<br />&nbsp;</li>
<li><strong>SharePoint Server will be 64-bit only</strong> and will require a 64-bit Windows Server 2008 to run. Many businesses will need to spend a lot of money to overhaul their IT infrastructure in order to deploy SharePoint 2010.<br />&nbsp;</li>
<li><strong>Fewer structural changes to sites and architecture</strong> will mean a smooth transition for businesses already using MOSS 2007.<br />&nbsp;</li>
<li><strong>The ribbon is present on all SharePoint pages, and can be hidden. </strong>If you’ve used Office 2007, you’ll be familiar with the ribbon – it is new menu layout in which commands are arranged in a logical manner through the use of tabs and groups. You can extend the ribbon to include custom functions. In SharePoint 2010, the available commands will vary depending on your access rights on a particular site or page. The upshot of this is that a user will have to click fewer times to get to certain destinations, such as workflow views or the People &amp; Groups settings for a site &#8211; pages which currently require quite a lot of navigating.<br />&nbsp;</li>
<li><strong>Alerts in SharePoint 2010 will be far more flexible. </strong>There will be more controls governing the frequency and scope of the alerts, but even better will be the ability to customise email alerts with rich XHTML content.<br />&nbsp;</li>
<li><strong>Branding a SharePoint site or sub-site is made easier for developers.</strong> Separate CSS files exist for different applications within a site. The upshot of this is that designers will find working with the environment assets more fluid and controlled, and they won’t have to trawl through a long file of style rules.<br />&nbsp;</li>
<li><strong>SharePoint 2010 will provide much better support for large lists.</strong> Previously, search servers struggled to correctly index a large list.<br />&nbsp;</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.contentformula.com/articles/2010/what%e2%80%99s-new-in-sharepoint-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QR codes: the future of mobile internet promotions?</title>
		<link>http://www.contentformula.com/articles/2010/qr-codes-the-future-of-mobile-internet-promotions/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=qr-codes-the-future-of-mobile-internet-promotions</link>
		<comments>http://www.contentformula.com/articles/2010/qr-codes-the-future-of-mobile-internet-promotions/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 16:15:50 +0000</pubDate>
		<dc:creator>Julia Strueber</dc:creator>
				<category><![CDATA[Online Marketing]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[mobile internet]]></category>
		<category><![CDATA[Mobile phones]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Website design]]></category>
		<category><![CDATA[Widgets]]></category>

		<guid isPermaLink="false">http://www.contentformula.com/articles/?p=645</guid>
		<description><![CDATA[QR codes can be read very quickly with a visual encoding system and may contain up to 50 characters – ideal to store URLs, for example, that could lead to product websites or customer information. But are they worth it for your site?]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.contentformula.com/articles/wp-content/uploads/2010/02/qr-code.jpg" alt="" hspace="5" vspace="3" align="right" />The observant consumer abroad may have noticed patterned squares on their purchases. In Japan, these shapes now take up space on the side of whole houses, and seen teenagers whipping out their mobiles to take photos.</p>
<p>Of course, these codes contain more than just obscure patterns. Devised in 1994 for industrial use, &#8216;QR codes&#8217; were employed for tagging boxes as a more information-heavy barcode. For example, the German Post uses them to keep track of packages.</p>
<p><span id="more-645"></span></p>
<p>QR codes can be read very quickly with a visual encoding system and may contain up to 50 characters – ideal to store URLs, for example, that could lead to product websites or customer information. In Japan, they are widely used in promotional materials: a whole page ad in a national newspaper might be bought and lined with QR codes, with the correct one linking to a free mobile phone download of a band’s new single.</p>
<p>So why have we not seen this in Europe or the US? Put simply, we lack the necessary technology on our phones. In Japan, where the QR squares have become a staple of pop culture, every cell phone comes with the ability to process these codes. In the west, the iPhone was shipped with a camera that lacks sufficient contrast to even pick out the small black and white squares, and mobile internet outside of the smartphone set is still patchy at best.</p>
<p>So are QR Codes something to bother with outside of Japan? Should marketers engage in QR campaigns? The answer is: Not yet. However, their success in Japan is encouraging, and it shouldn&#8217;t be long before we can take advantage of this new technology.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.contentformula.com/articles/2010/qr-codes-the-future-of-mobile-internet-promotions/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Wrong address: the day Facebook moved house</title>
		<link>http://www.contentformula.com/articles/2010/wrong-address-the-day-facebook-moved-house/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=wrong-address-the-day-facebook-moved-house</link>
		<comments>http://www.contentformula.com/articles/2010/wrong-address-the-day-facebook-moved-house/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 10:33:35 +0000</pubDate>
		<dc:creator>Geoff Scaplehorn</dc:creator>
				<category><![CDATA[Online Marketing]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[Search engines]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[Website design]]></category>

		<guid isPermaLink="false">http://www.contentformula.com/articles/?p=639</guid>
		<description><![CDATA[Usability is generally trumpeted as a major consideration in website design. What is often ignored are the results of a website losing its usability - or, indeed, its familiarity. Facebook is a good example of this.]]></description>
			<content:encoded><![CDATA[<p>Usability is generally trumpeted as a major consideration in website design. What is often ignored are the results of a website losing its usability – or, indeed, its familiarity. Yesterday, a number of users were unable to log on to <a href="http://www.facebook.com/" target="_blank">Facebook</a>. Why? Because they weren&#8217;t actually on Facebook.</p>
<p>What happened was that, for a couple of hours, Facebook slipped off the top Google rank for the search &#8220;Facebook login&#8221;. Instead, a blog called <a href="http://www.readwriteweb.com" target="_blank">ReadWriteWeb</a> (an excellent read, by the way) slipped into first place. Not noticing the change, users simply clicked on the top link anyway and were taken to a <a href="http://www.readwriteweb.com/archives/facebook_wants_to_be_your_one_true_login.php" target="_blank">ReadWriteWeb article about Facebook</a>, which looked entirely unlike the actual Facebook page.</p>
<p><span id="more-639"></span></p>
<p><strong>Logging in to the wrong site</strong></p>
<p>Unfortunately, it got worse. Many users did not notice their mistake, and scrolled down to the only part of the page that looked like a log in area: the comments section. As luck would have it, this offered them the chance to connect with a Facebook account. Which, of course, is exactly what they did.</p>
<p>There are now hundreds of comments on the article, mostly along the lines of &#8220;I don&#8217;t like the new facebook&#8221; and &#8220;when can we log in?&#8221;. The blog was forced to post a message in the article with the actual Facebook link and instructions on how to use bookmarks.</p>
<p><strong>Not simply user error</strong></p>
<p>It is easy to suggest that this all down to &#8216;user error&#8217;, and there are some <a href="http://mrgan.tumblr.com/post/384061532/i-liked-the-old-facebook-login-better" target="_blank">very entertaining articles round the internet</a> along these lines. However, there are deeper problems here. Facebook has a propensity to continually redesign their homepage. These users, directed to a page that looked almost entirely unlike Facebook, still entertained the possibility that they were on the site. Facebook, it seems, has lost its familiarity. People don&#8217;t expect it to look like anything in particular.</p>
<p>Facebook Connect, too, is a problem. Theoretically, Facebook Connect is a way of only having a single login for multiple sites and blogs… except that people evidently don&#8217;t understand how it works or what it does. This is Facebook&#8217;s fault. It needs to be better explained.</p>
<p><strong>Dealing with users who are not technically minded</strong></p>
<p>Facebook is not a specialist blog. Its users are not all technically minded – indeed, for many users, Facebook is basically &#8216;the internet&#8217;. The site has been getting gradually more and more complicated, and it seems that now the site is losing track of its core audience.</p>
<p>This was a strange situation, and everyone came out looking more than a little stupid (except, of course, ReadWriteWeb, whose traffic is presumably looking very healthy at the moment). However, we can take a couple of key lessons out of this:</p>
<ul>
<li>Changing your home page is fine, but don&#8217;t confuse your regular readers with too many big changes. They may simply begin assuming that problems are actual design changes.</li>
<li>Connectivity with other sites (such as Facebook Connect) is all very well, but it can be confusing – especially when <a href="http://www.facebook.com/help/?page=730" target="_blank">it&#8217;s not explained properly</a> to the people who use it. This is something Google could stand to learn as well, with the <a href="http://mashable.com/2010/02/09/google-buzz/" target="_blank">recent advent of Google Buzz</a>.</li>
<li>Functionality is great, but only if people understand how it works. If they don&#8217;t… is it necessary?</li>
<li><a href="http://www.contentformula.com/articles/index.php/2009/seo-poisoning-the-web-or-vital-component/" target="_blank">Search Engine Optimisation works</a>. Facebook effectively lost several hundred users for a couple of hours because a blog&#8217;s SEO was better than theirs.</li>
<li>Think your page is as simple and usable as possible? Think again. It&#8217;s not.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.contentformula.com/articles/2010/wrong-address-the-day-facebook-moved-house/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Say Yes To The Test: the NHS opens up on Facebook</title>
		<link>http://www.contentformula.com/articles/2010/say-yes-to-the-test-the-nhs-opens-up-on-facebook/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=say-yes-to-the-test-the-nhs-opens-up-on-facebook</link>
		<comments>http://www.contentformula.com/articles/2010/say-yes-to-the-test-the-nhs-opens-up-on-facebook/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 11:26:32 +0000</pubDate>
		<dc:creator>Geoff Scaplehorn</dc:creator>
				<category><![CDATA[Digital Healthcare]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[Health Care]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://www.contentformula.com/articles/?p=630</guid>
		<description><![CDATA[Healthcare providers are finally opening up to social media - and it's about time. Say Yes To The Test is a campaign to inform people about chlamydia, supported by the NHS website. ]]></description>
			<content:encoded><![CDATA[<p>Healthcare providers are finally opening up to social media – and it&#8217;s about time. I wrote recently about the <a href="http://www.contentformula.com/articles/index.php/2009/the-best-social-media-campaigns-of-2009/">Gardasil campaign</a>, and now we have the UK NHS opening their own Facebook page: <a href="http://www.facebook.com/sayyestothetest" target="_blank">Say Yes To The Test</a>.</p>
<p>Say Yes To The Test is a campaign to inform people about chlamydia, supported by the <a href="http://www.nhs.uk/worthtalkingabout/Pages/sex-worth-talking-about.aspx" target="_blank">NHS website</a>. At the time of writing, the Facebook page has been live for around two weeks and has over 36,000 fans. Given that the <a href="http://www.facebook.com/press/info.php?statistics" target="_blank">average Facebook user has 130 friends</a> and that every new sign-up displays on all of a user&#8217;s friends&#8217; profiles, the page has potentially reached 4.7 million users.</p>
<p><span id="more-630"></span></p>
<p>In fact, the campaign is being aimed at under-25s. A quick spot check of people who have <a href="http://www.facebook.com/sayyestothetest#!/sayyestothetest?v=wall" target="_blank">commented on the page</a> shows that they often have well over 130 friends. This is the very definition of a successful viral campaign: a campaign that has grown on the digital equivalent of word-of-mouth.</p>
<p><strong>Campaign success</strong></p>
<p>The real success of the campaign, however, lies with the way the page is being moderated – or, rather, how it isn&#8217;t being moderated. The NHS is not applying a heavy hand to comments; I couldn&#8217;t see any obvious signs of censorship, and the tone throughout the comments is light and informal.</p>
<p>This has its pros and cons, of course. On the downside, there is a lot of crudity: mostly jesting about virginity and all of the expected commentary from a young audience. On this level, it is questionable how seriously some of the users are taking the campaign. That said, for every rude jibe there is another comment in obvious support of the campaign. In fact, many users&#8217; questions are being answered by other users.</p>
<p><strong>Building a conversation</strong></p>
<p>The NHS has taken an intelligent approach to conversing with the Facebook crowd. Site admins are not responding to every post, but they are answering questions. While these answers are largely informational, they are also tailored responses. The NHS is having a conversation with the users.</p>
<p>Aiding this conversation is the simple nature of the Facebook page. There are no warnings or disclaimers, aside from a <a href="http://www.facebook.com/sayyestothetest#!/sayyestothetest?v=info" target="_blank">page of information and links</a>.</p>
<p>There is always a risk with campaigns like this that they won&#8217;t attract a following, or that users will be faced with inaccurate or incomplete information. However, the NHS has made an important step in the right direction.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.contentformula.com/articles/2010/say-yes-to-the-test-the-nhs-opens-up-on-facebook/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How (not) to use the web when handling a corporate crisis: a Toyota case study</title>
		<link>http://www.contentformula.com/articles/2010/how-not-to-use-the-web-when-handling-a-corporate-crisis-a-toyota-case-study/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-not-to-use-the-web-when-handling-a-corporate-crisis-a-toyota-case-study</link>
		<comments>http://www.contentformula.com/articles/2010/how-not-to-use-the-web-when-handling-a-corporate-crisis-a-toyota-case-study/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 11:31:03 +0000</pubDate>
		<dc:creator>Dan Hawtrey</dc:creator>
				<category><![CDATA[Online Marketing]]></category>

		<guid isPermaLink="false">http://www.contentformula.com/articles/?p=614</guid>
		<description><![CDATA[We look at three of Toyota's websites around the world as it handles the recall crisis. Our brief research shows how Toyota has, in some countries, a very good understanding of how the web can play a major role in the salvation of a company in crisis.  ]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.contentformula.com/articles/wp-content/uploads/2010/02/Toyota_logo.jpg" alt="Toyota logo" title="Toyota logo" hspace="5" vspace="3" align="right" />Toyota is having a rough time of late. Faced with having to recall millions of vehicles globally, its profit for the year is likely to be entirely wiped out by the estimated $2bn cost of the recall. However, the public relations story is causing further damage to the company. How it reacts over the next few days and weeks is likely to have a major impact on the severity of this damage.</p>
<p>That’s where the web comes into play. Shocked and dismayed customers are sure to pay attention to the media’s cries of horror, but they will also recognise that they need to pay close attention to the official line by Toyota. They will turn to the internet to find out the logistics of the recall and the way they need to interact with Toyota and its dealers in order to get their cars fixed up. Besides actually fixing cars quickly and efficiently, the web represents Toyota’s best chance to repair some of the damage to its reputation.</p>
<p><span id="more-614"></span></p>
<h3>The good, the bad and the ugly</h3>
<p>We looked at three of Toyota’s websites around the world: UK, US and France. This cursory research shows a patchy &#8211; but in some places encouraging &#8211; understanding of how the web can play a major role in Toyota’s salvation.  The UK site shows the most promise and this is where we’ll focus most.</p>
<p><a href="http://www.toyota.co.uk/recall/index.html" target="_blank">Toyota UK have set up a recall page</a> (<a href="http://www.contentformula.com/articles/wp-content/uploads/2010/02/Toyota-UK.jpg" target="_blank">click here for a screengrab</a>) that brings together a collection of information and channels on which customers can follow Toyota’s official line on the matter:</p>
<ul>
<li>The core part of the page contains a form inviting customers to enter their vehicle details in order to ascertain whether they will be affected by the recall.</li>
<li>There’s a big and bold telephone hotline with opening hours clearly indicated.</li>
<li>They’ve set up an RSS feed from their blog and a link to their Twitter page.</li>
<li>They’ve taken the trouble to add information about the insurance implications of the recall and a statement about the code of practice for vehicle recalls in Britain.</li>
<li>The commercial director has published a YouTube video which can be played right off the page and the Managing Director has published a written statement.</li>
<li>Then there’s an FAQ and various other statements and pieces of information about the recall.</li>
</ul>
<p>The <a href="http://www.toyota.com/recall/" target="_blank">US Toyota recall page</a> (<a href="http://www.contentformula.com/articles/wp-content/uploads/2010/02/Toyota-US.jpg" target="_blank">click here for a screengrab</a>) is a little disappointing in comparison with the UK site. They’ve got all of the information regarding the recall on the site but they have not embraced the diverse channels on which they could reach their customers.</p>
<p>The <a href="http://www.toyota.fr/about/news_and_events/campagne-rappel-0102.aspx" target="_blank">France Toyota recall page</a> (<a href="http://www.contentformula.com/articles/wp-content/uploads/2010/02/Toyota-FR.jpg" target="_blank">click here for a screengrab</a>) – the worst pick of the bunch by a long way – merely contains a press release and various links to unrelated pages on their site.</p>
<h3>Toyota UK: a model for crisis planning?</h3>
<p>Watching how companies react in times of crisis always provides valuable lessons into how to manage reputation. Toyota’s reaction is by no means a text book case – there’s clearly poor coordination between the corporate entity and its local operating companies. However, looking at what they have done on the web in the UK provides a good case study for other companies who are fated to face similar crises in future and &#8211; more importantly &#8211; for those companies who take crisis planning seriously.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.contentformula.com/articles/2010/how-not-to-use-the-web-when-handling-a-corporate-crisis-a-toyota-case-study/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>3 major failings of the Apple iPad</title>
		<link>http://www.contentformula.com/articles/2010/3-major-failings-of-the-apple-ipad/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=3-major-failings-of-the-apple-ipad</link>
		<comments>http://www.contentformula.com/articles/2010/3-major-failings-of-the-apple-ipad/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 09:27:27 +0000</pubDate>
		<dc:creator>Dan Hawtrey</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[tablet]]></category>

		<guid isPermaLink="false">http://www.contentformula.com/articles/?p=605</guid>
		<description><![CDATA[The Apple iPad is officially no longer just a rumour. It's a lovely new shiny device. There's a lot right with it - but there's also a lot wrong with it. Find out about 3 key things that really disappoint me. ]]></description>
			<content:encoded><![CDATA[<p>Well, there we have it. The Apple iPad is officially no longer just a rumour. It’s a lovely new shiny device. There’s a lot right with it; <a href="www.apple.com/ipad" target="_blank">go to the Apple website</a> to see about that. However, there’s also a lot wrong with it. Three key things really disappoint me.</p>
<p>Firstly, in spite of the misleading name, this is not a &#8216;pad&#8217;. You cannot write on it. There is no handwriting recognition, no stylus. Surely one of the key functions of a tablet should be that you can write notes on it and <a href="http://www.boingboing.net/2010/01/27/peter-serafinowicz-o.html" target="_blank">do away with paper pads</a>? A cleverly-designed operating system would help no end in managing pages and pages of scrawled notes by making them searchable, date-stamping them and adding other meta-data. OK, handwriting recognition is still a technology that has a long way to go but Apple didn’t even try to address this.</p>
<p><span id="more-605"></span>Apple’s second failing is around synchronisation. Here we are being enticed to buy yet another device to add to our collections of desktops, laptops and smart-phones, yet the iPad lacks any means of synchronising our vast media libraries of photos, videos and music between devices (maybe Apple wants us instead to buy additional copies of our files from the iTunes store?).</p>
<p>Without synchronisation, the user is left scrabbling around with wires, connectors and external hard drives moving Gigabytes of files from one machine to another. It’s all very dull and very frustrating. My wife won’t be happy: she always shouts at me when I spend a Saturday morning copying files.</p>
<p>My third gripe is to do with connectivity. Apple’s days of being the hero underdog are well gone. It is now in the business of abusing its faithful followers by trying to fleece them as much as possible from their hard-earned cash. Selling them expensive Apple branded accessories and clutter so that they can perform simple operations such as attaching a digital camera is the order of the day. Surely a USB attachment would have been a smarter choice than Apple’s proprietary 30-pin adapter?</p>
<p>Let’s hope Google and Dell bring out something that addresses these issues with <a href="http://mashable.com/2010/01/07/dell-tablet/" target="_blank">their new joint venture</a> to build a tablet. My hunch is that they will. Although Google is <a href="http://www.newstatesman.com/scitech/2009/08/online-search-google-data" target="_blank">certainly more evil</a> than it used to be, it’s no match to greedy Apple.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.contentformula.com/articles/2010/3-major-failings-of-the-apple-ipad/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Coping mechanisms: client feedback</title>
		<link>http://www.contentformula.com/articles/2010/coping-mechanisms-client-feedback/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=coping-mechanisms-client-feedback</link>
		<comments>http://www.contentformula.com/articles/2010/coping-mechanisms-client-feedback/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 17:07:44 +0000</pubDate>
		<dc:creator>Geoff Scaplehorn</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.contentformula.com/articles/?p=599</guid>
		<description><![CDATA[Ever wondered how a designer looks mid-way through the creative process? This might be why there are very few web designers over the age of 35...]]></description>
			<content:encoded><![CDATA[<p>
<p style="text-align: center;"><img class="size-full wp-image-389 aligncenter" title="Coping mechanisms: client feedback" src="http://www.contentformula.com/articles/wp-content/uploads/2010/01/client_feedback.jpg" alt="Art by Kelly &quot;Suuqin&quot; Chan - Words by Geoff &quot;NotWelshMan&quot; Scaplehorn" /></p>
<p style="text-align: center;"><em>Art by Kelly &#8220;Suuqin&#8221; Chan &#8211; Words by Geoff &#8220;NotWelshMan&#8221; Scaplehorn</em></p>
<p><a href="http://www.contentformula.com/articles/index.php/2009/guest-post-brand-new-systems-same-old-problems/">Click here to see another cartoon from us!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.contentformula.com/articles/2010/coping-mechanisms-client-feedback/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visualising data: a look at dashboards</title>
		<link>http://www.contentformula.com/articles/2010/visualising-data-a-look-at-dashboards/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=visualising-data-a-look-at-dashboards</link>
		<comments>http://www.contentformula.com/articles/2010/visualising-data-a-look-at-dashboards/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 11:50:45 +0000</pubDate>
		<dc:creator>Dan Hawtrey</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[dashboards]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Intranet dashboards]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[Widgets]]></category>

		<guid isPermaLink="false">http://www.contentformula.com/articles/?p=592</guid>
		<description><![CDATA[Dashboards provide an engaging and interactive means of displaying and understanding data. Furthermore, data visualisation helps employees become more conscious of their performance and in turn, improve it.]]></description>
			<content:encoded><![CDATA[<p>Technology has made the gathering and storage of data easier but much of this data is useless unless it can be displayed in meaningful ways. Dashboards provide an engaging and interactive means of displaying and understanding data. Furthermore, data visualisation helps employees become more conscious of their performance and in turn, improve it.</p>
<p>There are various dashboarding tools available on the web. These can be effective but are sometimes hard to implement or do not provide the data view that you want to show. To get around this, we build custom dashboards for many of our clients for both intranets and websites.</p>
<p><a href="http://www.contentformula.com/dashboards.php">Click to read more about the various types of dashboards</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.contentformula.com/articles/2010/visualising-data-a-look-at-dashboards/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
