<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Search Engine Optimisation BlackDog</title>
	
	<link>http://www.blackdog.ie/blog</link>
	<description>SEO in Munich and Ireland</description>
	<lastBuildDate>Mon, 10 Oct 2011 14:50:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/munichseo" /><feedburner:info uri="munichseo" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:browserFriendly></feedburner:browserFriendly><item>
		<title>Using RegEx to prefix or postfix</title>
		<link>http://www.blackdog.ie/blog/using-regex-to-prefix-or-postfix/</link>
		<comments>http://www.blackdog.ie/blog/using-regex-to-prefix-or-postfix/#comments</comments>
		<pubDate>Mon, 08 Aug 2011 13:21:21 +0000</pubDate>
		<dc:creator>Paul Savage</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.blackdog.ie/blog/?p=483</guid>
		<description><![CDATA[While it&#8217;s programmatically probably not the best way to do this type of operation, you may find that you need to use a Regular expression to prepend or postpend a string. I&#8217;ve used standard regular expression notation here where you cite the replacements in []. Prefix String with RegEx Search for [(^)] Replace with [Pre: [...]]]></description>
			<content:encoded><![CDATA[<p>While it&#8217;s programmatically probably not the best way to do this type of operation, you may find that you need to use a Regular expression to prepend or postpend a string. I&#8217;ve used standard regular expression notation here where you cite the replacements in [].</p>
<h2>Prefix String with RegEx</h2>
<p>Search for [(^)] Replace with [Pre: $1] , this will add Pre: to the start all your stings.<br />
E.g.</p>
<ul>
<li>String : Blackdog.ie raises first round of VC</li>
<li>Search : (^)</li>
<li>Replacement : CNN : $1</li>
<li>Result : CNN : Blackdog.ie raises first round of VC</li>
</ul>
<h2>Postfix a string with RegEx</h2>
<p>Search for [($)] Replace with [$1 : Post], this will add : Post to the end of all your strings</p>
<ul>
<li>String : Blackdog.ie raises first round of VC</li>
<li>Search : ($)</li>
<li>Replacement : $1 : CNN</li>
<li>Result : Blackdog.ie raises first round of VC : CNN</li>
</ul>
<p>I use this for <a href="http://pipes.yahoo.com/">http://pipes.yahoo.com/</a> which is a handy tool for mashing RSS feeds together. I did want to attribute where the feeds were coming from, and putting the source in the title really improve the feed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackdog.ie/blog/using-regex-to-prefix-or-postfix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IrishRail.ie : a lot of potential wasted</title>
		<link>http://www.blackdog.ie/blog/irishrail-ie-a-lot-of-potential-wasted/</link>
		<comments>http://www.blackdog.ie/blog/irishrail-ie-a-lot-of-potential-wasted/#comments</comments>
		<pubDate>Mon, 01 Aug 2011 08:58:53 +0000</pubDate>
		<dc:creator>Paul Savage</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.blackdog.ie/blog/?p=486</guid>
		<description><![CDATA[Maybe it&#8217;s just me, but I really do get saddened when I see a websites, especially large or popular websites, hitting below their mark in terms of SEO &#38; user experience. Yesterday I stumbled across IrishRail.ie, Ireland&#8217;s national train operator. It&#8217;s currently ranked as Ireland&#8217;s 120th most popular website according to Alexa.com. I&#8217;ve used the [...]]]></description>
			<content:encoded><![CDATA[<p>Maybe it&#8217;s just me, but I really do get saddened when I see a websites, especially large or popular websites, hitting below their mark in terms of SEO &amp; user experience. Yesterday I stumbled across <a href="http://www.irishrail.ie/">IrishRail.ie</a>, <strong>Ireland&#8217;s national train operator</strong>. It&#8217;s currently ranked as Ireland&#8217;s <a href="http://www.alexa.com/siteinfo/irishrail.ie#">120th most popular website according to Alexa.com</a>. I&#8217;ve used the IrishRail website in the past, and it did it&#8217;s job adequately, but I know it&#8217;s capable of more. Looking at the website yesterday in a bit of detail I did notice a few items that could easily be improved upon or quickly fixed.<br />
<img class="aligncenter size-full wp-image-573" title="irishrail-homepage" src="http://www.blackdog.ie/blog/wp-content/uploads/irishrail-homepage.png" alt="" width="715" height="735" /></p>
<p>From the first impressions of the website I was a little surprised that there isn&#8217;t much of <strong>that magic ingredient that search engines love</strong>, namely <strong>text</strong>. In all the homepage has 142 words and only 120 when you remove navigation. This doesn&#8217;t give the search engines much to work with. Another aspect to keep in mind is that not every visitor will be be able to read English when they visit. Using tools like Google Translate, visitors would be translate the text on the page into their own language, but sadly most of the information is presented with images.</p>
<p>With regards to the  language of the website, I was surprised in was the fact that the website <strong>isn&#8217;t available in Irish</strong>. Seeing as the Irish government is the <a href="http://www.cie.ie/about_us/shareholder_information.asp">sole owner</a> of <strong>CIE</strong>, I would expect that this website would also fall under the Official Languages Act, 2003.</p>
<blockquote><p><em>The Official Languages Act 2003 (section 9(3)) requires public bodies to ensure that where they are communicating for the purposes of providing information to the general public or to a class of the general public &#8211; in writing or by electronic mail &#8211; the communication shall be in the Irish language only or in the Irish and English languages. </em></p>
</blockquote>
<p>But apparently it doesn&#8217;t (see end). As this is a website that is also used extensively by toursits having a German / French / Spanish  would only help to improve conversions. For example the German train operator <a href="http://www.bahn.de/">Deutsche Bahn</a> offers their site in 10 languages.</p>
<h2>HTTP Redirects</h2>
<p>Every site should really check that the headers they are sending are the correct ones. This means sending the right HTTP header status, see here for a list of <a href="http://en.wikipedia.org/wiki/List_of_HTTP_status_codes">HTTP header statuses</a>. Some potential issues I noticed :</p>
<ul>
<li><strong>Main domain</strong> : www.irishrail.ie , returns <strong>HTTP/1.1 302 Object moved,</strong> which is more for when you move something temporarily. If it&#8217;s the case that the main page always redirects to /home/ then it should be a <strong>301, a Moved Permanently</strong> status.</li>
<li><strong>Missing pages</strong> : www.irishrail.ie/home/help.html returns an error page, saying that the page can&#8217;t be found. But the page&#8217;s header is saying <strong>HTTP/1.1 200 OK</strong>, which means that it was indeed found. In this case a <strong>404 Not Found </strong>status should be returned. Doing this will help error pages finding this way into the index. It can also have more serious implications like for your robots.txt, where search engines are expecting files in a certain format, and they something radically different while still being told that it&#8217;s a valid file.</li>
</ul>
<h2>VIP : Visually Impaired site</h2>
<p>I was really pleased to see that they had a section for the visually impaired.<br />
<img class="aligncenter size-full wp-image-577" title="visually" src="http://www.blackdog.ie/blog/wp-content/uploads/visually.png" alt="" width="486" height="86" /><br />
This is a high contrast, low graphic version of their website, as I was expecting.<br />
<img class="aligncenter size-full wp-image-578" title="visually-site" src="http://www.blackdog.ie/blog/wp-content/uploads/visually-site.png" alt="" width="715" height="549" /><br />
On further inspection I was a little surprised when not all the links worked. The links to &#8220;Your Journey&#8221; , &#8220;Projects&#8221; &amp; &#8220;Opportunities&#8221; all brought me back to the main website. Also the clicking for the full version of the Breaking News returned me to the home page. While I commend the effort in doing such a website, things like the timetable search works perfectly, I do think that a when doing such a site it should either be done properly or not at all. Doing it properly could involve not having every page available on the VIP version. But if you do include links to resources then they should really be consistent with the &#8216;expected experience&#8217;.</p>
<h2>A quick look at the HTML code</h2>
<p>Looking closer at the HTML code, there is plenty of room for optimisation. My quick run down would include :</p>
<ul>
<li>Moving the 700+ lines of CSS code in the header into it&#8217;s own CSS file. This will allow the browser to cache the file, so the 2nd, 3rd and subsequent pages will load faster.</li>
<li>Moving the 1200+ lines of Javascript code which is placed inline into included javascript files. This will allow the browser to cache these files, so the 2nd, 3rd and subsequent pages will also load faster.</li>
<li>Moving included files CSS &amp; JS into the header of the file, this will allow these files to be processed before the page is rendered. The one main exception would be the JS include for Google Analytics.</li>
<li>Remove redundant code, commenting out code  sections is great while you are testing, or about to launch. But it also unnecessarily bloats code.</li>
<li>Use Tables for tabular data, otherwise use DIVs. This websites code uses tables extensively for laying out objects in a grid format, this wasn&#8217;t the intended use case for tables in HTML.</li>
<li>In-line style should be avoided as much as possible, better to use CSS.</li>
</ul>
<div><img class="aligncenter size-full wp-image-582" title="html" src="http://www.blackdog.ie/blog/wp-content/uploads/html.png" alt="" width="722" height="64" /></div>
<p>The total size of the homepage is 0.45 MB and required in total 50 HTTP requests. This could definitely be reduced to make the page load faster with the suggestions above.</p>
<h2>Using AdSense</h2>
<p>As the benefit of using <strong>AdSense</strong> on a sales website can be debated back and forward, I&#8217;m not going to go into that here. I really feel that the implementation here is suboptimal. In the screenshot above the top ads do blend in with the site, the right hand side and bottom banners are rich image/rich media ads which don&#8217;t blend as easily. One option here would be to turn off the image/rich media ads option. This would result in a uniform look to your page, while also keeping the ads intact. As with most large companies I&#8217;m sure they would prefer to have their website inline with their corporate visual identity. It should be considered are 3 ad units really necessary ? Why are they using the maximum number of ads ? Do the all really convert ?</p>
<p>Here we have the AdSense banners highlighted in green with the play button, and the internal banners highlighted in yellow and green marked with an X. While the 3rd party ads are outside the main content, the can be distraction, and potentially annoying for customers. These ads are above the fold, which results in that little bit of extra scrolling to see the pages&#8217; content.<br />
<img class="aligncenter size-full wp-image-572" title="irishrail-ads" src="http://www.blackdog.ie/blog/wp-content/uploads/irishrail-ads.png" alt="" width="715" height="774" /></p>
<p>Also I&#8217;m not sure as to why you would include AdSense in an IFRAME as this will only skew your AdSense targeting. Also in this case this would be a 4th AdSense Banner, which won&#8217;t be displayed (happens automatically), as you are only allowed to use up to 3 AdSense banners on 1 page.<br />
<img class="aligncenter size-full wp-image-584" title="iframe" src="http://www.blackdog.ie/blog/wp-content/uploads/iframe.png" alt="" width="715" height="289" /><br />
As IrishRail are fans of using AdSense, one tip would be to introduce some Link Units, blended in with some navigational items. These convert quite well, we use them extensively on our <a href="http://www.eirjobs.com/">Irish Jobs</a> site.</p>
<h2>Trying the search function</h2>
<p>I tested out the search function, and got a little bit confused. I did a search for the word [<strong>contact</strong>] and the first result appeared to be the <a href="http://www.irishrail.ie/contact_us/">contact page</a>, but it&#8217;s located under an obscure URL <em>http://search.irishrail.ie/highlight.aspx?aid=2901210&amp;pckid=147268114&amp;rn=1&amp;sp_id=147267858&amp;lid=113272535&amp;highlight=contact#firsthighlight</em> rather than the expected URL <em>http://www.irishrail.ie/contact_us/</em> . It searches via a sub-domain search.irishrail.ie , which thankfully blocks indexing via their <a href="http://search.irishrail.ie/robots.txt">robots.txt</a>, so this will avoid the duplicate content issue. I did some further looking around to try to see if I could search via http://search.irishrail.ie/ directly, but it comes up with a Danish language search page, and returns results for the domain http://blog.siteimprove.co.uk/ &amp; not IrishRail.ie.<br />
<img class="aligncenter size-full wp-image-595" title="sitesearch" src="http://www.blackdog.ie/blog/wp-content/uploads/sitesearch.png" alt="" width="648" height="382" /></p>
<p>All in all this website gives the appears that it was either half heartily done, or has grown out out control by adding on bits and pieces along the way. Either way this leaves to a diminished user experience and a damaged SEO potential.</p>
<h2>A message from IrishRail</h2>
<p>I did reach out to Irish Rail before I published this post and they offer the following comments:</p>
<ul>
<li>They are planning on relaunching a brand new website in September 2011.</li>
<li>The website has become over grown and disorganised as they&#8217;ve progressed, and the new website will address this.</li>
<li><strike>They don&#8217;t fall under the Official Languages Act, as they are not a governmental institution.</strike> Update : Websites don&#8217;t fall under the OLA, rather written publications and electronic mail do.</li>
<li> The new website will have the facility to be multi-lingual, but they are not yet decided as to whether it will be available in multiple languages on launch.</li>
<li>And yes the AdSense wouldn&#8217;t be there if it wasn&#8217;t pulling it&#8217;s own weight, and it&#8217;s quite a helpful source of income.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.blackdog.ie/blog/irishrail-ie-a-lot-of-potential-wasted/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QR Codes best practice</title>
		<link>http://www.blackdog.ie/blog/qr-codes-practice/</link>
		<comments>http://www.blackdog.ie/blog/qr-codes-practice/#comments</comments>
		<pubDate>Wed, 27 Jul 2011 09:03:23 +0000</pubDate>
		<dc:creator>Paul Savage</dc:creator>
				<category><![CDATA[studies]]></category>

		<guid isPermaLink="false">http://www.blackdog.ie/blog/?p=490</guid>
		<description><![CDATA[If you are using QR codes in any type of offline marketing, then it would be a good idea to have some way of tracking these users that come onto your website. One quick way is to achieve this via a HTTP redirect. This redirect would then push people to the right page with some [...]]]></description>
			<content:encoded><![CDATA[<p>If you are using <strong>QR codes</strong> in any type of <strong>offline marketing</strong>, then it would be a good idea to have some way of tracking these users that come onto your website. One quick way is to achieve this via a HTTP redirect. This redirect would then push people to the right page with some extra tracking code tacked on the end of it. QR readers generally display the destination URL when they decode the QR code, and having something long and complicated may hinder you users from visiting. </p>
<p>One further advantage of bringing users to a QR code with a redirect, is that you can easily change the URL in the future if the campaign changes, or is no longer open. Here you would have the option to show a special notice, or redirect again to a newer campaign. </p>
<h2>Code to track QR codes</h2>
<p>This code will allow you to track users in <strong>Google Analytics</strong> by what medium they came from, and you will be able to segment them based on this usage. Below is the code located at <em>http://www.blackdog.ie/q/index.php</em>.<br />
<code><br />
&lt;?php<br />
//////<br />
// Fill out and change<br />
//////<br />
$url = "http://www.blackdog.ie/"; // your website name<br />
$medium = "QRcode"; // type of marketing medium<br />
$campaign = "NewsPaperAd"; // name of your campaign<br />
$content= "ad1"; // use to differentiate different ads<br />
$source= "IrishTimes+QR+code+redirect"; // name of your source publication<br />
$term = ""; // if you are focusing on keywords<br />
//////<br />
// That's enough editing<br />
//////</p>
<p>// no need to edit below<br />
$builtURL = $url."?utm_medium=".$medium."&#038;utm_campaign=".$campaign.<br />
"&#038;utm_content=".$content."&#038;utm_source=".$source."&#038;utm_term=".$term;</p>
<p>header("HTTP/1.1 301 Moved Permanently");<br />
header("Location: $builtURL");</p>
<p>exit;    // Closes further script execution . </p>
<p>?><br />
</code></p>
<h2>Test this URL</h2>
<p><img src="http://www.blackdog.ie/blog/wp-content/uploads/blackdogQRcode.png" alt="" title="blackdogQRcode" width="200" height="200" class="aligncenter size-full wp-image-556" /><br />
This should bring you to :</p>
<ol>
<li><a href="http://www.blackdog.ie/q/">http://www.blackdog.ie/q/</a> which will redirect you to </li>
<li><a href="http://www.blackdog.ie/blog/qr-codes-practice/">http://www.blackdog.ie/blog/qr-codes-practice/</a>, our post about  <a href="http://www.blackdog.ie/blog/qr-codes-practice/">QR codes</a>, and it will also append the Google Analytics code to track people in the URL. </li>
</ol>
<h2>Create your own QR code for free</h2>
<p>There are a few companies out there selling QR codes, probably to business who don&#8217;t really understand the technology. There is a free way to generate your QR code, just visit <strong><a href="http://createqrcode.appspot.com/">this website</a></strong> and enter the details of the destination URL. </p>
<p>If you have any other tips for business using QR codes, please share them with us in the comments.</p>
<p>P.S. : if you are doing any offline marketing then remember to put a QR code on your flyer, brochure, packaging, etc. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackdog.ie/blog/qr-codes-practice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to reset Facebook Cache</title>
		<link>http://www.blackdog.ie/blog/reset-facebook-cache/</link>
		<comments>http://www.blackdog.ie/blog/reset-facebook-cache/#comments</comments>
		<pubDate>Tue, 21 Jun 2011 09:05:44 +0000</pubDate>
		<dc:creator>Paul Savage</dc:creator>
				<category><![CDATA[code]]></category>

		<guid isPermaLink="false">http://www.blackdog.ie/blog/?p=492</guid>
		<description><![CDATA[If you are deep in developing your app, and the time comes to look at Facebook and OpenGraph, you might find yourself on a stumbling block I came across last night. The annoying part happens due to the fact that Facebook caches the results of your page. And this really gets in the way of [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.blackdog.ie/blog/wp-content/uploads/facebook-dev.png" alt="" title="facebook-dev" width="289" height="274" class="alignright size-full wp-image-522" />If you are deep in developing your app, and the time comes to look at <strong>Facebook </strong>and <a href="http://developers.facebook.com/docs/opengraph/">OpenGraph</a>, you might find yourself on a stumbling block I came across last night. The annoying part happens due to the fact that Facebook caches the results of your page. And this really gets in the way of testing changes. In fact I&#8217;m not really sure how long this cache even lives for. What I&#8217;ve found to be quite helpful Facebook&#8217;s <strong><a href="http://developers.facebook.com/tools/lint/">URL Linter</a></strong>. This forces a <strong>reload of your data</strong> and <strong>removes the cached copy</strong>, and you will be able to see the changes in your app a lot sooner.  The tool doesn&#8217;t just reload cache, rather it&#8217;s there to let  you know if you have any issues with your code. </p>
<p>Perhaps I&#8217;m the wrong type of developer, but I sometimes like to see the minor changes in my code I test as I go along. I&#8217;m not able to visualise multiple changes so easily. So if you are like me, give this a whirl ! We found this tool via a post from <a href="http://developers.facebook.com/blog/post/390/">developer blog post by Paul Tarjan</a> this time last year.<br />
<img src="http://www.blackdog.ie/blog/wp-content/uploads/facebook-cache.png" alt="" title="facebook-cache" width="499" height="270" class="aligncenter size-full wp-image-524" /></p>
<p><em>Edit </em>: see below in the comments for a better alternative. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackdog.ie/blog/reset-facebook-cache/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>a4uExpo Europe 2011 – some thoughts</title>
		<link>http://www.blackdog.ie/blog/a4uexpo-2011/</link>
		<comments>http://www.blackdog.ie/blog/a4uexpo-2011/#comments</comments>
		<pubDate>Wed, 08 Jun 2011 09:01:32 +0000</pubDate>
		<dc:creator>Paul Savage</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.blackdog.ie/blog/?p=488</guid>
		<description><![CDATA[I&#8217;ve just spent the last two days checking out A4uExpo Europe, and I must say I am highly impressed. Even without the contacts made at the networking events, the event is well worth the fee and taking the time off to visit. It was my first a4uExpo event, but probably not the last ! Some [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just spent the last two days checking out <strong><a href="http://www.a4uexpo.com/europe/">A4uExpo Europe</a></strong>, and I must say I am highly impressed. Even without  the contacts made at the networking events, the event is well worth the fee and taking the time off to visit. It was my first a4uExpo event, but probably not the last !<br />
<a href="http://www.blackdog.ie/blog/wp-content/uploads/Screen-shot-2011-06-08-at-16.07.23.png"><img src="http://www.blackdog.ie/blog/wp-content/uploads/Screen-shot-2011-06-08-at-16.07.23.png" alt="" title="Screen shot 2011-06-08 at 16.07.23" width="461" height="171" class="aligncenter size-full wp-image-492" /></a><br />
Some of the talks I attended :</p>
<h2>Day 1 @ a4uexpo</h2>
<ul>
<li><strong>Google On-Page Optimisation</strong> : Likes &amp; Dislikes by Sepita Ansari from <a href="http://www.catbirdseat.de/">CatbirdSeat</a> : who brought people through the <a href="http://searchengineland.com/introducing-the-periodic-table-of-seo-ranking-factors-77181">SEO Periodic Table</a>, focusing on on-page factors. Sepita was good at explaining some of the key SEO fundamentals.</li>
<li><strong>Persuasion</strong>: Surefire Psychological Tactics To Boost Your Conversion Rate by Stephen Pavlovich from <a href="http://www.conversionfactory.com/">Conversion Factory</a>. This was a really interesting talk, about how to eliminate the barriers to entry and exit. Stephen talked about <em>the Chivas effect</em>, where they upped their price and changed the label, and they noticed increased sales. Brand and perception of your brand is quite important.</li>
<li><strong>SEO Crystal Bowl </strong>: Working On A Long Term Strategy Panel with Martijn Beijk, <a href="http://www.onetomarket.com/">Onetomarket</a> , Sam Crocker, <a href="http://www.omduk.com/">OMD</a>,  Roy Huiskes, <a href="http://www.chapter42.com/">Chapter42</a>,  Kelvin Newman, <a href="http://www.sitevisibility.co.uk/">Site Visibility</a>. This was quite a frank talk between some pretty smart SEOs about where Search &#038; Optimisation is going in the future. More on this session can been seen on <a href="http://www.stateofsearch.com/the-future-of-seo/">State of Search</a> by Sam.</li>
<li><strong>Common Mistakes</strong>: Stagnating Your Affiliate Programme&#8217;s Growth by Geno Prussakov, <a href="http://affilinomics.com/">Affilinomics</a>. This talk was a great guide for best practice for merchants, but also served as a good guide for affiliates for picking &#8220;good&#8221; networks and merchants to work with. Geno highlighted potential leaks to affiliate income (unoptimised landing pages, confusing processes, cannibalisation with other ads, etc) , and how to spot them. I was lucky enough to get a copy of his new book <a rel="nofollow" href="http://www.amazon.com/Affiliate-Program-Management-Hour-Day/dp/0470651733/ref=ntt_at_ep_dpt_1">Affiliate Program Management: An Hour a Day</a>.</li>
<li><strong>Kick Ass SEO</strong>: An Entertaining Discussion on Trends and Insights with Dixon Jones, <a href="http://dixonjones.com/">DixonJones.com</a> &#038; <a href="http://www.majesticseo.com/">MajesticSEO</a>,  Gary Beal, <a href="http://www.blueclaw.co.uk/">Blueclaw Media Ltd</a>,  Alexander Holl, <a href="http://www.121watt.de/">121Watt</a>, Bob Rains &#038; Marcus Tandler, <a href="http://www.tandlerdoerjepartner.com/">Tandler.Doerje.Partner</a>. This was a nice panel talking about trends for marketing. Marcus (aka mediadonis) almost speaks as fast in English as he does in German. I really liked some of the things that Gary mentioned, and he was happy to give me some tips after the session. </li>
</ul>
<h2>Day 2  @ a4uexpo</h2>
<ul>
<li><strong>Facebook, Twitter and Blogging</strong>: Secrets for more Followers, more Traffic and more $$$ by Dave Cupples, <a href="http://www.FatCowBusiness.com">FatCowBusiness.com</a>. Dave has lots of energy, and probably makes some nice money as an affilate (sharing his affiliate links in your presentations probably helps him). But the overall message wasn&#8217;t really</li>
<li><strong>The strategic use of Search</strong> &#8221; the emergence of Search as a true Performance Marketing channel and the rewards from greater, more focused, integration by Pete Newman, <a href="http://www.found.co.uk/">Found</a>. This was a good look at up coming changes in advertising for affiliates. One of his examples was the twitter account for a product, namely <a rel="nofollow" href="http://twitter.com/#!/westendmusicals">Westend Musicals</a>, where they buit a social product and website to complement the social interaction. The product was basically another way to get people into purchasing the product.  </li>
<li><strong><u>KEYNOTE</u> : Applying Behavioural Economics to Affiliate Marketing</strong>: &#8220;It&#8217;s easier to change behaviour than opinions&#8221; by Rory Sutherland, <a href="http://www.ogilvy.co.uk/">Ogilvy Group</a>.  A great keynote speaker, I was blown away. He talked about the aspect of heuristics being applied to affiliate marketing. We are all decision engines, but it isn&#8217;t really something that can be easily or accurately measured. We don&#8217;t really know why &#038; how decisions are made. People aren&#8217;t inherently logical. Rory talked about  decisions like how to purchase a TV. Where people are almost afraid not go with a brand, even after doing their own research. One of my favorite quotes was &#8220;<em>If women like men with expensive vehicles, they would all date lorry drivers</em>&#8220;. He believes that the real tech revolution has peaked, like how the car industry has failed to be really innovated since the 1930&#8242;s.  Some of the cool ideas he covered was an app from, Westpac Bank, called  <a href="http://ow.ly/5cRHn" rel="nofollow">&#8220;Impulse Saver&#8221;</a>, which at a press of a button moves money from your current a/c into a savings account, using the idea of impulse saving instead of impulse shopping. See below for a cool video that Heathrow Airport &#038; IBM produced during Wimbledon last year. For more from Rory, check his talk at <strong>TED in 2009</strong>, titled <a href="http://www.ted.com/talks/rory_sutherland_life_lessons_from_an_ad_man.html">Life lessons from an ad man</a>. </li>
<li><strong>How to Build Links Which Look Natural</strong>: with Kevin Gibbons, <a href="http://www.seoptimise.com/">SEOptimise</a>,  Kelvin Newman, <a href="http://www.sitevisibility.co.uk/">Site Visibility</a>. Not only are they great lads to have a few beers with, they had some interesting ideas about gaining links websites. One tip I particularly liked, was to get Universities to syndicate your open job positions, or using sites like <a href="http://www.toluna.com/">toluna.com</a> to get quick survey information  gathered. Kevin&#8217;s slides can be <a href="http://seopt.im/lFdJI8" rel="nofollow">seen here</a>, and Kelvin&#8217;s <a href="http://slidesha.re/iFbCUS" rel="nofollow">are here</a>.</li>
</ul>
<p>So that&#8217;s a quick post about my thoughts on a4uExpo Europe, sit back and enjoy the video below. <em>Video from shared in Rory Sutherland&#8217;s Keynote : <strong>IBM&#8217;s Wimbledon Lotus T5 campaign</strong></em>.</p>
<p><iframe width="500" height="375" src="http://www.youtube.com/embed/_F1NVxmsa9I?rel=0" frameborder="0" allowfullscreen></iframe></p>
<p>Update : Added Dixon in there, sorry mate !</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackdog.ie/blog/a4uexpo-2011/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Removing sitemaps.xml &amp; robots.txt from the SERPs</title>
		<link>http://www.blackdog.ie/blog/remove-sitemaps-from-serps/</link>
		<comments>http://www.blackdog.ie/blog/remove-sitemaps-from-serps/#comments</comments>
		<pubDate>Fri, 27 May 2011 19:04:50 +0000</pubDate>
		<dc:creator>Paul Savage</dc:creator>
				<category><![CDATA[studies]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[htaccess]]></category>

		<guid isPermaLink="false">http://www.blackdog.ie/blog/?p=468</guid>
		<description><![CDATA[How do you remove sitemaps.xml or robots.txt from the index. Sometimes they find their way into the SERPs , and could possibly mess with your site rankings. As your sitemap.xml file is basically just a big bag of links, you probably don't want your customers stumbling across it. ]]></description>
			<content:encoded><![CDATA[<p>It can happen that your <strong>sitemap.xml</strong> or your <strong>robots.txt</strong> file finds it&#8217;s way into the index. Just do the following query <strong>site:yourdomain.com filetype:xml</strong> to see what XML files you have listed from your domain. Here is an example of some files indexed for the domain <em><strong>court.us</strong></em>.</p>
<p><img class="aligncenter size-full wp-image-479" title="sitemap-in-index" src="http://www.blackdog.ie/blog/wp-content/uploads/sitemap-in-index.png" alt="" width="600" height="193" /></p>
<p>It&#8217;s probably not what you really want, as basically it&#8217;s just trash in the SERPs. To fix this, and remove it from the SERPs,  you can simply add some extra details to your <strong>.htaccess file </strong>which will send the the proper <a href="http://googleblog.blogspot.com/2007/07/robots-exclusion-protocol-now-with-even.html">X-Robots-Tag</a>.</p>
<h2>For your .htaccess file</h2>
<p><code>&lt;FilesMatch "sitemap\.xml"&gt;</code><br />
<code>Header set X-Robots-Tag "noindex"</code><br />
<code>&lt;/FilesMatch&gt;</code></p>
<p><code>&lt;FilesMatch "robots\.txt"&gt;</code><br />
<code>Header set X-Robots-Tag "noindex"</code><br />
<code>&lt;/FilesMatch&gt;</code><br />
This method can also be used to remove all word documents or similar from the index.</p>
<pre>
<pre>&lt;FilesMatch "\.doc$"&gt;</pre>
<p>Header set X-Robots-Tag "index, noarchive, nosnippet" &lt;/Files&gt;</pre>
<p>&nbsp;</p>
<h2>To check your MIME type</h2>
<p><a href="http://redbot.org/">http://redbot.org/</a> is a handy tool to check out the MIME headers, cache control and FileTypes. Their code is opensource so you can run a version on your server.</p>
<h2>Thanks</h2>
<p>Thanks to some people like <a href="http://blog.zottmann.org/">Carlo Zottmann</a> , <a href="http://johnmu.com/">JohnMu</a>,  &#038; <a href="http://twitter.com/#!/PaulPinnacle">Paul Cawley</a> for giving me some pointers on this. <img src='http://www.blackdog.ie/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackdog.ie/blog/remove-sitemaps-from-serps/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Google Playing with titles</title>
		<link>http://www.blackdog.ie/blog/google-playing-with-titles/</link>
		<comments>http://www.blackdog.ie/blog/google-playing-with-titles/#comments</comments>
		<pubDate>Fri, 25 Mar 2011 08:37:56 +0000</pubDate>
		<dc:creator>Paul Savage</dc:creator>
				<category><![CDATA[studies]]></category>

		<guid isPermaLink="false">http://www.blackdog.ie/blog/?p=458</guid>
		<description><![CDATA[Google seems to be testing some new way of giving users title tags from pages. So is this bye bye to the advantage of writing good titles ?]]></description>
			<content:encoded><![CDATA[<p>As most <a href="http://www.seomanager.ie/">SEOs</a> will tell you, <strong>title tags </strong>are up there with what they find important. Sure there are plenty of other things to look at, but titles, well they should be done properly. Titles can be the make or break for you in the SERPs, where better written titles can effect your CTR. So this morning checking on some brands I found that when I used the domain name, which has keywords, it simply showed this up for the title. I was a little shocked, as I know I love my title, which is nicely targeted to the audience it&#8217;s focused on. As I can&#8217;t share the client project, I had to find another example, and here it is.<br />
<img class="aligncenter size-full wp-image-460" title="changin-SERP-title" src="http://www.blackdog.ie/blog/wp-content/uploads/changin-SERP-title.png" alt="" width="816" height="430" /></p>
<p>Instead of &#8220;<em>Aer Lingus- cheap flights, gift vouchers, hotels, car hire, &amp; travel insurance&#8221;</em>, it&#8217;s now just replaced with &#8220;<em>Aer Lingus&#8221;</em>. I&#8217;m not quite sure what we can take away from this, but I do wonder</p>
<ul>
<li>Are title tags loosing importance ?</li>
<li>Are title tags with none relevant keywords being filtered or peanlised ?</li>
<li>Are they just filtering title tags that have delimiters like -,  : or | tags  ?</li>
</ul>
<p>To me it seems like a strange move by Google, and one that I&#8217;m not really sure about.</p>
<p>And it&#8217;s not just position 1 rankings, here is a shot for a search of [blacknight] on google.de, logged in.</p>
<p><img class="aligncenter size-full wp-image-462" title="blacknight-serps" src="http://www.blackdog.ie/blog/wp-content/uploads/blacknight-serps.png" alt="" width="775" height="544" /><br />
Here they have chopped off the business name, &#8220;<em>Blacknight Solutions</em>&#8220;, instead of the full title &#8220;<em>European Web hosting based in Ireland, exchange hosting, domain registration, dedicated servers, colocation &#8211; Blacknight Solutions</em>&#8220;.</p>
<p>So is this bye bye to the advantage of writing good titles ?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackdog.ie/blog/google-playing-with-titles/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Granularity, it matters</title>
		<link>http://www.blackdog.ie/blog/granularity-matters/</link>
		<comments>http://www.blackdog.ie/blog/granularity-matters/#comments</comments>
		<pubDate>Fri, 11 Feb 2011 10:08:05 +0000</pubDate>
		<dc:creator>Paul Savage</dc:creator>
				<category><![CDATA[studies]]></category>

		<guid isPermaLink="false">http://www.blackdog.ie/blog/?p=430</guid>
		<description><![CDATA[A quick case study on how you view statistics, and how they can be interpreted based on context. Abstraction and focusing are both great tools when looking at data, read more to find out what I mean !]]></description>
			<content:encoded><![CDATA[<blockquote><p>This morning I was doing my random look at statistics across some domains, and I came across an interesting set of stats. So being a Friday and in the mood for a ramble, I decided to share.</p></blockquote>
<p>I am always talking about taking things in context to my clients. 10 / 200 / 40k visitors a day might be good, depending if they are the &#8220;right type of visitor&#8221; and the search volume. Not many people look for [cars for sale in Ballyhaise, Cavan] compared with [cars for sale in Dublin], and having a little perspective when looking at things will save you potential problems down the line. Here is a look at something similar, <em>but different</em>, a look at taking statistics in context.</p>
<h2>Daily Statistics</h2>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-431" title="daily-stats" src="http://www.blackdog.ie/blog/wp-content/uploads/daily-stats.png" alt="" width="579" height="178" /></p>
<p>This example is from an Irish site, and at first glance the weekly view doesn&#8217;t look so interesting. We have a dip around Christmas, but over all the numbers seem consistent. There seems to be a weekly peak around Monday &amp; Tuesday, but over all the traffic per day seems to be steady.</p>
<h2>Weekly Statistics</h2>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-432" title="weekly-stats" src="http://www.blackdog.ie/blog/wp-content/uploads/weekly-stats.png" alt="" width="643" height="203" /><br />
Now looking at the weekly view, we see the dip from Christmas week. But we also see that in this 10 week period there is an overall increase in traffic, which looks more pronounced compared with the weekly view.</p>
<h2>Monthly Statistics</h2>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-433" title="monthly-stats" src="http://www.blackdog.ie/blog/wp-content/uploads/monthly-stats.png" alt="" width="647" height="204" /></p>
<p>And now aggregating per month, December 2010  had 7,111 visits, January 2011 had 8,980 and February 2011 is projected to be around 9,300 visits. This in fact shows a 30% increase from December to February. But looking at the daily numbers we probably wouldn&#8217;t have seen that it was such an increase, would you ?</p>
<h2>Zooming in &amp; Zooming Out</h2>
<p>When comparing numbers, it&#8217;s important to get an overall view of things, and also to look deeper in certain outliers. In our statistics we see that we had a dip around Christmas week, but looking at the monthly view this is perhaps hidden. Looking at the monthly view shows that indeed traffic is increasing, compared with looking at the daily figures.<br />
<img class="aligncenter size-full wp-image-448" title="9-month" src="http://www.blackdog.ie/blog/wp-content/uploads/9-month.png" alt="" width="702" height="235" /><br />
When we look at December with the previous months, we see that it was below the projected trend (Christmas really effects this website). And using the monthly figures for December 2010 will give an over inflated view of the website traffic increase in January 2011. </p>
<p>So there you have it, take statistics with a pinch of salt, and try to find out the bigger picture. Knowing this will help you make more accurate assumptions as to the state of your website. </p>
<h3>More reading</h3>
<p>Yesterday another blog post of mine was published by the <a href="http://www.blacknight.com/">web hosting company</a> <strong>blacknight.com</strong> (no relation, just we like dark colours). Jump to here to see my post on <a href="http://blog.blacknight.com/seo-for-dummies.html">SEO for Dummies</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackdog.ie/blog/granularity-matters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fine Gael’s website hacked – Finegael.ie</title>
		<link>http://www.blackdog.ie/blog/fine-gaels-hacked/</link>
		<comments>http://www.blackdog.ie/blog/fine-gaels-hacked/#comments</comments>
		<pubDate>Sun, 09 Jan 2011 21:35:43 +0000</pubDate>
		<dc:creator>Paul Savage</dc:creator>
				<category><![CDATA[studies]]></category>

		<guid isPermaLink="false">http://www.blackdog.ie/blog/?p=413</guid>
		<description><![CDATA[An example of how easily your website could be hijacked [Fine Gael Website hacked January 9th 2010]]]></description>
			<content:encoded><![CDATA[<p>News has come in this evening that<strong> Fine Gael&#8217;s website has been hacked at </strong>around 8pm on Sunday. It appears to be an <strong>XSS vulnerability</strong> that was exploited in the comment section. These types of hack attempts can occur when user input isn&#8217;t sanitised before being displayed on a webpage. The site was only launched last week, and this does come as a surprise.</p>
<h2>Preventing Hacking Attempts</h2>
<p>Any user generated content you display on your website should be checked for malicious scripts and content, as in the case of the <strong>Fine Gael&#8217;s website</strong>, it has ended up redirecting it to another website [seen below]. In essence it&#8217;s a rather straight forward hack :</p>
<ul>
<li>A  user entered a comment, which contained the malicious code.</li>
<li>And it was displayed on their website, without being checked, parsed or sanitised (i.e. potentially malicious tags being removed)</li>
<li>When the site is loaded the comment is also loaded, but because it had the javascript tags, these were also run, and one of them redirected you to the &#8220;hack site&#8221;.</li>
</ul>
<div id="attachment_414" class="wp-caption aligncenter" style="width: 571px"><img class="size-full wp-image-414 " title="fine gael hacked website" src="http://www.blackdog.ie/blog/wp-content/uploads/fine-gael-hacked-website.png" alt="screenshot of the hacked website" width="561" height="485" /><p class="wp-caption-text">Screenshot of the hacked website</p></div>
<p>No doubt there will be calls for a full explanation as to how this could happen to Fine Gael&#8217;s website. For further reading about the hack attempt check threads on<a href="http://www.boards.ie/vbulletin/showthread.php?threadid=2056142291"> boards.ie</a> /<a href="http://www.politics.ie/fine-gael/147669-fine-gaels-new-website-appears-have-been-hacked.html"> politics.ie</a> , news on <a href="http://www.rte.ie/news/2011/0110/finegael.html">RTÉ</a> / <a href="http://www.siliconrepublic.com/new-media/item/19866-fine-gael-website-defaced/">silconrepublic.com</a> /  <a href="http://www.thejournal.ie/fine-gael-website-defaced-by-anonymous-hacktivists-2011-01/">thejournal.ie</a> and on blogs like<a href="http://www.michele.me/blog/archives/2011/01/fine-gael-new-website-defaced/"> michele&#8217;s</a> &amp; <a href="http://nabidana.com/politics/fine-gael-website-hacked/">nábídána</a>&#8216;s.</p>
<p><strong>Update : </strong>As of 21:40 , January 9 2011, it seems that the website has been replaced with a holding template while the website is fixed.</p>
<p><div id="attachment_422" class="wp-caption aligncenter" style="width: 568px"><img class="size-full wp-image-422 " title="fine-gael-holding-site" src="http://www.blackdog.ie/blog/wp-content/uploads/fine-gael-holding-site.png" alt="The website as of 21:40pm " width="558" height="481" /><p class="wp-caption-text">Temporarily taken offline</p></div><br />
<strong>Update : </strong> There are now reports that the hack also compromised some data on the website, an Irish journalist has received up to 4,000 details of users of the website.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackdog.ie/blog/fine-gaels-hacked/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Stree View in Germany</title>
		<link>http://www.blackdog.ie/blog/street-view-germany/</link>
		<comments>http://www.blackdog.ie/blog/street-view-germany/#comments</comments>
		<pubDate>Mon, 16 Aug 2010 09:51:35 +0000</pubDate>
		<dc:creator>Paul Savage</dc:creator>
				<category><![CDATA[misc]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[street-view]]></category>

		<guid isPermaLink="false">http://www.blackdog.ie/blog/?p=397</guid>
		<description><![CDATA[Google is coming under fire with their proposed roll out of Google Street View in Germany. Germans now have the right to request removal of images from the service of their houses. ]]></description>
			<content:encoded><![CDATA[<p>Later on this year, Google plans to roll out their Street View system across Germany (see below for the cities they are targeting), but it&#8217;s been hit with a number of privacy concerns. At an event I was at a few weeks ago, Wieland Holfelder, Google&#8217;s Engineering Director in Munich, said that Google sees that Germany is their privacy capital of the world.  And because of this, one of their teams in Munich is focused on this topic of privacy. He said if they can make the Germans happy, their policies should be okay almost everywhere else. </p>
<h2>Street View Privacy</h2>
<p>Besides the issue with the <a href="http://www.bbc.co.uk/news/10227854">WIFI networks</a>, people have been requesting that their should have a way to &#8220;opt-out&#8221; of this service. Currently Google blurs out faces &amp; number plates of cars, but in Germany people have the right to request that the image of their house can be removed. Right now this is a storm in a tea cup for the German regional Information Commissioner, Dr Johannes Caspar. <a href="http://de.engadget.com/2010/08/15/bereits-mehr-als-10-000-einspruche-gegen-street-view/">Some</a>{DE} <a href="http://www.golem.de/1008/77214.html">newspapers</a> {DE} are reporting that there are over 10,000 requests already to remove information, and it&#8217;s expected that this number will continue to grow. </p>
<p>I must admit, I think that these people are forgetting how the internet works. This type of information is not just available from Google. Here are a series of videos from a <a href="http://www.e-rent.de/strassen-videos-duesseldorf/strassen-videos-duesseldorf-m.05.htm">Düsseldorf letting agency</a>, which show houses and other details of locations through the city. People fail to realise there isn&#8217;t much you can do from stopping someone taking a picture of your house, and putting it on a service like <a href="http://www.panoramio.com/">Panoramio</a>, here is an example of <a href="http://www.panoramio.com/photo/16978165">a house</a> close to my office. And the bigger question, is this something you should be able to request ? Is this an invasion of privacy (either morally or legally) to have a picture of your house on the internet without your permission ? All that Google is doing is making this information easy to use, and filling in the many holes in what other services offer.  While I realise that <a href="http://guidedmunich.com/german-privacy-laws/">Germany&#8217;s privacy laws on photography of people</a> are stringent, I really don&#8217;t understand why this could extend to an image of your house.  </p>
<p>There are other issues that I wonder about, like if you live in an apartment building, and one person requests your building removed, but the other 11 tenants are perfectly happy with the image being included. In the end, my fear is that it will just render this service unusable in Germany. </p>
<h2>Google Video on Street View Privacy</h2>
<p>Here is a video from Google&#8217;s Street View page in German that talks about <a href="http://www.google.com/intl/de_de/help/maps/streetview/privacy.html">data privacy</a> {DE}, from their microsite about this topic.<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://www.youtube.com/v/ji63biVGcbY&amp;rel=0&amp;color1=0xb1b1b1&amp;color2=0xd0d0d0&amp;hl=en_US&amp;feature=player_embedded&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="385" src="http://www.youtube.com/v/ji63biVGcbY&amp;rel=0&amp;color1=0xb1b1b1&amp;color2=0xd0d0d0&amp;hl=en_US&amp;feature=player_embedded&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<h2>Street View German Cities</h2>
<p>The cities list  of cities that google plans to roll out streetview in, via <a href="http://google-produkt-kompass.blogspot.com/2010/08/street-view-kommt-noch-dieses-jahr-nach.html">google blog</a> {DE} :<br />
Berlin, Bielefeld, Bochum, Bonn, Bremen, Dortmund, Dresden, Duisburg, Düsseldorf, Essen, Frankfurt am Main, Hamburg, Hannover, Köln, Leipzig, Mannheim, München, Nürnberg, Stuttgart and Wuppertal.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackdog.ie/blog/street-view-germany/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Moo Business Cards</title>
		<link>http://www.blackdog.ie/blog/moo-business-cards/</link>
		<comments>http://www.blackdog.ie/blog/moo-business-cards/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 09:30:01 +0000</pubDate>
		<dc:creator>Paul Savage</dc:creator>
				<category><![CDATA[About]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[cards]]></category>
		<category><![CDATA[moo]]></category>

		<guid isPermaLink="false">http://www.blackdog.ie/blog/?p=378</guid>
		<description><![CDATA[A quick look at who does my business cards, seeing as a handful of people have asked in the past. A little thought and design invested in your cards should make you <em>that</em> little bit more memorable. 
<a href="http://www.blackdog.ie/blog/moo-business-cards/"><img src="http://www.blackdog.ie/blog/wp-content/uploads/top-cards.jpg" border="0"></a>]]></description>
			<content:encoded><![CDATA[<p>A few people have asked me in the past as to where I get my business cards printed, the answer is simple, <a href="http://www.moo.com/">moo.com</a>. They allow you to upload multiple reverse side images, to which I generally include our URL, and then on the front, you can chose a static image and your text details. Below is a copy of the backgrounds I&#8217;ve used for my cards, all following the <a href="http://www.blackdog.ie/">black dog</a> idea.</p>
<h2>Business Card Backgrounds</h2>
<p><img class="aligncenter size-full wp-image-379" title="New biz cards" src="http://www.blackdog.ie/blog/wp-content/uploads/Recently-Updated.jpg" alt="" width="640" height="400" /></p>
<h2>Using Business Cards</h2>
<p>As the backgrounds are all different, you do get a few interesting looks handing out business cards. Some people think you are giving their colleague a different / special / secret card, compared with the one they are getting. To be honest I am not a big fan of handing out business cards (and these ones will probably last a year), but in certain circles it looks bad if someone gives you their card and you can&#8217;t offer one in return. At the very least the business cards are good for entering competitions in trade shows and at hotels <img src='http://www.blackdog.ie/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  For anyone settings themselves up in business and starting out, a few euros and an hour invested in some cards should help.</p>
<p>Right now they have an offer, which only runs until tonight, where you can get 200 cards for about €50, <a href="http://uk.moo.com/en/products/">see here</a>. Or to test is about €15 for 50. They have an email list too which regularly sends out offers.</p>
<p>One final moo tip : unless your company is a really focused on the environment, avoid the eco paper cards. The finish isn&#8217;t as polished on they as it is for the matt (no recycled card) business cards.</p>
<p>btw. I will be the first to admit that my cards aren&#8217;t as cool as <a href="http://www.t4f.org/projects/business-card">these cards</a>, being an ex-electronic engineer I find them really intriguing.</p>
<h2>Delivery !</h2>
<p>And five days after I&#8217;ve ordered they&#8217;ve popped up on my door.</p>
<div id="attachment_392" class="wp-caption aligncenter" style="width: 586px"><img class="size-full wp-image-392" title="Moo !" src="http://www.blackdog.ie/blog/wp-content/uploads/IMG_0768.jpg" alt="" width="576" height="384" /><p class="wp-caption-text">Presentation</p></div>
<div id="attachment_393" class="wp-caption aligncenter" style="width: 586px"><img class="size-full wp-image-393" title="the cards" src="http://www.blackdog.ie/blog/wp-content/uploads/IMG_0769.jpg" alt="" width="576" height="384" /><p class="wp-caption-text">The packaging</p></div>
<div id="attachment_394" class="wp-caption aligncenter" style="width: 586px"><img class="size-full wp-image-394" title="finished product" src="http://www.blackdog.ie/blog/wp-content/uploads/IMG_0770.jpg" alt="" width="576" height="384" /><p class="wp-caption-text">The Moo Cards</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.blackdog.ie/blog/moo-business-cards/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Gaming Google’s Local Business Listing</title>
		<link>http://www.blackdog.ie/blog/google-local-business/</link>
		<comments>http://www.blackdog.ie/blog/google-local-business/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 07:29:08 +0000</pubDate>
		<dc:creator>Paul Savage</dc:creator>
				<category><![CDATA[studies]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[local]]></category>

		<guid isPermaLink="false">http://www.blackdog.ie/blog/?p=361</guid>
		<description><![CDATA[Taking advantage of Google Places and down right abusing it is a fine line. Here I show a tactic that a Munich company is doing to get multiple listings for the same SERP maps. It seems a little easy to get multiple listings, and I'm rather surprised that Google isn't on top of this a bit more. ]]></description>
			<content:encoded><![CDATA[<p><strong>Google&#8217;s Local Business Center</strong> (now called <strong>Google Places</strong>) hasn&#8217;t been without it&#8217;s <a href="http://www.blackdog.ie/blog/google-local-business-center/">problems in the past</a>, but today I did come across an interesting tactic that can probably help you get listed in <strong>multiple places </strong>in the local business results. Now I don&#8217;t condone this tactic, but perhaps by highlighting it Google will get that little bit smarter and they in turn will update things. <img src='http://www.blackdog.ie/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>This morning I was looking for a T-shirt printer in Munich, and I typed in the following search query [<a href="http://www.google.de/#hl=en&amp;source=hp&amp;q=tshirt+druck&amp;fp=9d1708a27e7447b1">tshirt druck</a>] on google.de , and after position 3, I see the google places map.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-362" title="local-business" src="http://www.blackdog.ie/blog/wp-content/uploads/local-business.png" alt="" /></p>
<p>Casually checking out C &amp; D, I didn&#8217;t notice that they had the same phone number. But both results brought me to the same same website. On closer inspection we see that munich-t-shirt.com 301 redirects to stadtkopierer.de, but none the less google places lists them both.</p>
<p>btw. <strong>stadtkopierer </strong>I am also surprised you have 20 reviews, when your competitors have 0, but maybe that&#8217;s a topic for another day.</p>
<h2>Steps to create a multiple listing</h2>
<p>Things that will probably need to be unique :</p>
<ul>
<li>website URL</li>
<li>email address</li>
<li>business title</li>
</ul>
<p>Things that probably don&#8217;t need to be unique :</p>
<ul>
<li>phone number</li>
<li>location</li>
</ul>
<p>I did notice that the two websites have different WHOIS &amp; DNS settings, but I&#8217;m guessing that this also isn&#8217;t so necessary.</p>
<h2>Adding your business on Google Places</h2>
<p>To add your business to google places, simply log in to your google account and visit <a href="http://www.google.com/local/add/">http://www.google.com/local/add/</a>, here you will be guided through the process. My only tip here would be to include as much information as possible.</p>
<p>I&#8217;m not going to go too in-depth as to why being listed on Google places is absolutely important. But if you are selling a product and have a physical presence in a town or city, then having a listing will deliver you a great leads of  customers who want your product in a specific area. (examples : wedding planner {city name}, dentist near {postcode} , gardner {town} , etc, etc.) You know that people searching for these types of things are more prepared to buy, than someone looking for general information. Test it yourself, google [<a href="http://www.google.ie/#hl=en&#038;q=tv+shop">tv shop</a>] &#038; [<a href="http://www.google.ie/#hl=en&#038;q=tv+shop+dublin">tv shop dublin</a>], and see how Google treats the different visitors.</p>
<p><em>Now I&#8217;m off to do a little further testing <img src='http://www.blackdog.ie/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackdog.ie/blog/google-local-business/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Allow dashes for FrontEndUsers in CMSMS</title>
		<link>http://www.blackdog.ie/blog/allow-dashes-for-frontendusers-in-cmsms/</link>
		<comments>http://www.blackdog.ie/blog/allow-dashes-for-frontendusers-in-cmsms/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 10:00:26 +0000</pubDate>
		<dc:creator>Paul Savage</dc:creator>
				<category><![CDATA[misc]]></category>
		<category><![CDATA[cmsms]]></category>
		<category><![CDATA[code]]></category>

		<guid isPermaLink="false">http://www.blackdog.ie/blog/?p=354</guid>
		<description><![CDATA[A quick fix for allowing dashes/hyphens in email addresses in the FrontEndUsers for CMSMS. A quick piece of code, better shared.]]></description>
			<content:encoded><![CDATA[<p>Recently I was posed with a question using one of my favourite CMS&#8217;s, namely <a href="http://www.cmsmadesimple.org/">CMSMS</a>. As will all apps that require email addresses, making sure it&#8217;s a valid email address is not as easy you would think. Coupled with the possibility of underscores, dashes, plus signs, etc, it can be a nightmare.</p>
<p>The <a href="http://dev.cmsmadesimple.org/projects/frontendusers/">FrontEndUser Module</a> is a great addition, where it allows you to have a login for your site, and display certain parts of templates whether a user is logged in or not. Sadly their email validation is slightly flawed, as it didn&#8217;t like email addresses with dashes in the username part.</p>
<p>I came across a great post titled &#8220;<a href="http://fightingforalostcause.net/misc/2006/compare-email-regex.php">Comparing E-mail Address Validating Regular Expressions</a>&#8221;  , which show various examples of what regular expressions will match and check for valid email addresses.</p>
<h2>FrontEndUser Fix</h2>
<p>To fix the <strong>FrontEndUser </strong>module to allow dashes (some of you call them hyphens) you can take the following steps</p>
<ul>
<li>go to <em>/modules/FrontEndUsers/FrontEndUsers.api.php</em></li>
<li>find the function <strong>IsValidEmailAddress </strong>around line 965</li>
<li>comment out :</li>
</ul>
<p><code>if( !eregi("^[_a-z0-9-\.-]+(\.[_a-z0-9-\.-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,4})$", $email ) )</code></p>
<ul>
<li>and replace it with</li>
</ul>
<p><code> $reg ='/^([\w\!\#$\%\&amp;\'\*\+\-\/\=\?\^\`{\|\}\~]+\.)*[\w\!\#$\%\&amp;\'\*\+\-\/\=\?\^\`{\|\}\~]+@((((([a-z0-9]{1}[a-z0-9\-]{0,62}[a-z0-9]{1})|[a-z])\.)+[a-z]{2,6})|(\d{1,3}\.){3}\d{1,3}(\:\d{1,5})?)$/i';<br />
	if( preg_match($reg, $email ) )</p>
<p></code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackdog.ie/blog/allow-dashes-for-frontendusers-in-cmsms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The next product from google ?</title>
		<link>http://www.blackdog.ie/blog/google-credit-card/</link>
		<comments>http://www.blackdog.ie/blog/google-credit-card/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 17:03:06 +0000</pubDate>
		<dc:creator>Paul Savage</dc:creator>
				<category><![CDATA[misc]]></category>
		<category><![CDATA[credit card]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[irishblogs]]></category>

		<guid isPermaLink="false">http://www.blackdog.ie/blog/?p=343</guid>
		<description><![CDATA[On this rainy Tuesday in Munich, I had a thought, and I don't think it's a "why not" question, rather a "when" question. When will Google start to offer credit cards ?]]></description>
			<content:encoded><![CDATA[<p><em>Note : this is just more a little mind wander, rather than an actual Google product, but it&#8217;s one that I can really could foresee them producing. </em></p>
<h3>The next thing from Google</h3>
<p><img class="aligncenter size-full wp-image-344" title="google-credit-card" src="http://www.blackdog.ie/blog/wp-content/uploads/google-credit-card.png" alt="" width="437" height="350" /><br />
I&#8217;m thinking out loud here, while looking at my credit card bill earlier today I am really quite surprised that Google hasn&#8217;t launched their own version of a <strong>credit card</strong>. They already have a payment gateway, <a href="http://checkout.google.com"><strong>google checkout</strong></a>, which can provide data on consumer spending processes. But it is limited to online transactions. I&#8217;m sure that offline transactions, and the data set of</p>
<ul>
<li>what people buy with the cards</li>
<li>where they are when they purchase</li>
<li>what time of the day they purchase</li>
<li>what their average purchase amount is</li>
<li>frequency of purchasing at a location</li>
<li>etc.</li>
</ul>
<p>could nicely be tied in with the data on into</p>
<ul>
<li>how they search (google search)</li>
<li>use a phone (google voice)</li>
<li>use broadband</li>
<li>use email (Gmail)</li>
<li>use health care (<a href="http://health.google.com">health.google.com</a>)</li>
<li>etc.</li>
</ul>
<p>to allow them to create a comprehensive profile of a person, and ultimately target ads to people with products that  now that they like to buy.</p>
<p><em>Again this would align with their strategy to organise the worlds data. </em>hen I see Google touching into these markets with their recent  <a href="https://www.google.com/comparisonads/ukcredit#ti=0">credit card comparison</a> tool for the UK, I really start to think that it could be a possibility.</p>
<p>We&#8217;ve seen how they will soon destroy the<strong> GPS industry</strong> with their <a href="http://www.google.com/mobile/navigation/">Google Maps Navigation</a> (which I wish would be launched in Europe, so please hurry up) to provide <strong>free turn by turn directions</strong> to users instead of having to buy rather expensive GPS devices. Google entered the market under the radar so to say, by licencing the content until they were in a position to use their own. Maybe with the comparison tool google will be able to see what offers interest consumers most, is it a low APR , balance transfer or rewards ?</p>
<h3>Ways to make the Google Credit Card attractive</h3>
<p>I&#8217;m sure they will want to avoid another backlash like they got from the launch of Buzz earlier this year, so it will have to be something people are willing to trade their data for. Most cards in the United States don&#8217;t have an annual fee, unlike European cards, so I don&#8217;t think that a no-fee card would be a such an attractive proposition. And offers of points, air miles and cash back are also quite standard. To catch the attention of the public it would probably need to be something significantl that people wouldn&#8217;t mind their purchasing data being analysed. My thoughts that it would be something with an extended credit limit, lower balance, and then tied in with another google product like say a free phone for example. Again these are just some random thoughts on what they could do.</p>
<p>One other possible entry into the market would be to purchase one of the smaller credit card companies, like say Discover.</p>
<h3>After Google Credit Card</h3>
<p>And what will Google do after that. Could Google start to be an cheap <a href="http://mashable.com/2010/02/20/google-energy/">energy provider</a> or even a  bank ? <em>Sure why not ! </em>At the end of the day it&#8217;s all data.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackdog.ie/blog/google-credit-card/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Should a good SEO company rank for [SEO] ?</title>
		<link>http://www.blackdog.ie/blog/ranking-for-seo/</link>
		<comments>http://www.blackdog.ie/blog/ranking-for-seo/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 09:30:56 +0000</pubDate>
		<dc:creator>Paul Savage</dc:creator>
				<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[irishblogs]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://www.blackdog.ie/blog/?p=331</guid>
		<description><![CDATA[A quick post to dispel some of the myths that dubious SEO companies use as a sales pitch. Read our tips about how you can separate facts from fiction in the on-line world and be in a postion to ask the right  questions. ]]></description>
			<content:encoded><![CDATA[<p>This question &#8220;<em>Should a good SEO company rank for [SEO]</em> ?&#8221; has popped up a number of times when I meet people to discuss SEO. Also for some SEO firms it&#8217;s a point of boasting or a sales pitch, saying that they can rank for some great terms like :</p>
<ul>
<li>SEO</li>
<li>Search Engine Optimisation</li>
<li>Search Engine Optimization</li>
<li>SEO consultant</li>
<li><em>etc</em>.</li>
</ul>
<p><img class="aligncenter size-full wp-image-332" title="seo-search" src="http://www.blackdog.ie/blog/wp-content/uploads/seo-search.png" alt="" width="600" height="474" /><br />
<em>Note: </em> I&#8217;m not slamming anyone company in these examples, <em>well maybe one</em>, but this is not the point of the post. I want to give some <strong>tips on  picking a SEO company</strong> so that you know the right questions to ask and know when someone is pulling the wool (a little) over your eyes.</p>
<h3>Reality Time</h3>
<p>A sad fact in this matter is that people searching for [SEO] are more likely to be other SEO companies, rather than potential clients looking for some SEO help. So the fact that they rank for SEO probably doesn&#8217;t even help their bottom line. Here is a little comparison between the number of searches for [SEO] and the number of searches for [cake recipe] using a popular enough keyword [house prices] as a scale. This graph relates to the worldwide view rather than just Ireland.<br />
<img src="http://www.blackdog.ie/blog/wp-content/uploads/trends.png" alt="" title="trends" width="615" height="463" class="aligncenter size-full wp-image-337" /><br />
It just can&#8217;t be that there are similar enough numbers of people looking to bake cakes, as there are people looking for information on SEO. My tip would be if a company says they rank for a keyword, give it a check on <a href="http://www.google.com/trends">google trends</a> or on <a href="https://adwords.google.com/select/KeywordToolExternal">google keyword tool for adwords</a> to find out exactly how popular it is. </p>
<p>Looking at the amount of enquiries  I got last year, and the % of them which came from the keyword [SEO] I would have to say it was close to zero. I would hazard a guess that the a lot of my manual  comment SPAM for SEO tools and link building etc, is from dubious firms putting these keywords into their browser and going through the first few pages of Google results to find some links. So the fact that a company ranks for [SEO] doesn&#8217;t really help them, rather it probably wastes a bit of their resources, unless they are using it for bragging rights. </p>
<h3>Final Thoughtson hiring a SEO company</h3>
<p>If you are going to hire a SEO company, ask more about what they do and how they do things. What is their approach to site structure ? And how to they go about procuring back links ? Don&#8217;t be fooled when a company says that they are  are #1 or #2 for  a particular {keyword}, and therefore they must be good and they will be able to get you to rank at a high position too. Rather, ask for real life cases they have worked on, and what the resulting traffic increase has been because of their SEO efforts. Request Google Analytics data (or some other statistical report) of before and after the SEO campaign, and if necessary verify with their client that the SEO company has actually done this. </p>
<p><em>An aside : </em>And oh, here are our SERPs for SEO <img src='http://www.blackdog.ie/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  so we do rank somewhere, but just not <em>that high</em>, but then again we are not looking for new clients, so that&#8217;s okay.<br />
<img src="http://www.blackdog.ie/blog/wp-content/uploads/seo-search-2.png" alt="" title="seo-search-2" width="601" height="600" class="aligncenter size-full wp-image-334" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackdog.ie/blog/ranking-for-seo/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How to save some of the PayPal fees</title>
		<link>http://www.blackdog.ie/blog/reduced-paypal-fees/</link>
		<comments>http://www.blackdog.ie/blog/reduced-paypal-fees/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 09:02:19 +0000</pubDate>
		<dc:creator>Paul Savage</dc:creator>
				<category><![CDATA[misc]]></category>

		<guid isPermaLink="false">http://www.blackdog.ie/blog/?p=320</guid>
		<description><![CDATA[A quick look at how you can bring down the transaction charge of 3.4% to 2% for PayPal transactions using their MassPay feature. It works for all amounts, but once you start sending larger values of cash the fees start to add up, and this method can save you almost half the charge. And it's easy !]]></description>
			<content:encoded><![CDATA[<p>Here is a quick tip on how to <strong>save paying PayPal fees</strong>. I was sending a large amount of euros today, and this would have resulted in about €50 of fees. So I did a bit of poking around and came across this tip, with this method it brought it down the fees to €30.</p>
<p>The stipulation for this to work is that you need to have either a <strong>Premier </strong>or a <strong>Business account</strong>. There is a feature called <strong>MassPay on Paypal </strong>where if you wanted to send multiple payments, you can simply upload a CSV file with the email address, the cash  amount and the currency. The fees here are much less, and there is just a flat fee <strong>charge of 2%</strong>. Here is what you need to do :</p>
<ol>
<li>open up notepad</li>
<li>enter in person@email.com &lt;tab&gt; cashvalue &lt;tab&gt; currency code (USD / EUR/ etc)</li>
<li>for multiple payments you can enter the same as 2 , on the next line</li>
<li>save as ASCII .TXT file.</li>
<li>login to paypal and find the mass pay link at the bottom of the page</li>
<li>click make <strong>Mass Payment</strong> on the left hand side of the info page</li>
<li>fill out the form, and identify people with email address when asked.</li>
<li>click review, do a review and see the fees.</li>
<li>Click send and save some fees !</li>
</ol>
<p><img class="aligncenter size-full wp-image-322" title="paypal-fees" src="http://www.blackdog.ie/blog/wp-content/uploads/paypal-fees.jpg" alt="" width="480" height="360" /></p>
<h2>Paypal Fee Savings</h2>
<p>For example if you wanted to send someone exactly €1000, it would typically cost you 3.4% plus €0.35 for the transaction charge so you would need to send an extra €35.56 . With Mass pay this would be the flat 2% or €20. Also what is nice with this method, you don&#8217;t need to calculate what you should pay someone via paypal so they get €1000, rather you would have the CSV file person@email.com  1000 EUR</p>
<p>So not only does it save you a few quid, the payee doesn&#8217;t see the unusual €1035.36 transaction, and a fee charge,  rather just get an entry for the whole €1000.</p>
<p>It obviously works for smaller amounts, so it depends on whether you want to spend the extra few steps to save cash. I always think, better in your pocket than someone else&#8217;s !</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackdog.ie/blog/reduced-paypal-fees/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Merry Christmas</title>
		<link>http://www.blackdog.ie/blog/merry-christmas-09/</link>
		<comments>http://www.blackdog.ie/blog/merry-christmas-09/#comments</comments>
		<pubDate>Fri, 25 Dec 2009 09:17:04 +0000</pubDate>
		<dc:creator>Paul Savage</dc:creator>
				<category><![CDATA[About]]></category>
		<category><![CDATA[misc]]></category>
		<category><![CDATA[christmas]]></category>
		<category><![CDATA[irishblogs]]></category>
		<category><![CDATA[thanks]]></category>

		<guid isPermaLink="false">http://www.blackdog.ie/blog/?p=316</guid>
		<description><![CDATA[Merry Christmas everyone !]]></description>
			<content:encoded><![CDATA[<p>A quick post to say thanks to my few clients who trusted me to get their <a href="http://www.blackdog.ie/blog/google-penalty/">website back in the index</a> or to tweak their pages to get a few more visitors to their pages. Thanks to those who have collaborated on projects, have shared their code, and even offered their business advice. It was more than a pleasure emailing, talking on the phone, skype or on IM with you. The first year in business was a bit of an eye opener, a challenge at times and a steep learning curve. Thanks for helping me get there. </p>
<p><a href="http://www.blackdog.ie/blog/wp-content/uploads/IMG_0315.jpg"><img src="http://www.blackdog.ie/blog/wp-content/uploads/IMG_0315.jpg" alt="" title=" Happy Festivus" width="293" height="448" class="aligncenter size-full wp-image-317" /></a></p>
<p><em>Merry Christmas !</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackdog.ie/blog/merry-christmas-09/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Google User Interface tests</title>
		<link>http://www.blackdog.ie/blog/google-user-interface-tests/</link>
		<comments>http://www.blackdog.ie/blog/google-user-interface-tests/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 09:23:06 +0000</pubDate>
		<dc:creator>Paul Savage</dc:creator>
				<category><![CDATA[misc]]></category>

		<guid isPermaLink="false">http://www.blackdog.ie/blog/?p=304</guid>
		<description><![CDATA[A quick look and video at one of google's user interface (UI) tests they recently ran.]]></description>
			<content:encoded><![CDATA[<p>From time to time you hear of Google tweaking their UI (User Interface). As they have such a large population of users it&#8217;s not often you actually get to be in one of these test groups. Below is a video of a recent test they performed, and my main google a/c was in the test. In this particular test Google remove all the surrounding links : </p>
<ul>
<li><img src="http://www.blackdog.ie/blog/wp-content/uploads/links1.png" alt="links1" title="links1" width="378" height="38" class="aligncenter size-full wp-image-307" /></li>
<li><img src="http://www.blackdog.ie/blog/wp-content/uploads/links2.png" alt="links2" title="links2" width="227" height="39" class="aligncenter size-full wp-image-308" /></li>
<li><img src="http://www.blackdog.ie/blog/wp-content/uploads/links3.png" alt="links3" title="links3" width="530" height="95" class="aligncenter size-full wp-image-309" /></li>
</ul>
<p>And once you focus your mouse on the input box to put in your search query, the other links are then shown. For this test it wasn&#8217;t every visit to google.de resulted in such a behaviour, it was more randomised.<br />
<H2>Google UI Testing Video</h2>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="345" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="flashvars" value="i=25268" /><param name="allowFullScreen" value="true" /><param name="src" value="http://screenr.com/Content/assets/screenr_0817090731.swf" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="345" src="http://screenr.com/Content/assets/screenr_0817090731.swf" allowfullscreen="true" flashvars="i=25268"></embed></object><br />
<em>Use full screen to see more details.</em></p>
<p>Google can generate valuable information from these testing sessions in the areas of <a href="http://www.blackdog.ie/usability/">usability</a> / accessibility / user experience / conversion optimisation. What do you think of all these Google UI tests ?   </p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackdog.ie/blog/google-user-interface-tests/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick round up November</title>
		<link>http://www.blackdog.ie/blog/november-2009/</link>
		<comments>http://www.blackdog.ie/blog/november-2009/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 14:48:36 +0000</pubDate>
		<dc:creator>Paul Savage</dc:creator>
				<category><![CDATA[misc]]></category>

		<guid isPermaLink="false">http://www.blackdog.ie/blog/?p=298</guid>
		<description><![CDATA[A quick round up of a few things that I should mention.]]></description>
			<content:encoded><![CDATA[<p>Things have been extremely busy here at <a href="http://www.blackdog.ie/">blackdog.ie</a> but there are a few updates I would like to bring to the few people who read here.</p>
<ol>
<li>The 3rd <a href="http://www.barcampcork.com"><strong>Bar Camp Cork</strong></a> is on next weekend, <em>November 14th 2009</em>. If you can make it I would really advise popping along and listening in on some of the talks (or even giving a talk yourself). <a href="http://www.blackdog.ie/blog/barcampcork-a-quick-review/">Last year</a> it was the first event of it&#8217;s kind I went to, and it was worth travelling back from Munich to attend.  I met some great people and actually learned alot from it. If you want to meet some  motivated online entrepreneurs and IT geniuses then this is the place to be. Sadly I can&#8217;t make it this year, but hopefully I will be there again next year.<br />
<img class="aligncenter size-full wp-image-300" title="barcamp3" src="http://www.blackdog.ie/blog/wp-content/uploads/barcamp3.gif" alt="barcamp3" width="655" height="165" /></li>
<li>The SEO world tends to get a bad reputation for dubious offerings, being over priced or just plain out lying. Often these companies contact clients of mine offering the sun, moon and stars. They tend to talk about  special affiliations to google, and promise that they can achieve organic SEO #1 positions for competitive keywords.  A while ago, <a href="http://www.thecostumeshop.ie/">fancy dress</a> mogul <strong>Ronan O&#8217;Brien</strong> called foul over a SEO company <a href="http://www.ronanobrien.info/selling-first-place-on-google-scam/">Storm Media</a> , and managed to grab their attention via his blog. Check out the <a href="http://www.ronanobrien.info/selling-first-place-on-google-scam/">blog post about Storm Media</a>. This company has also been covered by other Irish bloggers like <a href="http://www.whatswhat.ie/blog/2009/09/matchmaker-marketing-uk-targeting-irish-businesses/">Sian Phillips</a></li>
</ol>
<p>Hopefully the next update won&#8217;t be as long coming.:D</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackdog.ie/blog/november-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Halloween Fun</title>
		<link>http://www.blackdog.ie/blog/google-halloween-fun/</link>
		<comments>http://www.blackdog.ie/blog/google-halloween-fun/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 17:38:13 +0000</pubDate>
		<dc:creator>Paul Savage</dc:creator>
				<category><![CDATA[misc]]></category>

		<guid isPermaLink="false">http://www.blackdog.ie/blog/?p=293</guid>
		<description><![CDATA[Google is having a little fun this Halloween by including a little "easter egg" in their robots.txt]]></description>
			<content:encoded><![CDATA[<p>The guys and girls at google do like to have fun. Yesterday in their <strong>robots.txt</strong> file the included the following code (in fact it&#8217;s still there, but probably won&#8217;t remain there for long).</p>
<blockquote><p>User-agent: Kids<br />
Disallow: /tricks<br />
Allow: /treats</p></blockquote>
<p>And last year they also had a special edition :</p>
<blockquote><p>User-agent: zombies<br />
Disallow: /brains</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.blackdog.ie/blog/google-halloween-fun/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

