<?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 Why and The How &#187; twitter</title> <atom:link href="http://www.thewhyandthehow.com/tag/twitter/feed/" rel="self" type="application/rss+xml" /><link>http://www.thewhyandthehow.com</link> <description>Just another WordPress weblog</description> <lastBuildDate>Fri, 09 Jul 2010 02:32:51 +0000</lastBuildDate> <generator>http://wordpress.org/?v=2.8.4</generator> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>Twitter, OAuth vulnerability, and service interconnectedness</title><link>http://www.thewhyandthehow.com/twitter-oauth-vulnerability-and-service-interconnectedness/</link> <comments>http://www.thewhyandthehow.com/twitter-oauth-vulnerability-and-service-interconnectedness/#comments</comments> <pubDate>Thu, 23 Apr 2009 17:41:41 +0000</pubDate> <dc:creator>Blake Schwendiman</dc:creator> <category><![CDATA[Development]]></category> <category><![CDATA[Technology]]></category> <category><![CDATA[integration]]></category> <category><![CDATA[oauth]]></category> <category><![CDATA[twitter]]></category><guid
isPermaLink="false">http://www.thewhyandthehow.com/?p=592</guid> <description><![CDATA[It&#8217;s ironic that the day that my post on integrating Twitter OAuth (and other third-party authentication) appeared that a vulnerability in OAuth would be identified.
I didn&#8217;t write about the potential hassle that site owners will endure when third-party services become unavailable due to bugs or other problems, but it&#8217;s a huge consideration for web developers. [...]]]></description> <content:encoded><![CDATA[<p>It&#8217;s ironic that the day that my post on <a
href="http://www.thewhyandthehow.com/use-twitter-facebook-oauth-or-openid-for-login/">integrating Twitter OAuth</a> (and other third-party authentication) appeared that a <a
href="http://oauth.net/advisories/2009-1">vulnerability in OAuth</a> would be identified.</p><p>I didn&#8217;t write about the potential hassle that site owners will endure when third-party services become unavailable due to bugs or other problems, but it&#8217;s a huge consideration for web developers.</p><p>If your site is integrated with any other third-party site for any reason, the performance, stability and reliability of the third-party service is <strong>your problem to manage</strong>. Your site users will not care that your site is down because <a
href="http://oauth.net/advisories/2009-1">OAuth is broken</a> or <a
href="http://news.cnet.com/8301-17939_109-9905105-2.html">AWS has an outage</a> or whatever the case may be. They will only know that your site is broken.</p><h4>Mitigation</h4><p>The problem is that you can&#8217;t build and maintain everything &#8212; and you really can&#8217;t jettison third-party integrations generally. You can, however, mitigate against failures by developing graceful failover options. Build failover solutions based on the importance of the third-party service. If your entire registration and login solution is dependent on OAuth, your best bet is to include some type of &#8220;We&#8217;re sorry, but registration and login are temporarily disabled&#8221; messaging. This isn&#8217;t a perfect solution, but it&#8217;s better than &#8220;Error 8000EAF0: Cannot connect garbage garbage garbage&#8221; or a blank screen.</p><p>In many cases, third-party integrations augment your site, but aren&#8217;t necessarily a requirement for using your site. Make sure in those cases (particularly for things such as widgets, ads, analytics, etc.) that if a component fails your site design and usability don&#8217;t collapse.</p><p>Remember that the web is still very young and that everyone &#8212; the big services included &#8212; are still learning how to make this all work together. The best bet for now is to build your system to be as flexible as possible because the frameworks are still shifting.</p><p><strong>Update</strong>: I wrote this article last night (Wednesday), but I typically publish mid-morning. Since I wrote this article, <a
href="http://tinyurl.com">tinyurl.com</a> has experienced an outage.</p> ]]></content:encoded> <wfw:commentRss>http://www.thewhyandthehow.com/twitter-oauth-vulnerability-and-service-interconnectedness/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Use Twitter, Facebook, OAuth or OpenID for login?</title><link>http://www.thewhyandthehow.com/use-twitter-facebook-oauth-or-openid-for-login/</link> <comments>http://www.thewhyandthehow.com/use-twitter-facebook-oauth-or-openid-for-login/#comments</comments> <pubDate>Wed, 22 Apr 2009 16:41:23 +0000</pubDate> <dc:creator>Blake Schwendiman</dc:creator> <category><![CDATA[Development]]></category> <category><![CDATA[General]]></category> <category><![CDATA[Technology]]></category> <category><![CDATA[authentication]]></category> <category><![CDATA[connect]]></category> <category><![CDATA[facebook]]></category> <category><![CDATA[oauth]]></category> <category><![CDATA[openid]]></category> <category><![CDATA[twitter]]></category><guid
isPermaLink="false">http://www.thewhyandthehow.com/?p=580</guid> <description><![CDATA[Now that OAuth is officially available for accessing the Twitter API, it&#8217;s technically possible to use Twitter&#8217;s services as an authentication method for logging into your web site. In fact, when setting up a new Twitter OAuth application, there&#8217;s an option suggesting that very use.This is not a new concept, but with the recent proliferation [...]]]></description> <content:encoded><![CDATA[<p>Now that OAuth is officially available for accessing the <a
href="http://apiwiki.twitter.com/">Twitter API</a>, it&#8217;s technically possible to use Twitter&#8217;s services as an authentication method for logging into your web site. In fact, when <a
href="http://twitter.com/oauth_clients/new">setting up a new Twitter OAuth application</a>, there&#8217;s an option suggesting that very use.</p><p><a
href="http://www.thewhyandthehow.com/wp-content/uploads/2009/04/twitter-authentication.png"><img
src="http://www.thewhyandthehow.com/wp-content/uploads/2009/04/twitter-authentication.png" alt="twitter-authentication" title="twitter-authentication" width="422" height="133" class="alignnone frame size-full wp-image-581" /></a></p><p>This is not a new concept, but with the recent proliferation of high-profile services such as Twitter OAuth and Facebook Connect, I think it&#8217;s time to discuss the pros and cons of using a third-party authentication system for your web site.</p><h4>Pros</h4><p>One of the most obvious advantages of using any third-party authentication system including <a
href="http://openid.net/">OpenID</a> is that you don&#8217;t have to develop the complex systems necessary to validate user registrations, avoid duplicate or spam registrations or manage all of the registration messaging and support. That&#8217;s a big deal. If your registration system is too complex because you are trying to ensure that only legitimate users can register, you will undoubtedly lose some potential users who simply find the system too hard to use. Tying into established accounts reduces the barriers to entry for your site.</p><p>Another consideration for using a third-party authentication system is the additional features of the third-party service. If you intend to update the user&#8217;s Facebook or Twitter status, you&#8217;ll eventually need to authorize your user with that service. You may be able to address two needs at one time.</p><p>Finally, there is a <em>soft</em> benefit to using a third-party authentication system and that is the added trust. It&#8217;s likely that if you use a trusted system or service, your own web site will be implicitly trusted more.</p><h4>Cons</h4><p>Using a third-party system does not remove the necessity to keep some user information in a local database or provide some session and cookie management functions. Your web site will probably require additional user information that is not provided by any of the third-party services. Depending on how much of that information is required, using a third-party service may simply add another step to the registration process &#8212; increasing the barriers to entry.</p><p>Many third-party applications are still evolving. Twitter&#8217;s OAuth has only been available for about a month. Facebook Connect is less than a year old and has changed quite drastically (for the better) since its release. OpenID is much more mature as a development tool, but adoption in the user world is still relatively low.</p><h4>Gotchas</h4><p><em>Some things to think about &#8212; things that may be pros or cons depending on how your site works with the third-party services.</em></p><p>An advantage of using a third-party for authentication is the fact that there are many to choose from (Twitter, Facebook Connect, OpenID, etc.) so many of your users  will already have established accounts with the other sites. But what do you do if your potential user is not connected with any of the third-party sites you use? Consider your audience before committing to a third-party-only authentication solution. If your audience is the bleeding edge web community or if your service is an add-on to the third-party service, you&#8217;re golden. Otherwise you may alienate potential users who don&#8217;t have and don&#8217;t want to be a part of the Twitter-Facebook-etc crowd.</p><p>What happens to your users if they decide to leave the third-party site or are banned from using it in the future? People do stop using Facebook, Twitter and other services. People close their GMail accounts (<a
href="http://code.google.com/apis/accounts/docs/OAuth.html">Google provides third-party authentication</a>) and occasionally people are banned from other sites for violations of terms. If your site is not directly related to the third-party site (for example a Twitter search site would be directly related to Twitter), you probably want to make sure that your users can login on your site whether they have an active account anywhere else.</p><h4>What to do?</h4><p>I suggest that most sites still need to have a local user login system of some sort. This is to ensure that your users remain your users. Users will not understand or care to know why they can no longer access your site after canceling their Facebook account, they&#8217;ll just know that you&#8217;ve excluded them and they&#8217;ll be upset. No amount of technical mumbo-jumbo will convince them otherwise.</p><p>I do encourage the use of third-party authentication systems to add value to your site. There are several reasons to do this:<ul><li>Providing additional value-added connections to the third-party services such as updating profile information or status</li><li>Providing social graph information such as which friends of the current user also use your site</li><li>Gathering additional authentication information for your site</li></ul><h4>Recommendations</h4><p>Build a simple login system for your site. Limit the amount of information you gather to the absolute minimum you need to provide basic login/account services. This should include a user identifier, password and some method for recovering a lost password. Consider this your first tier of authentication. First-tier users get read access to all of your site and some level of personalization based on their account information.</p><p>Next, if your site allows publishing of any information, add a second level of authentication. Since your first-tier users didn&#8217;t do anything to prove they aren&#8217;t bad robots, they don&#8217;t get to publish. This is where you can get creative. Second-tier authentication may be via email (not my preference) or via a third-party authentication system. Choose a third-party that you trust, then have your users authenticate themselves with that third-party and record the authorization information in your user database. Consider the user a second-tier user at that point and enable additional options and services on your site.</p><p>The advantages of this tiered approach are many.</p><ul><li>You maintain a local database of users</li><li>You can provide as many tiers of trust as you need with different authentication methods as seem appropriate</li><li>You can provide alternate authentication methods for each tier so your users have many options to authenticate</li><li>If any one of the third-party authentication services disappears or revokes access to a user or group of users, you can provide an alternate method</li><li>You reduce the barriers to entry to your web site</li><li>Your users only encounter authentication barriers as they seek to increase their interaction with your site</li></ul><p>Perhaps at some point in the future, OpenID and OAuth or some new thing will be truly ubiquitous and provide all of the features required for completely hands-off authentication services, but right now I don&#8217;t think we&#8217;re there. Until then, consider a tiered authentication system that provides the best options for you, your site and your users.</p> ]]></content:encoded> <wfw:commentRss>http://www.thewhyandthehow.com/use-twitter-facebook-oauth-or-openid-for-login/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Twitter status link change</title><link>http://www.thewhyandthehow.com/twitter-status-link-change/</link> <comments>http://www.thewhyandthehow.com/twitter-status-link-change/#comments</comments> <pubDate>Thu, 02 Apr 2009 16:11:03 +0000</pubDate> <dc:creator>Blake Schwendiman</dc:creator> <category><![CDATA[Technology]]></category> <category><![CDATA[Tutorial]]></category> <category><![CDATA[status]]></category> <category><![CDATA[timeline]]></category> <category><![CDATA[twitter]]></category><guid
isPermaLink="false">http://www.thewhyandthehow.com/?p=435</guid> <description><![CDATA[I&#8217;m not sure if this is a bug or a permanent change (or if I&#8217;ve been doing it wrong since the beginning) but I recently had to change all of the Twitter status links on this site and on Squidoo. If you have links on your site for updating allowing visitors to quickly add Twitter [...]]]></description> <content:encoded><![CDATA[<p>I&#8217;m not sure if this is a bug or a permanent change (or if I&#8217;ve been doing it wrong since the beginning) but I recently had to change all of the Twitter status links on this site and on Squidoo. If you have links on your site for updating allowing visitors to quickly add Twitter status, you may need to make a small change to your links.</p><p>For example if you have something like this (hopefully url encoded, not like this):</p><ul><a
target="_new" href="http://twitter.com/home?status=Reading: The Why and The How (http://tinyurl/twath)">http://twitter.com<br
/> /home?status=Reading: The Why and The How (http://tinyurl/twath)</a></ul><p>You need to change it to this:</p><ul><a
target="_new" href="http://twitter.com/timeline/home?status=Reading: The Why and The How (http://tinyurl/twath)">http://twitter.com/<strong>timeline</strong>/home?status=Reading: The Why and The How (http://tinyurl/twath)</a></ul><p>Right now, the first link doesn&#8217;t work anymore, but the second one works just fine.</p><p>There is a little bit of noise on the <a
href="http://blog.twitter.com/">Twitter Blog</a> that indicates changes are coming. This change may be a side-effect of the things that are coming, but nevertheless, right now all old-style Twitter status links don&#8217;t work.</p><p>Thanks to <a
href="http://twitter.com/thefluffanutta">@thefluffanutta</a> for alerting me about this!</p><p><strong>UPDATE</strong>: This morning (3 Apr), the old links seem to be working correctly again. Perhaps it was just a transient error on the site. From here, both link types appear to be working.</p> ]]></content:encoded> <wfw:commentRss>http://www.thewhyandthehow.com/twitter-status-link-change/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Geeking out</title><link>http://www.thewhyandthehow.com/geeking-out/</link> <comments>http://www.thewhyandthehow.com/geeking-out/#comments</comments> <pubDate>Thu, 26 Mar 2009 12:42:11 +0000</pubDate> <dc:creator>Blake Schwendiman</dc:creator> <category><![CDATA[Development]]></category> <category><![CDATA[Javascript]]></category> <category><![CDATA[PHP]]></category> <category><![CDATA[jQuery]]></category> <category><![CDATA[api]]></category> <category><![CDATA[facebook]]></category> <category><![CDATA[twitter]]></category><guid
isPermaLink="false">http://www.thewhyandthehow.com/?p=381</guid> <description><![CDATA[I&#8217;ve enjoyed geeking out the past few days, but the example I wanted to show today is taking longer than I had expected, so I have to delay that one. I&#8217;m going to do more mini-tutorials and examples over the next few weeks, so stay tuned.
If you&#8217;re new to this site, please take a look [...]]]></description> <content:encoded><![CDATA[<p>I&#8217;ve enjoyed geeking out the past few days, but the example I wanted to show today is taking longer than I had expected, so I have to delay that one. I&#8217;m going to do more mini-tutorials and examples over the next few weeks, so stay tuned.</p><p>If you&#8217;re new to this site, please take a look at a few of the recent articles covering topics such as <a
href="http://www.thewhyandthehow.com/integrating-facebook-connect-using-the-thesis-theme/">Facebook Connect integration</a>, <a
href="http://www.thewhyandthehow.com/javascript-geolocation-using-google-ajax-apis/">geolocation</a>, and <a
href="http://www.thewhyandthehow.com/tracking-events-with-google-analytics/">event tracking using Google Analytics</a>. I also highly recommend familiarity with the following:</p><ol><li><a
href="http://code.google.com/">Google Code</a>. This site is awesome. Google is constantly updating their public APIs making integrations richer and easier.</li><li><a
href="http://aws.amazon.com/">Amazon Web Services</a>. I haven&#8217;t touched on this much, but as far as mashups and integrations go, Amazon is the service to beat.</li><li><a
href="http://jquery.com/">jQuery</a>. You better believe that you&#8217;re going to need to know Javascript today. If you&#8217;re still hacking away at it without a good library, repent now and learn jQuery.</li><li><a
href="http://jqueryui.com/">jQuery UI</a>. An amazing set of well-developed UI components and themes for use with jQuery.</li><li><a
href="http://apiwiki.twitter.com/">Twitter API</a> and <a
href="http://developers.facebook.com/">Facebook API</a>. Not as fundamental as the above for general web development and integration, but core to social integrations.</li><li><a
href="http://php.net/">PHP</a>. Okay, you can use Python or Ruby or Java or ASP or whatever in the back end. My examples are going to be either PHP or Python, though.</li></ol><p>Read up. There will be a quiz.</p> ]]></content:encoded> <wfw:commentRss>http://www.thewhyandthehow.com/geeking-out/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>No man is an island</title><link>http://www.thewhyandthehow.com/no-man-is-an-island/</link> <comments>http://www.thewhyandthehow.com/no-man-is-an-island/#comments</comments> <pubDate>Mon, 23 Feb 2009 12:29:11 +0000</pubDate> <dc:creator>Blake Schwendiman</dc:creator> <category><![CDATA[Business]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[Technology]]></category> <category><![CDATA[facebook]]></category> <category><![CDATA[rss]]></category> <category><![CDATA[seo]]></category> <category><![CDATA[social]]></category> <category><![CDATA[twitter]]></category><guid
isPermaLink="false">http://www.thewhyandthehow.com/?p=162</guid> <description><![CDATA[No man is an island, but your web site &#8230; it might be. Technically your web site is supposed to be a part of the grand interconnectedness of the web. You&#8217;ve done the SEO, provided great outgoing links and you&#8217;ve even built a few doorway pages to help people find your site. But they&#8217;re still [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://www.thewhyandthehow.com/wp-content/uploads/2009/02/deserted-island.jpg"><img
src="http://www.thewhyandthehow.com/wp-content/uploads/2009/02/deserted-island-300x225.jpg" alt="deserted-island" title="deserted-island" width="300" height="225" class="frame right size-medium wp-image-174" /></a><a
href="http://www.phrases.org.uk/meanings/257100.html">No man is an island</a>, but your web site &#8230; it might be. Technically your web site is supposed to be a part of the grand interconnectedness of the web. You&#8217;ve done the <a
href="http://en.wikipedia.org/wiki/Search_engine_optimization">SEO</a>, provided great outgoing links and you&#8217;ve even built a few <a
href="http://en.wikipedia.org/wiki/Doorway_pages">doorway pages</a> to help people find your site. But they&#8217;re still not coming &#8212; or at least they&#8217;re not coming as frequently as you want and you can&#8217;t figure out why.</p><p>Well, simply stated, it&#8217;s because <a
href="http://en.wikipedia.org/wiki/The_Times_They_Are_a-Changin%27">the times they are a changin&#8217;</a>. Back in the old days (circa last year), building bridges to your web site was something you did essentially by yourself using technology. Most of your efforts were centered on SEO (search engine optimization), advertising and building more technology (such as doorway pages) to increase your web footprint. All these efforts were combined to make sure that all of the little <a
href="http://en.wikipedia.org/wiki/Web_crawler">robots</a> that scour the web would bring more humans to your sites. The problem is that the <strong>robots don&#8217;t care</strong> &#8230; and <strong>they&#8217;re not friends with the humans</strong>.</p><p><strong>Fast forward to this moment</strong><br
/> The web changes quickly and so do the people using it. When I first discovered Google, I could literally spend hours searching &#8212; just to see what would appear. Today, I certainly still Google a lot, but I also have a much more powerful method for getting information: <strong>I ask other people</strong>. I trust my friends and I know how they can help. I also trust my online social groups and I like their recommendations. So very often now, I go to my social networks and ask the questions.</p><p>Just taking a quick peek at my Twitter stream right now, I see the following list of tips, news, questions and feedback:</p><ul><li>&#8220;How to use StumbleUpon &#8211; A Step by Step Guide&#8221;</li><li>&#8220;The Helium 3 on the Moon and on asteroids could be mined to give us stable  nuclear fusion and &#8230;&#8221;</li><li>&#8220;Who should be in the new A-Team film?&#8221;</li><li>&#8220;Is  Google doing anything with GrandCentral?  I have an account &#038; nothing has changed since the beginning (except I can&#8217;t invite any more)&#8221;</li><li>&#8220;I really want to help my community by implementing an economic gardening program. However, I&#8217;m not independently wealthy. Ideas?&#8221;</li></ul><h4>People have questions. People have answers. People have recommendations.</h4><p>Your web site might be an island because you&#8217;re not enabling people to question, answer and recommend. If you don&#8217;t enable your readers, the barriers to sharing are high enough that it doesn&#8217;t happen. Have you made it easy for your readers to recommend your site (or page) on Twitter, Digg, Delicious, Facebook, etc.? Do you have a comment form? Do you also provide an <a
href="http://www.thewhyandthehow.com/email-is-so-20th-century/">RSS feed and a Twitter account to follow</a>?</p><p>You see,<strong> it&#8217;s not about technology</strong>, <strong>it&#8217;s about people</strong>. You can work and work and work to feed the robots, but the work of enabling personal recommendations is better. As your visitors become fans, they&#8217;ll recommend your services and products through their social network.</p><p><strong>Make it easy</strong><br
/> If I have to choose between recommending a site that provides me a link to share and a site that I have to manually copy and paste information to share it, I prefer the first. The great news is that enabling sharing on your site isn&#8217;t as hard as it used to be &#8212; and it&#8217;s getting easier. Services like <a
href="http://sharethis.com/">ShareThis</a> and <a
href="http://www.lijit.com/">lijit</a> provide turnkey solutions for sharing, aggregating and searching your sites. <a
href="http://www.feedburner.com/">Feedburner</a> turbocharges your RSS feeds and provides for advertising revenue within your feeds. Social networking sites such as Facebook and MySpace are providing solutions for comment forms and other social tools that work on your site with little or no coding required.</p><p>As these tools evolve &#8212; and they certainly will &#8212; strong interconnectedness with communities of people will be a primary differentiator of web sites. As such, niche sites will have an increased opportunity for success because they won&#8217;t be competing in the SEO world, but in the community world and <strong>the community will always care more than the robots</strong>.</p><p><strong>Coming soon&#8230;</strong><br
/> Within the next two to three weeks, I&#8217;ll be showing concrete examples of how to socially enable your web site with some of the drop-in tools listed above and also with some of the more technically intense options available today. <a
href="http://feeds2.feedburner.com/TheWhyAndTheHow">Stay tuned!</a></p> ]]></content:encoded> <wfw:commentRss>http://www.thewhyandthehow.com/no-man-is-an-island/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Email is so 20th century</title><link>http://www.thewhyandthehow.com/email-is-so-20th-century/</link> <comments>http://www.thewhyandthehow.com/email-is-so-20th-century/#comments</comments> <pubDate>Fri, 20 Feb 2009 13:48:05 +0000</pubDate> <dc:creator>Blake Schwendiman</dc:creator> <category><![CDATA[Networking]]></category> <category><![CDATA[email]]></category> <category><![CDATA[rss]]></category> <category><![CDATA[twitter]]></category><guid
isPermaLink="false">http://www.thewhyandthehow.com/?p=147</guid> <description><![CDATA[I&#8217;m sure by now you&#8217;ve heard that email is dead. Most of the time when people talk about the death of email, it&#8217;s not about the death of email as a tool for interpersonal communications. We all still use email everyday to communicate with coworkers, friends, family and it works great.
The problem relates to communicating [...]]]></description> <content:encoded><![CDATA[<p>I&#8217;m sure by now you&#8217;ve heard that <a
href="http://www.google.com/search?hl=en&#038;rlz=1B3GGGL_enUS280US280&#038;q=%22email+is+dead%22&#038;btnG=Search">email is dead</a>. Most of the time when people talk about the death of email, it&#8217;s not about the death of email as a tool for interpersonal communications. We all still use email everyday to communicate with coworkers, friends, family and it works great.</p><p>The problem relates to communicating impersonal messages en masse. I&#8217;m not talking about spam. I&#8217;m talking about receiving notices about product recalls or getting the latest information about my cell phone coverage or being notified about coupons from my favorite restaurants. The problem with email is that <strong>my desire to participate</strong> in mass emails from relevant sources <strong>decreases over time</strong>.</p><p>For example, I used to drive a Toyota. Back then I wanted to know about Toyota-specific product recalls, service options, etc. Now I drive a Nissan. I no longer care about the Toyota emails. Same thing with home warranties, insurance, software products, book clubs, political movements, etc. We move, buy new products, switch carriers, change our opinions or just lose interest. But the email keeps coming. And sometimes opting out is more difficult than just marking the sender as spam and letting the email tool do its job.</p><h4>Opt-in email isn&#8217;t the solution, but opt-in is</h4><p>Opt-in email never felt right to me. Opt-in is so easy, but opt-out is not. I understand. Companies don&#8217;t want to lose you. The problem is that they already lost you; they just don&#8217;t know it. Everybody loses.</p><p>The new opt-in solutions have been available for long enough to mature, they&#8217;re just not as ubiquitous as email &#8230; yet. The first two opt-in solutions you should be using for your business are RSS and Twitter.</p><h4>RSS</h4><p>If you have a traditional web site, you can still produce RSS feeds. You should. If you have a blog, you most likely produce RSS automatically, but are you really using it? Are you making it easy for your readers to subscribe? Have you <a
href="http://www.copyblogger.com/what-the-heck-is-rss/">explained the benefits</a>? Have you pointed them to <a
href="http://170spoons.com/setting-up-a-rss-reader-google-reader/">basic instructions</a> about how to <a
href="http://170spoons.com/keeping-up-with-websites-the-new-way-rss/">get the most out of RSS</a>? If not, why not?</p><h4>Twitter</h4><p>Twitter has been called microblogging and I think that&#8217;s a great term. You can use Twitter without a blog or you can combine Twitter with your blog. In any case, if you haven&#8217;t started using Twitter, it&#8217;s time to <a
href="https://twitter.com/signup">get on board</a>. Twitter is two-way communications like email, chat or blogging with comments. Here are some great articles to get up to speed with Twitter in general:</p><ul><li><a
href="http://michaelhyatt.com/2008/05/the-beginners-guide-to-twitter.html">The Beginner’s Guide to Twitter</a></li><li><a
href="http://170spoons.com/conversating-on-twitter/">Conversating on Twitter</a></li><li><a
href="http://en.wikipedia.org/wiki/Twitter">Twitter (Wikipedia)</a></li></ul><h4>Twitter introductory video</h4><p><object
width="425" height="344"><param
name="movie" value="http://www.youtube.com/v/ddO9idmax0o&#038;hl=en&#038;fs=1"></param><param
name="allowFullScreen" value="true"></param><param
name="allowscriptaccess" value="always"></param><embed
src="http://www.youtube.com/v/ddO9idmax0o&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p><h4>An example</h4><p><a
href="http://www.thewhyandthehow.com/wp-content/uploads/2009/02/chevys.jpg"><img
src="http://www.thewhyandthehow.com/wp-content/uploads/2009/02/chevys-201x300.jpg" alt="chevys" title="chevys" width="201" height="300" class="right frame size-medium wp-image-149" /></a>I recently had lunch at Chevy&#8217;s in Mesa. While we were there, the waiter provided me with their new opt-in email form and explained that by filling out the form, I&#8217;ll get one free appetizer, birthday coupons and general email coupons. Yay for free stuff!</p><p>The first thing I said to my wife after the waiter walked away is &#8220;this is the perfect example of how a company <em>should</em> be using Twitter.&#8221; In the form/email scenario, there are so many problems:</p><ol><li>The company has to print a form</li><li>Someone has to fill out a form</li><li>Someone else has to enter the form contents into a computer</li><li>The recipient must ensure that desired emails don&#8217;t go into the spam bucket</li><li>The company has to deal with the hassles of mass emailings (this is huge)</li></ol><p>The above list doesn&#8217;t cover what happens when I decide I don&#8217;t want the mailings anymore, or what to do if I change email addresses or email programs or spam settings. It also doesn&#8217;t address the huge problems that the company will deal with by managing a large email database.</p><p>With Twitter the scenario goes like this:</p><ol><li>The company either prints small business cards or has a single large banner made that says &#8220;Follow us on Twitter: @whatever&#8221;</li></ol><p>That&#8217;s it. If Chevy&#8217;s used Twitter like this, I would be able to follow them for as long as I&#8217;m interested and unfollow as soon as it&#8217;s not relevant for me anymore. Chevy&#8217;s gets to alert me (and all followers) whenever there&#8217;s a product launch or when they have a promotion. They can still send my free appetizer for following them because they get notified when new followers arrive. The upside is everywhere: no data entry or data management, no email hassles, no customer problems related to spam reports, easy opt-in and opt-out and the flexibility to message as frequently as needed.</p><p>What did I miss?</p> ]]></content:encoded> <wfw:commentRss>http://www.thewhyandthehow.com/email-is-so-20th-century/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> </channel> </rss><!--
This site's performance optimized by W3 Total Cache:

W3 Total Cache improves the user experience of your blog by caching
frequent operations, reducing the weight of various files and providing
transparent content delivery network integration.

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Minified using memcached
Page Caching using memcached
Database Caching 3/10 queries in 0.008 seconds using memcached

Served from: a2.c0.354a.static.theplanet.com @ 2010-09-07 01:49:35 -->