<?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>Protoscopic &#187; Applied Use</title>
	<atom:link href="http://www.protoscopic.com/articles/category/how-to/feed" rel="self" type="application/rss+xml" />
	<link>http://www.protoscopic.com</link>
	<description>An experiment in Internet Business</description>
	<lastBuildDate>Sun, 14 Jun 2009 02:02:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<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 [...]]]></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>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>Social Media &#8211; 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 [...]]]></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>
		<slash:comments>2</slash:comments>
		</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 [...]]]></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>
		<slash:comments>2</slash:comments>
		</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 before about [...]]]></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>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using Flickr Photos in Blogs</title>
		<link>http://www.protoscopic.com/articles/using-flickr-photos-in-blogs</link>
		<comments>http://www.protoscopic.com/articles/using-flickr-photos-in-blogs#comments</comments>
		<pubDate>Fri, 19 Sep 2008 10:30:09 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[Applied Use]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Theory]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[stock photos]]></category>
		<category><![CDATA[web site design]]></category>

		<guid isPermaLink="false">http://www.protoscopic.com/?p=123</guid>
		<description><![CDATA[Photo By: rohypnol Not too long ago we did a quick article on stock photos. I really didn&#8217;t have much of a problem with the results we were getting, however I was reading an article on skelliewag.org about how she uses flickr to get pictures and thought we might give it a try here. You [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.protoscopic.com/wp-content/uploads/2008/09/sunset.jpg" alt="" title="" width="500" height="333" class="alignnone size-full wp-image-124" /></p>
<div style="clear: both;"><a href="http://www.flickr.com/photos/rohypnol" target="_blank">Photo By: rohypnol</a></div>
<p>Not too long ago we did a quick article on <a href="http://www.protoscopic.com/articles/stock-photos">stock photos</a>.  I really didn&#8217;t have much of a problem with the results we were getting, however I was reading <a href="http://www.skelliewag.org/a-complete-guide-to-finding-and-using-incredible-flickr-images-162.htm">an article on skelliewag.org</a> about how she uses flickr to get pictures and thought we might give it a try here.  You should read the article but the the gist is:</p>
<ul>
<li>It&#8217;s easy to find photos on flickr, which I&#8217;ve found to be quite true.</li>
<li>Only use photos under the Creative Commons license, which you can <a href="http://www.flickr.com/creativecommons/">find here</a>.  This license allows you to make changes to the photo, like cropping our putting text over it, as long as you credit the artist.</li>
</ul>
<p>Obviously the photos themselves are generally very striking.  There are a lot of talented photographers on the site.  I&#8217;m not completely sold on the idea however for a couple of reasons:</p>
<ul>
<li>The photos don&#8217;t lend themselves as much to our &#8220;captions&#8221; which I think are sometimes funny.</li>
<li>Our plug-in that we use for the captions won&#8217;t let us credit the photographer in it, so I&#8217;m going to have to find a new plug-in</li>
<li>Most importantly, in another article by skellie on problogger, she was advocating against changing the &#8220;style&#8221; of your image usage.  So I think she would disapprove of me sometimes using stylish flickr photos, and sometimes using silly cartoons.  She&#8217;s pretty successful so I&#8217;m reluctant to ignore her advice, but I&#8217;d hate to commit to never using cartoons and such again.</li>
</ul>
<p>I may have to disregard her advice for the time being and mix pretty flickr photos with the other stock media.  I think in many cases they&#8217;re a visual draw and more compelling than the art we&#8217;ve been using.  I just hate to give up my opportunity to try to be pithy.  Either way it is definitely something to consider for any blogger.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.protoscopic.com/articles/using-flickr-photos-in-blogs/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tools You Should Be Using: Google Alerts</title>
		<link>http://www.protoscopic.com/articles/tools-you-should-be-using-google-alerts</link>
		<comments>http://www.protoscopic.com/articles/tools-you-should-be-using-google-alerts#comments</comments>
		<pubDate>Mon, 01 Sep 2008 05:15:36 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[Applied Use]]></category>
		<category><![CDATA[Main blog narrative]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google alerts]]></category>

		<guid isPermaLink="false">http://www.protoscopic.com/?p=108</guid>
		<description><![CDATA[Google Alerts has a myriad of uses. We will approach this subject again in other contexts, but today I want to talk about using it for relationship building. As we discussed in a previous article, developing relationships with other motivated site builders in your space is an excellent way to benefit both of your efforts. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.google.com/alerts/">Google Alerts</a> has a myriad of uses.  We will approach this subject again in other contexts, but today I want to talk about using it for <a href="http://www.protoscopic.com/articles/relationship-building">relationship building</a>.  As we discussed in a previous article, developing relationships with other motivated site builders in your space is an excellent way to benefit both of your efforts.</p>
<p><a href='http://www.protoscopic.com/wp-content/uploads/2008/08/google_alerts.jpg'><img src="http://www.protoscopic.com/wp-content/uploads/2008/08/google_alerts-300x251.jpg" alt="" title="" width="300" height="251" class="alignleft size-medium wp-image-111" /></a></p>
<p>One difficult component in doing this is it&#8217;s hard to find people who are motivated and promising, but not so big that they get no benefit out of working with you.  If you just go and search for your keywords, you will basically find the people who have already &#8220;made it.&#8221;  We&#8217;re looking for people who are going to &#8220;make it,&#8221; but are still climbing the ladder.</p>
<h5>Enter Google Alerts</h5>
<p>With <a href="http://www.google.com/alerts/">Google Alerts</a>, we can put in search terms and Google will let us know when something new appears for that search.  While this will sometimes just show new posts in the &#8220;blue chip&#8221; sites, very often you will get results in up-and-comers.  Quite honestly new blogs tend to post more often than established ones, so we&#8217;ve generally found that we get a higher percentage of new than old.</p>
<p>I recommend going ahead and creating a Google account to manage your alerts if you don&#8217;t already have one.  While you can receive alerts without having an account, they are easier to manage and remember if you have an account from which to manage them.  Especially since there are so many uses for Google Alerts.  You will eventually have so many it will be nice to have a list you can reference.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.protoscopic.com/articles/tools-you-should-be-using-google-alerts/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tools You Should Be Using: Webmaster Tools</title>
		<link>http://www.protoscopic.com/articles/tools-you-should-be-using-webmaster-tools</link>
		<comments>http://www.protoscopic.com/articles/tools-you-should-be-using-webmaster-tools#comments</comments>
		<pubDate>Sat, 30 Aug 2008 05:15:51 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[Applied Use]]></category>
		<category><![CDATA[Main blog narrative]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[webmaster tools]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://www.protoscopic.com/?p=86</guid>
		<description><![CDATA[Most of the major search engines have some kind of &#8220;Webmaster tools.&#8221; The three we use so far are: Google Webmaster Tools Live Search Webmaster Center Yahoo! Site Explorer Number 42 for &#34;strap on&#34;&#8230;oh dear. In a not-surprising turn of events, Google&#8217;s is by far the most useful. Although its utility diminishes somewhat when it [...]]]></description>
			<content:encoded><![CDATA[<p>Most of the major search engines have some kind of &#8220;Webmaster tools.&#8221;  The three we use so far are:</p>
<ul>
<li><a  target="_blank" href="http://www.google.com/webmasters/tools/">Google Webmaster Tools</a></li>
<li><a  target="_blank" href="http://webmaster.live.com/">Live Search Webmaster Center</a></li>
<li><a  target="_blank" href="https://siteexplorer.search.yahoo.com/">Yahoo! Site Explorer</a></li>
</ul>
<div class="img alignright size-medium wp-image-87" style="width:300px;">
	<a href='http://www.protoscopic.com/wp-content/uploads/2008/08/screenshot.jpg'><img src="http://www.protoscopic.com/wp-content/uploads/2008/08/screenshot-300x120.jpg" alt="Number 42 for &quot;strap on&quot;...oh dear." width="300" height="120" /></a></p>
<div>Number 42 for &quot;strap on&quot;&#8230;oh dear.</div>
</div>
<p>In a not-surprising turn of events, Google&#8217;s is by far the most useful.  Although its utility diminishes somewhat when it is &#8220;punishing&#8221; you.  Both Microsoft&#8217;s and Yahoo!&#8217;s have fewer features and Yahoo!&#8217;s even has a 24 hour &#8220;pending&#8221; period when you join.  I have no idea why they can&#8217;t just validate you immediately like everyone else; that&#8217;s part of the purpose of me putting an otherwise useless file on my server.</p>
<p>Anyway, if you&#8217;re not using these I recommend them.  They can help you analyze what&#8217;s going on with your website, which can be a difficult thing to determine at times.  For example, with Google’s tools, you can:</p>
<ul>
<li>Check when your site was spidered last</li>
<li>See what errors the bot encountered on your site</li>
<li>Find “problem content&#8217; like duplicate titles”</li>
<li>See what searches you rank best for <strong>(VERY useful)</strong></li>
<li>Determine the most frequent keywords in your site and links to your site</li>
</ul>
<p>&#8230;and of course more.  These features can really help identify problems on your site and even, in some cases, strengths.  I would definitely put these tools on my &#8220;must have&#8221; list.  Also check out the relevant blogs for the tools:</p>
<ul>
<li><a target="_blank" href="http://googlewebmastercentral.blogspot.com/">Google Webmaster Central Blog</a>
<li><a target="_blank"  href="http://www.ysearchblog.com/archives/000618.html">Yahoo Search Blog</a>
<li><a target="_blank"  href="http://blogs.msdn.com/livesearch/">Live Search Blog</a>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.protoscopic.com/articles/tools-you-should-be-using-webmaster-tools/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tools You Should Be Using: Google Analytics</title>
		<link>http://www.protoscopic.com/articles/tools-you-should-be-using-google-analytics</link>
		<comments>http://www.protoscopic.com/articles/tools-you-should-be-using-google-analytics#comments</comments>
		<pubDate>Tue, 26 Aug 2008 05:15:12 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[Applied Use]]></category>
		<category><![CDATA[Main blog narrative]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Services]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google analytics]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.protoscopic.com/?p=99</guid>
		<description><![CDATA[Make me stop refreshing the reports! I love Google Analytics In fact I may love it too much. I often spend far too much of my day sitting in front of the screen checking to see if and how our visitation numbers have changed. It&#8217;s really quite a waste of time. That being said I [...]]]></description>
			<content:encoded><![CDATA[<div class="img alignright size-medium wp-image-101" style="width:275px;">
	<a href='http://www.protoscopic.com/wp-content/uploads/2008/08/analyticsscreenshot.jpg'><img src="http://www.protoscopic.com/wp-content/uploads/2008/08/analyticsscreenshot-275x300.jpg" alt="Make me stop refreshing the reports!" width="275" height="300" /></a></p>
<div>Make me stop refreshing the reports!</div>
</div>
<p></p>
<h5>I love Google Analytics</h5>
<p>In fact I may love it too much.  I often spend far too much of my day sitting in front of the screen checking to see if and how our visitation numbers have changed.  It&#8217;s really quite a waste of time.  That being said I feel like anyone running a website should have Google Analytics or <em>some</em> kind of tracking software installed.</p>
<h5>What is Google Analytics?</h5>
<p>Google Analytics is a <em>free</em> service that allows a webmaster to see who is viewing their website, where they came from and what they are viewing.  It also allows you to track things like how people navigate through your site and allows you to define <strong>goals</strong> and see what factors are contributing to people who satisfy those <strong>goals</strong>.</p>
<h5>Why You Should Install It Now</h5>
<p>I recommend putting Google Analytics on your site as soon as possible.  I actually intended to write this blog right when I started the site, but&#8230;I didn&#8217;t.  You&#8217;re probably thinking that since you will be pretty much the only one going there for a while, there&#8217;s no rush.  There&#8217;s a possibility however that people will just &#8220;drop by.&#8221;  All of our sites have been spidered without us submitting them to Google and before we had an inbound link.  When people &#8220;wander in&#8221; by certain search terms you get a feel for what you should be focusing your content on.</p>
<p>Installing Google Analytics also helps you quickly come to the realization that you need some kind of Content Management System (CMS), even if it&#8217;s a DIY one.  In the course of developing your site you will have all kinds of site-wide changes like adding analytics that you will need to do, and some kind of content management is a must to make that simple.  Even if it&#8217;s just using <a href="http://www.smarty.net/">Smarty templates</a>, you need to make these kind of changes easy.</p>
<h5>Quick Tips</h5>
<p>A couple of quick tips that would have saved me some time:</p>
<h6>Use a Cookie to Exclude Yourself</h6>
<p>You want to exclude yourself and anyone who works on your site from inflating your stats.  You can do this with a filter as <a href="http://www.google.com/support/googleanalytics/bin/answer.py?hl=en&#038;answer=55481">described here</a>.  Most people tend to exclude themselves by IP address.  I may be unique, but I travel a lot and use my laptop from many different locations.  I also have semi-frequent changes in IP due to my ISP, so IP seems like a fairly inexact way to exclude myself.  If I set a cookie on my browser, then I know that I will be excluded regardless of where I log in from.</p>
<p><strong>Important:</strong> You need to do this on <strong>every</strong> browser on your machine as it is set via cookie.  If you rune IE and Firefox both for example, both need to have the cookie set.</p>
<h6>The &#8220;Referrer&#8221; To Your Site Sticks</h6>
<p>I found the documentation on this subject to be unclear but finally found confirmation <a href="http://code.google.com/apis/analytics/docs/gaTrackingTraffic.html">here</a>.  If someone comes to you from a certain link or search and then returns to your site directly in the future, it will still show as being &#8220;referred&#8221; from the original site.  This makes sense as it helps you calculate how &#8220;useful&#8221; that source was.</p>
<h6>Read the Google Analytics Blog</h6>
<p>The <a href="http://analytics.blogspot.com/">Google Analytics Blog</a> oftentimes has great insight and information.  I recommend reading the archived content as soon as possible and then keeping up with new posts.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.protoscopic.com/articles/tools-you-should-be-using-google-analytics/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SEOBook.com&#8217;s 101 Link Building Tips&#8211;Still Useful After All These Years</title>
		<link>http://www.protoscopic.com/articles/seobookcoms-101-link-building-tips-still-useful-after-all-these-years</link>
		<comments>http://www.protoscopic.com/articles/seobookcoms-101-link-building-tips-still-useful-after-all-these-years#comments</comments>
		<pubDate>Wed, 20 Aug 2008 05:15:24 +0000</pubDate>
		<dc:creator>Annie</dc:creator>
				<category><![CDATA[Applied Use]]></category>
		<category><![CDATA[Main blog narrative]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[link building]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[seo book]]></category>

		<guid isPermaLink="false">http://www.protoscopic.com/?p=72</guid>
		<description><![CDATA[Experiments in Making Connections You’ve heard us talk about our link-building frustrations and about how tempting it is to bring in loads of traffic through temporary links. But we continue to put our collective nose to the grindstone, because, as Andy Hagans and Aaron Wall at SEOBook say in the archived 2006 gem,101 Link Building [...]]]></description>
			<content:encoded><![CDATA[<div class="img alignright size-medium wp-image-74" style="width:300px;">
	<a href="http://www.protoscopic.com/wp-content/uploads/2008/08/paradox-experiment.jpg"><img src="http://www.protoscopic.com/wp-content/uploads/2008/08/paradox-experiment-300x281.jpg" alt="Experiments in Making Connections" width="300" height="281" /></a></p>
<div>Experiments in Making Connections</div>
</div>
<p>You’ve heard us talk about our link-building <a href="/articles/prototype-i-early-frustrations">frustrations</a> and about how tempting it is to bring in loads of traffic through <a href="/articles/the-lure-of-the-fast-link">temporary links</a>. But we continue to put our collective nose to the grindstone, because, as Andy Hagans and Aaron Wall at <a href="http://www.seobook.com">SEOBook</a> say in the archived 2006 gem,<a href="http://www.seobook.com/archives/001792.shtml">101 Link Building Tips to Market Your Website</a>, links “for the forseeable future [are] going to be the easiest way for a computer program to judge the importance and trustworthiness of a Web page.”</p>
<p>Yes, things have changed since 2006. But we haven’t seen anything out there that discourages solid link-building as one of the best ways to establish a site on the web. As long as that’s the case, we’re going to put some of that grindstone energy behind few of these ideas—the ones we deem to be particularly timeless—and show take you through our trial and error.  Stay tuned as we explore specific experiments in implementing many of these 101 tips.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.protoscopic.com/articles/seobookcoms-101-link-building-tips-still-useful-after-all-these-years/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Tim Ferriss&#8217; PO Box Solution</title>
		<link>http://www.protoscopic.com/articles/tim-ferriss-po-box-solution</link>
		<comments>http://www.protoscopic.com/articles/tim-ferriss-po-box-solution#comments</comments>
		<pubDate>Sat, 09 Aug 2008 05:15:27 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[Applied Use]]></category>
		<category><![CDATA[Main blog narrative]]></category>
		<category><![CDATA[tim ferriss]]></category>

		<guid isPermaLink="false">http://www.protoscopic.com/?p=46</guid>
		<description><![CDATA[One of the suggestions that we found most widely useful in Tim Ferriss’ “The Four Hour Workweek” was about how to use PO boxes. We all would prefer that our business address look like a “real place” instead of a PO box, but a PO box is all we can afford on our budget. Enter [...]]]></description>
			<content:encoded><![CDATA[<p>One of the suggestions that we found most widely useful in Tim Ferriss’ “The Four Hour Workweek” was about how to use PO boxes.  We all would prefer that our business address look like a “real place” instead of a PO box, but a PO box is all we can afford on our budget.  Enter Tim Ferriss’ advised solution.  If you have PO Box 203, look up your post office’s address and then send the mail to that address with #203 or &#8220;suite 203&#8243; appended so it looks like that’s your address.</p>
<h5>Issues</h5>
<p>We thought this was exactly the kind of handy tip that would make “The Four Hour Workweek” worth the money.  We feared however that it wouldn’t be useful for us unless we were confident that the mail would actually get there.  So to test it, we tried a variety of variations on the address to answer the following questions:</p>
<ol>
<li>Does it matter what addressee you put on the name line?</li>
<li>Will it arrive if you use the post office’s address instead of your PO box address?</li>
<li>Can you use strange variations of the box # to make your address look more legit?</li>
</ol>
<h6>Addressee</h6>
<div class="img alignright size-medium wp-image-47" style="width:200px;">
	<a href='http://www.protoscopic.com/wp-content/uploads/2008/08/pobox.jpg'><img src="http://www.protoscopic.com/wp-content/uploads/2008/08/pobox.jpg" alt="Things work a little differently in Tim Ferriss&#039; world." width="200" height="300" /></a></p>
<div>Things work a little differently in Tim Ferriss&#039; world.</div>
</div>
<p>We would like to use our PO box for all of our businesses.  We don’t really plan on getting that much mail, so the investment of a PO box for each business is going to eat into the small profits of each of these ventures.  At the same time, we don’t know what all of those ventures will be right now, but we do know we need a PO box.  So we basically just registered the PO box in the name “Protoscopic,” wanting to see if we could address mail to other businesses at the same address and have it arrive intact.</p>
<p>The post office seemed pretty explicit about needing all the names of recipients, so we were a little nervous; at the same time we were fairly confident that the postmen would rather just deliver it than return it over a name thing.  So to test this, many of our variations included Walt Disney World For Grownups as the addressee instead of Protoscopic.</p>
<h6>Post Office Address</h6>
<p>Tim Ferriss’ method is predicated on the idea that your mail will arrive if you use the post office’s address instead of just the zip for your PO Box.  This test was pivotal and much less of a foregone conclusion, so we used this in the majority of our variations.  If this part didn’t work, the rest was irrelevant.</p>
<h6>Box Number Variations</h6>
<p>The first hiccup in this plan came when we were assigned our PO box number.  It was six digits long, which doesn’t look like a realistic suite address at all.  Our only solution to this was to try weird variations like “Suite 19-2548” or “Floor 19, Suite 2548”.  We were far from confident this technique would work.  The idea of putting “#192548” was not a complete deal-breaker though.  It still looked slightly more “suite-like” than a PO box.</p>
<h5>Results</h5>
<p>Our results were disappointing to say the least:</p>
<ul>
<li>Mail addressed to the post office’s address with the PO box included arrived, but with the address struck through and “Bad Address” written on them.
<li>Mail addressed to the post office’s address with any type of “Suite” or “#” instead of the PO box did not arrive at all.
<li>At least the matter of the name seemed irrelevant.  All our mail address to Walt Disney World For Grownups arrived as long as it used the correct PO box info.</li>
</ul>
<p>Given this, it seems that it is quite unrealistic for us to use this method.  While our sample space was fairly small (two different source locations and 5 letters each time), anything less than a 100% success rate is unacceptable.  We were originally concerned that even if we met with success, we would have to keep testing to make sure everything was getting to us; but since the technique doesn’t seem to work for us at all, we don’t have to keep trying.</p>
<p>It may be that in smaller post offices or in other locales this technique will work, but for us it is not acceptable.  Fortunately we don’t have a huge need for a realistic business address for any ventures in the near future.  If however you were drop-shipping or engaged in some other type of very customer-centric business, this could be a considerable hold-up.  A “Virtual Office” may provide a solution for this kind of problem, but is considerably more expensive.  In the future we will look for cost effective alternatives, but for now we are just going with the PO Box.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.protoscopic.com/articles/tim-ferriss-po-box-solution/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

