<?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>firsttube.com &#187; Scoble</title>
	<atom:link href="http://www.firsttube.com/tag/scoble/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.firsttube.com</link>
	<description>crunchy nuggets, served semi-daily</description>
	<lastBuildDate>Tue, 03 Jan 2012 00:14:01 +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>firsttube.com Upgraded To WordPress 2.7</title>
		<link>http://www.firsttube.com/read/firsttubecom-upgraded-to-wordpress-27/</link>
		<comments>http://www.firsttube.com/read/firsttubecom-upgraded-to-wordpress-27/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 20:28:56 +0000</pubDate>
		<dc:creator>Adam S</dc:creator>
				<category><![CDATA[Meta]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Scoble]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://firsttubecom/?p=997</guid>
		<description><![CDATA[So far, one problem, two gripes.  My problem is that I can&#8217;t seem to get posts with dots in the slug title to work right, even though I once solved this problem before.  What&#8217;s worse is that it won&#8217;t fetch &#8230; <a href="http://www.firsttube.com/read/firsttubecom-upgraded-to-wordpress-27/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So far, one problem, two gripes.  My problem is that I can&#8217;t seem to get posts with dots in the slug title to work right, even though I once <a href="http://firsttube.com/read/hacking-wordpress-day-two/">solved this problem before</a>.  What&#8217;s worse is that it won&#8217;t fetch those posts anymore, which really sucks.</p>
<p>Onto my gripes. I can&#8217;t get inline replying/threading to work.  There is very little documentation on it so far.  The functions are called comment_reply_link() and get_comment_reply_link(), and there&#8217;s nothing anywhere in the codex that helps, there&#8217;s little on the internet, the only place to get any real detail is the code itself, which explains:</p>
<p><em><small>from wp-includes/comment-template.php starting at line 949 on WP 2.7.0</small></em></p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"> <span style="color: #339933;">*</span> Retrieve HTML content <span style="color: #b1b100;">for</span> reply to comment <span style="color: #990000;">link</span><span style="color: #339933;">.</span>
 <span style="color: #339933;">*</span>
 <span style="color: #339933;">*</span> The <span style="color: #b1b100;">default</span> arguments that can be override are <span style="color: #0000ff;">'add_below'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'respond_id'</span><span style="color: #339933;">,</span>
 <span style="color: #339933;">*</span> <span style="color: #0000ff;">'reply_text'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'login_text'</span><span style="color: #339933;">,</span> and <span style="color: #0000ff;">'depth'</span><span style="color: #339933;">.</span> The <span style="color: #0000ff;">'login_text'</span> argument will be
 <span style="color: #339933;">*</span> used<span style="color: #339933;">,</span> <span style="color: #b1b100;">if</span> the user must <span style="color: #990000;">log</span> in or register first before posting a comment<span style="color: #339933;">.</span> The
 <span style="color: #339933;">*</span> <span style="color: #0000ff;">'reply_text'</span> will be used<span style="color: #339933;">,</span> <span style="color: #b1b100;">if</span> they can post a reply<span style="color: #339933;">.</span> The <span style="color: #0000ff;">'add_below'</span> and
 <span style="color: #339933;">*</span> <span style="color: #0000ff;">'respond_id'</span> arguments are <span style="color: #b1b100;">for</span> the JavaScript moveAddCommentForm<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #000000; font-weight: bold;">function</span>
 <span style="color: #339933;">*</span> parameters<span style="color: #339933;">.</span>
 <span style="color: #339933;">*</span>
 <span style="color: #339933;">*</span> <span style="color: #339933;">@</span>since 2<span style="color: #339933;">.</span>7<span style="color: #339933;">.</span>0
 <span style="color: #339933;">*</span>
 <span style="color: #339933;">*</span> <span style="color: #339933;">@</span>param <span style="color: #990000;">array</span> <span style="color: #000088;">$args</span> Optional<span style="color: #339933;">.</span> Override <span style="color: #b1b100;">default</span> options<span style="color: #339933;">.</span>
 <span style="color: #339933;">*</span> <span style="color: #339933;">@</span>param int <span style="color: #000088;">$comment</span> Optional<span style="color: #339933;">.</span> Comment being replied to<span style="color: #339933;">.</span>
 <span style="color: #339933;">*</span> <span style="color: #339933;">@</span>param int <span style="color: #000088;">$post</span> Optional<span style="color: #339933;">.</span> Post that the comment is going to be displayed on<span style="color: #339933;">.</span>
 <span style="color: #339933;">*</span> <span style="color: #339933;">@</span><span style="color: #b1b100;">return</span> string<span style="color: #339933;">|</span>bool<span style="color: #339933;">|</span>null <span style="color: #990000;">Link</span> to show comment form<span style="color: #339933;">,</span> <span style="color: #b1b100;">if</span> successful<span style="color: #339933;">.</span> <span style="color: #009900; font-weight: bold;">False</span><span style="color: #339933;">,</span> <span style="color: #b1b100;">if</span> comments are closed<span style="color: #339933;">.</span></pre></div></div>

<p>It doesn&#8217;t matter much, because it doesn&#8217;t work, period, even though I&#8217;ve followed the instruction here to a t.  So I&#8217;ll have to fix that in time.</p>
<p>My last gripe is with the new wp_list_comments() routine.  I understand this is all new, but the idea that templating comments requires a callback function as a wrapper to all comments, pings, and trackbacks is <strong>clumsy</strong> at best.  <a href="http://codex.wordpress.org/Template_Tags/wp_list_comments">The codex on wp_list_comments()  have nothing</a> to explain it to people, so while I&#8217;ve dug in and gotten things working, it&#8217;s not for the feint of heart just yet, since you need to build a PHP function in your theme in your <em>functions.php</em> file (or create one if it doesn&#8217;t exist, which cannot be done via the Dashboard).  I&#8217;m a little sad, since the theme system is so flexible and the new plugin system is just incredible, to see the new comment loop be so <em>manual</em> compared to the single file approach used so successfully in the past.</p>
<p>I know that <a href="http://scobleizer.com/2008/12/12/wordpress-27/">Scoble says WordPress 2.7 rocks</a>, and it does.  Scoble doesn&#8217;t realize the shortcomings because he hasn&#8217;t tried to play with the new features, and fortunately, it very gracefully degrades.  But it&#8217;s got some work to do to be perfect, for me at least.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.firsttube.com/read/firsttubecom-upgraded-to-wordpress-27/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I De-friended Scoble on Facebook</title>
		<link>http://www.firsttube.com/read/Bye-Bye-Scoble/</link>
		<comments>http://www.firsttube.com/read/Bye-Bye-Scoble/#comments</comments>
		<pubDate>Tue, 11 Sep 2007 15:39:21 +0000</pubDate>
		<dc:creator>Adam S</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Scoble]]></category>

		<guid isPermaLink="false">http://firsttubecom/read/Bye-Bye-Scoble</guid>
		<description><![CDATA[I de-friended Robert Scoble on Facebook today. Scoble is really big into Facebook, and has carried on about its value before. It was nice being a generation from so many big names in the tech industry, but it came at &#8230; <a href="http://www.firsttube.com/read/Bye-Bye-Scoble/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I de-friended <a href="http://scobelizer.com">Robert Scoble</a> on <a href="http://facebook.com">Facebook</a> today.  Scoble is really big into Facebook, and has <a href="http://www.google.com/search?q=facebook+site:scobleizer.com">carried on about its value before</a>.  It was nice being a generation from so many big names in the tech industry, but it came at a price.  I didn&#8217;t de-friend him because of reasons named in <a href="http://firsttube.com/read/How-To-Blog-Like-Robert-Scoble">my previous Scoble ramblings</a>, but rather, because he simply ate up too much of my Facebook experience.  Every time he friended someone, it was in my news feed.  Even when I made *everyone else* a &#8220;high priority&#8221; and Scoble only a low priority, it was still mostly Scoble posted a video, Scoble added this app, Scoble removed this app, repeat ad nauseum.   </p>
<p>This is not so much a problem with Scoble as much as it is one with Facebook.  Any one friend has a ridiculous amount of control over my Facebook experience, and as a result, they can water it down.  Instead of focusing on what most people I know are doing, I&#8217;m overwhelmed by whatever has caught Scoble&#8217;s attention.  The Facebook experience is so customizable, and yet, in this area, there is a missing piece.  You should be able to ignore people altogether in your news feed.  If I had this feature, this wouldn&#8217;t be a problem.  Boo Facebook, boo. </p>
<p>So, I have no choice, I had to remove Scoble, because he is too active.  His &#8220;stuff&#8221; pushes the stuff that actually is really important to me below the fold.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.firsttube.com/read/Bye-Bye-Scoble/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How To Blog Like Robert Scoble</title>
		<link>http://www.firsttube.com/read/How-To-Blog-Like-Robert-Scoble/</link>
		<comments>http://www.firsttube.com/read/How-To-Blog-Like-Robert-Scoble/#comments</comments>
		<pubDate>Tue, 17 Jul 2007 09:40:54 +0000</pubDate>
		<dc:creator>Adam S</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Scoble]]></category>

		<guid isPermaLink="false">http://firsttubecom/read/How-To-Blog-Like-Robert-Scoble</guid>
		<description><![CDATA[&#8220;Robert Scoble is media. I am media as well.&#8221; Robert Scoble, you may know, is a very prominent blogger with a whole hell of a lot of readers. Scoble is someone who I&#8217;ve kept up with over the last few &#8230; <a href="http://www.firsttube.com/read/How-To-Blog-Like-Robert-Scoble/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>&#8220;<a href="http://scobleizer.com/2007/07/14/my-facebook-secret-is-out/">Robert Scoble is media. I am media as well</a>.&#8221;  </p>
<p><a href="http://scobleizer.com">Robert Scoble</a>, you may know, is a very prominent blogger with a whole hell of a lot of readers.  Scoble is someone who I&#8217;ve kept up with over the last few years.  He worked for Microsoft doing blogging and videos for Channel 9 then recently moved to <a href="http://podtech.net">Podtech</a> to do video blogging.  Scoble is a nice guy, he writes fairly well, and has a lot to say.  But lately, reading his stuff has been putting me to sleep.  </p>
<p>Scoble has zeroed in on a few keys things and has not been able to stop talking about them.  So, while his blog has always been a reflection of his life, it was much more interesting when he did Channel 9 and visited the Live Mail team or the Windows Mail team and we learned about new things.  </p>
<p>Lately, Scoble&#8217;s passions have centered around just a few things.  First, and most notably (or most annoyingly), <a href="http://www.google.com/search?q=facebook+site:scobleizer.com">Facebook</a>.  Having friended Scoble on Facebook early on, it was interesting to be connected to so many people.  Now it&#8217;s lame: Scoble&#8217;s headlines fill my &#8220;mini feed&#8221; page, even after I set it to specifically limit Scoble news.  He boasts about how linking to him is like being linked to everyone of value in the tech world.   But frankly, I find Facebook to be worthless to link to someone I don&#8217;t know who doesn&#8217;t use it as anything but a friend collector and an app demonstration ground.  Facebook is for keeping up with people you know, not just a worthless MySpace clone where the goal is to amass the highest number of friends.  Scoble treats Facebook like a contest and then tells us every detail of his experience.  He&#8217;s made a few worthwhile observations (such as the question of whether Facebook is a viable advertising platform given it&#8217;s demographic) and <a href="http://scobleizer.com/2007/07/10/if-i-was-evil/">lots</a> and <a href="http://scobleizer.com/2007/07/15/google-reader-facebook-yummy/">lots</a> and <a href="http://scobleizer.com/2007/07/16/james-robertson-asks-wheres-the-social-networking-value/">lots</a> of really boring ones.  </p>
<p>Scoble is very proud of his <a href="http://www.google.com/search?q=iphone+site%3Ascobleizer.com">iPhone</a>, and hasn&#8217;t stopped talking about it.  Seriously&#8230; like&#8230; at all.  </p>
<p>Also, Scoble is a social network <s>sucker</s> junkie, and has carried on about Pownce, Jaiku, and Twitter for weeks.  We get it.  I tried Pownce.  I don&#8217;t see what the hell I&#8217;m supposed to do with it that I can&#8217;t do elsewhere or in an easier manner.  But reading scobleizer.com, you&#8217;d think it makes you breakfast or shines your shoes for you.    </p>
<p>&#8211;</p>
<p>So, how <b><i>does</i></b> one blog like Scoble? All you need to do is go to Digg, find a cool buzzword or website likely to interest the bleeding edge technology people, and blog about it 5-7 times a day.  Do not relent, just keep your stream coming.  Join endless social networks and add as many friends as possible, whether you know them or not.  Make provocative statements and then link to prominent people&#8217;s blogs; try to get them to blog about you, good or bad.  Make sure you mention people like Dave Winer and Matt Cutts.  Lastly, be certain to pimp targetted buzz apps like Google Reader and Adobe AIR at least twice a week.  </p>
<p><small><i>In all seriousness, I really do enjoy Scoble&#8217;s blog.  If you don&#8217;t already read it, you should really check out his feed, once he moves past his love affair with Facebook and the iPhone.</i></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.firsttube.com/read/How-To-Blog-Like-Robert-Scoble/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

