<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title></title>
	<atom:link href="http://www.hairylemon.co.nz/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hairylemon.co.nz/blog</link>
	<description></description>
	<lastBuildDate>Fri, 17 May 2013 04:26:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Why you should embed video with HTML5 vs Flash</title>
		<link>http://www.hairylemon.co.nz/blog/why-embed-your-video-using-html-5/</link>
		<comments>http://www.hairylemon.co.nz/blog/why-embed-your-video-using-html-5/#comments</comments>
		<pubDate>Fri, 17 May 2013 04:26:24 +0000</pubDate>
		<dc:creator>Phillip van Bussel</dc:creator>
				<category><![CDATA[Web development]]></category>
		<category><![CDATA[embedding multimedia]]></category>
		<category><![CDATA[HTML 5]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.hairylemon.co.nz/blog/?p=1091</guid>
		<description><![CDATA[The future of web and mobile browsing promises a far more consistent experience, no matter whether you are using an Apple or Android device, thanks to HTML5. HTML5 provides streamlined features that enable developers to use less code for a<p class="read-more"><a class="moretag" href="http://www.hairylemon.co.nz/blog/why-embed-your-video-using-html-5/"> Read the full post</a></p>]]></description>
			<content:encoded><![CDATA[<p>The future of web and mobile browsing promises a far more consistent experience, no matter whether you are using an Apple or Android device, thanks to HTML5.</p>
<p><span id="more-1091"></span></p>
<p>HTML5 provides streamlined features that enable developers to use less code for a better result.</p>
<p>When it comes to embedding videos and audio into your web experience, which has historically been achieved using Flash or other 3rd party platforms, HTML5 has taken another bold step forward.</p>
<div style="position: relative; width: 384px; height: 216px; background-color: #000; float: right; margin-top: 5px;">
<p><video width="384" height="216" style="position: relative;" controls="controls" autoplay="autoplay" title="Watch as Graham zooms around the office on his YikeBike!"><source src="http://www.hairylemon.co.nz/components/com_wordpress/wp/wp-content/uploads/2013/05/YikeBike.mp4" type="video/mp4" /><source src="http://www.hairylemon.co.nz/components/com_wordpress/wp/wp-content/uploads/2013/05/YikeBike.ogv" type="video/ogg" /><object style="position: relative;" width="384" height="216" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="flashVars" value="autoplay=true&amp;controls=true&amp;fullScreenEnabled=true&amp;posterOnEnd=true&amp;loop=false&amp;poster=video/yikebike.jpg&amp;src=video/YikeBike.m4v" /><param name="src" value="http://www.hairylemon.co.nz/components/com_wordpress/wp/wp-includes/js/tinymce/plugins/media/moxieplayer.swf" /><param name="flashvars" value="url=/components/com_wordpress/wp/wp-content/uploads/2013/05/YikeBike.mp4&amp;poster=/components/com_wordpress/wp/wp-admin/" /><param name="allowfullscreen" value="true" /><param name="wmode" value="transparent" /><param name="pluginspage" value="http://www.adobe.com/go/getflashplayer_en" /><param name="allowscriptaccess" value="true" /><embed style="position: relative;" width="384" height="216" type="application/x-shockwave-flash" src="http://www.hairylemon.co.nz/components/com_wordpress/wp/wp-includes/js/tinymce/plugins/media/moxieplayer.swf" allowFullScreen="true" flashVars="autoplay=true&amp;controls=true&amp;fullScreenEnabled=true&amp;posterOnEnd=true&amp;loop=false&amp;poster=video/yikebike.jpg&amp;src=video/YikeBike.m4v" flashvars="url=/components/com_wordpress/wp/wp-content/uploads/2013/05/YikeBike.mp4&amp;poster=/components/com_wordpress/wp/wp-admin/" allowfullscreen="true" wmode="transparent" pluginspage="http://www.adobe.com/go/getflashplayer_en" allowscriptaccess="true" /> <img alt="Video playback is not supported by your browser" src="http%3A//www.hairylemon.co.nz/components/com_wordpress/wp/wp-content/uploads/2013/05/yikebike.jpg" style="position:absolute;left:0;" width="384" height="216" title="Video playback is not supported by your browser" /> </object> </video></p>
<p>&nbsp;</p>
</div>
<p>Now, with a little encoding and either a video or audio tag, you can simply embed your media directly into your site, no flash players or 3rd parties needed.</p>
<p>Each browser renders it&#8217;s own unique controls on the video. By removing a simple attribute you can remove the controls and use video seamlessly as part of your design.</p>
<p>I know what you&#8217;re thinking, <em>&#8220;Why wouldn&#8217;t I just embed using flash, like I always have?&#8221;</em> Well, as most people who own Apple mobile devices know, Flash is still unsupported on iOS.</p>
<p>With the power of HTML5 we can be secure in the knowledge that all up-to-date mobile platforms can view our media. The video showing above has a flash alternative embedded solely as a fallback just in case your browser is out-of-date and does not support HTML5.</p>
<p>Of course this bold step forwards has a sideways shuffle in respects to backwards compatibility, as older releases of your favourite browsers may not be compatible with HTML5. However your Apple devices that don&#8217;t support Flash will make up for it.</p>
<h3 style="margin-bottom: 2px;">New Features</h3>
<p>There are a huge amount of new things implemented with HTML5, including on the fly email validation on text fields and other form related features, multimedia as described above, the ability to work with vector graphics and much, much more! For a complete run down of all the new features I recommend reading up on <a href="http://en.wikipedia.org/wiki/HTML5" target="_blank">en.wikipedia.org/wiki/HTML5</a> or on <a href="http://www.w3schools.com/html/html5_intro.asp" target="_blank">www.w3schools.com/html/html5_intro.asp</a></p>
<h3 style="margin-bottom: 2px;">Depreciated Features</h3>
<p>As the standards grow and change they drop some of the older tags that have become irrelevant. More often than not this is merely because there is a better way to achieve the same results with CSS or a new tag.</p>
<p>Here is a list of depreciated tags: Acronym, applet, basefront, big, center, dir, font, frame, frameset, isindex, noframes, strike, tt. As a general rule of thumb, these tags should no longer be used. They will however still work on most of your browsers for the foreseeable future.</p>
<h3 style="margin-bottom: 2px;">Other Great Examples of HTML 5</h3>
<p><a href="http://www.youtube.com/html5" target="_blank"><img class="alignright size-full wp-image-1218" title="YouTubeHTML5" src="http://www.hairylemon.co.nz/components/com_wordpress/wp/wp-content/uploads/2013/05/YouTubeHTML5.png" alt="" width="150" height="130" /></a>Multimedia giant YouTube has taken the leap and is offering an opt-in trial for you to switch over to HTML5, which I know I&#8217;ll be doing! <a href="http://www.youtube.com/html5" target="_blank">www.youtube.com/html5</a> to opt-in!</p>
<p>You may notice that YouTube&#8217;s mobile site at <a href="http://m.youtube.com" target="_blank">m.youtube.com</a> has also moved over to HTML5 now supporting most mobile devices!</p>
<p>&nbsp;</p>
<p><a href="http://www.grooveshark.com"><img class="alignright size-full wp-image-1226" title="Grooveshark-HTML5" src="http://www.hairylemon.co.nz/components/com_wordpress/wp/wp-content/uploads/2013/05/Grooveshark-HTML5.jpg" alt="" width="150" height="115" /></a><a href="http://www.grooveshark.com" target="_blank">Grooveshark</a>, a very popular steaming audio website has launched an HTML 5 version of it&#8217;s mobile player to reach more mobile users than ever before!</p>
<p><a title="Grooveshark's mobile HTML5 help and information page." href="http://help.grooveshark.com/customer/portal/topics/290-Mobile" target="_blank">More information is available here </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hairylemon.co.nz/blog/why-embed-your-video-using-html-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.hairylemon.co.nz/components/com_wordpress/wp/wp-content/uploads/2013/05/YikeBike.mp4" length="0" type="video/mp4" />
<enclosure url="http://www.hairylemon.co.nz/components/com_wordpress/wp/wp-content/uploads/2013/05/YikeBike.ogv" length="0" type="video/ogg" />
		</item>
		<item>
		<title>Why are Security Upgrades so Important?</title>
		<link>http://www.hairylemon.co.nz/blog/protect-your-site-from-hackers/</link>
		<comments>http://www.hairylemon.co.nz/blog/protect-your-site-from-hackers/#comments</comments>
		<pubDate>Fri, 03 May 2013 07:56:20 +0000</pubDate>
		<dc:creator>Gorrie Coe</dc:creator>
				<category><![CDATA[Web development]]></category>
		<category><![CDATA[protect from hackers]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[website security]]></category>

		<guid isPermaLink="false">http://www.hairylemon.co.nz/blog/?p=1072</guid>
		<description><![CDATA[We often get asked while talking about security upgrades &#8220;Why should I pay for upgrades to my site?&#8221;, &#8220;Why does it cost so much?&#8221; or just don&#8217;t understand why it&#8217;s important to upgrade. Hopefully this article will give you a<p class="read-more"><a class="moretag" href="http://www.hairylemon.co.nz/blog/protect-your-site-from-hackers/"> Read the full post</a></p>]]></description>
			<content:encoded><![CDATA[<p>We often get asked while talking about security upgrades &#8220;Why should I pay for upgrades to my site?&#8221;, &#8220;Why does it cost so much?&#8221; or just don&#8217;t understand why it&#8217;s important to upgrade.</p>
<p><span id="more-1072"></span>Hopefully this article will give you a better understanding of all of these questions. First off, I should explain why its important to upgrade.</p>
<p>For a hacker, its not just a matter of accessing files on the admin pages, or even files on the server. A hacker who gains access could conceivably deface the site, or even insert a malicious script which can affect anonymous visitors.</p>
<p>Hackers are always looking for and creating new ways to hack web sites. Security is extremely important to us and one hacked web site doesn&#8217;t just affect that one site&#8217;s owner, it can potentially affect all the sites housed on a single server (which is normal practice unless you have a bigger budget for a dedicated server).</p>
<p>We don&#8217;t want someone else&#8217;s hacked web site to affect your site, and vice-versa. Because of this we offer periodic upgrades to a CMS when they are released.</p>
<h2>Upgrades available since January 2013:</h2>
<p>(More is better) <a href="http://www.hairylemon.co.nz/components/com_wordpress/wp/wp-content/uploads/2013/05/cmsupgrades.png"><img class="alignleft size-large wp-image-1074" title="cmsupgrades" src="http://www.hairylemon.co.nz/components/com_wordpress/wp/wp-content/uploads/2013/05/cmsupgrades-1024x266.png" alt="" width="640" height="166" /></a></p>
<h2></h2>
<h2></h2>
<h2></h2>
<h2></h2>
<h2>Hacking techniques timeline</h2>
<p><a style="color: #ff4b33; line-height: 24px; font-size: 16px;" href="http://www.hairylemon.co.nz/components/com_wordpress/wp/wp-content/uploads/2013/05/hacktime.png"><img class="alignleft size-large wp-image-1075" title="hacktime" src="http://www.hairylemon.co.nz/components/com_wordpress/wp/wp-content/uploads/2013/05/hacktime-1024x403.png" alt="" width="640" height="251" /></a></p>
<div><strong>It has been reported that on average, a website is hacked every 5 seconds. Since you’ve been reading they’re have been at least 3!</strong></div>
<div></div>
<p>Knowing why you need to upgrade you site we can now move on to why it can be so costly. To do that you understand the steps we take to upgrade.</p>
<p>First you need to know we NEVER UPGRADE YOUR LIVE SITE! One of our first steps to upgrading is to take a copy of your site and put it on our computers.</p>
<p>As our next step, we start upgrading the copied site. If nothing goes wrong we upload your newly upgraded site and we are away laughing.</p>
<p>But that doesn&#8217;t usually happen, because we customise sites for our clients to meet your specific requirements. Every single site we produce has additional functions from plugins, modules, etc. Due to the level of customisation,  we don&#8217;t know if the site might will break while being upgraded, which is why we never upgrade your live site until we have tested the upgrade on a development site.</p>
<p><a href="http://www.hairylemon.co.nz/components/com_wordpress/wp/wp-content/uploads/2013/05/upgradesteps.png"><img class="alignleft size-large wp-image-1076" title="upgradesteps" src="http://www.hairylemon.co.nz/components/com_wordpress/wp/wp-content/uploads/2013/05/upgradesteps-1024x266.png" alt="" width="640" height="166" /></a><strong></strong></p>
<p>The whole procedure can be time consuming but is necessary to minimise the risk to disrupting your business and avoid possible downtime for your live site.</p>
<div><strong><a href="http://www.hairylemon.co.nz/components/com_wordpress/wp/wp-content/uploads/2013/05/bonus.png"><img class="size-full wp-image-1073 alignnone" title="bonus" src="http://www.hairylemon.co.nz/components/com_wordpress/wp/wp-content/uploads/2013/05/bonus.png" alt="" width="300" height="113" /></a></strong></div>
<div><strong>During some upgrades your site might get a new function or it could become more user friendly. </strong></div>
<div></div>
<p>For more information on platform upgrades talk to one of our <a href="http://www.hairylemon.co.nz/contact">account managers</a> about our security upgrade and maintenance options.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hairylemon.co.nz/blog/protect-your-site-from-hackers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Parallax Scrolling Web Design</title>
		<link>http://www.hairylemon.co.nz/blog/parallax-scrolling-web-designs/</link>
		<comments>http://www.hairylemon.co.nz/blog/parallax-scrolling-web-designs/#comments</comments>
		<pubDate>Fri, 19 Apr 2013 00:26:25 +0000</pubDate>
		<dc:creator>Johanna English</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[innovative web design]]></category>
		<category><![CDATA[parallax scrolling]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.hairylemon.co.nz/blog/?p=1005</guid>
		<description><![CDATA[Nowadays you don’t have to look far before stumbling across a website that incorporates parallax scrolling. For anyone unfamiliar with this trend, parallax scrolling creates the appearance that various objects and layers are moving at differing rates as the user<p class="read-more"><a class="moretag" href="http://www.hairylemon.co.nz/blog/parallax-scrolling-web-designs/"> Read the full post</a></p>]]></description>
			<content:encoded><![CDATA[<p>Nowadays you don’t have to look far before stumbling across a website that incorporates parallax scrolling.</p>
<p><span id="more-1005"></span>For anyone unfamiliar with this trend, parallax scrolling creates the appearance that various objects and layers are moving at differing rates as the user scrolls down the page.</p>
<p>This effect allows a sense of depth to be created within a website design, a format that otherwise seems to appear flat. While this popular design trend is a relatively recent phenomenon in web design, parallax scrolling was initially used in 2D gaming back in the 80’s.</p>
<p>When used well, parallax scrolling creates a sense of intrigue and wonder, providing a more memorable and engaging experience. People love to be entertained; some of the best sites that use this effect tell a story with animated characters and objects moving around the page as the user scrolls. Parallax scrolling is often coupled with photography to create a collage of images overlaying each other as the user moves down the page.</p>
<p>With the rapid increase of mobile devices, the use of gestures to navigate and interact with websites and mobile apps is becoming more and more commonplace. Parallax scrolling relies on interaction between the user and the site, creating a more explorative and exciting user experience.</p>
<p>This effect demands collaboration and conversation particularly between the design and development teams in order to implement parallax scrolling innovatively and appropriately. At hairyLemon we are excited to explore parallax scrolling where suitable.</p>
<p>There are many clever examples of sites that incorporate parallax scrolling. Here are a few of our favorites, starting off with the hairyLemon Christmas card!</p>
<p><a href="http://www.hairylemon.co.nz/contact" target="_blank">Talk to us</a> to find out more!</p>
<h3><a href="http://www.hairylemon.co.nz/christmas/" target="_blank">hairyLemon Christmas Card</a></h3>
<p><a href="http://www.hairylemon.co.nz/christmas/"><img class="alignleft size-large wp-image-1056" title="9_hairylemon_christmas" src="http://www.hairylemon.co.nz/components/com_wordpress/wp/wp-content/uploads/2013/04/9_hairylemon_christmas-1024x565.jpg" alt="" width="640" height="353" /></a></p>
<h3><a href="http://graphicnovel-hybrid4.peugeot.com/start.html" target="_blank">Peugeot Hybrid4<br />
</a><a href="http://graphicnovel-hybrid4.peugeot.com/start.html" target="_blank"><img class="alignleft size-large wp-image-1034" title="Peugeot Hybrid4 Graphic Novel" src="http://www.hairylemon.co.nz/components/com_wordpress/wp/wp-content/uploads/2013/04/1_peugeot_hybrid4_graphic_novel4-1024x565.png" alt="" width="640" height="353" /></a></h3>
<h3></h3>
<h3></h3>
<h3><a href="http://www.manufacturedessai.it/it/" target="_blank">Manufacture d’Essai</a><br />
<a href="http://www.manufacturedessai.it/it/" target="_blank"><img class="alignleft size-large wp-image-1035" title="Manufacture d'Essai" src="http://www.hairylemon.co.nz/components/com_wordpress/wp/wp-content/uploads/2013/04/2_manufacture-dessai3-1024x565.jpg" alt="" width="640" height="353" /></a></h3>
<h3><a href="http://everylastdrop.co.uk/" target="_blank">Every Last Drop<br />
</a><a href="http://everylastdrop.co.uk/" target="_blank"><img class="alignleft size-large wp-image-1031" title="Every Last Drop" src="http://www.hairylemon.co.nz/components/com_wordpress/wp/wp-content/uploads/2013/04/4_every_last_drop2-1024x565.jpg" alt="" width="640" height="353" /></a></h3>
<h3><a href="http://www.northstarhub.com/" target="_blank">Northstar</a><br />
<a href="http://www.northstarhub.com/" target="_blank"><img class="alignleft size-large wp-image-1029" title="North Star Hub" src="http://www.hairylemon.co.nz/components/com_wordpress/wp/wp-content/uploads/2013/04/3_north_star_hub1-1024x565.jpg" alt="" width="640" height="353" /></a></h3>
<h3><a href="http://www.bagigia.com/" target="_blank">Bagigia</a><br />
<a href="http://www.bagigia.com/" target="_blank"><img class="alignleft size-large wp-image-1036" title="Bagigia" src="http://www.hairylemon.co.nz/components/com_wordpress/wp/wp-content/uploads/2013/04/5_bagigia1-1024x565.jpg" alt="" width="640" height="353" /></a></h3>
<h3><a href="http://www.biamar.com.br/" target="_blank">Biamar</a><br />
<a href="http://www.biamar.com.br/" target="_blank"><img class="alignleft size-large wp-image-1037" title="Biamar" src="http://www.hairylemon.co.nz/components/com_wordpress/wp/wp-content/uploads/2013/04/6_biamar1-1024x565.jpg" alt="" width="640" height="353" /></a></h3>
<h3><a href="http://www.spokespedicabs.com/" target="_blank">Spokes</a><br />
<a href="http://www.spokespedicabs.com/" target="_blank"><img class="alignleft size-large wp-image-1038" title="Spokes" src="http://www.hairylemon.co.nz/components/com_wordpress/wp/wp-content/uploads/2013/04/7_spokes-1024x565.jpg" alt="" width="640" height="353" /></a></h3>
<h3><a href="http://collinsonpine.com/" target="_blank">Collins on Pine</a><br />
<a href="http://collinsonpine.com/" target="_blank"><img class="alignleft size-large wp-image-1039" title="Collins on Pine" src="http://www.hairylemon.co.nz/components/com_wordpress/wp/wp-content/uploads/2013/04/8_collins_on_pine-1024x565.jpg" alt="" width="640" height="353" /></a></h3>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hairylemon.co.nz/blog/parallax-scrolling-web-designs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Ready for Google Author Rank (Part 2)</title>
		<link>http://www.hairylemon.co.nz/blog/google-author-rank/</link>
		<comments>http://www.hairylemon.co.nz/blog/google-author-rank/#comments</comments>
		<pubDate>Thu, 04 Apr 2013 03:04:23 +0000</pubDate>
		<dc:creator>Karen Foreman-Brown</dc:creator>
				<category><![CDATA[Online visibility]]></category>
		<category><![CDATA[content strategy]]></category>
		<category><![CDATA[conversion optimisation]]></category>
		<category><![CDATA[digital marketing]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://hairylemon.qa.hairylemon.co.nz/blog/?p=888</guid>
		<description><![CDATA[Following up from our last Author Rank article, now you know how to activate and work your Google+ profile, we&#8217;ll press on and give you some steps on how to further optimise your Google Authorship. We&#8217;ll delve into using Rich Snippets<p class="read-more"><a class="moretag" href="http://www.hairylemon.co.nz/blog/google-author-rank/"> Read the full post</a></p>]]></description>
			<content:encoded><![CDATA[<p>Following up from our last Author Rank <a href="http://www.hairylemon.co.nz/blog/why-google-author-rank-is-the-way-forward/">article</a>, now you know how to activate and work your Google+ profile, we&#8217;ll press on and give you some steps on how to further optimise your Google Authorship.</p>
<p><span id="more-888"></span>We&#8217;ll delve into using Rich Snippets which includes the important details about you as a hotshot author.</p>
<h2>What are Author Rich Snippets?</h2>
<p>If you&#8217;ve heard this term being bandied about since last year, we know you are curious! So what is it, and how it will help ready you for <a href="https://plus.google.com/authorship" target="_blank">Google Authorship</a>? An Author Rich Snippet consists of a specific author’s image, their name, and a “More by” link. This link is added to a standard search result so give some thought into a nice photo and a succinct piece of info about yourself that will impress search visitors!</p>
<p>Apart from the head swell you may get pondering your new notoriety, there are multiple other benefits to using Author Rich Snippets.</p>
<p><a href="http://www.hairylemon.co.nz/components/com_wordpress/wp/wp-content/uploads/2013/03/Karen-HL-Author-Snippet.png"><img class="aligncenter size-full wp-image-905" title="Karen HL Author Snippet" src="http://www.hairylemon.co.nz/components/com_wordpress/wp/wp-content/uploads/2013/03/Karen-HL-Author-Snippet.png" alt="" width="556" height="133" /></a></p>
<h2>Benefits of Author Rich Snippets</h2>
<ul>
<li>becoming more visible amongst the general, bland text-filled mass of search results</li>
<li>builds authority and trust for you and your site</li>
<li>potentially ranking higher than content that doesn&#8217;t have any author rank authority</li>
<li>it will drive and educate better quality traffic who now know more info about you as an author and will share it with the world</li>
<li>helps potential followers or readers become more familiar with you and your work</li>
<li>a potent combo of your image and info conveys a nice personal tone helping generate more leads and nurturing conversions</li>
<li>adds to your point of difference &#8211; ideal for those individuals and business leaders in competitive niches, a win for early adopters!</li>
</ul>
<h2>Using Author Rich Snippets for your Company</h2>
<p>Do you really want to be part of yet another faceless company blog? These are getting more stale and outdated. Google is starting to frown on anonymous corporate content and will soon leave it in the cobwebs.  We believe it intends to concentrate on authoritative spokespeople within your business who truly have the knowledge and talent to push out sharp unique content for its search engine. As of the time of writing, it&#8217;s not possible to add Google Author Rich Snippets to Google+ business or brand pages as they not actually an individual.</p>
<p>If you want to get your company on Author Rich Snippets, we recommend that you highlight employees as the authors of their own legitimate posts according to their expertise. If staff are already active on Google+, which after our first article we hope they are, their own circles will be then leveraged against to benefit the business in general.</p>
<h2>Setting up Author Rich Snippets up on Your Website</h2>
<p>Make sure you sort these key tasks first:</p>
<h2><span style="font-size: 16px;"><strong><span style="color: #000000;">Have your public Google+ profile ready:</span></strong> </span></h2>
<p><span style="font-size: 16px;">Remember to join <a href="http://www.hairylemon.co.nz/blog/why-should-we-join-google-communities/" target="_blank">Google communities</a>. Also be sure to upload a distinguished &#8216;red carpet worthy&#8217; profile picture! Don&#8217;t forget Google will use this when linking to your Author Rich Snippet. Verify you have an email address on the same domain as your content. If you don&#8217;t, go <a href="http://support.google.com/webmasters/bin/answer.py?hl=en&amp;answer=1408986&amp;expand=option2" target="_blank">here</a>.</span></p>
<h2><span style="font-size: 16px;"><strong><span style="color: #000000;">Access to your blog: </span></strong></span></h2>
<p><span style="font-size: 16px;"><strong> </strong>If all of this sounds a bit tricky, talk to us about making the necessary some adjustments to your blog/template.</span></p>
<h2><span style="font-size: 16px;"><strong><span style="color: #000000;">Go to &#8216;Contributor To&#8217;:</span></strong> </span></h2>
<p><span style="font-size: 16px;">Once you have these prerequisites taken care of, the first thing you’ll need to do is edit your Google+ profile. Head over to the </span><a style="font-size: 16px;" href="https://accounts.google.com/ServiceLogin?service=oz&amp;passive=1209600&amp;continue=https://plus.google.com/me/about/edit/co&amp;followup=https://plus.google.com/me/about/edit/co" target="_blank">“Contributor To”</a><span style="font-size: 16px;"> section. Add the site or sites you develop content for, this will authorise you from Google&#8217;s point of view as the author.</span></p>
<h2><span style="font-size: 16px;"><strong><span style="color: #000000;">Tweak Your Blog Posts:</span></strong> </span></h2>
<p><span style="font-size: 16px;">Link each and every post with your Google + profile page. This helps the <a href="www.google.co.nz" target="_blank">big G</a> identify the relationship between the two. You then add the &#8216;rel=author&#8217; query string parameter that you will see below.</span></p>
<p><a href="http://hairylemon.qa.hairylemon.co.nz/components/com_wordpress/wp/wp-content/uploads/2013/02/Author-Rank-Snippet-Demo1.png"><img class="alignright size-full wp-image-901" title="Author Rank Snippet Demo" src="http://hairylemon.qa.hairylemon.co.nz/components/com_wordpress/wp/wp-content/uploads/2013/02/Author-Rank-Snippet-Demo1.png" alt="" width="634" height="540" /></a></p>
<ul>
<li>Now zip over to your Google+ profile, copy its URL from your browser.</li>
<li>From there insert a link into your post using the above url as the destination (remove anything after the /at the end).</li>
<li>The anchor text is your full name which is <em>exactly</em> the same as per your Google+ profile name.</li>
<li>Make sure you add a byline to each post ie. &#8216;by Jane Blogs&#8217; (your G+ name).</li>
</ul>
<div>
<p>We recommend that for the presentation of the link,  for simplicity&#8217;s sake, you use the “About the Author” section. Now it&#8217;s just a waiting game, for Google to associate you with your content and profile. If you get impatient waiting, try <a title="Rich Snippet Testing Tool" href="http://www.google.com/webmasters/tools/richsnippets" target="_blank">Google’s Rich Snippet Testing Tool</a> and add a URL of a post. Do you get an example of an Author Rich Snippet? If so you&#8217;re ready to roll!</p>
<h2>Another way to add Rich Snippets</h2>
<div id="_mcePaste">This option isn&#8217;t ideal in that it requires you to have an email address at each domain you write for. Not the best scenario for guest blogging, but it may suit some.</div>
<div id="_mcePaste">
<ul>
<li><span style="font-size: 13px;">Make sure you have a Google+ profile (same as in option #1)</span></li>
<li><span style="font-size: 13px;">Make sure each blog post your write has “by firstname lastname” (the name must match that used on your Google+ profile).</span></li>
<li><span style="font-size: 13px;">Go to https://plus.google.com/authorship and “apply” for authorship with Google.</span></li>
<li><span style="font-size: 13px;">Google will send a verification email to the email address at the domain you write for; verify.</span></li>
</ul>
</div>
<p>Again be sure you have a Google+ profile as per option #1. Each post you pen has “by firstname lastname” matching your profile. Go to <a href="https://plus.google.com/authorship" target="_blank">https://plus.google.com/authorship</a> and apply for authorship with Google. They will then send out a verification email to the address at the domain you write for. Then verify this to get started.</p>
<p>Now you know how to configure <a href="http://support.google.com/webmasters/bin/answer.py?hl=en&amp;answer=99170" target="_blank">Author Rich Snippets</a> and gear them up to appear in Google SERPs. Add your blog posts to your social profiles to boost the chance of the being crawled. Now go give it a go!</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.hairylemon.co.nz/blog/google-author-rank/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Google Author Rank is the Way Forward</title>
		<link>http://www.hairylemon.co.nz/blog/why-google-author-rank-is-the-way-forward/</link>
		<comments>http://www.hairylemon.co.nz/blog/why-google-author-rank-is-the-way-forward/#comments</comments>
		<pubDate>Tue, 12 Mar 2013 01:33:03 +0000</pubDate>
		<dc:creator>Karen Foreman-Brown</dc:creator>
				<category><![CDATA[Online visibility]]></category>
		<category><![CDATA[content strategy]]></category>
		<category><![CDATA[conversion optimisation]]></category>
		<category><![CDATA[digital marketing]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://hairylemon.qa.hairylemon.co.nz/blog/?p=890</guid>
		<description><![CDATA[What is Author Rank? In the same vein as other Google ranking criteria, Google gives precedence to authority, now wanting to rank your blogging and content quality and popularity using its Authorship tool. It&#8217;s a digital signature that must link<p class="read-more"><a class="moretag" href="http://www.hairylemon.co.nz/blog/why-google-author-rank-is-the-way-forward/"> Read the full post</a></p>]]></description>
			<content:encoded><![CDATA[<h2>What is Author Rank?</h2>
<p>In the same vein as other Google ranking criteria, Google gives precedence to authority, now wanting to rank your blogging and content quality and popularity using its <a href="https://plus.google.com/authorship" target="_blank">Authorship</a> tool.</p>
<p><span id="more-890"></span>It&#8217;s a digital signature that must link in with your Google+ profile page, and if you start verifying now that you have in fact written or own your blogs it may do you some favours in Google Search in 2013.</p>
<p>Author Rank is an algorithm that has started measuring your online influence as a producer of authoritative content using a range of key factors including your reputation, popularity and ability to produce top-of-the-line original content.</p>
<p style="text-align: center;"><a href="http://hairylemon.qa.hairylemon.co.nz/components/com_wordpress/wp/wp-content/uploads/2013/03/Karen-HL-Author-Snippet.png"><img class="aligncenter size-full wp-image-905" title="Karen HL Author Snippet" src="http://hairylemon.qa.hairylemon.co.nz/components/com_wordpress/wp/wp-content/uploads/2013/03/Karen-HL-Author-Snippet.png" alt="" width="556" height="133" /></a></p>
<h2>How Will Author Rank Work?</h2>
<p>When you write an article, an<a href="http://milehightwaddle.com/2012/04/dummy-proof-guide-to-author-rich-snippets/" target="_blank"> Authorship snippet code</a> that you embed into each piece of content and link to your personal G+ profile will allow you to show up higher in Google search results with your profile image and identification.</p>
<p>As we well know, images really stand out in Search, so at first glance if you show up above the top fold of Google it looks like you know what you are doing &#8211; hence you appear to have more authority.</p>
<p>Add multiple +1&#8242;s to this (similar to a Facebook like) it then reflects on how popular your post is according to it&#8217;s +1 popularity. Instead of just ranking the site which you post from, you will get your own author&#8217;s ranking in Google&#8217;s eyes.</p>
<p><span style="font-size: 16px;">You can now become an online authority on Google using Authorship and get prepared for Author Rank. </span></p>
<p><span style="font-size: 16px;">Your Google + profile will be a way to verify your identity and key influences that measure, and therefore reflect your reputation such as: </span></p>
<ul>
<li>Your number of followers</li>
<li>How popular your content is, measuring total shares (also +1&#8242;s)</li>
<li>Your +1&#8242;s &#8211; which are like a voting system</li>
<li>Your activity, how often you post, +1 others, and share other content too</li>
</ul>
<p>Google loves great authors/content creators and believes they will generally produce fabulous content hence rewarding them for their efforts using the recent release of Author Rank. Google have quite cleverly integrated this with the Google + profile page for author identification, therefore providing even more leverage for their products whilst also confirming your credentials.</p>
<h2>Where to Start &#8211; Gearing Up for Author Rank</h2>
<p><strong>Claim your <a href="https://accounts.google.com/ServiceLogin?service=profiles&amp;passive=1209600&amp;continue=https://profiles.google.com/me&amp;followup=https://profiles.google.com/me&amp;ltmpl=ozlanding">Google + page</a></strong> first of all and fill in all of your details, and include your photo.</p>
<p><a href="http://www.hairylemon.co.nz/components/com_wordpress/wp/wp-content/uploads/2013/04/google-plus-profile.jpg"><img class="aligncenter size-large wp-image-985" title="google plus profile" src="http://www.hairylemon.co.nz/components/com_wordpress/wp/wp-content/uploads/2013/04/google-plus-profile-1024x355.jpg" alt="" width="640" height="221" /></a></p>
<p><strong>Develop Your Bio</strong><span style="font-size: 16px;"> — Your G+ bio will begin with who, in a nutshell, you are. What exactly you do, and what type of content you choose to share with world. Consider also peppering relevant keywords into key places within your bio.</span><br />
<strong>Build Friendships</strong><span style="font-size: 16px;"> — Begin to follow people you know, and then develop relationships<br />
throughout your network. </span><br />
<strong>Share Your Content</strong><span style="font-size: 16px;"> — Create original posts (include different media such as video) share links, and don&#8217;t forget to re-distribute content by other users on the G+ platform. Promote comments and other engagement by adding your own considerations and views to the content you are sharing.</span><br />
<strong>Join Groups and Get Networking</strong><span style="font-size: 16px;"> — <a href="http://www.google.com/+/learnmore/communities/" target="_blank">Communities</a> are great places in which to get your name out there into the G+ world. Get socialising!</span><br />
<strong>Comment on Posts and Photos</strong><span style="font-size: 16px;"> — Be active and provoke thoughts and opinions.</span></p>
<h2>Hungry for More Info on Author Rank?</h2>
<p><span style="font-size: 16px;">We&#8217;ve covered the initial bases on how to get started, soon we will be ready to optimise further for Author Rank. We&#8217;ll pay close attention to the &#8220;Contributor to&#8221; section, this is down by the bottom of your About tab. We&#8217;ll discuss this in another post on how to get this ready to roll, but in the meantime work that G+ Profile page of yours and build up your authority online.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hairylemon.co.nz/blog/why-google-author-rank-is-the-way-forward/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Should we Join Google+ Communities?</title>
		<link>http://www.hairylemon.co.nz/blog/why-should-we-join-google-communities/</link>
		<comments>http://www.hairylemon.co.nz/blog/why-should-we-join-google-communities/#comments</comments>
		<pubDate>Mon, 11 Feb 2013 15:29:02 +0000</pubDate>
		<dc:creator>Karen Foreman-Brown</dc:creator>
				<category><![CDATA[Social media]]></category>
		<category><![CDATA[communities]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[LinkedIn Answers]]></category>

		<guid isPermaLink="false">http://www.hairylemon.co.nz/blog/?p=805</guid>
		<description><![CDATA[A Google+ Community is a place where like-minded people can meet, share ideas and provide support for each other, much the same as a Facebook group or forum. There are three levels within each Google+ Community: owners, moderators and members.<p class="read-more"><a class="moretag" href="http://www.hairylemon.co.nz/blog/why-should-we-join-google-communities/"> Read the full post</a></p>]]></description>
			<content:encoded><![CDATA[<p>A Google+ Community is a place where like-minded people can meet, share ideas and provide support for each other, much the same as a Facebook group or forum.</p>
<p>There are three levels within each Google+ Community: owners, moderators and members.</p>
<p>Owners and moderators are responsible for content, deciding upon the nature of all the member’s posts and deleting spam. Members in a community are able to post acceptable content.<span id="more-819"></span></p>
<h2>Google+ Communities vs. Google Circles</h2>
<p>As an entrepreneur, Google+ Communities can be of more value to your business than Google+ Circles. In Google+ Communities people within a community are there because they have decided to join.</p>
<p>In contrast, with Google Circle when we circle someone we put him or her into a circle that we deem appropriate and that person sees only the content we share with that particular circle. Putting a person in a circle doesn&#8217;t necessarily mean that he or she is necessarily interested in the topic.</p>
<h2>To join or create?</h2>
<p>In the beginning, it is perhaps best to start by joining a few communities and taking time to explore within these established communities. You’ll see what others are writing about, answer questions and ask your own questions. This will give you a better idea of what it takes to run a community, as well as put you in touch with your area of interest.</p>
<h2>Google+ Communities can benefit your business</h2>
<p>Whether you start a community today or join a few and make creating one part of your business plan, there are many benefits of using Google+ Communities.</p>
<p>1. Build relationships</p>
<p>In the past, Google+ was a place for social media gurus, programmers and photographers (thanks to the great photo sharing interface, later copied by Facebook). Google+ Communities are now fast becoming a great place to increase your network and develop relationships. With the creation of communities, it is now much easier to find a following within your area of interest.</p>
<p>2. Understand your target market</p>
<p>Watch the conversations and questions people ask each other in the communities you join -  this is a great way to better understand your target market. Here you can gather ideas for blog posts, articles, products, teleseminars, courses and more.</p>
<p>Don’t be shy &#8211; if you know the answer to a question, jump in and share your thoughts. The more you are seen as a helpful expert, the more followers will connect with you outside the community.</p>
<p>3.  Start a hangout with members of your Google+ Community</p>
<p>Usually, when you start a hangout, you can invite people from a certain circle or hand pick people by clicking on their name or typing it in. With Google+ Community, however, you can start a hangout inside the community with other members who are online. A hangout is a great way to further network and build valuable relationships.</p>
<h2>An Alternative to LinkedIn Questions?</h2>
<p>LinkedIn brought an end to their popular Questions area at the end of January, and people across the net are looking for a suitable alternative. Many have found LinkedIn Questions and Answers a great source of links and traffic to their websites, particularly once they established &#8220;expert&#8221; status.</p>
<p>Google+ Communities also provide the opportunity to deliver targeted &#8220;answers&#8221; and content to groups who are interested in the topic, as well as links through to your site.</p>
<p>This <a href="http://mashable.com/2013/01/18/google-plus-communities-beginners-guide/" target="_blank">Mashable post</a> provides a great starting point around how to use Google+ Communities, complete with videos.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hairylemon.co.nz/blog/why-should-we-join-google-communities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating the Foundation for Digital Projects</title>
		<link>http://www.hairylemon.co.nz/blog/creating-the-foundation-for-digital-projects/</link>
		<comments>http://www.hairylemon.co.nz/blog/creating-the-foundation-for-digital-projects/#comments</comments>
		<pubDate>Tue, 13 Nov 2012 16:52:19 +0000</pubDate>
		<dc:creator>Karen Foreman-Brown</dc:creator>
				<category><![CDATA[Business Tools]]></category>
		<category><![CDATA[Video Hot Seat]]></category>
		<category><![CDATA[digital projects]]></category>
		<category><![CDATA[scope]]></category>
		<category><![CDATA[strategy]]></category>

		<guid isPermaLink="false">http://www.hairylemon.co.nz/blog/?p=732</guid>
		<description><![CDATA[In our latest Video Hot Seat, hairyLemon&#8217;s digital strategist Karen Foreman-Brown discusses the essential process of scoping and building a strategy for a digital project, with creative brand manager, Dave Ridley.<p class="read-more"><a class="moretag" href="http://www.hairylemon.co.nz/blog/creating-the-foundation-for-digital-projects/"> Read the full post</a></p>]]></description>
			<content:encoded><![CDATA[<p>In our latest Video Hot Seat, hairyLemon&#8217;s digital strategist Karen Foreman-Brown discusses the essential process of scoping and building a strategy for a digital project, with creative brand manager, Dave Ridley.</p>
<p><iframe width="640" height="360" src="http://www.youtube.com/embed/L6C9BOrhG_0?rel=0" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hairylemon.co.nz/blog/creating-the-foundation-for-digital-projects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The great hairyLemon bake-off</title>
		<link>http://www.hairylemon.co.nz/blog/the-great-hairylemon-bake-off/</link>
		<comments>http://www.hairylemon.co.nz/blog/the-great-hairylemon-bake-off/#comments</comments>
		<pubDate>Thu, 18 Oct 2012 10:58:42 +0000</pubDate>
		<dc:creator>Briony Bonisch</dc:creator>
				<category><![CDATA[Recipes with Zest]]></category>
		<category><![CDATA[office bakeoff]]></category>
		<category><![CDATA[recipe]]></category>

		<guid isPermaLink="false">http://www.hairylemon.co.nz/blog/?p=769</guid>
		<description><![CDATA[This month&#8217;s bake off category was &#8220;Cake&#8221; and there were six cakes lined up in the LemonHQ kitchen ready to compete for the title of cake baking champion. The winning cake was: Nicky’s Meringue Stack (recipe by kitchen goddess Nigella<p class="read-more"><a class="moretag" href="http://www.hairylemon.co.nz/blog/the-great-hairylemon-bake-off/"> Read the full post</a></p>]]></description>
			<content:encoded><![CDATA[<p>This month&#8217;s bake off category was &#8220;Cake&#8221; and there were six cakes lined up in the LemonHQ kitchen ready to compete for the title of cake baking champion.</p>
<p><img class="alignnone  wp-image-772" title="meringuecakesinframe" src="http://hairylemon.qa.hairylemon.co.nz/components/com_wordpress/wp/wp-content/uploads/2012/10/meringuecakesinframe-150x150.jpg" alt="" width="145" height="145" /><img class="alignnone  wp-image-773" title="rouladecakesinframe" src="http://hairylemon.qa.hairylemon.co.nz/components/com_wordpress/wp/wp-content/uploads/2012/10/rouladecakesinframe-150x150.jpg" alt="" width="145" height="145" /><img class="alignnone  wp-image-775" title="lemoncakesinframe" src="http://hairylemon.qa.hairylemon.co.nz/components/com_wordpress/wp/wp-content/uploads/2012/10/lemoncakesinframe-150x150.jpg" alt="" width="145" height="145" /><img class="alignnone  wp-image-774" title="gooeychoccakesinframe" src="http://hairylemon.qa.hairylemon.co.nz/components/com_wordpress/wp/wp-content/uploads/2012/10/gooeychoccakesinframe-150x150.jpg" alt="" width="145" height="145" /><img class="alignnone  wp-image-776" title="lollycakesinframe" src="http://hairylemon.qa.hairylemon.co.nz/components/com_wordpress/wp/wp-content/uploads/2012/10/lollycakesinframe-150x150.jpg" alt="" width="145" height="145" /><img class="alignnone  wp-image-777" title="bananacakesinframe" src="http://hairylemon.qa.hairylemon.co.nz/components/com_wordpress/wp/wp-content/uploads/2012/10/bananacakesinframe-150x150.jpg" alt="" width="145" height="145" /></p>
<p><span id="more-769"></span></p>
<h3>The winning cake was:</h3>
<h3>Nicky’s Meringue Stack (recipe by kitchen goddess Nigella Lawson)</h3>
<p><img class="alignright size-medium wp-image-778" title="meringuecakesinframe" src="http://hairylemon.qa.hairylemon.co.nz/components/com_wordpress/wp/wp-content/uploads/2012/10/meringuecakesinframe1-300x300.jpg" alt="" width="300" height="300" />For all those who want to try and make the champion cake, here is the recipe.</p>
<h3>Ingredients</h3>
<p><strong>For the meringue discs</strong></p>
<p>•    6 large egg whites<br />
•    300 gram(s) Golden caster sugar<br />
•    3 tablespoon(s) cocoa powder<br />
•    1 teaspoon(s) Red wine vinegar</p>
<p><strong>For the creme patissiere</strong></p>
<p>•    6 large egg yolks<br />
•    100 gram(s) golden caster sugar<br />
•    2 tablespoon(s) cocoa powder<br />
•    2 tablespoon(s) Plain flour<br />
•    300 ml full fat milk<br />
•    300 ml double cream<br />
•    100 gram(s) dark chocolate (melted)<br />
•    1 teaspoon(s) vanilla extract<br />
•    20 gram(s) Pistachio nuts (chopped)</p>
<h3>Method</h3>
<ol>
<li>Preheat the oven to 140ºC/gas mark.</li>
<li>Line the baking sheets with parchment and draw a 20cm circle on each one. The simplest way to do this is simply to find a bowl or cake tin with the desired dimensions, plonk it on and draw round it.</li>
<li>Whisk the egg whites until stiff, then add the sugar a spoonful at a time, beating in well after each addition. Believe me &#8211; and I speak as someone often criminally impatient &#8211; it does make life easier to go slowly here. Sprinkle over the cocoa and vinegar and then fold in gently but firmly.</li>
<li>Divide the dusky meringue between the 3 circles, spreading evenly. You don&#8217;t need to worry too much about beating the air out of them as you smooth; I find they withstand a modicum of brutality.</li>
<li>Cook for 1 hour, then turn off the oven, leaving the meringues in until cool. Often, I just make them before I go to bed and leave them in the switched-off oven overnight. It makes for less hanging about. And as long as you keep them airtight, with sheets of baking parchment in between, you can do these a good week or so in advance.</li>
<li>Now for the creme patissiere: beat the egg yolks and sugar together, then add the cocoa and flour, whisking well. Warm the milk and cream in a saucepan, then, whisking, pour this onto the eggs and sugar before pouring everything back into the saucepan on the heat and, stirring constantly, bring it to the boil. When the mixture has thickened, take it off the heat and stir in the melted chocolate and vanilla.</li>
<li>Let it cool now, but avoid putting it into the fridge as it will become too solid. You can stop it forming a skin either by covering with buttered baking parchment or greaseproof paper or by sieving a layer of icing sugar over. What I often prefer to do, however, and which cuts out more waiting around, is to plunge the saucepan into a sinkful of iced water and just keep stirring: it doesn&#8217;t take long to get cold.</li>
<li>To assemble the cake, place one of the meringue discs on a flat plate (I rather like those tea-shop cake-stands, though preferably in glass), spread with a third of the chocolate cream, then carry on layering. Scatter over the chopped pistachios, which will gleam out, a tender grass-green against the dark chocolate. Then just cut in: and you&#8217;ll find that it gives the illusion of a fine layering of multi-stacked, custard-bellied wafers; this is because each meringue, with its soft innards and crisp carapace, looks and tastes like three layers, not one.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.hairylemon.co.nz/blog/the-great-hairylemon-bake-off/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Red Bull Brand Win!</title>
		<link>http://www.hairylemon.co.nz/blog/red-bull-brand-win/</link>
		<comments>http://www.hairylemon.co.nz/blog/red-bull-brand-win/#comments</comments>
		<pubDate>Wed, 17 Oct 2012 11:50:37 +0000</pubDate>
		<dc:creator>Dave Ridley</dc:creator>
				<category><![CDATA[Branding]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[branding]]></category>
		<category><![CDATA[Red Bull]]></category>

		<guid isPermaLink="false">http://www.hairylemon.co.nz/blog/?p=757</guid>
		<description><![CDATA[Did you watch any sport over the weekend? I’m not talking about the rugby either &#8211; I’m talking about big budget action sports&#8230;!?! Chances are you saw a new hero emerge… Felix Baumgartner broke the speed of sound with his<p class="read-more"><a class="moretag" href="http://www.hairylemon.co.nz/blog/red-bull-brand-win/"> Read the full post</a></p>]]></description>
			<content:encoded><![CDATA[<p>Did you watch any sport over the weekend?</p>
<p>I’m not talking about the rugby either &#8211; I’m talking about big budget action sports&#8230;!?!</p>
<p>Chances are you saw a new hero emerge… Felix Baumgartner broke the speed of sound with his amazing jump from space. And if you like cars going exceedingly fast, you may have watched the Formula One Korean Grand Prix on Sunday?</p>
<p>Talk about a weekend of WIN for Red Bull.</p>
<p><span id="more-757"></span></p>
<p>If you were part of Red Bull’s marketing team, I’m sure you would have been high-fiving and sloshing back RB’s with the rest of the staffies following the headline-pulling, social media-owning success of both events.</p>
<p>The Red Bull logo was on almost everything I could see for Felix’s jump: his jump suit, the crane which hoisted the balloon, the helicopters… everything.</p>
<p>And just hours before, Red Bull finished one &amp; two at the Korean Grand Prix, with the ‘baby Red Bulls’ of the Torro Rosso team finishing high in the placings as well – and demonstrating their dominance in this sport of champion brands.</p>
<p>Even more than the human or engineering feats themselves, I was impressed by the success of Red Bull’s involvement. Remember, Red Bull’s ‘just’ an energy drink company… but with cunning brand positioning they’ve captured the action sports fan’s eyes and ears. What’s the message their brand relationships are building? Go higher and faster than everyone … with Red Bull? Felix’s flight certainly proved the literal illustration of “Red Bull gives you wings”.</p>
<p>Not everyone has millions of dollars to throw about on sporting adventure campaigns, but every company has the ability to put thought and planning into how their brand is represented in the market, and how it can go further with clever use of brand imagery, messaging and yes, maybe even event sponsorship.</p>
<p>Clever, effective branding doesn’t happen overnight – and it’s about much more than simply your corporate identity. Even small businesses can have highly effective branding that helps you punch above your weight. Our creative branding team are happy to help you develop a powerful brand that gets you remembered and seen in all the right places.</p>
<p><a href="http://www.hairylemon.co.nz/contact-us/" target="_self">Talk to us</a> to find out how we can help.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hairylemon.co.nz/blog/red-bull-brand-win/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What&#8217;s Your Hedgehog Concept?</title>
		<link>http://www.hairylemon.co.nz/blog/whats-your-hedgehog-concept/</link>
		<comments>http://www.hairylemon.co.nz/blog/whats-your-hedgehog-concept/#comments</comments>
		<pubDate>Tue, 09 Oct 2012 17:04:50 +0000</pubDate>
		<dc:creator>Karen Foreman-Brown</dc:creator>
				<category><![CDATA[Branding]]></category>
		<category><![CDATA[Social media]]></category>
		<category><![CDATA[communications]]></category>
		<category><![CDATA[digital marketing]]></category>
		<category><![CDATA[hedgehog concept]]></category>
		<category><![CDATA[persona]]></category>
		<category><![CDATA[tone of voice]]></category>

		<guid isPermaLink="false">http://www.hairylemon.co.nz/blog/?p=740</guid>
		<description><![CDATA[Lately at LemonHQ we have been chewing over the idea of &#8216;hedgehog concepts&#8217; &#8211; that one thing you do better than anyone else, that inspires and motivates you to deliver your best work, and at the same time, keeps the<p class="read-more"><a class="moretag" href="http://www.hairylemon.co.nz/blog/whats-your-hedgehog-concept/"> Read the full post</a></p>]]></description>
			<content:encoded><![CDATA[<p>Lately at LemonHQ we have been chewing over the idea of &#8216;hedgehog concepts&#8217; &#8211; that one thing you do better than anyone else, that inspires and motivates you to deliver your best work, and at the same time, keeps the revenue coming in the door.</p>
<p>Although this is a proven model for business success, referenced by <a href="http://www.amazon.com/Jim-Collins/e/B001H6GSHK/ref=ntt_dp_epwbk_0" target="_blank">Jim Collins</a> in &#8220;Good to Great&#8221; we have also been discussing it as a basis for determining your &#8220;voice&#8221; or persona in your blogging and social media communications.</p>
<p><span id="more-740"></span></p>
<p>You will all be aware of brands that do this well.</p>
<p><a href="http://www.thecollectivedairy.com/nz/">The Collective </a>is a New Zealand dairy company that really has a handle on it.</p>
<p>The voice of their Twitter account for example, has a quirky, human, very kiwi feel to it, and the activities of &#8220;the herd&#8221; are part of the content inspiration.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-746" title="the collective" src="http://hairylemon.qa.hairylemon.co.nz/components/com_wordpress/wp/wp-content/uploads/2012/10/the-collective1.jpg" alt="" width="783" height="442" /></p>
<p style="text-align: left;">There are other examples of businesses that have been very successful at determining what their brand is all about, and giving it a personality that can consistently be reflected through their marketing and communications activities.</p>
<p style="text-align: left;">If you want your brand to be memorable, engaging and ultimately successful financially, then spending some time thinking about what the personality of your brand currently is &#8211; and what you want it to be.</p>
<p style="text-align: left;">I would hazard a guess that for many New Zealand businesses, our brands don&#8217;t have a strong personality, and most of the communication is still in a form of corporate speak. In other words, quite formal, not particularly engaging, and probably not fun!</p>
<p style="text-align: left;">In the fast moving, personalised world of social media channels, filled with person to person communication that is casual, friendly, sometimes passionate, and at times downright obnoxious, finding the right voice for your brand amongst it all is essential.</p>
<p style="text-align: left;">If you don&#8217;t know where to start in creating your brand&#8217;s voice, we are happy to help. Have a chat to our digital marketing team and we can help start the ball rolling.</p>
<p style="text-align: left;">
]]></content:encoded>
			<wfw:commentRss>http://www.hairylemon.co.nz/blog/whats-your-hedgehog-concept/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
