<?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>Radical Behavior &#187; Web 2.0</title>
	<atom:link href="http://www.radicalbehavior.com/tag/web-2.0/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.radicalbehavior.com</link>
	<description>a notepad by Josh Kenzer</description>
	<lastBuildDate>Tue, 20 Dec 2011 15:28:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>jQuery makes AJAX easy</title>
		<link>http://www.radicalbehavior.com/jquery-makes-ajax-easy/</link>
		<comments>http://www.radicalbehavior.com/jquery-makes-ajax-easy/#comments</comments>
		<pubDate>Tue, 31 Jul 2007 16:27:28 +0000</pubDate>
		<dc:creator>Josh Kenzer</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://www.radicalbehavior.com/jquery-makes-ajax-easy/</guid>
		<description><![CDATA[If you work in web development and need to pull off some nifty web 2.0 features like CSS manipulation and AJAX, I can&#8217;t recommend the jQuery library enough. I originally heard about it from Alex King&#8217;s blog and was inspired &#8230; <a href="http://www.radicalbehavior.com/jquery-makes-ajax-easy/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="h/wp-content/uploads/2007/07/jquery-logo.gif" alt="Jquery Logo" height="77" width="250" style="padding:5px;float:left;">If you work in web development and need to pull off some nifty web 2.0 features like CSS manipulation and AJAX, I can&#8217;t recommend the <a href="http://jquery.com/" title="jQuery: The Write Less, Do More, JavaScript Library">jQuery library</a> enough. I originally heard about it from <a href="http://alexking.org/blog/2007/07/05/jquery-position-tip" title="jQuery Position Tip | alexking.org">Alex King&#8217;s blog</a> and was inspired to try it out. I love when new libraries and frameworks have nice tutorials and after reading a few of the jQuery tutorials, I felt I had the gist enough to start playing with it.</p>
<p>My first usage was on my <a href="http://blog.twelvehorses.com/2007/07/18/tumblr-inspired-quick-post-wordpress-plugin/" title="Tumblr Inspired Quick Post WordPress Plugin">Quick Post WordPress plugin</a>. I basically implemented code directly from a few tutorials to add the tabs along the top and the image previews. It proved to work flawlessly with very little tweaking.</p>
<p>My second project was a little more ambitious. A friend asked me to help with a search feature for his site administrators. By selecting options from five different drop down boxes, properties would be filtered until the site administrator found the ones they were looking for. Because this was for a friend, I decided to take my time and write it using jQuery and AJAX, just to learn it and see how it worked. I was therefore surprised when after 3 hours of effort, I had my web page passing the drop down options via HTTPRequest to a PHP page that queried the MySQL database and returned the proper result formatted in HTML. Further, using the power of <a href="http://docs.jquery.com/How_jQuery_Works#Chainability_.28The_Magic_of_jQuery.29" title="Tutorials:How jQuery Works - jQuery JavaScript Library">jQuery Chainability</a> &#8211; the magic of jQuery, I was able to make the results fade out and fade in as they were being uploaded.</p>
<p>The syntax used takes a little to get used to as it&#8217;s a hybrid of core object oriented programming, Ruby for example, combined with the formatting of JavaScript code. However, once you have it down, it is a breeze to interact with the document object model and manipulate anything on the page.</p>
<p>If you have examples of jQuery in action, please post your links below.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.radicalbehavior.com/jquery-makes-ajax-easy/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>5 Question Interview with Dave Hoff and Anthony Webb of IMified</title>
		<link>http://www.radicalbehavior.com/5-question-interview-with-dave-hoff-and-anthony-webb-of-imified/</link>
		<comments>http://www.radicalbehavior.com/5-question-interview-with-dave-hoff-and-anthony-webb-of-imified/#comments</comments>
		<pubDate>Sat, 14 Apr 2007 16:16:59 +0000</pubDate>
		<dc:creator>Josh Kenzer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[5 Question Interview]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://www.radicalbehavior.com/5-question-interview-with-dave-hoff-and-anthony-webb-of-imified/</guid>
		<description><![CDATA[IMified is a IM application that I was turned on to by Steve Rubel. It was developed by Dave Hoff and Anthony Webb as a way to solve an immediate need, to get data in and out of 37Signal&#8217;s Basecamp. &#8230; <a href="http://www.radicalbehavior.com/5-question-interview-with-dave-hoff-and-anthony-webb-of-imified/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img style="padding: 5px; float: left" src="/wp-content/uploads/2007/04/dave-hoff.jpg" alt="Dave Hoff" width="120" height="120" /><img style="padding: 5px; float: left" src="/wp-content/uploads/2007/04/anthony-webb.jpg" alt="Anthony Webb" width="120" height="120" /><a href="http://www.imified.com">IMified</a> is a IM application that I was turned on to by <a href="http://www.micropersuasion.com/linkblog/index.html">Steve Rubel</a>. It was developed by <a href="http://www.imified.com/about.cfm">Dave Hoff</a> and <a href="http://www.imified.com/about.cfm">Anthony Webb</a> as a way to solve an immediate need, to get data in and out of <a href="http://www.basecamphq.com/">37Signal&#8217;s Basecamp</a>.</p>
<ul>
<li><strong>What was the inspiration for IMified? Why IM? Are you guys old school users of AIM bots?</strong>The inspiration for IMified came about from a real need we were having in managing projects in Basecamp. Adding information to our Basecamp projects was becoming a job in of itself. We longed for an easier way to to dump things like notes and todos into our accounts without having to launch another browser tab and navigate to a web page just to close it after adding. We use IM for communicating with colleagues and friends throughout the day. It&#8217;s always on and the interface is clean and simple. It was the obvious solution to our problem. Once we started to see the real value in using our IM client to post data to Basecamp, we decided to connect some of the other web apps we use a lot like Gcal and WordPress. We&#8217;re definitely not &#8220;old school&#8221; bot users, so the learning curve was a bit steep, but where there&#8217;s a will, there&#8217;s a way.</li>
<li><strong>What programming language to do you guys use for the site/system? What&#8217;s the hosting environment?</strong>Most of IMified runs on Coldfusion MX7 Enterprise on Windows Server 2003. We&#8217;ve recently setup an Openfire Jabber server for our Gtalk/Jabber users and have some custom Java for connecting to AIM and MSN. Coldfusion&#8217;s event gateway&#8217;s handle all the back and forth messaging between our app and the networks. We&#8217;re big Coldfusion fans if you haven&#8217;t noticed.</li>
<li><strong>What has been the biggest challenge in working with multiple IM protocols from multiple vendors? Which is the easiest? Which is the hardest?</strong>Well, there are definitely some challenges and its not so easy to launch and scale a high volume bot. The issues don&#8217;t really revolve around the technology for connecting, but the willingness of the networks to let you stay connected. Yahoo actually deleted our screen name without warning and made it clear they are not interested in letting &#8220;bots&#8221; live on their network. AOL, is much more accommodating, letting you turn your screen name into a bot, and ultimately offering a network agreement if that&#8217;s too limiting. Microsoft is still defining their &#8220;interactive agent&#8221; platform and we&#8217;re working with them to define a long term solution.  Running a Jabber server also comes with its own challenges. To answer your question, our AIM bot has been the easist to keep running and AOL has been very helpful. Get with the program Yahoo!!We just this week launched our IM widget platform along with a super easy <a href="http://www.imified.com/api/">API</a>. So, for those developers out there who would like to skip the above &#8220;nonsense&#8221;, IMified makes it really easy to build IM access into your existing applications.</li>
<li><strong>It sounds like IMified was created to fill a need you guys were having with interacting with Basecamp. What is your day job that required you to manage projects?</strong>Both Anthony and myself (Dave Hoff), run our own successful IT consulting businesses specializing in web application development.</li>
<li><strong>Besides IMified, what are your favorite web based productivity tools?</strong>We love <a href="http://jott.com/">JOTT</a>, <a href="http://stikkit.com/">stikkit</a>, <a href="http://www.grandcentral.com/">GrandCentral</a>, <a href="http://www.rememberthemilk.com/">Remember the Milk</a>, and <a href="http://mail.google.com/mail/">Gmail</a>. Still waiting for that killer app, but when it comes, we&#8217;ll definitely IMifiy it : )</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.radicalbehavior.com/5-question-interview-with-dave-hoff-and-anthony-webb-of-imified/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>View Photos and Videos in Twitter</title>
		<link>http://www.radicalbehavior.com/view-photos-and-videos-in-twitter/</link>
		<comments>http://www.radicalbehavior.com/view-photos-and-videos-in-twitter/#comments</comments>
		<pubDate>Tue, 10 Apr 2007 14:02:49 +0000</pubDate>
		<dc:creator>Josh Kenzer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Consumer Generated]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://www.radicalbehavior.com/view-photos-and-videos-in-twitter/</guid>
		<description><![CDATA[Thanks to the folks at 30Boxes.com, you can view Flickr photos and YouTube videos within Twitter posts. Simply link to them in any tweet, and using this Firefox Plugin, you can see them on your Twitter page. Tags: Twitter, Flickr, &#8230; <a href="http://www.radicalbehavior.com/view-photos-and-videos-in-twitter/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.radicalbehavior.com/wp-content/uploads/2007/04/flickr-photos-and-youtube-videos-in-twitter.png" alt="Flickr Photos and YouTube Videos in Twitter" width="350" height="345" /></p>
<p>Thanks to the folks at <a href="http://30boxes.com/blog/index.php/2007/04/09/power-twitter-by-30-boxes/">30Boxes.com</a>, you can view Flickr photos and YouTube videos within <a href="http://twitter.com/">Twitter</a> posts. Simply link to them in any tweet, and using this <a href="http://30boxes.com/external/powertwitter.xpi">Firefox Plugin</a>, you can see them on your Twitter page.</p>
<div class="technorati">Tags: <a rel="tag" href="http://technorati.com/tag/Twitter">Twitter</a>, <a rel="tag" href="http://technorati.com/tag/Flickr">Flickr</a>, <a rel="tag" href="http://technorati.com/tag/YouTube">YouTube</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.radicalbehavior.com/view-photos-and-videos-in-twitter/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using Google Maps and Google Earth for Relocation</title>
		<link>http://www.radicalbehavior.com/using-google-maps-and-google-earth-for-relocation/</link>
		<comments>http://www.radicalbehavior.com/using-google-maps-and-google-earth-for-relocation/#comments</comments>
		<pubDate>Tue, 10 Apr 2007 13:43:50 +0000</pubDate>
		<dc:creator>Josh Kenzer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Cool Tips]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://www.radicalbehavior.com/using-google-maps-and-google-earth-for-relocation/</guid>
		<description><![CDATA[I&#8217;ve found two tools that have dramatically helped me prepare for my move to Phoenix, Arizona, Google Map&#8217;s new My Maps and Google Earth. Google Maps The family is heading down to Phoenix this weekend to do some reconnaissance as &#8230; <a href="http://www.radicalbehavior.com/using-google-maps-and-google-earth-for-relocation/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve found two tools that have dramatically helped me prepare for <a href="http://www.radicalbehavior.com/were-leaving-reno/">my move to Phoenix, Arizona</a>, <a href="http://maps.google.com/">Google Map&#8217;s new My Maps</a> and <a href="http://earth.google.com/">Google Earth</a>.</p>
<p><strong>Google Maps</strong><br />
The family is heading down to Phoenix this weekend to do some reconnaissance as well as visit with some family. Since we are flying, we need to rent a car to cruise around and check out day care facilities and apartments before heading out to Anthem. I wanted to see if I rented a car at the airport, which rental company would have a drop off closest to Anthem. Using the new My Maps function in Google Maps, I added a push pin for the airport and then did &#8220;Find Businesses&#8221; to search for each rental company. I added a push pin to the North most location. Here is my result:<br />
<img src="http://www.radicalbehavior.com/wp-content/uploads/2007/04/google-maps-my-maps-screenshot.png" alt="Google Maps My Maps Screenshot" width="329" height="417" /></p>
<p><strong>Google Earth</strong><br />
After I had decided that most the rental places have a drop off point close to where I needed, I noticed a new icon with the KML link. Most Google Earth geeks will recognize this as an opportunity to view the map with snazzy fly overs. This added each point I mapped in Google Maps to a layer in Google Earth. This then gave me the idea to use Google Earth to map out the location of the apartments we were looking to visit as well as my wife&#8217;s new work and the day care facilities.</p>
<p>By using Google Earth, I was able to see a larger area and use some interesting tools like the ruler to gauge distances. I was still able to search by address or find businesses as well as add my own markers.<br />
<img src="http://www.radicalbehavior.com/wp-content/uploads/2007/04/google-earth-screenshot.png" alt="Google Earth Screenshot" width="350" height="308" /></p>
<p>Both tools are helping me familiarize myself with the area. I&#8217;m a sucker for aerial shots, so for me this is the most interactive and interesting way to do some mundane research.</p>
<div class="technorati">Tags: <a rel="tag" href="http://technorati.com/tag/Google">Google</a>, <a rel="tag" href="http://technorati.com/tag/Google Earth">Google Earth</a>, <a rel="tag" href="http://technorati.com/tag/Google Maps">Google Maps</a>, <a rel="tag" href="http://technorati.com/tag/My Maps">My Maps</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.radicalbehavior.com/using-google-maps-and-google-earth-for-relocation/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Radical Transparency</title>
		<link>http://www.radicalbehavior.com/radical-transparency/</link>
		<comments>http://www.radicalbehavior.com/radical-transparency/#comments</comments>
		<pubDate>Fri, 06 Apr 2007 00:09:35 +0000</pubDate>
		<dc:creator>Josh Kenzer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Observations]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://www.radicalbehavior.com/radical-transparency/</guid>
		<description><![CDATA[If you haven&#8217;t checked out the latest issue of Wired Magazine, I highly recommend going out and picking it up (and not just because Jenna Fischer is almost kinda nude on the cover). There are two articles in particular around &#8230; <a href="http://www.radicalbehavior.com/radical-transparency/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" style="padding: 5px; float: left;" src="http://www.radicalbehavior.com/wp-content/uploads/2007/04/jenna-fischer-on-the-cover-of-wired-magazine.jpg" alt="Jenna Fischer on the Cover of Wired Magazine" width="120" height="158" />If you haven&#8217;t checked out the latest issue of Wired Magazine, I highly recommend going out and picking it up (and not just because Jenna Fischer is almost kinda nude on the cover). There are two articles in particular around transparency that are excellent. <a href="http://www.wired.com/wired/archive/15.04/wired40_ceo.html">The See-Through CEO</a> describes how radical transparency helped an online brokerage firm change public perceptions and grow business. <a href="http://www.wired.com/wired/archive/15.04/wired40_microsoft.html">Operation Channel 9</a> takes us through the process of how Lenn Pryor got Microsoft&#8217;s Channel 9 up and running, bringing a new level of transparency to the software giant.</p>
<p>I love the idea of being brutally honest. In fact, I have a shirt that reads, &#8220;I Make Things Up.&#8221; Whether I actually make things up or not (and I do), it always elicits responses from shocked t-shirt readers. I think blogging transparency has the same effect.</p>
<p>At work, I am lucky to have a CEO like David LaPlante who <a href="http://www.davidlaplante.com/2007/03/27/the-risks-of-online-transparency-kathy-sierra-personal-self-defense-guns-in-nevada/">understands the value of transparency</a>. Often, we would like to push the transparency boundaries even further, but luckily we have great employees that rein us in.</p>
<p>Anyway, check out the articles and let me know what you think.</p>
<p class="technorati">Tags: <a rel="tag" href="http://technorati.com/tag/Wired">Wired</a>, <a rel="tag" href="http://technorati.com/tag/Jenna%20Fischer">Jenna Fischer</a>, <a rel="tag" href="http://technorati.com/tag/Transparency">Transparency</a>, <a rel="tag" href="http://technorati.com/tag/David%20LaPlante">David LaPlante</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.radicalbehavior.com/radical-transparency/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>5 Question Interview with Twitter Developer Alex Payne</title>
		<link>http://www.radicalbehavior.com/5-question-interview-with-twitter-developer-alex-payne/</link>
		<comments>http://www.radicalbehavior.com/5-question-interview-with-twitter-developer-alex-payne/#comments</comments>
		<pubDate>Thu, 29 Mar 2007 21:01:24 +0000</pubDate>
		<dc:creator>Josh Kenzer</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[5 Question Interview]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://www.radicalbehavior.com/5-question-interview-with-twitter-developer-alex-payne/</guid>
		<description><![CDATA[I reached out to one of the developers on the Twitter team and asked if he would answer 5 questions. Alex not only answered them but is very honest and up front with his answers. Thanks Alex! How did you &#8230; <a href="http://www.radicalbehavior.com/5-question-interview-with-twitter-developer-alex-payne/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" style="border: 1px solid black; padding: 5px; float: left; margin: 5px;" src="http://www.radicalbehavior.com/wp-content/uploads/2007/03/alex-payne-twitter-developer.png" alt="Alex Payne - Twitter Developer" width="347" height="122" /></p>
<p>I reached out to one of the developers on the Twitter team and asked if he would answer 5 questions. Alex not only answered them but is very honest and up front with his answers. Thanks Alex!</p>
<ol>
<li><strong>How did you end up on the Twitter team? What is a little of your background?</strong>Pretty simple: they posted on their blog that they were looking for<br />
people in late 2006, and I jumped on it!  I think I replied within a<br />
few hours of the posting.  I starting doing contract work on Twitter<br />
earlier this year, and earlier this month I accepted a full-time job<br />
after working in the Obvious office for a week.  I&#8217;m moving out to<br />
San Francisco in mid-April, and I can&#8217;t wait to be out there with the<br />
rest of the team.I&#8217;ve lived most of my life in the Washington, DC area.  As one might<br />
guess, being in the nation&#8217;s capital means that everything revolves<br />
around politics.  Most of my early jobs were developing web<br />
applications for various non-profits, non-governmental organizations,<br />
and for-profits supporting campaigns and such.  I&#8217;ve also done some<br />
information security work (an equally ubiquitous industry around DC).I came to Rails after working in PHP like many developers, but I&#8217;ve<br />
never been a language purist.  I was looking at developing some Ruby-<br />
based blogging software with a friend a couple years before Rails was<br />
on the scene, but at that time it just wasn&#8217;t a friendly language for<br />
web endeavors.  When Rails first crossed my eyes I remember thinking,<br />
&#8220;cool, someone made Ruby work for web apps!&#8221;  I jumped right in to<br />
working with the early releases.</li>
<li><strong>How has Ruby on Rails been holding up to the increased load?</strong>By various metrics Twitter is the biggest Rails site on the net right<br />
now.  Running on Rails has forced us to deal with scaling issues -<br />
issues that any growing site eventually contends with &#8211; far sooner<br />
than I think we would on another framework.The common wisdom in the Rails community at this time is that scaling<br />
Rails is a matter of cost: just throw more CPUs at it.  The problem<br />
is that more instances of Rails (running as part of a Mongrel<br />
cluster, in our case) means more requests to your database.  At this<br />
point in time there&#8217;s no facility in Rails to talk to more than one<br />
database at a time.  The solutions to this are caching the hell out<br />
of everything and setting up multiple read-only slave databases,<br />
neither of which are quick fixes to implement.  So it&#8217;s not just<br />
cost, it&#8217;s time, and time is that much more precious when people can['t]<br />
reach your site.None of these scaling approaches are as fun and easy as developing<br />
for Rails.  All the convenience methods and syntactical sugar that<br />
makes Rails such a pleasure for coders ends up being absolutely<br />
punishing, performance-wise.  Once you hit a certain threshold of<br />
traffic, either you need to strip out all the costly neat stuff that<br />
Rails does for you (RJS, ActiveRecord, ActiveSupport, etc.) or move<br />
the slow parts of your application out of Rails, or both.It&#8217;s also worth mentioning that there shouldn&#8217;t be doubt in anybody&#8217;s<br />
mind at this point that Ruby itself is slow.  It&#8217;s great that people<br />
are hard at work on faster implementations of the language, but right<br />
now, it&#8217;s tough.  If you&#8217;re looking to deploy a big web application<br />
and you&#8217;re language-agnostic, realize that the same operation in Ruby<br />
will take less time in Python.  All of us working on Twitter are big<br />
Ruby fans, but I think it&#8217;s worth being frank that this isn&#8217;t one of<br />
those relativistic language issues.  Ruby is slow.</li>
<li><strong>How difficult has it been to add hardware to the environment?</strong>We&#8217;re hosted at Joyent, and they make the &#8220;throw more CPUs at it&#8221;<br />
approach easy.  We&#8217;ve been able to get new server containers<br />
provisioned within hours, generally.I&#8217;d like to experiment with Amazon EC2 to handle load spikes, but the<br />
prospective database latency is prohibitive.</li>
<li><strong>How large is the current Twitter road map?  How many features are you guys looking to add?</strong>Not to be evasive, but it&#8217;s hard to say right now.  There&#8217;s a lot<br />
that we&#8217;d like to do while still maintaining a simple, focused, easy-<br />
to-use service.  Lots of people are interested in a groups feature,<br />
and that&#8217;s definitely on our radar.  There&#8217;s lots of good stuff coming!</li>
<li><strong>How do you see Twitter affecting the blogosphere, IM, SMS, and Email?</strong>I don&#8217;t think Twitter is a replacement for blogging, just as I don&#8217;t<br />
think blogging is a replacement for journalism.  As far as<br />
communicating ideas to an audience, one-to-many, Twitter works best<br />
for those particular ideas that are terse yet expressive, and don&#8217;t<br />
benefit greatly from an in-place thread of replies.  For more<br />
personal (some might say mundane) updates, I think Twitter is a<br />
better fit than a blog.  People are going to talk about their cats,<br />
inevitably, but do you really want someone talking about their cat in<br />
more than 140 characters?I think the real power of Twitter is its ability to channel over<br />
different mediums at the user&#8217;s whim.   IM, SMS, email, and the web<br />
are just transports as far as Twitter is concerned.  Generally, you<br />
have to go out and get information via whatever medium that<br />
information is on.  With Twitter, information can come to you via<br />
whatever medium you prefer.  Or, if you want some space, you can<br />
easily turn off the information tap with a simple &#8220;off&#8221; command.<br />
That&#8217;s powerful.</li>
</ol>
<p style="padding: 5px; float: left"><script type="text/javascript"><!--
 google_ad_client = "pub-0801379345962435"; google_ad_width = 336; google_ad_height = 280; google_ad_format = "336x280_as"; google_ad_type = "text_image"; //2007-06-21: Radical Behavior google_ad_channel = "1325346712"; //-->
// --&gt;</script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.radicalbehavior.com/5-question-interview-with-twitter-developer-alex-payne/feed/</wfw:commentRss>
		<slash:comments>264</slash:comments>
		</item>
		<item>
		<title>Is Twitter Tracking Replies</title>
		<link>http://www.radicalbehavior.com/is-twitter-tracking-replies/</link>
		<comments>http://www.radicalbehavior.com/is-twitter-tracking-replies/#comments</comments>
		<pubDate>Tue, 20 Mar 2007 23:34:28 +0000</pubDate>
		<dc:creator>Josh Kenzer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://www.radicalbehavior.com/is-twitter-tracking-replies/</guid>
		<description><![CDATA[I was catching up on my Twitter timeline, when I saw this: Notice the small link after the from txt. It reads, in reply to RobbSmith. When I clicked on it, I got this: Since Dave&#8217;s send was via SMS, &#8230; <a href="http://www.radicalbehavior.com/is-twitter-tracking-replies/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I was catching up on my Twitter timeline, when I saw this:</p>
<p><img src="http://www.radicalbehavior.com/wp-content/uploads/2007/03/davidlaplante-in-reply.png" alt="davidlaplante in Reply" width="586" height="69" /></p>
<p>Notice the small link after the from txt. It reads, in reply to RobbSmith. When I clicked on it, I got this:</p>
<p><img src="http://www.radicalbehavior.com/wp-content/uploads/2007/03/robbsmith-message.jpg" alt="robbsmith Message" width="575" height="56" /></p>
<p>Since Dave&#8217;s send was via SMS, I can only guess it was due to the @RobbSmith text at the front. This is a cool new feature add. Did it exist before and I just didn&#8217;t notice?</p>
<div class="technorati">Tags: <a rel="tag" href="http://technorati.com/tag/Twitter">Twitter</a>, <a rel="tag" href="http://technorati.com/tag/David LaPlante">David LaPlante</a>, <a rel="tag" href="http://technorati.com/tag/Robb Smith">Robb Smith</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.radicalbehavior.com/is-twitter-tracking-replies/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>The Twitter Reinforcer</title>
		<link>http://www.radicalbehavior.com/the-twitter-reinforcer/</link>
		<comments>http://www.radicalbehavior.com/the-twitter-reinforcer/#comments</comments>
		<pubDate>Sat, 10 Mar 2007 08:52:28 +0000</pubDate>
		<dc:creator>Josh Kenzer</dc:creator>
				<category><![CDATA[Behaviorism]]></category>
		<category><![CDATA[Sudo Psychology]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://www.radicalbehavior.com/2007/03/10/the-twitter-reinforcer/</guid>
		<description><![CDATA[Having unexplainably become addicted to Twitter.com, I&#8217;ve set out to rationalize understand where the motivation to participate comes from. As continued behavior is usually a result of some kind of reinforcer, the first step is to figure out what I &#8230; <a href="http://www.radicalbehavior.com/the-twitter-reinforcer/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Having unexplainably become addicted to <a href="http://twitter.com/home">Twitter.com</a>, I&#8217;ve set out to <span style="text-decoration: line-through;">rationalize</span> understand where the motivation to participate comes from. As continued behavior is usually a result of some kind of reinforcer, the first step is to figure out what I get out of sharing my daily activities.</p>
<p>I initially heard about Twitter from <a href="http://www.davidlaplante.com">Dave</a>, but saw no point in exploring it like I do most new technologies. But after hearing a few others bring it up around the office, I didn&#8217;t want to be left behind &#8211; I can&#8217;t deal with others being more informed on a new technology than I am.</p>
<p>My Twitter contact list therefore started out as just Twelve Horses co-workers. My participation was light but consistent. I was usually &#8220;nudged&#8221; into messaging after receiving a message from someone else&#8217;s account. At this point, the reinforcer was the self satisfaction of learning a new technology and knowing I was &#8220;in the know.&#8221; However, as I started to hear Twitter come up on my regular podcast playlists &#8211; <a href="http://www.twit.tv">TWIT</a>, <a href="http://bol.cnet.com">Buzz Out Loud</a>, etc. &#8211; I became motivated to take it more seriously.</p>
<p>I starting following tech gurus like <a href="http://scobleizer.com/2007/03/09/1004-following-me-to-sxsw/">Robert Scoble</a>, <a href="http://www.veronicabelmont.com/">Veronica Belmont</a>, and <a href="http://www.micropersuasion.com/2007/03/twitter_indexed.html">Steve Rubel</a>. The way Twitter works, I would get their messages but they wouldn&#8217;t necessarily get mine. However, getting insight into their thoughts and activities, I started to feel more connected and involved. I also learn of cool links and events.</p>
<p>This doesn&#8217;t explain why I send updates. I guess it&#8217;s the feeling of giving to the machine in order to get back. I think Twitter is the trendy thing to do right now, but since it doesn&#8217;t have a real use &#8211; or said differently, there isn&#8217;t a clear reinforcer to continue the behavior &#8211; I think it&#8217;s popularity is temporary. I will be amazed if it becomes used outside the geeky class. I fully expect to see mainstream media coverage of it shortly, as a tech phenomenon, but I think all that will do is showcase how geeky us geeks truly are.</p>
<p>Anyway, in the mean time, Twitter on!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.radicalbehavior.com/the-twitter-reinforcer/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

