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

<channel>
	<title>Ben Milleare</title>
	<atom:link href="http://ben.milleare.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ben.milleare.com</link>
	<description>Web Apps, Technology and SEO</description>
	<pubDate>Mon, 28 Dec 2009 21:42:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ubuntu start-stop-daemon &#8220;Exec format error&#8221;</title>
		<link>http://ben.milleare.com/ubuntu-start-stop-daemon-exec-format-error/</link>
		<comments>http://ben.milleare.com/ubuntu-start-stop-daemon-exec-format-error/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 23:34:12 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
		
		<category><![CDATA[Coding]]></category>

		<guid isPermaLink="false">http://ben.milleare.com/?p=236</guid>
		<description><![CDATA[This is for anyone Googling it&#8230;
If you get the above error when trying to start a daemon, chances are you forgot to add a shebang to the top of your script:
12#!/bin/sh
// your code goes here
]]></description>
			<content:encoded><![CDATA[<p>This is for anyone Googling it&#8230;</p>
<p>If you get the above error when trying to start a daemon, chances are you forgot to add a shebang to the top of your script:</p>
<div class="codecolorer-container bash twitlight" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br /></div></td><td><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #666666; font-style: italic;">#!/bin/sh</span><br />
<span style="color: #000000; font-weight: bold;">//</span> your code goes here</div></td></tr></tbody></table></div>
]]></content:encoded>
			<wfw:commentRss>http://ben.milleare.com/ubuntu-start-stop-daemon-exec-format-error/feed/</wfw:commentRss>
		</item>
		<item>
		<title>#li3 = Lithium = Cake3</title>
		<link>http://ben.milleare.com/li3-lithium-cake3/</link>
		<comments>http://ben.milleare.com/li3-lithium-cake3/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 20:09:43 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
		
		<category><![CDATA[Coding]]></category>

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

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

		<guid isPermaLink="false">http://ben.milleare.com/?p=222</guid>
		<description><![CDATA[If you follow the goings on with CakePHP in any way, and you haven&#8217;t had your head buried in the sand the past week, then you probably already know that Nate Abele (@nateabele) has followed Garret Woodworth (gwoo) out of the door and left the CakePHP project. Nobody has stated reasons but seeing some IRC [...]]]></description>
			<content:encoded><![CDATA[<p>If you follow the goings on with <a href="http://www.cakephp.org/">CakePHP</a> in any way, and you haven&#8217;t had your head buried in the sand the past week, then you probably already know that Nate Abele (<a href="http://twitter.com/nateabele">@nateabele</a>) has followed Garret Woodworth (<a href="http://github.com/gwoo">gwoo</a>) out of the door and left the CakePHP project. Nobody has stated reasons but seeing some IRC snippets and reading between the tweets it seems that the reasons behind the departures are centred around disagreements with  the project lead Larry Masters (PhpNut).<br />
<span id="more-222"></span><br />
While two developers leaving does not equal a great and profound issue, it does pose the question of whether or not CakePHP is a sustainable project in the long term. Over the years there has been a fair bit of core team dirty laundry being aired in public and I&#8217;ve long had my doubts about whether or not I should continue using the framework. Fortunately for me, I no longer work as a full-time Cake dev and so I&#8217;ve drifted away from Cake to a certain extent and have often looked for something to replace it for my prototyping needs.</p>
<p>I&#8217;ve toyed with Ruby (Rails) and played with Python (django) but I always come back to the fundamental issues of having to re-invent the wheel. I&#8217;ve mentioned many times that I consider myself a &#8216;duct tape coder&#8217; and that means I try to simply Get Things Done. PHP is the only language that allows me to do just that - if you need some specific functionality, chances are that somebody has already coded it for you - and if I&#8217;m being honest with myself, I actually <em>enjoy</em> coding PHP.</p>
<p>It&#8217;s probably also worth noting that pretty code is not high on my list of features in an app for all the PHP boo-boys.</p>
<p>So, that brings me back round to the topic of this blog post. It turns out that Nate and gwoo haven&#8217;t abandoned Cake altogether, in fact they&#8217;ve forked the PHP 5.3-only rewrite of Cake (Cake3 to those in the know) into the Lithium framework. You can follow the <a href="http://search.twitter.com/search?q=%23li3">#li3 hashtag</a> on Twitter to see what I&#8217;m talking about.</p>
<p>Unfortunately, the <a href="http://li3.rad-dev.org/">Lithium website</a> is behind lock and key right now (well, http auth) and is due to be relesed to the world sometime tomorrow. I don&#8217;t know what direction they plan to take the project, but I only really have two items on my wishlist:</p>
<ul>
<li>Super minimal core. Everything over and above basic functionality should be a plugin/add-on.</li>
<li>Central repo for plugins. Something like apt-get or ruby gems would be awesome - I build a lot of small concept apps and so setup speed is critical to me. Being able to install a bunch of plugins from the cmd line would be amazing.</li>
<li><strong>Plugin wishlist:</strong> file uploads, image manipulation, media handling (video), Sphinx search, CouchDB.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://ben.milleare.com/li3-lithium-cake3/feed/</wfw:commentRss>
		</item>
		<item>
		<title>6 Things Derek Powazek Taught Us About Linkbait</title>
		<link>http://ben.milleare.com/6-things-derek-powazek-taught-us-about-linkbait/</link>
		<comments>http://ben.milleare.com/6-things-derek-powazek-taught-us-about-linkbait/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 19:51:18 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
		
		<category><![CDATA[SEO]]></category>

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

		<guid isPermaLink="false">http://ben.milleare.com/?p=170</guid>
		<description><![CDATA[Note: I meant to post this a few days but forgot, so it&#8217;s been sitting as a draft ever since. Better late than never though I guess!
Every now and then the SEO industry as a whole comes under attack from certain individuals, often times due to sheer ignorance, but also occasionally as a means to [...]]]></description>
			<content:encoded><![CDATA[<p><em>Note: I meant to post this a few days but forgot, so it&#8217;s been sitting as a draft ever since. Better late than never though I guess!</em></p>
<p>Every now and then the SEO industry as a whole comes under attack from certain individuals, often times due to sheer ignorance, but also occasionally as a means to attract publicity for themselves. The individuals that instigate these attacks are generally so called &#8216;rock stars&#8217; in their own industries and as such, tend to develop over inflated egos and start to exhibit diva-like tendancies - the perfect ingredients for a grand-scale keyboard fight.</p>
<p>This week it was the turn of some guy called Derek Powazek, who posted an entirely unsavoury and derogative post on his blog entitled <a href="http://powazek.com/posts/2090" rel="nofollow">Spammers, Evildoers, and Opportunists</a>.<br />
<span id="more-170"></span><br />
Dereks diatribe begins by comparing those practicing SEO to &#8220;goat sacrificers and snake oil salesmen&#8221; and continues in it&#8217;s inane name-calling by branding us all as &#8220;cockroaches&#8221;, &#8220;bastards&#8221; and &#8220;jerkwads&#8221;.</p>
<p>Isn&#8217;t that awesome? I couldn&#8217;t have advised him better myself. A perfect execution of the classic attack hook straight out of the link baiting playbook. Bravo, Derek.</p>
<p>I posted a comment on his blog calling out his post as linkbait but he decided not to approve it - although he did acknowledge accusations of linkbait in his followup &#8220;SEO FAQ&#8221; post.</p>
<p>Why am I convinced that it was a blatant piece of linkbait? Simple - Derek is a clever guy. I don&#8217;t buy for one second that he truly believes his &#8220;build it and they will come&#8221; bullshit. Fact is, you need a marketing mentality to push good content and what is a core part of an online marketers toolset?</p>
<p>You guessed it - SEO.</p>
<p>Afterall, SEO isn&#8217;t the only industry with a contingent of evil scumbags out for all they can grab. A national UK home furnishing company I work with on a daily basis recently got charged 500GBP (800USD) by their web development agency to FTP five robots.txt files to various domains they owned. It must have taken those <strong>bastard cockroaches</strong> all of what? 2 minutes?</p>
<p>Dereks mental seed for the post could, perhaps, also have stemmed from his own past failures. You can bet your ass that at some point in his career, Derek has launched some great new site with all the bells and whistles of a &#8216;design led&#8217; project - only to find it was utterly beaten in the SERPs by an SEO&#8217;d competitor with a shitty looking website. That kind of thing has a habit of pissing you off when you&#8217;re on the losing team.</p>
<p>Anyway, moving on - in his followup post he claims that it can&#8217;t be linkbait because a) he doesn&#8217;t need any work and b) he makes no money from his blog. Hey Derek, news flash! the best time to market yourself is when you&#8217;re doing well and sitting high and dry - if you wait until the bad times then you&#8217;ve left it too late. But hey, you already know that, right?</p>
<p>It also never hurts to promote your industry while dissing a competitor industry where you feel money is being syphoned away to - and constantly mentioning that you&#8217;re an &#8220;expert&#8221; in your chosen field with over a decade of experience can&#8217;t hurt either, right?</p>
<p>I could go on, but let&#8217;s instead just recap on the finer takeaway points of this whole saga:</p>
<ol>
<li>You picked your hook now stick with it, do not divert from your angle no matter what the cost.</li>
<li>Start as you mean to go on, ie: start your attack in your title.</li>
<li>Pick a large target audience - in order to get traction you need to offend a lot of people very quickly. An entire industry works well.</li>
<li>Litter your post with intentional innacuracies, generalisations and downright lies. Your target audience will pick up on them and feel compelled to shoot you down.</li>
<li>Intentionally fail to approve key comments from your target audience. This will piss them off even more and they&#8217;ll probably write an entire blog post about you just to get their opinion heard. Extra marks if they&#8217;re a &#8216;rock star&#8217; of your target industry.</li>
<li>Quickly followup your linkbait with a second post incorporating the high volume generic keywords of your target industry - you may pick up some residual long-tail traffic as well as pull in some extra links.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://ben.milleare.com/6-things-derek-powazek-taught-us-about-linkbait/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Is Caffeine Behind Broken UK SERPs?</title>
		<link>http://ben.milleare.com/broken-google-uk-serps-and-caffeine/</link>
		<comments>http://ben.milleare.com/broken-google-uk-serps-and-caffeine/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 10:36:38 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
		
		<category><![CDATA[Google]]></category>

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

		<guid isPermaLink="false">http://ben.milleare.com/?p=143</guid>
		<description><![CDATA[In a post on the Webmaster Central Blog, Google have announced the immediate availability of a test sandbox for what they are calling &#8220;Caffeine&#8221;. Described as &#8220;the first step in a process that will let us push the envelope on size, indexing speed, accuracy, comprehensiveness and other dimensions&#8221;, Caffeine is a looking glass into the [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://ben.milleare.com/wp-content/uploads/2009/08/google-logo-21.jpg" alt="Google Logo" title="google-logo-21" width="230" height="85" class="aligncenter size-full wp-image-148" style="float:left;padding-right:10px;padding-bottom:10px;" />In a <a href="http://googlewebmastercentral.blogspot.com/2009/08/help-test-some-next-generation.html">post on the Webmaster Central Blog</a>, Google have announced the immediate availability of a test sandbox for what they are calling &#8220;Caffeine&#8221;. Described as &#8220;the first step in a process that will let us push the envelope on size, indexing speed, accuracy, comprehensiveness and other dimensions&#8221;, Caffeine is a looking glass into the future SERPs.</p>
<p>The real question though is: <strong>is Caffeine the reason the UK SERPs are broken?</strong></p>
<p><span id="more-143"></span><br />
In my opinion, there&#8217;s a reasonably strong case to assume as much. Caffeine is labelled as &#8220;a next-generation architecture&#8221; and Google are asking for feedback in the results returned. In other words, this is most likely a dual update: </p>
<ol>
<li>to how Google stores the data in its infrastructure (perhaps an update to <a href="http://en.wikipedia.org/wiki/BigTable">BigTable</a>?)</li>
<li>to the ranking algorithm itself</li>
</ol>
<p>Now, the current <a href="http://econsultancy.com/blog/4229-are-google-s-uk-search-results-broken">mess in the UK SERPs</a> is clearly not just an algorthmic one - there also seems to be some funky crawl/index issues going on.</p>
<p>If that wasn&#8217;t the case, then we simply wouldn&#8217;t be seeing such a large influx of .nz/.au etc URLs. I think this is probably an issue that the GOOG have been aware of for some time, whereby the crawl/index routines are not sufficiantly separating foreign domains from country-specific indexes. I believe it was further compounded by an algorithmic error whereby foreign domains were not devalued to the extent they should be. Sure, &#8216;international english&#8217; domains have ranked in UK SERPs before, but never to this extent - and to see amazon.com ranking above amazon.co.uk for example is a clear indicator of error IMO.</p>
<p>Caffeine is a good reason why the broken SERP issue has not been acknowledged by any of the powers that be at Google. They knew they had a team of engineers frantically beavering away on the new system and simply couldn&#8217;t tackle, what they considered to be, a temporary problem.</p>
<p>Let&#8217;s hope they can fully beta test and rollout Caffeine sooner rather than later. You can help by hitting <a href="http://www2.sandbox.google.com/">the sandbox</a> and providing feedback in the usual place.</p>
]]></content:encoded>
			<wfw:commentRss>http://ben.milleare.com/broken-google-uk-serps-and-caffeine/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Bing and Yahoo!, sitting in a tree&#8230;</title>
		<link>http://ben.milleare.com/bing-and-yahoo-sitting-in-a-tree/</link>
		<comments>http://ben.milleare.com/bing-and-yahoo-sitting-in-a-tree/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 19:32:44 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
		
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://ben.milleare.com/?p=122</guid>
		<description><![CDATA[Microsoft and Yahoo! have made a landmark deal today, which will effect the SEO industry in a few key ways. I won&#8217;t go into massive amounts of detail as I&#8217;m sure you&#8217;ve already consumed the facts elsewhere, but there&#8217;s a few things that need to be discussed.

So where does this leave the SEO industry as [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft and Yahoo! have made a landmark deal today, which will effect the SEO industry in a few key ways. I won&#8217;t go into massive amounts of detail as I&#8217;m sure you&#8217;ve already consumed the facts elsewhere, but there&#8217;s a few things that need to be discussed.</p>
<p><img src="http://ben.milleare.com/wp-content/uploads/2009/07/bing-yahoo.gif" alt="bing loves yahoo" title="bing loves yahoo" width="480" height="88" class="aligncenter size-full wp-image-123" /><br />
<span id="more-122"></span>So where does this leave the SEO industry as a whole? Google is still the dominant force, and I can&#8217;t see that changing any time soon, but this deal certainly earmarks the intention by both MS and Yahoo! to make a play on that dominance once and for all.</p>
<p>SearchEngineLand has a pretty good article <a href="http://searchengineland.com/its-finally-official-microsoft-yahoo-make-a-deal-yahoo-gives-up-on-search-23197">explaining the key facts</a>, but for me the only one I really need to pay attention to is:</p>
<blockquote><p><i>Microsoft&#8217;s Bing will be the exclusive algorithmic search and paid search platform for Yahoo! sites. Yahoo! will continue to use its technology and data in other areas of its business such as enhancing display advertising technology.</i></p></blockquote>
<p>Just in case you didn&#8217;t clock the gravity of that statement - Yahoo! will no longer power it&#8217;s own SERPs, instead Bing will provide the backend algorithmic sorting of all results returned. Sunnyvale has officially conceded with search.</p>
<p>For SEO though, this has a few big implications:</p>
<ul>
<li>We&#8217;ve been keeping an eye on Bing lately just like everyone else, but this news goes to show we need to spend a LOT more time on it.</li>
<li>It&#8217;s going to be harder to report on search metrics. Up until now, we&#8217;ve tended to use Yahoo! as the true source of backlink counts - without Yahoo! Site Explorer, where will we get this data in the future? I guess our only real option is a proprietory app.</li>
<li>We may lose APIs like BOSS. With MS providing the data, I can&#8217;t see these APIs being publically available like they are now. Again, we use these for reporting and internal apps.</li>
</ul>
<p>I guess we won&#8217;t know the full extent of the deal and it&#8217;s effect on the worlds search habits for a while yet, but one things for sure - it&#8217;s going to be interesting to see how things pan out.</p>
]]></content:encoded>
			<wfw:commentRss>http://ben.milleare.com/bing-and-yahoo-sitting-in-a-tree/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Affiliate Experiment</title>
		<link>http://ben.milleare.com/the-affiliate-experiment/</link>
		<comments>http://ben.milleare.com/the-affiliate-experiment/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 21:47:53 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
		
		<category><![CDATA[Making Money Online]]></category>

		<guid isPermaLink="false">http://ben.milleare.com/?p=108</guid>
		<description><![CDATA[You hear about people making obscene amounts of money online all day long on the web these days, the Shoemoney&#8217;s and the John Chow&#8217;s of this world seem to effortlessly rake in the cash selling other peoples wares. But is it really that easy to become a super affiliate?
I aim to find out.

I have no [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://ben.milleare.com/wp-content/uploads/2009/07/top-affiliate-150x150.jpg" alt="Make Money Online" title="top-affiliate" width="150" height="150" class="size-thumbnail wp-image-109" style="float:right;" />You hear about people making obscene amounts of money online all day long on the web these days, the <a href="http://www.shoemoney.com/">Shoemoney</a>&#8217;s and the <a href="http://www.johnchow.com/">John Chow</a>&#8217;s of this world seem to effortlessly rake in the cash selling other peoples wares. But is it really that easy to become a super affiliate?</p>
<p>I aim to find out.<br />
<span id="more-108"></span><br />
I have no illusions of grandeur myself but it would be nice to make enough passive income a month to pay for some bills, or maybe even my mortgage payment one day. With a bit of effort I think aiming for something like that is more than achievable and so thats where I&#8217;m setting my goal for my affiliate experiment - I aim to make around 650GBP a month by this time next year.</p>
<p>It&#8217;s not hard to see that talking about making money online seems to be the real cash spinner here, but you dont get to settle into that niche until you become a god-like guru to the minions and thats why only a few people ever manage to kick back and make mad wedge off of their blogs and e-books. For me, it&#8217;s going to be a bit of effort and a bit of savvy that will pull off any successes I have - any and all of which I&#8217;ll be reporting on once a month right here on my blog.</p>
<p>I have around 200 domains that I&#8217;ve picked up over the years, many of which have been in my portfolio for 4-5 years or more so, as any SEO knows, thats a great start for the foundations of any kind of content rich site. I don&#8217;t really want to pump much money into this experiment so I&#8217;ll be working in my downtime (evenings &#038; weekends) and maybe paying for a bit of content to be written. My main goal is to achieve free organic traffic to convert. Further down the line, when I have a bit of profit built up, I may dabble in some PPC but that&#8217;s not something I&#8217;ll be utilising straight off the bat.</p>
<p>So, that&#8217;s the plan - wish me luck!</p>
]]></content:encoded>
			<wfw:commentRss>http://ben.milleare.com/the-affiliate-experiment/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google Pulling Random Dates Into SERPs</title>
		<link>http://ben.milleare.com/google-pulling-random-dates-into-serps/</link>
		<comments>http://ben.milleare.com/google-pulling-random-dates-into-serps/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 14:05:10 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
		
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://ben.milleare.com/?p=84</guid>
		<description><![CDATA[Late last night I tweeted out the following, and I wondered if anyone knows the rules by which Google pulls this info from a page:
Seeing some really weird use of dates in google snippets lately. Anyone have insight into the parsing algo being used?

Now, it&#8217;s no secret that the GOOG has been using dates in [...]]]></description>
			<content:encoded><![CDATA[<p>Late last night I <a href="http://twitter.com/bmilleare/status/2728537180">tweeted</a> out the following, and I wondered if anyone knows the rules by which Google pulls this info from a page:</p>
<blockquote><p><i>Seeing some really weird use of dates in google snippets lately. Anyone have insight into the parsing algo being used?</i></p></blockquote>
<p><span id="more-84"></span><br />
Now, it&#8217;s no secret that the GOOG has been using dates in the SERP snippets for some time, in fact it has <a href="http://www.webmasterworld.com/google/3756469.htm">been mentioned</a> as far back as early 2008 but I&#8217;m pretty sure there has been a recent algo change that has made them show up far more consistently. Not sure what I&#8217;m talking about? have a look at the image below:</p>
<p><img src="http://ben.milleare.com/wp-content/uploads/2009/07/date-snippet1.gif" alt="Date appearing in Google snippet" title="date-snippet1" width="551" height="87" class="alignnone size-full wp-image-94" /></p>
<p>Using a date, in itself is no bad thing and I can think of several good reasons to do so (blogs, news articles etc). The thing that is very strange about this example especially is not only the fact this is a homepage result, but also where in the page content this date has been pulled from:</p>
<p><img src="http://ben.milleare.com/wp-content/uploads/2009/07/date-leala.gif" alt="Date pulled from loveforleala.com" title="date-leala" width="448" height="360" class="alignnone size-full wp-image-98" /></p>
<p>This is pulled from my sister <a href="http://www.loveforleala.com/">Leala</a>&#8217;s website and as you can see, the date in question appears well into the content and there are several dates present in the source long before this one. In fact, the H1 tag contains two specific dates - those being my sisters date of birth and date of passing.</p>
<p>It&#8217;s likely that this can be supressed by utilising a full META description (current one is only 135 characters), but that still doesn&#8217;t change the fact that the date being pulled into the SERP snippet is highly irrelevant to the overall page content.</p>
]]></content:encoded>
			<wfw:commentRss>http://ben.milleare.com/google-pulling-random-dates-into-serps/feed/</wfw:commentRss>
		</item>
		<item>
		<title>10 Reasons Nobody Uses Your Web App</title>
		<link>http://ben.milleare.com/10-reasons-nobody-uses-your-web-app/</link>
		<comments>http://ben.milleare.com/10-reasons-nobody-uses-your-web-app/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 14:49:31 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
		
		<category><![CDATA[Web Apps]]></category>

		<guid isPermaLink="false">http://ben.milleare.com/?p=26</guid>
		<description><![CDATA[So you built and launched your app, but so far you only have a handful of signups. The big problem though is that one of those is your mother and the others are your close friends and colleagues - and not one of them is paying a dime. So where did it all go wrong?



You [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://ben.milleare.com/wp-content/uploads/2009/07/fail.gif" alt="web app fail" title="fail" width="200" height="100" class="size-full wp-image-71" style="float:left;" />So you built and launched your app, but so far you only have a handful of signups. The big problem though is that one of those is your mother and the others are your close friends and colleagues - and not one of them is paying a dime. So where did it all go wrong?<br />
<span id="more-26"></span></p>
<ol>
<li>
<h2>You had an idea and jumped into the build</h2>
<p>But at what point did you canvass your target market, or stop to see who was already in the marketplace? Often if there&#8217;s no competitors to your app then you&#8217;ve got it monumentally wrong. Granted, you may have just found an untapped goldmine but those moments are few and far between, often being eternally elusive. Before you build your app, make sure there are people that will <i>genuinly</i> use it - and that means asking people you don&#8217;t know.</li>
<li>
<h2>You looked at an existing product and improved it</h2>
<p>Which is great, but you forgot one very important factor: <i>market share</i>. You can create the best email client the world has ever seen tomorrow, but do you think you&#8217;ll take users from Gmail or Hotmail anytime soon? Of course you won&#8217;t.</li>
<li>
<h2>UI was secondary to the code build</h2>
<p>Just because your app is great, doesn&#8217;t make it usable. UI should be one of your top priorities right from the beginning of the project - there&#8217;s nothing worse than getting frustrated trying to perform a task that on the face of it looks simple to action. Sometimes it&#8217;s easier to find that cancel button.</li>
<li>
<h2>You don&#8217;t offer a free/trial plan</h2>
<p>Sorry, but screenshots and your own opinions won&#8217;t convince me of how fantastic your product is. Let me get in without a credit card and see for myself.</li>
<li>
<h2>Your plans cost too much</h2>
<p>You produced a great app, marketed it well and have a nice design - but guess what? <i>it&#8217;s not worth what you think it is</i>. You need to split test signups with different pricing and see which is more sticky. Would you rather 10 customers paying $50/mo or 500 paying $10/mo?</li>
<li>
<h2>Your featurelist sucks</h2>
<p>Unless you&#8217;re <a href="http://www.37signals.com/">37signals</a>, you&#8217;ll be hard pushed to convince anyone that the reason your app is the best is because it does the least. Sure feature bloat is just as bad, but you still need to ramp up your core features to satisfy 90% of the people 100% of the time.</li>
<li>
<h2>You still have a beta label on your logo</h2>
<p>You launched 6 months ago, but you still claim to be in beta? I think I&#8217;d rather wait and start paying for your app when you let me know its production ready, kthx.</li>
<li>
<h2>You planned to have massive viral growth</h2>
<p>Oops, maybe you should have planned for normal growth and <i>hoped</i> for virality instead, huh? Unless you&#8217;re doing something totally awesome, I&#8217;m not going to hound my buddies with links to your web app I&#8217;m afraid.</li>
<li>
<h2>You were too slow</h2>
<p>You saw an untapped niche, bought a great domain and started building your app. Little did you know that so did 3 other teams, and while you launched within six months, they launched in three. Sorry my friend, but you missed the boat&#8230; time to get back to the drawing board.</li>
<li>
<h2>You found a problem that doesn&#8217;t exist</h2>
<p>Probably the most common faux par of them all. You built an app that solved a problem you didn&#8217;t have. Not only that, but you didn&#8217;t know anyone else that had the problem either, you simply <i>assumed</i> that the problem was wide-spread. Remember, to assume make an &#8216;ass&#8217; out of &#8216;u&#8217; and&#8230; well, just you really.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://ben.milleare.com/10-reasons-nobody-uses-your-web-app/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google Adding Links Into Suggest?</title>
		<link>http://ben.milleare.com/google-adding-links-into-suggest/</link>
		<comments>http://ben.milleare.com/google-adding-links-into-suggest/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 11:52:47 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
		
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://ben.milleare.com/?p=27</guid>
		<description><![CDATA[I&#8217;m not sure if this is new or not, but Google have apparently started adding links directly into the Google Suggest drop-down box (right). You won&#8217;t see this on a Google UK search, but switch over to google.com and you should get something similar.
As you&#8217;d expect, the link is what would appear in position #1 [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://ben.milleare.com/wp-content/uploads/2009/07/suggest-links.gif" alt="Screenshot of the Google Suggest tool with direct links" title="Google Suggest Links" width="300" height="221" class="size-full wp-image-28" style="float:left;" />I&#8217;m not sure if this is new or not, but Google have apparently started adding links directly into the Google Suggest drop-down box (right). You won&#8217;t see this on a Google UK search, but switch over to google.com and you should get something similar.</p>
<p>As you&#8217;d expect, the link is what would appear in position #1 of the query suggestion at the top of the pile but I do wonder how this affects rank tracking tools that rely on <a href="http://www.blogstorm.co.uk/google-adds-ranking-data-to-referrer-string/">Google&#8217;s ranking data in referrer strings</a>.<br />
<span id="more-27"></span><br />
Google have recently trialled having Adwords displayed in Suggest too so is this an overall attempt to streamline the user experience and cut out the SERPs altogether? Only time will tell.</p>
]]></content:encoded>
			<wfw:commentRss>http://ben.milleare.com/google-adding-links-into-suggest/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Just Search? Just Wrong!</title>
		<link>http://ben.milleare.com/just-search-just-wrong/</link>
		<comments>http://ben.milleare.com/just-search-just-wrong/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 22:37:37 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
		
		<category><![CDATA[Bad SEO]]></category>

		<guid isPermaLink="false">http://ben.milleare.com/?p=21</guid>
		<description><![CDATA[I&#8217;ll summarize&#8230;
A guy called Gary logs onto Google Webmaster Help to ask for assistance with a website that he&#8217;s &#8220;been presented with to find a solution&#8221;. The site has suddenly, after 7 years, dropped out of a top search position for the term &#8220;diy&#8221;. He&#8217;s spotted some issues but wants to know what others can [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ll summarize&#8230;</p>
<p>A guy called Gary logs onto Google Webmaster Help to <a href="http://www.google.com/support/forum/p/Webmasters/thread?tid=3eafbae417cf86a5&#038;hl=en">ask for assistance</a> with a website that he&#8217;s &#8220;been presented with to find a solution&#8221;. The site has suddenly, after 7 years, dropped out of a top search position for the term &#8220;diy&#8221;. He&#8217;s spotted some issues but wants to know what others can find.<br />
<span id="more-21"></span><br />
He lets everyone know the domain is diydoctor.org.uk and then states &#8220;I personally don&#8217;t think this will get them their rankings back&#8221;.</p>
<p>Meanwhile Mike Edwards, the MD of DIY Doctor, logs onto Google Webmaster Help and starts a <a href="http://www.google.com/support/forum/p/Webmasters/thread?tid=615b3e74cceba432&#038;hl=en">thread of his own</a> asking for assistance as revenues are dropping sharply. He gets told to stop cross-posting and to stick to his original thread&#8230; has a short lived &#8220;WTF?&#8221; moment and then proceeds to follow the link.</p>
<p>Hilarity ensues.</p>
<p>It turns out Gary works for Just Search and they just quoted the guy up to £5000 for an audit&#8230;. for the full <a href="http://blog.highposition.net/article/justsearch-caught-short-causing-seo-forum-frenzy/456622">Just Search</a> debacle, check out <a href="http://blog.highposition.net/article/justsearch-caught-short-causing-seo-forum-frenzy/456622">this post</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://ben.milleare.com/just-search-just-wrong/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
