<?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/"
	>

<channel>
	<title>OTO One to One Interactive</title>
	<atom:link href="http://www.onetooneinteractive.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.onetooneinteractive.com</link>
	<description>One to One Interactive</description>
	<pubDate>Thu, 02 Sep 2010 18:49:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Financial Services Expert Review with Philip Rhodes PhD</title>
		<link>http://www.onetooneinteractive.com/uncategorized/2010/09/02/financial-services-expert-review-with-philip-rhodes-phd/</link>
		<comments>http://www.onetooneinteractive.com/uncategorized/2010/09/02/financial-services-expert-review-with-philip-rhodes-phd/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 18:47:06 +0000</pubDate>
		<dc:creator>Mitchel Ahern</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.onetooneinteractive.com/?p=8795</guid>
		<description><![CDATA[Join us for a webinar in which we will analyze the public websites of several financial institutions.
More detailed webinar information will be provided as the event date draws closer.
Findings will be presented by Philip Rhodes, Phd.
When/Where:
Thursday, September 23rd at 11 a.m. Eastern Time
Register for Free Using the Form on the Right



]]></description>
			<content:encoded><![CDATA[<p>Join us for a webinar in which we will analyze the public websites of several financial institutions.</p>
<p>More detailed webinar information will be provided as the event date draws closer.</p>
<p>Findings will be presented by Philip Rhodes, Phd.</p>
<h3>When/Where:</h3>
<p style="margin: 0pt; font-family: Arial;">Thursday, September 23rd at 11 a.m. Eastern Time</p>
<h3>Register for Free Using the Form on the Right</h3>
<div><strong><br />
</strong></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.onetooneinteractive.com/uncategorized/2010/09/02/financial-services-expert-review-with-philip-rhodes-phd/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What&#8217;s in a name?</title>
		<link>http://www.onetooneinteractive.com/otolabs-posts/2010/08/22/whats-in-a-name/</link>
		<comments>http://www.onetooneinteractive.com/otolabs-posts/2010/08/22/whats-in-a-name/#comments</comments>
		<pubDate>Sun, 22 Aug 2010 19:15:45 +0000</pubDate>
		<dc:creator>abertrand</dc:creator>
		
		<category><![CDATA[otolabs-posts]]></category>

		<category><![CDATA[coding conventions]]></category>

		<category><![CDATA[naming conventions]]></category>

		<guid isPermaLink="false">http://www.onetooneinteractive.com/?p=8757</guid>
		<description><![CDATA[I sometimes find it difficult to enforce consistency in naming conventions across all the tiers of a project.  Here is some discussion about why I prefer CustomerID over CustomerId.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.onetooneinteractive.com/otolabs-posts/2010/08/22/whats-in-a-name/?showin=otolabs"><img style='border:1px solid black' src="http://www.onetooneinteractive.com/wp-content/uploads/2010/08/whats-in-a-name.jpg" alt="whats-in-a-name" width="400" height="300" /></a></p>
<p><span id="more-8757"></span>In a lot of my projects, the issue of naming/coding conventions comes up.&nbsp; I am a big fan of PascalCase/plural for tables and views (e.g. dbo.CustomerAddresses, dbo.OrderDetails), PascalCase for column names (e.g. FirstName, HomePhone); and for stored procedures, I am partial to the Entity_Action naming convention (e.g. dbo.Customer_Create, dbo.Customer_Update).&nbsp; I know some like to separate out their words with underscores, and with the exception of stored procedures, I find this tedious.&nbsp;</p>
<p>One of the stickier points in several cases has been how to case short suffixes, such as the ID in CustomerID.&nbsp; Let&#8217;s go back to what the ID is; an identifier.&nbsp; I often liken it to an identification card, which usually contains either a visible or a bar-coded identifier of some sort (SSN, driver&#8217;s license #, etc).&nbsp; While sometimes this card is called an I.D. and sometimes an ID, I have yet to see it called an Id or an id.</p>
<p style="margin-left: 0px;"><img style="border: 1px solid black;" src="http://sqlblog.com/files/folders/28148/download.aspx" border="1" alt="" /></p>
<p>For short suffixes that are actually acronyms, I prefer all upper-case.&nbsp; Most developers I&#8217;ve come across seem to like to lower-case the remainder of the acronym.&nbsp; And in some cases they have to; e.g. in JavaScript you refer to element.innerHtml; if you try element.innerHTML you get an error message.&nbsp; I can still tell what Html and Xml are when they aren&#8217;t in upper-case, but it can be cumbersome to read that way, particularly with the Id / ID suffix.&nbsp; Because often &#8220;CustomerId&#8221; can look like &#8220;Customerld&#8221; - the difference is only slightly more clear in a fixed width, code-ish font:</p>
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" bgcolor="#eeeeee">
<tbody>
<tr bgcolor="#eeeeee">
<td bgcolor="#eeeeee">
<pre style="padding: 10px 20px; background: none repeat scroll 0% 0% #eeeeee; font-size: 12px; font-family: consolas,lucida console,courier new,courier; -moz-background-inline-policy: continuous;">CustomerId vs. Customerld</pre>
</td>
</tr>
</tbody>
</table>
</blockquote>
<p>&nbsp;<br />Among other things, using an upper-case ID ensures that everyone knows we aren&#8217;t talking about the customer&#8217;s &#8220;pleasure principle&#8221; (<a title="http://en.wikipedia.org/wiki/Id,_ego,_and_super-ego" href="http://en.wikipedia.org/wiki/Id,_ego,_and_super-ego" target="_blank">according to Freud</a>).&nbsp; And isn&#8217;t this easier to read?</p>
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" bgcolor="#eeeeee">
<tbody>
<tr bgcolor="#eeeeee">
<td bgcolor="#eeeeee">
<pre style="padding: 10px 20px; background: none repeat scroll 0% 0% #eeeeee; font-size: 12px; font-family: consolas,lucida console,courier new,courier; -moz-background-inline-policy: continuous;">CustomerID</pre>
</td>
</tr>
</tbody>
</table>
</blockquote>
<p>&nbsp;<br />The &#8220;I dee&#8221; part rings out much better for me when the acronym is upper case.&nbsp; And when I find queries written by others where they have used their convention, I always re-write to conform to my convention.&nbsp; And while it is as weak an argument as writing standards-compliant code for fear that you will ever port to a different RDBMS, I find it hard to justify leaving code as is when it will fail if we ever have to use a case sensitive collation.</p>
<p>Even when I will always name the database entities in this way, if you want to call it CustomerId in the application code, feel free.&nbsp; Just be consistent.&nbsp; And don&#8217;t expect me to leave it that way if you hand control of the code over to me.</p>
<p>What are your thoughts?&nbsp; Are you a proponent of CustomerId?&nbsp; In the application code only, or in both the app and the database?&nbsp; If so, why?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.onetooneinteractive.com/otolabs-posts/2010/08/22/whats-in-a-name/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Webinar: Promoting America State by State: Email Expert Review of Fifty State Tourism Agencies</title>
		<link>http://www.onetooneinteractive.com/otocorporate-posts/2010/08/17/webinar-promoting-america-state-by-state-email-expert-review-of-fifty-state-tourism-agencies/</link>
		<comments>http://www.onetooneinteractive.com/otocorporate-posts/2010/08/17/webinar-promoting-america-state-by-state-email-expert-review-of-fifty-state-tourism-agencies/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 14:36:23 +0000</pubDate>
		<dc:creator>Mitchel Ahern</dc:creator>
		
		<category><![CDATA[otocorporate-posts]]></category>

		<category><![CDATA[otoi-posts]]></category>

		<category><![CDATA[otoinsights-posts]]></category>

		<category><![CDATA[otolabs-posts]]></category>

		<guid isPermaLink="false">http://www.onetooneinteractive.com/?p=8747</guid>
		<description><![CDATA[
OTOinsights, a division of One to One Interactive, Inc., a Boston-based digital marketing firm, is hosting a webinar on August 26th at 11 AM Eastern time, to present their latest customer experience research findings on consumer-promotional emails as solicited from the tourism agencies for all fifty United States.]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p><img class="alignnone size-full wp-image-8746" title="oto-email-tourism-webinar-banner-580x200-v2" src="http://www.onetooneinteractive.com/wp-content/uploads/2010/08/oto-email-tourism-webinar-banner-580x200-v2.jpg" alt="oto-email-tourism-webinar-banner-580x200-v2" width="522" height="180" /></p>
<p>&nbsp;</p>
<p><span id="more-8747"></span>OTOinsights, a division of One to One Interactive, Inc., a Boston-based digital marketing firm, is hosting a webinar on August 26th at 11 AM Eastern time, to present their latest customer experience research findings on consumer-promotional emails as solicited from the tourism agencies for all fifty United States.</p>
<p>“One to One’s deep experience serving travel-related brands provide us with unique insight into critiquing and designing engaging promotional email,” said webinar presenter Dr. Philip Rhodes, Managing Director for OTOinsights. “In this webinar we’ll be visiting the State Tourism Agency websites for all fifty states and then signing up for email; then offering expert analysis of the emails we receive over the following ten-day period.”</p>
<p>Our research goal is to determine customer satisfaction for email sign-up, frequency and quality based on these criteria:</p>
<ul>
<li>How does the layout impact user experience</li>
<li>How intuitive is the layout</li>
<li>What is the nature and quality of the content and offers</li>
<li>How likely are users to respond</li>
<li>Does the email engender trust in the user</li>
</ul>
<p>This webinar will help email marketers, CRM marketers, permission marketers as well as brand managers improve the quality of the efforts, and will be of particular interest to destination and travel marketers. Webinar attendees will receive a copy of the webinar free of charge.</p>
<h3>Presenter:</h3>
<p>Dr. Philip Rhodes, Managing Director and Director of Research for OTOinsights</p>
<h3>When/Where:</h3>
<p style="margin: 0pt; font-family: Arial;">Thursday, August 26th at 11 a.m. Eastern Time</p>
<h3><a title="Click Here To Register" href="http://www.onetooneinteractive.com/events/webinar/?id=664000098&amp;source=01" target="_blank">Click Here to Register</a></h3>
<div><strong><br />
</strong><strong></strong></div>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.onetooneinteractive.com/otocorporate-posts/2010/08/17/webinar-promoting-america-state-by-state-email-expert-review-of-fifty-state-tourism-agencies/feed/</wfw:commentRss>
		</item>
		<item>
		<title>2011 SXSW PanelPicker - Vote for OTO&#8217;s Panels Today!</title>
		<link>http://www.onetooneinteractive.com/otocorporate-posts/2010/08/12/2011-sxsw-panelpicker-vote-for-otos-panels-today/</link>
		<comments>http://www.onetooneinteractive.com/otocorporate-posts/2010/08/12/2011-sxsw-panelpicker-vote-for-otos-panels-today/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 15:33:54 +0000</pubDate>
		<dc:creator>jkarnell</dc:creator>
		
		<category><![CDATA[otocorporate-posts]]></category>

		<category><![CDATA[otoi-posts]]></category>

		<category><![CDATA[otoinsights-posts]]></category>

		<category><![CDATA[otolabs-posts]]></category>

		<category><![CDATA[otonetworks-posts]]></category>

		<category><![CDATA[MessageMaker]]></category>

		<category><![CDATA[Neuromarketing]]></category>

		<category><![CDATA[OTOinsights]]></category>

		<category><![CDATA[OTOlabs]]></category>

		<category><![CDATA[SXSW]]></category>

		<category><![CDATA[universal messaging]]></category>

		<guid isPermaLink="false">http://www.onetooneinteractive.com/?p=8701</guid>
		<description><![CDATA[Yesterday marked the launch of SXSW 2011 PanelPicker interface. &#160; This affords individuals to vote for Panels that will make up the daytime programming at SXSW Interactive, SXSW Music and SXSW Film in Austin TX (March 11-20, 2011).
One to One Interactive has submitted two very exciting panels for SXSW Interactive and would like your support [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.onetooneinteractive.com/wp-content/uploads/2010/08/sxsw_panelpicker.png"><img class="alignleft size-full wp-image-8702" title="sxsw_panelpicker" src="http://www.onetooneinteractive.com/wp-content/uploads/2010/08/sxsw_panelpicker.png" alt="sxsw_panelpicker" width="189" height="151" /></a>Yesterday marked the launch of <a href="http://panelpicker.sxsw.com/" target="_blank">SXSW 2011 PanelPicker</a> interface. &nbsp; This affords individuals to vote for Panels that will make up the daytime programming at SXSW Interactive, SXSW Music and SXSW Film in Austin TX (March 11-20, 2011).</p>
<p><a href="http://www.onetooneinteractive.com" target="_blank">One to One Interactive</a> has submitted two very exciting panels for SXSW Interactive and would like your support by having you vote for them. &nbsp;Details for both panels and links for voting are provided below:</p>
<p>&nbsp;</p>
<p><span id="more-8701"></span></p>
<table border="1" cellspacing="10" width="100%">
<tbody>
<tr valign="top" bgcolor="#eeeeee">
<td><strong>Title</strong></td>
<td><strong><big>Consumer Engagement with Augmented Reality E-Commerce</big></strong><big></big></td>
<td><strong><big>Universal Messaging: Contacting the Connected Customer </big></strong><big></big></td>
</tr>
<tr valign="top" bgcolor="#eeeeee">
<td><strong>Vote</strong></td>
<td style="text-align: center;"><big><a href="http://bit.ly/cj6MFc" target="_blank">VOTE NOW</a></big></td>
<td style="text-align: center;"><big><a href="http://bit.ly/as295f" target="_blank">VOTE NOW</a></big></td>
</tr>
<tr valign="top" bgcolor="#eeeeee">
<td><strong>Who</strong></td>
<td>Dr. Phillip Rhodes, SVP, Managing Director <a href="http://www.otoinsights.com" target="_blank">OTOinsights</a> &amp; Matthew Szymczyk, CEO <a href="http://www.zugara.com/" target="_blank">Zugara</a></td>
<td>Chris Pointon, SVP Technology <a href="http://www.otolabs.com" target="_blank">OTOlabs</a></td>
</tr>
<tr valign="top" bgcolor="#eeeeee">
<td><strong>Description</strong></td>
<td width="50%">Augmented reality and neuromarketing have been getting a lot of attention as cutting edge innovations that are available to brands to engage their customers and measure effectiveness. This panel will discuss ground breaking neuromarketing research that explores the difference between an AR e-commerce application vs. a traditional web based e-commerce application. The study will highlight perceptual changes, the level of neurological attention, and the post-purchase emotions that each experience yields. The study hypothesis is that e-commerce applications that utilize AR to enhance the buying experience will yield higher levels of positive engagement vs. traditional e-commerce applications.</td>
<td width="50%">These days companies need to email, tweet, text, like and blog their way into their customers&#8217; good graces. And they&#8217;d better be relevant and personal or they&#8217;ll quickly find themselves unfriended, unsubscribed and unrated. We&#8217;ll discuss the theory and practice of activating SCRM by getting the message out in a multichannel world.</td>
</tr>
<tr valign="top" bgcolor="#eeeeee">
<td><strong>Questions Answered</strong></td>
<td>
<ol>
<li><span style="font-size: 10.8px;">How can marketers create augmented reality experiences that also are good returns on investment? Is there a difference? Is this the first chance for AR to have real metric it can point to regarding effectiveness? &nbsp;&nbsp;</span></li>
<li><span style="font-size: 10.8px;">How is ecommerce changing with augmented reality?</span></li>
<li><span style="font-size: 10.8px;">How can marketers leverage augmented reality to advance your brand, attract and keep your customers?</span></li>
<li><span style="font-size: 10.8px;">What is the current augmented reality market scope and what’s expected in the next 5 years?</span></li>
<li><span style="font-size: 10.8px;">How will mobile change the AR experience?</span></li>
</ol>
</td>
<td>
<ol>
<li><span style="font-size: 10.8px;">Where do customers expect marketers to engage with them? &nbsp;&nbsp;</span></li>
<li><span style="font-size: 10.8px;">What forms of engagement are appropriate to each channel?</span></li>
<li><span style="font-size: 10.8px;">How can marketers maintain engagement with customers?</span></li>
<li><span style="font-size: 10.8px;">How do you know whether SCRM is working?</span></li>
<li><span style="font-size: 10.8px;">Which companies are getting SCRM right?</span></li>
</ol>
</td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<p>Please help us also by asking individuals in your own social networks to vote for these the above panels. &nbsp;I want to thank everyone in advance for their support.&nbsp;</p>
<p>Jeremi</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.onetooneinteractive.com/otocorporate-posts/2010/08/12/2011-sxsw-panelpicker-vote-for-otos-panels-today/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Marketer’s Perspective on Hotmail’s Newest Release</title>
		<link>http://www.onetooneinteractive.com/otolabs-posts/2010/07/29/the-marketer%e2%80%99s-perspective-on-hotmail%e2%80%99s-newest-release/</link>
		<comments>http://www.onetooneinteractive.com/otolabs-posts/2010/07/29/the-marketer%e2%80%99s-perspective-on-hotmail%e2%80%99s-newest-release/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 17:46:38 +0000</pubDate>
		<dc:creator>Andy Walden</dc:creator>
		
		<category><![CDATA[otolabs-posts]]></category>

		<category><![CDATA[Deliverability]]></category>

		<category><![CDATA[Email marketing]]></category>

		<category><![CDATA[Hotmail]]></category>

		<guid isPermaLink="false">http://www.onetooneinteractive.com/?p=8564</guid>
		<description><![CDATA[<img class="size-medium wp-image-8572 alignleft" style="margin: 5px 14px; border: 0pt none;" src="http://www.onetooneinteractive.com/wp-content/uploads/2010/07/hotmail_sweep-300x183.png" alt="Hotmail Sweep" width="250" height="150" align="right" />Last month Microsoft began rolling out the newest release of Hotmail to its 360 million users, promising “the next generation in personal email.”  The release was geared towards de-cluttering and streamlining the inbox. <br /> <br />
What does this mean to you as a marketer? ]]></description>
			<content:encoded><![CDATA[<p><span id="more-8564"></span><br />
<img class="alignnone size-medium wp-image-8571" style="border: 0pt none; margin: 7px;" src="http://www.onetooneinteractive.com/wp-content/uploads/2010/07/hotmail_highlights-300x295.png" alt="Hotmail Highlights" width="285" height="281" align="right" />Last month Microsoft began rolling out the newest release of Hotmail to its 360 million users, promising “the next generation in personal email.”<sup>&nbsp;</sup> The release was geared towards de-cluttering and streamlining the inbox.</p>
<p>While some of the new features seem to be a response to what other webmail clients already offer, Hotmail added some unique features to their inbox. This release specifically attacks graymail, or mail that a person legitimately signed up to receive, but may no longer want. The new release removes graymail from the inbox and focuses on email from family and friends along with social media updates.</p>
<p>Hotmail has five new features that you, as an email marketer, need to be aware of:</p>
<ul>
<li><em>Sweep</em><br />
The Sweep feature moves all emails from one or more users to either a specific folder or the trash bin. The sweep easily eliminates graymail for the user, without having to build complicated filters.&nbsp;&nbsp;&nbsp;&nbsp;If a user sweeps your email into a folder, Hotmail will remember this setting and continually <img class="size-medium wp-image-8572 alignleft" style="margin: 5px 14px; border: 0pt none;" src="http://www.onetooneinteractive.com/wp-content/uploads/2010/07/hotmail_sweep-300x183.png" alt="Hotmail Sweep" width="235" height="143" />send your messages into folder purgatory, without even tempting the recipient to take a glance at your compelling content.</li>
<li><em>Filter Power</em><br />
When a user logs into Hotmail, they’ll be greeted with Hotmail Highlights, a dashboard showing new email from personal contacts and social networks. Once a user dives into his inbox, he can filter his messages with a single-click to show only email from personal contacts, groups, or social alerts (Facebook, Twitter, LinkedIn).&nbsp;&nbsp;&nbsp;&nbsp;These filters push a marketer&#8217;s email further away from the user&#8217;s eyes, changing the last message on top priority of the inbox.</li>
<li><em>Prompted Unsubscribe</em><br />
If your contacts are consistently deleting your messages without reading them, Hotmail will prompt the user to unsubscribe. This feature most likely will help move unengaged users off your list using the “unsubscribe,” rather than them lazily hitting the “Spam” button.</li>
<li><em>Sender Reputation</em><br />
Hotmail now uses the Trusted Senders logos from email sent from specific legitimate senders that are targeted for phishing scams (e.g. banks). Microsoft uses a combination of properly setup email domains and sender reputation to validate these trusted senders.&nbsp;Also, if you balance on the edge of deliverability, and Microsoft deems you as a spammer even though you comply with <a href="http://www.ftc.gov/bcp/edu/pubs/business/ecommerce/bus61.shtm" target="_blank">CAN SPAM regulations</a>, Hotmail will retroactively remove your emails from your customers’ inbox and place them into the spam folder. Your reputation now affects not only your future email campaigns, but also your previous sends as well.</li>
<li><em>Active Views</em><br />
Active Views provides more dynamic interaction for the user in the email itself. For example, a user can view photos from Flickr galleries, watch YouTube videos, and find updated shipping information directly from the email.</li>
</ul>
<p>This new partner platform gives businesses the next challenge of embedding more Web functionality where contacts can interact directly within the inbox, instead of being redirected to a website to find this information.</p>
<p><strong>What this all means:</strong></p>
<p>If your content is engaging and your lists are targeted, then your contacts will pull your email out from the bowels of Hotmail functionality and back into their inbox. The customers you truly connect with will miss hearing from you. And as an added bonus, you don’t have to compete with as much <em>clutter </em>to distract your user once you get into the inbox.</p>
<p>Before the new version is fully released, you may want to consider adding a link to your emails that provides instruction on how to add you as a safe sender. This should also prompt you to look deeper into your Hotmail contacts&#8217; actions over the next few months. If their engagement  takes a turn for the worse, you should consider finding another medium to contact them. Some sophisticated ESPs and contact databases provide you with the ability to manage alternate channels to contact your target with, and you can use these additional channels to reengage your users (e.g. iPhone applications, Facebook, or Twitter).</p>
<p>I’m also excited to see how we, as marketers, can begin to leverage <img class="size-medium wp-image-8575 alignright" style="border: 0pt none; margin: 7px;" src="http://www.onetooneinteractive.com/wp-content/uploads/2010/07/hotmail_active_views-300x174.png" alt="Hotmail Active Views" width="300" height="174" />Active Views and similar functionality in other web clients. Now not only can you segment your list based off personal data, preferences, and message history, but now you can separate a contact list based off features the webmail client may have.</p>
<p>All in all, the new Hotmail release reminds us that we must work to engage our users within different channels (email, social, etc.) and to provide them with the relevant content to allow us to be invited to contact them in these different channels.  For more information on Hotmail’s new release, visit the <a href="http://windowsteamblog.com/windows_live/b/windowslive/archive/2010/05/18/re-inventing-windows-live-hotmail-the-next-generation-of-personal-email.aspx" target="_blank">Windows Team Blog</a>.<span style="font-size: xx-small;"><a href="http://www.mediapost.com/publications/?fa=Articles.showArticle&amp;art_aid=129760" target="_blank"><br />
</a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.onetooneinteractive.com/otolabs-posts/2010/07/29/the-marketer%e2%80%99s-perspective-on-hotmail%e2%80%99s-newest-release/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ASPCA ScreenMate Unveiled</title>
		<link>http://www.onetooneinteractive.com/otolabs-posts/2010/07/29/aspca-screenmate-unveiled/</link>
		<comments>http://www.onetooneinteractive.com/otolabs-posts/2010/07/29/aspca-screenmate-unveiled/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 06:12:37 +0000</pubDate>
		<dc:creator>Andy Walden</dc:creator>
		
		<category><![CDATA[otolabs-posts]]></category>

		<category><![CDATA[Alerts]]></category>

		<category><![CDATA[Desktop Application]]></category>

		<category><![CDATA[Engagement]]></category>

		<category><![CDATA[Non-Profit]]></category>

		<guid isPermaLink="false">http://www.onetooneinteractive.com/?p=8528</guid>
		<description><![CDATA[Desktop Application Offers New Way for Supporters to Engage - 
The ASPCA® (The American Society for the Prevention of Cruelty of Animals®) <img class="alignnone size-thumbnail wp-image-8536" style="margin: 7px; border: 0px;" src="http://www.onetooneinteractive.com/wp-content/uploads/2010/07/aspca_screenmate-98x150.png" alt="ASPCA Screenmate" width="98" height="150" align="left" /> today launched ASPCA ScreenMate, a new desktop application that allows supporters to stay even more connected to the animal welfare cause. ]]></description>
			<content:encoded><![CDATA[<p><span id="more-8528"></span><em>Desktop Application Offers New Way for Supporters to Engage</em></p>
<p>The ASPCA® (The American Society for the Prevention of Cruelty of Animals®)&nbsp;launched <a href="http://www.aspcascreenmate.org" target="_blank">ASPCA ScreenMate</a>, a new desktop application that allows supporters to stay even more connected to the animal welfare cause. &nbsp;</p>
<p><img class="alignnone size-thumbnail wp-image-8537" src="http://www.onetooneinteractive.com/wp-content/uploads/2010/07/aspca_alerts-150x150.png" alt="Aspca Alerts" width="150" height="150" align="left" />ASPCA supporters now can receive desktop news alerts throughout the day that range from useful pet tips to inspiring pet stories to ASPCA rescues. ScreenMate users will also receive ASPCA Advocacy Alerts to stay informed and updated about legislation that affects animals and how supporters can take action to help strengthen animal laws.</p>
<p>&#8220;We are thrilled to launch this exciting new desktop application for our supporters,&#8221; said Betsey Fortlouis, Vice President of Member Communications for the ASPCA. &#8220;With the ASPCA ScreenMate, pet parents and animal advocates alike can easily access valuable information and updates about the ASPCA&#8217;s vital work right from their desktop.&#8221;</p>
<p>Dashboard features of the ASPCA ScreenMate include a look at the newest ASPCA products and information as well as the work of various corporate partners who are helping improve pet health and safety.&nbsp;&nbsp;<img class="alignnone size-thumbnail wp-image-8536" style="margin: 7px; border: 0px;" src="http://www.onetooneinteractive.com/wp-content/uploads/2010/07/aspca_screenmate-98x150.png" alt="ASPCA Screenmate" width="98" height="150" align="right" />For example, because 30,000 car accidents per year are caused by unrestrained pets, the ASPCA, with the support of Red Lion Hotels and Bergan Pet Products, is offering advice on enjoying safer car rides with four-legged friends. Users can control the various updates through the desktop dashboard.&nbsp;&nbsp;<br />
&nbsp;<br />
ScreenMate Users can also select a virtual dog or cat to name and play with on their desktop. &nbsp;Whether playing fetch with your virtual pet or rewarding them with a treat afterward, the pet will stand in as a loyal friend when users are away from their faithful companions at home. &nbsp;Virtual pets can be hidden from the desktop or &#8220;fall asleep&#8221; when users aren&#8217;t playing with them.<br />
&nbsp;To support the ASPCA from the convenience of your desktop, go to <a title="http://www.aspcascreenmate.org/" href="http://www.aspcascreenmate.org/" target="_blank">www.aspcascreenmate.org</a>.</p>
<p>The ASPCA is dedicated to providing effective means for the prevention of cruelty to animals. Whether fighting against animal cruelty, promoting pet adoption and spay/neuter, or <img class="alignnone size-medium wp-image-8543" style="margin: 7px; border: 0px;" src="http://www.onetooneinteractive.com/wp-content/uploads/2010/07/aspca_news-300x224.png" alt="ASPCA News" width="300" height="224" align="left" />helping change laws to improve our pets&#8217; lives, they are the acting voice of our pets.<br />
<strong><span style="text-decoration: underline;">About the ASPCA<sup>®</sup></span></strong><br />
Founded in 1866, the ASPCA® (The American Society for the Prevention of Cruelty to Animals®) is the first humane organization established in the Americas and serves as the nation&#8217;s leading voice for animal welfare. One million supporters strong, the ASPCA&#8217;s mission is to provide effective means for the prevention of cruelty to animals throughout the United States. As a 501 [c] [3] not-for-profit corporation, the ASPCA is a national leader in the areas of anti-cruelty, community outreach and animal health services. The ASPCA, which is headquartered in New York City, offers a wide range of programs, including a mobile clinic outreach initiative, its own humane law enforcement team, and a groundbreaking veterinary forensics team and mobile animal CSI unit. For more information, please visit <a title="http://www.aspca.org/" href="http://www.aspca.org/" target="_blank">www.aspca.org</a>.</p>
<p>To become a fan of the ASPCA on Facebook, go to <a title="http://www.facebook.com/aspca" href="http://www.facebook.com/aspca" target="_blank">http://www.facebook.com/aspca</a>. To follow the ASPCA on Twitter, go to <a title="http://www.twitter.com/aspca" href="http://www.twitter.com/aspca" target="_blank">http://www.twitter.com/aspca</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.onetooneinteractive.com/otolabs-posts/2010/07/29/aspca-screenmate-unveiled/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Lazy loading, eager loading, and synchronization</title>
		<link>http://www.onetooneinteractive.com/otolabs-posts/2010/07/28/lazy-loading-eager-loading-and-synchronization/</link>
		<comments>http://www.onetooneinteractive.com/otolabs-posts/2010/07/28/lazy-loading-eager-loading-and-synchronization/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 17:20:04 +0000</pubDate>
		<dc:creator>abertrand</dc:creator>
		
		<category><![CDATA[otolabs-posts]]></category>

		<category><![CDATA[eager loading]]></category>

		<category><![CDATA[lazy loading]]></category>

		<category><![CDATA[multi-user applications]]></category>

		<category><![CDATA[user interface design]]></category>

		<category><![CDATA[UX]]></category>

		<guid isPermaLink="false">http://www.onetooneinteractive.com/?p=8480</guid>
		<description><![CDATA[Lazy loading makes an application's initial rendering seem snappy; eager loading makes subsequent operations smoother.  Both approaches still leave a potential hole: when the underlying data has changed after it has been loaded on the client.  What factors into your user interface design decisions?]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.onetooneinteractive.com/otolabs-posts/2010/07/28/lazy-loading-eager-loading-and-synchronization/?showin=otolabs"><img class="aligncenter size-full wp-image-8525" src="http://www.onetooneinteractive.com/wp-content/uploads/2010/07/lazyloading.jpg" alt="Lazy..." width="511" height="331" /></a><a href="http://www.onetooneinteractive.com/otolabs-posts/2010/07/28/lazy-loading-eager-loading-and-synchronization/?showin=otolabs"><br />
</a><span id="more-8480"></span>In our MessageMaker platform, we have several pages in our UI where we offer a grid view of entities that our users create and manage.&nbsp; The grid consists of a set of groups, and then the items that reside within the groups.&nbsp; So, for example, we have templates, and allow users to organize the templates into groups.&nbsp; A typical grid looks something like this (I&#8217;ve blurred out some details to protect the innocent):</p>
<p style="padding-left: 30px;"><img class="size-full wp-image-8481  alignnone" src="http://www.onetooneinteractive.com/wp-content/uploads/2010/07/lazyload.png" alt="lazyload" width="324" height="147" /></p>
<p>As you can imagine, clicking on the plus sign (+) will expand a group&#8217;s items (let&#8217;s call this a sub-grid), and clicking on the minus sign (-) will collapse the sub-grid.&nbsp; When this interface was first developed, it used eager loading - meaning it loaded up all of the data for each sub-grid, and kept it hidden.&nbsp; This would prevent rendering delays when users expanded any group.&nbsp; We quickly realized, however, that users would typically use only one or two groups in any typical session, so loading the data for all groups was wasteful.&nbsp; So we changed the implementation to use lazy loading - we would not request the data for any sub-grid until it was actually expanded.&nbsp; This sped up initial rendering of the page, with the trade-off obviously being a slight delay when a sub-grid was loaded.</p>
<p>Not being an integral part of the UI team, I recently discovered that the data is not cached within the page after it is lazy loaded - if a group is collapsed and then expanded, the database is called again.&nbsp; I understand why we wouldn&#8217;t necessarily do this - why keep all that data in memory in JavaScript, hampering the client, when we could just discard it.  I don&#8217;t believe that this was a conscious decision; rather, I think this is just the default behavior of the grid control we are using (<a title="http://www.trirand.com/blog/" href="http://www.trirand.com/blog/" target="_blank">jqGrid</a>).  In any case, users are not typically playing the expand-collapse-expand-collapse game for fun.&nbsp; But on the flip side, I started thinking that in cases where people are hitting + / - multiple times for valid reasons, this could be very wasteful in terms of resources.&nbsp; And then my thoughts started snowballing, as the &#8220;best&#8221; solution really requires careful consideration of several factors:</p>
<blockquote>
<ul>
<li>How volatile is the data?&nbsp; While the user is on the page:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- the name or other properties of a template may have changed<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- templates may have been added, removed, or migrated to a different group<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- the user&#8217;s permissions on any or all items may have changed</li>
<li>How expensive is it, really, to call the database every time?&nbsp; And is it a direct database call, or does it use distributed caching in some way?&nbsp; If the typical group contains 10 templates, we might have a different answer than if it contains 1,000. &nbsp;Similarly, we might not be too worried about pulling items out of cache versus calling an already over-burdened database server.</li>
<li>Does the next step (e.g. editing a template) rely on the state of the previous page at load or expand time?&nbsp; One would hope that dynamic properties of an entity are not simply passed along in their current state, and that the next page loads them directly. &nbsp;</li>
</ul>
</blockquote>
<p>Thankfully, the data in this case is rather isolated, the groups are rather small, and we program with the intent of checking validity of an action at the time of the action, not before.&nbsp; So it is unlikely we&#8217;ll have a case where the user&#8217;s data has been changed underneath them, and it messes them up&#8230; or where the resource drain from expanding and collapsing groups will bring our servers to their knees.</p>
<p>Still, regardless of the type of loading you use, synchronization can be an issue.&nbsp; Unless your application has a very sophisticated eventing mechanism, the data can change while the user sits on the page, and he or she will not find out about it until they try to perform some action.&nbsp; Or maybe much later - imagine the following scenario:</p>
<blockquote>
<ol>
<li> user A expands a group;</li>
<li>user B expands the same group;</li>
<li>user A renames a template (say, from &#8220;foo&#8221; to &#8220;bar&#8221;) within the group; and then,</li>
<li>user B renames the same template (say, from &#8220;foo&#8221; - or so they think, because that&#8217;s what they still see - to &#8220;splunge&#8221;).</li>
</ol>
</blockquote>
<p>User A will be confused when they come back the next day, or two months later, and can&#8217;t find their template named &#8220;bar.&#8221;&nbsp; This is not extremely likely to happen in our situation because of the factors mentioned above and because of the way we currently perform lazy loading.&nbsp; But there are other scenarios that are even more likely to happen as long as multiple users can manage the same sets of entities:</p>
<blockquote>
<ol>
<li>user A expands a group;</li>
<li>user B deletes one of the templates in that same group; and then,</li>
<li>user A - since they can still see it - tries to edit the template that user B deleted.&nbsp;</li>
</ol>
</blockquote>
<p>The next page will simply return an error that the template doesn&#8217;t exist, but user A might be confused about why an item they just saw on the previous page no longer exists.&nbsp; If you are logging the activities of users, you could add those details to the error message, so that user A can go talk nicely with user B to determine why their template disappeared.&nbsp; In a lot of cases, this extent of logging just doesn&#8217;t exist or isn&#8217;t exploited.</p>
<p>So, what is the best balance?&nbsp; What other factors have I missed in determining how best to present this data to users?&nbsp; What mechanisms do you use to mitigate the risk of conflicting user actions?  I&#8217;m particularly interested in knowing whether your answer changes if time, money and effort are non-issues.&nbsp; If you have unlimited budget and resources, what is your ideal solution?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.onetooneinteractive.com/otolabs-posts/2010/07/28/lazy-loading-eager-loading-and-synchronization/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Webinar: Top iPad Magazine Applications: Customer Experience Winners</title>
		<link>http://www.onetooneinteractive.com/otocorporate-posts/2010/07/21/webinar-top-ipad-magazine-applications-customer-experience-winners/</link>
		<comments>http://www.onetooneinteractive.com/otocorporate-posts/2010/07/21/webinar-top-ipad-magazine-applications-customer-experience-winners/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 22:17:06 +0000</pubDate>
		<dc:creator>Mitchel Ahern</dc:creator>
		
		<category><![CDATA[otocorporate-posts]]></category>

		<category><![CDATA[otoi-posts]]></category>

		<category><![CDATA[otoinsights-posts]]></category>

		<category><![CDATA[otolabs-posts]]></category>

		<category><![CDATA[otonetworks-posts]]></category>

		<category><![CDATA[Add new tag]]></category>

		<category><![CDATA[Advertising]]></category>

		<category><![CDATA[Culture]]></category>

		<category><![CDATA[Engagement]]></category>

		<category><![CDATA[ipad]]></category>

		<category><![CDATA[Magazine]]></category>

		<category><![CDATA[marketing]]></category>

		<category><![CDATA[messaging]]></category>

		<category><![CDATA[Mobile]]></category>

		<category><![CDATA[Publishing]]></category>

		<category><![CDATA[User Experience]]></category>

		<guid isPermaLink="false">http://www.onetooneinteractive.com/?p=8443</guid>
		<description><![CDATA[OTOinsights presents our latest customer experience research findings for several of the most downloaded iPad magazine applications including Wired, PopSci, GQ, Dwell, and Time.]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-8441" title="otoinsights-ipadappslogo" src="http://www.onetooneinteractive.com/wp-content/uploads/2010/06/otoinsights-ipadappslogo.jpg" alt="otoinsights-ipadappslogo" width="518" height="274" /></p>
<p><span id="more-8443"></span></p>
<p>OTOinsights presents our latest customer experience research findings for several of the most downloaded iPad magazine applications including Wired, PopSci, GQ, Dwell, and Time.</p>
<p>&#8220;Digital publishing has changed consumer magazine consumption; in the past three years over 1,000 have ceased publication,&#8221; said webinar presenter Dr. Philip Rhodes, Managing Director for OTOinsights. &#8220;The iPad offers magazines a new digital publishing platform that allows them to better present, control and monetize their content.&#8221;</p>
<p>OTOinsights&#8217; task-based analysis focuses on the homescreen, navigation, layout, advertisement placement and overall user satisfaction based on these criteria:</p>
<ul>
<li>How does the layout impact user experience</li>
<li>How intuitive is navigation</li>
<li>What is the nature and quality of the content</li>
<li>How efficient is it to use</li>
<li>How likely are users to revisit the iPad magazine</li>
<li>Does the application engender trust in the user</li>
</ul>
<p>This webinar will help brands and publishers participating, or planning on participating, in iPad magazine applications as developers, advertisers or content authors.</p>
<p>Join us for this free webinar where we discuss this latest customer experience research and conclude with a best practice guide on how you can create the best experience for your customers.  Webinar attendees will also receive copy of this presentation free of charge.</p>
<p><strong>Presenter</strong>:<br />
Dr. Philip Rhodes, Managing Director and Director of Research for OTOinsights</p>
<p><strong>When/Where:</strong><br />
Thursday, July 29 at 11 a.m. Eastern Time</p>
<h3><a href="http://www.onetooneinteractive.com/events/webinar/?id=666885965&amp;amp;source=01" target="_blank">Click Here to Register for Free</a></h3>
<p><strong>Dr. Philip Rhodes, Ph.D.</strong></p>
<p>Philip holds a Ph.D. in Information Design from the University of Portsmouth. He has extensive research and teaching experience in hypermedia design and information architecture. He speaks fluent Portuguese, having lived and worked in Brazil. Before joining OTOinsights, he worked with US solution providers Rare Medium and Sapient, as Director of Information Architecture. Specializing in offering user-centric online solutions within the banking, education, and telecommunications sectors. He also taught at several universities in Brazil and the UK, and has been widely published. Philip is both the Managing Director and the Director of Customer Experience Research &amp; Design at OTOinsights, and a Fellow of the Royal Society of Arts.</p>
<p><strong>OTOinsights Overview</strong></p>
<p>Technology innovation continues to create increasingly sophisticated and complex interaction touch points between brands and their customers. A customer’s experience with these touch points define what a brand means to them and their continuing engagement with the product or service. OTOinsights helps brands succeed in today’s rapidly evolving landscape by providing customer experience research, brand research, neuromarketing research and user-centered design.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.onetooneinteractive.com/otocorporate-posts/2010/07/21/webinar-top-ipad-magazine-applications-customer-experience-winners/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Social Media Experiences</title>
		<link>http://www.onetooneinteractive.com/otoi-posts/2010/07/19/social-media-experiences/</link>
		<comments>http://www.onetooneinteractive.com/otoi-posts/2010/07/19/social-media-experiences/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 16:05:39 +0000</pubDate>
		<dc:creator>mhenderson</dc:creator>
		
		<category><![CDATA[otoi-posts]]></category>

		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://www.onetooneinteractive.com/?p=8411</guid>
		<description><![CDATA[A good social media campaign is has two components. You need a strong KPI based strategy that balances business goals, customer service needs and advertising/marketing objectives in an organized and quantifiable way. There’s also the intangible component that drives the emotional way in which we all interact through social media.]]></description>
			<content:encoded><![CDATA[<p><span id="more-8411"></span>A good social media campaign is has two components. You need a strong KPI based strategy that balances business goals, customer service needs and advertising/marketing objectives in an organized and quantifiable way. There’s also the intangible component that drives the emotional way in which we all interact through social media.</p>
<p>Two social media campaigns, or call them stunts, last week illustrated the value and power of experience in a social media campaign. They’re both well planned, well thought out, and well monitored and well engineered to be social. One draws people into an experience, one creates unique shareable experiences.</p>
<p><strong>1: Funny or Die + Karaoke + Jewel:</strong> Ok, yes, II said Jewel. But watch the video.</p>
<p><object width="512" height="328" data="http://player.ordienetworks.com/flash/fodplayer.swf" type="application/x-shockwave-flash"><param name="id" value="ordie_player_4a87d48fdd" /><param name="flashvars" value="key=4a87d48fdd" /><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://player.ordienetworks.com/flash/fodplayer.swf" /><param name="name" value="ordie_player_4a87d48fdd" /><param name="quality" value="high" /></object></p>
<div style="text-align: left; font-size: x-small; margin-top: 0pt; width: 512px;"><a title="from Jewel, Eric Appel, Antonio Scarlata, and FOD Team" href="http://www.funnyordie.com/videos/4a87d48fdd/undercover-karaoke-with-jewel">Undercover Karaoke with Jewel</a> from <a href="http://www.funnyordie.com/jewel">Jewel</a></div>
<p>What makes this video good, sharable, watchable, isn’t the celebrity, it isn’t even the concept, it’s the way the execution focused on personal experience. Audience members tell about what they saw and share their emotional response. We see Jewel’s real reaction to the experience, and like any good story, we’re drawn into it. Compare it to <a href="http://improveverywhere.com/2004/10/24/best-gig-ever/">The Best Gig Ever Stunt</a> from Improv Anywhere a group who creates unique experiences for their own sake. No celebrities, but a great emotional experience.</p>
<p>Granted, nothing is for sale here except the content that drives the sponsorships and advertisements that run on the Funny or Die site. But by focusing on the experience, in this case, they sell it very well.</p>
<p><strong>2: The Old Spice Guy:</strong> Yeah, the half naked charming dude who’s manly smell women crave and men covet. What’s cool about the latest campaign isn’t that it’s clever and funny, it’s that it customizes the content to individual users in novel ways that results in a cool experience. Check it out:<br />
<object width="560" height="340" data="http://www.youtube.com/v/JtcabgI-rs4&amp;hl=en_US&amp;fs=1" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/JtcabgI-rs4&amp;hl=en_US&amp;fs=1" /><param name="allowfullscreen" value="true" /></object></p>
<p>It’s not just a retweet, or a comment, or general social media interaction which <a href="http://mashable.com/2010/06/25/oxytocin-social-media/">we know makes people feel good and leads to increasing levels of the hormone Oxytocin</a>, it’s a fully customized, scripted video response with a paid actor! The experience of getting one of these responses, and the process of sharing it with friends and interacting around it has got to be very rewarding from a psychological standpoint. The assumption is that the reward is attributed to Old Spice and translated into a good opinion of the brand. Whether that makes you like the scent, I can’t say. I would like to know what kind of chemical brain response is produced when experiencing Old Spice&#8230;</p>
<p>When crafting a social media campaign, the experience and emotion connect it with the audience and make it successful, and the strategy, goals, objectives and analytics connect the campaign, it’s value and its success to your brand. Without the former it won’t work for your audience, and without the latter it won’t work for your business.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.onetooneinteractive.com/otoi-posts/2010/07/19/social-media-experiences/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Real Life Social Network</title>
		<link>http://www.onetooneinteractive.com/otonetworks-posts/2010/07/08/the-real-life-social-network/</link>
		<comments>http://www.onetooneinteractive.com/otonetworks-posts/2010/07/08/the-real-life-social-network/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 16:26:54 +0000</pubDate>
		<dc:creator>damirault</dc:creator>
		
		<category><![CDATA[otonetworks-posts]]></category>

		<category><![CDATA[Community]]></category>

		<category><![CDATA[Culture]]></category>

		<category><![CDATA[Design]]></category>

		<category><![CDATA[Facebook]]></category>

		<category><![CDATA[OTOnetworks]]></category>

		<category><![CDATA[Social Marketing]]></category>

		<category><![CDATA[Social Media]]></category>

		<category><![CDATA[Social Networking]]></category>

		<category><![CDATA[twitter]]></category>

		<category><![CDATA[User Experience]]></category>

		<guid isPermaLink="false">http://www.onetooneinteractive.com/?p=8346</guid>
		<description><![CDATA[Like it or not, the web is undergoing a phenomenal change right now.  No longer is it about individual pages, links or how you integrate with websites.  It's about you, your information, your connections and how that information interacts with other websites.]]></description>
			<content:encoded><![CDATA[<p><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.onetooneinteractive.com%2Fotonetworks-posts%2F2010%2F07%2F08%2Fthe-real-life-social-network%2F&amp;layout=standard&amp;show_faces=false&amp;width=550&amp;action=like&amp;colorscheme=light&amp;height=35" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:550px; height:35px;" allowTransparency="true"></iframe><br />
Like it or not, the web is undergoing a phenomenal change right now.  No longer is it about individual pages, links or how you integrate with websites.  It&#8217;s about you, your information, your connections and how that information interacts with other websites.</p>
<p><a href="http://twitter.com/padday">Paul Adams</a> (User Experience engineer at Google) knows this and has released his findings about how we connect with our &#8220;friends&#8221; using popular social media sites.  Turns out it&#8217;s not as simple as you&#8217;d think.  His presentation is a must-read for anyone who is designing user interfaces and works in the social space.</p>
<p><img src="http://www.onetooneinteractive.com/wp-content/uploads/2010/07/screen-shot-2010-07-08-at-14224-pm.jpg" alt="The Social World" title="The Social World" width="422" height="312" class="aligncenter size-full wp-image-8366" /></p>
<p>Weighing in at 216 slides, it&#8217;s a bit of a biggie.  Hang in there, the research that The Goog has done with regards to social influence, online and offline friends, strong vs. weak ties is information that you must be armed with.</p>
<p>Here are some of the highlights&#8230;</p>
<ul>
<li>People have multiple independent groups of friends that form around life stages and shared experiences. (Example: College friends, work friends, family, hobbyists.)</li>
<li>There are three types of social ties: Strong, Weak and Temporary. &nbsp;</li>
<li>The stronger the social tie, the higher they influence us to buy products and services.</li>
<li>Our brains can only keep up with a limited number of weak tie relationships. &nbsp;For most people, that number is 150.</li>
<li>People are increasing their reliance on social networks to make decisions.</li>
</ul>
<div id="__ss_4656436" style="width: 550px;"><strong><object width="550" height="510" data="http://static.slidesharecdn.com/swf/doc_player.swf?doc=vtm2010-100701010846-phpapp01&amp;stripped_title=the-real-life-social-network-v2" type="application/x-shockwave-flash"><param name="id" value="__sse4656436" /><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slidesharecdn.com/swf/doc_player.swf?doc=vtm2010-100701010846-phpapp01&amp;stripped_title=the-real-life-social-network-v2" /><param name="name" value="__sse4656436" /><param name="allowfullscreen" value="true" /></object>&nbsp;&nbsp;&nbsp;&nbsp;</p>
<p>Dave - Social Marketing Supervisor for OTOnetworks<br />
<a href="http://twitter.com/ozskier">http://twitter.com/ozskier</a></p>
<p></strong>&nbsp;</div>
]]></content:encoded>
			<wfw:commentRss>http://www.onetooneinteractive.com/otonetworks-posts/2010/07/08/the-real-life-social-network/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
