<?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>Hummingbird604.com &#187; Third Tuesday</title>
	<atom:link href="http://hummingbird604.com/category/third-tuesday/feed/" rel="self" type="application/rss+xml" />
	<link>http://hummingbird604.com</link>
	<description>The personal blog of a Vancouver-based educator in environmental issues</description>
	<lastBuildDate>Thu, 24 May 2012 18:10:54 +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>Content Rules at #3tyvr with @cc_chapman (Third Tuesday Vancouver) Liveblog</title>
		<link>http://hummingbird604.com/2011/01/20/content-rules-at-3tyvr-with-cc_chapman-third-tuesday-vancouver-liveblog/</link>
		<comments>http://hummingbird604.com/2011/01/20/content-rules-at-3tyvr-with-cc_chapman-third-tuesday-vancouver-liveblog/#comments</comments>
		<pubDate>Fri, 21 Jan 2011 02:25:20 +0000</pubDate>
		<dc:creator>Raul</dc:creator>
				<category><![CDATA[liveblogging]]></category>
		<category><![CDATA[Third Tuesday]]></category>

		<guid isPermaLink="false">http://hummingbird604.com/?p=10965</guid>
		<description><![CDATA[I am tethering from my iPhone and found a power outlet so here I am! &#160; Content Rules by CC Champan (01/20/2011)&#160; &#160;&#160; Close&#160;&#160; 6:26 Raul:&#160; I&#8217;m at Third Tuesday Vancouver (#3tyvr) liveblogging C.C. Chapman&#8217;s Content Rules talk. You can have your tweets integrated by using the hashtags #contentrules and #3tyvr Thursday January 20, 2011&#160;6:26&#160;Raul [...]
Related posts:<ol>
<li><a href='http://hummingbird604.com/2010/01/19/julien-smith-at-third-tuesday-vancouver-liveblog/' rel='bookmark' title='Julien Smith at Third Tuesday Vancouver liveblog'>Julien Smith at Third Tuesday Vancouver liveblog</a></li>
<li><a href='http://hummingbird604.com/2010/03/23/3tyvr-liveblog-social-media-and-the-olympics/' rel='bookmark' title='#3tyvr Liveblog &#8211; Social Media And The Olympics'>#3tyvr Liveblog &#8211; Social Media And The Olympics</a></li>
<li><a href='http://hummingbird604.com/2007/10/29/where-does-good-content-go/' rel='bookmark' title='Where does good content go?'>Where does good content go?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I am tethering from my iPhone and found a power outlet so here I am!</p>
<p><meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="http://cdnns.coveritlive.com/media/css/viewer_window_normal.css" rel="stylesheet" type="text/css" />
<style type="text/css">
/* Adjust the height to best suite your page */
/* Remove height property to have all text show without scrollbars. */
#cil_page .mainchat {  position: relative; overflow: auto;  }
</style>
<p><script language="javascript" type="text/javascript">
<!--
function cil_launchLayer( num, divsrc, divheight, divwidth) { var scrollpos = cil_getScrollingPosition(); divsrc = unescape(cil_replaceString('qzzq', '"', divsrc)); document.getElementById('cil_divsrc').innerHTML = divsrc; divleft = (document.getElementById('cil_mainholder').offsetWidth - divwidth) / 2; if (document.getElementById('cil_mainholder').offsetTop > scrollpos[1]) { divtop = document.getElementById('cil_mainholder').scrollTop + 40; } else { divtop = scrollpos[1] - document.getElementById('cil_mainholder').offsetTop + document.getElementById('cil_mainholder').scrollTop + 40; } document.getElementById('cil_modalitem').style.left = divleft + 'px'; document.getElementById('cil_modalitem').style.top = divtop + 'px'; document.getElementById('cil_modalitem').style.display = 'inline'; }
function cil_closeLayer(){ if (document.getElementById('cil_modalitem').style.display != 'none') { document.getElementById('cil_divsrc').innerHTML = ''; document.getElementById('cil_modalitem').style.display = 'none'; } }
function cil_replaceString(oldS, newS, fullS) { for (var i = 0; i < fullS.length; i++) { if (fullS.substring(i, i + oldS.length) == oldS) { fullS = fullS.substring(0, i) + newS + fullS.substring(i + oldS.length, fullS.length); } } return fullS; }
function cil_getScrollingPosition() { var position = [0, 0]; if (typeof window.pageYOffset != 'undefined') { position = [window.pageXOffset, window.pageYOffset]; } else if (typeof document.documentElement.scrollTop != 'undefined' &#038;&#038; document.documentElement.scrollTop > 0) { position = [document.documentElement.scrollLeft,document.documentElement.scrollTop]; } else if (typeof document.body.scrollTop != 'undefined') { position = [document.body.scrollLeft,document.body.scrollTop]; } return position; }
function cil_getCurrentStyle(elem, prop) { if( elem.currentStyle ) { var ar = prop.match(/\w[^-]*/g); var s = ar[0]; for(var i = 1; i < ar.length; ++i) { s += ar[i].replace(/\w/, ar[i].charAt(0).toUpperCase()); } return elem.currentStyle[s] } else if( document.defaultView.getComputedStyle ) { return document.defaultView.getComputedStyle(elem, null).getPropertyValue(prop);  } }
function cil_setSizes() { document.getElementById('viewingtoolbar').style.width = document.getElementById('altcast_title').offsetWidth + 'px'; var oElement = document.getElementById('pageborder'); if (oElement) { borderHeight  = cil_getCurrentStyle(oElement, 'border-top-width'); pageborderHeight = borderHeight.substring(0,borderHeight.length-2); } else { pageborderHeight = 0; } maxheight = 550 - (pageborderHeight*2); chatholderheight = (maxheight-document.getElementById('viewingtoolbar').offsetHeight-document.getElementById('viewingfooter').offsetHeight-document.getElementById('altcast_title').offsetHeight-9); document.getElementById('mainchat').style.height = chatholderheight + 'px'; }
//-->
</script></p>
<div id="cil_page" class="overallpage" style="position:relative; font-family: Arial, Arial; font-size: 12px; background: #ffffff; line-height: 150%; margin:0; padding:0; vertical-align:top; text-align:left; margin-bottom: 1px; height: 550px; width: 470px;">
<div id="pageborder" class="pageborder" style="position: relative;">
<div id="chatholder" class="chatholder">
<div id="altcast_title" class="event_title_bar" >
<table style="height: 35px; width: 100%;">
<tr valign="middle">
<td>&nbsp;</td>
<td width=99%><span class="event_title_replay" id="txtTitle">Content Rules by CC Champan</span></td>
<td valign=middle align="right" style="font-size: 90%;" nowrap><span class="replay_date">(01/20/2011)</span>&nbsp;</td>
</tr>
</table>
</div>
<div id="cil_modalitem" style="display: none; position: absolute; top: 40px; left: 50px; z-index: 100;">
<div>
<div id="cil_divsrc" style="background: #000000; padding: 10px; display: block; text-align: center;"></div>
<div style="display: block; line-height: 10px; clear: both; background: #000000; padding: 10px; padding-top: 0px;">&nbsp;&nbsp;<br />
<table style="height: 16px;">
<tr valign=middle>
<td><a href="#" onClick="javascript: cil_closeLayer();return false;" style="color: #FFFFFF;"><strong>Close</strong></a>&nbsp;&nbsp;</td>
</tr>
</table>
</div>
</div></div>
<div id="mainchat" class="mainchat">
<div class="cil_eventholder">
<div id="row122173527" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:26</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122173527">I&#8217;m at Third Tuesday Vancouver (#3tyvr) liveblogging C.C. Chapman&#8217;s Content Rules talk. You can have your tweets integrated by using the hashtags #contentrules and #3tyvr </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:26&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122174559" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:29</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/Lahey13" target="_blank"><img src="http://a2.twimg.com/profile_images/655865502/la13_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">Lahey13:&nbsp;</div>
<p><span id="txt122174559"><a href="http://twitter.com/%40monicahamburg" target="_blank" >@monicahamburg</a> Oh I&#8217;m being a mouthpiece &#8230; still a rockin&#8217; event even if it was outside <img src='http://hummingbird604.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:29&nbsp;</span><span class="bottomdisplayname">Lahey13</span></div>
</td>
</tr>
</table>
</div>
<div id="row122175032" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:31</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/hummingbird604" target="_blank"><img src="http://a3.twimg.com/profile_images/1162132008/Raul_bloggable_t-shirt_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">hummingbird604:&nbsp;</div>
<p><span id="txt122175032">I&#8217;m liveblogging <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> speaking at <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> <a href="http://is.gd/rtqVFh" target="_blank" >http://is.gd/rtqVFh</a> (share as you see fit)  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:31&nbsp;</span><span class="bottomdisplayname">hummingbird604</span></div>
</td>
</tr>
</table>
</div>
<div id="row122176131" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:33</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/photodreamz" target="_blank"><img src="http://a0.twimg.com/profile_images/1160569985/profile_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">photodreamz:&nbsp;</div>
<p><span id="txt122176131">Big turn out tonight, lots of familiar faces <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:33&nbsp;</span><span class="bottomdisplayname">photodreamz</span></div>
</td>
</tr>
</table>
</div>
<div id="row122176441" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:34</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/dbutton" target="_blank"><img src="http://a0.twimg.com/profile_images/1101810302/headshot_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">dbutton:&nbsp;</div>
<p><span id="txt122176441">RT <a href="http://twitter.com/%40hummingbird604" target="_blank" >@hummingbird604</a>: NEW BLOG POST, Content Rules at <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> with <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> (Third Tuesday Vancouver) Liveblog &#8211; <a href="http://tinyurl.com/6zbbowq" target="_blank" >http://tinyurl.com/6zbbowq</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:34&nbsp;</span><span class="bottomdisplayname">dbutton</span></div>
</td>
</tr>
</table>
</div>
<div id="row122176605" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:34</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/chrissychrzan" target="_blank"><img src="http://a2.twimg.com/profile_images/1149633160/180259039_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">chrissychrzan:&nbsp;</div>
<p><span id="txt122176605">RT <a href="http://twitter.com/%40hummingbird604" target="_blank" >@hummingbird604</a>: NEW BLOG POST, Content Rules at <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> with <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> (Third Tuesday Vancouver) Liveblog &#8211; <a href="http://tinyurl.com/6zbbowq" target="_blank" >http://tinyurl.com/6zbbowq</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:34&nbsp;</span><span class="bottomdisplayname">chrissychrzan</span></div>
</td>
</tr>
</table>
</div>
<div id="row122176819" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:35</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/dbutton" target="_blank"><img src="http://a0.twimg.com/profile_images/1101810302/headshot_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">dbutton:&nbsp;</div>
<p><span id="txt122176819">I&#8217;m at <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> with <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> (Third Tuesday Vancouver)  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:35&nbsp;</span><span class="bottomdisplayname">dbutton</span></div>
</td>
</tr>
</table>
</div>
<div id="row122177047" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:35</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/hummingbird604" target="_blank"><img src="http://a3.twimg.com/profile_images/1162132008/Raul_bloggable_t-shirt_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">hummingbird604:&nbsp;</div>
<p><span id="txt122177047">Somebody be a dear and get me a drink, as I couldn&#8217;t wait in line for long enough <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> I need to liveblog @cc_chapman&#8217;s talk  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:35&nbsp;</span><span class="bottomdisplayname">hummingbird604</span></div>
</td>
</tr>
</table>
</div>
<div id="row122177168" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:36</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/CeciliaLu" target="_blank"><img src="http://a0.twimg.com/profile_images/631393414/3752d57_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">CeciliaLu:&nbsp;</div>
<p><span id="txt122177168">Waiting for @cc_chapman&#8217;s talk &#038; catching up with <a href="http://twitter.com/%40crushmarketing" target="_blank" >@crushmarketing</a> <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:36&nbsp;</span><span class="bottomdisplayname">CeciliaLu</span></div>
</td>
</tr>
</table>
</div>
<div id="row122177330" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:36</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122177330">Jeremy Lim (@jeremylim), organizer of Third Tuesday Vancouver is thanking sponsors.<br/><br/>CNW<br/>Rogers Communication<br/>Radian 6<br/>Fairmont Hotels<br/><br/>Thanks to Ceili&#8217;s for sponsoring space.  </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:36&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122177522" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:37</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/HerraincoBrand" target="_blank"><img src="http://a0.twimg.com/profile_images/997223563/Casey_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">HerraincoBrand:&nbsp;</div>
<p><span id="txt122177522"><a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> starting at Caelis  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:37&nbsp;</span><span class="bottomdisplayname">HerraincoBrand</span></div>
</td>
</tr>
</table>
</div>
<div id="row122177567" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:37</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/JillBenedict" target="_blank"><img src="http://a2.twimg.com/profile_images/1155084074/Jill4Copy_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">JillBenedict:&nbsp;</div>
<p><span id="txt122177567">RT <a href="http://twitter.com/%40hummingbird604" target="_blank" >@hummingbird604</a>: I&#8217;m liveblogging <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> speaking at <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> <a href="http://is.gd/rtqVFh" target="_blank" >http://is.gd/rtqVFh</a> (share as you see fit)  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:37&nbsp;</span><span class="bottomdisplayname">JillBenedict</span></div>
</td>
</tr>
</table>
</div>
<div id="row122177590" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:37</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122177590">C.C. Chapman is a media creator, online marketing expert. CC has helped people in brands (Coca Cola, HBO, Warner Brothers).  </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:37&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122177748" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:37</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/LindseyLe" target="_blank"><img src="http://a3.twimg.com/profile_images/1038267597/IMG00252-20100416-0001_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">LindseyLe:&nbsp;</div>
<p><span id="txt122177748">Thank you for organizing <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://twitter.com/%40jeremylim" target="_blank" >@jeremylim</a>!! Always fantastic!  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:37&nbsp;</span><span class="bottomdisplayname">LindseyLe</span></div>
</td>
</tr>
</table>
</div>
<div id="row122178078" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:38</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122178078">C.C. Chapman is yelling and speaking loud and clear. &#8220;A little louder&#8221;. He did theatre for years, he does this as a second nature.  </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:38&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122178268" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:39</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/TeamCain_Guerin" target="_blank"><img src="http://a1.twimg.com/profile_images/1124266150/Mike_Guerin_Headshot_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">TeamCain_Guerin:&nbsp;</div>
<p><span id="txt122178268">Between <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> and <a href="http://search.twitter.com/search?q=%23inboundmarketing" target="_blank" >#inboundmarketing</a> my brain is too full &#8230;oh hell, who needs weekends anyway!  Fun useful and insightful stuff  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:39&nbsp;</span><span class="bottomdisplayname">TeamCain_Guerin</span></div>
</td>
</tr>
</table>
</div>
<div id="row122178428" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:39</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122178428">C.C. &#8220;I&#8217;ll apologize now if I am a little sleepy, I woke up this morning and honestly I didn&#8217;t know where I was. Honestly I had no clue where I was &#8211; I had to call my wife to ask her &#8216;where am I&#8217;&#8221;<br/><br/>Joe is one of the authors of &#8220;Digital Dads&#8221;.  </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:39&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122178617" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:40</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/MortgagesVanBC" target="_blank"><img src="http://a0.twimg.com/profile_images/1144777810/image_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">MortgagesVanBC:&nbsp;</div>
<p><span id="txt122178617">RT <a href="http://twitter.com/%40LindseyLe" target="_blank" >@LindseyLe</a>: Thank you for organizing <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://twitter.com/%40jeremylim" target="_blank" >@jeremylim</a>!! Always fantastic!  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:40&nbsp;</span><span class="bottomdisplayname">MortgagesVanBC</span></div>
</td>
</tr>
</table>
</div>
<div id="row122178892" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:41</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/LindseyLe" target="_blank"><img src="http://a3.twimg.com/profile_images/1038267597/IMG00252-20100416-0001_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">LindseyLe:&nbsp;</div>
<p><span id="txt122178892">RT <a href="http://twitter.com/%40hummingbird604" target="_blank" >@hummingbird604</a>: I&#8217;m liveblogging <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> speaking at <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> <a href="http://is.gd/rtqVFh" target="_blank" >http://is.gd/rtqVFh</a> (share as you see fit)  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:41&nbsp;</span><span class="bottomdisplayname">LindseyLe</span></div>
</td>
</tr>
</table>
</div>
<div id="row122178906" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:41</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122178906">CC is still waiting for someone to be reading the book at the airport. <br/><br/>The big thing about content is that it is not rocket science. You can set up a blog in five minutes and start producing content. You can set up an Instagram and produce content. Creating content is super easy.  </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:41&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122178927" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:41</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/roxannestp" target="_blank"><img src="http://a3.twimg.com/profile_images/1093891580/P1020307_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">roxannestp:&nbsp;</div>
<p><span id="txt122178927">RT <a href="http://twitter.com/%40LindseyLe" target="_blank" >@LindseyLe</a>: Thank you for organizing <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://twitter.com/%40jeremylim" target="_blank" >@jeremylim</a>!! Always fantastic!  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:41&nbsp;</span><span class="bottomdisplayname">roxannestp</span></div>
</td>
</tr>
</table>
</div>
<div id="row122179139" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:41</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122179139">No, it&#8217;s not. <strong>Creating good content is hard.</strong> It&#8217;s hard to create strong, punchy, compelling content. Creating good content is really hard depending on the medio. CC has a really hard time creating audio or video content. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:41&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122179251" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:42</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/thornley" target="_blank"><img src="http://a1.twimg.com/profile_images/1184036394/CroppedforTwitter_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">thornley:&nbsp;</div>
<p><span id="txt122179251">Creating content is easy. Creating good content is hard. <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:42&nbsp;</span><span class="bottomdisplayname">thornley</span></div>
</td>
</tr>
</table>
</div>
<div id="row122179375" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:42</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122179375">CC.- He can take a really good photograph, but how do you take the content you are creating and make it engaging. Because everybody can create content, there&#8217;s a lot of content out there that is BAD, it&#8217;s crappy. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:42&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122179376" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:42</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/billdinTO" target="_blank"><img src="http://a3.twimg.com/profile_images/1158376840/doskoch_twitter_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">billdinTO:&nbsp;</div>
<p><span id="txt122179376">RT <a href="http://twitter.com/%40thornley" target="_blank" >@thornley</a>: Creating content is easy. Creating good content is hard. <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:42&nbsp;</span><span class="bottomdisplayname">billdinTO</span></div>
</td>
</tr>
</table>
</div>
<div id="row122179450" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:42</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/AranH" target="_blank"><img src="http://a1.twimg.com/profile_images/1168664203/DSC03381_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">AranH:&nbsp;</div>
<p><span id="txt122179450">RT <a href="http://twitter.com/%40thornley" target="_blank" >@thornley</a>: Creating content is easy. Creating good content is hard. <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:42&nbsp;</span><span class="bottomdisplayname">AranH</span></div>
</td>
</tr>
</table>
</div>
<div id="row122179603" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:43</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122179603">The book is split into 3 sections</p>
<p>1. Eleven content rules. <br />2. &#8220;How to&#8221; section.  <br />3. Ten case studies &#8211; here&#8217;s how different people are doing it and here are ideas you can steal from them. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:43&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122179670" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:43</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/rahelab" target="_blank"><img src="http://a3.twimg.com/profile_images/328553708/RahelAnneBailie_small_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">rahelab:&nbsp;</div>
<p><span id="txt122179670"><a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> if a book doesn&#8217;t have a how-to section, it&#8217;s not helpful.  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:43&nbsp;</span><span class="bottomdisplayname">rahelab</span></div>
</td>
</tr>
</table>
</div>
<div id="row122179742" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:43</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/tbains" target="_blank"><img src="http://a2.twimg.com/profile_images/1196570987/TracyinRome_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">tbains:&nbsp;</div>
<p><span id="txt122179742"><a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> nothing sucks more than a biz book without a how-to section via <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:43&nbsp;</span><span class="bottomdisplayname">tbains</span></div>
</td>
</tr>
</table>
</div>
<div id="row122179770" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:43</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122179770">While he is not going to go through all 11 Rules, CC wants to talk about a few of the rules. He is hoping it will help inspire you and take whatever you take from his talk. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:43&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122179784" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:43</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/TimothySerrano" target="_blank"><img src="http://a1.twimg.com/profile_images/557923344/Timothy-Serrano-LinkedIn_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">TimothySerrano:&nbsp;</div>
<p><span id="txt122179784">Creating content is easy. Creating good content is hard. C.C. Chapman at Vancouver Meetup <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:43&nbsp;</span><span class="bottomdisplayname">TimothySerrano</span></div>
</td>
</tr>
</table>
</div>
<div id="row122179994" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:44</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/yolondaabrahams" target="_blank"><img src="http://a3.twimg.com/profile_images/1220473376/13837_205034906976_515721976_3516469_3694361_n.jpg_effected-001_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">yolondaabrahams:&nbsp;</div>
<p><span id="txt122179994">RT <a href="http://twitter.com/%40thornley" target="_blank" >@thornley</a>: Creating content is easy. Creating good content is hard. <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:44&nbsp;</span><span class="bottomdisplayname">yolondaabrahams</span></div>
</td>
</tr>
</table>
</div>
<div id="row122180023" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:44</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122180023"><strong>CC</strong></p>
<p>One of the rules &#8211; not to shill &#8211; show or teach, but do NOT shill. &#8220;Buy my product&#8221;. Do not DM people &#8220;hey check my site&#8221;. Nobody likes that, everybody hates that guy/girl. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:44&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122180181" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:44</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/lmatecha" target="_blank"><img src="http://a0.twimg.com/profile_images/1160114886/LMphoto4_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">lmatecha:&nbsp;</div>
<p><span id="txt122180181">Under the heat-lamps at <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:44&nbsp;</span><span class="bottomdisplayname">lmatecha</span></div>
</td>
</tr>
</table>
</div>
<div id="row122180280" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:44</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/tbains" target="_blank"><img src="http://a2.twimg.com/profile_images/1196570987/TracyinRome_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">tbains:&nbsp;</div>
<p><span id="txt122180280"><a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> Stop shilling&#8211;no one likes it. P.S. All SM douches are guys :p  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:44&nbsp;</span><span class="bottomdisplayname">tbains</span></div>
</td>
</tr>
</table>
</div>
<div id="row122180521" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:45</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/roxannestp" target="_blank"><img src="http://a3.twimg.com/profile_images/1093891580/P1020307_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">roxannestp:&nbsp;</div>
<p><span id="txt122180521">RT <a href="http://twitter.com/%40AranH" target="_blank" >@AranH</a>: RT <a href="http://twitter.com/%40thornley" target="_blank" >@thornley</a>: Creating content is easy. Creating good content is hard. <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:45&nbsp;</span><span class="bottomdisplayname">roxannestp</span></div>
</td>
</tr>
</table>
</div>
<div id="row122180599" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:45</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122180599">
<p>Ann Handley. </p>
<p><em>What is the Chinese dry wall problem?<br /></em> <br />They put Chinese dry wall that has all these chemicals and mold, kids were getting really ill, it&#8217;s not like mold that you can easy fix. Millions of dollars in lawsuits. There is a site (clearinghouse for this problem). </p>
<p>What is interesting is that it&#8217;s a law firm doing this.  </p>
<p> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:45&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122180632" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:45</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/mark_t_taylor" target="_blank"><img src="http://a3.twimg.com/profile_images/1145391023/DSC_0228_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">mark_t_taylor:&nbsp;</div>
<p><span id="txt122180632">RT <a href="http://twitter.com/%40thornley" target="_blank" >@thornley</a>: Creating content is easy. Creating good content is hard. <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:45&nbsp;</span><span class="bottomdisplayname">mark_t_taylor</span></div>
</td>
</tr>
</table>
</div>
<div id="row122180798" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:46</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122180798">What this law firm has done &#8211; this a different approach &#8211; it&#8217;s a website that is really informative. It&#8217;s really subtle, but they are doing a really good job of getting people to come to the site, hang out and then they will get hired. <br /> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:46&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122180846" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:46</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/rahelab" target="_blank"><img src="http://a3.twimg.com/profile_images/328553708/RahelAnneBailie_small_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">rahelab:&nbsp;</div>
<p><span id="txt122180846"><a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> content on <a href="http://chinesedrywallproblem.com" target="_blank" >chinesedrywallproblem.com</a> is informative, and markets subtly.  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:46&nbsp;</span><span class="bottomdisplayname">rahelab</span></div>
</td>
</tr>
</table>
</div>
<div id="row122180895" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:46</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/seanweller" target="_blank"><img src="http://a1.twimg.com/profile_images/285874843/Headshot_2_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">seanweller:&nbsp;</div>
<p><span id="txt122180895">Listening to C.C. Chapman talk about content strategy at Vancouver Meetup <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:46&nbsp;</span><span class="bottomdisplayname">seanweller</span></div>
</td>
</tr>
</table>
</div>
<div id="row122181219" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:47</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/jason_baker" target="_blank"><img src="http://a0.twimg.com/profile_images/1158156548/headshot_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">jason_baker:&nbsp;</div>
<p><span id="txt122181219">45 min now. <a href="http://twitter.com/%40CeilisVan" target="_blank" >@CeilisVan</a> Looking forward to <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>, but <a href="http://twitter.com/%40ColleenCoplick" target="_blank" >@ColleenCoplick</a> &#038; I have been waiting for a beer for 15+ mins. Help?  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:47&nbsp;</span><span class="bottomdisplayname">jason_baker</span></div>
</td>
</tr>
</table>
</div>
<div id="row122181293" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:48</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122181293">CC.- One of our rules &#8211; <strong>you need to build a camp fire.</strong> CC was going to put the instructions in the book. Putting bigger logs, etc. When you think about your content strategy, you can&#8217;t just dump the logs and light it. You will have a big blow up of fire, and then they are gone. <br /> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:48&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122181323" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:48</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/thornley" target="_blank"><img src="http://a1.twimg.com/profile_images/1184036394/CroppedforTwitter_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">thornley:&nbsp;</div>
<p><span id="txt122181323">Third Tuesday Vancouver with <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> is packed. Thank you <a href="http://twitter.com/%40jeremylim" target="_blank" >@jeremylim</a>. <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> &#038; <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>
<div class="clearingspace">&nbsp;</div>
<div><a href="#" onclick="window.open('http://twitpic.com/show/full/3rvz38', 'twitpic', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,left = 50,top = 50');return false;" target="_blank" ><img src="http://twitpic.com/show/thumb/3rvz38" border=0 height=150 width=150 align=bottom /></a>
<div style="position:relative; top: -26px; left: 2px;"><a href="#" onclick="window.open('http://twitpic.com/show/full/3rvz38', 'twitpic', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,left = 50,top = 50');return false;" target="_blank" ><img src="/templates/coveritlive/images/icons/preview24.png" class="correct-png" border="0" /></a></div>
</div>
<p>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:48&nbsp;</span><span class="bottomdisplayname">thornley</span></div>
</td>
</tr>
</table>
</div>
<div id="row122181377" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:48</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/mariskar" target="_blank"><img src="http://a3.twimg.com/profile_images/1206319747/mariska_DSC7335web_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">mariskar:&nbsp;</div>
<p><span id="txt122181377">Just arrived at <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>&#8230; What have I missed?  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:48&nbsp;</span><span class="bottomdisplayname">mariskar</span></div>
</td>
</tr>
</table>
</div>
<div id="row122181548" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:48</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/photodreamz" target="_blank"><img src="http://a0.twimg.com/profile_images/1160569985/profile_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">photodreamz:&nbsp;</div>
<p><span id="txt122181548">Apparently few people at <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> know how to start a camp fire. It is a rainforest. Discussing content creation.  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:48&nbsp;</span><span class="bottomdisplayname">photodreamz</span></div>
</td>
</tr>
</table>
</div>
<div id="row122181592" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:49</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/rahelab" target="_blank"><img src="http://a3.twimg.com/profile_images/328553708/RahelAnneBailie_small_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">rahelab:&nbsp;</div>
<p><span id="txt122181592"><a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> dumb client question 1: can you make me a viral video?  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:49&nbsp;</span><span class="bottomdisplayname">rahelab</span></div>
</td>
</tr>
</table>
</div>
<div id="row122181633" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:49</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/monicahamburg" target="_blank"><img src="http://a1.twimg.com/profile_images/131477396/Bo_Peep_Pic_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">monicahamburg:&nbsp;</div>
<p><span id="txt122181633">I like the speaker &#8211; he has personality.  ( <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> ) <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:49&nbsp;</span><span class="bottomdisplayname">monicahamburg</span></div>
</td>
</tr>
</table>
</div>
<div id="row122181669" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:49</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122181669">CC &#8211; &#8220;you can make a really compelling video, but YOU CAN&#8217;T MAKE THINGS GO VIRAL&#8221;. Think about the metaphor of the camp fire. You need some little things to get it started, and then you need some more stuff long term. If you stop producing that great content, you are going to lose your readers. </p>
<p><strong>Think about a publishing schedule. <br /></strong><br />It&#8217;s a really good thing to think like a publisher. W </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:49&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122181733" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:49</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/tbains" target="_blank"><img src="http://a2.twimg.com/profile_images/1196570987/TracyinRome_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">tbains:&nbsp;</div>
<p><span id="txt122181733"><a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> Client: make me a viral video. Me: No. I&#8217;ll make you a quality video. Via <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:49&nbsp;</span><span class="bottomdisplayname">tbains</span></div>
</td>
</tr>
</table>
</div>
<div id="row122181788" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:49</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122181788">One of the things they did at Digital Dad &#8211; Mondays is this, Friday is a cooking day, Wednesdays is a video day, etc. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:49&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122181902" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:50</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122181902">What are we going to publish? How does it tie into the events we go to? How does it tie in to everything we do?<br /> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:50&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122182015" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:50</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/rahelab" target="_blank"><img src="http://a3.twimg.com/profile_images/328553708/RahelAnneBailie_small_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">rahelab:&nbsp;</div>
<p><span id="txt122182015"><a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> advocates editorial/publishing schedule (but doesn&#8217;t walk the walk). He can focus w/o one.  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:50&nbsp;</span><span class="bottomdisplayname">rahelab</span></div>
</td>
</tr>
</table>
</div>
<div id="row122182125" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:50</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/TimothySerrano" target="_blank"><img src="http://a1.twimg.com/profile_images/557923344/Timothy-Serrano-LinkedIn_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">TimothySerrano:&nbsp;</div>
<p><span id="txt122182125">Create a regular publishing schedule to focus on what and why C.C. Chapman <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:50&nbsp;</span><span class="bottomdisplayname">TimothySerrano</span></div>
</td>
</tr>
</table>
</div>
<div id="row122182186" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:50</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/Lahey13" target="_blank"><img src="http://a2.twimg.com/profile_images/655865502/la13_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">Lahey13:&nbsp;</div>
<p><span id="txt122182186">Totally agree RT <a href="http://twitter.com/%40monicahamburg" target="_blank" >@monicahamburg</a>: I like the speaker &#8211; he has personality. (@cc_chapman) <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:50&nbsp;</span><span class="bottomdisplayname">Lahey13</span></div>
</td>
</tr>
</table>
</div>
<div id="row122182291" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:51</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122182291">Think about the schedule as your link &#8211; it focuses you on what you are going to create. Instead of having your CEO come and say &#8220;we need to do Twitter, Facebook, etc.&#8221;. You can instead think &#8220;this is the strategy we are going to follow&#8221;.</p>
<p>You need to ask your CEO &#8220;why do we need to do this&#8221; once they ask you &#8220;do this&#8221;. Asking why is so critical. You will not be successful if you don&#8217;t have a strategy. You need to know WHY you are doing what you are doing and why you are publishing what you are publishing. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:51&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122182498" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:52</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/photodreamz" target="_blank"><img src="http://a0.twimg.com/profile_images/1160569985/profile_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">photodreamz:&nbsp;</div>
<p><span id="txt122182498">Funny too RT <a href="http://twitter.com/%40Lahey13" target="_blank" >@Lahey13</a>: Totally agree RT <a href="http://twitter.com/%40monicahamburg" target="_blank" >@monicahamburg</a>: I like the speaker &#8211; he has personality. (@cc_chapman) <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:52&nbsp;</span><span class="bottomdisplayname">photodreamz</span></div>
</td>
</tr>
</table>
</div>
<div id="row122182568" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:52</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/krystlesivorot" target="_blank"><img src="http://a1.twimg.com/profile_images/1088483658/scarf2_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">krystlesivorot:&nbsp;</div>
<p><span id="txt122182568">Totally agree. Schedules are essential. <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:52&nbsp;</span><span class="bottomdisplayname">krystlesivorot</span></div>
</td>
</tr>
</table>
</div>
<div id="row122182603" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:52</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122182603">Melrose Med Mile &#8211; last night they did something so simple &#8211; it was really smart. After the event, they started talking to every person on Twitter and replying, via @ reply (mention). It took them a while, but they could definitely look at some degree of measurement. That little thing they did was so simple &#8211; it&#8217;s not rocket science. But by doing that, people are seeing the responses. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:52&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122182641" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:52</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/TimothySerrano" target="_blank"><img src="http://a1.twimg.com/profile_images/557923344/Timothy-Serrano-LinkedIn_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">TimothySerrano:&nbsp;</div>
<p><span id="txt122182641">Base content development on marketing strategy C.C. Chapman <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:52&nbsp;</span><span class="bottomdisplayname">TimothySerrano</span></div>
</td>
</tr>
</table>
</div>
<div id="row122182796" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:53</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/tbains" target="_blank"><img src="http://a2.twimg.com/profile_images/1196570987/TracyinRome_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">tbains:&nbsp;</div>
<p><span id="txt122182796">Amen RT <a href="http://twitter.com/rahelab%3A" target="_blank" >@rahelab:</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> <a href="http://twitter.com/cc_chapman" target="_blank" >@cc_chapman</a> advocates editorial/publishing schedule (but doesn&#8217;t walk the walk). He can focus w/o 1.  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:53&nbsp;</span><span class="bottomdisplayname">tbains</span></div>
</td>
</tr>
</table>
</div>
<div id="row122182797" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:53</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/jason_baker" target="_blank"><img src="http://a0.twimg.com/profile_images/1158156548/headshot_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">jason_baker:&nbsp;</div>
<p><span id="txt122182797"><a href="http://twitter.com/tbains" target="_blank" >@tbains</a> be sure to say hello at <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <img src='http://hummingbird604.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:53&nbsp;</span><span class="bottomdisplayname">jason_baker</span></div>
</td>
</tr>
</table>
</div>
<div id="row122182825" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:53</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122182825">If you are in the hospitality industry &#8211; the most untapped use of social media &#8211; we are talking about Ceili&#8217;s Van. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:53&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122182970" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:53</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/buizachristina" target="_blank"><img src="http://a0.twimg.com/profile_images/1184550344/76170_106584299413708_100001864149205_54430_2597407_n___normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">buizachristina:&nbsp;</div>
<p><span id="txt122182970">I must be the only one taking notes with a notebook! <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:53&nbsp;</span><span class="bottomdisplayname">buizachristina</span></div>
</td>
</tr>
</table>
</div>
<div id="row122183019" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:53</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/masalapuri" target="_blank"><img src="http://a3.twimg.com/profile_images/684979526/Ajay-Tie_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">masalapuri:&nbsp;</div>
<p><span id="txt122183019">RT <a href="http://twitter.com/%40thornley" target="_blank" >@thornley</a>: Third Tuesday Vancouver with <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> is packed. Thank you <a href="http://twitter.com/%40jeremylim" target="_blank" >@jeremylim</a>. <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> &#038; <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>
<div class="clearingspace">&nbsp;</div>
<div><a href="#" onclick="window.open('http://twitpic.com/show/full/3rvz38', 'twitpic', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,left = 50,top = 50');return false;" target="_blank" ><img src="http://twitpic.com/show/thumb/3rvz38" border=0 height=150 width=150 align=bottom /></a>
<div style="position:relative; top: -26px; left: 2px;"><a href="#" onclick="window.open('http://twitpic.com/show/full/3rvz38', 'twitpic', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,left = 50,top = 50');return false;" target="_blank" ><img src="/templates/coveritlive/images/icons/preview24.png" class="correct-png" border="0" /></a></div>
</div>
<p>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:53&nbsp;</span><span class="bottomdisplayname">masalapuri</span></div>
</td>
</tr>
</table>
</div>
<div id="row122183070" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:53</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/roxannestp" target="_blank"><img src="http://a3.twimg.com/profile_images/1093891580/P1020307_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">roxannestp:&nbsp;</div>
<p><span id="txt122183070">RT <a href="http://twitter.com/%40Lahey13" target="_blank" >@Lahey13</a>: Totally agree RT <a href="http://twitter.com/%40monicahamburg" target="_blank" >@monicahamburg</a>: I like the speaker &#8211; he has personality. (@cc_chapman) <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:53&nbsp;</span><span class="bottomdisplayname">roxannestp</span></div>
</td>
</tr>
</table>
</div>
<div id="row122183126" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:54</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/hummingbird604" target="_blank"><img src="http://a3.twimg.com/profile_images/1162132008/Raul_bloggable_t-shirt_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">hummingbird604:&nbsp;</div>
<p><span id="txt122183126">So thankful to <a href="http://twitter.com/%40thornley" target="_blank" >@thornley</a> for the wine <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <img src='http://hummingbird604.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Thanks Joe!  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:54&nbsp;</span><span class="bottomdisplayname">hummingbird604</span></div>
</td>
</tr>
</table>
</div>
<div id="row122183160" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:54</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/HerraincoBrand" target="_blank"><img src="http://a0.twimg.com/profile_images/997223563/Casey_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">HerraincoBrand:&nbsp;</div>
<p><span id="txt122183160">be human. <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:54&nbsp;</span><span class="bottomdisplayname">HerraincoBrand</span></div>
</td>
</tr>
</table>
</div>
<div id="row122183192" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:54</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/lmatecha" target="_blank"><img src="http://a0.twimg.com/profile_images/1160114886/LMphoto4_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">lmatecha:&nbsp;</div>
<p><span id="txt122183192">Web content dev: use kindling not gasoline. <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:54&nbsp;</span><span class="bottomdisplayname">lmatecha</span></div>
</td>
</tr>
</table>
</div>
<div id="row122183235" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:54</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/TimothySerrano" target="_blank"><img src="http://a1.twimg.com/profile_images/557923344/Timothy-Serrano-LinkedIn_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">TimothySerrano:&nbsp;</div>
<p><span id="txt122183235">Be human <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:54&nbsp;</span><span class="bottomdisplayname">TimothySerrano</span></div>
</td>
</tr>
</table>
</div>
<div id="row122183297" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:54</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122183297">CC prefers to do things from the heart. But when you do a campaign, the PR folks, the legal folks, the comms folk. They want the speaker/CEO to speak on the speaking points, etc. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:54&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122183387" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:55</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/kslean" target="_blank"><img src="http://a1.twimg.com/profile_images/1134463828/DSC00274_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">kslean:&nbsp;</div>
<p><span id="txt122183387">Wish I&#8217;d learned about Third Tuesday Vancouver sooner. Sounds like a great event! RT <a href="http://twitter.com/%40thornley" target="_blank" >@thornley</a> Third Tuesday Vancouver is packed <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:55&nbsp;</span><span class="bottomdisplayname">kslean</span></div>
</td>
</tr>
</table>
</div>
<div id="row122183428" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:55</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122183428"><br />Lawyers are there to protect you, but the law around online content is very iffy. Now Jason Baker is sharing his story about a viral video. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:55&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122183430" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:55</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/rahelab" target="_blank"><img src="http://a3.twimg.com/profile_images/328553708/RahelAnneBailie_small_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">rahelab:&nbsp;</div>
<p><span id="txt122183430"><a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> be aware of legal, PR, marketing folks who want guard up, buzzwords, lack of humanity.  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:55&nbsp;</span><span class="bottomdisplayname">rahelab</span></div>
</td>
</tr>
</table>
</div>
<div id="row122183592" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:55</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/TimothySerrano" target="_blank"><img src="http://a1.twimg.com/profile_images/557923344/Timothy-Serrano-LinkedIn_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">TimothySerrano:&nbsp;</div>
<p><span id="txt122183592"><a href="http://search.twitter.com/search?q=%23Kanban" target="_blank" >#Kanban</a> will work well in content development due to interruptions. Where was I? <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:55&nbsp;</span><span class="bottomdisplayname">TimothySerrano</span></div>
</td>
</tr>
</table>
</div>
<div id="row122183615" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:55</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122183615">They end up using Black Eyed Peas (one of their songs). They didn&#8217;t get their rights to the song. They went viral. But now who wants to go to a law firm that has a problem with copyright law. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:55&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122183647" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:55</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/photodreamz" target="_blank"><img src="http://a0.twimg.com/profile_images/1160569985/profile_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">photodreamz:&nbsp;</div>
<p><span id="txt122183647">lol RT <a href="http://twitter.com/%40lmatecha" target="_blank" >@lmatecha</a>: Web content dev: use kindling not gasoline. <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:55&nbsp;</span><span class="bottomdisplayname">photodreamz</span></div>
</td>
</tr>
</table>
</div>
<div id="row122183682" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:55</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/jason_baker" target="_blank"><img src="http://a0.twimg.com/profile_images/1158156548/headshot_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">jason_baker:&nbsp;</div>
<p><span id="txt122183682">Timing helps a lot! RT <a href="http://twitter.com/%40krystlesivorot" target="_blank" >@krystlesivorot</a>: Totally agree. Schedules are essential. <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:55&nbsp;</span><span class="bottomdisplayname">jason_baker</span></div>
</td>
</tr>
</table>
</div>
<div id="row122183808" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:56</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/zenhousemedia" target="_blank"><img src="http://a2.twimg.com/profile_images/573098169/sq_logo_bigger_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">zenhousemedia:&nbsp;</div>
<p><span id="txt122183808"><a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23Content" target="_blank" >#Content</a> Rules Build a content strategy like you would a campfire. Start w a spark then add twigs &#038; logs to keep it burning strong&#8230;  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:56&nbsp;</span><span class="bottomdisplayname">zenhousemedia</span></div>
</td>
</tr>
</table>
</div>
<div id="row122184005" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:57</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/zenhousemedia" target="_blank"><img src="http://a2.twimg.com/profile_images/573098169/sq_logo_bigger_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">zenhousemedia:&nbsp;</div>
<p><span id="txt122184005"><a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a> Build a content strategy like you would a campfire. Start w a spark then add twigs &#038; logs to keep it burning strong&#8230;  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:57&nbsp;</span><span class="bottomdisplayname">zenhousemedia</span></div>
</td>
</tr>
</table>
</div>
<div id="row122184046" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:57</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/masalapuri" target="_blank"><img src="http://a3.twimg.com/profile_images/684979526/Ajay-Tie_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">masalapuri:&nbsp;</div>
<p><span id="txt122184046">Just approaching ceili&#8217;s for @jeremylim&#8217;s <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> and <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a> with <a href="http://twitter.com/%40CC_Chapman" target="_blank" >@CC_Chapman</a>! <a href="http://search.twitter.com/search?q=%23firstTimer" target="_blank" >#firstTimer</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:57&nbsp;</span><span class="bottomdisplayname">masalapuri</span></div>
</td>
</tr>
</table>
</div>
<div id="row122184096" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:57</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/MortgagesVanBC" target="_blank"><img src="http://a0.twimg.com/profile_images/1144777810/image_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">MortgagesVanBC:&nbsp;</div>
<p><span id="txt122184096">Lawyers, Lawyers, Lawyers, lol <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:57&nbsp;</span><span class="bottomdisplayname">MortgagesVanBC</span></div>
</td>
</tr>
</table>
</div>
<div id="row122184132" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:57</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/rahelab" target="_blank"><img src="http://a3.twimg.com/profile_images/328553708/RahelAnneBailie_small_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">rahelab:&nbsp;</div>
<p><span id="txt122184132"><a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> if you don&#8217;t attribute music, photos, etc, you should be hunted down and killed, as per <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a>.  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:57&nbsp;</span><span class="bottomdisplayname">rahelab</span></div>
</td>
</tr>
</table>
</div>
<div id="row122184163" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:57</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122184163">Get the clearances for video, etc. Every city in the world have indie musicians. CC is very fond of musicians. Find who they are and attribute and credit. If you don&#8217;t attribute you should be  hunted down and &#8230;. etc. You get CC&#8217;s point. </p>
<p>But the lawyers get in the way of being human. CC was doing a project for Coca-Cola &#8211; CC wanted Mike to respond right away. &#8220;get on the video camera and talk to this guy, answer him&#8221;. A week went by and he hadn&#8217;t done it yet, because the lawyers hadn&#8217;t cleared him yet. <br /> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:57&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122184174" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:57</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/MortgagesVanBC" target="_blank"><img src="http://a0.twimg.com/profile_images/1144777810/image_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">MortgagesVanBC:&nbsp;</div>
<p><span id="txt122184174">RT <a href="http://twitter.com/%40rahelab" target="_blank" >@rahelab</a>: <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> be aware of legal, PR, marketing folks who want guard up, buzzwords, lack of humanity.  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:57&nbsp;</span><span class="bottomdisplayname">MortgagesVanBC</span></div>
</td>
</tr>
</table>
</div>
<div id="row122184292" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:57</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/HerraincoBrand" target="_blank"><img src="http://a0.twimg.com/profile_images/997223563/Casey_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">HerraincoBrand:&nbsp;</div>
<p><span id="txt122184292">People who don&#8217;t respect IP should be hunted down and killed! Yup! .#3TYVR  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:57&nbsp;</span><span class="bottomdisplayname">HerraincoBrand</span></div>
</td>
</tr>
</table>
</div>
<div id="row122184335" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:58</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/krystlesivorot" target="_blank"><img src="http://a1.twimg.com/profile_images/1088483658/scarf2_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">krystlesivorot:&nbsp;</div>
<p><span id="txt122184335">RT <a href="http://twitter.com/%40rahelab" target="_blank" >@rahelab</a>: <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> if you don&#8217;t attribute music, photos, etc, you should be hunted down and killed, as per <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a>.  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:58&nbsp;</span><span class="bottomdisplayname">krystlesivorot</span></div>
</td>
</tr>
</table>
</div>
<div id="row122184415" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:58</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122184415">CC recommended that Mike from Coke answered questions directly via video, and he got a lot of flack. They should be able to trust him, but apparently they weren&#8217;t very happy. 3 pages social media strategy at Coca-Cola. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:58&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122184574" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:58</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/jason_baker" target="_blank"><img src="http://a0.twimg.com/profile_images/1158156548/headshot_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">jason_baker:&nbsp;</div>
<p><span id="txt122184574">Absolutely! RT <a href="http://twitter.com/%40Lahey13" target="_blank" >@Lahey13</a>: Totally agree RT <a href="http://twitter.com/%40monicahamburg" target="_blank" >@monicahamburg</a>: I like the speaker &#8211; he has personality. (@cc_chapman) <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:58&nbsp;</span><span class="bottomdisplayname">jason_baker</span></div>
</td>
</tr>
</table>
</div>
<div id="row122184606" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:58</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122184606">It was one of those learning processes where the company didn&#8217;t realize &#8211; think about the way you talk things and then say it. Don&#8217;t be scared to let your employees respond, and be human. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:58&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122184675" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:59</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/MortgagesVanBC" target="_blank"><img src="http://a0.twimg.com/profile_images/1144777810/image_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">MortgagesVanBC:&nbsp;</div>
<p><span id="txt122184675">All about being human on Social Media Content <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:59&nbsp;</span><span class="bottomdisplayname">MortgagesVanBC</span></div>
</td>
</tr>
</table>
</div>
<div id="row122184732" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:59</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/photodreamz" target="_blank"><img src="http://a0.twimg.com/profile_images/1160569985/profile_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">photodreamz:&nbsp;</div>
<p><span id="txt122184732">Yes! Give credit where credit is due! <a href="http://search.twitter.com/search?q=%23photography" target="_blank" >#photography</a> <a href="http://search.twitter.com/search?q=%23art" target="_blank" >#art</a> <a href="http://search.twitter.com/search?q=%23content" target="_blank" >#content</a> <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:59&nbsp;</span><span class="bottomdisplayname">photodreamz</span></div>
</td>
</tr>
</table>
</div>
<div id="row122184798" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:59</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122184798">CC is a big fan of <strong>Ask for forgiveness, not ask for permission </strong>- hehe, I am too (Raul). </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:59&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122184813" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:59</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/JillBenedict" target="_blank"><img src="http://a2.twimg.com/profile_images/1155084074/Jill4Copy_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">JillBenedict:&nbsp;</div>
<p><span id="txt122184813"><a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> Want long-term success in social media? Develop a publishing schedule (via <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a>)  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">6:59&nbsp;</span><span class="bottomdisplayname">JillBenedict</span></div>
</td>
</tr>
</table>
</div>
<div id="row122185068" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:00</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122185068">Put some trust in your employees. The other organization that does this very well is the Army. Army-strong stories. Every single active duty soldier has a story to share. The interesting thing is &#8211; they can post video, they can post audio, they can post any content. They have 200 bloggers posting stuff, unfiltered. Men and women in bases, war zones, etc. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:00&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122185101" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:00</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/lmatecha" target="_blank"><img src="http://a0.twimg.com/profile_images/1160114886/LMphoto4_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">lmatecha:&nbsp;</div>
<p><span id="txt122185101">Your law firm viral video story was hilarious. <a href="http://twitter.com/%40jason_baker" target="_blank" >@jason_baker</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:00&nbsp;</span><span class="bottomdisplayname">lmatecha</span></div>
</td>
</tr>
</table>
</div>
<div id="row122185176" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:00</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122185176">The US army published their social media guidelines &#8211; it isn&#8217;t 3 pages like Coke, it&#8217;s like 50 pages. CC wants to steal from it! </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:00&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122185252" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:00</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122185252">It&#8217;s on SlideShare &#8211; checklists for commanders, enlisted people, it&#8217;s broken down by location services, etc. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:00&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122185276" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:01</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/TimothySerrano" target="_blank"><img src="http://a1.twimg.com/profile_images/557923344/Timothy-Serrano-LinkedIn_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">TimothySerrano:&nbsp;</div>
<p><span id="txt122185276">Humanized branding is the manifestation of humanized content <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:01&nbsp;</span><span class="bottomdisplayname">TimothySerrano</span></div>
</td>
</tr>
</table>
</div>
<div id="row122185523" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:01</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122185523">&#8220;My company can&#8217;t do that&#8221; &#8211; CC always brings up the Army. &#8220;listen, if the Army can trust its people, so can you&#8221;. Pretty relevant example, hospitals/pharmaceuticals, you need to play by the rules. But if you are playing by the rules, there&#8217;s no reason why your company can&#8217;t do that. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:01&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122185693" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:02</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122185693">How do you guys define content?</p>
<p>Just scream something &#8220;stuff&#8221; &#8211; &#8220;useful information&#8221; </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:02&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122185718" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:02</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/MiriamShanny" target="_blank"><img src="http://a2.twimg.com/profile_images/1217956010/Picture_23_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">MiriamShanny:&nbsp;</div>
<p><span id="txt122185718">Viral media only sparks a day or two of interest. Real importance lies in longer consumer engagement. <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:02&nbsp;</span><span class="bottomdisplayname">MiriamShanny</span></div>
</td>
</tr>
</table>
</div>
<div id="row122185881" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:02</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/tbains" target="_blank"><img src="http://a2.twimg.com/profile_images/1196570987/TracyinRome_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">tbains:&nbsp;</div>
<p><span id="txt122185881"><a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> woot! Shout out from CC! Yeah I created the department&#8217;s SM profiles and then told&#8217;m. What what?  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:02&nbsp;</span><span class="bottomdisplayname">tbains</span></div>
</td>
</tr>
</table>
</div>
<div id="row122185959" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:02</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/HerraincoBrand" target="_blank"><img src="http://a0.twimg.com/profile_images/997223563/Casey_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">HerraincoBrand:&nbsp;</div>
<p><span id="txt122185959">US Army trusts their folks to create content, surely anyone can <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:02&nbsp;</span><span class="bottomdisplayname">HerraincoBrand</span></div>
</td>
</tr>
</table>
</div>
<div id="row122185976" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:03</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122185976">The way CC &#8211; parts of a story (that&#8217;s what I said). &#8211; no one ever says that. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:03&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122186017" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:03</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/rahelab" target="_blank"><img src="http://a3.twimg.com/profile_images/328553708/RahelAnneBailie_small_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">rahelab:&nbsp;</div>
<p><span id="txt122186017"><a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> if the army can let 200 bloggers w/o guidelines, so can your company.  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:03&nbsp;</span><span class="bottomdisplayname">rahelab</span></div>
</td>
</tr>
</table>
</div>
<div id="row122186159" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:03</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/MiriamShanny" target="_blank"><img src="http://a2.twimg.com/profile_images/1217956010/Picture_23_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">MiriamShanny:&nbsp;</div>
<p><span id="txt122186159">Biz always say &#8220;we can&#8217;t do social media bc of liabilities&#8221;. Yes you can, you just need to set some boundaries. <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:03&nbsp;</span><span class="bottomdisplayname">MiriamShanny</span></div>
</td>
</tr>
</table>
</div>
<div id="row122186176" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:03</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122186176">The way I define content &#8211; it&#8217;s what an individual or an organization creates and share to tell their story. And you have to focus on the storytelling side. That&#8217;s what makes it compelling. &#8220;we don&#8217;t have a story to tell&#8221; of course you have a story to tell </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:03&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122186220" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:03</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/jason_baker" target="_blank"><img src="http://a0.twimg.com/profile_images/1158156548/headshot_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">jason_baker:&nbsp;</div>
<p><span id="txt122186220"><a href="http://twitter.com/%40CeilisVan" target="_blank" >@CeilisVan</a> Thanks. <a href="http://twitter.com/%40ColleenCoplick" target="_blank" >@ColleenCoplick</a> &#038; I got our beer. Thanks for listening, but you may want to have more than 1 waitress for <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:03&nbsp;</span><span class="bottomdisplayname">jason_baker</span></div>
</td>
</tr>
</table>
</div>
<div id="row122186321" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:03</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/masalapuri" target="_blank"><img src="http://a3.twimg.com/profile_images/684979526/Ajay-Tie_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">masalapuri:&nbsp;</div>
<p><span id="txt122186321">&#8220;@tbains: <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> Be human. Love it. <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> Marcomm, PR, don&#8217;t get in the way of the real.&#8221; Awesome  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:03&nbsp;</span><span class="bottomdisplayname">masalapuri</span></div>
</td>
</tr>
</table>
</div>
<div id="row122186339" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:03</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/thornley" target="_blank"><img src="http://a1.twimg.com/profile_images/1184036394/CroppedforTwitter_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">thornley:&nbsp;</div>
<p><span id="txt122186339">I love this:  <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> asks what content is. Person in the crowd responds: &#8220;human readable contextualized data.&#8221; <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:03&nbsp;</span><span class="bottomdisplayname">thornley</span></div>
</td>
</tr>
</table>
</div>
<div id="row122186535" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:04</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122186535">Focus on what your voice is &#8211; how are you going to share your story? how do you elicit an emotional response from people to your content. If your content is not engaging people, then it&#8217;s not good enough. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:04&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122186545" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:04</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/photodreamz" target="_blank"><img src="http://a0.twimg.com/profile_images/1160569985/profile_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">photodreamz:&nbsp;</div>
<p><span id="txt122186545">Everyone has a story. Not everyone can make it entertaining. <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:04&nbsp;</span><span class="bottomdisplayname">photodreamz</span></div>
</td>
</tr>
</table>
</div>
<div id="row122186574" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:04</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/rahelab" target="_blank"><img src="http://a3.twimg.com/profile_images/328553708/RahelAnneBailie_small_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">rahelab:&nbsp;</div>
<p><span id="txt122186574"><a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> content: human-usable, conextualized data. IOW, text, audio, images, video.  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:04&nbsp;</span><span class="bottomdisplayname">rahelab</span></div>
</td>
</tr>
</table>
</div>
<div id="row122186779" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:05</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/TimothySerrano" target="_blank"><img src="http://a1.twimg.com/profile_images/557923344/Timothy-Serrano-LinkedIn_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">TimothySerrano:&nbsp;</div>
<p><span id="txt122186779">Organizations have a story to tell but it needs to compel as to stir an emotional reaction <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:05&nbsp;</span><span class="bottomdisplayname">TimothySerrano</span></div>
</td>
</tr>
</table>
</div>
<div id="row122186918" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:05</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122186918">Hopefully you will be able to elicit that emotion from people, you  have to be able to be passionate. </p>
<p>1. Focus on the strategy &#8211; why you&#8217;re doing it and why are you doing it<br />- please measure it &#8211; social media is very measurable. <br />- Scotty Monty &#8211; you can&#8217;t measure the ROI on &#8230; (I missed what CC said)</p>
<p> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:05&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122186987" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:05</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/kaaist" target="_blank"><img src="http://a0.twimg.com/profile_images/534699149/kyle_tweet_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">kaaist:&nbsp;</div>
<p><span id="txt122186987">Content strategy is not a mechanical process, it requires personality to bring your stories and brand to life. <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:05&nbsp;</span><span class="bottomdisplayname">kaaist</span></div>
</td>
</tr>
</table>
</div>
<div id="row122187131" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:06</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/thornley" target="_blank"><img src="http://a1.twimg.com/profile_images/1184036394/CroppedforTwitter_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">thornley:&nbsp;</div>
<p><span id="txt122187131">If your content fails to trigger an emotional response from your audience, you&#8217;re doing something wrong.  <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:06&nbsp;</span><span class="bottomdisplayname">thornley</span></div>
</td>
</tr>
</table>
</div>
<div id="row122187209" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:06</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122187209">Before you even worry about views, uniques, etc. We did things because we wanted to have fun. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:06&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122187210" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:06</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/misscheryltan" target="_blank"><img src="http://a1.twimg.com/profile_images/1202133794/IMG_3705_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">misscheryltan:&nbsp;</div>
<p><span id="txt122187210">RT <a href="http://twitter.com/%40krystlesivorot" target="_blank" >@krystlesivorot</a>: Get an emotion out of <a href="http://ppl.Tell" target="_blank" >ppl.Tell</a> a story. What is your voice? How do you get engagement? <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:06&nbsp;</span><span class="bottomdisplayname">misscheryltan</span></div>
</td>
</tr>
</table>
</div>
<div id="row122187248" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:06</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/roxannestp" target="_blank"><img src="http://a3.twimg.com/profile_images/1093891580/P1020307_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">roxannestp:&nbsp;</div>
<p><span id="txt122187248"><a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> Focus on the strategy&#8230; And have fun doing it!  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:06&nbsp;</span><span class="bottomdisplayname">roxannestp</span></div>
</td>
</tr>
</table>
</div>
<div id="row122187344" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:06</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/jeremylim" target="_blank"><img src="http://a2.twimg.com/profile_images/699754844/twitterProfilePhoto_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">jeremylim:&nbsp;</div>
<p><span id="txt122187344">I can&#8217;t keep up with <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a>. Everything he says is tweetable. <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:06&nbsp;</span><span class="bottomdisplayname">jeremylim</span></div>
</td>
</tr>
</table>
</div>
<div id="row122187429" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:06</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122187429">When you create content, HAVE FUN WITH IT. Figure out what you want to do and do that stuff. You don&#8217;t have to do video, you don&#8217;t have to blog. You can do whatever you want to do. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:06&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122187439" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:07</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/Ben_Shute" target="_blank"><img src="http://a3.twimg.com/profile_images/552056048/BenShute_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">Ben_Shute:&nbsp;</div>
<p><span id="txt122187439">Loving <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>. Thanks CC and Ann.  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:07&nbsp;</span><span class="bottomdisplayname">Ben_Shute</span></div>
</td>
</tr>
</table>
</div>
<div id="row122187624" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:07</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122187624">You don&#8217;t have to do everything, don&#8217;t think you have to create content with everything, but just have fun. Whatever you create, just be human, speak from the heart, make sure that people are excited about what you create. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:07&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122187637" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:07</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/misscheryltan" target="_blank"><img src="http://a1.twimg.com/profile_images/1202133794/IMG_3705_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">misscheryltan:&nbsp;</div>
<p><span id="txt122187637">Agreed RT <a href="http://twitter.com/%40jeremylim" target="_blank" >@jeremylim</a>: I can&#8217;t keep up with <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a>. Everything he says is tweetable. <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:07&nbsp;</span><span class="bottomdisplayname">misscheryltan</span></div>
</td>
</tr>
</table>
</div>
<div id="row122187704" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:07</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/masalapuri" target="_blank"><img src="http://a3.twimg.com/profile_images/684979526/Ajay-Tie_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">masalapuri:&nbsp;</div>
<p><span id="txt122187704">Content is both &#8216;human created contextualized data&#8217; and absolutely necessary for storytelling <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:07&nbsp;</span><span class="bottomdisplayname">masalapuri</span></div>
</td>
</tr>
</table>
</div>
<div id="row122187792" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:08</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/jason_baker" target="_blank"><img src="http://a0.twimg.com/profile_images/1158156548/headshot_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">jason_baker:&nbsp;</div>
<p><span id="txt122187792">Love the personality of <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a>, but where is the Boston accent?! Love it &#038; want to hear it. <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:08&nbsp;</span><span class="bottomdisplayname">jason_baker</span></div>
</td>
</tr>
</table>
</div>
<div id="row122187840" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:08</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122187840">There&#8217;s content everywhere, and finding the content is really hard, and if it scares you, or you don&#8217;t have the time. </p>
<p><strong>Content Curation<br /></strong><br />Curation is when you put together the stuff and content you find &#8211; you may not create but you would share with your audience. Links to best posts, best videos. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:08&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122187855" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:08</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/tbains" target="_blank"><img src="http://a2.twimg.com/profile_images/1196570987/TracyinRome_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">tbains:&nbsp;</div>
<p><span id="txt122187855">Remember how it felt to tell a story as a kid. RT <a href="http://twitter.com/%40roxannestp" target="_blank" >@roxannestp</a>: <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> Focus on the strategy&#8230; And have fun doing it!  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:08&nbsp;</span><span class="bottomdisplayname">tbains</span></div>
</td>
</tr>
</table>
</div>
<div id="row122187912" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:08</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/OurManinSH" target="_blank"><img src="http://a2.twimg.com/profile_images/1197588779/Peter2010Niseko_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">OurManinSH:&nbsp;</div>
<p><span id="txt122187912">RT <a href="http://twitter.com/%40thornley" target="_blank" >@thornley</a>: What happens in Montreal goes on video. @cc_chapman&#8217;s <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a> presentation caught on video. <a href="http://bit.ly/eqP2Ze" target="_blank" >http://bit.ly/eqP2Ze</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:08&nbsp;</span><span class="bottomdisplayname">OurManinSH</span></div>
</td>
</tr>
</table>
</div>
<div id="row122187972" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:08</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/mariskar" target="_blank"><img src="http://a3.twimg.com/profile_images/1206319747/mariska_DSC7335web_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">mariskar:&nbsp;</div>
<p><span id="txt122187972">Yes! RT <a href="http://twitter.com/%40jeremylim" target="_blank" >@jeremylim</a>: I can&#8217;t keep up with <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a>. Everything he says is tweetable. <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:08&nbsp;</span><span class="bottomdisplayname">mariskar</span></div>
</td>
</tr>
</table>
</div>
<div id="row122188038" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:08</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/krystlesivorot" target="_blank"><img src="http://a1.twimg.com/profile_images/1088483658/scarf2_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">krystlesivorot:&nbsp;</div>
<p><span id="txt122188038">Word. No one wants to talk to a robot. Be human. Keep it real. <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:08&nbsp;</span><span class="bottomdisplayname">krystlesivorot</span></div>
</td>
</tr>
</table>
</div>
<div id="row122188066" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:08</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/thornley" target="_blank"><img src="http://a1.twimg.com/profile_images/1184036394/CroppedforTwitter_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">thornley:&nbsp;</div>
<p><span id="txt122188066">Be a content curator. We all need gatekeepers.  <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:08&nbsp;</span><span class="bottomdisplayname">thornley</span></div>
</td>
</tr>
</table>
</div>
<div id="row122188108" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:09</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/HerraincoBrand" target="_blank"><img src="http://a0.twimg.com/profile_images/997223563/Casey_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">HerraincoBrand:&nbsp;</div>
<p><span id="txt122188108">RT <a href="http://twitter.com/%40jeremylim" target="_blank" >@jeremylim</a>: I can&#8217;t keep up with <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a>. Everything he says is tweetable. <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:09&nbsp;</span><span class="bottomdisplayname">HerraincoBrand</span></div>
</td>
</tr>
</table>
</div>
<div id="row122188303" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:09</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/TimothySerrano" target="_blank"><img src="http://a1.twimg.com/profile_images/557923344/Timothy-Serrano-LinkedIn_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">TimothySerrano:&nbsp;</div>
<p><span id="txt122188303">Have FUN creating content, C-level wants this more than anything for downstream team, don&#8217;t be scared! <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:09&nbsp;</span><span class="bottomdisplayname">TimothySerrano</span></div>
</td>
</tr>
</table>
</div>
<div id="row122188356" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:09</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/kcclaveria" target="_blank"><img src="http://a0.twimg.com/profile_images/1214815088/LinkedIn5_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">kcclaveria:&nbsp;</div>
<p><span id="txt122188356">*Like* RT <a href="http://twitter.com/%40JillBenedict" target="_blank" >@JillBenedict</a>: <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> Want long-term success in social media? Develop a publishing schedule (via <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a>)  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:09&nbsp;</span><span class="bottomdisplayname">kcclaveria</span></div>
</td>
</tr>
</table>
</div>
<div id="row122188419" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:09</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/thornley" target="_blank"><img src="http://a1.twimg.com/profile_images/1184036394/CroppedforTwitter_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">thornley:&nbsp;</div>
<p><span id="txt122188419">RT <a href="http://twitter.com/%40jeremylim" target="_blank" >@jeremylim</a>: I can&#8217;t keep up with <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a>. Everything he says is tweetable. <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:09&nbsp;</span><span class="bottomdisplayname">thornley</span></div>
</td>
</tr>
</table>
</div>
<div id="row122188459" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:09</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122188459">
<p>There is no crime in monetizing your content. </p>
<p> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:09&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122188545" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:10</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/tnjohan" target="_blank"><img src="http://a3.twimg.com/profile_images/1154422931/0982c84_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">tnjohan:&nbsp;</div>
<p><span id="txt122188545">RT @thornley: If your content fails to trigger an emotional response from your audience, you&#8217;re doing something wrong.  @cc_chapman #contentrules #3tyvr  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:10&nbsp;</span><span class="bottomdisplayname">tnjohan</span></div>
</td>
</tr>
</table>
</div>
<div id="row122188590" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:10</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/LindseyLe" target="_blank"><img src="http://a3.twimg.com/profile_images/1038267597/IMG00252-20100416-0001_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">LindseyLe:&nbsp;</div>
<p><span id="txt122188590">RT <a href="http://twitter.com/%40jeremylim" target="_blank" >@jeremylim</a>: &#8220;When making content, have fun with it. Just do that. Be human and speak from the heart.&#8221; &#8211; <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:10&nbsp;</span><span class="bottomdisplayname">LindseyLe</span></div>
</td>
</tr>
</table>
</div>
<div id="row122188691" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:10</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/raincoaster" target="_blank"><img src="http://a1.twimg.com/profile_images/621067408/raincoaster_logo_blue_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">raincoaster:&nbsp;</div>
<p><span id="txt122188691">Do people really pay for an email of ten blog post IDEAS? People without their own ideas shouldn&#8217;t try to blog <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a> FACT  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:10&nbsp;</span><span class="bottomdisplayname">raincoaster</span></div>
</td>
</tr>
</table>
</div>
<div id="row122188702" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:10</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122188702"><strong>QUESTIONS AND ANSWERS</strong></p>
<p>- How long have you been doing this? Blogging for 8 years (a journal, paper journal, he just starting sharing his thoughts). He just blogs when he has things he wants to say and share. <strong> </strong> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:10&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122188786" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:10</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/LindseyLe" target="_blank"><img src="http://a3.twimg.com/profile_images/1038267597/IMG00252-20100416-0001_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">LindseyLe:&nbsp;</div>
<p><span id="txt122188786">RT <a href="http://twitter.com/%40rahelab" target="_blank" >@rahelab</a>: <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> you put on clothes each day tho you can&#8217;t measure ROI. Sometimes take a risk. Have fun. The ROI will f &#8230;  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:10&nbsp;</span><span class="bottomdisplayname">LindseyLe</span></div>
</td>
</tr>
</table>
</div>
<div id="row122188906" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:11</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122188906">Dads are &#8220;outside&#8221; they are Mr. Moms, they take care of the kids. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:11&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122188929" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:11</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/dblacombe" target="_blank"><img src="http://a3.twimg.com/profile_images/1172623605/dbl_headshot_MRU_Nov_2010_361x361_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">dblacombe:&nbsp;</div>
<p><span id="txt122188929">RT <a href="http://twitter.com/%40jeremylim" target="_blank" >@jeremylim</a>: I can&#8217;t keep up with <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a>. Everything he says is tweetable. <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:11&nbsp;</span><span class="bottomdisplayname">dblacombe</span></div>
</td>
</tr>
</table>
</div>
<div id="row122189018" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:11</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/jason_baker" target="_blank"><img src="http://a0.twimg.com/profile_images/1158156548/headshot_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">jason_baker:&nbsp;</div>
<p><span id="txt122189018">RT <a href="http://twitter.com/%40krystlesivorot" target="_blank" >@krystlesivorot</a>: Word. No one wants to talk to a robot. Be human. Keep it real. <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:11&nbsp;</span><span class="bottomdisplayname">jason_baker</span></div>
</td>
</tr>
</table>
</div>
<div id="row122189023" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:11</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122189023">He started Digital Dads because he wants to find ways to share with people. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:11&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122189385" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:12</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/jason_baker" target="_blank"><img src="http://a0.twimg.com/profile_images/1158156548/headshot_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">jason_baker:&nbsp;</div>
<p><span id="txt122189385">Like this?! 2 good RT <a href="http://twitter.com/%40mariskar" target="_blank" >@mariskar</a>: Yes! RT <a href="http://twitter.com/%40jeremylim" target="_blank" >@jeremylim</a>: I can&#8217;t keep up with <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a>. Everything he says is tweetable. <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:12&nbsp;</span><span class="bottomdisplayname">jason_baker</span></div>
</td>
</tr>
</table>
</div>
<div id="row122189486" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:12</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122189486">If you ever want to interact with dads just let CC know. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:12&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122189889" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:14</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/BeeVancity" target="_blank"><img src="http://a3.twimg.com/profile_images/1177885587/bee_only_logo_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">BeeVancity:&nbsp;</div>
<p><span id="txt122189889">RT <a href="http://twitter.com/%40masalapuri" target="_blank" >@masalapuri</a>: Content is both &#8216;human created contextualized data&#8217; &#038; necessary for storytelling <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:14&nbsp;</span><span class="bottomdisplayname">BeeVancity</span></div>
</td>
</tr>
</table>
</div>
<div id="row122190127" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:14</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/jeremylim" target="_blank"><img src="http://a2.twimg.com/profile_images/699754844/twitterProfilePhoto_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">jeremylim:&nbsp;</div>
<p><span id="txt122190127">I want to keep <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> for our community. Quick, <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a>, game plan! Bribe him with salmon and snowboards! <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:14&nbsp;</span><span class="bottomdisplayname">jeremylim</span></div>
</td>
</tr>
</table>
</div>
<div id="row122190397" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:15</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/Miss604" target="_blank"><img src="http://a3.twimg.com/profile_images/1167348252/rebeccabollwitt1__1__normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">Miss604:&nbsp;</div>
<p><span id="txt122190397">RT <a href="http://twitter.com/%40raincoaster" target="_blank" >@raincoaster</a>: Do people really pay for an email of ten blog post IDEAS? People without their own ideas shouldn&#8217;t try to blog <a href="http://search.twitter.com/search?q=%23" target="_blank" >#</a>3TYVR <a href="http://search.twitter.com/search?q=%23" target="_blank" >#</a> &#8230;  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:15&nbsp;</span><span class="bottomdisplayname">Miss604</span></div>
</td>
</tr>
</table>
</div>
<div id="row122190588" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:16</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/photodreamz" target="_blank"><img src="http://a0.twimg.com/profile_images/1160569985/profile_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">photodreamz:&nbsp;</div>
<p><span id="txt122190588"><a href="http://twitter.com/%40jeremylim" target="_blank" >@jeremylim</a> and photo-walks? <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:16&nbsp;</span><span class="bottomdisplayname">photodreamz</span></div>
</td>
</tr>
</table>
</div>
<div id="row122190620" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:16</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/tbains" target="_blank"><img src="http://a2.twimg.com/profile_images/1196570987/TracyinRome_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">tbains:&nbsp;</div>
<p><span id="txt122190620">RT <a href="http://twitter.com/%40jeremylim" target="_blank" >@jeremylim</a>: I want to keep <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> for our community. Quick, <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a>, game plan! Bribe him with salmon and snowboards! <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:16&nbsp;</span><span class="bottomdisplayname">tbains</span></div>
</td>
</tr>
</table>
</div>
<div id="row122190863" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:16</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/rahelab" target="_blank"><img src="http://a3.twimg.com/profile_images/328553708/RahelAnneBailie_small_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">rahelab:&nbsp;</div>
<p><span id="txt122190863"><a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> check out THU, JAN 20, 2011 podcasts for examples of covering sensitive topics and keeping confidentiality.  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:16&nbsp;</span><span class="bottomdisplayname">rahelab</span></div>
</td>
</tr>
</table>
</div>
<div id="row122191285" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:17</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/TrendsmapCanada" target="_blank"><img src="http://a0.twimg.com/profile_images/1154796468/logo_48_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">TrendsmapCanada:&nbsp;</div>
<p><span id="txt122191285">&#8216;grabo&#8217;, <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>, <a href="http://search.twitter.com/search?q=%23kobo" target="_blank" >#kobo</a> &#038; <a href="http://search.twitter.com/search?q=%23bones" target="_blank" >#bones</a> are now trending in <a href="http://search.twitter.com/search?q=Canada" target="_blank" >Canada</a> <a href="http://trendsmap.com/ca" target="_blank" >http://trendsmap.com/ca</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:17&nbsp;</span><span class="bottomdisplayname">TrendsmapCanada</span></div>
</td>
</tr>
</table>
</div>
<div id="row122191547" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:18</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/jason_baker" target="_blank"><img src="http://a0.twimg.com/profile_images/1158156548/headshot_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">jason_baker:&nbsp;</div>
<p><span id="txt122191547">Yes RT <a href="http://twitter.com/%40thornley" target="_blank" >@thornley</a>: the new Regis? <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> wanders the room &#038; takes the mic to the audience <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>
<div class="clearingspace">&nbsp;</div>
<div><a href="#" onclick="window.open('http://twitpic.com/show/full/3rw7sb', 'twitpic', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,left = 50,top = 50');return false;" target="_blank" ><img src="http://twitpic.com/show/thumb/3rw7sb" border=0 height=150 width=150 align=bottom /></a>
<div style="position:relative; top: -26px; left: 2px;"><a href="#" onclick="window.open('http://twitpic.com/show/full/3rw7sb', 'twitpic', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,left = 50,top = 50');return false;" target="_blank" ><img src="/templates/coveritlive/images/icons/preview24.png" class="correct-png" border="0" /></a></div>
</div>
<p>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:18&nbsp;</span><span class="bottomdisplayname">jason_baker</span></div>
</td>
</tr>
</table>
</div>
<div id="row122191573" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:18</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/thornley" target="_blank"><img src="http://a1.twimg.com/profile_images/1184036394/CroppedforTwitter_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">thornley:&nbsp;</div>
<p><span id="txt122191573">the new Regis? <a href="http://twitter.com/cc_chapman" target="_blank" >@cc_chapman</a> wanders the room &#038; takes the mic to the audience <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>
<div class="clearingspace">&nbsp;</div>
<div><a href="#" onclick="window.open('http://twitpic.com/show/full/3rw7sb', 'twitpic', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,left = 50,top = 50');return false;" target="_blank" ><img src="http://twitpic.com/show/thumb/3rw7sb" border=0 height=150 width=150 align=bottom /></a>
<div style="position:relative; top: -26px; left: 2px;"><a href="#" onclick="window.open('http://twitpic.com/show/full/3rw7sb', 'twitpic', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,left = 50,top = 50');return false;" target="_blank" ><img src="/templates/coveritlive/images/icons/preview24.png" class="correct-png" border="0" /></a></div>
</div>
<p>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:18&nbsp;</span><span class="bottomdisplayname">thornley</span></div>
</td>
</tr>
</table>
</div>
<div id="row122191574" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:18</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/CathyBrowne" target="_blank"><img src="http://a3.twimg.com/profile_images/1165627769/cb_cathybrowne.com_8b8f07d5_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">CathyBrowne:&nbsp;</div>
<p><span id="txt122191574">Yep. RT <a href="http://twitter.com/tbains%3A" target="_blank" >@tbains:</a> Remember how it felt to tell a story as a kid. RT <a href="http://twitter.com/roxannestp%3A" target="_blank" >@roxannestp:</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> Focus on the strategy&#8230; And have fun doing it!  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:18&nbsp;</span><span class="bottomdisplayname">CathyBrowne</span></div>
</td>
</tr>
</table>
</div>
<div id="row122191786" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:19</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/CrushMarketing" target="_blank"><img src="http://a1.twimg.com/profile_images/792892266/crushlogosquare_copy_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">CrushMarketing:&nbsp;</div>
<p><span id="txt122191786">Great Content needs a strategy, a plan and a human approach and more wise words from cc chapman <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:19&nbsp;</span><span class="bottomdisplayname">CrushMarketing</span></div>
</td>
</tr>
</table>
</div>
<div id="row122191832" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:19</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/rahelab" target="_blank"><img src="http://a3.twimg.com/profile_images/328553708/RahelAnneBailie_small_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">rahelab:&nbsp;</div>
<p><span id="txt122191832"><a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> yes, B2B engagement uses the same rules. Continual contact. Examples in book.  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:19&nbsp;</span><span class="bottomdisplayname">rahelab</span></div>
</td>
</tr>
</table>
</div>
<div id="row122191849" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:19</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122191849">COMMENT AND QUESTION</p>
<p><strong>Pete Quily   </strong></p>
<p>US Air Force &#8211; I missed it completely. <strong> </strong> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:19&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122191912" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:19</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/alexjuy" target="_blank"><img src="http://a1.twimg.com/profile_images/1094776666/camera2_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">alexjuy:&nbsp;</div>
<p><span id="txt122191912">I kinda am RT <a href="http://twitter.com/%40buizachristina" target="_blank" >@buizachristina</a>: I must be the only one taking notes with a notebook! <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:19&nbsp;</span><span class="bottomdisplayname">alexjuy</span></div>
</td>
</tr>
</table>
</div>
<div id="row122192052" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:20</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122192052">QUESTION</p>
<p><strong><em>Can you speak to ethical conundrums when doing content for business. <br /></em></strong><br /> Does ethics factor when you post content, or when you are posting comments, etc. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:20&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122192151" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:20</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/TimothySerrano" target="_blank"><img src="http://a1.twimg.com/profile_images/557923344/Timothy-Serrano-LinkedIn_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">TimothySerrano:&nbsp;</div>
<p><span id="txt122192151"><a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> Comedy Clubs should be tailored like this, good laugh, knowledge sharing &#038; real people having a good time <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:20&nbsp;</span><span class="bottomdisplayname">TimothySerrano</span></div>
</td>
</tr>
</table>
</div>
<div id="row122192191" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:20</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/DesireeRD" target="_blank"><img src="http://a1.twimg.com/profile_images/83803002/100_2535_2_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">DesireeRD:&nbsp;</div>
<p><span id="txt122192191">RT <a href="http://twitter.com/%40raincoaster" target="_blank" >@raincoaster</a>: Do people really pay for an email of ten blog post IDEAS? People without their own ideas shouldn&#8217;t try to blog <a href="http://search.twitter.com/search?q=%23" target="_blank" >#</a>3TYVR <a href="http://search.twitter.com/search?q=%23" target="_blank" >#</a> &#8230;  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:20&nbsp;</span><span class="bottomdisplayname">DesireeRD</span></div>
</td>
</tr>
</table>
</div>
<div id="row122192443" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:21</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/tbains" target="_blank"><img src="http://a2.twimg.com/profile_images/1196570987/TracyinRome_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">tbains:&nbsp;</div>
<p><span id="txt122192443"><a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> all the same content rules apply for both B2B and B2C.  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:21&nbsp;</span><span class="bottomdisplayname">tbains</span></div>
</td>
</tr>
</table>
</div>
<div id="row122192512" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:21</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/lmatecha" target="_blank"><img src="http://a0.twimg.com/profile_images/1160114886/LMphoto4_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">lmatecha:&nbsp;</div>
<p><span id="txt122192512">Need cool corporate video music? Contact <a href="http://www.matecha.net" target="_blank" >http://www.matecha.net</a> Re <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> crowd  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:21&nbsp;</span><span class="bottomdisplayname">lmatecha</span></div>
</td>
</tr>
</table>
</div>
<div id="row122192540" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:21</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122192540">It&#8217;s a company outing someone? It&#8217;s a great question &#8211; somebody else&#8217;s ethics and my ethics are probably different. I don&#8217;t even know how to answer this question. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:21&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122192559" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:21</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122192559"><a href="http://www.contentrulesbook.com/" target="_blank" >http://www.contentrulesbook.com/</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:21&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122192690" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:22</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122192690">We had to make clear that we were not the voice. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:22&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122192821" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:22</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/rahelab" target="_blank"><img src="http://a3.twimg.com/profile_images/328553708/RahelAnneBailie_small_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">rahelab:&nbsp;</div>
<p><span id="txt122192821"><a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> your comments are out there forever so be prepared for any consequences, good or bad.  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:22&nbsp;</span><span class="bottomdisplayname">rahelab</span></div>
</td>
</tr>
</table>
</div>
<div id="row122192853" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:22</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122192853">Do unto others as you would do on to you. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:22&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122192863" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:22</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/FrancisSteiner" target="_blank"><img src="http://a0.twimg.com/profile_images/111032037/francis_headshot_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">FrancisSteiner:&nbsp;</div>
<p><span id="txt122192863">Great  info from cc chapman at <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> (@ Ceili&#8217;s Irish Pub &#038; Restaurant w/ <a href="http://twitter.com/%40amuseconsulting" target="_blank" >@amuseconsulting</a>) <a href="http://4sq.com/dZs5dA" target="_blank" >http://4sq.com/dZs5dA</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:22&nbsp;</span><span class="bottomdisplayname">FrancisSteiner</span></div>
</td>
</tr>
</table>
</div>
<div id="row122193089" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:23</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/HerraincoBrand" target="_blank"><img src="http://a0.twimg.com/profile_images/997223563/Casey_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">HerraincoBrand:&nbsp;</div>
<p><span id="txt122193089">If you say it, it&#8217;s out there forever. <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:23&nbsp;</span><span class="bottomdisplayname">HerraincoBrand</span></div>
</td>
</tr>
</table>
</div>
<div id="row122193138" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:23</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122193138">Ethics are really, really important. Everyone should understand it. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:23&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122193476" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:24</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122193476">QUESTION &#8211; Do you tweet and post as yourself or as a business?</p>
<p>The age-old question &#8211; Scott Monty works for Ford, but it&#8217;s Scott Monty, not Ford. If you are a small business, for brand recognition. Tweets done by Tony &#8211; shows a human side. &#8220;I also tweet as The Company Name&#8221;. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:24&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122193624" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:24</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/lmatecha" target="_blank"><img src="http://a0.twimg.com/profile_images/1160114886/LMphoto4_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">lmatecha:&nbsp;</div>
<p><span id="txt122193624">Best quote of the night at <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> re tweeting: &#8216;karma is a bitch&#8217; Be careful of what you say.  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:24&nbsp;</span><span class="bottomdisplayname">lmatecha</span></div>
</td>
</tr>
</table>
</div>
<div id="row122193654" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:24</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/MiriamShanny" target="_blank"><img src="http://a2.twimg.com/profile_images/1217956010/Picture_23_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">MiriamShanny:&nbsp;</div>
<p><span id="txt122193654">Establish what your client wants to achieve from their <a href="http://search.twitter.com/search?q=%23socialmedia" target="_blank" >#socialmedia</a> plan in order to accurately measure your success <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:24&nbsp;</span><span class="bottomdisplayname">MiriamShanny</span></div>
</td>
</tr>
</table>
</div>
<div id="row122193794" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:25</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/thornley" target="_blank"><img src="http://a1.twimg.com/profile_images/1184036394/CroppedforTwitter_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">thornley:&nbsp;</div>
<p><span id="txt122193794">RT <a href="http://twitter.com/%40HerraincoBrand" target="_blank" >@HerraincoBrand</a>: If you say it, it&#8217;s out there forever. <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:25&nbsp;</span><span class="bottomdisplayname">thornley</span></div>
</td>
</tr>
</table>
</div>
<div id="row122193913" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:25</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/LindseyLe" target="_blank"><img src="http://a3.twimg.com/profile_images/1038267597/IMG00252-20100416-0001_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">LindseyLe:&nbsp;</div>
<p><span id="txt122193913">RT <a href="http://twitter.com/%40thornley" target="_blank" >@thornley</a>: the new Regis? <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> wanders the room &#038; takes the mic to the audience <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>
<div class="clearingspace">&nbsp;</div>
<div><a href="#" onclick="window.open('http://twitpic.com/show/full/3rw7sb', 'twitpic', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,left = 50,top = 50');return false;" target="_blank" ><img src="http://twitpic.com/show/thumb/3rw7sb" border=0 height=150 width=150 align=bottom /></a>
<div style="position:relative; top: -26px; left: 2px;"><a href="#" onclick="window.open('http://twitpic.com/show/full/3rw7sb', 'twitpic', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,left = 50,top = 50');return false;" target="_blank" ><img src="/templates/coveritlive/images/icons/preview24.png" class="correct-png" border="0" /></a></div>
</div>
<p>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:25&nbsp;</span><span class="bottomdisplayname">LindseyLe</span></div>
</td>
</tr>
</table>
</div>
<div id="row122193947" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:25</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/misscheryltan" target="_blank"><img src="http://a1.twimg.com/profile_images/1202133794/IMG_3705_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">misscheryltan:&nbsp;</div>
<p><span id="txt122193947">At <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> with <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> as speaker <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>  <a href="http://ow.ly/i/7oV5" target="_blank" >http://ow.ly/i/7oV5</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:25&nbsp;</span><span class="bottomdisplayname">misscheryltan</span></div>
</td>
</tr>
</table>
</div>
<div id="row122194244" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:26</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/alexjuy" target="_blank"><img src="http://a1.twimg.com/profile_images/1094776666/camera2_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">alexjuy:&nbsp;</div>
<p><span id="txt122194244">Totally agree! RT <a href="http://twitter.com/%40lmatecha" target="_blank" >@lmatecha</a>: Best quote of the night at <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> re tweeting: &#8216;karma is a bitch&#8217; Be careful of what you say.  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:26&nbsp;</span><span class="bottomdisplayname">alexjuy</span></div>
</td>
</tr>
</table>
</div>
<div id="row122194375" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:26</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/Hussle24Seven" target="_blank"><img src="http://a2.twimg.com/profile_images/229236523/body_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">Hussle24Seven:&nbsp;</div>
<p><span id="txt122194375">Totally agree! RT <a href="http://twitter.com/%40lmatecha" target="_blank" >@lmatecha</a>: Best quote of the night at <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> re tweeting: &#8216;karma is a bitch&#8217; Be careful of wha&#8230; <a href="http://bit.ly/fc7LRm" target="_blank" >http://bit.ly/fc7LRm</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:26&nbsp;</span><span class="bottomdisplayname">Hussle24Seven</span></div>
</td>
</tr>
</table>
</div>
<div id="row122194811" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:28</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/photodreamz" target="_blank"><img src="http://a0.twimg.com/profile_images/1160569985/profile_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">photodreamz:&nbsp;</div>
<p><span id="txt122194811">Contests also drive traffic, aside from buying. <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:28&nbsp;</span><span class="bottomdisplayname">photodreamz</span></div>
</td>
</tr>
</table>
</div>
<div id="row122194965" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:28</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/jeremylim" target="_blank"><img src="http://a2.twimg.com/profile_images/699754844/twitterProfilePhoto_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">jeremylim:&nbsp;</div>
<p><span id="txt122194965">I think my favorite quote from <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> was, &#8220;You put on your pants everyday, but you don&#8217;t measure ROI on it.&#8221; Who said that again?  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:28&nbsp;</span><span class="bottomdisplayname">jeremylim</span></div>
</td>
</tr>
</table>
</div>
<div id="row122195227" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:29</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/HerraincoBrand" target="_blank"><img src="http://a0.twimg.com/profile_images/997223563/Casey_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">HerraincoBrand:&nbsp;</div>
<p><span id="txt122195227">RT <a href="http://twitter.com/%40jeremylim" target="_blank" >@jeremylim</a>: I think my favorite quote from <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> was, &#8220;You put on your pants everyday, but you don&#8217;t measure ROI on it.&#8221; Who said th &#8230;  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:29&nbsp;</span><span class="bottomdisplayname">HerraincoBrand</span></div>
</td>
</tr>
</table>
</div>
<div id="row122195343" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:29</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/Wildfirejane" target="_blank"><img src="http://a2.twimg.com/profile_images/1208228378/Screen_shot_2011-01-06_at_1.48.42_AM_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">Wildfirejane:&nbsp;</div>
<p><span id="txt122195343">At <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> watching <a href="http://twitter.com/%40C_C_Chapman" target="_blank" >@C_C_Chapman</a>  travel to each question. Way to keep it human thanks.  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:29&nbsp;</span><span class="bottomdisplayname">Wildfirejane</span></div>
</td>
</tr>
</table>
</div>
<div id="row122195371" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:29</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/nav_een" target="_blank"><img src="http://a1.twimg.com/profile_images/1170153607/me-cropped-for-twitter_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">nav_een:&nbsp;</div>
<p><span id="txt122195371">RT <a href="http://twitter.com/%40HerraincoBrand" target="_blank" >@HerraincoBrand</a>: If you say it, it&#8217;s out there forever. <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:29&nbsp;</span><span class="bottomdisplayname">nav_een</span></div>
</td>
</tr>
</table>
</div>
<div id="row122195556" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:30</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/thornley" target="_blank"><img src="http://a1.twimg.com/profile_images/1184036394/CroppedforTwitter_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">thornley:&nbsp;</div>
<p><span id="txt122195556">. <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> is really down on people who shill. I don&#8217;t care. You must buy <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>. A great book! <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <img src='http://hummingbird604.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:30&nbsp;</span><span class="bottomdisplayname">thornley</span></div>
</td>
</tr>
</table>
</div>
<div id="row122195769" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:31</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/alexjuy" target="_blank"><img src="http://a1.twimg.com/profile_images/1094776666/camera2_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">alexjuy:&nbsp;</div>
<p><span id="txt122195769">Facebook doesn&#8217;t let you do contests without an app now? <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:31&nbsp;</span><span class="bottomdisplayname">alexjuy</span></div>
</td>
</tr>
</table>
</div>
<div id="row122195922" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:31</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/Lahey13" target="_blank"><img src="http://a2.twimg.com/profile_images/655865502/la13_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">Lahey13:&nbsp;</div>
<p><span id="txt122195922">This is going down as one of the finest <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> events I&#8217;ve seen. <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> is quite the animated speaker w/ great advice. *high five*  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:31&nbsp;</span><span class="bottomdisplayname">Lahey13</span></div>
</td>
</tr>
</table>
</div>
<div id="row122195949" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:31</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/rahelab" target="_blank"><img src="http://a3.twimg.com/profile_images/328553708/RahelAnneBailie_small_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">rahelab:&nbsp;</div>
<p><span id="txt122195949"><a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> You can&#8217;t do contests on FB (against the rules) but check out Wildfire to set one up.  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:31&nbsp;</span><span class="bottomdisplayname">rahelab</span></div>
</td>
</tr>
</table>
</div>
<div id="row122196124" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:32</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/raincoaster" target="_blank"><img src="http://a1.twimg.com/profile_images/621067408/raincoaster_logo_blue_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">raincoaster:&nbsp;</div>
<p><span id="txt122196124">No, no no no no, gotta disagree, CC. contests are OVERSOLD. People have &#8220;Like this page&#8221; fatigue  <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:32&nbsp;</span><span class="bottomdisplayname">raincoaster</span></div>
</td>
</tr>
</table>
</div>
<div id="row122196199" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:32</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/photodreamz" target="_blank"><img src="http://a0.twimg.com/profile_images/1160569985/profile_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">photodreamz:&nbsp;</div>
<p><span id="txt122196199">If they catch you. Rules changed RT <a href="http://twitter.com/%40alexjuy" target="_blank" >@alexjuy</a>: Facebook doesn&#8217;t let you do contests without an app now? <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:32&nbsp;</span><span class="bottomdisplayname">photodreamz</span></div>
</td>
</tr>
</table>
</div>
<div id="row122196267" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:32</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/jason_baker" target="_blank"><img src="http://a0.twimg.com/profile_images/1158156548/headshot_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">jason_baker:&nbsp;</div>
<p><span id="txt122196267">Correct. Hosted contests that is. RT <a href="http://twitter.com/%40alexjuy" target="_blank" >@alexjuy</a>: Facebook doesn&#8217;t let you do contests without an app now? <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:32&nbsp;</span><span class="bottomdisplayname">jason_baker</span></div>
</td>
</tr>
</table>
</div>
<div id="row122196497" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:33</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/tbains" target="_blank"><img src="http://a2.twimg.com/profile_images/1196570987/TracyinRome_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">tbains:&nbsp;</div>
<p><span id="txt122196497">Yes! RT <a href="http://twitter.com/%40Lahey13" target="_blank" >@Lahey13</a>: This is going down as 1 of the finest <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> events I&#8217;ve seen. <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> is quite the animated speaker w/ great advice.  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:33&nbsp;</span><span class="bottomdisplayname">tbains</span></div>
</td>
</tr>
</table>
</div>
<div id="row122196621" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:33</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/jason_baker" target="_blank"><img src="http://a0.twimg.com/profile_images/1158156548/headshot_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">jason_baker:&nbsp;</div>
<p><span id="txt122196621">RT <a href="http://twitter.com/%40lmatecha" target="_blank" >@lmatecha</a>: Best quote of the night at <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> re tweeting: &#8216;karma is a bitch&#8217; Be careful of what you say.  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:33&nbsp;</span><span class="bottomdisplayname">jason_baker</span></div>
</td>
</tr>
</table>
</div>
<div id="row122196754" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:33</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/HerraincoBrand" target="_blank"><img src="http://a0.twimg.com/profile_images/997223563/Casey_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">HerraincoBrand:&nbsp;</div>
<p><span id="txt122196754">Lovin it! <a href="http://twitter.com/Lahey13" target="_blank" >@Lahey13</a> This is going down as one of the finest <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> events I&#8217;ve seen. <a href="http://twitter.com/cc_chapman" target="_blank" >@cc_chapman</a> is quite the (cont) <a href="http://tl.gd/89gimj" target="_blank" >http://tl.gd/89gimj</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:33&nbsp;</span><span class="bottomdisplayname">HerraincoBrand</span></div>
</td>
</tr>
</table>
</div>
<div id="row122196755" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:33</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/raincoaster" target="_blank"><img src="http://a1.twimg.com/profile_images/621067408/raincoaster_logo_blue_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">raincoaster:&nbsp;</div>
<p><span id="txt122196755"><a href="http://twitter.com/thornley" target="_blank" >@thornley</a> Oh that&#8217;s you! I thought you looked familiar.  <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:33&nbsp;</span><span class="bottomdisplayname">raincoaster</span></div>
</td>
</tr>
</table>
</div>
<div id="row122196960" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:34</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/photodreamz" target="_blank"><img src="http://a0.twimg.com/profile_images/1160569985/profile_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">photodreamz:&nbsp;</div>
<p><span id="txt122196960"><a href="http://twitter.com/%40raincoaster" target="_blank" >@raincoaster</a> yes on over-sold but keep it content related &#038; it can build a twitter following. <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:34&nbsp;</span><span class="bottomdisplayname">photodreamz</span></div>
</td>
</tr>
</table>
</div>
<div id="row122197056" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:34</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122197056">Anybody can take a picture, not everybody can take a photograph. There&#8217;s a time and place. Just don&#8217;t assume that because you can create stuff that you shouldn&#8217;t outsource. SO DAMN TRUE ^rpv </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:34&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122197161" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:34</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/raincoaster" target="_blank"><img src="http://a1.twimg.com/profile_images/621067408/raincoaster_logo_blue_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">raincoaster:&nbsp;</div>
<p><span id="txt122197161">RT <a href="http://twitter.com/%40tbains" target="_blank" >@tbains</a> RT <a href="http://twitter.com/%40Lahey13" target="_blank" >@Lahey13</a>: 1 of the finest <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> events I&#8217;ve seen. <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> is quite the animated speaker w/ great advice.  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:34&nbsp;</span><span class="bottomdisplayname">raincoaster</span></div>
</td>
</tr>
</table>
</div>
<div id="row122197197" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:35</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/rahelab" target="_blank"><img src="http://a3.twimg.com/profile_images/328553708/RahelAnneBailie_small_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">rahelab:&nbsp;</div>
<p><span id="txt122197197"><a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> outsourcing content is OK but use a professional to keep the quality up.  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:35&nbsp;</span><span class="bottomdisplayname">rahelab</span></div>
</td>
</tr>
</table>
</div>
<div id="row122197230" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:35</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/thornley" target="_blank"><img src="http://a1.twimg.com/profile_images/1184036394/CroppedforTwitter_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">thornley:&nbsp;</div>
<p><span id="txt122197230">RT <a href="http://twitter.com/%40Lahey13" target="_blank" >@Lahey13</a>: This is going down as one of the finest <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> events I&#8217;ve seen. <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> is quite the animated speaker w/ great advice. &#8230;  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:35&nbsp;</span><span class="bottomdisplayname">thornley</span></div>
</td>
</tr>
</table>
</div>
<div id="row122197431" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:35</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/tbains" target="_blank"><img src="http://a2.twimg.com/profile_images/1196570987/TracyinRome_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">tbains:&nbsp;</div>
<p><span id="txt122197431"><a href="http://twitter.com/%40raincoaster" target="_blank" >@raincoaster</a> yup. I&#8217;ve seen it with social activism too but that&#8217;s not community. It&#8217;s just gaming the system. Empty. <a href="http://search.twitter.com/search?q=%233ryvr" target="_blank" >#3ryvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:35&nbsp;</span><span class="bottomdisplayname">tbains</span></div>
</td>
</tr>
</table>
</div>
<div id="row122197468" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:35</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/jason_baker" target="_blank"><img src="http://a0.twimg.com/profile_images/1158156548/headshot_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">jason_baker:&nbsp;</div>
<p><span id="txt122197468"><a href="http://twitter.com/%40buizachristina" target="_blank" >@buizachristina</a> Where are you? <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:35&nbsp;</span><span class="bottomdisplayname">jason_baker</span></div>
</td>
</tr>
</table>
</div>
<div id="row122197589" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:36</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/hummingbird604" target="_blank"><img src="http://a3.twimg.com/profile_images/1162132008/Raul_bloggable_t-shirt_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">hummingbird604:&nbsp;</div>
<p><span id="txt122197589">Is it just me or some questions to <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> are pretty basic, Content Deployment 101? <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> let&#8217;s get him more in-depth questions  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:36&nbsp;</span><span class="bottomdisplayname">hummingbird604</span></div>
</td>
</tr>
</table>
</div>
<div id="row122197902" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:36</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/krystlesivorot" target="_blank"><img src="http://a1.twimg.com/profile_images/1088483658/scarf2_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">krystlesivorot:&nbsp;</div>
<p><span id="txt122197902">I like you <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a>. <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:36&nbsp;</span><span class="bottomdisplayname">krystlesivorot</span></div>
</td>
</tr>
</table>
</div>
<div id="row122197992" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:37</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/buizachristina" target="_blank"><img src="http://a0.twimg.com/profile_images/1184550344/76170_106584299413708_100001864149205_54430_2597407_n___normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">buizachristina:&nbsp;</div>
<p><span id="txt122197992">The big Twitter question: Quality or Quantity? Which one gets you more followers? <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:37&nbsp;</span><span class="bottomdisplayname">buizachristina</span></div>
</td>
</tr>
</table>
</div>
<div id="row122198037" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:37</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/thornley" target="_blank"><img src="http://a1.twimg.com/profile_images/1184036394/CroppedforTwitter_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">thornley:&nbsp;</div>
<p><span id="txt122198037">&#8220;Tweets in real life Is that like walking up to someone?&#8221;  <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:37&nbsp;</span><span class="bottomdisplayname">thornley</span></div>
</td>
</tr>
</table>
</div>
<div id="row122198189" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:37</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/MiriamShanny" target="_blank"><img src="http://a2.twimg.com/profile_images/1217956010/Picture_23_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">MiriamShanny:&nbsp;</div>
<p><span id="txt122198189"><a href="http://Twitterleaks.com:" target="_blank" >Twitterleaks.com:</a> where people post things they don&#8217;t want to tweet themselves <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:37&nbsp;</span><span class="bottomdisplayname">MiriamShanny</span></div>
</td>
</tr>
</table>
</div>
<div id="row122198252" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:38</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/jason_baker" target="_blank"><img src="http://a0.twimg.com/profile_images/1158156548/headshot_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">jason_baker:&nbsp;</div>
<p><span id="txt122198252">Amen! RT <a href="http://twitter.com/%40Lahey13" target="_blank" >@Lahey13</a>: &#8230;One of the finest <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> events I&#8217;ve seen. <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> is quite the animated speaker w/ great advice. *high five*  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:38&nbsp;</span><span class="bottomdisplayname">jason_baker</span></div>
</td>
</tr>
</table>
</div>
<div id="row122199176" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:40</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/Amuse_events" target="_blank"><img src="http://a2.twimg.com/profile_images/441778509/head_shot_web_version_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">Amuse_events:&nbsp;</div>
<p><span id="txt122199176"><a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://twitter.com/%40jeremylim" target="_blank" >@jeremylim</a> <a href="http://twitter.com/%40roxannestp" target="_blank" >@roxannestp</a> <a href="http://twitter.com/%40CathyBrowne" target="_blank" >@CathyBrowne</a> <a href="http://twitter.com/%40photodreamz" target="_blank" >@photodreamz</a> <a href="http://twitter.com/%40ColleenCoplick" target="_blank" >@ColleenCoplick</a> <a href="http://twitter.com/%40RinaChong" target="_blank" >@RinaChong</a> <a href="http://twitter.com/%40trishussey" target="_blank" >@trishussey</a> <a href="http://twitter.com/%40johnbiehler" target="_blank" >@johnbiehler</a> <a href="http://twitter.com/%40CynnamonS" target="_blank" >@CynnamonS</a> <a href="http://twitter.com/%40hummingbird604" target="_blank" >@hummingbird604</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:40&nbsp;</span><span class="bottomdisplayname">Amuse_events</span></div>
</td>
</tr>
</table>
</div>
<div id="row122199215" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:40</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/misscheryltan" target="_blank"><img src="http://a1.twimg.com/profile_images/1202133794/IMG_3705_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">misscheryltan:&nbsp;</div>
<p><span id="txt122199215">If your company is not active on social media aka Twitter, delete your account! Listen and engage is key! <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:40&nbsp;</span><span class="bottomdisplayname">misscheryltan</span></div>
</td>
</tr>
</table>
</div>
<div id="row122199277" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:40</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/lmatecha" target="_blank"><img src="http://a0.twimg.com/profile_images/1160114886/LMphoto4_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">lmatecha:&nbsp;</div>
<p><span id="txt122199277">Tweeting for your business? &#8216;Make sure you&#8217;re listening!&#8217; <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> quote.  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:40&nbsp;</span><span class="bottomdisplayname">lmatecha</span></div>
</td>
</tr>
</table>
</div>
<div id="row122199327" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:40</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/MortgagesVanBC" target="_blank"><img src="http://a0.twimg.com/profile_images/1144777810/image_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">MortgagesVanBC:&nbsp;</div>
<p><span id="txt122199327">Thanks I missed that! <a href="http://twitter.com/%40MiriamShanny" target="_blank" >@MiriamShanny</a>: <a href="http://Twitterleaks.com:" target="_blank" >Twitterleaks.com:</a> where people post things they don&#8217;t want to tweet themselves <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> <a href="http://search.twitter.com/search?q=%23contentrules%E2%80%9D" target="_blank" >#contentrules”</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:40&nbsp;</span><span class="bottomdisplayname">MortgagesVanBC</span></div>
</td>
</tr>
</table>
</div>
<div id="row122199441" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:41</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/hummingbird604" target="_blank"><img src="http://a3.twimg.com/profile_images/1162132008/Raul_bloggable_t-shirt_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">hummingbird604:&nbsp;</div>
<p><span id="txt122199441">My question to <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> &#8211; please tell these folks the difference between content Strategy and Tactics <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> = what, how, why  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:41&nbsp;</span><span class="bottomdisplayname">hummingbird604</span></div>
</td>
</tr>
</table>
</div>
<div id="row122199492" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:41</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/tbains" target="_blank"><img src="http://a2.twimg.com/profile_images/1196570987/TracyinRome_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">tbains:&nbsp;</div>
<p><span id="txt122199492"><a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> Beat part about touring <a href="http://search.twitter.com/search?q=Canada" target="_blank" >Canada</a> is the beer! <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:41&nbsp;</span><span class="bottomdisplayname">tbains</span></div>
</td>
</tr>
</table>
</div>
<div id="row122199906" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:42</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/kcclaveria" target="_blank"><img src="http://a0.twimg.com/profile_images/1214815088/LinkedIn5_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">kcclaveria:&nbsp;</div>
<p><span id="txt122199906">RT <a href="http://twitter.com/%40MiriamShanny" target="_blank" >@MiriamShanny</a>: <a href="http://Twitterleaks.com:" target="_blank" >Twitterleaks.com:</a> where people post things they don&#8217;t want to tweet themselves <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:42&nbsp;</span><span class="bottomdisplayname">kcclaveria</span></div>
</td>
</tr>
</table>
</div>
<div id="row122199951" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:42</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/buizachristina" target="_blank"><img src="http://a0.twimg.com/profile_images/1184550344/76170_106584299413708_100001864149205_54430_2597407_n___normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">buizachristina:&nbsp;</div>
<p><span id="txt122199951">Tactics vs. Strategies: &#8220;Use tactics to execute strategies&#8221; <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:42&nbsp;</span><span class="bottomdisplayname">buizachristina</span></div>
</td>
</tr>
</table>
</div>
<div id="row122199994" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:42</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/lmatecha" target="_blank"><img src="http://a0.twimg.com/profile_images/1160114886/LMphoto4_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">lmatecha:&nbsp;</div>
<p><span id="txt122199994">Tactics vs Strategy? <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> Doesn&#8217;t matter if they&#8217;re bad.  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:42&nbsp;</span><span class="bottomdisplayname">lmatecha</span></div>
</td>
</tr>
</table>
</div>
<div id="row122200049" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:42</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/misscheryltan" target="_blank"><img src="http://a1.twimg.com/profile_images/1202133794/IMG_3705_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">misscheryltan:&nbsp;</div>
<p><span id="txt122200049">Focus on the strategy &#8211; how and why you are doing it. Then go on to tactics <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23socialmedia" target="_blank" >#socialmedia</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:42&nbsp;</span><span class="bottomdisplayname">misscheryltan</span></div>
</td>
</tr>
</table>
</div>
<div id="row122200172" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:42</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/jason_baker" target="_blank"><img src="http://a0.twimg.com/profile_images/1158156548/headshot_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">jason_baker:&nbsp;</div>
<p><span id="txt122200172">Quality &#038; engagement RT <a href="http://twitter.com/%40buizachristina" target="_blank" >@buizachristina</a>: Big Twitter question: Quality or Quantity? Which one gets you more followers? <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:42&nbsp;</span><span class="bottomdisplayname">jason_baker</span></div>
</td>
</tr>
</table>
</div>
<div id="row122200256" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:43</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/CoreyDilley" target="_blank"><img src="http://a1.twimg.com/profile_images/1108067316/bulb_small_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">CoreyDilley:&nbsp;</div>
<p><span id="txt122200256">Disagreed with <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> about 1 thing &#8211; start with the objective, not the strategy. <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:43&nbsp;</span><span class="bottomdisplayname">CoreyDilley</span></div>
</td>
</tr>
</table>
</div>
<div id="row122200321" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:43</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122200321">Once you have it, it takes a lot of work to keep it (it&#8217;s like a child/baby). Set aside the time, resources, etc. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:43&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122200387" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:43</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/misscheryltan" target="_blank"><img src="http://a1.twimg.com/profile_images/1202133794/IMG_3705_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">misscheryltan:&nbsp;</div>
<p><span id="txt122200387"><a href="http://twitter.com/%40hummingbird604" target="_blank" >@hummingbird604</a> Good point brought up <img src='http://hummingbird604.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:43&nbsp;</span><span class="bottomdisplayname">misscheryltan</span></div>
</td>
</tr>
</table>
</div>
<div id="row122200498" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:43</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/roxannestp" target="_blank"><img src="http://a3.twimg.com/profile_images/1093891580/P1020307_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">roxannestp:&nbsp;</div>
<p><span id="txt122200498"><a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> love it! Strategies are not tactics. Wish my students were in the room! Music to my ears!  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:43&nbsp;</span><span class="bottomdisplayname">roxannestp</span></div>
</td>
</tr>
</table>
</div>
<div id="row122200541" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:43</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/CynnamonS" target="_blank"><img src="http://a2.twimg.com/profile_images/1135243693/CynnamonS_Twitter_Avatar_10-1-10_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">CynnamonS:&nbsp;</div>
<p><span id="txt122200541">Enjoying the <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a> talk at <a href="http://search.twitter.com/search?q=%233TTYVR" target="_blank" >#3TTYVR</a> <a href="http://twitter.com/%40ceilis" target="_blank" >@ceilis</a> in <a href="http://search.twitter.com/search?q=%23Vancouver" target="_blank" >#Vancouver</a>.  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:43&nbsp;</span><span class="bottomdisplayname">CynnamonS</span></div>
</td>
</tr>
</table>
</div>
<div id="row122200579" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:44</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/MortgagesVanBC" target="_blank"><img src="http://a0.twimg.com/profile_images/1144777810/image_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">MortgagesVanBC:&nbsp;</div>
<p><span id="txt122200579">Hahaha I would like a content fairy <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:44&nbsp;</span><span class="bottomdisplayname">MortgagesVanBC</span></div>
</td>
</tr>
</table>
</div>
<div id="row122200775" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:44</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/rahelab" target="_blank"><img src="http://a3.twimg.com/profile_images/328553708/RahelAnneBailie_small_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">rahelab:&nbsp;</div>
<p><span id="txt122200775"><a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> everyone needs a content fairy to make content happen. Don&#8217;t hold your breath tho. <a href="http://search.twitter.com/search?q=%23contentstrategy" target="_blank" >#contentstrategy</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:44&nbsp;</span><span class="bottomdisplayname">rahelab</span></div>
</td>
</tr>
</table>
</div>
<div id="row122201017" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:45</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/vancouver_rt" target="_blank"><img src="http://a2.twimg.com/a/1294874399/images/default_profile_2_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">vancouver_rt:&nbsp;</div>
<p><span id="txt122201017">RT <a href="http://twitter.com/%40CynnamonS" target="_blank" >@CynnamonS</a> Enjoying the <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a> talk at <a href="http://search.twitter.com/search?q=%233TTYVR" target="_blank" >#3TTYVR</a> <a href="http://twitter.com/%40ceilis" target="_blank" >@ceilis</a> in <a href="http://search.twitter.com/search?q=%23Vancouver" target="_blank" >#Vancouver</a>.  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:45&nbsp;</span><span class="bottomdisplayname">vancouver_rt</span></div>
</td>
</tr>
</table>
</div>
<div id="row122201091" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:45</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/KevinJagger" target="_blank"><img src="http://a0.twimg.com/profile_images/1157454340/Kevin_Jagger_Oval_Spotlight_3_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">KevinJagger:&nbsp;</div>
<p><span id="txt122201091">Q should be: Which 1 gets u QUALITY followers RT <a href="http://twitter.com/%40buizachristina" target="_blank" >@buizachristina</a> Quality or Quantity? Which one gets u more followers? <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:45&nbsp;</span><span class="bottomdisplayname">KevinJagger</span></div>
</td>
</tr>
</table>
</div>
<div id="row122201654" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:47</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/jeremylim" target="_blank"><img src="http://a2.twimg.com/profile_images/699754844/twitterProfilePhoto_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">jeremylim:&nbsp;</div>
<p><span id="txt122201654">Quality! RT <a href="http://twitter.com/%40KevinJagger" target="_blank" >@KevinJagger</a>: Which 1 gets u QUALITY followers RT <a href="http://twitter.com/%40buizachristina" target="_blank" >@buizachristina</a> Quality or Quantity? Which one gets u more followers? <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:47&nbsp;</span><span class="bottomdisplayname">jeremylim</span></div>
</td>
</tr>
</table>
</div>
<div id="row122201840" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:47</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt122201840">ok, I need to stop the liveblog right now as I&#8217;ve been tethering for a while, so I hope you enjoyed it!</p>
<p>Raul </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:47&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row122202114" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:48</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/jason_baker" target="_blank"><img src="http://a0.twimg.com/profile_images/1158156548/headshot_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">jason_baker:&nbsp;</div>
<p><span id="txt122202114"><a href="http://twitter.com/%40KevinJagger" target="_blank" >@KevinJagger</a> quality. <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:48&nbsp;</span><span class="bottomdisplayname">jason_baker</span></div>
</td>
</tr>
</table>
</div>
<div id="row122202300" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:49</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/buizachristina" target="_blank"><img src="http://a0.twimg.com/profile_images/1184550344/76170_106584299413708_100001864149205_54430_2597407_n___normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">buizachristina:&nbsp;</div>
<p><span id="txt122202300">Well said Raul! RT <a href="http://twitter.com/%40hummingbird604" target="_blank" >@hummingbird604</a> <a href="http://twitter.com/%40buizachristina" target="_blank" >@buizachristina</a> Why care about <a href="http://search.twitter.com/search?q=%23" target="_blank" >#</a> of followers? Should be quality of followers, not the quantity <a href="http://search.twitter.com/search?q=%23" target="_blank" >#</a>3TYVR  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:49&nbsp;</span><span class="bottomdisplayname">buizachristina</span></div>
</td>
</tr>
</table>
</div>
<div id="row122202787" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:50</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/lmatecha" target="_blank"><img src="http://a0.twimg.com/profile_images/1160114886/LMphoto4_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">lmatecha:&nbsp;</div>
<p><span id="txt122202787">Totally agree with <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> Learn by doing with social media is the only way. I&#8217;ve been saying that for about five yrs.  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:50&nbsp;</span><span class="bottomdisplayname">lmatecha</span></div>
</td>
</tr>
</table>
</div>
<div id="row122202839" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:50</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/buizachristina" target="_blank"><img src="http://a0.twimg.com/profile_images/1184550344/76170_106584299413708_100001864149205_54430_2597407_n___normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">buizachristina:&nbsp;</div>
<p><span id="txt122202839">That definitely sounds like a better question than the previous ones. RT <a href="http://twitter.com/%40KevinJagger" target="_blank" >@KevinJagger</a> Q should be: Which 1 gets u QUALITY followers <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:50&nbsp;</span><span class="bottomdisplayname">buizachristina</span></div>
</td>
</tr>
</table>
</div>
<div id="row122202964" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:51</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/misscheryltan" target="_blank"><img src="http://a1.twimg.com/profile_images/1202133794/IMG_3705_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">misscheryltan:&nbsp;</div>
<p><span id="txt122202964">There is nothing that says that you NEED to be on Facebook, Twitter etc. Do it if you want to and if it works for you <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:51&nbsp;</span><span class="bottomdisplayname">misscheryltan</span></div>
</td>
</tr>
</table>
</div>
<div id="row122203220" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:51</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/CrushMarketing" target="_blank"><img src="http://a1.twimg.com/profile_images/792892266/crushlogosquare_copy_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">CrushMarketing:&nbsp;</div>
<p><span id="txt122203220">RT <a href="http://twitter.com/lmatecha%3A" target="_blank" >@lmatecha:</a> Tweeting for your business? &#8216;Make sure you&#8217;re listening!&#8217; <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> quote.  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:51&nbsp;</span><span class="bottomdisplayname">CrushMarketing</span></div>
</td>
</tr>
</table>
</div>
<div id="row122203221" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:51</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/jeremylim" target="_blank"><img src="http://a2.twimg.com/profile_images/699754844/twitterProfilePhoto_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">jeremylim:&nbsp;</div>
<p><span id="txt122203221">Best way to kick off the year, guys. Trend up. <a href="http://twitter.com/cc_chapman" target="_blank" >@cc_chapman</a> is magic. <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:51&nbsp;</span><span class="bottomdisplayname">jeremylim</span></div>
</td>
</tr>
</table>
</div>
<div id="row122203252" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:51</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/photodreamz" target="_blank"><img src="http://a0.twimg.com/profile_images/1160569985/profile_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">photodreamz:&nbsp;</div>
<p><span id="txt122203252">RT <a href="http://twitter.com/%40jeremylim" target="_blank" >@jeremylim</a>: Best way to kick off the year, guys. Trend up. <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> is magic. <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:51&nbsp;</span><span class="bottomdisplayname">photodreamz</span></div>
</td>
</tr>
</table>
</div>
<div id="row122203390" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:52</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/thornley" target="_blank"><img src="http://a1.twimg.com/profile_images/1184036394/CroppedforTwitter_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">thornley:&nbsp;</div>
<p><span id="txt122203390"><a href="http://Wthashtag.com" target="_blank" >Wthashtag.com</a>  <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:52&nbsp;</span><span class="bottomdisplayname">thornley</span></div>
</td>
</tr>
</table>
</div>
<div id="row122203812" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:53</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/MiriamShanny" target="_blank"><img src="http://a2.twimg.com/profile_images/1217956010/Picture_23_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">MiriamShanny:&nbsp;</div>
<p><span id="txt122203812">If your client is going to have <a href="http://search.twitter.com/search?q=%23SM" target="_blank" >#SM</a> make sure they have content to support it. 140 characters is not enough; it&#8217;s just a springboard <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:53&nbsp;</span><span class="bottomdisplayname">MiriamShanny</span></div>
</td>
</tr>
</table>
</div>
<div id="row122204363" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:55</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/rahelab" target="_blank"><img src="http://a3.twimg.com/profile_images/328553708/RahelAnneBailie_small_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">rahelab:&nbsp;</div>
<p><span id="txt122204363"><a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> content killers: piss people off, delay responses, overeact, <a href="http://twitter.com/%40" target="_blank" >@</a> instead of DM. Think worst case, plan for it.  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:55&nbsp;</span><span class="bottomdisplayname">rahelab</span></div>
</td>
</tr>
</table>
</div>
<div id="row122204504" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:55</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/jason_baker" target="_blank"><img src="http://a0.twimg.com/profile_images/1158156548/headshot_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">jason_baker:&nbsp;</div>
<p><span id="txt122204504"><a href="http://twitter.com/%40KevinJagger" target="_blank" >@KevinJagger</a> From personal experience, quantity is not even a close 2nd. Re: followers <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:55&nbsp;</span><span class="bottomdisplayname">jason_baker</span></div>
</td>
</tr>
</table>
</div>
<div id="row122204681" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:56</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/FrancisSteiner" target="_blank"><img src="http://a0.twimg.com/profile_images/111032037/francis_headshot_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">FrancisSteiner:&nbsp;</div>
<p><span id="txt122204681">It is cold here got to go <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> (@ Ceili&#8217;s Irish Pub &#038; Restaurant w/ <a href="http://twitter.com/%40amuseconsulting" target="_blank" >@amuseconsulting</a>) <a href="http://4sq.com/hHQZl7" target="_blank" >http://4sq.com/hHQZl7</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:56&nbsp;</span><span class="bottomdisplayname">FrancisSteiner</span></div>
</td>
</tr>
</table>
</div>
<div id="row122204787" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:56</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/roxannestp" target="_blank"><img src="http://a3.twimg.com/profile_images/1093891580/P1020307_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">roxannestp:&nbsp;</div>
<p><span id="txt122204787">RT <a href="http://twitter.com/%40misscheryltan" target="_blank" >@misscheryltan</a>: If you&#8217;re not prepared for crisis management, it can damage your content greatly <a href="http://search.twitter.com/search?q=%23socialmedia" target="_blank" >#socialmedia</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:56&nbsp;</span><span class="bottomdisplayname">roxannestp</span></div>
</td>
</tr>
</table>
</div>
<div id="row122204878" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:56</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/johnbiehler" target="_blank"><img src="http://a0.twimg.com/profile_images/1178002928/ziptrekme_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">johnbiehler:&nbsp;</div>
<p><span id="txt122204878">Really enjoying listening to <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> talk at #3TYVR&#8230;I had heard of him before but didn&#8217;t really know what he was about <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:56&nbsp;</span><span class="bottomdisplayname">johnbiehler</span></div>
</td>
</tr>
</table>
</div>
<div id="row122205392" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:58</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/bealaine" target="_blank"><img src="http://a2.twimg.com/profile_images/1128765089/Twitter_pic_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">bealaine:&nbsp;</div>
<p><span id="txt122205392">Ask your readers what they&#8217;re interested in <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:58&nbsp;</span><span class="bottomdisplayname">bealaine</span></div>
</td>
</tr>
</table>
</div>
<div id="row122205623" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:59</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/thornley" target="_blank"><img src="http://a1.twimg.com/profile_images/1184036394/CroppedforTwitter_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">thornley:&nbsp;</div>
<p><span id="txt122205623">RT <a href="http://twitter.com/johnbiehler%3A" target="_blank" >@johnbiehler:</a> Really enjoying listening to <a href="http://twitter.com/cc_chapman" target="_blank" >@cc_chapman</a> talk at <a href="http://search.twitter.com/search?q=%233TYVR...I" target="_blank" >#3TYVR&#8230;I</a> had heard of him before but didn&#8217;t really know what he was about <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">7:59&nbsp;</span><span class="bottomdisplayname">thornley</span></div>
</td>
</tr>
</table>
</div>
<div id="row122205799" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">8:00</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/rahelab" target="_blank"><img src="http://a3.twimg.com/profile_images/328553708/RahelAnneBailie_small_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">rahelab:&nbsp;</div>
<p><span id="txt122205799"><a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> Q about remixing content. Me: MULTI-CHANNEL PUBLISHING. It&#8217;s all about the metadata.  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">8:00&nbsp;</span><span class="bottomdisplayname">rahelab</span></div>
</td>
</tr>
</table>
</div>
<div id="row122205852" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">8:00</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/misscheryltan" target="_blank"><img src="http://a1.twimg.com/profile_images/1202133794/IMG_3705_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">misscheryltan:&nbsp;</div>
<p><span id="txt122205852">Content: Re-imagine and don&#8217;t recycle <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">8:00&nbsp;</span><span class="bottomdisplayname">misscheryltan</span></div>
</td>
</tr>
</table>
</div>
<div id="row122206094" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">8:01</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/misscheryltan" target="_blank"><img src="http://a1.twimg.com/profile_images/1202133794/IMG_3705_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">misscheryltan:&nbsp;</div>
<p><span id="txt122206094">RT <a href="http://twitter.com/%40rahelab" target="_blank" >@rahelab</a>: <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> Q about remixing content. Me: MULTI-CHANNEL PUBLISHING. It&#8217;s all about the metadata.  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">8:01&nbsp;</span><span class="bottomdisplayname">misscheryltan</span></div>
</td>
</tr>
</table>
</div>
<div id="row122206196" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">8:01</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/thornley" target="_blank"><img src="http://a1.twimg.com/profile_images/1184036394/CroppedforTwitter_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">thornley:&nbsp;</div>
<p><span id="txt122206196">RT <a href="http://twitter.com/%40misscheryltan" target="_blank" >@misscheryltan</a>: Content: Re-imagine and don&#8217;t recycle <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">8:01&nbsp;</span><span class="bottomdisplayname">thornley</span></div>
</td>
</tr>
</table>
</div>
<div id="row122206521" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">8:02</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/hummingbird604" target="_blank"><img src="http://a3.twimg.com/profile_images/1162132008/Raul_bloggable_t-shirt_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">hummingbird604:&nbsp;</div>
<p><span id="txt122206521">My liveblog for  <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> (w Twitter integration) is here &#8211;  <a href="http://bit.ly/erb14y" target="_blank" >http://bit.ly/erb14y</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">8:02&nbsp;</span><span class="bottomdisplayname">hummingbird604</span></div>
</td>
</tr>
</table>
</div>
<div id="row122206710" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">8:03</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/jeremylim" target="_blank"><img src="http://a2.twimg.com/profile_images/699754844/twitterProfilePhoto_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">jeremylim:&nbsp;</div>
<p><span id="txt122206710">RT <a href="http://twitter.com/%40hummingbird604" target="_blank" >@hummingbird604</a>: My liveblog for  <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> (w Twitter integration) is here &#8211;  <a href="http://bit.ly/erb14y" target="_blank" >http://bit.ly/erb14y</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">8:03&nbsp;</span><span class="bottomdisplayname">jeremylim</span></div>
</td>
</tr>
</table>
</div>
<div id="row122206785" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">8:03</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/JillBenedict" target="_blank"><img src="http://a2.twimg.com/profile_images/1155084074/Jill4Copy_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">JillBenedict:&nbsp;</div>
<p><span id="txt122206785"><a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> people should use transcripts more to repurpose video (good tool for PR too)  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">8:03&nbsp;</span><span class="bottomdisplayname">JillBenedict</span></div>
</td>
</tr>
</table>
</div>
<div id="row122206972" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">8:04</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/photodreamz" target="_blank"><img src="http://a0.twimg.com/profile_images/1160569985/profile_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">photodreamz:&nbsp;</div>
<p><span id="txt122206972">Can I have an opinion on wrapping up? Been interesting though. <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">8:04&nbsp;</span><span class="bottomdisplayname">photodreamz</span></div>
</td>
</tr>
</table>
</div>
<div id="row122207080" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">8:04</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/roxannestp" target="_blank"><img src="http://a3.twimg.com/profile_images/1093891580/P1020307_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">roxannestp:&nbsp;</div>
<p><span id="txt122207080">RT <a href="http://twitter.com/%40JillBenedict" target="_blank" >@JillBenedict</a>: <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> people should use transcripts more to repurpose video (good tool for PR too)  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">8:04&nbsp;</span><span class="bottomdisplayname">roxannestp</span></div>
</td>
</tr>
</table>
</div>
<div id="row122207216" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">8:05</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/misscheryltan" target="_blank"><img src="http://a1.twimg.com/profile_images/1202133794/IMG_3705_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">misscheryltan:&nbsp;</div>
<p><span id="txt122207216">Lol! RT <a href="http://twitter.com/%40photodreamz" target="_blank" >@photodreamz</a>: Can I have an opinion on wrapping up? Been interesting though. <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">8:05&nbsp;</span><span class="bottomdisplayname">misscheryltan</span></div>
</td>
</tr>
</table>
</div>
<div id="row122207589" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">8:06</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/rahelab" target="_blank"><img src="http://a3.twimg.com/profile_images/328553708/RahelAnneBailie_small_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">rahelab:&nbsp;</div>
<p><span id="txt122207589"><a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> will be speaking at <a href="http://search.twitter.com/search?q=%23confab2011" target="_blank" >#confab2011</a> in May  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">8:06&nbsp;</span><span class="bottomdisplayname">rahelab</span></div>
</td>
</tr>
</table>
</div>
<div id="row122207745" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">8:07</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/misscheryltan" target="_blank"><img src="http://a1.twimg.com/profile_images/1202133794/IMG_3705_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">misscheryltan:&nbsp;</div>
<p><span id="txt122207745">AWESOME speaker! Thanks for coming out to Vancouver <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a>! <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">8:07&nbsp;</span><span class="bottomdisplayname">misscheryltan</span></div>
</td>
</tr>
</table>
</div>
<div id="row122207890" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">8:07</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/CynnamonS" target="_blank"><img src="http://a2.twimg.com/profile_images/1135243693/CynnamonS_Twitter_Avatar_10-1-10_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">CynnamonS:&nbsp;</div>
<p><span id="txt122207890">Thanks <a href="http://search.twitter.com/search?q=%233TTYVR" target="_blank" >#3TTYVR</a> sponsors for bringing @cc-chapman to <a href="http://search.twitter.com/search?q=%23Vancouver" target="_blank" >#Vancouver</a>.  Great talk! <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">8:07&nbsp;</span><span class="bottomdisplayname">CynnamonS</span></div>
</td>
</tr>
</table>
</div>
<div id="row122207932" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">8:07</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/misscheryltan" target="_blank"><img src="http://a1.twimg.com/profile_images/1202133794/IMG_3705_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">misscheryltan:&nbsp;</div>
<p><span id="txt122207932">Trying to create controversy all the time is a no-no unless thats how you want to brand yourself. But DO have an opinion <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">8:07&nbsp;</span><span class="bottomdisplayname">misscheryltan</span></div>
</td>
</tr>
</table>
</div>
<div id="row122209773" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">8:15</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/zenhousemedia" target="_blank"><img src="http://a2.twimg.com/profile_images/573098169/sq_logo_bigger_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">zenhousemedia:&nbsp;</div>
<p><span id="txt122209773">RT <a href="http://twitter.com/%40rahelab" target="_blank" >@rahelab</a>: <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> will be speaking at <a href="http://search.twitter.com/search?q=%23confab2011" target="_blank" >#confab2011</a> in May  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">8:15&nbsp;</span><span class="bottomdisplayname">zenhousemedia</span></div>
</td>
</tr>
</table>
</div>
<div id="row122210524" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">8:18</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/chrissychrzan" target="_blank"><img src="http://a2.twimg.com/profile_images/1149633160/180259039_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">chrissychrzan:&nbsp;</div>
<p><span id="txt122210524">.@cc_chapman just gave a shoutout to <a href="http://twitter.com/%40sprouter" target="_blank" >@sprouter</a> <img src='http://hummingbird604.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">8:18&nbsp;</span><span class="bottomdisplayname">chrissychrzan</span></div>
</td>
</tr>
</table>
</div>
<div id="row122212187" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">8:26</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/vancouver_rt" target="_blank"><img src="http://a2.twimg.com/a/1294874399/images/default_profile_2_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">vancouver_rt:&nbsp;</div>
<p><span id="txt122212187">RT <a href="http://twitter.com/%40CynnamonS" target="_blank" >@CynnamonS</a> Thanks <a href="http://search.twitter.com/search?q=%233TTYVR" target="_blank" >#3TTYVR</a> sponsors for bringing @cc-chapman to <a href="http://search.twitter.com/search?q=%23Vancouver" target="_blank" >#Vancouver</a>. Great talk! <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">8:26&nbsp;</span><span class="bottomdisplayname">vancouver_rt</span></div>
</td>
</tr>
</table>
</div>
<div id="row122212492" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">8:28</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/hummingbird604" target="_blank"><img src="http://a3.twimg.com/profile_images/1162132008/Raul_bloggable_t-shirt_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">hummingbird604:&nbsp;</div>
<p><span id="txt122212492">Heading back to <a href="http://twitter.com/%40thenetworkhub" target="_blank" >@thenetworkhub</a> to pick up my stuff and head home. Lovely talk by <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> at <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">8:28&nbsp;</span><span class="bottomdisplayname">hummingbird604</span></div>
</td>
</tr>
</table>
</div>
<div id="row122213433" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">8:32</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/n8brophy" target="_blank"><img src="http://a2.twimg.com/profile_images/1181897821/148627_10150318058105075_860550074_15853198_593754_n_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">n8brophy:&nbsp;</div>
<p><span id="txt122213433">Good <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> tonight! Motivating to go write some Content. Think I&#8217;ll buy the book&#8230;  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">8:32&nbsp;</span><span class="bottomdisplayname">n8brophy</span></div>
</td>
</tr>
</table>
</div>
<div id="row122213622" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">8:32</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/chrissychrzan" target="_blank"><img src="http://a2.twimg.com/profile_images/1149633160/180259039_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">chrissychrzan:&nbsp;</div>
<p><span id="txt122213622">Good times at <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> tonight &#8211; great to have convos with twitter peeps in real life <img src='http://hummingbird604.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">8:32&nbsp;</span><span class="bottomdisplayname">chrissychrzan</span></div>
</td>
</tr>
</table>
</div>
<div id="row122213995" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">8:34</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/hummingbird604" target="_blank"><img src="http://a3.twimg.com/profile_images/1162132008/Raul_bloggable_t-shirt_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">hummingbird604:&nbsp;</div>
<p><span id="txt122213995"><a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> I don&#8217;t believe <a href="http://twitter.com/%40" target="_blank" >@</a>cc_chapman is championing sending a DM over an <a href="http://twitter.com/%40" target="_blank" >@</a> reply. I dislike DMs SO MUCH I ignore most of them.  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">8:34&nbsp;</span><span class="bottomdisplayname">hummingbird604</span></div>
</td>
</tr>
</table>
</div>
<div id="row122215629" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">8:42</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/teamfrugalbits" target="_blank"><img src="http://a0.twimg.com/profile_images/781679076/FB-icon_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">teamfrugalbits:&nbsp;</div>
<p><span id="txt122215629">Wise words from a wise guy. Thanks <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">8:42&nbsp;</span><span class="bottomdisplayname">teamfrugalbits</span></div>
</td>
</tr>
</table>
</div>
<div id="row122216014" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">8:44</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/masalapuri" target="_blank"><img src="http://a3.twimg.com/profile_images/684979526/Ajay-Tie_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">masalapuri:&nbsp;</div>
<p><span id="txt122216014"><a href="http://twitter.com/" target="_blank" >@</a>tbains I came and left! Missed you <img src='http://hummingbird604.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />   Was great topic speaker- content is king! <a href="http://search.twitter.com/search?q=%23t3yvr" target="_blank" >#t3yvr</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> now <a href="http://twitter.com/" target="_blank" >@</a> <a href="http://search.twitter.com/search?q=%23roundhouse" target="_blank" >#roundhouse</a> for youth vote disc  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">8:44&nbsp;</span><span class="bottomdisplayname">masalapuri</span></div>
</td>
</tr>
</table>
</div>
<div id="row122218548" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">8:57</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/alchemize" target="_blank"><img src="http://a2.twimg.com/profile_images/1215873710/LindaLR_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">alchemize:&nbsp;</div>
<p><span id="txt122218548">enjoyed presentation tonite with <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">8:57&nbsp;</span><span class="bottomdisplayname">alchemize</span></div>
</td>
</tr>
</table>
</div>
<div id="row122219238" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">9:01</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/photodreamz" target="_blank"><img src="http://a0.twimg.com/profile_images/1160569985/profile_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">photodreamz:&nbsp;</div>
<p><span id="txt122219238">Post <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> with 4 lovely ladies including <a href="http://twitter.com/%40cathybrowne" target="_blank" >@cathybrowne</a> (@ Cactus Club Cafe w/ 3 others) <a href="http://4sq.com/ehJEuy" target="_blank" >http://4sq.com/ehJEuy</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">9:01&nbsp;</span><span class="bottomdisplayname">photodreamz</span></div>
</td>
</tr>
</table>
</div>
<div id="row122219390" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">9:01</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/alchemize" target="_blank"><img src="http://a2.twimg.com/profile_images/1215873710/LindaLR_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">alchemize:&nbsp;</div>
<p><span id="txt122219390">also Curate content RT <a href="http://twitter.com/%40misscheryltan" target="_blank" >@misscheryltan</a>: Content: Re-imagine and don&#8217;t recycle <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">9:01&nbsp;</span><span class="bottomdisplayname">alchemize</span></div>
</td>
</tr>
</table>
</div>
<div id="row122220066" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">9:05</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/alchemize" target="_blank"><img src="http://a2.twimg.com/profile_images/1215873710/LindaLR_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">alchemize:&nbsp;</div>
<p><span id="txt122220066">a shout out for  <a href="http://search.twitter.com/search?q=%23innochat" target="_blank" >#innochat</a> at Vancouver meetup with <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">9:05&nbsp;</span><span class="bottomdisplayname">alchemize</span></div>
</td>
</tr>
</table>
</div>
<div id="row122225159" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">9:33</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/TegBrar" target="_blank"><img src="http://a1.twimg.com/profile_images/346055160/Teg_s_photo_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">TegBrar:&nbsp;</div>
<p><span id="txt122225159">Excellent talk CC, Thx. Great to put a face to a voice, huge fan of <a href="http://search.twitter.com/search?q=%23managing" target="_blank" >#managing</a> thegray <a href="http://search.twitter.com/search?q=%23mediahacks" target="_blank" >#mediahacks</a> <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a>! <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a> <a href="http://search.twitter.com/search?q=%23ContentRules" target="_blank" >#ContentRules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">9:33&nbsp;</span><span class="bottomdisplayname">TegBrar</span></div>
</td>
</tr>
</table>
</div>
<div id="row122226085" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">9:38</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/KathyHanbury" target="_blank"><img src="http://a1.twimg.com/profile_images/900765206/Kathy_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">KathyHanbury:&nbsp;</div>
<p><span id="txt122226085">Thx to all who tweeted about <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#3tyvr</a>! SO upset I didn&#8217;t make it, but very appreciative of your play-by-plays. I&#8217;ll see CC at Confab 4 sure.  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">9:38&nbsp;</span><span class="bottomdisplayname">KathyHanbury</span></div>
</td>
</tr>
</table>
</div>
<div id="row122227552" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">9:46</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/MiriamShanny" target="_blank"><img src="http://a2.twimg.com/profile_images/1217956010/Picture_23_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">MiriamShanny:&nbsp;</div>
<p><span id="txt122227552">Thx for the RTs <a href="http://twitter.com/%40MortgagesVancBC" target="_blank" >@MortgagesVancBC</a> &#038; <a href="http://twitter.com/%40kcclaveria" target="_blank" >@kcclaveria</a>! Til next time <a href="http://search.twitter.com/search?q=%23socialmedia" target="_blank" >#socialmedia</a> friends! <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#3TYVR</a> <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a>  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">9:46&nbsp;</span><span class="bottomdisplayname">MiriamShanny</span></div>
</td>
</tr>
</table>
</div>
<div id="row122228300" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">9:51</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/MiriamShanny" target="_blank"><img src="http://a2.twimg.com/profile_images/1217956010/Picture_23_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">MiriamShanny:&nbsp;</div>
<p><span id="txt122228300">Great night with <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> at <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> seminar on <a href="http://search.twitter.com/search?q=%23socialmedia" target="_blank" >#socialmedia</a>. Was so impressed with his insight &#038; lovely demeanor. Big fan!  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">9:51&nbsp;</span><span class="bottomdisplayname">MiriamShanny</span></div>
</td>
</tr>
</table>
</div>
<div id="row122228405" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">9:51</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/MiriamShanny" target="_blank"><img src="http://a2.twimg.com/profile_images/1217956010/Picture_23_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">MiriamShanny:&nbsp;</div>
<p><span id="txt122228405">Great night with <a href="http://twitter.com/%40cc_chapman" target="_blank" >@cc_chapman</a> at his <a href="http://search.twitter.com/search?q=%23contentrules" target="_blank" >#contentrules</a> seminar on <a href="http://search.twitter.com/search?q=%23socialmedia" target="_blank" >#socialmedia</a>. So impressed with his insight &#038; lovely demeanor. Big fan!  <em class="via_twitter">[via Twitter]</em></span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Thursday January 20, 2011&nbsp;</span><span class="bottomtime">9:51&nbsp;</span><span class="bottomdisplayname">MiriamShanny</span></div>
</td>
</tr>
</table>
</div>
<div id="row122231312" class="chatmsg eventcompletedimage"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">10:09</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td><span id="txt122231312">
<div class="clearingspace" style="line-height: 3px;">&nbsp;</div>
<p><a href="http://www.coveritlive.com/index.php?option=com_altcaster&#038;task=register&#038;referral_code=LiveBlogReferral" target="_blank"><img src="http://www.coveritlive.com/templates/coveritlive/images/cil_thanks_en.jpg" border="0" /></a>
<div class="clearingspace" style="line-height: 3px;">&nbsp;</div>
<p></span></td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</div>
</div>
<div class="clearingspace" >&nbsp;</div>
</div>
<div class="viewingtoolbar" id="viewingtoolbar" style="text-align: center; width: 470px;">
<div id="demandmedialogo" class="demandmedialogo"><a href="http://www.demandmedia.com/products/coveritlive/" target="_blank"><img src="http://cdnmo.coveritlive.com/templates/coveritlive/images/spacer.gif" border="0"  width=76 height=21 /></a></div>
<div id="toolbarimage"><img src="http://cdnmo.coveritlive.com/media/templateimages/phpbPyyRXcoveritlive_logo14.png" border="0" width=175 height=16 /></div>
</div>
<div id="viewingfooter" class="viewingfooter">&nbsp;</div>
</div>
</div>
<p><script language="javascript" type="text/javascript">cil_setSizes();</script></p>
<p>Related posts:<ol>
<li><a href='http://hummingbird604.com/2010/01/19/julien-smith-at-third-tuesday-vancouver-liveblog/' rel='bookmark' title='Julien Smith at Third Tuesday Vancouver liveblog'>Julien Smith at Third Tuesday Vancouver liveblog</a></li>
<li><a href='http://hummingbird604.com/2010/03/23/3tyvr-liveblog-social-media-and-the-olympics/' rel='bookmark' title='#3tyvr Liveblog &#8211; Social Media And The Olympics'>#3tyvr Liveblog &#8211; Social Media And The Olympics</a></li>
<li><a href='http://hummingbird604.com/2007/10/29/where-does-good-content-go/' rel='bookmark' title='Where does good content go?'>Where does good content go?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://hummingbird604.com/2011/01/20/content-rules-at-3tyvr-with-cc_chapman-third-tuesday-vancouver-liveblog/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Livetweetage for @OnlineStrategy&#8217;s #3tyvr talk on integrating social media strategy</title>
		<link>http://hummingbird604.com/2010/05/25/livetweetage-for-onlinestrategys-3tyvr-talk-on-integrating-social-media-strategy/</link>
		<comments>http://hummingbird604.com/2010/05/25/livetweetage-for-onlinestrategys-3tyvr-talk-on-integrating-social-media-strategy/#comments</comments>
		<pubDate>Tue, 25 May 2010 22:14:58 +0000</pubDate>
		<dc:creator>Raul</dc:creator>
				<category><![CDATA[Third Tuesday]]></category>

		<guid isPermaLink="false">http://hummingbird604.com/?p=7909</guid>
		<description><![CDATA[I have an organizer&#8217;s and volunteers&#8217; meeting of the Mental Health Camp Vancouver 2010, but I&#8217;m happy to capture the livetweetage of Guacira&#8217;s talk tonight. Guacira Naves on Social Media Strategy UPDATE: I&#8217;m embedding both the ScribbleLive and the CoverItLive iFrames as both of them are thoroughly unreliable. Some tweets show on one of the [...]
Related posts:<ol>
<li><a href='http://hummingbird604.com/2010/03/23/3tyvr-liveblog-social-media-and-the-olympics/' rel='bookmark' title='#3tyvr Liveblog &#8211; Social Media And The Olympics'>#3tyvr Liveblog &#8211; Social Media And The Olympics</a></li>
<li><a href='http://hummingbird604.com/2009/06/07/my-recent-social-media-club-victoria-talk-towards-an-action-focused-agenda-for-social-change-using-social-media-smcvictoria-smcvictoria/' rel='bookmark' title='My recent Social Media Club Victoria talk: &#8220;Towards an Action-Focused Agenda for Social Change Using Social Media&#8221; (#smcvictoria) @smcvictoria'>My recent Social Media Club Victoria talk: &#8220;Towards an Action-Focused Agenda for Social Change Using Social Media&#8221; (#smcvictoria) @smcvictoria</a></li>
<li><a href='http://hummingbird604.com/2010/03/02/mental-health-social-media-chat-mhsm/' rel='bookmark' title='Mental Health Social Media Chat #mhsm'>Mental Health Social Media Chat #mhsm</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I have an organizer&#8217;s and volunteers&#8217; meeting of the Mental Health Camp Vancouver 2010, but I&#8217;m happy to capture the livetweetage of Guacira&#8217;s talk tonight. </p>
<p><iframe src="http://www.coveritlive.com/index2.php/option=com_altcaster/task=viewaltcast/altcast_code=5ca853a11e/height=550/width=470" scrolling="no" height="550px" width="470px" frameBorder ="0" allowTransparency="true"  ><a href="http://www.coveritlive.com/mobile.php/option=com_mobile/task=viewaltcast/altcast_code=5ca853a11e" >Guacira Naves on Social Media Strategy</a></iframe></p>
<p>UPDATE: I&#8217;m embedding both the ScribbleLive and the CoverItLive iFrames as both of them are thoroughly unreliable. Some tweets show on one of the iFrames but not in the other. Lovely. </p>
<p><iframe src='http://embed.scribblelive.com/1/6/6/0/9/' width='400' height='500' frameborder='0' style='border: 1px solid #000'></iframe></p>
<p>Related posts:<ol>
<li><a href='http://hummingbird604.com/2010/03/23/3tyvr-liveblog-social-media-and-the-olympics/' rel='bookmark' title='#3tyvr Liveblog &#8211; Social Media And The Olympics'>#3tyvr Liveblog &#8211; Social Media And The Olympics</a></li>
<li><a href='http://hummingbird604.com/2009/06/07/my-recent-social-media-club-victoria-talk-towards-an-action-focused-agenda-for-social-change-using-social-media-smcvictoria-smcvictoria/' rel='bookmark' title='My recent Social Media Club Victoria talk: &#8220;Towards an Action-Focused Agenda for Social Change Using Social Media&#8221; (#smcvictoria) @smcvictoria'>My recent Social Media Club Victoria talk: &#8220;Towards an Action-Focused Agenda for Social Change Using Social Media&#8221; (#smcvictoria) @smcvictoria</a></li>
<li><a href='http://hummingbird604.com/2010/03/02/mental-health-social-media-chat-mhsm/' rel='bookmark' title='Mental Health Social Media Chat #mhsm'>Mental Health Social Media Chat #mhsm</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://hummingbird604.com/2010/05/25/livetweetage-for-onlinestrategys-3tyvr-talk-on-integrating-social-media-strategy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Julien Smith at Third Tuesday Vancouver liveblog</title>
		<link>http://hummingbird604.com/2010/01/19/julien-smith-at-third-tuesday-vancouver-liveblog/</link>
		<comments>http://hummingbird604.com/2010/01/19/julien-smith-at-third-tuesday-vancouver-liveblog/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 21:13:44 +0000</pubDate>
		<dc:creator>Raul</dc:creator>
				<category><![CDATA[liveblogging]]></category>
		<category><![CDATA[Third Tuesday]]></category>

		<guid isPermaLink="false">http://hummingbird604.com/?p=5977</guid>
		<description><![CDATA[Tanya Davis, a very close friend of mine and someone I absolutely love, asked me if I&#8217;d be willing and able to liveblog tonight&#8217;s Third Tuesday Vancouver talk by Julien Smith. Julien is the co-author of Trust Agents with Chris Brogan, and someone I think is a very good thinker. So, I agreed to liveblog [...]
Related posts:<ol>
<li><a href='http://hummingbird604.com/2011/01/20/content-rules-at-3tyvr-with-cc_chapman-third-tuesday-vancouver-liveblog/' rel='bookmark' title='Content Rules at #3tyvr with @cc_chapman (Third Tuesday Vancouver) Liveblog'>Content Rules at #3tyvr with @cc_chapman (Third Tuesday Vancouver) Liveblog</a></li>
<li><a href='http://hummingbird604.com/2008/06/18/third-tuesday-vancouver-with-joe-solomon-the-aftermath/' rel='bookmark' title='Third Tuesday Vancouver with Joe Solomon &#8211; The aftermath'>Third Tuesday Vancouver with Joe Solomon &#8211; The aftermath</a></li>
<li><a href='http://hummingbird604.com/2010/05/04/net-tuesday-vancouver-may-2010-livetweetage-ntvan/' rel='bookmark' title='Net Tuesday Vancouver May 2010 LiveTweetage #ntvan'>Net Tuesday Vancouver May 2010 LiveTweetage #ntvan</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.netchick.net">Tanya Davis</a>, a very close friend of mine and someone I absolutely love, asked me if I&#8217;d be willing and able to liveblog tonight&#8217;s Third Tuesday Vancouver talk by <a href="http://inoveryourhead.net/">Julien Smith</a>. Julien is the co-author of <a href="http://inoveryourhead.net/trust-agents/">Trust Agents</a> with Chris Brogan, and someone I think is a very good thinker. </p>
<p>So, I agreed to liveblog this event. I will be integrating the tweets if you tag them with the hashtag &#8220;3tyvr&#8221;, but for the most part, the talk will be liveblogged using CoverItLive. The liveblog won&#8217;t start until 6.30pm or so, when the actual talk start, so don&#8217;t be surprised if your tweets aren&#8217;t included until then. </p>
<p>UPDATE &#8211; Justin Carlson sent me <a href="http://www.carlsonmedia.ca/blog/2010/1/21/third-tuesday-julien-smith.html">a link to his high-definition video of Julien&#8217;s talk</a>. If you couple this with my liveblog, I think you have a fairly spectacular summary of the event. Thanks for this, Justin!</p>
<p><meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="http://s3.amazonaws.com/coveritlive/media/css/viewer_window_normal.css" rel="stylesheet" type="text/css" />
<style type="text/css">
/* Adjust the height to best suite your page */
/* Remove height property to have all text show without scrollbars. */
#cil_page .mainchat {  position: relative; overflow: auto;  }
</style>
<p><script language="javascript" src="http://s3.amazonaws.com/coveritlive/static/templates/coveritlive/lib/js/curvycorners.src.js" type="text/javascript"></script><br />
<script language="javascript" type="text/javascript">
<!--
function cil_launchLayer( num, divsrc, divheight, divwidth) { var scrollpos = cil_getScrollingPosition(); divsrc = unescape(cil_replaceString('qzzq', '"', divsrc)); document.getElementById('cil_divsrc').innerHTML = divsrc; divleft = (document.getElementById('cil_mainholder').offsetWidth - divwidth) / 2; if (document.getElementById('cil_mainholder').offsetTop > scrollpos[1]) { divtop = document.getElementById('cil_mainholder').scrollTop + 40; } else { divtop = scrollpos[1] - document.getElementById('cil_mainholder').offsetTop + document.getElementById('cil_mainholder').scrollTop + 40; } document.getElementById('cil_modalitem').style.left = divleft + 'px'; document.getElementById('cil_modalitem').style.top = divtop + 'px'; document.getElementById('cil_modalitem').style.display = 'inline'; }
function cil_closeLayer(){ if (document.getElementById('cil_modalitem').style.display != 'none') { document.getElementById('cil_divsrc').innerHTML = ''; document.getElementById('cil_modalitem').style.display = 'none'; } }
function cil_replaceString(oldS, newS, fullS) { for (var i = 0; i < fullS.length; i++) { if (fullS.substring(i, i + oldS.length) == oldS) { fullS = fullS.substring(0, i) + newS + fullS.substring(i + oldS.length, fullS.length); } } return fullS; }
function cil_getScrollingPosition() { var position = [0, 0]; if (typeof window.pageYOffset != 'undefined') { position = [window.pageXOffset, window.pageYOffset]; } else if (typeof document.documentElement.scrollTop != 'undefined' &#038;&#038; document.documentElement.scrollTop > 0) { position = [document.documentElement.scrollLeft,document.documentElement.scrollTop]; } else if (typeof document.body.scrollTop != 'undefined') { position = [document.body.scrollLeft,document.body.scrollTop]; } return position; }
function cil_getCurrentStyle(elem, prop) { if( elem.currentStyle ) { var ar = prop.match(/\w[^-]*/g); var s = ar[0]; for(var i = 1; i < ar.length; ++i) { s += ar[i].replace(/\w/, ar[i].charAt(0).toUpperCase()); } return elem.currentStyle[s] } else if( document.defaultView.getComputedStyle ) { return document.defaultView.getComputedStyle(elem, null).getPropertyValue(prop);  } }
function cil_setSizes() { document.getElementById('viewingtoolbar').style.width = document.getElementById('altcast_title').offsetWidth + 'px'; var oElement = document.getElementById('pageborder'); if (oElement) { borderHeight  = cil_getCurrentStyle(oElement, 'border-top-width'); pageborderHeight = borderHeight.substring(0,borderHeight.length-2); } else { pageborderHeight = 0; } maxheight = 550 - (pageborderHeight*2); chatholderheight = (maxheight-document.getElementById('viewingtoolbar').offsetHeight-document.getElementById('viewingfooter').offsetHeight-document.getElementById('altcast_title').offsetHeight-9); document.getElementById('mainchat').style.height = chatholderheight + 'px'; }
//-->
</script></p>
<div id="cil_page" class="overallpage" style="position:relative; font-family: Arial, Arial; font-size: 12px; background: #ffffff; line-height: 150%; margin:0; padding:0; vertical-align:top; text-align:left; margin-bottom: 1px; height: 550px; width: 470px;">
<div id="pageborder" class="pageborder" style="position: relative;">
<div id="chatholder" class="chatholder">
<div id="altcast_title" class="event_title_bar" >
<table style="height: 35px; width: 100%;">
<tr valign="middle">
<td>&nbsp;</td>
<td width=99%><span class="event_title_replay" id="txtTitle">Julien Smith 3Tyvr</span></td>
<td valign=middle align="right" style="font-size: 90%;" nowrap><span class="replay_date">(01/19/2010)</span>&nbsp;</td>
</tr>
</table>
</div>
<div id="cil_modalitem" style="display: none; position: absolute; top: 40px; left: 50px; z-index: 100;">
<div>
<div id="cil_divsrc" style="background: #000000; padding: 10px; display: block; text-align: center;"></div>
<div style="display: block; line-height: 10px; clear: both; background: #000000; padding: 10px; padding-top: 0px;">&nbsp;&nbsp;<br />
<table style="height: 16px;">
<tr valign=middle>
<td><a href="#" onClick="javascript: cil_closeLayer();return false;" style="color: #FFFFFF;"><strong>Close</strong></a>&nbsp;&nbsp;</td>
</tr>
</table>
</div>
</div></div>
<div id="mainchat" class="mainchat">
<div class="cil_eventholder">
<div id="row52353627" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">1:11</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52353627">Julien Smith (Trust Agents co-author) </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">1:11&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52416554" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:38</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52416554">I&#8217;d like to take you back way back, 100 years ago. It&#8217;s Christmas Eve, you&#8217;re in the middle of the Atlantic Ocean. You&#8217;re the navigator of the ship. You trust the equipment that you use. It helps you find out where the other ships are, in your area, so that you don&#8217;t slam into them. Something incredible is about to happen, has never happened in the history of mankind. It will revolutionize everything you do in regards of communications. For the first time, a voice comes through this device. It&#8217;s never happened before. <br/><br/>Julien is telling us a story about the radio. Radio was not transmitted in that way, but it made it possible. Television is a kind of radio, it&#8217;s a mass medium and lets you transmit information in a different way. The radios of today are Twitter, Facebook, they are compounded all on top of each other. We can also do them with the Internet, but it adds on another layer. What I&#8217;d like you to consider doing is to think about mastering tomorrow&#8217;s radios. I don&#8217;t know what tomorrow&#8217;s radios are, neither do you. Someone will take control of that. Tomorrow&#8217;s radios will indeed need some kind of thing.<br/><br/>Touch the burner, that&#8217;s what we all do when we are children. We put the hand in the electrical burner, it hurts and it sucks. This helps us understand what life is like. This is what he did &#8211; he took a risk, he did something that nobody was doing before and nobody had done before. He  took the risk. <br/><br/>It&#8217;s very easy to do what everybody else is doing. <br/> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:38&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52416685" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:39</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52416685">These computers are doing something that is natural to human beings, which is to network &#8211; share information better and faster than anybody could do.  </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:39&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52416826" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:39</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52416826">This is what a channel looks like &#8211; ShitMyDadSays &#8211; you can&#8217;t see it over here in the corner. 635,000 followers.  </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:39&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52416925" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:39</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52416925">I&#8217;m pointing it out because it is stupid. The things that bring people together aren&#8217;t the smart things. The things that bring us together are stupid, when we laugh at a bar. I was totally late for work, it&#8217;s the silly things.  </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:39&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52417039" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:40</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52417039">Julien is speaking about what the ShitMyDadSays account says. Silly things that are not meaningful unless it makes people closer. People are brought closer together . </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:40&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52417095" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:40</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52417095">All these things bring people together.  </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:40&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52417186" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:41</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52417186">All of these things are producing content, but content is being produced differently.  </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:41&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52417224" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:41</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52417224">Julien is now presenting an example about Kylie Minogue.  </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:41&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52417440" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:42</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52417440">People don&#8217;t care. People are the there for the channel. Once you have the channel you&#8217;ll have it forever.  </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:42&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52417698" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:43</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52417698">This is what a channel used to look like. You can mute a channel, you can tune the volume up and down. You cannot talk back to a channel. It does not listen to you because it doesn&#8217;t care.  </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:43&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52417844" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:44</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52417844">This is what channels look like now &#8211; connecting together, this is what people do, we naturally build relationships, that make us happy. Julien is now describing the career that his father had (career counsellor). <br/><br/>Let&#8217;s say you lose your job tomorrow and your network is not in place, you&#8217;re lost.  </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:44&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52417870" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:44</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/chrisgoward" target="_blank"><img src="http://a3.twimg.com/profile_images/597920703/Chris_speaking_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">chrisgoward:&nbsp;</div>
<p><span id="txt52417870">Hype dies but the channel is forever. Once you create a channel, you control it. <a href="http://twitter.com/Julien" target="_blank" >@Julien</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#<b>3tyvr</b></a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:44&nbsp;</span><span class="bottomdisplayname">chrisgoward</span></div>
</td>
</tr>
</table>
</div>
<div id="row52417878" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:44</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/chrisgoward" target="_blank"><img src="http://a3.twimg.com/profile_images/597920703/Chris_speaking_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">chrisgoward:&nbsp;</div>
<p><span id="txt52417878"><a href="http://twitter.com/Julien" target="_blank" >@Julien</a> Someone will use the next &#8220;radio&#8221; technology to communicate. Will it be you? It takes risk to innovate. <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#<b>3tyvr</b></a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:44&nbsp;</span><span class="bottomdisplayname">chrisgoward</span></div>
</td>
</tr>
</table>
</div>
<div id="row52417914" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:44</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/bluefinch604" target="_blank"><img src="http://a3.twimg.com/profile_images/560927655/Tanya_14_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">bluefinch604:&nbsp;</div>
<p><span id="txt52417914"><a href="http://twitter.com/Julien" target="_blank" >@Julien</a> speaking now at <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#<b>3tyvr</b></a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:44&nbsp;</span><span class="bottomdisplayname">bluefinch604</span></div>
</td>
</tr>
</table>
</div>
<div id="row52417917" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:44</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/GlissMedia" target="_blank"><img src="http://a3.twimg.com/profile_images/601220513/0344JM_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">GlissMedia:&nbsp;</div>
<p><span id="txt52417917"><a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#<b>3tyvr</b></a> about to hear from Julien Smith <a href="http://twitter.com/Julien" target="_blank" >@Julien</a> who writes the best blogs at inoveryourhead </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:44&nbsp;</span><span class="bottomdisplayname">GlissMedia</span></div>
</td>
</tr>
</table>
</div>
<div id="row52417950" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:44</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/cogno" target="_blank"><img src="http://a3.twimg.com/profile_images/552693519/image_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">cogno:&nbsp;</div>
<p><span id="txt52417950">At <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#<b>3TYVR</b></a>&#8230; Looking forward to being edumacated. <img src='http://hummingbird604.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:44&nbsp;</span><span class="bottomdisplayname">cogno</span></div>
</td>
</tr>
</table>
</div>
<div id="row52417971" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:44</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/chrisgoward" target="_blank"><img src="http://a3.twimg.com/profile_images/597920703/Chris_speaking_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">chrisgoward:&nbsp;</div>
<p><span id="txt52417971">I mean: Checking out <a href="http://search.twitter.com/search?q=%23thirdtuesday" target="_blank" >#thirdtuesday</a> <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#<b>3tyvr</b></a> at Ceili’s tonight. Julien Smith (of Trust Agents) will be presenting. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:44&nbsp;</span><span class="bottomdisplayname">chrisgoward</span></div>
</td>
</tr>
</table>
</div>
<div id="row52418000" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:44</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/kaler" target="_blank"><img src="http://a1.twimg.com/profile_images/583570376/Parveen512_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">kaler:&nbsp;</div>
<p><span id="txt52418000"><a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#<b>3tyvr</b></a> or gym? </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:44&nbsp;</span><span class="bottomdisplayname">kaler</span></div>
</td>
</tr>
</table>
</div>
<div id="row52418004" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:44</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/GusF" target="_blank"><img src="http://a1.twimg.com/profile_images/530250970/Photo_on_2009-11-16_at_17.03_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">GusF:&nbsp;</div>
<p><span id="txt52418004">So I have to spare before <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#<b>3TYVR</b></a> that I’ll watch some puppies &#8211; <a href="http://bit.ly/5JS9BQ" target="_blank" >http://bit.ly/5JS9BQ</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:44&nbsp;</span><span class="bottomdisplayname">GusF</span></div>
</td>
</tr>
</table>
</div>
<div id="row52418005" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:44</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/jonjennings" target="_blank"><img src="http://a3.twimg.com/profile_images/454451561/3982012197_94fdd3d599_o_small_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">jonjennings:&nbsp;</div>
<p><span id="txt52418005">Think I need to grab another coffee before <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#<b>3tyvr</b></a>. Catch me in the Starbucks underneath </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:44&nbsp;</span><span class="bottomdisplayname">jonjennings</span></div>
</td>
</tr>
</table>
</div>
<div id="row52418019" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:44</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/chantelu" target="_blank"><img src="http://a1.twimg.com/profile_images/612111206/peachy_side_pony_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">chantelu:&nbsp;</div>
<p><span id="txt52418019">goin to <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#<b>3tyvr</b></a> with <a href="http://twitter.com/bluefinch604" target="_blank" >@bluefinch604</a> tonight. looking forward to it ;0 less than 5 seconds ago </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:44&nbsp;</span><span class="bottomdisplayname">chantelu</span></div>
</td>
</tr>
</table>
</div>
<div id="row52418026" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:44</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/cogno" target="_blank"><img src="http://a3.twimg.com/profile_images/552693519/image_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">cogno:&nbsp;</div>
<p><span id="txt52418026"><a href="http://twitter.com/CatherineOmega" target="_blank" >@CatherineOmega</a> Awww&#8230; why not? <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#<b>3tyvr</b></a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:44&nbsp;</span><span class="bottomdisplayname">cogno</span></div>
</td>
</tr>
</table>
</div>
<div id="row52418028" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:44</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/cogno" target="_blank"><img src="http://a3.twimg.com/profile_images/552693519/image_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">cogno:&nbsp;</div>
<p><span id="txt52418028"><a href="http://twitter.com/hummingbird604" target="_blank" >@hummingbird604</a> I know, it was just really fun to tease you. Glad you’re better-rested now. <img src='http://hummingbird604.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#<b>3tyvr</b></a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:44&nbsp;</span><span class="bottomdisplayname">cogno</span></div>
</td>
</tr>
</table>
</div>
<div id="row52418029" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:44</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/CatherineOmega" target="_blank"><img src="http://a3.twimg.com/profile_images/421438313/Photo_1_-_headshot_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">CatherineOmega:&nbsp;</div>
<p><span id="txt52418029"><a href="http://twitter.com/cogno" target="_blank" >@cogno</a> <a href="http://twitter.com/hummingbird604" target="_blank" >@hummingbird604</a> It’s cool, you guys. I don’t think I can make it to <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#<b>3tyvr</b></a> anyway. <img src='http://hummingbird604.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:44&nbsp;</span><span class="bottomdisplayname">CatherineOmega</span></div>
</td>
</tr>
</table>
</div>
<div id="row52418032" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:44</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/cogno" target="_blank"><img src="http://a3.twimg.com/profile_images/552693519/image_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">cogno:&nbsp;</div>
<p><span id="txt52418032"><a href="http://twitter.com/hummingbird604" target="_blank" >@hummingbird604</a> Yeah, except we were all in the room and couldn’t figure out which of us you didn’t like. <img src='http://hummingbird604.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#<b>3tyvr</b></a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:44&nbsp;</span><span class="bottomdisplayname">cogno</span></div>
</td>
</tr>
</table>
</div>
<div id="row52418037" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:44</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/cogno" target="_blank"><img src="http://a3.twimg.com/profile_images/552693519/image_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">cogno:&nbsp;</div>
<p><span id="txt52418037">Only a couple of hours until <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#<b>3tyvr</b></a>; looking forward to seeing you all. Well, most of you anyway&#8230; there’s always that *one* guy&#8230; </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:44&nbsp;</span><span class="bottomdisplayname">cogno</span></div>
</td>
</tr>
</table>
</div>
<div id="row52418042" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:44</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/jonjennings" target="_blank"><img src="http://a3.twimg.com/profile_images/454451561/3982012197_94fdd3d599_o_small_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">jonjennings:&nbsp;</div>
<p><span id="txt52418042"><a href="http://twitter.com/bluefinch604" target="_blank" >@bluefinch604</a> Excellent &#8211; I’ll see you at <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#<b>3tyvr</b></a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:44&nbsp;</span><span class="bottomdisplayname">jonjennings</span></div>
</td>
</tr>
</table>
</div>
<div id="row52418044" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:44</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/urpisdream" target="_blank"><img src="http://a1.twimg.com/profile_images/526793202/megrav_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">urpisdream:&nbsp;</div>
<p><span id="txt52418044">RT <a href="http://twitter.com/bluefinch604" target="_blank" >@bluefinch604</a>: <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#<b>3tyvr</b></a> Here I come&#8230; Looking forward to a good talk, good ppl., and a much deserved drink. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:44&nbsp;</span><span class="bottomdisplayname">urpisdream</span></div>
</td>
</tr>
</table>
</div>
<div id="row52418058" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:44</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/bluefinch604" target="_blank"><img src="http://a3.twimg.com/profile_images/560927655/Tanya_14_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">bluefinch604:&nbsp;</div>
<p><span id="txt52418058"><a href="http://twitter.com/julien" target="_blank" >@julien</a> Looking forward to your talk tonight at <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#<b>3tyvr</b></a>. I hope we get a chance to connect live. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:44&nbsp;</span><span class="bottomdisplayname">bluefinch604</span></div>
</td>
</tr>
</table>
</div>
<div id="row52418062" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:44</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/bluefinch604" target="_blank"><img src="http://a3.twimg.com/profile_images/560927655/Tanya_14_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">bluefinch604:&nbsp;</div>
<p><span id="txt52418062"><a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#<b>3tyvr</b></a> Here I come&#8230; Looking forward to a good talk, good ppl., and a much deserved drink. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:44&nbsp;</span><span class="bottomdisplayname">bluefinch604</span></div>
</td>
</tr>
</table>
</div>
<div id="row52418063" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:44</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/chrisgoward" target="_blank"><img src="http://a3.twimg.com/profile_images/597920703/Chris_speaking_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">chrisgoward:&nbsp;</div>
<p><span id="txt52418063">Hype dies but the channel is forever. Once you create a channel, you control it. @Julien #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:44&nbsp;</span><span class="bottomdisplayname">chrisgoward</span></div>
</td>
</tr>
</table>
</div>
<div id="row52418068" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:44</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/TLCHOME" target="_blank"><img src="http://a3.twimg.com/profile_images/597181219/IMG00210_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">TLCHOME:&nbsp;</div>
<p><span id="txt52418068">Very excited to hear <a href="http://twitter.com/julien" target="_blank" >@julien</a> speak at <a href="http://search.twitter.com/search?q=%233tyvr" target="_blank" >#<b>3tyvr</b></a> tonight <a href="http://twitter.com/Ceilis" target="_blank" >@Ceilis</a>!  Who else is coming??  Come find me!! <a href="http://twitter.com/bluefinch604" target="_blank" >@bluefinch604</a> <a href="http://twitter.com/NetChick" target="_blank" >@NetChick</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:44&nbsp;</span><span class="bottomdisplayname">TLCHOME</span></div>
</td>
</tr>
</table>
</div>
<div id="row52418073" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:44</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/anitawebster" target="_blank"><img src="http://a3.twimg.com/profile_images/525696833/aw_july_small_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">anitawebster:&nbsp;</div>
<p><span id="txt52418073">I’ll be at this event 2nite: <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#<b>3TYVR</b></a> <a href="http://bit.ly/4KzO4" target="_blank" >http://bit.ly/4KzO4</a>: Julien Smith talks about his book ’Trust Agents’ </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:44&nbsp;</span><span class="bottomdisplayname">anitawebster</span></div>
</td>
</tr>
</table>
</div>
<div id="row52418075" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:44</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/CathyBrowne" target="_blank"><img src="http://a3.twimg.com/profile_images/523641287/cb_cathybrowne.com_8b8f07d5_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">CathyBrowne:&nbsp;</div>
<p><span id="txt52418075">I’m going, can’t wait! RT <a href="http://twitter.com/johnbiehler" target="_blank" >@johnbiehler</a>: RT <a href="http://twitter.com/chrislemay" target="_blank" >@chrislemay</a>: <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#<b>3TYVR</b></a> tonight <a href="http://bit.ly/4KzO4" target="_blank" >http://bit.ly/4KzO4</a>: Julien Smith talks about his book ’Trust Agents’ </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:44&nbsp;</span><span class="bottomdisplayname">CathyBrowne</span></div>
</td>
</tr>
</table>
</div>
<div id="row52418083" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:44</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/TLCHOME" target="_blank"><img src="http://a3.twimg.com/profile_images/597181219/IMG00210_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">TLCHOME:&nbsp;</div>
<p><span id="txt52418083">RT <a href="http://twitter.com/NetChick" target="_blank" >@NetChick</a>: Coming to <a href="http://twitter.com/Julien" target="_blank" >@Julien</a>’s talk tonight? <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#<b>3TYVR</b></a> <a href="http://search.twitter.com/search?q=%23TrustAgents" target="_blank" >#TrustAgents</a> &#8211; Please RSVP now to secure your last min spot: <a href="http://bit.ly/6gsEhq" target="_blank" >http://bit.ly/6gsEhq</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:44&nbsp;</span><span class="bottomdisplayname">TLCHOME</span></div>
</td>
</tr>
</table>
</div>
<div id="row52418097" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:45</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/michaelallison" target="_blank"><img src="http://a1.twimg.com/profile_images/548342162/michael_allison_bigger_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">michaelallison:&nbsp;</div>
<p><span id="txt52418097">RT <a href="http://twitter.com/NetChick" target="_blank" >@NetChick</a>: Coming to <a href="http://twitter.com/Julien" target="_blank" >@Julien</a>’s talk tonight? <a href="http://search.twitter.com/search?q=%233TYVR" target="_blank" >#<b>3TYVR</b></a> <a href="http://search.twitter.com/search?q=%23TrustAgents" target="_blank" >#TrustAgents</a> &#8211; Please RSVP now to secure your last minute spot: <a href="http://thirdtuesd" target="_blank" >http://thirdtuesd</a> &#8230; </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:45&nbsp;</span><span class="bottomdisplayname">michaelallison</span></div>
</td>
</tr>
</table>
</div>
<div id="row52418446" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:46</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/CathyBrowne" target="_blank"><img src="http://a3.twimg.com/profile_images/523641287/cb_cathybrowne.com_8b8f07d5_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">CathyBrowne:&nbsp;</div>
<p><span id="txt52418446">&#8216;Hype dies, but the channel is forever&#8217; per @Julien at #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:46&nbsp;</span><span class="bottomdisplayname">CathyBrowne</span></div>
</td>
</tr>
</table>
</div>
<div id="row52418447" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:46</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/adamkambeitz" target="_blank"><img src="http://a1.twimg.com/profile_images/118425826/adam123_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">adamkambeitz:&nbsp;</div>
<p><span id="txt52418447">RT @chrisgoward: Hype dies but the channel is forever. Once you create a channel, you control it. @Julien #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:46&nbsp;</span><span class="bottomdisplayname">adamkambeitz</span></div>
</td>
</tr>
</table>
</div>
<div id="row52418449" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:46</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52418449">This is why building the channel is important, even if you don&#8217;t know that you may not need it it for. It&#8217;s been studied/said once you get to a certain level of financial gain, at that point, beyond the $ 50,000/yr, at that point, you no longer are made happy by the next $ 1,000 (book &#8211; People Stumbling on to Happiness).<br/><br/>What makes you happy is how tight you are and how central you are to the network. The more connections you are to people, the tighter you are to people, by working on the channel, you are also growing. <br/><br/> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:46&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52418530" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:47</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52418530">The potential connections, not only will help you find a job, they&#8217;ll not only help you with your next project, they will make you happy.  </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:47&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52418664" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:47</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52418664">As you get older, everyone gets this experience, your friends move out of town, they have other priorities, you don&#8217;t see them anymore. The network over time will dissipate and you won&#8217;t be able to get the same people, you need to build the network again and maintain it.  </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:47&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52418852" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:48</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52418852">Creating real, valuable connections. Building tribes is critical, one of the best things you can do personally or for your business, whether you know what it is.  </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:48&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52418882" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:48</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/kaler" target="_blank"><img src="http://a1.twimg.com/profile_images/583570376/Parveen512_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">kaler:&nbsp;</div>
<p><span id="txt52418882">#<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> — at Ceili&#8217;s Irish Pub <a href="http://gowal.la/s/277j" target="_blank" >http://gowal.la/s/277j</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:48&nbsp;</span><span class="bottomdisplayname">kaler</span></div>
</td>
</tr>
</table>
</div>
<div id="row52418902" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:48</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52418902">Julien is sharing the BME Magazine  </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:48&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52419216" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:49</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52419216">The smaller the tribe is, the harder it is to find people in your own geographical area, the higher chances what you build will be way more relevant and valuable.  </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:49&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52419227" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:50</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52419227">This is particularly true within the notion of a diaspora . </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:50&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52419229" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:50</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/ByzHubOwen" target="_blank"><img src="http://a3.twimg.com/profile_images/486946237/IMG_2487_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">ByzHubOwen:&nbsp;</div>
<p><span id="txt52419229">#<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> listening 2 @julien with @renocoach @threesixtyfg nice 2 c them again </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:50&nbsp;</span><span class="bottomdisplayname">ByzHubOwen</span></div>
</td>
</tr>
</table>
</div>
<div id="row52419231" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:50</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/CathyBrowne" target="_blank"><img src="http://a3.twimg.com/profile_images/523641287/cb_cathybrowne.com_8b8f07d5_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">CathyBrowne:&nbsp;</div>
<p><span id="txt52419231">&#8216;Building tribes is great- one of the most important things you can do&#8217; @Julien at <a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:50&nbsp;</span><span class="bottomdisplayname">CathyBrowne</span></div>
</td>
</tr>
</table>
</div>
<div id="row52419232" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:50</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/adamkambeitz" target="_blank"><img src="http://a1.twimg.com/profile_images/118425826/adam123_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">adamkambeitz:&nbsp;</div>
<p><span id="txt52419232">#<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> in the back room overflow watching slides move really slowly with @Julien VoiceOver </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:50&nbsp;</span><span class="bottomdisplayname">adamkambeitz</span></div>
</td>
</tr>
</table>
</div>
<div id="row52419252" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:50</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52419252">You provide value if you build a tribe.  </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:50&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52419474" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:51</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52419474">If you own a channel you can put anything you like through it. There are some people that aren&#8217;t thinking about how to build something with you at the moment, they aren&#8217;t thinking about how to grow with you, they are thinking of how to make money out of you. <br/><br/>Julien is sharing the story of Reddit (and how bad it could be).  </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:51&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52419721" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:52</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52419721">People who helped a guy whose family made soap were participants in the Reddit community.  </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:52&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52419728" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:52</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/tbains" target="_blank"><img src="http://a3.twimg.com/profile_images/387058947/tracy_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">tbains:&nbsp;</div>
<p><span id="txt52419728">#<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> Listening to Julien unpack tribes. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:52&nbsp;</span><span class="bottomdisplayname">tbains</span></div>
</td>
</tr>
</table>
</div>
<div id="row52419729" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:52</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/Wildfirejane" target="_blank"><img src="http://a3.twimg.com/profile_images/525174247/long-violet_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">Wildfirejane:&nbsp;</div>
<p><span id="txt52419729">I&#8217;m loving the Vancouver meetup #3tyvr  with @Julian   Simple, real, smart. Thanx
<div class="clearingspace">&nbsp;</div>
<div><a href="#" onclick="window.open('http://twitpic.com/show/full/yvo4w', 'twitpic', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,left = 50,top = 50');return false;" target="_blank" ><img src="http://twitpic.com/show/thumb/yvo4w" border=0 height=150 width=150 align=bottom /></a>
<div style="position:relative; top: -26px; left: 2px;"><a href="#" onclick="window.open('http://twitpic.com/show/full/yvo4w', 'twitpic', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,left = 50,top = 50');return false;" target="_blank" ><img src="http://s3.amazonaws.com/coveritlive/static/templates/coveritlive/images/icons/preview24.png" class="correct-png" border="0" /></a></div>
</div>
<p> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:52&nbsp;</span><span class="bottomdisplayname">Wildfirejane</span></div>
</td>
</tr>
</table>
</div>
<div id="row52419730" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:52</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/cogno" target="_blank"><img src="http://a3.twimg.com/profile_images/552693519/image_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">cogno:&nbsp;</div>
<p><span id="txt52419730">&#8220;Reddit is like Digg except it&#8217;s not full of F**king morons&#8221; &#8211; Fighting words from @Julien at #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:52&nbsp;</span><span class="bottomdisplayname">cogno</span></div>
</td>
</tr>
</table>
</div>
<div id="row52419884" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:53</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52419884">The old channels are nothing for you, they need to be replaced, badly.  </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:53&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52420245" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:55</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52420245">Julien is sure that he will get a lot more comments about the dog in the sweater (and FAIL) -<strong> he makes a point that I am not sure is obvious to everyone &#8211; he is talking about how he&#8217;ll talk to other people as they are drinking WITH him (e.g. in making himself accessible he&#8217;s growing a new tribe here at Third Tuesday).<br /></strong><br />You want to be a part of everything, we are wanting to connect and at the same time, we are afraid of connecting. This is a gain, what ends up happening is that every game has a shape to the puzzle piece. <br /> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:55&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52420488" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:56</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52420488">What is the shape of the piece? Is the social capital. The dog in the sweater. The thing that brings people together. Our job is to facilitate the exchange of social capital. The answer to &#8220;do you want to go out?&#8221; the answer is YES. Because, guess what happens when you say YES to something? When  you are doing something like this, you possibly meet your future husband/wife/business partner. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:56&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52420806" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:57</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/glennhilton" target="_blank"><img src="http://a1.twimg.com/profile_images/323306488/Glenn-SN-Standard_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">glennhilton:&nbsp;</div>
<p><span id="txt52420806">Hype dies but the channel is forever. Once you create a channel, you control it. ~ @Julien at #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> Via @chrisgoward </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:57&nbsp;</span><span class="bottomdisplayname">glennhilton</span></div>
</td>
</tr>
</table>
</div>
<div id="row52420900" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:58</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52420900">In the early day of podcasting &#8211; one of the amazing things is that it was there every day. Some people go to his site before anything else. If you can build the church and get people to come to it, get it to be the default &#8211; you&#8217;re way ahead of the game and doing amazing things for yourself. (<em>I think he&#8217;s talking about Chris Brogan</em>) </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:58&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52420944" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:58</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52420944"><strong>Be part of every conversation</p>
<p></strong>Go and find stuff on Twitter Search. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:58&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52421145" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">6:59</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52421145">A bar is a great analogy. The real different from a bar we&#8217;re all in groups like this. On Twitter, you find serendipity. You may  have no idea who these people are and the walls are down. Create stuff that is visible and indexable. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">6:59&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52421205" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:00</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/HudsonHomeTeam" target="_blank"><img src="http://a3.twimg.com/profile_images/528339531/andrew_smile_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">HudsonHomeTeam:&nbsp;</div>
<p><span id="txt52421205">RT @adamkambeitz: #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> in the back room overflow watching slides move really slowly with @Julien VoiceOver </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:00&nbsp;</span><span class="bottomdisplayname">HudsonHomeTeam</span></div>
</td>
</tr>
</table>
</div>
<div id="row52421206" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:00</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/chrisgoward" target="_blank"><img src="http://a3.twimg.com/profile_images/597920703/Chris_speaking_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">chrisgoward:&nbsp;</div>
<p><span id="txt52421206">Be the place where people gather. Be the &#8220;church&#8221; for your tribe. Be the default. @Julien #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:00&nbsp;</span><span class="bottomdisplayname">chrisgoward</span></div>
</td>
</tr>
</table>
</div>
<div id="row52421316" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:00</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52421316"><strong>Create stuff that is visible and indexable</strong></p>
<p>If you answer stuff on a website, it gets indexable and people can all come to your site. You can be sitting around, doing anything, but even though you&#8217;re doing that, you&#8217;re answering questions. You can become a resource as you answer hundreds of questions. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:00&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52421369" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:01</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52421369">On the internet we are engaging with people, answering questions ALL THE TIME. People can just search and find you. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:01&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52421660" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:02</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52421660"><strong>Understanding how the system works. </strong></p>
<p>I love the way in which Julien is explaining a video game and how to get to the end of the game. All you have to do is know about the secrets. Understanding how the system works on the internet, you gain a lot. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:02&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52421701" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:02</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/adamkambeitz" target="_blank"><img src="http://a1.twimg.com/profile_images/118425826/adam123_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">adamkambeitz:&nbsp;</div>
<p><span id="txt52421701">#<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> did @Julian say sock monkeys? </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:02&nbsp;</span><span class="bottomdisplayname">adamkambeitz</span></div>
</td>
</tr>
</table>
</div>
<div id="row52421702" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:02</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/ByzHubOwen" target="_blank"><img src="http://a3.twimg.com/profile_images/486946237/IMG_2487_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">ByzHubOwen:&nbsp;</div>
<p><span id="txt52421702">the dog that failed #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:02&nbsp;</span><span class="bottomdisplayname">ByzHubOwen</span></div>
</td>
</tr>
</table>
</div>
<div id="row52421844" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:03</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52421844">What if you are in a situation where people are asking questions, you&#8217;re answering, and then all of a sudden people are answering their own questions &#8211; understanding the system (insiders and outsiders).</p>
<p><strong>Insiders</strong> forgive each other faster. <strong>Outsiders</strong> not so much. Insiders have an understanding of each other. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:03&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52422051" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:04</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52422051"><strong>Use insider language</strong></p>
<p>Making yourself a little bit vulnerable. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:04&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52422166" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:05</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52422166">Read Blue Ocean Strategy. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:05&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52422535" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:07</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52422535"><strong>Be a human artist.</strong></p>
<p>We kind of have forgotten how to interact with people and in some cases, we never knew. If you get bored in a conversation with someone you barely know &#8211; </p>
<p><strong>Pattern breaking.</strong></p>
<p>Oh crap, now I have to tell them what I do. If you bored the other guy, you&#8217;re in a really bad situation. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:07&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52422580" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:07</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/anitawebster" target="_blank"><img src="http://a3.twimg.com/profile_images/525696833/aw_july_small_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">anitawebster:&nbsp;</div>
<p><span id="txt52422580">Value of &#8216;insider language&#8217; @julien #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:07&nbsp;</span><span class="bottomdisplayname">anitawebster</span></div>
</td>
</tr>
</table>
</div>
<div id="row52422581" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:07</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/ByzHubOwen" target="_blank"><img src="http://a3.twimg.com/profile_images/486946237/IMG_2487_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">ByzHubOwen:&nbsp;</div>
<p><span id="txt52422581">@julien says blue ocean strategy is an incredible book. #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:07&nbsp;</span><span class="bottomdisplayname">ByzHubOwen</span></div>
</td>
</tr>
</table>
</div>
<div id="row52422582" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:07</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/CathyBrowne" target="_blank"><img src="http://a3.twimg.com/profile_images/523641287/cb_cathybrowne.com_8b8f07d5_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">CathyBrowne:&nbsp;</div>
<p><span id="txt52422582">@Julien recommends reading Blue Ocean Strategy #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:07&nbsp;</span><span class="bottomdisplayname">CathyBrowne</span></div>
</td>
</tr>
</table>
</div>
<div id="row52422583" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:07</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/glennhilton" target="_blank"><img src="http://a1.twimg.com/profile_images/323306488/Glenn-SN-Standard_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">glennhilton:&nbsp;</div>
<p><span id="txt52422583">@toandang definitely Toan. I&#8217;m stuck in the side hallway. #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:07&nbsp;</span><span class="bottomdisplayname">glennhilton</span></div>
</td>
</tr>
</table>
</div>
<div id="row52422691" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:08</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52422691">The usual patterns &#8211; you see it hit you at the corner of your eye. When you don&#8217;t see the predator, you don&#8217;t need to pay attention. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:08&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52422819" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:09</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52422819">Never let anybody turn themselves off. Break the pattern, all the time. Because it will let people really engage back again. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:09&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52422854" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:09</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52422854">Larry King will go into an interview with a broad variety of questions. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:09&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52422975" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:09</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52422975">Interviewers do this &#8211; and that&#8217;s the stuff the best interviewers are made of. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:09&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52423005" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:09</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52423005">Making people emotional is good. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:09&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52423014" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:09</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/HudsonHomeTeam" target="_blank"><img src="http://a3.twimg.com/profile_images/528339531/andrew_smile_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">HudsonHomeTeam:&nbsp;</div>
<p><span id="txt52423014">RT @chrisgoward: Be the place where people gather. Be the &#8220;church&#8221; for your tribe. Be the default. @Julien #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:09&nbsp;</span><span class="bottomdisplayname">HudsonHomeTeam</span></div>
</td>
</tr>
</table>
</div>
<div id="row52423015" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:09</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/ByzHubOwen" target="_blank"><img src="http://a3.twimg.com/profile_images/486946237/IMG_2487_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">ByzHubOwen:&nbsp;</div>
<p><span id="txt52423015">if you are at #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> come find me and say hi I think I&#8217;m the only guy in a pink shirt. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:09&nbsp;</span><span class="bottomdisplayname">ByzHubOwen</span></div>
</td>
</tr>
</table>
</div>
<div id="row52423016" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:09</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/cogno" target="_blank"><img src="http://a3.twimg.com/profile_images/552693519/image_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">cogno:&nbsp;</div>
<p><span id="txt52423016">Thanks to @Julien, I&#8217;ll never be able to start a conversation with &#8220;What are you famous for?&#8221; again. Damn. #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:09&nbsp;</span><span class="bottomdisplayname">cogno</span></div>
</td>
</tr>
</table>
</div>
<div id="row52423044" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:09</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52423044">The idea that the web works for you, that you don&#8217;t have to be doing everything actively &#8211; it&#8217;s wrong. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:09&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52423105" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:10</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52423105">On the web, social capital almost transforms itself into financial capital. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:10&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52423230" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:10</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52423230">How much do they hear about X thing vs Y thing. You can test for this over time. Anything that can be tested can be monetized. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:10&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52423319" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:11</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52423319">Now Julien switches to fear. <br /> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:11&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52423404" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:11</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52423404">What if you fail? You may be embarrassed, you may not want to do things. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:11&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52423451" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:11</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52423451">Julien is reading the book &#8220;Connected&#8221; &#8211; the power of social networks, real social networks. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:11&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52423464" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:11</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/toandang" target="_blank"><img src="http://a3.twimg.com/profile_images/605936229/Twitter_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">toandang:&nbsp;</div>
<p><span id="txt52423464">RT @cogno: Thanks to @Julien, I&#8217;ll never be able to start a conversation with &#8220;What are you famous for?&#8221; again. Damn. #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:11&nbsp;</span><span class="bottomdisplayname">toandang</span></div>
</td>
</tr>
</table>
</div>
<div id="row52423538" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:12</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52423538">What they talk about is levels of influence &#8211; if I zero-in in the center of the network &#8211; if all the people that  you know is group 1 and group 2 is the people THEY know &#8211; high likelihood that the group 2 will get fat, hehe. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:12&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52423584" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:12</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52423584">It extends to 3 levels. You getting thin, happy, exxtends to 3 degrees of influence . </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:12&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52423849" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:14</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/chrisgoward" target="_blank"><img src="http://a3.twimg.com/profile_images/597920703/Chris_speaking_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">chrisgoward:&nbsp;</div>
<p><span id="txt52423849">Anything that can be tested can be monetized. Do visitors like blue links or red links? #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> (testing is what I do, @Julien) </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:14&nbsp;</span><span class="bottomdisplayname">chrisgoward</span></div>
</td>
</tr>
</table>
</div>
<div id="row52423850" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:14</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/ByzHubOwen" target="_blank"><img src="http://a3.twimg.com/profile_images/486946237/IMG_2487_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">ByzHubOwen:&nbsp;</div>
<p><span id="txt52423850">another book @julien is talking about is connected #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:14&nbsp;</span><span class="bottomdisplayname">ByzHubOwen</span></div>
</td>
</tr>
</table>
</div>
<div id="row52423879" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:14</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52423879">If you drink a lot of beer, you end up influencing up to 3 degrees (and they&#8217;ll drink a lot of beer). &#8211; <em>RPV_ NOT SURE I BUY THIS. I understand the concept that Julien is explaining but not sure I buy all of it in regards to the 3 levels of influence. </em></p>
<p><strong>Become the lead goose</p>
<p></strong>The lead goose reduces the wind resistance for all other geese. If you become an experimenter, as a habit, if you try new things, if you try to change the way in which you&#8217;re behaving, if you are breaking the pattern, you&#8217;re making it easier for everybody else in your network to break the pattern. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:14&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52424005" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:15</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52424005">Everybody has friends like this. I have friends on Facebook (Julien does, not me!) &#8211; if one of them says no, all of them say no (the domino effect). They fall down like pins (I suppose Julien is speaking about bowling pins). </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:15&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52424245" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:16</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52424245">You have a choice- you do the same thing for people. Either you show up or you do something different. Somebody needs to be the lead goose. </p>
<p>You have to touch the burner, before any other pattern of fear that we have, before anything, there was a pattern that we had. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:16&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52424337" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:16</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/lacouvee" target="_blank"><img src="http://a3.twimg.com/profile_images/525322915/janis_profile_cropped_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">lacouvee:&nbsp;</div>
<p><span id="txt52424337">reading the live blog for #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> and REALLY excited to have @Julien Smith here tmrw for #smcvictoria #yyj </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:16&nbsp;</span><span class="bottomdisplayname">lacouvee</span></div>
</td>
</tr>
</table>
</div>
<div id="row52424454" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:17</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52424454">We did this because as children, we needed to make our world bigger. Our world is small as kids, but we don&#8217;t understand a lot &#8211; so we need to make the world bigger, so I touch the burner. Now I understand the burner and my world gets a little bit bigger. It also hurts to touch the burner so eventually we stop. But when you stop, that world that we have stops getting bigger. We don&#8217;t touch things anymore, we have no reason to experiment. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:17&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52424638" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:18</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52424638">The thing we were born to do is to make our world bigger and bigger. So Julien encourages us to touch the burner. You are helping a bunch of other people if you touch burner .</p>
<p>&#8220;Successful business man and pillar of his community&#8221; </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:18&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52424736" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:18</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52424736">Julien is describing the success of his and Chris Brogan&#8217;s book. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:18&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52424881" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:19</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/CathyBrowne" target="_blank"><img src="http://a3.twimg.com/profile_images/523641287/cb_cathybrowne.com_8b8f07d5_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">CathyBrowne:&nbsp;</div>
<p><span id="txt52424881">&#8216;Be the lead goose&#8217; @Julien at #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:19&nbsp;</span><span class="bottomdisplayname">CathyBrowne</span></div>
</td>
</tr>
</table>
</div>
<div id="row52424882" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:19</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/chrisgoward" target="_blank"><img src="http://a3.twimg.com/profile_images/597920703/Chris_speaking_normal.png" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">chrisgoward:&nbsp;</div>
<p><span id="txt52424882">When you stop &#8220;touching the burner&#8221; (taking risks), your world stops getting bigger. @Julien #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:19&nbsp;</span><span class="bottomdisplayname">chrisgoward</span></div>
</td>
</tr>
</table>
</div>
<div id="row52424883" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:19</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/bluey037" target="_blank"><img src="http://a1.twimg.com/profile_images/613378326/n516335537_2854598_2591_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">bluey037:&nbsp;</div>
<p><span id="txt52424883">sorry I&#8217;m missing the fun at #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:19&nbsp;</span><span class="bottomdisplayname">bluey037</span></div>
</td>
</tr>
</table>
</div>
<div id="row52424948" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:19</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52424948">Talk to people as people, don&#8217;t talk to them as numbers. Treat them with dignity and respect their intelligence. That&#8217;s Julien&#8217;s point.</p>
<p><strong>We will never need more advertising. </strong> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:19&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52424990" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:19</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52424990">What we will always need is more connection and we will do amazing things. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:19&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52425340" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:21</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/bluefinch604" target="_blank"><img src="http://a3.twimg.com/profile_images/560927655/Tanya_14_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">bluefinch604:&nbsp;</div>
<p><span id="txt52425340">@hummingbird604 have some chicken wings and a beer lead goose <img src='http://hummingbird604.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:21&nbsp;</span><span class="bottomdisplayname">bluefinch604</span></div>
</td>
</tr>
</table>
</div>
<div id="row52425341" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:21</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/adamkambeitz" target="_blank"><img src="http://a1.twimg.com/profile_images/118425826/adam123_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">adamkambeitz:&nbsp;</div>
<p><span id="txt52425341">#<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> touch the burner&#8230; No wait don&#8217;t touch the burner&#8230;.. Confused <a href="http://yfrog.com/3gy7yxj" target="_blank" >http://yfrog.com/3gy7yxj</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:21&nbsp;</span><span class="bottomdisplayname">adamkambeitz</span></div>
</td>
</tr>
</table>
</div>
<div id="row52425342" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:21</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/ByzHubOwen" target="_blank"><img src="http://a3.twimg.com/profile_images/486946237/IMG_2487_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">ByzHubOwen:&nbsp;</div>
<p><span id="txt52425342">#<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> we will never need more advertising just go out and connect </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:21&nbsp;</span><span class="bottomdisplayname">ByzHubOwen</span></div>
</td>
</tr>
</table>
</div>
<div id="row52425735" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:23</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td>
<div class="inlinedisplayname">Raul:&nbsp;</div>
<p><span id="txt52425735">Monica Hamburg is asking a point about breaking the pattern </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:23&nbsp;</span><span class="bottomdisplayname">Raul</span></div>
</td>
</tr>
</table>
</div>
<div id="row52426863" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">7:29</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/HudsonHomeTeam" target="_blank"><img src="http://a3.twimg.com/profile_images/528339531/andrew_smile_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">HudsonHomeTeam:&nbsp;</div>
<p><span id="txt52426863">Why do they always use Real Estate as an example? #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">7:29&nbsp;</span><span class="bottomdisplayname">HudsonHomeTeam</span></div>
</td>
</tr>
</table>
</div>
<div id="row52432590" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">8:01</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/lacouvee" target="_blank"><img src="http://a3.twimg.com/profile_images/525322915/janis_profile_cropped_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">lacouvee:&nbsp;</div>
<p><span id="txt52432590">My first word was &#8220;why&#8221; according to my mom. I &#8220;touch the burner&#8221; a lot &#8211; naturally curious. #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> Don&#8217;t want a small world!!! </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">8:01&nbsp;</span><span class="bottomdisplayname">lacouvee</span></div>
</td>
</tr>
</table>
</div>
<div id="row52438857" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">8:53</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/adamkambeitz" target="_blank"><img src="http://a1.twimg.com/profile_images/118425826/adam123_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">adamkambeitz:&nbsp;</div>
<p><span id="txt52438857">@PhilCaines Good to meet you tonight, chat with ya again soon.. maybe at the next meetup #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">8:53&nbsp;</span><span class="bottomdisplayname">adamkambeitz</span></div>
</td>
</tr>
</table>
</div>
<div id="row52441516" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">9:23</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/mattbaril" target="_blank"><img src="http://a1.twimg.com/profile_images/250791946/twitter_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">mattbaril:&nbsp;</div>
<p><span id="txt52441516">Great talk from @julien tonight on how to bring down walls to engage conversations at Ceili&#8217;s in dowtown Vancouver, BC. #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">9:23&nbsp;</span><span class="bottomdisplayname">mattbaril</span></div>
</td>
</tr>
</table>
</div>
<div id="row52442138" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">9:31</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/mattbaril" target="_blank"><img src="http://a1.twimg.com/profile_images/250791946/twitter_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">mattbaril:&nbsp;</div>
<p><span id="txt52442138">How @julien brings walls down: Do stupid things, talk insider language, be church of your tribe, break patterns. #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">9:31&nbsp;</span><span class="bottomdisplayname">mattbaril</span></div>
</td>
</tr>
</table>
</div>
<div id="row52442347" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">9:33</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/chriswalts" target="_blank"><img src="http://a3.twimg.com/profile_images/273368463/chrisheadshotiran_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">chriswalts:&nbsp;</div>
<p><span id="txt52442347">Had a great time catching up with everyone at #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> tonight. @Julien gave an excellent talk about jumping of planes for a living </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">9:33&nbsp;</span><span class="bottomdisplayname">chriswalts</span></div>
</td>
</tr>
</table>
</div>
<div id="row52442900" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">9:41</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/mattbaril" target="_blank"><img src="http://a1.twimg.com/profile_images/250791946/twitter_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">mattbaril:&nbsp;</div>
<p><span id="txt52442900">Thanks @netchick &#038; @monicahamburg for the awesome night at Ceili&#8217;s tonight! Was my first time and I sure won&#8217;t miss next events! #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">9:41&nbsp;</span><span class="bottomdisplayname">mattbaril</span></div>
</td>
</tr>
</table>
</div>
<div id="row52443345" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">9:47</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/jeremylim" target="_blank"><img src="http://a3.twimg.com/profile_images/612062479/n129400546_30314221_1510_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">jeremylim:&nbsp;</div>
<p><span id="txt52443345">Photos from #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a>&#8216;s #TrustAgents talk with @Julien are up on Flickr (<a href="http://su.pr/2Lce2j" target="_blank" >http://su.pr/2Lce2j</a>) and FB (<a href="http://su.pr/5axtgD" target="_blank" >http://su.pr/5axtgD</a>). </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">9:47&nbsp;</span><span class="bottomdisplayname">jeremylim</span></div>
</td>
</tr>
</table>
</div>
<div id="row52443823" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">9:52</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/netchick" target="_blank"><img src="http://a1.twimg.com/profile_images/612097394/2tan_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">netchick:&nbsp;</div>
<p><span id="txt52443823">Just got home from #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a>- GREAT event with @Julien! Thx everyone for coming! Julien rocked it! </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">9:52&nbsp;</span><span class="bottomdisplayname">netchick</span></div>
</td>
</tr>
</table>
</div>
<div id="row52444010" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">9:54</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/donnamct" target="_blank"><img src="http://a3.twimg.com/profile_images/570133553/IMG_0677_photo-dm_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">donnamct:&nbsp;</div>
<p><span id="txt52444010">@NetChick Glad #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> was a success!  We really enjoyed having @Julien @ #CTT &#8211; amazing talk!! </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">9:54&nbsp;</span><span class="bottomdisplayname">donnamct</span></div>
</td>
</tr>
</table>
</div>
<div id="row52444107" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">9:55</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/bluefinch604" target="_blank"><img src="http://a3.twimg.com/profile_images/560927655/Tanya_14_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">bluefinch604:&nbsp;</div>
<p><span id="txt52444107">@glennhilton @HudsonHomeTeam @netchick @chriswalts @nalei Good seeing you @ #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a>. @cogno @gusf @hummingbird604 next time I&#8217;ll say hi. <img src='http://hummingbird604.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">9:55&nbsp;</span><span class="bottomdisplayname">bluefinch604</span></div>
</td>
</tr>
</table>
</div>
<div id="row52444108" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">9:55</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/bluefinch604" target="_blank"><img src="http://a3.twimg.com/profile_images/560927655/Tanya_14_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">bluefinch604:&nbsp;</div>
<p><span id="txt52444108">@TLCHOME @johnbiehler Awesome seeing you at #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a>. <img src='http://hummingbird604.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">9:55&nbsp;</span><span class="bottomdisplayname">bluefinch604</span></div>
</td>
</tr>
</table>
</div>
<div id="row52444283" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">9:58</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/bluefinch604" target="_blank"><img src="http://a3.twimg.com/profile_images/560927655/Tanya_14_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">bluefinch604:&nbsp;</div>
<p><span id="txt52444283">RT @chrisgoward: When you stop &#8220;touching the burner&#8221; (taking risks), your world stops getting bigger. @Julien #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">9:58&nbsp;</span><span class="bottomdisplayname">bluefinch604</span></div>
</td>
</tr>
</table>
</div>
<div id="row52444385" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">9:59</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/monicahamburg" target="_blank"><img src="http://a1.twimg.com/profile_images/131477396/Bo_Peep_Pic_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">monicahamburg:&nbsp;</div>
<p><span id="txt52444385">Thank you all for attending #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> tonight! And big thanks especially to 1) @Julien for the great talk. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">9:59&nbsp;</span><span class="bottomdisplayname">monicahamburg</span></div>
</td>
</tr>
</table>
</div>
<div id="row52444386" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">9:59</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/bluefinch604" target="_blank"><img src="http://a3.twimg.com/profile_images/560927655/Tanya_14_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">bluefinch604:&nbsp;</div>
<p><span id="txt52444386">@monicahamburg Lovely to see you at #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> darling. <img src='http://hummingbird604.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">9:59&nbsp;</span><span class="bottomdisplayname">bluefinch604</span></div>
</td>
</tr>
</table>
</div>
<div id="row52444576" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">10:01</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/bluefinch604" target="_blank"><img src="http://a3.twimg.com/profile_images/560927655/Tanya_14_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">bluefinch604:&nbsp;</div>
<p><span id="txt52444576">@OnlineStrategy Oh poo. We didn&#8217;t get a chance to chat! #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">10:01&nbsp;</span><span class="bottomdisplayname">bluefinch604</span></div>
</td>
</tr>
</table>
</div>
<div id="row52444677" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">10:02</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/monicahamburg" target="_blank"><img src="http://a1.twimg.com/profile_images/131477396/Bo_Peep_Pic_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">monicahamburg:&nbsp;</div>
<p><span id="txt52444677">Thank you 2) @netchick  and @thornley for #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> <a href="http://su.pr/2xbgxi" target="_blank" >http://su.pr/2xbgxi</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">10:02&nbsp;</span><span class="bottomdisplayname">monicahamburg</span></div>
</td>
</tr>
</table>
</div>
<div id="row52444783" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">10:04</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/monicahamburg" target="_blank"><img src="http://a1.twimg.com/profile_images/131477396/Bo_Peep_Pic_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">monicahamburg:&nbsp;</div>
<p><span id="txt52444783">Thank you 3) our awesome sponsors CNW Group, Rogers Communications, Molson Coors Canada, Fairmont Hotels and Resorts, &#038; Radian6 for #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">10:04&nbsp;</span><span class="bottomdisplayname">monicahamburg</span></div>
</td>
</tr>
</table>
</div>
<div id="row52445047" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">10:07</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/renocoach" target="_blank"><img src="http://a3.twimg.com/profile_images/528749299/close_up_nov_15_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">renocoach:&nbsp;</div>
<p><span id="txt52445047">Great chatting with you as always! RT @ByzHubOwen #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> listening 2 @julien with @renocoach @threesixtyfg nice 2 c them again </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">10:07&nbsp;</span><span class="bottomdisplayname">renocoach</span></div>
</td>
</tr>
</table>
</div>
<div id="row52445048" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">10:07</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/jonjennings" target="_blank"><img src="http://a3.twimg.com/profile_images/454451561/3982012197_94fdd3d599_o_small_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">jonjennings:&nbsp;</div>
<p><span id="txt52445048">@bluefinch604 Saw you at the back during #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> but you must have run off after the talk- couldn&#8217;t find you. Next time I&#8217;ll get you for sure </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">10:07&nbsp;</span><span class="bottomdisplayname">jonjennings</span></div>
</td>
</tr>
</table>
</div>
<div id="row52445151" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">10:08</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/glennhilton" target="_blank"><img src="http://a1.twimg.com/profile_images/323306488/Glenn-SN-Standard_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">glennhilton:&nbsp;</div>
<p><span id="txt52445151">@bluefinch604 you to Tanya. Hope you had a good time at #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a>. No more missed placed texting tho <img src='http://hummingbird604.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">10:08&nbsp;</span><span class="bottomdisplayname">glennhilton</span></div>
</td>
</tr>
</table>
</div>
<div id="row52445240" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">10:09</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/jonjennings" target="_blank"><img src="http://a3.twimg.com/profile_images/454451561/3982012197_94fdd3d599_o_small_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">jonjennings:&nbsp;</div>
<p><span id="txt52445240">@kattlea You were at #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a>?? How come I missed you? OK, now I feel like an idiot! Apologies. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">10:09&nbsp;</span><span class="bottomdisplayname">jonjennings</span></div>
</td>
</tr>
</table>
</div>
<div id="row52445559" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">10:14</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/bluefinch604" target="_blank"><img src="http://a3.twimg.com/profile_images/560927655/Tanya_14_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">bluefinch604:&nbsp;</div>
<p><span id="txt52445559">@JonJennings Ah boo, I missed you! Yeah, I had to slip out after the talk. I couldn&#8217;t find you either. Next time! #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">10:14&nbsp;</span><span class="bottomdisplayname">bluefinch604</span></div>
</td>
</tr>
</table>
</div>
<div id="row52445560" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">10:14</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/kattlea" target="_blank"><img src="http://a3.twimg.com/profile_images/632893347/318558290_895d07494d_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">kattlea:&nbsp;</div>
<p><span id="txt52445560">@JonJennings no i wasnt there.  i was with @StacieBee before #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> -I skipped it tonight-wasnt up to seeing loads of people. sorry </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">10:14&nbsp;</span><span class="bottomdisplayname">kattlea</span></div>
</td>
</tr>
</table>
</div>
<div id="row52445561" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">10:14</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/renocoach" target="_blank"><img src="http://a3.twimg.com/profile_images/528749299/close_up_nov_15_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">renocoach:&nbsp;</div>
<p><span id="txt52445561">@chrislemay Great to meet you tonight at #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">10:14&nbsp;</span><span class="bottomdisplayname">renocoach</span></div>
</td>
</tr>
</table>
</div>
<div id="row52445829" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">10:17</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/bluefinch604" target="_blank"><img src="http://a3.twimg.com/profile_images/560927655/Tanya_14_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">bluefinch604:&nbsp;</div>
<p><span id="txt52445829">@johnbiehler Good running into you tonight. I enjoyed the talk. Take risks. Touch the burner. Get burned, &#038; then learn&#8230; @julien #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">10:17&nbsp;</span><span class="bottomdisplayname">bluefinch604</span></div>
</td>
</tr>
</table>
</div>
<div id="row52445830" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">10:17</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/jonjennings" target="_blank"><img src="http://a3.twimg.com/profile_images/454451561/3982012197_94fdd3d599_o_small_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">jonjennings:&nbsp;</div>
<p><span id="txt52445830">@bluefinch604 #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> I was sitting down near the front. I should at least have waved&#8230; my fault </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">10:17&nbsp;</span><span class="bottomdisplayname">jonjennings</span></div>
</td>
</tr>
</table>
</div>
<div id="row52446021" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">10:19</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/jonjennings" target="_blank"><img src="http://a3.twimg.com/profile_images/454451561/3982012197_94fdd3d599_o_small_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">jonjennings:&nbsp;</div>
<p><span id="txt52446021">@kattlea Ahhh OK. That also explains it: @StacieBee got up to mischief BEFORE #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a>, not after. Hope to see you again soon. Take care </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">10:19&nbsp;</span><span class="bottomdisplayname">jonjennings</span></div>
</td>
</tr>
</table>
</div>
<div id="row52446104" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">10:20</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/bluefinch604" target="_blank"><img src="http://a3.twimg.com/profile_images/560927655/Tanya_14_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">bluefinch604:&nbsp;</div>
<p><span id="txt52446104">@JonJennings No worries. It was packed in there! I&#8217;m sure we&#8217;ll meet in person soon. #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">10:20&nbsp;</span><span class="bottomdisplayname">bluefinch604</span></div>
</td>
</tr>
</table>
</div>
<div id="row52446690" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">10:28</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/bluefinch604" target="_blank"><img src="http://a3.twimg.com/profile_images/560927655/Tanya_14_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">bluefinch604:&nbsp;</div>
<p><span id="txt52446690">@MattsMedia Oh sorry! You caught me in the middle of something. Did you make it 2 #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a>? I promise I&#8217;ll answer if you call me tomorrow. <img src='http://hummingbird604.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">10:28&nbsp;</span><span class="bottomdisplayname">bluefinch604</span></div>
</td>
</tr>
</table>
</div>
<div id="row52446892" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">10:30</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/bluefinch604" target="_blank"><img src="http://a3.twimg.com/profile_images/560927655/Tanya_14_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">bluefinch604:&nbsp;</div>
<p><span id="txt52446892">@MattsMedia Where were you at #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a>? I didn&#8217;t even see you&#8230; </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">10:30&nbsp;</span><span class="bottomdisplayname">bluefinch604</span></div>
</td>
</tr>
</table>
</div>
<div id="row52446968" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">10:31</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/OnlineStrategy" target="_blank"><img src="http://a3.twimg.com/profile_images/598946445/20090212_Guacira_Twitter_Smiling_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">OnlineStrategy:&nbsp;</div>
<p><span id="txt52446968">@bluefinch604 Where were you? I&#8217;d have loved to say hi! But wouldn&#8217;t be able to recognize you unless you were carrying a blue cape <img src='http://hummingbird604.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">10:31&nbsp;</span><span class="bottomdisplayname">OnlineStrategy</span></div>
</td>
</tr>
</table>
</div>
<div id="row52447053" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">10:32</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/bluefinch604" target="_blank"><img src="http://a3.twimg.com/profile_images/560927655/Tanya_14_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">bluefinch604:&nbsp;</div>
<p><span id="txt52447053">@chriswalts @julien I tried touching the burner when I got home. It hurt &#038; I didn&#8217;t learn anything. Seriously though, awesome talk. #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">10:32&nbsp;</span><span class="bottomdisplayname">bluefinch604</span></div>
</td>
</tr>
</table>
</div>
<div id="row52447236" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">10:35</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/johnbiehler" target="_blank"><img src="http://a3.twimg.com/profile_images/383778537/closeup_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">johnbiehler:&nbsp;</div>
<p><span id="txt52447236">Ha! @nalai &#038; I have a staring contest &#038; @bluefinch604 looks surprised at @jeremylim&#8217;s camera. Good times @ #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> <a href="http://flic.kr/p/7x2FGR" target="_blank" >http://flic.kr/p/7x2FGR</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">10:35&nbsp;</span><span class="bottomdisplayname">johnbiehler</span></div>
</td>
</tr>
</table>
</div>
<div id="row52447402" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">10:37</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/jonjennings" target="_blank"><img src="http://a3.twimg.com/profile_images/454451561/3982012197_94fdd3d599_o_small_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">jonjennings:&nbsp;</div>
<p><span id="txt52447402">@julien Great talk at #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> &#8211; really enjoyed it. For ref, pubs I mentioned in Victoria were Swans + Bent Mast. Very different but both good </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">10:37&nbsp;</span><span class="bottomdisplayname">jonjennings</span></div>
</td>
</tr>
</table>
</div>
<div id="row52447659" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">10:40</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/CathyBrowne" target="_blank"><img src="http://a3.twimg.com/profile_images/523641287/cb_cathybrowne.com_8b8f07d5_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">CathyBrowne:&nbsp;</div>
<p><span id="txt52447659">@bluefinch604 So sorry we didn&#8217;t meet yet again at #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> &#8211; sometime soon, I hope! </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">10:40&nbsp;</span><span class="bottomdisplayname">CathyBrowne</span></div>
</td>
</tr>
</table>
</div>
<div id="row52448099" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">10:46</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/ByzHubOwen" target="_blank"><img src="http://a3.twimg.com/profile_images/486946237/IMG_2487_normal.JPG" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">ByzHubOwen:&nbsp;</div>
<p><span id="txt52448099">thx 4 the beer @chrislemay and the lottery ticket&#8230;You da Man! #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">10:46&nbsp;</span><span class="bottomdisplayname">ByzHubOwen</span></div>
</td>
</tr>
</table>
</div>
<div id="row52448100" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">10:46</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/JuanHerr" target="_blank"><img src="http://a1.twimg.com/profile_images/447379922/twitterProfilePhoto_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">JuanHerr:&nbsp;</div>
<p><span id="txt52448100">@monicahamburg Thanks for organizing tonight&#8217;s #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a>. Great talk! I didn&#8217;t get a chance to introduce myself tonight but maybe next time. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">10:46&nbsp;</span><span class="bottomdisplayname">JuanHerr</span></div>
</td>
</tr>
</table>
</div>
<div id="row52448101" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">10:46</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/jason_baker" target="_blank"><img src="http://a3.twimg.com/profile_images/585012123/13370_511856145315_129400264_30590457_7919923_n_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">jason_baker:&nbsp;</div>
<p><span id="txt52448101">@monicahamburg Great event Monica and even better to meet in person! #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">10:46&nbsp;</span><span class="bottomdisplayname">jason_baker</span></div>
</td>
</tr>
</table>
</div>
<div id="row52448350" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">10:49</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/Clippernolan" target="_blank"><img src="http://a1.twimg.com/profile_images/466000982/Photo_9_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">Clippernolan:&nbsp;</div>
<p><span id="txt52448350">Really enjoyed meeting and hearing @julien speak tonight at #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a>.  Here&#8217;s to being the lead goose! </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">10:49&nbsp;</span><span class="bottomdisplayname">Clippernolan</span></div>
</td>
</tr>
</table>
</div>
<div id="row52448595" class="chatmsg tweetcomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">10:52</div>
</td>
<td class="chatmsgtext tweet_text ">
<table>
<tr valign=top>
<td><span class="tweetavatar"><a href="http://twitter.com/JuanHerr" target="_blank"><img src="http://a1.twimg.com/profile_images/447379922/twitterProfilePhoto_normal.jpg" alt="Twitter" title="Twitter" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></a></span></td>
<td>
<div class="inlinedisplayname">JuanHerr:&nbsp;</div>
<p><span id="txt52448595">Overheard at #<a href="http://search.twitter.com/search?q=%223tyvr%22" target="_blank"  target="_blank" >3tyvr</a> &#8211; P1: &#8220;Over there by that guy that looks like Buddy Holly&#8221; P2: &#8220;which one there&#8217;s like six of them&#8221; </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Tuesday January 19, 2010&nbsp;</span><span class="bottomtime">10:52&nbsp;</span><span class="bottomdisplayname">JuanHerr</span></div>
</td>
</tr>
</table>
</div>
<div id="row52449170" class="chatmsg eventcompletedimage"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">11:00</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td><span id="txt52449170">
<div class="clearingspace" style="line-height: 3px;">&nbsp;</div>
<p><a href="http://www.coveritlive.com/index.php?option=com_altcaster&#038;task=register&#038;referral_code=LiveBlogReferral" target="_blank"><img src="http://s3.amazonaws.com/coveritlive/static/templates/coveritlive/images/cil_thanks_en.jpg" border="0" /></a>
<div class="clearingspace" style="line-height: 3px;">&nbsp;</div>
<p></span></td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</div>
</div>
<div class="clearingspace" >&nbsp;</div>
</div>
<div class="viewingtoolbar" id="viewingtoolbar" style="text-align: center; width: 470px;">
<div id="demandmedialogo" class="demandmedialogo"><a href="http://www.demandmedia.com/products/coveritlive/" target="_blank"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" border="0"  width=76 height=21 /></a></div>
<div id="toolbarimage"><img src="http://cdn.cloudfiles.mosso.com/c71692/media/templateimages/phpbPyyRXcoveritlive_logo14.png" border="0" width=175 height=16 /></div>
</div>
<div id="viewingfooter" class="viewingfooter">&nbsp;</div>
</div>
</div>
<p><script language="javascript" type="text/javascript">cil_setSizes();</script></p>
<p>Related posts:<ol>
<li><a href='http://hummingbird604.com/2011/01/20/content-rules-at-3tyvr-with-cc_chapman-third-tuesday-vancouver-liveblog/' rel='bookmark' title='Content Rules at #3tyvr with @cc_chapman (Third Tuesday Vancouver) Liveblog'>Content Rules at #3tyvr with @cc_chapman (Third Tuesday Vancouver) Liveblog</a></li>
<li><a href='http://hummingbird604.com/2008/06/18/third-tuesday-vancouver-with-joe-solomon-the-aftermath/' rel='bookmark' title='Third Tuesday Vancouver with Joe Solomon &#8211; The aftermath'>Third Tuesday Vancouver with Joe Solomon &#8211; The aftermath</a></li>
<li><a href='http://hummingbird604.com/2010/05/04/net-tuesday-vancouver-may-2010-livetweetage-ntvan/' rel='bookmark' title='Net Tuesday Vancouver May 2010 LiveTweetage #ntvan'>Net Tuesday Vancouver May 2010 LiveTweetage #ntvan</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://hummingbird604.com/2010/01/19/julien-smith-at-third-tuesday-vancouver-liveblog/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Third Tuesday February 2009 &#8211; Steve Jagger on &#8220;How to Grow Your Business&#8221;</title>
		<link>http://hummingbird604.com/2009/02/17/third-tuesday-february-2009-steve-jagger-on-how-to-grow-your-business/</link>
		<comments>http://hummingbird604.com/2009/02/17/third-tuesday-february-2009-steve-jagger-on-how-to-grow-your-business/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 04:02:28 +0000</pubDate>
		<dc:creator>Raul</dc:creator>
				<category><![CDATA[Third Tuesday]]></category>
		<category><![CDATA[Reachd]]></category>
		<category><![CDATA[telecommuting]]></category>
		<category><![CDATA[tools for business growth]]></category>
		<category><![CDATA[Ubertor]]></category>

		<guid isPermaLink="false">http://hummingbird604.com/?p=2339</guid>
		<description><![CDATA[Steve Jagger gave an awesome talk about how their business went completely virtual, and described the kind of tools they used to do that. Tris did an awesome liveblog, also using Cover It Lie, for Third Tuesday. The core Reachd/Ubertor team is in Vancouver and various other location (DT Vancouver, Burnaby, Whistler, Dominican Republic). Morning [...]
Related posts:<ol>
<li><a href='http://hummingbird604.com/2009/02/23/the-vancouver-bloggers-meetup-is-this-coming-wednesday-february-25th-2009/' rel='bookmark' title='The Vancouver Bloggers Meetup is this coming Wednesday, February 25th, 2009'>The Vancouver Bloggers Meetup is this coming Wednesday, February 25th, 2009</a></li>
<li><a href='http://hummingbird604.com/2009/04/27/the-bc-healthy-living-alliance-walk-tuesday-apr-28th-2009/' rel='bookmark' title='The BC Healthy Living Alliance Walk (Tuesday Apr 28th, 2009)'>The BC Healthy Living Alliance Walk (Tuesday Apr 28th, 2009)</a></li>
<li><a href='http://hummingbird604.com/2008/06/17/live-blogging-third-tuesday-with-joe-solomon/' rel='bookmark' title='Live-blogging Third Tuesday with Joe Solomon'>Live-blogging Third Tuesday with Joe Solomon</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.reachd.com">Steve Jagger</a> gave an awesome talk about how their business went completely virtual, and described the kind of tools they used to do that. Tris did <a href="http://www.trishussey.com/2009/02/17/third-tuesday-vancouver-live-blog-steve-jagger-tools-for-growth/">an awesome liveblog, also using Cover It Lie, for Third Tuesday</a>. The core Reachd/Ubertor team is in Vancouver and various other location (DT Vancouver, Burnaby, Whistler, Dominican Republic). </p>
<p>Morning conversations on<strong> Google Video Chat.</strong> The majority of their businesses is through GChat and GMail. Most companies who have employees elsewhere &#8211; you don&#8217;t get the emotion behind. Video really allowed them to do that, to bring the . Yammer &#8211; they use it to bring Google Video to the next level. It&#8217;s like Twitter, a closed conversation with only their team. Even if you have an office, Mailboxes Etc. allows you to have a stable mailing address. </p>
<p><strong>Google&#8217;s Grand Central</strong> (from Google) &#8211; if you can, you should sign up. <a href="http://gotvmail.com/?cid=tt1&#038;s_kwcid=vmail|2795455144">GotVMail</a> &#8211; similar service. </p>
<p><strong>SlimTimer </strong>- allows you to track your time. It&#8217;s more than just time-sheets, where you are tracking &#8220;I was at this meeting for an hour&#8221;. You track EVERYTHING. In their business, they do track every single task, trying to automate everything. </p>
<p><a href="http://www.meetup.com"><strong>Meetup.com</strong> </a>- A great one for sales people. They used to have a sales team of about 18 people. They became the educator &#8211; they brought speakers to educate the real estate people. When they compare the products, they compare pricing and stuff because they are bringing speakers and allows them to go to a different level.<br />
<strong><br />
Business video</strong> &#8211; Everybody should be shooting video (whatever you&#8217;re passionate about, throw the videos, people will embed them). Most of Steve&#8217;s speaking engagements come from his videos being watched. </p>
<p><strong>Consultants </strong>- Seth Godin (25 guys flew to him) &#8211; <a href="http://www.closingbigger.net">Shane Gibson</a> &#8211; runs a 12 week, 72 hour bootcamp. So Steve and his business partner enrolled in the course, and it was good. They just wanted to get the answers from Shane&#8217;s wisdom and insight. After the second day they talked to Shane about whether he would come and help their sales team. Consultants are important, it&#8217;s worth it to grab people who knows something about the stuff.</p>
<p><strong>Thank you cards </strong>- Write a &#8216;thank you card&#8217;. Be grateful. There are people who actually thank Steve and his company because of their &#8216;thank you&#8217; cards! They sub-contract the card writing to a woman who makes sure that the card goes out, and it&#8217;s something that can be outsourced and/or automate it. People really like thank you cards (shocking!)</p>
<p><strong>Press </strong>- It&#8217;s good to be in the press. Steve and his company are always looking to be on the press. The fact that you were there, in the press, it&#8217;s what matters. The fact is, you are IN the media (it gives you leverage). </p>
<p><strong>Live Chat </strong>- it&#8217;s pretty much the best thing, ever. If customers need support, they can help solve them. They can find out the browser that the customer is using, etc. </p>
<p><strong>Wiki tools </strong>- Works really well if you have everybody trained to find the answers on the Ubertor wiki. </p>
<p>Setting up people or workers so that they can outsource. In this case, they might need to have an office (set up an outsource office for businesses).</p>
<p>They used to use <a href="http://www.basecamphq.com/">BaseCamp</a> and <a href="http://www.highrisehq.com/?source=applist">HighRise</a> &#8211; for project management. </p>
<p>- Invoices &#8211; FreshBooks<br />
- CRM &#8211; You could use HighRise<br />
- Web-based Accounting &#8211; Clarity Accounting. </p>
<p>Ubertor and Reachd are more expensive than their competitors, generally speaking. Their advantage is not by price, it&#8217;s by service. </p>
<p>Even though I didn&#8217;t liveblog the event, I wanted to get this post out on time. Thanks to Steve for a great talk.</p>
<p>Related posts:<ol>
<li><a href='http://hummingbird604.com/2009/02/23/the-vancouver-bloggers-meetup-is-this-coming-wednesday-february-25th-2009/' rel='bookmark' title='The Vancouver Bloggers Meetup is this coming Wednesday, February 25th, 2009'>The Vancouver Bloggers Meetup is this coming Wednesday, February 25th, 2009</a></li>
<li><a href='http://hummingbird604.com/2009/04/27/the-bc-healthy-living-alliance-walk-tuesday-apr-28th-2009/' rel='bookmark' title='The BC Healthy Living Alliance Walk (Tuesday Apr 28th, 2009)'>The BC Healthy Living Alliance Walk (Tuesday Apr 28th, 2009)</a></li>
<li><a href='http://hummingbird604.com/2008/06/17/live-blogging-third-tuesday-with-joe-solomon/' rel='bookmark' title='Live-blogging Third Tuesday with Joe Solomon'>Live-blogging Third Tuesday with Joe Solomon</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://hummingbird604.com/2009/02/17/third-tuesday-february-2009-steve-jagger-on-how-to-grow-your-business/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rebecca Bollwitt (Miss604) on branding: Third Tuesday recap</title>
		<link>http://hummingbird604.com/2008/11/19/rebecca-bollwitt-miss604-on-branding-third-tuesday-recap/</link>
		<comments>http://hummingbird604.com/2008/11/19/rebecca-bollwitt-miss604-on-branding-third-tuesday-recap/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 12:22:31 +0000</pubDate>
		<dc:creator>Raul</dc:creator>
				<category><![CDATA[Third Tuesday]]></category>
		<category><![CDATA[branding]]></category>
		<category><![CDATA[Miss604]]></category>

		<guid isPermaLink="false">http://hummingbird604.wordpress.com/?p=2497</guid>
		<description><![CDATA[When I was being interviewed for The Georgia Straight article, I mentioned that it had been only this year that I had gotten involved in the Vancouver social media and blogging scene. However, it was back in the middle of 2007 that I sent an email to Rebecca Bollwitt asking her whether she thought that [...]
Related posts:<ol>
<li><a href='http://hummingbird604.com/2009/07/25/a-90-second-interview-with-miss604-rebecca-bollwitt/' rel='bookmark' title='A 90 second interview with @miss604 (Rebecca Bollwitt)'>A 90 second interview with @miss604 (Rebecca Bollwitt)</a></li>
<li><a href='http://hummingbird604.com/2010/01/09/happy-birthday-rebecca-bollwitt-miss604/' rel='bookmark' title='Happy birthday Rebecca Bollwitt @miss604'>Happy birthday Rebecca Bollwitt @miss604</a></li>
<li><a href='http://hummingbird604.com/2010/05/15/rebecca-bollwitt-miss604-on-wordpress-plugins-bloggers-should-use-wcyyj10/' rel='bookmark' title='Rebecca Bollwitt (@miss604) on WordPress plugins bloggers should use #wcyyj10'>Rebecca Bollwitt (@miss604) on WordPress plugins bloggers should use #wcyyj10</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>When I was being <a href="http://hummingbird604.com/2008/11/05/im-in-the-georgia-straight/">interviewed for The Georgia Straight article</a>, I mentioned that it had been only this year that I had gotten involved in the Vancouver social media and blogging scene. However, it was back in the middle of 2007 that I sent an email to <a href="http://www.miss604.com">Rebecca Bollwitt</a> asking her whether she thought that doing Blogathon. Her email response back to me was really sweet, encouraging and very positive. She even helped me set up the Blogathon badge on my (then) Blogspot blog. Ah, the memories!</p>
<p><a href="http://www.flickr.com/photos/rolexpv/2675888909/" title="WordCamp Fraser Valley 2008 by Raul P, on Flickr"><img src="http://farm4.static.flickr.com/3158/2675888909_4b1d6c2347.jpg" width="500" height="375" alt="WordCamp Fraser Valley 2008" /></a></p>
<p>Almost a year and a half and more than 1,200 posts later, I had the pleasure of hearing her distill the wisdom she has imparted to me throughout all the time that we&#8217;ve known each other into a short talk at Third Tuesday. I&#8217;ve been always very open and forthcoming in indicating that a lot of what I have achieved has been in no small part through what Rebecca has taught me. I still consider her my Blogging Jedi Master.</p>
<p>I would have live-blogged her talk (which was originally the intent) had it not been for the fact that (a) my laptop [on which I am writing this post now and that is NOT failing this time] was failing at the time, and (b) I didn&#8217;t get wifi on Rebecca&#8217;s (nor my) laptop, so I couldn&#8217;t really liveblog. Tris Hussey, however, did an excellent job of liveblogging Rebecca using CoverItLive, and I will seriously consider (after I buy a new laptop!) using the software. You <a href="http://www.trishussey.com/2008/11/18/third-tuesday-vancouver-rebecca-bollwitt-building-your-personal-brand/">can read Tris&#8217; great coverage here</a>.</p>
<p>What you are about to read are my notes on how Rebecca started Miss604. The text will read as though she is speaking, so bear that in mind.</p>
<p><em>So how did Miss604 start?</em> Back in Boston &#8211; Miss604 would be the name that would associate me back with Vancouver. When I moved back to Vancouver from Boston, 2004 Miss604.com started. I&#8217;ve been in the information technology industry for over a decade now.</p>
<p>In 2006 my site started to pick up thanks to several elements. First, I was invited to liveblog a special concert by <a href="http://www.matthewgood.org">Matt Good</a>. That same weekend, I signed up to BarCamp Vancouver, my first livebloggage of a BarCamp. I then switched from Blogger to WordPress. Got more involved with blogging. And the rest, as they say, is history.</p>
<p><strong>How to grow your brand and your own presence online.</strong></p>
<p>First off, some blogging basics.</p>
<p>1.- You need to read other blogs. See how people are responding, what people like to read, etc.<br />
2.- Choose a topic you&#8217;re passionate about. In my case, Vancouver, BC, Surrey. I had my own voice and passion.</p>
<p>Quoting from <a href="http://technorati.com/weblog/2006/02/83.html">Technorati&#8217;s State of the Blogosphere 2008</a><br />
      Reasons bloggers start blogging<br />
1 &#8211; 79% of people &#8211; to speak my mind in areas of interest<br />
2 &#8211; 73% of people &#8211; to share my experiences.<br />
3 &#8211; To Communicate with like minded people.</p>
<p>Blogging basics again</p>
<p>3.- Choose your name. Have a handle. Buy your domain.<br />
4.- Sign up for your blogger account.<br />
5.- You should join social networks (Facebook, etc.)<br />
6.- Branch out &#8211; connect with others.<br />
7.- Set up a blog that people can subscribe to.</p>
<p>The average involvement with social activities online &#8211; 5 things<br />
- Comments<br />
- Share videos<br />
- Share photos<br />
- Share links<br />
- Read blogs</p>
<p>8.- You don&#8217;t need to get in EVERY single one application<br />
- Rebecca recommends Viddler &#8211; videos &#8211; audience is in YouTube</p>
<p>9.- Find your audience. Then you have two choices &#8211; Go to your audience or have them find you.</p>
<p><em>Going to your audience</em><br />
- Do links exchanges.<br />
- Give people exposure and they will link back.<br />
- Write a post including your thoughts on someone else&#8217;s posts. Link back on it. &#8220;Here are my thoughts on it.&#8221;</p>
<p>10.- Add people to your social networks. Check that they have a website, make sure you&#8217;re in every social network.</p>
<p><em>Having your audience find you</em><br />
- SEO &#8211; Search Engine Optimization &#8211; try to use keywords and tags on your posts that are relevant.<br />
- Make sure you are on Google. You can basically introduce your site to Google. You can add your site to Google Site Maps.<br />
- Produce content on other sites. In 2005 and 2006 Rebecca wrote for Metroblogging (and still does, occasionally). You can find the specific sites and types of blogs where your message could be best heard.</p>
<p>11.- <em>Once you have your audience, how do you keep your audience coming back? </em><br />
- Make it easy for them to subscribe to your RSS feed.<br />
- Be engaged and you will lose readers if you are not passionate about what you write.<br />
- Keep writing about something you&#8217;ll want to write about several times.</p>
<p>12.- <em>How do you measure the success of your blog?</em></p>
<p>According to Technorati<br />
- First and foremost, your own personal satisfaction<br />
- Number of comments<br />
- Links</p>
<p>- To keep your audience you need to write often.<br />
- Apparently, the top 10 blogs in Technorati blog 10 times a day although Rebecca wouldn&#8217;t recommend that. Rebecca&#8217;s maximum eve was 8 posts in one day (<em>Raul &#8211; my own maximum was 6, although I think Rebecca forgot to mention that not once, but twice we both have done 49 posts, through Blogathon</em>).</p>
<p>- Most bloggers spend 5-10 hours blogging.<br />
- 2-3 posts a week is a normal average.</p>
<p>13.- Keep the discussion going.<br />
- A huge part of blogging is respond the comments and discussions.<br />
- Don&#8217;t sit back &#8211; engage in the conversation. If someone provides new information you can include it and update your post.</p>
<p>14.- Make sure you have a contact form so that people can contact you, or a visible email address.</p>
<p>15.- Have a contest you can have people engage.</p>
<p>16.- Ask a question and see what the reaction is on the comments.<br />
- Never be afraid to ask a question.<br />
- You want to make sure that you are aware of what is being said online. Monitor your own presence online.<br />
- Listen to what people are bloggging about etc.<br />
- In the corporate realm, find out what people were saying about the company.  Make sure to find  what you are listening, be aware of what you find online and make sure that what you write is louder than everyone else&#8217;s writing (e.g. important that readers find YOUR blog before anyone else who might be talking about YOU).</p>
<p>17.- Don&#8217;t let the worry about privacy put you off. Don&#8217;t worry about putting your first and last name. Fake names are very off-putting.</p>
<p>Personal thoughts on the personal brand (Rebecca&#8217;s thoughts)</p>
<p>* There are some people who think that personal branding is a crutch that people use when they are unsure of their comapnys real value.<br />
- People who use the concept of a personal brand to be accepted.<br />
- People often associate with personal brands &#8211; funny smart intelligent<br />
- They have two personas and the personal and the public one.</p>
<p>* You can have your business and personal site &#8211; as long as you are being YOU, you are your brand, no matter who you are or what you do.  You need to be who you are and be proud of what you write. You are, however, responsible for what you have written. So you have to monitor comments and stuff like that.<br />
* Set your own boundaries. How much attention you have to you pay.</p>
<p><em>Examples of owning your brand</em><br />
John Chow &#8211; <em>I make money online by making people online</em> &#8212; If I want to go where I can learn how to make money by doing online business, John Chow is the go-to person.</p>
<p>Rebecca considers Tony Pierce her blogfather (who has been writing the <a href="http://www.tonypierce.com/blog/bloggy.htm">BusBlog since 2001</a>) &#8211; (<em>Raul side note &#8211; I have to confess that I have rarely only &#8212; once actually &#8212; read Tony&#8217;s blog, I read a post where he mentioned some blogging rules, and that was the one time when Rebecca suggested that I read them. I wouldn&#8217;t agree with all of them, but from the stories that Rebecca and Duane have given me, apparently Tony is a super awesome guy and I would love to meet him at some point &#8211; I know that he does love the way Raimi The Minx writes and that he has been to Vancouver</em>)</p>
<p>He wrote a book called <a href="http://www.spyfu.com/Term.aspx?t=738170">How to Blog</a>. Some rules he has<br />
- Write everyday<br />
- Write twice a day &#8211; dont be afraid of doing anything &#8211; if you are afraid, write<br />
- Dont be upset if no one comments for a long time<br />
- If people start acting mean, remember that you have a power to moderate a comment</p>
<p>Rebecca reminds the audience &#8220;<em>this is your space online, you are responsible for it</em>&#8221;<br />
- Dont be afraid if you think something has been said before, but you can say it anyway using your own words, as honestly as you can. Your brand is you. Be proud of what you are putting out there.<br />
Make sure that you have your reputation online in the best way. You need to make sure that what you are doing is out there. Be aware of what is being said online.</p>
<p>&#8212; End of the talk &#8212;</p>
<p>I would like to mention a couple of things that I personally have learned from Rebecca.</p>
<p>First, own to your brand. If you are going to be snarky, be snarky ALL THE WAY. If you are going to be &#8220;clean&#8221; in your blog (my own blog, for example, is super G rated &#8211; I don&#8217;t write about sex nor religion) then be clean, all the way.</p>
<p>Second, BE your brand. For example, part of my own (Raul) brand is the social aspect. I *am* friends with many of my Twitter followers, many of my fellow bloggers in Vancouver. That&#8217;s one of the aspects that characterizes me. I would like to think that part of the reason why people follow me and follow my blog is because of the personal side that I bring to my blog, and the social (in real life) aspect. I&#8217;m a very social blogger. And it&#8217;s not fake or anything, that&#8217;s who I am. Actually blogging gave me the opportunity to put my social personality to good use <img src='http://hummingbird604.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Third, be transparent at all times. Disclosure is really important. Rebecca is very honest in her disclosure of sponsored ads, etc.</p>
<p>Fourth, blog if/when/because you want to. The posts that you write when you&#8217;re tired are the worst kind, so just blog when it&#8217;s right for you to blog.</p>
<p>Overall, it was awesome to hear Rebecca give a talk on how she became as successful a blogger as she is, and I am very proud of what she&#8217;s done. I was very mortified by the fact that I couldn&#8217;t liveblog her talk, but whatever, here are my notes for what they&#8217;re worth.</p>
<p>Related posts:<ol>
<li><a href='http://hummingbird604.com/2009/07/25/a-90-second-interview-with-miss604-rebecca-bollwitt/' rel='bookmark' title='A 90 second interview with @miss604 (Rebecca Bollwitt)'>A 90 second interview with @miss604 (Rebecca Bollwitt)</a></li>
<li><a href='http://hummingbird604.com/2010/01/09/happy-birthday-rebecca-bollwitt-miss604/' rel='bookmark' title='Happy birthday Rebecca Bollwitt @miss604'>Happy birthday Rebecca Bollwitt @miss604</a></li>
<li><a href='http://hummingbird604.com/2010/05/15/rebecca-bollwitt-miss604-on-wordpress-plugins-bloggers-should-use-wcyyj10/' rel='bookmark' title='Rebecca Bollwitt (@miss604) on WordPress plugins bloggers should use #wcyyj10'>Rebecca Bollwitt (@miss604) on WordPress plugins bloggers should use #wcyyj10</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://hummingbird604.com/2008/11/19/rebecca-bollwitt-miss604-on-branding-third-tuesday-recap/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Upcoming events &#8211; Nov 16-20th, 2008</title>
		<link>http://hummingbird604.com/2008/11/14/upcoming-events-nov-16-20th-2008/</link>
		<comments>http://hummingbird604.com/2008/11/14/upcoming-events-nov-16-20th-2008/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 07:14:55 +0000</pubDate>
		<dc:creator>Raul</dc:creator>
				<category><![CDATA[blogosphere]]></category>
		<category><![CDATA[Green Drinks]]></category>
		<category><![CDATA[Third Tuesday]]></category>
		<category><![CDATA[Vancouver Blogger Meetup]]></category>
		<category><![CDATA[Vancouver Sales Performance Meetup]]></category>
		<category><![CDATA[Meetups in Vancouver]]></category>
		<category><![CDATA[Vancouver upcoming events]]></category>

		<guid isPermaLink="false">http://hummingbird604.wordpress.com/?p=2454</guid>
		<description><![CDATA[As the Organizer of Vancouver Bloggers Meetup, I have absolutely no qualms in promoting my group and inviting friends to join us for some coffee and good blogging/geek talk. But this coming week is filled with events as well that I think are worth highlighting. I don&#8217;t think I&#8217;m going to attend all of them, [...]
Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/08/13/upcoming-events-in-vancouver-early-aug-to-early-sep-2008/' rel='bookmark' title='Upcoming events in Vancouver &#8211; early Aug to early Sep 2008'>Upcoming events in Vancouver &#8211; early Aug to early Sep 2008</a></li>
<li><a href='http://hummingbird604.com/2008/09/09/upcoming-environmental-events-in-vancouver-september-2008/' rel='bookmark' title='Upcoming environmental events in Vancouver &#8211; September 2008'>Upcoming environmental events in Vancouver &#8211; September 2008</a></li>
<li><a href='http://hummingbird604.com/2008/06/12/upcoming-events-geeky-and-non-geeky/' rel='bookmark' title='Upcoming events &#8211; Geeky and non-geeky'>Upcoming events &#8211; Geeky and non-geeky</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>As the Organizer of Vancouver Bloggers Meetup, I have absolutely no qualms in promoting my group and inviting friends to join us for some coffee and good blogging/geek talk. But this coming week is filled with events as well that I think are worth highlighting. I don&#8217;t think I&#8217;m going to attend all of them, but at least, a few of them.</p>
<p><em>Meetups:</em><br />
- <a href="http://www.meetup.com/vancouver-sales/calendar/9122617/">Vancouver Sales Performance</a> &#8211; Comedy and Technology for Sales Pros at Ceili&#8217;s Pub &#8211; Nov 17, 2008 (Probably will recap this one)<br />
- <a href="http://publicrelations.meetup.com/95/">Third Tuesday Vancouver</a> &#8211; Rebecca Bollwitt speaks on Building a Brand, at Granville Room &#8211; Nov 18, 2008 (I&#8217;ll be liveblogging this one)<br />
- <a href="http://blog.meetup.com/30">Vancouver Bloggers Meetup </a>- I&#8217;m the organizer, so of course I&#8217;m going to be there! &#8211; Nov 20, 2008, 6pm, Gene&#8217;s Cafe (corner of Kingsway and Main) &#8211; I will do a recap, but doubt I can liveblog it.</p>
<p><em>Non-meetup events:</em><br />
- Green Drinks Vancouver &#8211; As usual, third Wednesday of the month. I&#8217;ve been to the past few ones and I&#8217;ve felt them really, really &#8220;networky&#8221; and less social than I have expected them. Sure, I&#8217;m on the job market, and sure, it&#8217;d probably help if I attended. But I&#8217;m feeling ABSOLUTELY NO DESIRE to do so. I&#8217;ll see how I feel by the time Wednesday hits.</p>
<p>Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/08/13/upcoming-events-in-vancouver-early-aug-to-early-sep-2008/' rel='bookmark' title='Upcoming events in Vancouver &#8211; early Aug to early Sep 2008'>Upcoming events in Vancouver &#8211; early Aug to early Sep 2008</a></li>
<li><a href='http://hummingbird604.com/2008/09/09/upcoming-environmental-events-in-vancouver-september-2008/' rel='bookmark' title='Upcoming environmental events in Vancouver &#8211; September 2008'>Upcoming environmental events in Vancouver &#8211; September 2008</a></li>
<li><a href='http://hummingbird604.com/2008/06/12/upcoming-events-geeky-and-non-geeky/' rel='bookmark' title='Upcoming events &#8211; Geeky and non-geeky'>Upcoming events &#8211; Geeky and non-geeky</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://hummingbird604.com/2008/11/14/upcoming-events-nov-16-20th-2008/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Third Tuesday Vancouver &#8211; September 2008 &#8211; Mhairi Petrovic</title>
		<link>http://hummingbird604.com/2008/10/21/third-tuesday-vancouver-september-2008-mhairi/</link>
		<comments>http://hummingbird604.com/2008/10/21/third-tuesday-vancouver-september-2008-mhairi/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 02:26:20 +0000</pubDate>
		<dc:creator>Raul</dc:creator>
				<category><![CDATA[Third Tuesday]]></category>
		<category><![CDATA[Third Tuesday Vancouver]]></category>

		<guid isPermaLink="false">http://hummingbird604.wordpress.com/?p=2222</guid>
		<description><![CDATA[Before coming to Republic, Rebecca and I met briefly at Centro and while we were chatting there, I mentioned that I&#8217;d be happy to liveblog this time (as she does most of the liveblogging for Third Tuesday Vancouver). Generally speaking, I liveblog once in a while, and I always do a recap of the meetup. [...]
Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/09/16/third-tuesday-on-a-monday-vancouver-david-jones-september-2008/' rel='bookmark' title='Third Tuesday on a Monday, Vancouver, David Jones, September 2008'>Third Tuesday on a Monday, Vancouver, David Jones, September 2008</a></li>
<li><a href='http://hummingbird604.com/2008/08/22/vancouver-blogger-meetup-august-2008-and-september-2008/' rel='bookmark' title='Vancouver Blogger Meetup August 2008 and September 2008'>Vancouver Blogger Meetup August 2008 and September 2008</a></li>
<li><a href='http://hummingbird604.com/2008/05/17/third-tuesday-vancouver-may-2008-darren-barefoot/' rel='bookmark' title='Third Tuesday Vancouver May 2008: Darren Barefoot'>Third Tuesday Vancouver May 2008: Darren Barefoot</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Before coming to Republic, Rebecca and I met briefly at Centro and while we were chatting there, I mentioned that I&#8217;d be happy to liveblog this time (as she does most of the liveblogging for <a href="http://www.meetup.com/third-tuesday-vancouver/">Third Tuesday Vancouver</a>). Generally speaking, I liveblog once in a while, and I <strong>always</strong> do a recap of the meetup. But she is generally a media sponsor, so I thought it&#8217;d be nice for her to just deal with the Vancouver Food Bank Drive for a change instead of having to take the donations, AND liveblog.</p>
<p>I do hope that my laptop holds. We are lucky to have Mhairi Petrovic from OutSmarts. She will be talking about <a href="http://www.meetup.com/third-tuesday-vancouver/calendar/8873421/">Marketing New Media to Traditional Decision Makers: Overcoming the Challenges</a>. And Mhairi is about to start.</p>
<p><strong>UPDATE: 7.24pm </strong>Monica is calling everyone to order.</p>
<p>Mhairi nearly had a heart attack <img src='http://hummingbird604.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  hehehe. <em>What am I going to speak about to a group of social-media-savvy people that they don&#8217;t already do know?</em> One of the first jobs that Mhairi had was to be in charge of selling the Internet to their marketing people.</p>
<p>These days over 70% of North American people use the Internet on a regular basis. They are waiting for you to get in touch with you. The Internet is no longer a one-way street, there&#8217;s data flowing between people, and businesses can only benefit from tapping into that resource.</p>
<p>Mhairi&#8217;s definition of social media &#8211; blogs, Web 2.0, etc. As an organization, you can use these technologies to<br />
- build community and loyalty<br />
- more sales, more leads<br />
- build awareness and brands.</p>
<p>Some of the objections to social media&#8230;</p>
<p>1.- <em>&#8220;We already use social media&#8221;</em> Misconception &#8211; a website with their email address is social media. Um, no&#8230; that&#8217;s not the case. These people need to be introduced &#8211; take them on a tour. Find blogs that are appropriate to their industry. Take them to meetups with people who use the tools. Show them how to use Google. Once they see the benefits, they&#8217;ll be sure to catch on.</p>
<p>2.- <em>Perceived as a tool for only the younger set.</em> This is a misconception. Yeah, MySpace was adopted by young music lovers. The over 35 demographic is the fastest growing sector of the users of Internet. Over 50% of MySpace users and over 40% of Facebook users are over 35%. Social networks for professionals are the fastest growing. Mainly users that are mature professionals looking to use these technologies to extend their networks and build their communities.</p>
<p>3.- <em>This does not apply to me. </em> Technorati and its State of the Blogosphere report stated that they have 133 million blogs in 36 countries. 100 million people on MySpace, 140 million people on Facebook, 20 million photos on Flickr. You have to join in the conversation, before they get left behind.</p>
<p>4.- <em>Social media as simply a flashing fad. No long term/staying power.</em> The case of Friendster is commonly cited as the example of social media being a fad. Well, Mhairi says that really this is one case, but the first blog is dated 1982 so it&#8217;s not a flash in the pan. It&#8217;s been around for over 25 years and probably here to stay. Facebook and MySpace could evolve and change, of course. They will be here in some shape or another. They will evolve as the technology and capabilities evolve.</p>
<p>If you don&#8217;t use them NOW you risk getting left behind.</p>
<p>5.- <em>Transparency and losing control of your brand</em>. Those freak controls that need to control every press release and make sure that what is being said meets the party line. Typical entrepreneurs &#8211; they think that social media is too risky. Participation in social media makes them vulnerable, losing control of their brand. But that&#8217;s not the case. Mhairi argues that you use social media to GAIN BACK some of that control. Allows you to respond to any negative comments and move the discussion to the corporate blog.</p>
<p>Mhairi is giving examples &#8211; a customer that totally disagreed and said &#8220;this is a lot of rubbish&#8221;. Mhairi went back and wrote back and she backed up her case. This gentleman apologized in the public forum because Mhairi was able to make the contact and establish it and deal with the negativity in the public forum, hoping that the issue goes away.</p>
<p><a href="http://www.microsoft.com">Microsoft</a> is benefitting from being transparent. They had a really bad image in the 1990s, but it&#8217;s being negated by the fact that they had a corporate blog policy that allowed their employees to blog, thus making them more human. These were real organizations. Microsoft was able to shed their &#8220;Big Brother&#8221; image.</p>
<p>Interestingly, <a href="http://www.google.com">Google</a> is very tough on bloggers, so they might be the next Big Brother in the tech scene. They are not allowed to talk about anything that goes inside the company, you have to be very careful about that (clarified by someone who was an intern there in the summer of 2002).</p>
<p>7.- <em>Privacy.</em> LinkedIn and Facebook have privacy settings. Set appropriate limits both in terms of who to add and what information you put out there. You control the content. Don&#8217;t put EVERYTHING if you feel that it may infringe on your privacy. As far as a blog goes, a corporate blog helps establish their expertise, but if you&#8217;re uncomfortable with what people are commenting, you can have a blog that has some review of comments before posting to the site.</p>
<p>Use these tools appropriately, understand that you&#8217;re in control, and limit your risk by using these technologies in the right way.</p>
<p>Raul (me) comments on the recent launch of <a href="http://buzzer.translink.ca/">The Buzzer Blog</a> (<a href="http://www.translink.bc.ca">Translink</a>). I actually do feel that it has a very &#8220;rigid&#8221; and somewhat &#8220;corporate&#8221; feel.</p>
<p>7.- <em>&#8220;Too much fluff&#8221;</em>. Mhairi refers a case of Facebook having a lot of fluff. But the sheer volume of people who are using it, shows that there is relevance in having it. There is a lot of fluff in TV but that doesn&#8217;t stop companies from spending billions in advertisements in these media. Facebook is the same thing. We should be honing in on that audience. You can&#8217;t just let that market go! <img src='http://hummingbird604.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  You can benefit from social media if you implement these tools appropriately.</p>
<p>8.- <em>&#8220;I don&#8217;t have time for social media&#8221;</em> Mhairi&#8217;s favorite excuse. Allows people to negate doing something that they have to do. You can&#8217;t afford to have time to at least consider what your competition is doing with social media and what you can do with social media. If someone traditional (business) tells you that they don&#8217;t have time, that&#8217;s usually because they feel really scared. To negate this &#8211; the traditional approach to marketing &#8211; the four Ps and the four C (customer, community, convenience and cost) and the Ps ( ) &#8211; You can reach them (customers) more effectively using social media, building community, it&#8217;s very convenient as internet access is inexpensive, and it costs really less than a traditional campaign. Time is really no excuse. Make them comfortable.</p>
<p><strong>UPDATE 7.51 PM </strong>- If you&#8217;re reading this, you can also bid in the silent auction of Canuck ticket&#8217;s as well!<br />
<em><br />
QUESTION -</em> <a href="http://www.yattermatters.com">Larry Yatkowsky</a> &#8211; there is not enough time in the day to move all the process, it cuts into your life so dramatically, I assure you that it takes an extra 60-70 hours a day as a sole proprietor.<br />
<strong>Mhairi&#8217;s</strong> answer &#8211; Well, you have to hire someone maybe &#8211; or consider doing just a fraction of the whole strategy. <a href="http://www.ericahargreave.com">Erica Hargreave</a> says that yes, you can do it (she&#8217;s done it for over 7 pm). You can use an application for Twitter (Twhirl, TwitterFox) and it helps you save time. Twitter does save a lot of time for Erica, because she learns a lot of things that sometimes ends helping save her time. Because she is a sole proprietor she now is linked to the voice of what&#8217;s happening in the rest of the world.</p>
<p><strong>UPDATE 7.53 PM </strong>- The wifi just got disconnected, so I&#8217;m continuing with the liveblog on BlogDesk.</p>
<p><strong>UPDATE 7.54 PM</strong> &#8211; Well, apparently the wifi is back. If you don&#8217;t read beyond this point, it&#8217;s because the wifi is broken again.</p>
<p>Larry mentions that he finds that you cannot do it all. To achieve success you can only do a bit of it. <a href="http://www.memelabs.com">Nadia</a> interjects that social media IS overwhelming. If you can just figure out the one or two things that you can dedicate yourself, do just a couple.</p>
<p>Jeremy Lim mentions the fact that Ping.fm (aggregates all your Web 2.0) and EightHands collects a number of feeds</p>
<p>9.- <em>&#8220;The traditional way of doing it is professional&#8221;.</em> Social media tends to be seen as &#8220;amateurs&#8221;. The recent <a href="http://www.nowpublic.com/mostpublic/list/vancouver">Vancouver Sun/Now Public survey of the 20 Most Visible</a>. &#8220;Anyone can be a blogger if they live in Mommy and Daddy&#8217;s basement and they don&#8217;t need to go to work&#8221;. This is the comment of someone who doesn&#8217;t really get/understand social media. A number of bloggers make a lot of money. Social media is NOT only for amateurs, it&#8217;s not an appropriate comment at all. For people who only do traditional marketing, they should transfer the budget for those projects to social media for one month to see how it effects it.</p>
<p><strong>UPDATE 8.06 PM </strong>- There was a really nicely productive discussion that Larry initiated on how to pare down or triage which Web 2.0 services you use.</p>
<p>10.- <em>&#8220;Show me the money. Where is the ROI (Return On Investment)&#8221;.</em> There is a dearth of information (publicly available &#8211; what has been the return on investment in social media?). Wal-Mart episode &#8211; got bad marketing. Mazda did a similar thing. Despite their huge presence, they still had to lay off people and cut off costs. Social media-based marketing is not the end and be all, but it is a component that you can use in your marketing arsenal. Traditional marketing campaigns are even harder to measure in terms of ROI.</p>
<p>Mhairi&#8217;s main and central example on huge ROI for using social media &#8211; a UK company &#8220;<a href="http://www.wigglywigglers.co.uk/">WigglyWigglers</a>&#8221; that engaged in a great social media campaign. This is a gardening company. They have a podcast, YouTube channel, <a href="http://wigglywigglers.blogspot.com/">a blog</a>, a newsletter and they use them actively to share information on the worms for gardening. The result for them &#8211; they now have over 40,000 podcast subscribers, 43,000 newsletter subscriber, over 800 friends on Facebook, customers in New Zealand and North America, they&#8217;ve improved their Google Page Rank massively, online sales 50% of their total sales, and they&#8217;ve done this all with a 97% reduction in their advertising costs. That really proves the ROI on these technologies.</p>
<p>Mhairi believes very strongly that traditional marketers can no longer ignore the benefits of social media. All the results attest to the fact that traditional, old-school marketers need to learn some of these tools, and harnessing these tools can only benefit you.</p>
<p><strong>UPDATE 8.14 PM</strong> &#8211; The liveblog is over.</p>
<p>Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/09/16/third-tuesday-on-a-monday-vancouver-david-jones-september-2008/' rel='bookmark' title='Third Tuesday on a Monday, Vancouver, David Jones, September 2008'>Third Tuesday on a Monday, Vancouver, David Jones, September 2008</a></li>
<li><a href='http://hummingbird604.com/2008/08/22/vancouver-blogger-meetup-august-2008-and-september-2008/' rel='bookmark' title='Vancouver Blogger Meetup August 2008 and September 2008'>Vancouver Blogger Meetup August 2008 and September 2008</a></li>
<li><a href='http://hummingbird604.com/2008/05/17/third-tuesday-vancouver-may-2008-darren-barefoot/' rel='bookmark' title='Third Tuesday Vancouver May 2008: Darren Barefoot'>Third Tuesday Vancouver May 2008: Darren Barefoot</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://hummingbird604.com/2008/10/21/third-tuesday-vancouver-september-2008-mhairi/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Third Tuesday on a Monday, Vancouver, David Jones, September 2008</title>
		<link>http://hummingbird604.com/2008/09/16/third-tuesday-on-a-monday-vancouver-david-jones-september-2008/</link>
		<comments>http://hummingbird604.com/2008/09/16/third-tuesday-on-a-monday-vancouver-david-jones-september-2008/#comments</comments>
		<pubDate>Tue, 16 Sep 2008 07:43:55 +0000</pubDate>
		<dc:creator>Raul</dc:creator>
				<category><![CDATA[Third Tuesday]]></category>
		<category><![CDATA[Vancouver]]></category>

		<guid isPermaLink="false">http://hummingbird604.wordpress.com/?p=1921</guid>
		<description><![CDATA[It is a rare occurrence that Third Tuesday does not happen on the actual third tuesday of the month, but since David Jones from Hill and Knowlton (Who by the way are running the bloggers campaign for Molson, with Brew 2.0 Vancouver, an event to which I&#8217;m invited too) was organizing the Tuesday night event, [...]
Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/10/21/third-tuesday-vancouver-september-2008-mhairi/' rel='bookmark' title='Third Tuesday Vancouver &#8211; September 2008 &#8211; Mhairi Petrovic'>Third Tuesday Vancouver &#8211; September 2008 &#8211; Mhairi Petrovic</a></li>
<li><a href='http://hummingbird604.com/2008/05/17/third-tuesday-vancouver-may-2008-darren-barefoot/' rel='bookmark' title='Third Tuesday Vancouver May 2008: Darren Barefoot'>Third Tuesday Vancouver May 2008: Darren Barefoot</a></li>
<li><a href='http://hummingbird604.com/2009/03/16/as-always-third-tuesday-on-a-monday-was-a-success-nate-elliott-on-the-future-of-influence/' rel='bookmark' title='As always, Third Tuesday (on a Monday) was a success! Nate Elliott on The Future of Influence'>As always, Third Tuesday (on a Monday) was a success! Nate Elliott on The Future of Influence</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>It is a rare occurrence that Third Tuesday does not happen on the actual third tuesday of the month, but since <a href="http://www.prworks.ca/">David Jones</a> from Hill and Knowlton (Who by the way are running the bloggers campaign for Molson, with <a href="http://hummingbird604.com/2008/09/09/beer-20-the-burrard-molson-brewery-social-media-event/">Brew 2.0 Vancouver, an event to which I&#8217;m invited too</a>) was organizing the Tuesday night event, Tanya and Monica decided that it would be better for him to speak on the Monday. So we had a <a href="http://publicrelations.meetup.com/95/calendar/8737018/">Third Tuesday on a Monday</a>.</p>
<p><a href="http://www.flickr.com/photos/rolexpv/2861679296/" title="Third Tuesday on aMonday by Raul P, on Flickr"><img src="http://farm4.static.flickr.com/3062/2861679296_44de0e8d8e.jpg" width="500" height="375" alt="Third Tuesday on aMonday" /></a></p>
<p>I will let <a href="http://www.miss604.com/2008/09/mondays-third-tuesday-live-blog-with-david-jones.html">Rebecca&#8217;s excellent liveblog give you the 411</a> of the talk, but just wanted to stress one particular element that I think is key. The bi-directionality of Web 2.0, which should transpire to any PR firm that is doing blogger relations. I think that this is an under-estimated, and often assumed element of social media &#8211; the bi-directionality.</p>
<p>I also tweeted this :  &#8220;Dave Jones is saying almost &#8220;darn if we do, if we don&#8217;t&#8221; re: not being able to pitch EVERY single one of the bloggers.&#8221; Well, that&#8217;s a problem that probably needs to be addressed in the campaign design. For example, I know that not everybody got an invite to Brew 2.0 (and yes, I&#8217;m one of the lucky ones who did). I think that it would be probably a good idea to make it sorta kinda explicit why we were chosen. For example, my blog does do a substantial amount of Vancouver-centric posts, particularly restaurant and bar reviews. I am known for knowing &#8220;the local scene&#8221;.</p>
<p>Thus, it makes sense for a company that manufactures beer to have me attend an event where social media and beer intersect, even if I&#8217;m not a big beer drinker, but I do hang out where beer is served. Probably not the same if your blog is techie (I somehow don&#8217;t expect to get invites to EE Road Show). In speaking of transparency, I think it would do wonders for some marketing campaigns to be more explicit about the way in which participants in promotions are chosen.</p>
<p>You can read some of my notes on the Cossette Convergence talk that Darren, Kate and Rebecca gave, although I already had a PR post queued for later this week precisely on the bloggers relations issue. Anyhow, it was lovely to see many of my peeps and I look forward to catching up *slowly* with each and every one of you</p>
<p>Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/10/21/third-tuesday-vancouver-september-2008-mhairi/' rel='bookmark' title='Third Tuesday Vancouver &#8211; September 2008 &#8211; Mhairi Petrovic'>Third Tuesday Vancouver &#8211; September 2008 &#8211; Mhairi Petrovic</a></li>
<li><a href='http://hummingbird604.com/2008/05/17/third-tuesday-vancouver-may-2008-darren-barefoot/' rel='bookmark' title='Third Tuesday Vancouver May 2008: Darren Barefoot'>Third Tuesday Vancouver May 2008: Darren Barefoot</a></li>
<li><a href='http://hummingbird604.com/2009/03/16/as-always-third-tuesday-on-a-monday-was-a-success-nate-elliott-on-the-future-of-influence/' rel='bookmark' title='As always, Third Tuesday (on a Monday) was a success! Nate Elliott on The Future of Influence'>As always, Third Tuesday (on a Monday) was a success! Nate Elliott on The Future of Influence</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://hummingbird604.com/2008/09/16/third-tuesday-on-a-monday-vancouver-david-jones-september-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I guess I am in tech!</title>
		<link>http://hummingbird604.com/2008/06/18/i-guess-i-am-in-tech/</link>
		<comments>http://hummingbird604.com/2008/06/18/i-guess-i-am-in-tech/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 19:50:23 +0000</pubDate>
		<dc:creator>Raul</dc:creator>
				<category><![CDATA[blogosphere]]></category>
		<category><![CDATA[geekifying myself]]></category>
		<category><![CDATA[link love]]></category>
		<category><![CDATA[liveblogging]]></category>
		<category><![CDATA[social networking]]></category>
		<category><![CDATA[Third Tuesday]]></category>
		<category><![CDATA[Vancouver Blogger Meetup]]></category>
		<category><![CDATA[VIDFEST 2008]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[geeky]]></category>

		<guid isPermaLink="false">http://hummingbird604.wordpress.com/?p=1005</guid>
		<description><![CDATA[I&#8217;m usually reluctant to say that I am in PR (public relations) or in the tech industry, even in social media (Web 2.0) because I still think of myself as an environmental specialist. However, lately, I have been faced with questions from friends that I have made in the blogosphere who have asked me directly [...]
Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/06/21/out-and-about-with-raul-on-a-friday/' rel='bookmark' title='Out and about with Raul on a Friday'>Out and about with Raul on a Friday</a></li>
<li><a href='http://hummingbird604.com/2009/09/24/gmail-is-down-again-on-the-dependency-on-tech-tools/' rel='bookmark' title='GMail is down&#8230; again! On the dependency on tech tools'>GMail is down&#8230; again! On the dependency on tech tools</a></li>
<li><a href='http://hummingbird604.com/2008/07/07/vancouver-young-professionals-and-real-estate-tech-meetup-recap/' rel='bookmark' title='Vancouver Young Professionals and Real Estate Tech Meetup recap'>Vancouver Young Professionals and Real Estate Tech Meetup recap</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m usually reluctant to say that I am in PR (public relations) or in the tech industry, even in social media (Web 2.0) because I still think of myself as an environmental specialist. However, lately, I have been faced with questions from friends that I have made in the blogosphere who have asked me directly &#8220;<em>hey Raul, what&#8217;s going on in the tech world this week?</em>&#8221;</p>
<p>I guess that comes from my recent increased coverage of tech events, including <a href="http://hummingbird604.com/2008/05/21/vidfest-2008-vancouver-international-digital-festival-2008-is-now/">VIDFEST 2008</a>, <a href="http://hummingbird604.com/2008/05/22/blogger-relations-cossette-convergence-vidfest-2008-barefoot-trgovac-and-bollwitt/">Cossette Convergence 2008</a>, <a href="http://hummingbird604.com/2008/05/22/launch-party-vancouver-4-was-outstanding/">Launch Party IV</a>. Even the PR events (if you consider <a href="http://hummingbird604.com/2008/05/21/third-tuesday-may-2008-darren-barefoots-talk/">Third Tuesday a PR event</a>) have a tekkie component! Thus, I&#8217;ve come to accept that yeah, maybe I am in tech.</p>
<p>Moreover, this only comes to confirm what my friend HZ has told me all along: <strong>every time I launch a new endeavour, I follow through fully</strong>! And again, a substantial hat tip and thanks should be given to ALL MY BLOGOSPHERE friends, but especially Miss604 &#8211; <a href="http://www.miss604.com">Rebecca Bollwitt</a>, for helping me with my blog, for guiding me through a lot of stuff and simply, for her friendship. Thank you Rebecca.</p>
<p>Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/06/21/out-and-about-with-raul-on-a-friday/' rel='bookmark' title='Out and about with Raul on a Friday'>Out and about with Raul on a Friday</a></li>
<li><a href='http://hummingbird604.com/2009/09/24/gmail-is-down-again-on-the-dependency-on-tech-tools/' rel='bookmark' title='GMail is down&#8230; again! On the dependency on tech tools'>GMail is down&#8230; again! On the dependency on tech tools</a></li>
<li><a href='http://hummingbird604.com/2008/07/07/vancouver-young-professionals-and-real-estate-tech-meetup-recap/' rel='bookmark' title='Vancouver Young Professionals and Real Estate Tech Meetup recap'>Vancouver Young Professionals and Real Estate Tech Meetup recap</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://hummingbird604.com/2008/06/18/i-guess-i-am-in-tech/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Third Tuesday Vancouver with Joe Solomon &#8211; The aftermath</title>
		<link>http://hummingbird604.com/2008/06/18/third-tuesday-vancouver-with-joe-solomon-the-aftermath/</link>
		<comments>http://hummingbird604.com/2008/06/18/third-tuesday-vancouver-with-joe-solomon-the-aftermath/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 14:46:00 +0000</pubDate>
		<dc:creator>Raul</dc:creator>
				<category><![CDATA[blogosphere]]></category>
		<category><![CDATA[link love]]></category>
		<category><![CDATA[liveblogging]]></category>
		<category><![CDATA[Net Tuesday]]></category>
		<category><![CDATA[Third Tuesday]]></category>

		<guid isPermaLink="false">http://hummingbird604.com/2008/06/18/third-tuesday-vancouver-with-joe-solomon-the-aftermath/</guid>
		<description><![CDATA[I won&#8217;t bother recapping the actual talk, which was really awesome. Rebecca did a mighty fine job of live-blogging it and I did my best, so all you need to do is check our links for summaries/recaps. I will, however, say that this was one of my most enjoyable experiences with Third Tuesday. I recognized [...]
Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/06/17/third-tuesday-with-joe-solomon-that-is-today-tuesday/' rel='bookmark' title='Third Tuesday with Joe Solomon &#8211; that is today, Tuesday!'>Third Tuesday with Joe Solomon &#8211; that is today, Tuesday!</a></li>
<li><a href='http://hummingbird604.com/2008/06/17/live-blogging-third-tuesday-with-joe-solomon/' rel='bookmark' title='Live-blogging Third Tuesday with Joe Solomon'>Live-blogging Third Tuesday with Joe Solomon</a></li>
<li><a href='http://hummingbird604.com/2010/05/04/net-tuesday-vancouver-may-2010-livetweetage-ntvan/' rel='bookmark' title='Net Tuesday Vancouver May 2010 LiveTweetage #ntvan'>Net Tuesday Vancouver May 2010 LiveTweetage #ntvan</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I won&#8217;t bother recapping the actual talk, which was really awesome. Rebecca did a mighty fine job of live-blogging it and I did my best, so all you need to do is check our links for summaries/recaps.</p>
<p>I will, however, say that this was one of my most enjoyable experiences with Third Tuesday. I recognized lots of people, I was recognized by a lot of individuals and had a chance to hang out with friends I have made through the blogosphere.</p>
<p>We did miss some blogospheric awesome people who usually would show up to these events, including (<strong>but not limited to</strong>) Jonathon Narvey, Isabella Mori, Jan Karlsbjerg, Beth Snow, Rastin Mehr, Arash Sanienan, Dario Meli, John Biehler, John Bollwitt, Nadia Nascimento, Matt Kirkey, Jordan Behan, Luc Al, Maura Rodgers, Jenn Lowther. The list is quite long (these are just a few names off the top of my head)! We did miss you guys&#8230;  </p>
<p>I was, as normally am, very snap-happy so I ended up snapping a few really good photos (tagged on Flickr with &#8220;thirdtuesday&#8221; and &#8220;Third Tuesday Vancouver&#8221; tags). I particularly enjoyed the chance to chat with people more on a one-on-one basis, since a lot of them only seem to read my blog and know very little about the man behind the blog.</p>
<p>&nbsp;</p>
<p>Here is Joe in the middle of his talk<br />
<a href="http://www.flickr.com/photos/rolexpv/2588931689/" title="Third Tuesday Vancouver Jun 17 2008 by Raul P-V (Rolex), on Flickr">
<p style="text-align:center;"><img class="aligncenter" src="http://farm4.static.flickr.com/3162/2588931689_d134f35c96.jpg" width="500" height="375" alt="Third Tuesday Vancouver Jun 17 2008" /></p>
<p></a></p>
<p>I really like this photo of <a href="http://netchick.ca">Tanya</a> (superb organizer!) who just came back from a relaxing birthday celebration in Las Vegas! Welcome back, Tanya!</p>
<p><a href="http://www.flickr.com/photos/rolexpv/2589777508/" title="Third Tuesday Vancouver Jun 17 2008 by Raul P-V (Rolex), on Flickr"></p>
<p style="text-align:center;"><img class="aligncenter" src="http://farm4.static.flickr.com/3088/2589777508_71f22b3483.jpg" width="500" height="375" alt="Third Tuesday Vancouver Jun 17 2008" /></p>
<p></a></p>
<p>&nbsp;</p>
<p>I also liked this one from <a href="http://monicahamburg.wordpress.com">Monica Hamburg</a> and Rebecca Bollwitt</p>
<p><a href="http://www.flickr.com/photos/rolexpv/2589812246/" title="Third Tuesday Vancouver Jun 17 2008 by Raul P-V (Rolex), on Flickr">
<p style="text-align:center;"><img class="aligncenter" src="http://farm4.static.flickr.com/3093/2589812246_62b2593ca2.jpg" width="500" height="375" alt="Third Tuesday Vancouver Jun 17 2008" /></p>
<p></a></p>
<p>Thanks to <a href="http://todmaffin.com">Tod</a> for doing such a great job of moderating the discussion, Joe for giving such a great, insightful and passionate speech, to The Network Hub [<em>you guys rock!</em>] and all of you who joined us for Third Tuesday!</p>
<p>Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/06/17/third-tuesday-with-joe-solomon-that-is-today-tuesday/' rel='bookmark' title='Third Tuesday with Joe Solomon &#8211; that is today, Tuesday!'>Third Tuesday with Joe Solomon &#8211; that is today, Tuesday!</a></li>
<li><a href='http://hummingbird604.com/2008/06/17/live-blogging-third-tuesday-with-joe-solomon/' rel='bookmark' title='Live-blogging Third Tuesday with Joe Solomon'>Live-blogging Third Tuesday with Joe Solomon</a></li>
<li><a href='http://hummingbird604.com/2010/05/04/net-tuesday-vancouver-may-2010-livetweetage-ntvan/' rel='bookmark' title='Net Tuesday Vancouver May 2010 LiveTweetage #ntvan'>Net Tuesday Vancouver May 2010 LiveTweetage #ntvan</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://hummingbird604.com/2008/06/18/third-tuesday-vancouver-with-joe-solomon-the-aftermath/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Live-blogging Third Tuesday with Joe Solomon</title>
		<link>http://hummingbird604.com/2008/06/17/live-blogging-third-tuesday-with-joe-solomon/</link>
		<comments>http://hummingbird604.com/2008/06/17/live-blogging-third-tuesday-with-joe-solomon/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 02:04:12 +0000</pubDate>
		<dc:creator>Raul</dc:creator>
				<category><![CDATA[social change]]></category>
		<category><![CDATA[Third Tuesday]]></category>
		<category><![CDATA[Third Tuesday Vancouver]]></category>

		<guid isPermaLink="false">http://hummingbird604.wordpress.com/?p=1007</guid>
		<description><![CDATA[We are at The Network Hub. Rebecca is live-blogging and I can&#8217;t move by fear of having my laptop die on me. Tod Maffin is doing the introductions for Joe Solomon. After 3 times that you participate, the person who is part of the dialogue with good stuff, gets this book (&#8220;Ultimate Blogs&#8221;). Barack Obama&#8217;s [...]
Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/06/18/third-tuesday-vancouver-with-joe-solomon-the-aftermath/' rel='bookmark' title='Third Tuesday Vancouver with Joe Solomon &#8211; The aftermath'>Third Tuesday Vancouver with Joe Solomon &#8211; The aftermath</a></li>
<li><a href='http://hummingbird604.com/2008/06/17/third-tuesday-with-joe-solomon-that-is-today-tuesday/' rel='bookmark' title='Third Tuesday with Joe Solomon &#8211; that is today, Tuesday!'>Third Tuesday with Joe Solomon &#8211; that is today, Tuesday!</a></li>
<li><a href='http://hummingbird604.com/2009/03/24/net-tuesday-live-bloglive-tweeting-using-scribblelive/' rel='bookmark' title='Net Tuesday Live blog/live tweeting (using ScribbleLive)'>Net Tuesday Live blog/live tweeting (using ScribbleLive)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>We are at The Network Hub. <a href="http://www.miss604.com/2008/06/third-tuesday-live-blog-social-media-for-change.html">Rebecca is live-blogging</a> and I can&#8217;t move by fear of having my laptop die on me. <a href="http://www.todmaffin.com">Tod Maffin</a> is doing the introductions for <a href="http://www.engagejoe.com">Joe Solomon</a>. After 3 times that you participate, the person who is part of the dialogue with good stuff, gets this book (&#8220;Ultimate Blogs&#8221;). Barack Obama&#8217;s Facebook page is a few hundred people away from one million.</p>
<p>Social media is a group of like-minded people that talk through online tools. Colleen Coplick is describing her survey and explaining how much reach she has now thanks to Web 2.0 tools (e.g. <a href="http://www.twitter.com">Twitter</a>). You can&#8217;t reach some people unless you have online tools.</p>
<p>Joe is describing about his role as a social media consultant for non-profits. When Greenpeace sets up a company in YouTube, it explodes (whereas other companies, for-profits, don&#8217;t have the same success). People want to connect to causes (which makes Joe&#8217;s job very easy).</p>
<p>[SIDE NOTE - My TwitterFox <a href="http://www.twitter.com/hummingbird604">@hummingbird604</a> seems down, so if you're Tweeting me, I can't see it right now]</p>
<p>An application &#8211; climate change application &#8211; won 1 Karma point <img src='http://hummingbird604.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  hehehe. Imagine raising over $ 25 million dollars. If you use the application, and you work hard at it, good things happen.</p>
<p>Social media is really about engaging. A lot of non-profits (the non-Web 2.0 non-profits &#8211; knowledge is power &#8211; I couldn&#8217;t even find their &#8216;Donate Button&#8217; &#8211; pretty hidden).</p>
<p>Using social media with popular social networks. Not talking about NothingButNets, HappyFrog, ChangeEverything. He is going to talk about meeting users on Facebook, Twitter and SecondLife.</p>
<p><strong>FACEBOOK</strong></p>
<p>- <a href="http://apps.facebook.com/causes/posts/35414?m=c6412">Genocide intervention</a> &#8211; 2005 &#8211; The constituents were calling the senator&#8217;s donors (so they had a bill passed). OpenSecrets.org.</p>
<p>- Based in the UK &#8211; <a href="http://www.facebook.com">Facebook </a>group &#8211; linked on the wiki. The Coca-Cola campaign &#8211; created a group. <a href="http://rehydrate.org/">A blogger wanted to get Coca-Cola to get their user distribution channels to spread dehydration salts</a> (help protect 1/9 children die of de-hydration). If they could get these in the Coca-Cola crates and they could distribute them. He couldn&#8217;t do this WITHOUT FACEBOOK.</p>
<p>Colleen asks if donations are working and do they actually go to where they should?</p>
<p>YOUTUBE</p>
<p>- Over 20% of Barack Obama&#8217;s videos went to this particular one. This is NOT viral because there is not transformations.</p>
<p>- Really viral video-campaigns.</p>
<p>- YouTube collaboration on climate change &#8211; putting a message from one side of the screen to the other side. Handing off this bottle &#8211; showing how the US changes the position. It&#8217;s viral if you actually move the message and spread it and everyone transforms it.</p>
<p>- Video &#8211; tag &#8211; instant karma &#8211; pass this vid for humanity &#8211; make a video of how you want to save the environment and pass this message.</p>
<p>Colleen actually WON the book (congrats Colleen!)</p>
<p>My question &#8211; how do you reach out to those like me who are NOT on Facebook.<br />
Joe&#8217;s answer &#8211; <em>go multi-platform</em>.</p>
<p>Tod Maffin &#8211; exception to the norm. What do companies do?<br />
If something is at stake &#8211; Joe will latch on there.</p>
<p><em>How can our client come off like they&#8217;re really interested in saving the world?</em><br />
Well, if it&#8217;s not authentic, then it doesn&#8217;t work.</p>
<p>Rephrasing his questions &#8211; what lessons can be drawn?</p>
<p>TWITTER -</p>
<p>Using the hashtags for people who are depressed. IF we use Twitter and put a hashtag on how the people are feeling (on a scale from 1-10) &#8211; but it allows you to engage the groups.</p>
<p>StuckInBed.Org</p>
<p>What is the degree of success?<br />
Many do, but it&#8217;s particularly measured in terms of the community.</p>
<p><strong>DESCRIPTION OF THE FROZEN PEA FUND</strong></p>
<p><a href="http://frozenpeafund.com/">Frozen Pea Fund</a> &#8211; initiated in support of <a href="http://susanreynolds.blogs.com/boobsonice/">Susan Reynolds</a>. Through the power of Twitter and re-tweeting. It&#8217;s a wonderful program in support of women who have faced breast cancer.</p>
<p>[SIDE NOTE - Joe would benefit from speaking more slowly. This is a really cool talk but he's speaking about WAY too much and delivering way too much information too fast. But it appears he's going to talk about KnowMore.org soon, so his basic messages are four - Twitter, Facebook, YouTube and KnowMore]</p>
<p>Are we seeing the style of marketing &#8211; maybe we turn internal people and make them in the commercial &#8211; do we find individuals who happen to work and celebrate them?</p>
<p>Article in Wired by <a href="http://www.wired.com/wired/archive/15.04/wired40_ceo.html">Clive Thompson</a> &#8211; about transparency &#8211; The See-Through CEO.</p>
<p><strong>BLOGGING </strong></p>
<p><em>Widgets</em></p>
<p><a href="http://www.ilovemountains.org/">ILoveMountains.org</a> &#8211; Stop mountain-top removal. In this widget, you can recruit people and it will show you in real-time, and shows how many people you recruit.</p>
<p>Raising awareness (<em>YAY &#8211; and now what?, asks Colleen</em>). It&#8217;s slowly seducing the new constituents, and potentially there are donations that could go on. For Joe, it&#8217;s about getting people involved, in small steps. Change themselves in mountain tops.</p>
<p>You can sign a petition for human rights that every country should have and you can read it and sign it FROM the widget. We are moving into enabling the bloggers to do really cool stuff on their sidebars.</p>
<p>The Nature Conservancy &#8211; They started a plant and donate trees &#8211; donate a dollar to buy a tree.<br />
- 324,000 trees installed</p>
<p>Facebook has 80 million users. FIREFOX HAS 174 MILLION USERS!!! Can you imagine!</p>
<p>Knowmore.org is a Firefox extension that wiki-profiles companies and the criticisms that these corporations are dogged by. So Joe called them and implement the extension for when you go to Wal-Mart, Nike, etc. You&#8217;ll see the ratings from Wal-Mart. You can turn Google into a StumbleUpon that actually will screen each company you search for.</p>
<p>HOW DO YOU KNOW THAT THE DATA IS CORRECT?<br />
You source it to the experts.</p>
<p>Bruce Byfield suggests &#8211; careful with having this hijacked.</p>
<p><a>Rebecca Bollwitt</a> &#8211; Web Annotation &#8211; rate the web. She asks a question on this &#8211; allowing anyone to leave comments on the web. Maybe you could rate the comments. Good ones up and bad ones lower in the ranking. Failed miserably, apparently.</p>
<p>Question &#8211; Do you know of any examples where non-profits have received money from corporate entities as a result of these campaigns?</p>
<p>Tanya &#8211; Microsoft got involved in Kiva, as a result of the companies.</p>
<p>The Bill Gates Foundation does a lot of work like that.</p>
<p>JOE &#8211; I am available for hire. Social media consultant.</p>
<p>RAUL &#8211; I make the point that it is really hard in social science to find out the actual mechanism of influence (HECK I&#8217;VE DONE RESEARCH ON THIS!) and the person who asks is &#8211; are there examples of grassroots campaigns&#8217; successes of influencing corporations? Joe understands the question but doesn&#8217;t have an answer. (I like that about Joe, he&#8217;s VERY honest and forthright).</p>
<p> 7.50pm &#8211; LIVEBLOG FINISHED. I hope you guys liked it!</p>
<p>Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/06/18/third-tuesday-vancouver-with-joe-solomon-the-aftermath/' rel='bookmark' title='Third Tuesday Vancouver with Joe Solomon &#8211; The aftermath'>Third Tuesday Vancouver with Joe Solomon &#8211; The aftermath</a></li>
<li><a href='http://hummingbird604.com/2008/06/17/third-tuesday-with-joe-solomon-that-is-today-tuesday/' rel='bookmark' title='Third Tuesday with Joe Solomon &#8211; that is today, Tuesday!'>Third Tuesday with Joe Solomon &#8211; that is today, Tuesday!</a></li>
<li><a href='http://hummingbird604.com/2009/03/24/net-tuesday-live-bloglive-tweeting-using-scribblelive/' rel='bookmark' title='Net Tuesday Live blog/live tweeting (using ScribbleLive)'>Net Tuesday Live blog/live tweeting (using ScribbleLive)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://hummingbird604.com/2008/06/17/live-blogging-third-tuesday-with-joe-solomon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upcoming events &#8211; Geeky and non-geeky</title>
		<link>http://hummingbird604.com/2008/06/12/upcoming-events-geeky-and-non-geeky/</link>
		<comments>http://hummingbird604.com/2008/06/12/upcoming-events-geeky-and-non-geeky/#comments</comments>
		<pubDate>Thu, 12 Jun 2008 17:15:47 +0000</pubDate>
		<dc:creator>Raul</dc:creator>
				<category><![CDATA[blogosphere]]></category>
		<category><![CDATA[Green Drinks]]></category>
		<category><![CDATA[Third Tuesday]]></category>
		<category><![CDATA[upcoming events]]></category>
		<category><![CDATA[Vancouver Blogger Meetup]]></category>
		<category><![CDATA[Vancouver events]]></category>

		<guid isPermaLink="false">http://hummingbird604.wordpress.com/?p=958</guid>
		<description><![CDATA[Just a quick reminder - Vancouver Joomla Day 2008 &#8211; Saturday June 14, 2008. I will be liveblogging a couple of sessions. Registration is $ 25.00 and $ 30.00 at the door. - Third Tuesday with Joe Solomon from EngageJoe.com &#8211; Tuesday June 17th, 2008 &#8211; I might be live-blogging, but I could almost bet [...]
Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/11/14/upcoming-events-nov-16-20th-2008/' rel='bookmark' title='Upcoming events &#8211; Nov 16-20th, 2008'>Upcoming events &#8211; Nov 16-20th, 2008</a></li>
<li><a href='http://hummingbird604.com/2008/09/09/upcoming-environmental-events-in-vancouver-september-2008/' rel='bookmark' title='Upcoming environmental events in Vancouver &#8211; September 2008'>Upcoming environmental events in Vancouver &#8211; September 2008</a></li>
<li><a href='http://hummingbird604.com/2008/08/21/heads-up-for-2-upcoming-vancouver-techblogging-events/' rel='bookmark' title='Heads up for 2 upcoming Vancouver tech/blogging events'>Heads up for 2 upcoming Vancouver tech/blogging events</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Just a quick reminder</p>
<p>- <a href="http://hummingbird604.com/2008/06/06/mark-your-calendars-vancouver-joomla-day/">Vancouver Joomla Day 2008</a> &#8211; Saturday June 14, 2008. I will be liveblogging a couple of sessions. Registration is $ 25.00 and $ 30.00 at the door.</p>
<p>- <a href="http://publicrelations.meetup.com/95/">Third Tuesday with Joe Solomon from EngageJoe.com</a> &#8211; Tuesday June 17th, 2008 &#8211; I might be live-blogging, but I could almost bet that <a href="http://www.miss604.com">Rebecca</a> will be media sponsor <img src='http://hummingbird604.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Thanks to <a href="http://monicahamburg.wordpress.com">Monica Hamburg</a> for organizing! If you follow me on Twitter or read my blog and haven&#8217;t introduced yourself to me, this is your chance! I will be wearing a name tag with my blog site!</p>
<p>- <a href="http://www.biothinking.com/greendrinks/index.php?city=Vancouver&amp;country=Canada">Green Drinks Vancouver &#8211; Wednesday June 18th, 2008 </a>- Since I&#8217;m on the job market AND I volunteered to be a Green Greeter, I *will* most certainly be there. I have to meet Isabella later that day, but at least I&#8217;ll be there for a couple of hours!</p>
<p>I have a pretty busy weekend, so I might not accept any more invitations other than what I already have planned for Friday and Saturday evenings. Sunday evening, as you all know, is already booked, so &#8211; sorry &#8211; next week perhaps!</p>
<p>Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/11/14/upcoming-events-nov-16-20th-2008/' rel='bookmark' title='Upcoming events &#8211; Nov 16-20th, 2008'>Upcoming events &#8211; Nov 16-20th, 2008</a></li>
<li><a href='http://hummingbird604.com/2008/09/09/upcoming-environmental-events-in-vancouver-september-2008/' rel='bookmark' title='Upcoming environmental events in Vancouver &#8211; September 2008'>Upcoming environmental events in Vancouver &#8211; September 2008</a></li>
<li><a href='http://hummingbird604.com/2008/08/21/heads-up-for-2-upcoming-vancouver-techblogging-events/' rel='bookmark' title='Heads up for 2 upcoming Vancouver tech/blogging events'>Heads up for 2 upcoming Vancouver tech/blogging events</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://hummingbird604.com/2008/06/12/upcoming-events-geeky-and-non-geeky/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What I&#8217;m up to today: LaunchParty, TechVibes job fair, Green Drinks, VIDFEST 2008</title>
		<link>http://hummingbird604.com/2008/05/21/what-im-up-to-today-launchparty-techvibes-job-fair-green-drinks-vidfest-2008/</link>
		<comments>http://hummingbird604.com/2008/05/21/what-im-up-to-today-launchparty-techvibes-job-fair-green-drinks-vidfest-2008/#comments</comments>
		<pubDate>Wed, 21 May 2008 14:33:54 +0000</pubDate>
		<dc:creator>Raul</dc:creator>
				<category><![CDATA[blogosphere]]></category>
		<category><![CDATA[Downtown]]></category>
		<category><![CDATA[drinks]]></category>
		<category><![CDATA[False Creek]]></category>
		<category><![CDATA[Green Drinks]]></category>
		<category><![CDATA[local events]]></category>
		<category><![CDATA[Third Tuesday]]></category>
		<category><![CDATA[VIDFEST 2008]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://hummingbird604.wordpress.com/?p=886</guid>
		<description><![CDATA[I am awake at an absurdly early hour, so I might as well just arrange my calendar and try to see if I can squeeze all the events I am supposed to attend this week (and TODAY), along with doing some of my own work, interviewing Al Pasternak (aka Bokashiman) for my blog, attending a [...]
Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/04/16/event-recap-green-drinks-april-2008/' rel='bookmark' title='Event recap: Green Drinks April 2008'>Event recap: Green Drinks April 2008</a></li>
<li><a href='http://hummingbird604.com/2008/05/21/vidfest-2008-vancouver-international-digital-festival-2008-is-now/' rel='bookmark' title='VIDFEST 2008 &#8211; Vancouver International Digital Festival 2008 is now'>VIDFEST 2008 &#8211; Vancouver International Digital Festival 2008 is now</a></li>
<li><a href='http://hummingbird604.com/2008/05/22/blogger-relations-cossette-convergence-vidfest-2008-barefoot-trgovac-and-bollwitt/' rel='bookmark' title='Blogger Relations &#8211; Cossette Convergence &#8211; VIDFEST 2008 &#8211; Barefoot, Trgovac and Bollwitt'>Blogger Relations &#8211; Cossette Convergence &#8211; VIDFEST 2008 &#8211; Barefoot, Trgovac and Bollwitt</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I am awake at an absurdly early hour, so I might as well just arrange my calendar and try to see if I can squeeze all the events I am supposed to attend this week (and TODAY), along with doing some of my own work, interviewing <a href="http://bokashiman.com">Al Pasternak (aka Bokashiman)</a> for my blog, attending a very close friend&#8217;s PhD defense AND still doing some of my usual socializing. Will I manage to remain sane? We&#8217;ll see. I attended two social media events last night: Third Tuesday AND Vancouver MetBlogs drinks at Library Square and I managed to survive, so let&#8217;s see if I don&#8217;t end up social-media&#8217;d out by Saturday night <img src='http://hummingbird604.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>So&#8230; in the interest of keeping myself sane, let&#8217;s see what I am up to today.</p>
<p>- <em>Launch Party IV &#8211; Republic, 5:30 &#8211; 9:00 pm. </em>Can&#8217;t wait to meet <a href="http://blog.strutta.com">Maura and Jordan</a> and all the other folks at Strutta.com. Besides, good chance for a beer with <a href="http://duanestorey.com">Duane</a>, <a href="http://blogaholics.ca">Ianiv and Arieanna</a>, <a href="http://www.johnbollwitt.com">John</a> and <a href="http://www.miss604.com">Rebecca</a>, Jenn, Nadia, and I&#8217;m pretty sure there will be many other of my social media peeps there.</p>
<p>- <em>Green Drinks &#8211; Steamworks &#8211; 5:45 &#8211; 10:00 pm.</em> This is going to be a tough one. I *really* want to go,  particularly since I committed myself to be a Green Greeter (one of those folks who will come to you with a name tag and if I see that you are too shy, I&#8217;ll come and introduce you to other people I myself may not even know, but still &#8211; create social circles on the spot). But, as you will see, I also have other events the same night. You snooze, you lose. I *may* make an appearance, particularly since <strong>I&#8217;m on the job market in the environmental field</strong>, I kind of <strong>have to</strong> <img src='http://hummingbird604.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> .</p>
<p>- <em>TechVibes Job Fair &#8211; Republic 3:00 &#8211; 5:00 pm</em>. I also may show up to this, although this seems to be more directed towards web designers, software engineers, etc. But who knows, there might be something for me. And since I&#8217;ve already said that my next job will meld social media with sustainability and social change, this may be a good opportunity. More information on the Career Fair and the <a href="http://www.techvibes.com/blog/start-up-career-fair-in-vancouver/">schedule of speakers is here</a>.</p>
<p>- <em>VIDFEST and VIGS Opening Reception &#8211; Vancouver Art Gallery &#8211; 6:00 &#8211; 8:00 pm.</em> Well, not sure if I&#8217;m going to make it to this (I need to talk to the organizers of VIDFEST, on the one hand, and on the other &#8211; I am already double-booked). But it would be nice to make an appearance, particularly since <a href="http://rochelle.ca/">Rochelle Grayson</a> is covering VIGS and I&#8217;d love to see her.</p>
<p>Ok, after seeing my schedule, it looks as though the majority of my commitments are after 3pm, which gives me a solid morning to do actual work. That&#8217;s kind of awesome, come to think about it. Although I have NO clue where I&#8217;m going to sneak in a nap, because I mean, being awake at 6.00am after going to bed at 1.30am doesn&#8217;t really jive with me.</p>
<p>Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/04/16/event-recap-green-drinks-april-2008/' rel='bookmark' title='Event recap: Green Drinks April 2008'>Event recap: Green Drinks April 2008</a></li>
<li><a href='http://hummingbird604.com/2008/05/21/vidfest-2008-vancouver-international-digital-festival-2008-is-now/' rel='bookmark' title='VIDFEST 2008 &#8211; Vancouver International Digital Festival 2008 is now'>VIDFEST 2008 &#8211; Vancouver International Digital Festival 2008 is now</a></li>
<li><a href='http://hummingbird604.com/2008/05/22/blogger-relations-cossette-convergence-vidfest-2008-barefoot-trgovac-and-bollwitt/' rel='bookmark' title='Blogger Relations &#8211; Cossette Convergence &#8211; VIDFEST 2008 &#8211; Barefoot, Trgovac and Bollwitt'>Blogger Relations &#8211; Cossette Convergence &#8211; VIDFEST 2008 &#8211; Barefoot, Trgovac and Bollwitt</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://hummingbird604.com/2008/05/21/what-im-up-to-today-launchparty-techvibes-job-fair-green-drinks-vidfest-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Third Tuesday May 2008 &#8211; Darren Barefoot&#8217;s talk</title>
		<link>http://hummingbird604.com/2008/05/21/third-tuesday-may-2008-darren-barefoots-talk/</link>
		<comments>http://hummingbird604.com/2008/05/21/third-tuesday-may-2008-darren-barefoots-talk/#comments</comments>
		<pubDate>Wed, 21 May 2008 07:50:27 +0000</pubDate>
		<dc:creator>Raul</dc:creator>
				<category><![CDATA[blogosphere]]></category>
		<category><![CDATA[local events]]></category>
		<category><![CDATA[Third Tuesday]]></category>
		<category><![CDATA[Vancouver]]></category>

		<guid isPermaLink="false">http://hummingbird604.wordpress.com/?p=884</guid>
		<description><![CDATA[I said that I was possibly going to live-blog Darren Barefoot&#8216;s talk, but truth be told, I did not get wi-fi in the area of the restaurant where I was, so I couldn&#8217;t do it. Innocently, I believed that even without wi-fi, WordPress.com was going to save my notes from Darren&#8217;s talk on &#8220;Getting the [...]
Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/05/17/third-tuesday-vancouver-may-2008-darren-barefoot/' rel='bookmark' title='Third Tuesday Vancouver May 2008: Darren Barefoot'>Third Tuesday Vancouver May 2008: Darren Barefoot</a></li>
<li><a href='http://hummingbird604.com/2008/09/16/third-tuesday-on-a-monday-vancouver-david-jones-september-2008/' rel='bookmark' title='Third Tuesday on a Monday, Vancouver, David Jones, September 2008'>Third Tuesday on a Monday, Vancouver, David Jones, September 2008</a></li>
<li><a href='http://hummingbird604.com/2008/10/21/third-tuesday-vancouver-september-2008-mhairi/' rel='bookmark' title='Third Tuesday Vancouver &#8211; September 2008 &#8211; Mhairi Petrovic'>Third Tuesday Vancouver &#8211; September 2008 &#8211; Mhairi Petrovic</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I said that <a href="http://hummingbird604.com/2008/05/17/third-tuesday-vancouver-may-2008-darren-barefoot/">I was possibly going to live-blog</a> <a href="http://www.darrenbarefoot.com">Darren Barefoot</a>&#8216;s talk, but truth be told, I did not get wi-fi in the area of the restaurant where I was, so I couldn&#8217;t do it. Innocently, I believed that even without wi-fi, WordPress.com was going to save my notes from Darren&#8217;s talk on &#8220;Getting the Attention of Influencers&#8221; on my hard drive. WRONG. I lost half of my notes thanks to not knowing that WordPress.com does not save the text, and instead posts it online to their main server. Therefore, I lost about half of my notes. That did not start the night on the right foot.</p>
<p>I did have a great time, and had a chance to do some socializing with a number of people, some of whom read my blog and some who follow me on Twitter. I was very clear on a previous post that, if you wanted to recognize me, all you needed to do was find me wearing a badge with my name and my blog&#8217;s URL (which I did wear). Very nicely, I got a chance to meet several Twitter friends (in person, for the first time), several Twitter followers and blog readers. I am glad you approached me, because (as you may have noticed) I pride myself in being approachable and easy to talk to.</p>
<p>I announced on Twitter that I was going to make a fashion statement and show up in jeans and tshirt and found out that a lot of other fellow bloggers and participants did the same. I love dressing up, don&#8217;t get me wrong, but today I wasn&#8217;t feeling all that 100% fashionable so I just went for the relaxed, &#8220;Raul&#8217;s pressure is off&#8221; kind of look. Ok, enough about me, let&#8217;s go back to Darren&#8217;s talk.</p>
<p><a href="http://www.flickr.com/photos/rolexpv/2510983876/" title="ThirdTuesdayMay2008 by Raul P-V (Rolex), on Flickr"><img src="http://farm3.static.flickr.com/2112/2510983876_9553774563.jpg" width="500" height="375" alt="ThirdTuesdayMay2008" /></a></p>
<p>First, the overall summary. On the plus side, Darren has a LOT of insight into the world of Web 2.0, social media, pitching and marketing. On the minus side, Darren speaks way too fast, even for my 105 words per minute skills. He is an extremely articulate speaker, but I think that in trying to cram all the content into a short talk and THEN <strong>really engage with the public</strong> (which I have to say, was a phenomenal strategy and I have to give him about 250 brownie points for that), he said a LOT in a very short period of time and I might need him to read this recap and point me to my own errors while trying to capture all of his ideas.</p>
<p>Darren is able to accomplish something that not every speaker can do: he engages with the audience. He opens the floor to questions, tries to seek input, allows for commentary. All of these strategies make him a very solid, engaging speaker. He does not claim to be THE source of all knowledge on the blogosphere. On the contrary, he&#8217;s always open to hearing ideas and thoughts. That ought to score him, as I indicated, 250 brownie points.</p>
<p>Now, on to the summary. <a href="http://www.miss604.com/2008/05/third-tuesday-with-darren-barefoot-live-blog.html">Rebecca provided an outstanding live-blog</a> (even though we didn&#8217;t have wi-fi, but she somehow managed to upload it) AND she also gave out door prizes. WOWZA! I didn&#8217;t win but hey such is life. I suggest that you check my Flickr account for photos, as I don&#8217;t think I&#8217;ll post all of the photos on this Third Tuesday recap. Thanks again so much to <a href="http://netchick.ca">Tanya</a> and <a href="http://monicahamburg.wordpress.com">Monica</a> for organizing and to Century for hosting us. We took over the whole restaurant and the staff were SIMPLY OUTSTANDING. As in, totally awesome. I have to come back to Century and say thanks again, simply because they were absolutely superb in my opinion.</p>
<p><a href="http://www.flickr.com/photos/rolexpv/2510981776/" title="ThirdTuesdayMay2008 by Raul P-V (Rolex), on Flickr"><img src="http://farm3.static.flickr.com/2256/2510981776_330fbc81aa.jpg" width="500" height="375" alt="ThirdTuesdayMay2008" /></a></p>
<p>These are my notes &#8211; sorry if they&#8217;re a tad disorganized. Wasn&#8217;t really able to capture all of Darren&#8217;s great talk, but some of it is reflected here</p>
<p>Darren talked about a project for a wiki-based internet solutions firm. They do not-so-exciting stuff.</p>
<p>Five Premises To Take Into Account When Thinking of Pitching Bloggers</p>
<p>1.	<strong>Everyone is busy</strong>. The only exception is “email doesn’t work”<br />
2.	<strong>People respond to originality.</strong> If you save time to your target, they tend to value that.<br />
3.	<strong>Marketing means = thing you are marketing.</strong> How to conceive these campaigns. The closer your marketing campaign is in concept to the thing you’re marketing then the better fit you have.</p>
<p>EXAMPLE<br />
One-page comic strips – the Brother printer campaign (check Rebecca&#8217;s liveblog for an example). Sending that was closer to the idea of printing things than just an email. Simple but incredibly useful.</p>
<p>4.	<strong>We care most about ourselves. </strong>People are most interested in themselves. “Made to Stick” – marketing book – Maslow’s Hierarchy of Needs. Self-rationalization – self-interest.<br />
5.	<strong>Funny beats unfunny every time</strong>. This is really hard. Things that you think are funny other people may not think that way. Funny and humorous is a key aspect of the campaign.</p>
<p>HOW DO THEY ENGAGE IN THE PROJECT?<br />
We do research, we come up with an idea, we use it, we follow up with them, then we measure the results, we set the objectives.</p>
<p>INDICATORS OF SUCCESS<br />
More business through their website.<br />
More people through their website.<br />
* This strategy keeps us accountable – if the line is flat, we have clearly not done our job</p>
<p>1.	RESEARCH<br />
We spend a lot of time doing research. We have a created a database of influencers online. The research goes back into the big bucket of research. We would just pitch the 50 top bloggers who write about the topic. We also have to consider popularity. If you’re talking about vases, and the top 40 bloggers don’t write about this, then there’s definitely no buy-in.</p>
<p>The only podcast we ever done – targeted to quality assurance managers in software companies.</p>
<p>During our research – constant compromise between finding blogs with a big enough audience. We tend to compromise – some very on topic, some less on topic but more popular.</p>
<p>We enter these data into our spreadsheet<br />
- Bloggers A, B, C. (tiered hierarchy of bloggers)</p>
<p>We may not have the resources to do a fancy thing for top 50 but we do for some of them. Our clients *really* love this.</p>
<p>COME UP WITH AN IDEA</p>
<p>REVIEW</p>
<p>Wikified intranet solutions – for the vast majority of people, kind of boring-ish. We need an original idea to engage with these people. This is always the problem. People are incredibly busy. Your trying to distract them and engage them in an original way – in this case, blog about your intranet software.</p>
<p>Darren and Julie did two unusual things.<br />
* Following the “<em>The thing you’re marketing should equal the thing you’re marketing</em>” – made a “made up” company.<br />
- The intranet was made of tubes. We made fun of this. WeMakeTubes.com<br />
- We wrote a few funny stories about the company.<br />
- The operations team moving to Chile.<br />
- These were funny enough<br />
- Labor intensive, valuable thing – profiles on the side – as if the bloggers who we were targeting were employees – they gave them really funny names “The Tube Janitor” Robert Scoble. 50 of these profiles, photos, RSS feed.</p>
<p>- To create content for each employee profile, we went to their blogs. Each blog (wiki) looked like an elementary interview. We built this little micro-site with content from each of these bloggers’ content.</p>
<p>EXAMPLE – Robert – we would ask him a fake question – this was VERY labor intensive, but we became really familiar with the bloggers we were trying to target.<br />
- The name of the company &#8211; TubeTastic.com</p>
<p>We set a bunch of social media resources sites<br />
 – all the media they needed if a blogger wanted to write about the company,<br />
   &#8211; Flickr photostream<br />
   &#8211; Stream of videos<br />
   &#8211; Magnolia, de.liciou.s<br />
   &#8211; Blogroll – of all the bloggers<br />
Elevate your pitch. One paragraph description of what they need.  Then we put photos of the logo, screen shots of this TubeTastic internet site, some photos of badges on Flicker. Videos on Vimeo, we started using Twitter.</p>
<p>We like to get them as involved as we can (the bloggers and the company). They got to Twitter tips and engaged in the community.  We created this whole set of resources around TubeTastic. The ideal scenario is<br />
- We contact you – you log into the site, you make corrections to the profile. ‘cause all of the sudden you are ENGAGING with the product that you’re trying to market. Everyone is busy. What do we do? We mail things<br />
- We send things to people in the mail (in the actual mail, physical!)</p>
<p>We made an organizational chart – they see where they are – we had them circled. – they see their peers</p>
<p>We are trading on<br />
-	mystery<br />
-	the joke in tubetastic – enticement of humans<br />
-	recognition that they are a group of exclusive peers who were pitched</p>
<p>Returning to the precepts – the assumption – they see themselves. They see a profile of their own excerpted content.</p>
<p>When a marketing campaign sends out sail mail – you are making contact in a format that is not traditional &#8211; Who bothers to go through the trouble anymore? This makes you unique</p>
<p>Other assumption – when you take a lot of time and demonstrate a lot of value, people respond.</p>
<p>WHAT WERE THE RISKS?</p>
<p><strong>Nobody ever notices you</strong></p>
<p>Safe is risky and risky is safe</p>
<p>When we have taken risks, we have sometimes succeeded, but sometimes we don’t</p>
<p>CREEPING PEOPLE UP<br />
We may creep people up – if you come to this site, you may actually feel a bit creeped out. But the people we are contacting, as with most bloggers, are all public people, really public people.</p>
<p>It’s very possible that some people may be weirded out by this campaign.</p>
<p>SNAIL MAIL FAILURES</p>
<p>We had some snail mail failures and in some cases, we didn’t actually have the physical address. Use UPS or any other carrier. People in UK, US, Canada, Australia. The mail arrived at different<br />
You should try to make all arrive at the same time.</p>
<p>A risk that is specific to this campaign – the wiki can go bad. People can put porn or anything. This didn’t happen, but this is a community-management risk, not a marketing management risk.</p>
<p>SO WHAT WERE THE RESULTS IN THIS CAMPAIGN</p>
<p>We spent a lot of time doing research, finding the influencers, creating the content to entice them, contacting them, following up, emailing me.</p>
<p>Two big scores – TechCrunch and (Raul&#8217;s note SECOND BLOG I missed). The client was really, really pleased.</p>
<p>Another risk – there is a risk (and this happened) ThoughtFarmers TubeTastic marketing campaign. This is like the lesser of two wins.<br />
-  Sometimes the results are going to be about the campaign than the actual product. This is kind of a reality (built-in nature of the beast).<br />
-  The lines go up – we doubled the traffic for ThoughtFarmer<br />
-  We got a bunch of other mentions.</p>
<p>There is a really interesting phenomenon. We had less success because a lot of that conversation has moved to Twitter. We got a lot more Tweets about the campaign as opposed to full-on blog posts. That was a little bit of a surprise. That seems to be the status of the technology right now.</p>
<p>IT is more the result of thinking about the value of each tweet.</p>
<p>We got a lot of traffic that moved on to Twitter. It’s part of the changing landscape design. That was almost entirely good because they can respond to criticisms.</p>
<p>IN SUMMARY<br />
Do a bunch of research<br />
Devise a clever idea<br />
People are busy<br />
Self-interested<br />
Funny original<br />
Innovative<br />
Memorable<br />
Deliver.</p>
<p>THAT’S KIND OF THE END OF DARREN&#8217;S TALK – THE FORMAL SECTION OF THE PRESENTATION</p>
<p>[At this point it is IMPOSSIBLE NOT TO LOVE Darren - "Let’s do talk or questions put to me or others who want to talk" - I mean, he *really engages* with the audience]<br />
<em><br />
Monique – how do you track tweets? </em><br />
The follow mechanism – you can just follow a term. Then TwitScan is one of the several twitter models. You use Twitter to follow up on questions – in some cases, we couldn’t find a specific mechanism.</p>
<p><em>What are the dangers of using – text vs picture &#8211; </em><br />
Totally free use – using a picture – we chose appropriately licensed photos under Creative Commons.</p>
<p>There is some discussion on whether you can use non-commercial for this kind of thing – there is an inherent risk.</p>
<p>Raul (that is, ME) asked a question on “how do you find out who the top bloggers are?”<br />
Tricky issue<br />
-	Technorati<br />
-	RSS feed subscribers<br />
-	Are they on Twitter?<br />
-	Do they have their own banner?<br />
-	Do they have lots of comments?</p>
<p>We write a blog post about the client and describing. We always link to all bloggers (people’s ego feeds) – oh I just got my package, it’s really cool. This was just last month. Some people (they’re pro bloggers) but some others are JUST blogging.</p>
<p><em>How much is there any negative reaction occurring?</em><br />
One grumpy dude didn’t like it</p>
<p>I like to embrace the spam.<br />
Unsolicited commercial email from people I don’t know.<br />
We certainly personalize everything we send.<br />
We follow up.<br />
In the case of these folks, they have expectations. They’ve said repeatedly.<br />
Single, non-hassle, personalized email.</p>
<p>Darren gets pitched all the time – (Raul&#8217;s note &#8211; I had the same problem with MatchStick)</p>
<p>The thing I say is – bloggers are a meat market. We need to find ways to entice, interest them in the things we are doing. Without them, marketing campaigns are kind of toast.</p>
<p>Good content – we try to build good content. Or a cool thing.</p>
<p>Raul (aka ME) suggested – use an intermediate blogger – someone who knows the subject matter</p>
<p><em>How does a company get your attention, Darren?</em><br />
He wrote a post on his blog about this.</p>
<p><em>What would you have done differently? </em><br />
Not sure, I haven’t thought about it</p>
<p><em>Final remarks</em><br />
We love doing online contests!</p>
<p>Remember that the bloggers/influencers do NOT need you, so you need to actually engage in creative, innovative techniques to reach out to them and get their attention.</p>
<p><strong>OVERALL ASSESSMENT </strong></p>
<p>As I had said before, I really like Darren. Now that I&#8217;ve had a chance to actually talk to him more, I found that we can actually engage in good conversations (even if we don&#8217;t follow each other on Twitter). He has some outstanding ideas. I have to use a couple of my own suggestions to Darren to write posts (e.g. the use of an intermediary blogger AND techniques to assess who are the top bloggers).</p>
<p>OK, SLEEPY TIME&#8230; See you all tomorrow at Launch Party &#8211; TechVibes Job Fair &#8211; VIDFEST launch party.</p>
<p>UPDATES &#8211; Liveblogs and recaps: I will be updating as I find them on the internet.</p>
<p>* Colleen Coplick&#8217;s <a href="http://www.mapleleaftwo.com/live-blogging-third-tuesday-with-darren-barefoot/">recap of the evening</a>.<br />
* Rebecca&#8217;s live blog is linked up at the beginning.</p>
<p>Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/05/17/third-tuesday-vancouver-may-2008-darren-barefoot/' rel='bookmark' title='Third Tuesday Vancouver May 2008: Darren Barefoot'>Third Tuesday Vancouver May 2008: Darren Barefoot</a></li>
<li><a href='http://hummingbird604.com/2008/09/16/third-tuesday-on-a-monday-vancouver-david-jones-september-2008/' rel='bookmark' title='Third Tuesday on a Monday, Vancouver, David Jones, September 2008'>Third Tuesday on a Monday, Vancouver, David Jones, September 2008</a></li>
<li><a href='http://hummingbird604.com/2008/10/21/third-tuesday-vancouver-september-2008-mhairi/' rel='bookmark' title='Third Tuesday Vancouver &#8211; September 2008 &#8211; Mhairi Petrovic'>Third Tuesday Vancouver &#8211; September 2008 &#8211; Mhairi Petrovic</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://hummingbird604.com/2008/05/21/third-tuesday-may-2008-darren-barefoots-talk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The clash of two worlds: Enviro-geek or social media geek?</title>
		<link>http://hummingbird604.com/2008/05/18/the-clash-of-two-worlds-enviro-geek-or-social-media-geek/</link>
		<comments>http://hummingbird604.com/2008/05/18/the-clash-of-two-worlds-enviro-geek-or-social-media-geek/#comments</comments>
		<pubDate>Sun, 18 May 2008 21:25:18 +0000</pubDate>
		<dc:creator>Raul</dc:creator>
				<category><![CDATA[blogosphere]]></category>
		<category><![CDATA[environment]]></category>
		<category><![CDATA[Green Drinks]]></category>
		<category><![CDATA[local events]]></category>
		<category><![CDATA[Third Tuesday]]></category>
		<category><![CDATA[Vancouver]]></category>

		<guid isPermaLink="false">http://hummingbird604.wordpress.com/?p=870</guid>
		<description><![CDATA[I have repeatedly mentioned that social media is going to have to land me my next job. I want to work on something that will allow me to bridge two somewhat different worlds. Well, the only problem is that this coming week, events of both worlds overlap, and I feel somewhat conflicted (although I&#8217;m going [...]
Related posts:<ol>
<li><a href='http://hummingbird604.com/2009/04/27/vancouver-nettuesday-april-2009-mini-social-media-camp-for-nonprofits-other-do-gooders/' rel='bookmark' title='Vancouver NetTuesday April 2009 &#8211; Mini Social Media Camp for Nonprofits &amp; Other Do Gooders!'>Vancouver NetTuesday April 2009 &#8211; Mini Social Media Camp for Nonprofits &#038; Other Do Gooders!</a></li>
<li><a href='http://hummingbird604.com/2009/04/28/social-media-faux-pas-the-evolution-of-etiquette-rules-and-norms-in-a-web-20-world/' rel='bookmark' title='Social media faux pas? The evolution of etiquette, rules and norms in a Web 2.0 world'>Social media faux pas? The evolution of etiquette, rules and norms in a Web 2.0 world</a></li>
<li><a href='http://hummingbird604.com/2009/03/25/social-media-for-sustainability-and-public-policy/' rel='bookmark' title='Social Media for Sustainability and Public Policy'>Social Media for Sustainability and Public Policy</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I have repeatedly mentioned that social media is going to have to land me my next job. I want to work on something that will allow me to bridge two somewhat different worlds. Well, the only problem is that this coming week, events of both worlds overlap, and I feel somewhat conflicted (although I&#8217;m going to be honest and admit that I&#8217;ve made my choices already).</p>
<p>Tuesday May 20th<br />
Environmental event<br />
Living Car Free Cafe &#8211; Climate Cafes<br />
Bean Around the World [Main and Broadway] @ 7pm</p>
<p>Tuesday May 20th<br />
Social media event<br />
Darren Barefoot&#8217;s talk &#8211; Third Tuesday<br />
Century Restaurant [Seymour and Hastings] @ 7pm</p>
<p>I&#8217;ve decided to attend Darren&#8217;s talk. But if anyone goes to the Climate Cafe, could you please summarize and e-mail me? I&#8217;m more than happy to post it as a guest post.</p>
<p>Wednesday May 20th<br />
Environmental event<br />
Green Drinks Vancouver &#8211; Wrap up party for 30 days of sustainability<br />
Steamworks @ 5.45pm</p>
<p>Wednesday May 20th<br />
Social media event<br />
LaunchParty IV<br />
Republic [on Granville] @ 5.30pm</p>
<p>I&#8217;ve also made the decision to come by to Launch Party for about an hour, go to Green Drinks for another and then come back to Launch Party. It&#8217;s going to be a challenging evening but hey, that&#8217;s why I&#8217;m called hummingbird, right? <img src='http://hummingbird604.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>I am hoping that in the future, I won&#8217;t have two days in a row with important events from both of the worlds I am trying to meld clashing. In the mean time, I hope you&#8217;re enjoying the sun!</p>
<p>Related posts:<ol>
<li><a href='http://hummingbird604.com/2009/04/27/vancouver-nettuesday-april-2009-mini-social-media-camp-for-nonprofits-other-do-gooders/' rel='bookmark' title='Vancouver NetTuesday April 2009 &#8211; Mini Social Media Camp for Nonprofits &amp; Other Do Gooders!'>Vancouver NetTuesday April 2009 &#8211; Mini Social Media Camp for Nonprofits &#038; Other Do Gooders!</a></li>
<li><a href='http://hummingbird604.com/2009/04/28/social-media-faux-pas-the-evolution-of-etiquette-rules-and-norms-in-a-web-20-world/' rel='bookmark' title='Social media faux pas? The evolution of etiquette, rules and norms in a Web 2.0 world'>Social media faux pas? The evolution of etiquette, rules and norms in a Web 2.0 world</a></li>
<li><a href='http://hummingbird604.com/2009/03/25/social-media-for-sustainability-and-public-policy/' rel='bookmark' title='Social Media for Sustainability and Public Policy'>Social Media for Sustainability and Public Policy</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://hummingbird604.com/2008/05/18/the-clash-of-two-worlds-enviro-geek-or-social-media-geek/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Third Tuesday Vancouver May 2008: Darren Barefoot</title>
		<link>http://hummingbird604.com/2008/05/17/third-tuesday-vancouver-may-2008-darren-barefoot/</link>
		<comments>http://hummingbird604.com/2008/05/17/third-tuesday-vancouver-may-2008-darren-barefoot/#comments</comments>
		<pubDate>Sun, 18 May 2008 06:21:15 +0000</pubDate>
		<dc:creator>Raul</dc:creator>
				<category><![CDATA[blogosphere]]></category>
		<category><![CDATA[Downtown]]></category>
		<category><![CDATA[local events]]></category>
		<category><![CDATA[social networking]]></category>
		<category><![CDATA[Third Tuesday]]></category>
		<category><![CDATA[upcoming events]]></category>
		<category><![CDATA[Vancouver]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://hummingbird604.wordpress.com/?p=865</guid>
		<description><![CDATA[The Vancouver social media crowd can hardly wait to hear Darren Barefoot, one of Canada&#8217;s blog-fathers speak on May 20th on &#8220;Getting the Attention of the Web&#8217;s influencers&#8220;. This promises to be a really good Third Tuesday (all of the ones I have attended have been simply outstanding, and this one is co-organized as I [...]
Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/05/21/third-tuesday-may-2008-darren-barefoots-talk/' rel='bookmark' title='Third Tuesday May 2008 &#8211; Darren Barefoot&#8217;s talk'>Third Tuesday May 2008 &#8211; Darren Barefoot&#8217;s talk</a></li>
<li><a href='http://hummingbird604.com/2008/05/22/blogger-relations-cossette-convergence-vidfest-2008-barefoot-trgovac-and-bollwitt/' rel='bookmark' title='Blogger Relations &#8211; Cossette Convergence &#8211; VIDFEST 2008 &#8211; Barefoot, Trgovac and Bollwitt'>Blogger Relations &#8211; Cossette Convergence &#8211; VIDFEST 2008 &#8211; Barefoot, Trgovac and Bollwitt</a></li>
<li><a href='http://hummingbird604.com/2008/09/16/third-tuesday-on-a-monday-vancouver-david-jones-september-2008/' rel='bookmark' title='Third Tuesday on a Monday, Vancouver, David Jones, September 2008'>Third Tuesday on a Monday, Vancouver, David Jones, September 2008</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>The Vancouver social media crowd can hardly wait to hear <a href="http://www.darrenbarefoot.com">Darren Barefoot</a>, one of Canada&#8217;s blog-fathers speak on May 20th on &#8220;<em><a href="http://publicrelations.meetup.com/95/">Getting the Attention of the Web&#8217;s influencers</a></em>&#8220;. This promises to be a really good Third Tuesday (all of the ones I have attended have been simply outstanding, and this one is co-organized as I understand by <a href="http://monicahamburg.wordpress.com">Monica Hamburg</a>, <a href="http://netchick.ca">Tanya Davis</a> and <a href="http://todmaffin.com/category/blog">Tod Maffin</a>).</p>
<p>I have heard Darren speak before, at one of the <a href="http://hummingbird604.wordpress.com/2008/03/25/liveblogging-an-evening-of-green-web-20">NetTuesday events (which I live-blogged)</a> and I like his work. I comment on his blog frequently and have chatted with him and exchanged emails a couple of times, although I wouldn&#8217;t say by any measure that I know him really well. But I do know his work and I really like his Web 2.0 savvy and knowledge. Plus, he has a really particular style of presenting his work. So, it should be interesting to learn more from one of the top bloggers. Besides, it does give me a great opportunity to meet in person other bloggers and readers of my own blog, and hang out with many great friends I&#8217;ve made through my blogging.</p>
<p><a href="http://www.miss604.com/2008/05/vancouvers-third-tuesday-for-may-2008.html">Miss604.com (Rebecca Bollwitt) will be providing excellent coverage of the event, AND she is also a media partner</a> Rebecca will provide either live-blogging or recapping. <strong>Better yet, she will be giving prizes away!!! </strong>I haven&#8217;t yet decided whether I&#8217;ll live-blog or not, but I will also be most definitely posting a recap. Other local bloggers who are disseminating the news about Darren&#8217;s next speaking gig include <a href="http://www.fadetoplay.com/2008/05/13/third-tuesday-darren-barefoot/">Philip Jeffrey (aka tyfn, from Fade to Play fame)</a>, <a href="http://www.techvibes.com/events/event50445.html">TechVibes</a> and of course the <a href="http://publicrelations.meetup.com/95/">Public Relations Meetup.com site</a>.</p>
<p><strong>When?    </strong>Tuesday, May 20, 2008, 7:00 PM<br />
<strong>Where?   </strong>Century House Restaurant &amp; Bar<br />
             432 Richards Street<br />
             Vancouver, BC V6C 3L5<br />
             604.633.2700</p>
<p>About 94 people have RSVP&#8217;d so I suggest that if you haven&#8217;t done your RSVP you do so REALLY SOON. I will be attending, and to make it easy for you to spot me, I&#8217;ll be wearing a name tag with my name and my blog&#8217;s address <img src='http://hummingbird604.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  No, I haven&#8217;t made business cards yet. Not sure if I want to <img src='http://hummingbird604.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  But for sure, if you read my blog and we haven&#8217;t met in person, by all means come and say &#8220;<strong>hi</strong>&#8220;. I don&#8217;t bite (unless asked to, of course, hehehehe).</p>
<p>Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/05/21/third-tuesday-may-2008-darren-barefoots-talk/' rel='bookmark' title='Third Tuesday May 2008 &#8211; Darren Barefoot&#8217;s talk'>Third Tuesday May 2008 &#8211; Darren Barefoot&#8217;s talk</a></li>
<li><a href='http://hummingbird604.com/2008/05/22/blogger-relations-cossette-convergence-vidfest-2008-barefoot-trgovac-and-bollwitt/' rel='bookmark' title='Blogger Relations &#8211; Cossette Convergence &#8211; VIDFEST 2008 &#8211; Barefoot, Trgovac and Bollwitt'>Blogger Relations &#8211; Cossette Convergence &#8211; VIDFEST 2008 &#8211; Barefoot, Trgovac and Bollwitt</a></li>
<li><a href='http://hummingbird604.com/2008/09/16/third-tuesday-on-a-monday-vancouver-david-jones-september-2008/' rel='bookmark' title='Third Tuesday on a Monday, Vancouver, David Jones, September 2008'>Third Tuesday on a Monday, Vancouver, David Jones, September 2008</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://hummingbird604.com/2008/05/17/third-tuesday-vancouver-may-2008-darren-barefoot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The concept and relevance of social meetups in Vancouver</title>
		<link>http://hummingbird604.com/2008/05/08/the-concept-and-relevance-of-social-meetups-in-vancouver/</link>
		<comments>http://hummingbird604.com/2008/05/08/the-concept-and-relevance-of-social-meetups-in-vancouver/#comments</comments>
		<pubDate>Thu, 08 May 2008 12:30:53 +0000</pubDate>
		<dc:creator>Raul</dc:creator>
				<category><![CDATA[blogosphere]]></category>
		<category><![CDATA[food for thought]]></category>
		<category><![CDATA[friends]]></category>
		<category><![CDATA[personal life]]></category>
		<category><![CDATA[random thoughts]]></category>
		<category><![CDATA[Third Tuesday]]></category>
		<category><![CDATA[Vancouver]]></category>
		<category><![CDATA[Vancouver Blogger Meetup]]></category>

		<guid isPermaLink="false">http://hummingbird604.wordpress.com/?p=825</guid>
		<description><![CDATA[I have lived in Vancouver for over 12 years, and yet it&#8217;s only been since about 2006 (two years ago) that I have started to participate in local social gatherings. Let me explain. When I did my Masters degree, I made a lot of friends from school, who then went on to get jobs in [...]
Related posts:<ol>
<li><a href='http://hummingbird604.com/2009/06/04/meetup-of-meetups-vancouver-summer-edition/' rel='bookmark' title='Meetup of Meetups (Vancouver), Summer Edition'>Meetup of Meetups (Vancouver), Summer Edition</a></li>
<li><a href='http://hummingbird604.com/2008/10/12/blogging-socialization-and-social-media/' rel='bookmark' title='Blogging, socialization and social media'>Blogging, socialization and social media</a></li>
<li><a href='http://hummingbird604.com/2007/05/28/is-facebook-decreasing-the-relevance-of-myspace/' rel='bookmark' title='Is Facebook decreasing the relevance of MySpace?'>Is Facebook decreasing the relevance of MySpace?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I have lived in Vancouver for over 12 years, and yet it&#8217;s only been since about 2006 (two years ago) that I have started to participate in local social gatherings. Let me explain. When I did my Masters degree, I made a lot of friends from school, who then went on to get jobs in the Vancouver area. The same happened to me, I got a job, moved away from Canada, came back, moved away again. However, after a couple of years, I pretty much had my circle of friends well established.</p>
<p>In one of my first relocations to Canada (I&#8217;ve moved countries more than I care to remember), I noticed a clear trend in my behavior: I wasn&#8217;t hanging out with many other people. I lived in residential graduate colleges and therefore, I didn&#8217;t <strong>need</strong> to make new friendships. My newer friends came from the places where I lived. The same thing happened, degrees were completed, people moved but the friendships stayed there.</p>
<p>However, in my last relocation to Vancouver (2006), I clearly noticed that I was meeting many more people. Not because I was making an active effort to meet people either for friendships or potential relationships (I haven&#8217;t really seriously dated anyone since about 2004), but simply because my friends had other friends, and we introduced each other to our own social networks.</p>
<p>With my recent (I&#8217;d say November 2007) foray into the world of social media (that is, actually MEETING in person all those people that I&#8217;ve read for months/years) I have begun participating in local meet-ups, something I had NEVER done before. Not because I didn&#8217;t want to, but it just simply didn&#8217;t even enter my mind.</p>
<p>Now that I&#8217;m participating in <a href="http://netsquared.meetup.com/15/">NetTuesday</a> and <a href="http://publicrelations.meetup.com/95/">Third Tuesday</a>, <a href="http://www.biothinking.com/greendrinks/index.php?city=Vancouver&amp;country=Canada">Green Drinks Vancouver</a> and other social gatherings (and <a href="http://www.twitter.com/hummingbird604">having entered the Twitter world</a>, with impromptu Tweetups), it has just dawned on me just how long I&#8217;ve been in this city without making real attempts to make new friends and/or engage in dating activities.</p>
<p>I consider myself very, very, <strong>very</strong> lucky in that I have a large number of good friends. I&#8217;m also lucky because I have managed somehow to keep my connections with the majority of them (some, of course, have drifted away). And that&#8217;s not my fault, I don&#8217;t think. I am, like everybody else, just a human being, with my foibles and strengths. There&#8217;s only so much I can do to be a friend and only so many hours in the day.</p>
<p>Were I to start over again in a different city/country, I probably would feel compelled to begin attending those organized socialization events (thank you Meetup.com, Upcoming.org and Facebook for making the task much easier!). Now the question is to you, my readers&#8230; what do YOU think of those meet-ups? Do you prefer to use Meetup.com or are just happy to organize an &#8220;Event&#8221; on Facebook?</p>
<p>Related posts:<ol>
<li><a href='http://hummingbird604.com/2009/06/04/meetup-of-meetups-vancouver-summer-edition/' rel='bookmark' title='Meetup of Meetups (Vancouver), Summer Edition'>Meetup of Meetups (Vancouver), Summer Edition</a></li>
<li><a href='http://hummingbird604.com/2008/10/12/blogging-socialization-and-social-media/' rel='bookmark' title='Blogging, socialization and social media'>Blogging, socialization and social media</a></li>
<li><a href='http://hummingbird604.com/2007/05/28/is-facebook-decreasing-the-relevance-of-myspace/' rel='bookmark' title='Is Facebook decreasing the relevance of MySpace?'>Is Facebook decreasing the relevance of MySpace?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://hummingbird604.com/2008/05/08/the-concept-and-relevance-of-social-meetups-in-vancouver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

