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

<channel>
	<title>Protoscopic</title>
	<atom:link href="http://www.protoscopic.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.protoscopic.com</link>
	<description>An experiment in Internet Business</description>
	<pubDate>Sun, 14 Jun 2009 02:02:01 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Drupal How To: Content Profile Basics</title>
		<link>http://www.protoscopic.com/articles/drupal-how-to-content-profile-basics</link>
		<comments>http://www.protoscopic.com/articles/drupal-how-to-content-profile-basics#comments</comments>
		<pubDate>Mon, 23 Mar 2009 01:55:33 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
		
		<category><![CDATA[Applied Use]]></category>

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

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

		<guid isPermaLink="false">http://www.protoscopic.com/?p=154</guid>
		<description><![CDATA[
	
A Good Profile Is Key

In Drupal complex tasks can be very easy.  Sadly many times simple tasks can be complex.  Even more often, to make a complex task simple, you have to make a simple task complex first.  Such is the case with the content profile module.  Note, this example uses Drupal 6.
Why Do I [...]]]></description>
			<content:encoded><![CDATA[<div class="img alignnone size-full wp-image-155" style="width:500px;">
	<a href="None"><img src="http://www.protoscopic.com/wp-content/uploads/2009/03/profile.jpg" alt="A Good Profile Is Key" width="500" height="335" /></a></p>
<div>A Good Profile Is Key</div>
</div>
<p>In Drupal complex tasks can be very easy.  Sadly many times simple tasks can be complex.  Even more often, to make a complex task simple, you have to make a simple task complex first.  Such is the case with the <a href="http://drupal.org/project/content_profile" target="_blank">content profile module</a>.  <strong>Note, this example uses Drupal 6.</strong></p>
<p><strong>Why Do I Want Content Profile? </strong></p>
<p>The content profile module allows you to define a content type to represent your users profiles.  This allows a tremendous amount of customization without dealing with code.  You can use the CCK to define very complex node types to represent your users profiles.  We will get to doing that later, unfortunately getting to the point where your content profiles look like&#8230;well&#8230;profiles takes a bit of doing.  Be aware that there are many ways to do Profiles in Drupal and this is just one option, be sure you need this flexibility before you start down this path.</p>
<p><strong>Setting Up Content Profile</strong></p>
<p>First of course you have to install the <a href="http://drupal.org/project/content_profile" target="_blank">content profile module</a> and the CCK.  You&#8217;re on your way now.  Once the module is installed it will have created a profile content type.   Great.  Unfortunately you have a bunch of steps to go before it is usable at all.  The first thing we need to do is designate that it&#8217;s a profile type by going to <strong>Administer-&gt;Content Types-&gt;Profile-&gt;Edit. </strong>In the last section, &#8220;Content Profile,&#8221; you will find a checkbox that reads &#8220;Use this content type as a content profile for users.&#8221;</p>
<p>Unfortunately of course a normal user can&#8217;t edit this content type, so go to <strong>Administer-&gt;User Management-&gt;Permissions</strong> and give your logged in users permissions to create and edit <strong>thier own</strong> Profile content.  You do not want them to be able to edit other people&#8217;s content so do not give them the &#8220;edit any profile content&#8221; permission.</p>
<p>So you&#8217;d think we&#8217;d be close to done now, but if you now go and try to edit your profile you&#8217;ll see there&#8217;s a required title field.  Even more annoyingly the only way to get rid of it is to add another module, the <a href="http://drupal.org/project/auto_nodetitle" target="_blank">Automatic Node Titles</a> module.  Once you install this you go to the profile content type (<strong>Administer-&gt;Content Types-&gt;Profile-&gt;Edit </strong>again)<strong> </strong>and you&#8217;ll see a section at the top called &#8220;Automatic Title Generation.&#8221;  Open that and set the option to &#8220;Automatically generate the title and hide the title field.&#8221;  I don&#8217;t see any reason to care what the title will be since it will be used inside another page anyway so I don&#8217;t worry about setting any other options.</p>
<p>Now we&#8217;ve got it to where it&#8217;s reasonable to edit.  You can go fill out the body field (as if it were a bio for example) and save and you&#8217;ll see it on your profile.  Unfortunately you&#8217;ll also see a bloody &#8220;Submitted by X on &#8230;&#8221; line at the top of it.   Great!  To get rid of that go to <strong>Themes-&gt;Global Settings</strong> and in the upper right hand corner you&#8217;ll see a list of content types inside a box labeled &#8220;Display post information on.&#8221;  Remove Profile and voila!  We&#8217;ve managed to make an absolutely boring profile in Drupal with just 10 semi-easy steps.</p>
<p>Now you might be wondering why we went through all that trouble just to get a really bland profile that looks decent.  The reason is because now that we&#8217;ve gotten a content profile set up and looking right, we can do the very complex task of making cool custom profiles very easily.  We&#8217;ll address that later, but this should at least get you through the frustrating act of getting the initial profile set up.  Let me know if anything needs clarification or if you disagree with anything.</p>
<p>Photo Credit: <a href="http://www.flickr.com/photos/misteraitch/" target="_blank">misteraitch</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.protoscopic.com/articles/drupal-how-to-content-profile-basics/feed</wfw:commentRss>
		</item>
		<item>
		<title>Social Media - Are You Doing It Wrong?</title>
		<link>http://www.protoscopic.com/articles/social-media-are-you-doing-it-wrong</link>
		<comments>http://www.protoscopic.com/articles/social-media-are-you-doing-it-wrong#comments</comments>
		<pubDate>Wed, 18 Mar 2009 19:25:06 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
		
		<category><![CDATA[Applied Use]]></category>

		<category><![CDATA[Main blog narrative]]></category>

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

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

		<category><![CDATA[social networking]]></category>

		<guid isPermaLink="false">http://www.protoscopic.com/?p=151</guid>
		<description><![CDATA[
	
Networking Isn&#8217;t Always Simple

 
Have you been wondering what all the fuss about social media is?  You&#8217;ve maybe registered for Digg, submitted one of your stories and nothing came of it.  Seems like a waste of time, well&#8230;yes and no.
Social Media Is About Community
I had read this time and again.  As I am wont to do [...]]]></description>
			<content:encoded><![CDATA[<div class="img alignleft size-medium wp-image-152" style="width:300px;">
	<a href="http://www.protoscopic.com/wp-content/uploads/2009/03/networking.jpg"><img src="http://www.protoscopic.com/wp-content/uploads/2009/03/networking-300x225.jpg" alt="Networking Isn't Always Simple" width="300" height="225" /></a></p>
<div>Networking Isn&#8217;t Always Simple</div>
</div>
<p> <br />
Have you been wondering what all the fuss about social media is?  You&#8217;ve maybe registered for Digg, submitted one of your stories and nothing came of it.  Seems like a waste of time, well&#8230;yes and no.</p>
<p><strong>Social Media Is About Community</strong></p>
<p>I had read this time and again.  As I am wont to do before I so much as joined any of these sites, I read everything I could.  They all agreed on one thing, if you just go on to a social media site, submit your links and wait for the visitors to roll in you&#8217;re wasting your time.  This of course makes perfect sense, you have no reputation, so how can they even tell you from a spammer?  You&#8217;re not looking to add value to the community, so why would anyone take you seriously?  It all makes sense.</p>
<p><strong>Unfortunately, There is a Corollary</strong></p>
<p>Sadly, this isn&#8217;t the end of the story.  In my tale, I joined Digg, didn&#8217;t submit anything of my own for several weeks, made clever comments that were voted up on lots of threads, dugg interesting articles.  Then one day I submitted one of my own stories and of course&#8230;no one read it.  It&#8217;s not that people read my article and disregarded it, it&#8217;s that no one even bothered to read it.  Ultimately Digg was a huge disappointment.</p>
<p><strong>Digg is Too Big</strong></p>
<p>Getting into the Digg &#8220;elite&#8221; seems like a full time job.  However there are tons of smaller communities out there where you can make an impact immediately.  I just get a few of my friends to join one with me and then I submit my stuff there.  People actually read it because it&#8217;s a smaller community and it&#8217;s much easier to get on the front page.  This actually drives traffic and seems like a much better strategy.  Moreover, it&#8217;s easier to network with those people because the &#8220;elite&#8221; isn&#8217;t nearly as well defined so you can make friends and expand your circle, instead of just begging people to vote for you.</p>
<p>Ultimately getting on the front page of smaller sites doesn&#8217;t yield to as many readers as getting on the front page of Digg.  But I&#8217;ve gotten <strong>way</strong> more value out of contributing to those sites than I have with Digg.  Moreover, I tend to only bother with sites that are dofollow, so at the worst case I have a link to show for it, even if I get no traffic.  Plus the administrators of those sites are usually grateful for a worthwhile contributing member (and his or her friends), instead of imperious.  All in all it&#8217;s a win-win.</p>
<p>Photo by: <a href="http://www.flickr.com/photos/ivanx/" target="_blank">ivanx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.protoscopic.com/articles/social-media-are-you-doing-it-wrong/feed</wfw:commentRss>
		</item>
		<item>
		<title>Is Twitter Over Already?</title>
		<link>http://www.protoscopic.com/articles/is-twitter-over-already</link>
		<comments>http://www.protoscopic.com/articles/is-twitter-over-already#comments</comments>
		<pubDate>Wed, 18 Feb 2009 00:15:27 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
		
		<category><![CDATA[Theory]]></category>

		<category><![CDATA[social networking]]></category>

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

		<guid isPermaLink="false">http://www.protoscopic.com/?p=149</guid>
		<description><![CDATA[
Not that long ago I was writing about how much I liked twitter.  It seems that as a fairly late adopter, I missed most of the glory days and it is now on the typical community life cycle:


New and edgy.
Still edgy but popular enough to be useful.
Getting popular but still largely a cool community.
Starting to [...]]]></description>
			<content:encoded><![CDATA[<div class="alignleft"><img src="http://www.protoscopic.com/wp-content/uploads/2009/02/already-300x300.jpg" alt="" title="" width="300" height="300" class="alignleft size-medium wp-image-150" /></div>
<p>Not that long ago I was writing about <a href="http://www.protoscopic.com/articles/the-magic-of-twitter" target="_self">how much I liked twitter</a>.  It seems that as a fairly late adopter, I missed most of the glory days and it is now on the typical community life cycle:</p>
<div style="border: 1px solid black; background-color: #dfd;  margin-left: 1em;">
<ol>
<li>New and edgy.</li>
<li>Still edgy but popular enough to be useful.</li>
<li>Getting popular but still largely a cool community.</li>
<li>Starting to get a lot of &#8220;buzz&#8221; as the &#8220;next big thing.&#8221;</li>
<li>Being overused and abused.</li>
<li>Becoming utterly lame.</li>
<li>Bought by a major company.</li>
</ol>
</div>
<div style="clear:both;"><b>Photo By: <a href="http://www.protoscopic.com/wp-admin/post.php?action=edit&#038;post=149">Noel Zia Lee</a></b></div>
<p>Given that Twitter doesn&#8217;t have a revenue model, they may want to hurry up and accept that $230 million dollar price tag that&#8217;s being thrown around.  To me the biggest sign that it&#8217;s over the hill is the mad &#8220;popularity contest&#8221; component of it.  Your goal in Twitter now is apparently to be followed by as many people as possible, regardless of who they are.  There are techniques for finding more people who will &#8220;auto follow&#8221; you.  This leaves me with one big question:</p>
<p><strong>Why Do I Want Someone Who Has No Interest In Me To Follow Me?</strong></p>
<p>If that person isn&#8217;t ever going to be interested in, and probably won&#8217;t even read, my tweets, then why am I happy they&#8217;re following me?  At this point I feel somewhat silly that I persued a &#8220;quality over quantity&#8221; approach to my Twitter friends.  What the popularity contest tells me however, is that most people are not really reading anything that&#8217;s being Tweeted.  As people read less and less, the service becomes less valuable.</p>
<p>Soon enough, someone else will come up with some other new cool community and the early adopters will go have some fun there until it gets lame and they have to move on again.  Hopefully, next time I can be at the front end, instead of the back.  Anyone know what that next thing will be?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.protoscopic.com/articles/is-twitter-over-already/feed</wfw:commentRss>
		</item>
		<item>
		<title>Dear Drupal: Stop Turning Me Into A Jerk</title>
		<link>http://www.protoscopic.com/articles/dear-drupal-stop-turning-me-into-a-jerk</link>
		<comments>http://www.protoscopic.com/articles/dear-drupal-stop-turning-me-into-a-jerk#comments</comments>
		<pubDate>Wed, 04 Feb 2009 21:36:53 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
		
		<category><![CDATA[Main blog narrative]]></category>

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

		<guid isPermaLink="false">http://www.protoscopic.com/?p=147</guid>
		<description><![CDATA[
	
Drupal Is&#8230;Taking Over

I&#8217;ve written before about my love/hate relationship with Drupal.  It has always seemed like if I just learn one more thing I will suddenly have complete mastery and be able to create fantastic sites with minimal effort.  I&#8217;ve always been frustrated by the lack of help and the lack of intuitiveness in the [...]]]></description>
			<content:encoded><![CDATA[<div class="img alignleft size-full wp-image-148" style="width:174px;">
	<img src="http://www.protoscopic.com/wp-content/uploads/2009/02/evil.jpg" alt="Drupal Is...Taking Over" width="174" height="240" /></p>
<div>Drupal Is&#8230;Taking Over</div>
</div>
<p>I&#8217;ve written before about <a href="http://www.protoscopic.com/articles/my-romance-with-drupal">my love/hate relationship with Drupal</a>.  It has always seemed like if I just learn <strong>one more thing</strong> I will suddenly have complete mastery and be able to create fantastic sites with minimal effort.  I&#8217;ve always been frustrated by the lack of help and the lack of intuitiveness in the application itself and in its community, and I&#8217;ve always been convinced that it is a result of perverse incentives.</p>
<p>Right now, Drupal is a great and interesting piece of software that is free.  All the people who work in the community to expand and support it basically get bupkis for their time.  In fact, it is my (completely unresearched) opinion that most of them make their money through Drupal consulting.  The obvious power of Drupal convinces some hapless soul to use it and then they find out they are over their head and call in the cavalry.</p>
<p>Obviously you can see how the incentives here are bad.  If I&#8217;m a Drupal contributor, I want my software to be <strong>powerful</strong>, but I actually want it to be <strong>hard to use.</strong> Now if you ask me, I doubt very much that any of them think of it in those terms and are actually really awesome people who contribute their time to make a really cool product.  However, I think that their incentives are such that they&#8217;re going to be motivated to do some things and not others.</p>
<p>I&#8217;ve repeatedly considered making an external wiki, not subject to the peevishness of the Drupal forums.  Where people don&#8217;t like to tell you why you shouldn&#8217;t want to do what you want to do and just help you do it.  However I&#8217;ve noticed a horrifying transformation coming over myself.  As I slowly learn how to do things in Drupal, <strong>I don&#8217;t want to share.</strong></p>
<p>I think to myself, &#8220;If I can patch X, Y and Z together it will make an awesome site and it won&#8217;t be hard at all.&#8221;  But I&#8217;m suddenly overcome with a desire to keep that information to myself in order to maximize it&#8217;s benefit for me.  I mean, I&#8217;ve struggled forever to gain mastery over this evil program, why should I share the fruits of my labor.  If I share how easy it was to make my super-cool site, everyone will do it&#8230;terrifying.  I think the Drupal is taking over&#8230;</p>
<p>Photo by: <a href="http://www.flickr.com/photos/nevet5/">nevet5</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.protoscopic.com/articles/dear-drupal-stop-turning-me-into-a-jerk/feed</wfw:commentRss>
		</item>
		<item>
		<title>Facebook:Internet::Socialism:Free Markets</title>
		<link>http://www.protoscopic.com/articles/facebookinternetsocialismfree-markets</link>
		<comments>http://www.protoscopic.com/articles/facebookinternetsocialismfree-markets#comments</comments>
		<pubDate>Wed, 21 Jan 2009 21:17:22 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
		
		<category><![CDATA[Theory]]></category>

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

		<guid isPermaLink="false">http://www.protoscopic.com/?p=145</guid>
		<description><![CDATA[
Photo By: Henrik Bejke

We were discussing the other day about future ventures and Annie basically put forth the contention that &#8220;forums were dead.&#8221; She said they seemed &#8220;archaic&#8221; and she didn&#8217;t know why anyone would bother making a free standing forum, when they could just make one on Facebook. This was troubling to me for [...]]]></description>
			<content:encoded><![CDATA[<div class="alignleft"><img src="http://www.protoscopic.com/wp-content/uploads/2009/01/socialism-300x267.jpg" alt="" width="300" height="267" /></p>
<div style="clear:both;">Photo By: <a href="http://www.flickr.com/photos/7300605@N02/">Henrik Bejke</a></div>
</div>
<p>We were discussing the other day about future ventures and Annie basically put forth the contention that &#8220;forums were dead.&#8221; She said they seemed &#8220;archaic&#8221; and she didn&#8217;t know why anyone would bother making a free standing forum, when they could just make one on Facebook. This was troubling to me for a few reasons:</p>
<h5>I Know Diddly About Facebook</h5>
<p>One of the first things that troubled me about the whole thing is that I know nothing about Facebook. She is clearly the Facebook master in the organization. I&#8217;ve never even bothered to give it the rudimentary attention that I&#8217;ve given MySpace (which is next to none). I have no real reason to justify why I&#8217;ve been ignoring a huge social change in the area I&#8217;m hoping to build businesses in, but there you have it. I&#8217;m ignorant. That was the first troubling bit.</p>
<h5>She Seemed Right</h5>
<p>At first blush, the second troubling fact was that I could totally see her point. We&#8217;re out there trying to build communities, when Facebook is basically making all the same tools available to people who aren&#8217;t savvy. As Annie puts it, &#8220;Grandma won&#8217;t join a forum, but Grandma will get on Facebook.&#8221; There&#8217;s also all the advantages that come from the components being integrated so well. I can go to one control panel and see information about my whole online world. That&#8217;s very compelling.</p>
<h5>Why Facebook is like Socialism</h5>
<p>Finally I hit on why I think Facebook is <strong>not</strong> destined to take over the Web. It comes down to two things: <strong>Efficiency</strong> and <strong>Innovation</strong>.</p>
<p>Facebook is like a centrally planned economy. It&#8217;s clean and sanitized and easy to use. It sounds great in theory. Big brains in the sky make the decisions about what tools you need, how you&#8217;ll get them and how they&#8217;ll be delivered. The bad guys don&#8217;t get in and everything is great. In theory that all sounds great.</p>
<p>But just like Socialism, Facebook discourages efficiency. Why? Because no one really has much of a profit motive. They don&#8217;t really own their content there. It&#8217;s just as hard to compete with someone else&#8217;s forum there, but you don&#8217;t get any big prize when you win. In the early days that&#8217;s not a big problem as you see who the best early adopters are. But once you&#8217;re established, it&#8217;s really hard to displace the leaders, no matter how fat and lazy they&#8217;ve become. Moreover, there&#8217;s much less incentive to do so.</p>
<p>Also, Socialism and Facebook inherently deter innovation. On Facebook there&#8217;s a simple, &#8220;master planned&#8221; list of things I can and cannot do. All the innovation has to come from the big brain in the sky. While that helps have a orderly, sterile, nonthreatening environment, it&#8217;s bad for innovation. If only Facebook can think of things to do with Facebook, then they will always be trailing in the feature wars.</p>
<p>Thus it seems likely to me that while Facebook can get off to a start with &#8220;good&#8221; planning. Ultimately they will eventually make mistakes and as long as you are the only one making decisions, you will be the one penalized by your mistakes. I ultimately don&#8217;t think there can ever be a &#8220;super app&#8221; that replaces the Internet as a whole, for those two simple reasons: Efficiency and Innovation.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.protoscopic.com/articles/facebookinternetsocialismfree-markets/feed</wfw:commentRss>
		</item>
		<item>
		<title>Why Digg is better than Stumbleupon</title>
		<link>http://www.protoscopic.com/articles/why-digg-is-better-than-stumbleupon</link>
		<comments>http://www.protoscopic.com/articles/why-digg-is-better-than-stumbleupon#comments</comments>
		<pubDate>Wed, 21 Jan 2009 01:50:57 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
		
		<category><![CDATA[Applied Use]]></category>

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

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

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

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

		<guid isPermaLink="false">http://www.protoscopic.com/?p=143</guid>
		<description><![CDATA[

Photo By: NightRPStar
A while back we were mystified by the results we found with our tests of Stumbleupon. We&#8217;ve since concluded that our results stemmed from Stumbleupon&#8217;s advanced utilities to prevent people from &#8220;Stumbling&#8221; their own content.  The question that arises in my mind is:
Why Have Functionality To Prevent People From Stumbling Their Own Content?
So [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-144" src="http://www.protoscopic.com/wp-content/uploads/2009/01/digg2.jpg" alt="" width="466" height="211" /></p>
<div style="clear:both;"></div>
<p><strong>Photo By: <a href="http://www.flickr.com/photos/ninjanoodles/">NightRPStar</a></strong></p>
<p>A while back we were mystified by the results we found with our <a href="http://www.protoscopic.com/articles/the-mysteries-of-stumbleupon">tests of Stumbleupon.</a> We&#8217;ve since concluded that our results stemmed from Stumbleupon&#8217;s advanced utilities to prevent people from &#8220;Stumbling&#8221; their own content.  The question that arises in my mind is:</p>
<h5>Why Have Functionality To Prevent People From Stumbling Their Own Content?</h5>
<p>So clearly Stumbleupon identified that the same group of people Stumbled our first and second submissions, so they didn&#8217;t show it to many, or maybe even any, other people. The pivotal question is: why? Why are they so concerned with preventing people from Stumbling their own work. Isn&#8217;t the whole point of their service that people in the aggregate decide if the content is worthwhile? If I submit several pieces of content and they aren&#8217;t any good, they shouldn&#8217;t go very far. Perhaps they should have spent less time discouraging self-submission, and more time making their promotion algorithm more advanced?</p>
<h5>What&#8217;s Better About Digg?</h5>
<p>It should first be noted that both Stumbleupon and Digg suffer from the same downfall, users who have ADD. Stumblers or Diggers might read your article, but the potential for them to become avid readers of your blog is pretty low. If they got their entertainment from reading just a few blogs they wouldn&#8217;t be on those services in the first place.</p>
<p>So why use either? Here&#8217;s a simple experiment. Go Digg one of your deep pages and wait a few weeks. Then search for the title of the article. There&#8217;s a good chance that the Digg page will outrank your original article. Moreover, in that Digg page, there is a <strong>Do-Follow</strong> link to your original article. While it kind of sucks that it&#8217;s outranking our article, if you could get some more inbound links from elsewhere you&#8217;d be moving.</p>
<h5>Is This Another Anti-NoFollow Rant?</h5>
<p>I will spare you the &#8220;nofollow&#8221; rant today. Everyone should know my feelings about &#8220;nofollow&#8221; by now. Instead I will convey an interesting anecdote about Digging your own pages. During my article marketing test I wrote an article titled &#8220;Learn To Read Stock Market Quotes.&#8221; If you search for it, my article currently shows up as results 2-4. Your milage may vary. Not long ago a spam blog &#8220;syndicated the story&#8221; (stripping the link back to me as spam blogs are wont to do) and dug it. The digg page ranked 5th and the spam blog was nowhere to be seen. So you can see that there is some benefit to be had by digging your own story.</p>
<p>Secondarily, your Digg profile can also have dofollow links back to your sites. So they actually reward you for participating in their community (a lost concept these days.) They also do not frown on submitting your own story, although you&#8217;ll usually do better if someone else submits it. While Digg has it&#8217;s own set of problems, it is vastly superior to Stumbleupon for promoting your work.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.protoscopic.com/articles/why-digg-is-better-than-stumbleupon/feed</wfw:commentRss>
		</item>
		<item>
		<title>An Unsurprising Result</title>
		<link>http://www.protoscopic.com/articles/an-unsurprising-result</link>
		<comments>http://www.protoscopic.com/articles/an-unsurprising-result#comments</comments>
		<pubDate>Tue, 02 Dec 2008 00:18:01 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
		
		<category><![CDATA[Theory]]></category>

		<guid isPermaLink="false">http://www.protoscopic.com/?p=142</guid>
		<description><![CDATA[It&#8217;s interesting that almost everyone you read about will advise you that the key to good blogging is simply to write content that people will want to read.  Everythign else is secondary.  While I would submit that there is almost certainly a tremendous amount of good writing out there going unnoticed, an empirical test here [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s interesting that almost everyone you read about will advise you that the key to good blogging is simply to write content that people will want to read.  Everythign else is secondary.  While I would submit that there is almost certainly a tremendous amount of good writing out there going unnoticed, an empirical test here has turned out unsurprising results.</p>
<p>The post that we were the most excited about was &lt;a href=&#8221;http://www.protoscopic.com/articles/tim-ferriss-po-box-solution&#8221;&gt;Tim Ferriss&#8217; P.O. Box Solution&lt;/a&gt; where we actually empirically put his claims to test.  We&#8217;ve read in many places about what a great &#8220;hack&#8221; it is to get a PO Box and use it as a &#8220;Suite&#8221; to disguise your business address.  It&#8217;s a fantastic idea in theory, but certainly failed dismally in our tests.  I was simply thinking today that it&#8217;s really interesting that the post we put the most effort into and was the most original wound up being the most popular one as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.protoscopic.com/articles/an-unsurprising-result/feed</wfw:commentRss>
		</item>
		<item>
		<title>The World of Niche Sites</title>
		<link>http://www.protoscopic.com/articles/the-world-of-niche-sites</link>
		<comments>http://www.protoscopic.com/articles/the-world-of-niche-sites#comments</comments>
		<pubDate>Thu, 20 Nov 2008 16:45:31 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
		
		<category><![CDATA[Main blog narrative]]></category>

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

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

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

		<guid isPermaLink="false">http://www.protoscopic.com/?p=136</guid>
		<description><![CDATA[


Photo by: epicharmus
We decided a while back to enter the world of niche sites.  We&#8217;re basically pursuing a three tiered strategy in the whole Internet Empire plan:
1.) Look for new small opportunities to try out different things.
2.) Continue to promote our existing sites to learn marketing techniques.
3.) Look for the big hit that will [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.protoscopic.com/wp-content/uploads/2008/11/wallstreet.jpg"><img class="alignnone size-full wp-image-137" src="http://www.protoscopic.com/wp-content/uploads/2008/11/wallstreet.jpg" alt="" width="500" height="249" /><br />
</a></p>
<div style="clear:both;"></div>
<div><strong>Photo by: <a href="http://www.flickr.com/photos/epicharmus/">epicharmus</a></strong></div>
<p>We decided a while back to enter the world of niche sites.  We&#8217;re basically pursuing a three tiered strategy in the whole Internet Empire plan:</p>
<p>1.) Look for new small opportunities to try out different things.<br />
2.) Continue to promote our existing sites to learn marketing techniques.<br />
3.) Look for the big hit that will take us <strong>big time</strong>.</p>
<p>Obviously the niche site falls under area one.  The theory is that if we can get a relatively successful niche site in various areas, that gives us a viable way to provide &#8220;link juice&#8221; for any other sites we want to start.  There&#8217;s also always the chance that anything we discover in that area can be leveraged to apply to area three.  So let&#8217;s say that we find a tactic that lets us crank out tons of small niche sites at fairly low cost, then that could actually be a valid overall approach.  So the general idea is that the worst case scenario is we get another small property out there that doesn&#8217;t require any maintenance.</p>
<p>In order to make a quick test a picked a fairly pricey Adsense term, <a href="http://investingfirststeps.com">investing</a> and wrote up a small niche site about it.  I have some knowledge in the area so it didn&#8217;t take long.  I also tried to stick to general education and timeless facts, so that the site wouldn&#8217;t have to be continually upgraded.  The idea here is to stick this out here, promote it briefly and then let it go.</p>
<p>We did some long tail searches and managed to find a fair number of topics for which we could potentially rank and made these the internal pages.  For example, &#8220;<a href="http://investingfirststeps.com/content/what-first-step-investing">what is the first step to investing?</a>&#8221; and &#8220;<a href="http://investingfirststeps.com/content/creative-real-estate-investing">creative real estate investing</a>.&#8221;  These are hopefully &#8220;gettable&#8221; terms that will help create an overall investing site that will generate some Adsense revenue.</p>
<h5>Problems</h5>
<p>The only problem with the site itself is getting its Adsense running.  Right now it is a big blank, which I&#8221;m hoping is just waiting for the site to be spidered.  We&#8217;ve had bad luck with waiting around for things to improve when it comes to Google, but I can&#8217;t find any other approach other than &#8220;wait for it to show up&#8221; on the Adsense.  The site isn&#8217;t in Google&#8217;s index yet, so I&#8217;m not overly worried.  This of course leads to the second problem which is marketing.  We&#8217;re going to use article marketing, but that comes with it&#8217;s own set of hassles, which I&#8217;ll discuss next time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.protoscopic.com/articles/the-world-of-niche-sites/feed</wfw:commentRss>
		</item>
		<item>
		<title>The Mysteries Of Stumbleupon</title>
		<link>http://www.protoscopic.com/articles/the-mysteries-of-stumbleupon</link>
		<comments>http://www.protoscopic.com/articles/the-mysteries-of-stumbleupon#comments</comments>
		<pubDate>Wed, 19 Nov 2008 17:15:51 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
		
		<category><![CDATA[Main blog narrative]]></category>

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

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

		<guid isPermaLink="false">http://www.protoscopic.com/?p=134</guid>
		<description><![CDATA[Photo Credit: Lall

	
We enjoy a good mystery as much as the next guy, but&#8230;

Stumbleupon has always felt more like a feel-good solution than an actual marketing approach.  That being said you always have to consider that possibility that if just one person writes a blog about one of your articles it was well worth [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Photo Credit:</strong> <a href="http://www.flickr.com/photos/50034763@N00/">Lall</a></p>
<div class="img alignright size-medium wp-image-135" style="width:300px;">
	<a href='http://www.protoscopic.com/wp-content/uploads/2008/11/mystery.jpg'><img src="http://www.protoscopic.com/wp-content/uploads/2008/11/mystery-300x225.jpg" alt="We enjoy a good mystery as much as the next guy, but..." width="300" height="225" /></a></p>
<div>We enjoy a good mystery as much as the next guy, but&#8230;</div>
</div>
<p>Stumbleupon has always felt more like a feel-good solution than an actual marketing approach.  That being said you always have to consider that possibility that if just one person writes a blog about one of your articles it was well worth stumbling it.  We have had some interesting results with Stumbleupon so we thought we&#8217;d share them with you.</p>
<p>About a month ago we did our first test with Stumbleupon.  We had a post in our Walt Disney World for Grownups forums about <a href="http://www.wdwforgrownups.com/forum/index.php?tid=152">your most artistic Disney Photos</a>.  It has received by far our best results and is an entertaining thread.  I stumbled it, Annie stumbled it and one other friend of mine stumbled it over the course of about 12 hours.  As a result we got 220 visitors from stumbleupon that day.</p>
<p>Now 220 visitors is an exciting number for us.  That far exceeds our usual daily volume by itself.  The bounce rate on those visits was 52.27% which was actually much better than I expected.  What was a downer was that as far as I was able to determine from the analytics, none of those users ever came back.  This was roughly the end result I expected, but it was still somewhat disappointing.  On the flip side at least a good influx of people had looked at the post and I thought it was worth trying again.</p>
<p>I didn&#8217;t want to annoy people by spamming with lots of posts so I waited until last night to try another attempt.  This time we stumbled an article about <a href="http://www.wdwforgrownups.com/articles/article-4.html">working remotely from Disney World</a>.  I actually thought this article would have a better possibility of &#8220;catching on&#8221; since this is the kind of thing that sites like Digg go for.  I was cautiously optimistic.  Once again the three of us stumbled this article, this time within a few seconds of each other and so far, we&#8217;ve gotten exactly <strong>one</strong> visitor.  I&#8217;m not even sure that visitor wasn&#8217;t me, although there seems to be evidence it wasn&#8217;t.</p>
<h5>Conclusions</h5>
<p>About the only explanations I can find for this disparity are:</p>
<ul>
<li>This article was submitted to <strong>travel</strong> instead of <strong>photography</strong>.</li>
<li>The other post was submitted over a longer period of time.  I find this somewhat unlikely however, because I got about 20 visits just from 1 stumble last time.</li>
</ul>
<p>Overall I&#8217;d say I&#8217;m considerably less enthused about stumbling than I was before.  I will certainly have to try a few more experiments before I decide for sure though.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.protoscopic.com/articles/the-mysteries-of-stumbleupon/feed</wfw:commentRss>
		</item>
		<item>
		<title>The Magic Of Twitter</title>
		<link>http://www.protoscopic.com/articles/the-magic-of-twitter</link>
		<comments>http://www.protoscopic.com/articles/the-magic-of-twitter#comments</comments>
		<pubDate>Mon, 22 Sep 2008 10:55:16 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
		
		<category><![CDATA[Applied Use]]></category>

		<category><![CDATA[Main blog narrative]]></category>

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

		<category><![CDATA[social networking]]></category>

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

		<guid isPermaLink="false">http://www.protoscopic.com/?p=133</guid>
		<description><![CDATA[Twitter holds an interesting place in the current Internet pantheon.  Everyone uses it, but no-one is sure it isn&#8217;t a complete waste of time.  It seems to be a guilty pleasure in the Internet social networking buffet.  However I contend it is the most purely useful of the social networking sites.
We&#8217;ve written [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://twitter.com/">Twitter</a> holds an interesting place in the current Internet pantheon.  Everyone uses it, but no-one is sure it isn&#8217;t a complete waste of time.  It seems to be a guilty pleasure in the Internet social networking buffet.  However I contend it is the most purely useful of the social networking sites.</p>
<p>We&#8217;ve written before about the <a href="http://www.protoscopic.com/articles/relationship-building">importance of relationship building</a>.  I think that quite simply it is one of the key differentiators between success and failure in any space.  If you can make some kind of collaborative work relationship with the right people you can succeed.  However making those relationships can be very difficult.</p>
<p><img src="http://www.protoscopic.com/wp-content/uploads/2008/09/twitter.png" alt="" title="" width="210" height="49" class="alignnone size-full wp-image-132" /></p>
<p>Twitter gives us a chance to simplify the hardest part.  I quite frequently send e-mails to bloggers or website owners to see if we can collaborate.  Unfortunately that e-mail basically boils down to &#8220;Hey will you be my friend?&#8221;  It&#8217;s hard to phrase that in a way to not sound desperate and give the impression that you have value to bring to the table.  Twitter helps brush all of that out of the way.</p>
<p>When you join Twitter you have people who you &#8220;follow&#8221; and people who &#8220;follow you.&#8221;  So basically as soon as you join you can just start &#8220;following&#8221; people who are in your space.  Almost no one has so many twitter &#8220;friends&#8221; that they don&#8217;t notice a new follower, so they come check you out.  Usually if they like you they follow you back, and bingo!  You&#8217;ve skipped the whole uncomfortable &#8220;can we be friends&#8221; phase.</p>
<p>This lets you get down to immediately starting to &#8220;vet&#8221; each other and see if you can &#8220;take the relationship further.&#8221;  I know all this metaphorical language sounds creepy, which is <strong>exactly</strong> why Twitter is so useful.  You don&#8217;t have to figure out a way to approach people without being creepy, which, sadly, is not easy for me.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.protoscopic.com/articles/the-magic-of-twitter/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
