<?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>The Terralever Blog &#187; Design and Development</title>
	<atom:link href="http://www.theterraleverblog.com/category/design-and-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.theterraleverblog.com</link>
	<description>Marketing experts in all things digital</description>
	<lastBuildDate>Thu, 29 Jul 2010 02:03:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Facebook Launches New Data Permissions</title>
		<link>http://www.theterraleverblog.com/facebook-launches-new-data-permissions/</link>
		<comments>http://www.theterraleverblog.com/facebook-launches-new-data-permissions/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 20:14:07 +0000</pubDate>
		<dc:creator>Rob Paveza</dc:creator>
				<category><![CDATA[Design and Development]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[.Net]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Facebook Application Developer]]></category>
		<category><![CDATA[Facebook Preferred Developer]]></category>

		<guid isPermaLink="false">http://www.theterraleverblog.com/?p=687</guid>
		<description><![CDATA[During the 2010 f8 conference, Facebook announced that it would be launching a new set of data permissions as part of the new Graph API.  The permissions themselves, while they provide more granular coverage of the data available via Facebook, aren’t really that interesting – the interesting part of the new data permissions are what [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>During the 2010 f8 conference, Facebook announced that it would be launching a new set of data permissions as part of the new Graph API.  The permissions themselves, while they provide more granular coverage of the data available via Facebook, aren’t really that interesting – the interesting part of the new data permissions are what Facebook grants to clients in terms of license to use and store the data.</p>
<p><strong>User Experience</strong></p>
<p>The user experience has changed as part of launching the new data permissions.  Using the old permissions required a user to click through a number of authorization dialogs, one for each permission required.  This series of dialogs sometimes caused confusion for users, depressed conversion, and sometimes left developers with an incomplete permission set as users began authorizing the app but quit when they felt they were giving too much away.</p>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="307" valign="top"> <a href="http://www.theterraleverblog.com/wp-content/uploads/2010/07/Facebook-Permissions-Before.png"><img class="alignnone size-medium wp-image-693" title="Facebook-Permissions-Before" src="http://www.theterraleverblog.com/wp-content/uploads/2010/07/Facebook-Permissions-Before-300x262.png" alt="" width="300" height="262" /></a></td>
<td width="18" valign="top"> </td>
<td width="313" valign="top"> <a href="http://www.theterraleverblog.com/wp-content/uploads/2010/07/Facebook-Permissions-After.png"><img class="alignnone size-medium wp-image-692" title="Facebook-Permissions-After" src="http://www.theterraleverblog.com/wp-content/uploads/2010/07/Facebook-Permissions-After-300x247.png" alt="" width="300" height="247" /></a></td>
</tr>
<tr>
<td width="307" valign="top"><strong>Figure 1</strong> – Facebook previously required four popups to log in, allow offline access, and read/write access to the user’s stream.</td>
<td width="18" valign="top"> </td>
<td width="313" valign="top"><strong>Figure 2</strong> – With the new permissions dialog, all of the required permissions are displayed in a single authorization prompt.</td>
</tr>
</tbody>
</table>
<p> </p>
<p>Facebook’s CTO Bret Taylor wrote in the <a href=" http://developers.facebook.com/blog/post/392" target="_blank">Facebook Developer blog </a> that this change increases conversions for applications by 28-41%.  If only we could get that kind of conversion rate increase from flipping a switch on other websites.</p>
<p><strong>Better Data Provisions</strong></p>
<p>One of the most debilitating parts of a Facebook application, performance-wise, were the restrictions on data that prevented most Facebook data from being cached for more than 24 hours.  As Facebook’s Ethan Beard wrote in the <a href=" http://developers.facebook.com/blog/post/378" target="_blank">Developer blog</a>, we often had to write special code paths to handle Facebook data due to the 24 hour caching limit, or worse, we never actually stored the data at all, instead using FBML or XFBML to access it.  Now with explicit consent, we can access the user’s preferences and store it forever (as long as we provide a way for the user to opt-out).  This opens a number of new possibilities – imagine a business like Amazon.com taking advantage of knowing a user’s preferences.  All of a sudden, they could start recommending books similar to <span style="text-decoration: underline;">Anthem</span> or <span style="text-decoration: underline;">1984</span>, even though I’ve never bought those books on Amazon, because I listed them as part of my favorite books on Facebook.</p>
<p>On top of the new data retention policy, Facebook is actually going to start pushing data to application owners via a process they’re calling <a href="http://developers.facebook.com/docs/api/realtime" target="_blank">Real Time Updates</a>.  Now, application developers <em>don’t even have to query the data</em> – it gets pushed to us as users authorize our applications or as they change their profiles.  This will hopefully speed up Facebook by not having numbers of redundant queries being made on behalf of applications, but it will also provide the opportunity for more interesting development tools to be included.  I’m happy to say that real-time updates were important enough to me to include support for real-time updates for users as part of <a href=" http://opengraph.codeplex.com" target="_blank">OpenGraph.NET</a>, an open-source .NET Framework-based toolkit for developing for Facebook’s Graph API.</p>
<p><strong>Like It or Not</strong></p>
<p>As of June 30, you can access these changes via the <a href="http://www.facebook.com/developers" target="_blank">Developers application </a>.</p>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="439" valign="top"> <a href="http://www.theterraleverblog.com/wp-content/uploads/2010/07/Opting-In.png"><img class="alignnone size-medium wp-image-694" title="Opting-In" src="http://www.theterraleverblog.com/wp-content/uploads/2010/07/Opting-In-300x129.png" alt="" width="300" height="129" /></a></td>
</tr>
<tr>
<td width="439" valign="top"><strong>Figure 3</strong> – The New Data Permissions setting is disabled by default for existing applications, but enabled by default for new applications.</td>
</tr>
</tbody>
</table>
<p> </p>
<p>I haven’t seen in our applications that the new permissions are causing much trouble because of the way they’re used, but as always, your mileage may vary, and it would be better to check it out now before they’re forced on your app.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.theterraleverblog.com/facebook-launches-new-data-permissions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delivering Above Expectations: WordPress 3.0</title>
		<link>http://www.theterraleverblog.com/delivering-above-expectations-wordpress-3-0/</link>
		<comments>http://www.theterraleverblog.com/delivering-above-expectations-wordpress-3-0/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 21:35:47 +0000</pubDate>
		<dc:creator>Jeff Cross</dc:creator>
				<category><![CDATA[Design and Development]]></category>

		<guid isPermaLink="false">http://www.theterraleverblog.com/?p=665</guid>
		<description><![CDATA[After months of developer community anticipation and beta releases, WordPress 3.0 is finally out in the wild. WordPress updates the core code several times a year for maintenance reasons, but this iteration has some pretty significant improvements that have got the Terralever developers of the WordPress persuasion (myself included) pretty excited. If you don&#8217;t know [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>After months of developer community anticipation and beta releases, WordPress 3.0 is finally out in the wild. WordPress updates the core code several times a year for maintenance reasons, but this iteration has some pretty significant improvements that have got the Terralever developers of the WordPress persuasion (myself included) pretty excited.</p>
<p>If you don&#8217;t know what WordPress is, it&#8217;s a powerful, lightweight, flexible CMS. It&#8217;s evolved from a powerful blog tool (which it still is), into a tool that can power myriad websites with varying content and technical requirements. Terralever has built several websites with WordPress as a backend content management system, including the award-winning Ashley Fiolek site we recently built for Red Bull at <a href="http://www.ashleyfiolek.com/">http://www.ashleyfiolek.com</a>.</p>
<p>There are a few new features that have me excited about the new version of WordPress, both from a development perspective and an end-user perspective.</p>
<ol>
<li>Child Themes</li>
<li>Built-In Menu Support</li>
<li>Custom Post Types</li>
<li>and last but not least&#8230;Multiple Site Support!</li>
</ol>
<p>One major limitation that&#8217;s been lifted by WordPress 3.0 is support for &#8220;child themes,&#8221; which are themes that inherit functionality and styling from, you guessed it, a Parent Theme. This gives you the flexibility to create variations of your base theme (such as creating a seasonal, holiday, or promotional theme). It&#8217;s also helpful for developers who do a lot of WordPress development, and want to use a base theme with common resources for each build, but don&#8217;t want to have to modify the core code of the theme. When a WordPress site utilizes µ (WordPress MU) functionality, child themes can be utilized to provide variations of a base theme for the different site instances.</p>
<p>One good indication that a feature should be included in the core, is how many plugins have been developed to deliver a basic piece of functionality. A perfect example is built-in menu support (Just search the <strong>plugin repository &lt;<a href="http://wordpress.org/extend/plugins/search.php?q=menu&amp;sort=">http://wordpress.org/extend/plugins/search.php?q=menu&amp;sort=</a>&gt; </strong>for &#8220;menu&#8221;). Previously, there wasn&#8217;t a whole lot available out-of-the box in terms of building a dynamic navigation menu based on your site&#8217;s page taxonomy. However, in WordPress 3.0, it&#8217;s simple for non-technical admins to manage the organization of their navigation through the backend. The new interface provides a means to quickly create menu items, and drag/drop them into their proper hierarchy. As long as your theme has support for this new feature, you should see immediate results. If you want to take it for a drive, look for the &#8216;menus&#8217; option under the Appearance menu in the WordPress admin.</p>
<p>Custom Post Types are especially interesting to me, since we use WordPress to power such a diversity of sites with varying content requirements. Essentially, this feature addresses a need that&#8217;s been handled previously by users creating posts and categorizing them in categories such as &#8220;portfolio&#8221; or &#8220;products,&#8221; or otherwise creating a custom plugin to manage content. Custom Posts allow developers and admins to more effectively manage different types of content on their site, by organizing them under their type of post, alongside similar posts in the admin. This opens the door to something like turning your WordPress site into an ecommerce site, or a collection of any other type of data that can be administered through the post editing interface.</p>
<p>And perhaps my favorite new feature, is that WordPress µ (Multi User) support is built into WordPress 3. If you need to create a bunch of WordPress sites, and you don&#8217;t want to get a separate server for each one, this feature is your friend. Each site built off of this base can be managed by administrators that only have access to that specific site, but the super admin can access all sites on the WordPress µ install. Themes and plugins can be shared from the root of your site with each of the individual sites, so it now becomes very easy to manage updates and maintenance to your codebase across multiple domains.</p>
<p>And that&#8217;s just a few of the new features in WordPress 3.0. For a full list of new features, visit:</p>
<div><strong><a href="http://codex.wordpress.org/Version_3.0">http://codex.wordpress.org/Version_3.0</a></strong></div>
<div><strong> </strong></div>
<div><strong> </strong></div>
<p><strong> </strong></p>
<p><strong> </strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theterraleverblog.com/delivering-above-expectations-wordpress-3-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Life of a Terralever Intern</title>
		<link>http://www.theterraleverblog.com/the-life-of-a-terralever-intern/</link>
		<comments>http://www.theterraleverblog.com/the-life-of-a-terralever-intern/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 18:19:32 +0000</pubDate>
		<dc:creator>Connor McSheffrey</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Around the Office]]></category>
		<category><![CDATA[Design and Development]]></category>

		<guid isPermaLink="false">http://www.theterraleverblog.com/?p=629</guid>
		<description><![CDATA[At the age of four, my parents and I left Tempe, Arizona, and ventured into the heart of Europe, to live in the capital city of the Czech Republic, Prague. My family traveled there as missionaries to work with the local church to develop student ministries, just a year after the the country split from [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://www.theterraleverblog.com/wp-content/uploads/2010/04/Connor.jpg"><img class="size-medium wp-image-631 alignleft" title="Connor" src="http://www.theterraleverblog.com/wp-content/uploads/2010/04/Connor-177x300.jpg" alt="" width="177" height="300" /></a>At the age of four, my parents and I left Tempe, Arizona, and ventured into the heart of Europe, to live in the capital city of the Czech Republic, Prague. My family traveled there as missionaries to work with the local church to develop student ministries, just a year after the the country split from Czechoslovakia in the Velvet Revolution. Growing up overseas gave me a cultural experience like nothing else and a much wider perspective of the world. Europe branded me with a passion for travel and culture that has followed me to this day.</p>
<p>Since my family and I have moved back to Tempe, in the summer of 2007. I’ve had a chance to intern for several of the most innovative and exciting design and development agencies in the metro Phoenix area, including Perk, Integrum and Keane Creative. Working for all of these awesome agencies has given me a chance to be involved in multiple exciting projects and gain the practical workplace knowledge not taught in high school, as well as aiding in funding my passion for photography.</p>
<p>I first became interested in web development in 6th grade, where our class assignment was to create our own personal web page. Although, I would cringe looking back at what I created then, the experience left me with a longing for more. To discover how everything worked, to break things and put them back together again. This passion has grown since then to all things from laptops to webpages, but it always leaves me with a desire to learn more.</p>
<p>Currently, after graduating from McClintock High School, I am pursuing my degree in Business Management at Mesa Community College while I Intern at Terralever. The work that I do at Terralever isn’t the typical intern work, such as sending faxes or refilling staplers but it’s getting to do what I love, web development! It gives me a chance to work on huge projects such as Red Bull Stratos or Flugtag, collaborations I would never have a chance to be a part of working freelance. It gives me a chance to utilize my abilities to the fullest extent. I believe that the experience and training I receive while I intern here at Terralever is as valuable as the teaching I could be studying at ASU. The web is growing explosively and the demand for current and up to date programming is increasing. It’s difficult for college course content to keep up with the growing pace of the web. That’s why I believe that interning at Terralever, not only gives me practical workspace knowledge but allows me to work with technologies that aren’t being taught.</p>
<p>One of the best parts about working at Terralever is having the ability to go to developers who are higher up than me and get their help and assistance in any project I am working on or struggling with. Not only does this teach me new ways to problem solve and tackle different issues, it prevents me from hitting walls or road blocks in which I am unable to solve a problem myself. I can get immediate help and feedback, which makes me significantly more productive. I get the opportunity to learn an exceptional amount of web development as well as teach others what I have learned, or what experience I have gained.</p>
<p>My passion is to travel back to the Czech Republic and to shoot photography. For now I want to continue pursuing my career in web development as well as continue rock climbing, playing the drums, shooting photography, drinking lots of tea and living for the gospel. Follow me on my blog at <a href="http://www.connormcsheffrey.com/" target="_blank">http://www.connormcsheffrey.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theterraleverblog.com/the-life-of-a-terralever-intern/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Analytics Supported in Silverlight Analytics Framework</title>
		<link>http://www.theterraleverblog.com/google-analytics-supported-in-silverlight-analytics-framework/</link>
		<comments>http://www.theterraleverblog.com/google-analytics-supported-in-silverlight-analytics-framework/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 17:52:52 +0000</pubDate>
		<dc:creator>Rob Paveza</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Design and Development]]></category>

		<guid isPermaLink="false">http://www.theterraleverblog.com/?p=606</guid>
		<description><![CDATA[When Silverlight just lived in the browser, it was relatively easy to interact with the analytics framework of your choice via code; it simply interacted with JavaScript on the browser.  This wasn&#8217;t terribly designer-friendly, since it required using code unless your developers were clever, but when Silverlight 3 and the out-of-browser experience came around, suddenly [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>When Silverlight just lived in the browser, it was relatively easy to interact with the analytics framework of your choice via code; it simply interacted with JavaScript on the browser.  This wasn&#8217;t terribly designer-friendly, since it required using code unless your developers were clever, but when Silverlight 3 and the out-of-browser experience came around, suddenly developers no longer had the guaranteed access to the analytics JavaScript hosted on the containing web page.  In response, Microsoft developed the <a href="http://msaf.codeplex.com/" target="_blank">Microsoft Silverlight Analytics Framework</a>, a plugin-capable API for implementing analytics clients within a Silverlight application.  With it, we can now easily add any number of analytics vendors to a single client, without much headache at all, and what&#8217;s more, it&#8217;s extended to be easy-to-use for designers:</p>
<div id="attachment_607" class="wp-caption alignnone" style="width: 564px">
	<a href="http://www.theterraleverblog.com/wp-content/uploads/2010/03/AnalyticsBehaviors.png"><img class="size-full wp-image-607 " title="AnalyticsBehaviors" src="http://www.theterraleverblog.com/wp-content/uploads/2010/03/AnalyticsBehaviors.png" alt="" width="564" height="261" /></a>
	<p class="wp-caption-text">The components and behaviors built-in for Analytics in Expression Blend is already pretty deep.</p>
</div>
<p>The Analytics API implements behaviors, so that you can simply attach certain actions and behaviors to events on objects, easily in Expression Blend (so easy, a Designer can do it):</p>
<div id="attachment_608" class="wp-caption alignnone" style="width: 558px">
	<a href="http://www.theterraleverblog.com/wp-content/uploads/2010/03/AnalyticsProperties.png"><img class="size-full wp-image-608" title="Analytics Properties" src="http://www.theterraleverblog.com/wp-content/uploads/2010/03/AnalyticsProperties.png" alt="" width="558" height="535" /></a>
	<p class="wp-caption-text">Here, Expression is collapsed, but you can see the Analytics TrackAction behavior is selected and can have its properties modified.</p>
</div>
<p>Given how often we utilize Google Analytics within our solutions, we were very excited to hear that <a href="http://analytics.blogspot.com/2010/03/integration-with-microsoft-silverlight.html" target="_blank">Google was one of the providers</a> to implement the Analytics Framework.  As our ability to track behaviors for our clients grows, we&#8217;re especially excited to see where the future of Silverlight will carry this capability &#8211; to mobile devices and embedded scenarios, or interactive and offline video players, our ability to monitor conversions and user behavior is only going to grow.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.theterraleverblog.com/google-analytics-supported-in-silverlight-analytics-framework/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Facebook gives Terralever preferred developer status</title>
		<link>http://www.theterraleverblog.com/in-the-news-facebook-gives-terralever-preferred-developer-status/</link>
		<comments>http://www.theterraleverblog.com/in-the-news-facebook-gives-terralever-preferred-developer-status/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 22:00:43 +0000</pubDate>
		<dc:creator>Terralever</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Around the Office]]></category>
		<category><![CDATA[Design and Development]]></category>
		<category><![CDATA[Online Marketing Strategy]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Chris Johnson]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Facebook Application Developer]]></category>
		<category><![CDATA[Facebook Preferred Developer]]></category>

		<guid isPermaLink="false">http://www.theterraleverblog.com/?p=257</guid>
		<description><![CDATA[Facebook announced their Preferred Developer Consultant Program today. Terralever is one of fourteen companies recognized and recommended by Facebook for application and fan page development.]]></description>
			<content:encoded><![CDATA[<p></p><p><em><a href="http://phoenix.bizjournals.com/phoenix/stories/2009/12/28/daily32.html">Originally posted to the Phoenix Business Journal</a></em></p>
<p>Terralever has become one of slightly more than two dozen companies to be recognized as a preferred developer by Facebook.</p>
<p>The Tempe-based interactive marketing agency is one of 14 companies in the <a href="http://wiki.developers.facebook.com/index.php/Preferred_Developer_Consultant_Program?j=22468431&amp;e=crystalk@terralever.com&amp;l=16365748_HTML&amp;u=256155444&amp;mid=12199&amp;jb=0">Facebook preferred developer consultant program</a>, which can build programs for the massive social networking platform.</p>
<p>Terralever has been involved with Facebook applications since 2007 and has built programs for companies ranging from Apple and BMW to Red Bull and the University of Phoenix.</p>
<p>“Clearly, Facebook is one of the most innovative companies in the world. In the last five years they have strategically found ways to capture the attention of users everywhere, attracting more then 350 million active users worldwide,” said Chris Johnson, Terralever CEO. “We are honored and excited to be a part of this new program and to have the opportunity to continue to develop new experiences on Facebook Platform.”</p>
]]></content:encoded>
			<wfw:commentRss>http://www.theterraleverblog.com/in-the-news-facebook-gives-terralever-preferred-developer-status/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Terralever’s Joel Neubek is Presenting at Mix ’09!</title>
		<link>http://www.theterraleverblog.com/terralever%e2%80%99s-joel-neubek-is-presenting-at-mix-%e2%80%9909/</link>
		<comments>http://www.theterraleverblog.com/terralever%e2%80%99s-joel-neubek-is-presenting-at-mix-%e2%80%9909/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 19:06:24 +0000</pubDate>
		<dc:creator>Terralever</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Around the Office]]></category>
		<category><![CDATA[Design and Development]]></category>
		<category><![CDATA[Digg]]></category>
		<category><![CDATA[MIX 09]]></category>
		<category><![CDATA[Silverlight]]></category>

		<guid isPermaLink="false">http://whatwethink.terralever.com/?p=130</guid>
		<description><![CDATA[Joel Neubek, Terralever’s Director of Technology, is presenting at this years Mix Conference in Las Vegas. Joel will be talking about how Terralever was able to use the powerful new features of Internet Explorer 8 to change how users interact with the Digg website. Those who stop by his presentation will learn how using Accelerators [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Joel Neubek, Terralever’s Director of Technology, is presenting at this years Mix Conference in Las Vegas.</p>
<p>Joel will be talking about how Terralever was able to use the powerful new features of Internet Explorer 8 to change how users interact with the Digg website.</p>
<p>Those who stop by his presentation will learn how using Accelerators and web slices changed the way users are able to discover, as well as simplify submitting stories to Digg. He will also be looking at how taking advantage of these awesome features can improve a user experience, while increasing the number of users visiting your site.</p>
<p>If you would like to attend Joel’s presentation it will be taking place on <strong>Thursday March 19th from 2:30-3:45 pm at The Venetian in Las Vegas</strong> &#8211; presentation room, <strong>San Polo 3501</strong>.</p>
<p>To register for the event or to check out more details, you can visit The Mix website <a title="Mix '09" href="http://live.visitmix.com/Default.aspx" target="_blank">here</a>.</p>
<p>We hope to see you there!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.theterraleverblog.com/terralever%e2%80%99s-joel-neubek-is-presenting-at-mix-%e2%80%9909/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Time for a Site Redesign?</title>
		<link>http://www.theterraleverblog.com/time-for-a-site-redesign/</link>
		<comments>http://www.theterraleverblog.com/time-for-a-site-redesign/#comments</comments>
		<pubDate>Sat, 15 Nov 2008 19:45:51 +0000</pubDate>
		<dc:creator>Scott McAndrew</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Design and Development]]></category>
		<category><![CDATA[Online Marketing Strategy]]></category>
		<category><![CDATA[ROI]]></category>
		<category><![CDATA[website design]]></category>

		<guid isPermaLink="false">http://whatwethink.terralever.com/?p=160</guid>
		<description><![CDATA[It’s fairly common for a prospective or existing client to come to say “we need to redesign our web site.”  The first question we ask is “Why?” Occasionally the answer is motivated by something technical: Our IT department has decided we’d be better off if we changed over to Ruby on Rails We’re thinking doing [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>It’s fairly common for a prospective or existing client to come to say “we need to redesign our web site.”  The first question we ask is “Why?”</p>
<p><strong>Occasionally the answer is motivated by something technical:</strong></p>
<ul>
<li>Our IT department has decided we’d be better off if we changed over to Ruby on Rails</li>
<li>We’re thinking doing a site in Silverlight would differentiate us</li>
<li>We can no loner maintain our site because the guy who built it quit</li>
</ul>
<p><strong>More often than not the answer is subjective or ambiguous:</strong></p>
<ul>
<li>It’s time for a change</li>
<li>The last redesign we did was 2 years ago</li>
<li>Our new CEO’s wife doesn’t like the color blue we’re using</li>
</ul>
<p><strong>What we almost never hear is that the decision is based on a business goals or performance metrics. </strong> Examples:</p>
<ul>
<li>We used to convert about 4% of our browsers to buyers, but we’re far below 3% for the last six months and we feel it’s due to a direct competitors’ superior user experience</li>
<li>We have a full Flash site and can’t get a foothold in organic search which we’ve determined is preventing us from a great deal of potential business</li>
<li>Our offline and online brands aren’t in sync; we think if we can get the two in parity we would have better conversion and retention of customers</li>
</ul>
<p><strong>When is the right time to redesign your web site? </strong> It could hinge on a number of things.  If its along the lines of the reasons just above this paragraph, you’re good to go. Is your web site developer’s departure or a general feeling that “it’s time for a change” a good enough reason?  It could be.*</p>
<p>My advice?  If you’re going to expend the time and energy to redesign your site, <strong>take advantage of the opportunity and ensure the money you spend is an investment</strong>. Whatever your industry, if you have a web site it serves some sales, marketing or support role for your company. Regardless of how you enter into a site redesign, consider this as a high-level guide for your redesign process:</p>
<ol>
<li>Reflect on your current site and what you hoped it would provide your organization</li>
<li>Review any metrics you have on how your site currently performs</li>
<li>Understand what your visitors motivations are and how they can be serviced &#8211; be objective &#8211; this is about your visitors, not you</li>
<li>Clearly define what success would mean to your organization after the redesign (such as we’d have better visibility online, our content would be more engaging, or we’d reach new prospects and have an opportunity to create a dialog with them)</li>
<li>Map success metrics to key performance indicators that are measurable (such as a 25% increase in traffic within three months, a 10% decrease in bounce rate at launch time,  or 3,500 new email newsletter sign-ups by end of year)</li>
<li>Create guiding principles for your site redesign design based on your visitors, goals, and measurable performance indicators</li>
<li>Build your new site by the principles above</li>
<li>Put performance measurement tools in place so the new site can be evaluated and improved upon over time</li>
</ol>
<p>What’s above is oversimplified; a general approach that will help direct your redesign process towards measurable success. If you are getting close to a site redesign, there’s several great books out there that can provide you with a complete, detailed process.  If you’re interested in a recommendation, just ask.  And, if you need a company to lend you a hand, I know of one of those, too.</p>
<p><em>* If your site is designed for a maximum screen size of 640×480 pixels and no more than 256 colors, and the CGI programmer that’s held it together for the past ten years quit to start a one man pilgrimage to acquire the last card to complete his Magic, The Gathering set then yes, you should absolutely redesign your site.</em></p>
<p>Originally posted on Scott McAndrew&#8217;s <a title="Online Marketing Blog" href="http://www.onlinemarketingperformance.com/" target="_blank">online marketing blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.theterraleverblog.com/time-for-a-site-redesign/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
