<?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>Duane Blake</title>
	
	<link>http://duaneblake.co.uk</link>
	<description>Front end web developer from Birmingham</description>
	<lastBuildDate>Sun, 24 Mar 2013 20:51:35 +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/DuaneBlake" /><feedburner:info uri="duaneblake" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>How to create your own mini search in your browser toolbar</title>
		<link>http://feedproxy.google.com/~r/DuaneBlake/~3/-vxMk_rjmc0/</link>
		<comments>http://duaneblake.co.uk/front-end/how-to-create-your-own-mini-search-in-your-browser-toolbar/#comments</comments>
		<pubDate>Thu, 02 Aug 2012 21:16:51 +0000</pubDate>
		<dc:creator>Duane Blake</dc:creator>
				<category><![CDATA[Front End]]></category>

		<guid isPermaLink="false">http://duaneblake.co.uk/?p=240</guid>
		<description><![CDATA[<p>One of my favorite features which I like to add to sites which I’m working on is a Browser Mini Search Box. This feature can be used in Firefox and Internet Explorer... </p>]]></description>
			<content:encoded><![CDATA[<p>One of my favorite features which I like to add to sites which I’m working on is a Browser Mini Search Box. This feature can be used in Firefox and Internet Explorer. It&#8217;s very easy to do but very surprising more sites don’t use this feature.</p>
<p class="postImg"><a href="http://duaneblake.co.uk/?p=240"><img src="http://duaneblake.co.uk/wp-content/uploads/2012/07/minisearch.jpg" alt="" title="minisearch" width="600" height="200" class="alignnone size-full wp-image-245" /></a></p>
<p><span id="more-240"></span></p>
<p class="mt10">The first thing to do is create an xml file called opensearch.xml and save in a folder called xml.  Place the following code below inside. </p>
<div class="mt10">
<pre class="preBox1"><code>&lt;?xml version="1.0"?&gt;
&lt;OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"&gt;
&lt;ShortName&gt;Duane Blake&lt;/ShortName&gt;
&lt;Description&gt;Duane Blake Mini Site Search&lt;/Description&gt;
&lt;Image height="16" width="16" type="image/x-icon">http://duaneblake.co.uk/favicon.ico&lt;/Image&gt;
&lt;Url type="text/html" method="get" template="http://duaneblake.co.uk/?s={searchTerms}"/&gt;
&lt;/OpenSearchDescription&gt;
</code></pre>
</div>
<div class="mt10">
<table class="tableFormat1">
<tr>
<th>Attribute Name</th>
<th>Description</th>
</tr>
<tr>
<td>Shortname</td>
<td>This is the name of the search box as it would appear in the minisearch</td>
</tr>
<tr>
<td>Description</td>
<td>Full Description of the search field</td>
</tr>
<tr>
<td>Image</td>
<td>Image	This is the image used in the mini search box, it’s easier just to use your site favicon</td>
</tr>
<tr>
<td>Url</td>
<td>This is the url for the site search for your query type parameter if you use the following {searchterm}</td>
</tr>
</table>
</div>
<p class="mt10">Once the xml is complete in the page header place the following</p>
<div class="mt10">
<pre class="preBox1"><code>&lt;link rel="search" type="application/opensearchdescription+xml" href="http://www.yoursitedomain.com/xml/opensearch.xml" title="Duane Blake Site Search" /&gt;
</code></pre>
</div>
<p>Now if you refresh the page you should be able to see the search box in Firefox mini search box.</p>
<h2 class="fullHdr3 mt10 mb19">Further Reading</h2>
<p><a onclick="_gaq.push(['_trackEvent', 'Outbound Links', 'Click', 'Choose your search engine']);" href="http://support.mozilla.org/en-US/kb/search-bar-easily-choose-your-search-engine" title="Easily choose your favorite search engine">Easily choose your favorite search engine</a></p>
<img src="http://feeds.feedburner.com/~r/DuaneBlake/~4/-vxMk_rjmc0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://duaneblake.co.uk/front-end/how-to-create-your-own-mini-search-in-your-browser-toolbar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://duaneblake.co.uk/front-end/how-to-create-your-own-mini-search-in-your-browser-toolbar/?&amp;owa_medium=feed&amp;owa_sid=</feedburner:origLink></item>
		<item>
		<title>Multiple WordPress Pages on One Page</title>
		<link>http://feedproxy.google.com/~r/DuaneBlake/~3/CwbsFtOSy6Q/</link>
		<comments>http://duaneblake.co.uk/wordpress/multiple-wordpress-pages-on-one-page/#comments</comments>
		<pubDate>Sun, 22 Jul 2012 18:14:22 +0000</pubDate>
		<dc:creator>Duane Blake</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://duaneblake.co.uk/?p=203</guid>
		<description><![CDATA[<p>One of the guys in the office was working on a Wordpress project,  Which led to a interesting question how in wordpress...</p>]]></description>
			<content:encoded><![CDATA[<p>One of the guys in the office was working on a WordPress project,  Which led to a interesting question how in wordpress can you embed multiple pages on one page.</p>
<p class="postImg"><a href=http://duaneblake.co.uk/?p=203"><img src="http://duaneblake.co.uk/wp-content/uploads/2012/07/multiplepage.jpg" alt="Multiple WordPress Pages on One Page" title="Multiple WordPress Pages on One Page" width="600" height="200" class="alignnone size-full wp-image-204" /></a></p>
<p><span id="more-203"></span></p>
<p class="mt10">After doing some looking through the WordPress codex, there is already a function built in the wordpress core to do this it is called get_page.  What the get_page does is allows you to pull the contents of the page as an object. </p>
<p class="mt10">To do this you need the wordpress Page ID, which you can grab from where you edit the page template, in the screenshot below.</p>
<p class="mt20"><img src="http://duaneblake.co.uk/wp-content/uploads/2012/07/shot1.png" alt="Wordpress Page Id Screen" title="Wordpress Page Id Screen" width="600" height="230" class="alignnone size-full wp-image-225" /></p>
<p class="mt10">Place the following code on your page</p>
<div class="mt10">
<pre class="preBox1"><code>
&lt;?php

$page_id = 42; //Your Page ID
$page_data = get_page( $page_id );

// Displays the title
echo '&lt;h1&gt;'. $page_data->post_title .'&lt;/h1&gt;';

// Displays the content
echo apply_filters('the_content', $page_data->post_content);
?&gt;
</code></pre>
</div>
<p class="mt10">If you know have any other ways to create multiple wordpress pages on one page please drop me a message or leave a comment below.</p>
<h2 class="fullHdr3 mt10 mb19">Further Reading</h2>
<p><a href="http://codex.wordpress.org/Function_Reference/get_page" title="Wordpress Codex">WordPress Codex on get page</a></p>
<img src="http://feeds.feedburner.com/~r/DuaneBlake/~4/CwbsFtOSy6Q" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://duaneblake.co.uk/wordpress/multiple-wordpress-pages-on-one-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://duaneblake.co.uk/wordpress/multiple-wordpress-pages-on-one-page/?&amp;owa_medium=feed&amp;owa_sid=</feedburner:origLink></item>
		<item>
		<title>The Art of Css Warfare</title>
		<link>http://feedproxy.google.com/~r/DuaneBlake/~3/I2hm7mXczKc/</link>
		<comments>http://duaneblake.co.uk/front-end/the-art-of-css-warfare/#comments</comments>
		<pubDate>Fri, 02 Dec 2011 08:49:46 +0000</pubDate>
		<dc:creator>Duane Blake</dc:creator>
				<category><![CDATA[Front End]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[sun tzu]]></category>

		<guid isPermaLink="false">http://duaneblake.co.uk/?p=151</guid>
		<description><![CDATA[I have been a Front end web developer now for over 5 years, over this time I have picked up some techniques and best practises… ]]></description>
			<content:encoded><![CDATA[<p>I have been a Front end web developer now for over 5 years, over this time I have picked up some techniques and best practises which I work to. During my day to day job I lead a large team of Front End Developers. So this is some of the best practises and guidelines which we follow in the office.</p>
<p class="postImg"><a href="http://duaneblake.co.uk/front-end/the-art-of-css-warfare/attachment/samuari/" rel="attachment wp-att-156"><img class="alignnone size-full wp-image-156" title="samuari" src="http://duaneblake.co.uk/wp-content/uploads/2011/11/samuari.jpg" alt="The Art of Css Warfare" width="600" height="200" /></a></p>
<p><span id="more-151"></span></p>
<h2 class="fullHdr3">Declaration of War</h2>
<p class="mt10">When building a stylesheet one of the important things. I tend to do is add some introduction paragraphs describing what is the purpose of the stylesheet. The screen shot below describe what usually goes into the header of one my stylesheets</p>
<p class="mt10"><img class="alignnone size-full wp-image-165" title="base Css" src="http://duaneblake.co.uk/wp-content/uploads/2011/12/basecss.jpg" alt="Screen shot of base css in vim" width="600" height="431" /></p>
<p class="mt10">The first part as Information about the project such as the file name, Description and any additional guidelines for any team members which may be using the code.</p>
<p class="mt10">The second part of the screenshot is the table content this has two functions. It allows another coder to find sections of the code easily to prevent jumping in out of the Dom inspector like Firebug and Dragonfly. The second function when writing Css it&#8217;s easy to make the code become a mess this allows another developer when writing code to group related selectors together rather than the bottom of the page.</p>
<p class="mt10">The third part shows what colours have been used in the project, this helps if another coder has not seen the style guide for the project or one doesn’t exist this give an indication of the colours to follow through in the design</p>
<h2 class="fullHdr3">Build an Arsenal</h2>
<p class="mt10">After you start developing several sites you start reuse certain elements and classes through out the project. Rather than rewriting these on each project it is best to create a library of reusable classes which you use on each project.</p>
<p class="mt10"><img class="alignnone size-full wp-image-166" title="Custom Classes" src="http://duaneblake.co.uk/wp-content/uploads/2011/12/customcss.jpg" alt="Custom classes in vim" width="600" height="431" /></p>
<h2 class="fullHdr3">In war their are always casualties</h2>
<p class="mt10">No matter how much future developments are in the browsers on certain projects you have to work with the burden which is Internet Explorer, In worse cases IE6. As some projects don’t have the luxury of ignoring it.</p>
<p class="mt10">To target IE it is best to use a conditional stylesheet to target IE but an alternative way is below:</p>
<div class="mt10"><iframe src="http://www.youtube.com/embed/8nVaKg7MpsU" frameborder="0" width="560" height="315"></iframe></div>
<h2 class="fullHdr3">Have a Battle Plan and stick to it</h2>
<p class="mt10">A lot of Front End Developers recommend putting each property on a separate line. I personally prefer to put each Css property on the same line as the selector and then indent any child selectors like li, a. Both ways are fine to do so but when working in the teams it important that everyone is consistent.</p>
<h2 class="fullHdr3">Other Strategy&#8217;s</h2>
<p class="mt10">As optional extra you can add the current version number of the css file. To tell your team what version you are currently working on. I tend not to use this anymore as at home I use github and at work I use SVN.</p>
<p class="mt10">On large sites especially when working on large eccomerce site. A stylesheet can start to get very large in page file size. What we do we have two stylesheet for each css file. A development css which contains the raw stylesheet. The second stylesheet is the production stylesheet which as been compressed using YUI Compressor.</p>
<h2 class="fullHdr3 mb10">Further Reading</h2>
<ul class="listFormat1">
<li><a href="http://net.tutsplus.com/tutorials/html-css-techniques/30-css-best-practices-for-beginners/">30 Css best practices for beginners</a></li>
<li><a href="http://fwebde.com/css/css-best-practices/">Css Best Practices</a></li>
<li><a href="http://www.webdesignerdepot.com/2009/05/10-best-css-practices-to-improve-your-code/">10 best css practices to improve your code</a></li>
<li><a href="http://coding.smashingmagazine.com/2007/05/10/70-expert-ideas-for-better-css-coding/">70 expert ideas for better css coding</a></li>
</ul>
<img src="http://feeds.feedburner.com/~r/DuaneBlake/~4/I2hm7mXczKc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://duaneblake.co.uk/front-end/the-art-of-css-warfare/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://duaneblake.co.uk/front-end/the-art-of-css-warfare/?&amp;owa_medium=feed&amp;owa_sid=</feedburner:origLink></item>
		<item>
		<title>How to do a quick Seo Audit</title>
		<link>http://feedproxy.google.com/~r/DuaneBlake/~3/Du7d59nSeUI/</link>
		<comments>http://duaneblake.co.uk/seo-101/how-to-do-a-quick-seo-audit/#comments</comments>
		<pubDate>Fri, 04 Nov 2011 08:00:00 +0000</pubDate>
		<dc:creator>Duane Blake</dc:creator>
				<category><![CDATA[Seo 101]]></category>
		<category><![CDATA[Beginners]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://duaneblake.co.uk/?p=104</guid>
		<description><![CDATA[During my day to day job I usually have to do basic site seo review. I have written up what processes I usually go through when reviewing a website...]]></description>
			<content:encoded><![CDATA[<p>During my day to day job I usually have to do basic site seo review. I have written up what processes I usually go through when reviewing a website. Its just a mini how to guide of the process and techniques I go through when doing an seo audit.</p>
<p class="postImg"><a href="http://duaneblake.co.uk/wp-content/uploads/2011/10/seochecklist.jpg"><img class="alignnone size-full wp-image-105" title="seochecklist" src="http://duaneblake.co.uk/wp-content/uploads/2011/10/seochecklist.jpg" alt="Seo Auidt" width="600" height="200" /></a></p>
<p><span id="more-104"></span></p>
<ol class="listFormat2">
<li>
<h2 class="fullHdr3">Disable css and Javascript</h2>
<p class="mt5">In Firefox this is straight forward if you have the web developer toolbar installed.</p>
<p class="mt15"><strong>Disable Css</strong></p>
<p class="mt5"><img class="alignnone size-full wp-image-111" title="dsiablecss" src="http://duaneblake.co.uk/wp-content/uploads/2011/10/dsiablecss.jpg" alt="Disable Css" /></p>
<p class="mt15"><strong>Disable Javascript</strong></p>
<p class="mt10"><img class="alignnone size-full wp-image-111" title="dsiablecss" src="http://duaneblake.co.uk/wp-content/uploads/2011/10/disablejavascript.jpg" alt="Disable Javascript" /></p>
<p class="mt10">Typical things to look out for are:</p>
<ul>
<li>Hidden content (Content like Javascript Show/Hide and LightBoxes are fine as these are on the page)</li>
<li>Hidden links</li>
<li>Can you still navigate through the site</li>
<li>Is the site still usable(Doesn’t matter visually but from a navigation point of view)</li>
</ul>
</li>
<li>
<h2 class="fullHdr3">Check the back links</h2>
<p class="mt10">For checking back links I use a excellent tool called open site explorer from SEOmoz. It allows you to find all the backlinks to the website and what is the Page Authority and domain authority of the site. Unless you have a seomoz account, You will only get basic access but is still a good starter for ten.</p>
<p class="mt10">The Parameters I tend to use are below<em>(This presentation is a couple months old but you can still follow the structure)</em></p>
<div id="__ss_6433773" class="mt15" style="width: 510px;"><strong style="display: block; margin: 12px 0 4px;"><a title="Branded3 internet-world-2010" href="http://www.slideshare.net/kumatushar/branded3-internetworld2010" target="_blank">Branded3 internet-world-2010</a></strong> <iframe src="http://www.slideshare.net/slideshow/embed_code/6433773?startSlide=8" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" width="510" height="426"></iframe></div>
</li>
<li>
<h2 class="fullHdr3">Review for a social Presence</h2>
<p class="mt10">Have they got an active social presence it is important for a site to have a Facebook and Twitter accounts. If they do, are they updated often? Do they interact with their followers? Do they provide meaningful information to their followers.</p>
</li>
<li>
<h2 class="fullHdr3">On site basic</h2>
<p class="mt10">The on site basic are the bread and butter of any seo audit, The core things I usually look out for are:</p>
<ol>
<li>Does the site have h1 tags which represent the content on the site</li>
<li>Do all the pages have unique title tags and meta description are they relevant to the content of the page</li>
<li>Does the site have any canonical urls and do the point to the correct place</li>
<li>Do all the images have appropriate alt tags on</li>
</ol>
</li>
<li>
<h2 class="fullHdr3">As the Sitemap and Robot.txt file been setup</h2>
<p class="mt10">The main thing to look for his as the site got a xml sitemap does it include all the pages how often is the sitemap updated. The robot.txt is important to investigate to see if any of the pages have been blocked if they have why.</p>
<p class="mt10">A final point on xml site map when creating your own site map. To make sure they are verified by not just Google Webmaster tools but Yahoo Sitelinks and Bing Webmaster tools. They may not the lion share of search traffic, but they can gain you easy traffic.</p>
</li>
<li>
<h2 class="fullHdr3">Url structure</h2>
<p class="mt10">Does the pages url represent accurately what is on the page. For example an ipod touch could have the link www.mysite.co.uk/mp3-players/ipod-touch this tells the search engines what the page is about.</p>
</li>
<li>
<h2 class="fullHdr3">Are they any broken links</h2>
<p class="mt10">A great open source tool called <a href="http://home.snafu.de/tilman/xenulink.html" target="_blank">xenu</a> which crawls the site to see if their are any broken links.</p>
</li>
<li>
<h2 class="fullHdr3">The Look and Feel of the site</h2>
<p class="mt10">How the site look and feels no matter how well a site performs it has to look and behave well for the user. Does the page flow correctly, what is the colour scheme also what is the typography like.</p>
</li>
</ol>
<h3 class="fullHdr3 mt10 mb20">Image Credits</h3>
<ul class="listFormat1">
<li><a title="Checklist Image" href="http://www.bigstockphoto.com/image-6840944/stock-photo-checklist">http://www.bigstockphoto.com/image-6840944/stock-photo-checklist</a></li>
</ul>
<h3 class="fullHdr3 mt10 mb20">Further Reading and Viewing</h3>
<ul class="listFormat1">
<li><a href="http://www.seomoz.org/blog/whiteboard-friday-seo-site-reviews-stebbystep">http://www.seomoz.org/blog/whiteboard-friday-seo-site-reviews-stebbystep</a></li>
</ul>
<img src="http://feeds.feedburner.com/~r/DuaneBlake/~4/Du7d59nSeUI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://duaneblake.co.uk/seo-101/how-to-do-a-quick-seo-audit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://duaneblake.co.uk/seo-101/how-to-do-a-quick-seo-audit/?&amp;owa_medium=feed&amp;owa_sid=</feedburner:origLink></item>
		<item>
		<title>Tae Kwon Do Tournament Sparring Advice</title>
		<link>http://feedproxy.google.com/~r/DuaneBlake/~3/XfHMoHjflDU/</link>
		<comments>http://duaneblake.co.uk/martial-arts/tae-kwon-do-tournament-sparring-advice/#comments</comments>
		<pubDate>Sat, 20 Aug 2011 20:58:18 +0000</pubDate>
		<dc:creator>Duane Blake</dc:creator>
				<category><![CDATA[Martial Arts]]></category>
		<category><![CDATA[sparring]]></category>
		<category><![CDATA[tae kwon do]]></category>
		<category><![CDATA[tkd. tagb]]></category>

		<guid isPermaLink="false">http://duaneblake.co.uk/?p=81</guid>
		<description><![CDATA[The beginning of this year I decided to go back and start doing tournaments again. After my previous attempts went down like a lead balloon]]></description>
			<content:encoded><![CDATA[<p>The beginning of this year I decided to go back and start doing tournaments again. After my previous attempts went down like a lead balloon. I always used to give myself the typical excuses why I lost; I got the winner in the first round, the referee wasn’t scoring the fight correctly.</p>
<p class="mt10">I decided to go back to the drawing board with a new outlook to my sparing, so far it’s paid off this year I have three medals from three tournament including – Tagb Men English Champion, Tagb Men Welsh Champion and 3rd place in the TAGB Midlands Championships.</p>
<p class="mt10">Below are some of the things I notice from my latest tournaments and from my training. I am by no means an expert and these are just my thoughts if you have any suggestion drop them into the comments at the bottom of the page.</p>
<p class="postImg"><a href="http://duaneblake.co.uk/martial-arts/tae-kwon-do-tournament-sparring-advice/attachment/tkdsparing/" rel="attachment wp-att-88"><img class="alignnone size-full wp-image-88" title="tkdsparing" src="http://duaneblake.co.uk/wp-content/uploads/2011/08/tkdsparing.jpg" alt="Tae Kwon Do Tournament Sparring Advice" width="600" height="200" /></a></p>
<p><span id="more-81"></span></p>
<h2 class="fullHdr3 mb10 mt10">Stamina</h2>
<p class="mt10">A typical Tae kwon Do match can be anything between 90 Seconds to 3 Minutes. This may not seem like a long time compared to mma or other combative martial arts. But when you at the arena you have a lot nerves.</p>
<p class="mt10">Whilst sparring this nervous energy can make you burn additional energy to what you would do when doing normal sparring in class. When this starts to happen you start throwing low and sloppy techniques. My advice ahead of the tournament find ways in which you can build up your stamina.</p>
<h2 class="fullHdr3 mb10 mt10">Spar</h2>
<p class="mt10">When I began sparring in class I avoided the big guys encase I get hurt and avoided the kids because they aren’t a challenge. What I have learnt the heavyweights they usually have longer reach learn to attack and get back out. At your sparing classes experiment try new things do different kicks and try new combinations it’s all about extending your arsenal.</p>
<h2 class="fullHdr3 mb10 mt10">Self Belief</h2>
<p class="mt10">In my tournament early years I used to think he isn’t my weight, he is a grade higher, he has an army of supporters. Believe in your abilities think about the hard work and the training you have put in. Don’t worry about who you get in the next round and worry about the people they have just beat. Having the attitude that you can win and that there is no one in your division that can be beat you.</p>
<h2 class="fullHdr3 mb10 mt10">Have fun</h2>
<p class="mt10">Unless you at black belt level, Martial Arts isn’t your career so what if you lose you will still have your career, family and Friends. Just go in and enjoy yourself give 100% and you never know you may come out with a medal.</p>
<h2 class="fullHdr3 mt10">Good Luck</h2>
<h2 class="fullHdr3 mt10 mb19">Further Reading and Watching</h2>
<ul class="listFormat1">
<li><a href="http://www.physicalarts.com/knowledge/kumite-and-sparring/220-taekwon-do-basic-sparring-strategy">http://www.physicalarts.com/knowledge/kumite-and-sparring/220-taekwon-do-basic-sparring-strategy</a></li>
<li><a href="http://www.taekwondo-information.org/taekwondo-sparring-tips.html">http://www.taekwondo-information.org/taekwondo-sparring-tips.html</a></li>
<li><a href="http://www.youtube.com/watch?v=H-eNOWmntok">http://www.youtube.com/watch?v=H-eNOWmntok</a></li>
</ul>
<img src="http://feeds.feedburner.com/~r/DuaneBlake/~4/XfHMoHjflDU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://duaneblake.co.uk/martial-arts/tae-kwon-do-tournament-sparring-advice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://duaneblake.co.uk/martial-arts/tae-kwon-do-tournament-sparring-advice/?&amp;owa_medium=feed&amp;owa_sid=</feedburner:origLink></item>
		<item>
		<title>Free eCommerce HTML email template</title>
		<link>http://feedproxy.google.com/~r/DuaneBlake/~3/t--tYoDUptk/</link>
		<comments>http://duaneblake.co.uk/ecommerce/free-ecommerce-html-email-template/#comments</comments>
		<pubDate>Mon, 18 Jul 2011 09:09:25 +0000</pubDate>
		<dc:creator>Duane Blake</dc:creator>
				<category><![CDATA[Ecommerce]]></category>
		<category><![CDATA[Emails]]></category>

		<guid isPermaLink="false">http://duaneblake.co.uk/?p=54</guid>
		<description><![CDATA[This email template is a professional built email template. Ideal for eCommerce store to send as their email promotional email. ]]></description>
			<content:encoded><![CDATA[<p>This email template is a professional built email template. Ideal for eCommerce store to send as their email promotional email. I have left placeholder images on to give indication how big to size the images but these are easy to change. Any questions in how to use the template drop me a email.</p>
<p class="postImg"><a href="http://duaneblake.co.uk/ecommerce/free-ecommerce-html-email-template/attachment/freehtmltemplate/" rel="attachment wp-att-56"><img class="alignnone size-full wp-image-56" title="Free HTML Email Template" src="http://duaneblake.co.uk/wp-content/uploads/2011/07/freehtmltemplate1.jpg" alt="Free HTML Email Template" width="600" height="200" /></a></p>
<p><span id="more-54"></span></p>
<h2 class="fullHdr3 mb10">Feature and Content</h2>
<ul class="listFormat1">
<li>Gmail</li>
<li>Hotmail</li>
<li>Outlook 2010</li>
<li>ThunderBird 4</li>
<li>Yahoo Mail</li>
</ul>
<h2 class="fullHdr3 mt10">Preview Template</h2>
<p class="mt10">Preview the template &#8211; <a title="" href="http://duaneblake.co.uk/wp-content/uploads/2011/07/emailtemplateduaneblake.jpg" target="_blank">Email Template</a></p>
<h2 class="fullHdr3 mt10">Git Hub</h2>
<p class="mt10">Clone from Github &#8211; <a title="" href="https://github.com/duaneblake/Email-Template">GitHub</a></p>
<h2 class="fullHdr3 mt10">Download</h2>
<p class="mt10">Download file &#8211; <a title="" href="http://duaneblake.co.uk/wp-content/uploads/2011/07/emailtemplate.zip">Download Template</a></p>
<img src="http://feeds.feedburner.com/~r/DuaneBlake/~4/t--tYoDUptk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://duaneblake.co.uk/ecommerce/free-ecommerce-html-email-template/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://duaneblake.co.uk/ecommerce/free-ecommerce-html-email-template/?&amp;owa_medium=feed&amp;owa_sid=</feedburner:origLink></item>
		<item>
		<title>Tae kwon do – 6th Kup – Green Belt Grading</title>
		<link>http://feedproxy.google.com/~r/DuaneBlake/~3/PJmLxG2Kgd4/</link>
		<comments>http://duaneblake.co.uk/martial-arts/tagb-6th-kup-green-belt-grading/#comments</comments>
		<pubDate>Sat, 11 Dec 2010 13:44:23 +0000</pubDate>
		<dc:creator>Duane Blake</dc:creator>
				<category><![CDATA[Martial Arts]]></category>
		<category><![CDATA[6th kup]]></category>
		<category><![CDATA[Grading]]></category>
		<category><![CDATA[Green Belt]]></category>
		<category><![CDATA[Tagb]]></category>

		<guid isPermaLink="false">http://duaneblake.co.uk/?p=40</guid>
		<description><![CDATA[A while back I started learning Tae Kwon Do, which is a martial arts which originated in Korea. Tae Kwon Do means Foot, Fist and way. It is well known for its dynamic kicks. The organisation I belong to is the TAGB which the largest martial arts organisation in Europe. As I am doing my [...]]]></description>
			<content:encoded><![CDATA[<p>A while back I started learning Tae Kwon Do, which is a martial arts which originated in Korea.  Tae Kwon Do means Foot, Fist and way.  It is well known for its dynamic kicks.  The organisation I belong to is the <a href="http://www.tagb.biz">TAGB</a> which the largest martial arts organisation in Europe.</p>
<p class="mt10">As I am doing my 6th Kup Grading I have wrote a quick guide for what is needed for the green belt grading.</p>
<p class="postImg">
<a href="http://duaneblake.co.uk/martial-arts/tagb-6th-kup-green-belt-grading/"><img src="http://duaneblake.co.uk/wp-content/uploads/2010/12/greenbelttagb.jpg" alt="Tagb Green belt" title="greenbelttagb" width="600" height="200" class="alignnone size-full wp-image-41" /></a>
</p>
<p><span id="more-40"></span></p>
<h2 class="fullHdr3 mb10">Line Work</h2>
<p>The line work is based on Won Hyo Pattern for example the first three move Won Hyo, Hooking Block.</p>
<h2 class="fullHdr3 mb10">Pattern &#8211; Won Hyo and Examiner/ Choice Pattern</h2>
<div class="singleVideo">
                <object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/wkjZz7znG2Q?fs=1&amp;hl=en_GB&amp;rel=0&amp;color1=0x006699&amp;color2=0x54abd6"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/wkjZz7znG2Q?fs=1&amp;hl=en_GB&amp;rel=0&amp;color1=0x006699&amp;color2=0x54abd6" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object>
            </div>
<p><!-- .singleVideo --></p>
<div class="singleVideo mt10">
                <object width="560" height="445"><param name="movie" value="http://www.youtube.com/v/N33l-AI7ghg?fs=1&amp;hl=en_GB&amp;rel=0&amp;color1=0x006699&amp;color2=0x54abd6"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/N33l-AI7ghg?fs=1&amp;hl=en_GB&amp;rel=0&amp;color1=0x006699&amp;color2=0x54abd6" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="445"></embed></object>
            </div>
<p><!-- .singleVideo --></p>
<p class="mt10"><strong>Won Hyo </strong>is a 28 movement pattern it is named after the monk wonhyo who introduced buddhism to the Silla Dynasty in the year 686 AD</p>
<h2 class="fullHdr3 mb10">Three step sparing 8 &#8211; 10</h2>
<table class="tableFormat1">
<tr>
<th colspan="2">No 8</th>
</tr>
<tr>
<td>Defence</td>
<td>Right leg L stance middle knifehand block</td>
</tr>
<tr>
<td>Counter attack</td>
<td>Slide back at 45 forearm guarding block in an L stance. Then execute right sidekick then do knife hand strike in the back of the neck.</td>
</tr>
<tr>
<th colspan="2">No 9</th>
</tr>
<tr>
<td>Defence</td>
<td>Right leg L stance palm pushing block</td>
</tr>
<tr>
<td>Counter attack</td>
<td>Slide back at 45 knife hand guarding block.  Then execute a turning kick to the mid section. Place your kicking foot behind the opponent leading leg.  Then a knife hand strike to the back of the neck.</td>
</tr>
<tr>
<th colspan="2">No 10</th>
</tr>
<tr>
<td>Defence</td>
<td>Right leg L stance middle knife hand block</td>
</tr>
<tr>
<td>Counter attack</td>
<td>Slide back at 45 knife hand guarding block.  Then execute a reverse side kick land in a walking stance with a knife hand strike to the chin.</td>
</tr>
</table>
<h2 class="fullHdr3 mb5">Semi Free Sparring</h2>
<p>Attacking students start in L stance, guarding block. Defending students start in parallel stance.</p>
<h2 class="fullHdr3 mb10">Theroy</h2>
<table class="tableFormat1">
<tr>
<th>Won Hyo</th>
<td>Won Hyo is a 28 movement pattern it is named after the monk Won Hyo who introduced Buddhism to the Silla Dynasty in the year 686 AD</td>
</tr>
<tr>
<th>Green Belt</th>
<td>Green signifies the plant&#8217;s growth as skills begin to develop.</td>
</tr>
<tr>
<th>3 Step Semi-Free Sparring</th>
<td>This form of sparring is designed as a step forward from basic 3 step sparring. It involves three consecutive attacks which can be hand or feet and three blocks or evasions, plus a counter attack.</td>
</tr>
</table>
<h2 class="fullHdr3 mb5">Korean</h2>
<table class="tableFormat1">
<tr>
<th>Korean</th>
<th>English</th>
</tr>
<tr>
<th colspan="2"><strong>Block</strong></th>
</tr>
<tr>
<td>Dollymio Makgi</td>
<td>Circular Block</td>
</tr>
<tr>
<td>Golcho Makgi</td>
<td>Hooking Block</td>
</tr>
<tr>
<td>Hori Makgi</td>
<td>Waist Block</td>
</tr>
<tr>
<th colspan="2"><strong>Stances</strong></th>
</tr>
<tr>
<td>Goburyo Sogi</td>
<td>Bending Ready Stance &#8216;A&#8217;</td>
</tr>
<tr>
<td>Moa Junbi Sogi &#8216;A&#8217;</td>
<td>Closed Ready Stance &#8216;A&#8217;</td>
</tr>
<tr>
<td>Soojik Sogi</td>
<td>Vertical Stance</td>
</tr>
<tr>
<th colspan="2"><strong>Punches and Kicks</strong></th>
</tr>
<tr>
<td>Moorup Chagi</td>
<td>Knee Kick</td>
</tr>
<tr>
<td>Bandae dollyo chagi</td>
<td>Reverse Turning Kick</td>
</tr>
<tr>
<td>Yop jirugi</td>
<td>Side Punch</td>
</tr>
<tr>
<td>Sewo Jirugi</td>
<td>Vertical Punch</td>
</tr>
<tr>
<th colspan="2"><strong>Sparring</strong></th>
</tr>
<tr>
<td>Ibo Matsoki</td>
<td>2 Step Sparring</td>
</tr>
<tr>
<td>Matsoki</td>
<td>Sparring</td>
</tr>
<tr>
<th colspan="2"><strong>Parts</strong></th>
</tr>
<tr>
<td>Dwit</td>
<td>Back</td>
</tr>
<tr>
<td>Dwit Chook</td>
<td>Back Heel</td>
</tr>
<tr>
<td>Dwit Kumchi</td>
<td>Back Sole</td>
</tr>
<tr>
<td>Hanbansin</td>
<td>Foot Part</td>
</tr>
<tr>
<td>Sangbansin</td>
<td>Hand Part</td>
</tr>
</table>
<h2 class="fullHdr3 mb10">Further Reading</h2>
<ul class="listFormat1">
<li><a href="http://www.blackbeltschools.com">www.blackbeltschools.com</a></li>
<li><a href="http://www.mytkd.co.uk/">www.mytkd.co.uk</a></li>
</ul>
<img src="http://feeds.feedburner.com/~r/DuaneBlake/~4/PJmLxG2Kgd4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://duaneblake.co.uk/martial-arts/tagb-6th-kup-green-belt-grading/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://duaneblake.co.uk/martial-arts/tagb-6th-kup-green-belt-grading/?&amp;owa_medium=feed&amp;owa_sid=</feedburner:origLink></item>
		<item>
		<title>Three great tips for increasing product page conversion</title>
		<link>http://feedproxy.google.com/~r/DuaneBlake/~3/EeZKCepcPuk/</link>
		<comments>http://duaneblake.co.uk/ecommerce/three-top-and-easy-tips-for-increasing-product-page-conversion/#comments</comments>
		<pubDate>Fri, 03 Sep 2010 23:48:15 +0000</pubDate>
		<dc:creator>Duane Blake</dc:creator>
				<category><![CDATA[Ecommerce]]></category>
		<category><![CDATA[cro]]></category>
		<category><![CDATA[eccomerce]]></category>
		<category><![CDATA[product page]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://duaneblake.co.uk/uncategorized/three-top-and-easy-tips-for-increasing-product-page-conversion/</guid>
		<description><![CDATA[In online retail the product page can be seen as the most important page on a website. This page has several purposes it can be a landing page, an upsell opportunity but more importantly the page should start the customer on the order process. In this post I will look at three different strategies which [...]]]></description>
			<content:encoded><![CDATA[<p>In online retail the product page can be seen as the most important page on a website. This page has several purposes it can be a landing page, an upsell opportunity but more importantly the page should start the customer on the order process. In this post I will look at three different strategies which will help you improve your product page.</p>
<p class="postImg">
<a href="http://duaneblake.co.uk/wp-content/uploads/2010/09/increasecpo.jpg"><img style="display: inline; border: 0px;" title="increasecpo" src="http://duaneblake.co.uk/wp-content/uploads/2010/09/increasecpo_thumb.jpg" border="0" alt="increasecpo" width="600" height="200" /></a></p>
<p><span id="more-20"></span></p>
<ol class="listFormat2">
<li>
<p class="pt5 pb5"><strong>Clear call to action</strong></p>
<p>It&#8217;s important that every page on a site has a goal whether it&#8217;s to shows your range of products or promote your brand. On the product page the main goal should be to get the customer complete to the sale. This is why the call to action is so important. There should not be any confusion the customer should know straight away where to start the sale process.</p>
<p class="pt10 pb10 text14"><a href="http://www.comet.co.uk/">Comet</a></p>
<p><a href="http://duaneblake.co.uk/wp-content/uploads/2010/09/comet1.jpg"><img style="display: inline; border: 0px;" title="comet1" src="http://duaneblake.co.uk/wp-content/uploads/2010/09/comet1_thumb.jpg" border="0" alt="comet1" width="600" height="292" /></a></p>
<p>I think the Comet site ticks all the right boxes for a product page. The heading title stands outs clear and clean. The same goes for the price and the breadcrumb navigation. On the comet product page they have two main call to actions buy online or collect in store. The colours of both of these are a different palette to the rest of the page as they are blue. They&#8217;re position on the right so they stand out without any other page distractions.</p>
<p class="pt10 pb10 text14"><a href="http://hmv.com/">Hmv</a></p>
<p><a href="http://duaneblake.co.uk/wp-content/uploads/2010/09/hmv11.jpg"><img style="display: inline; border: 0px;" title="hmv1-1" src="http://duaneblake.co.uk/wp-content/uploads/2010/09/hmv11_thumb.jpg" border="0" alt="hmv1-1" width="600" height="325" /></a></p>
<p>I am a huge fan of the HMV site on a whole their website has a lot of engaging elements on the product page such as video, tell a friend lightbox and the associated products. But the call to action button on this page, I think somewhat gets lost amongst the page. The site uses a lot of pink style palette so the add to basket button is not as clear as it could be.</p>
</li>
<li>
<p><strong class="pt5 pb5">Social Proofing</strong></p>
<p>In basic terms you as a customer decide to buy a certain CD based on a recommendation from a friend. This is what this is in ecommerce but on a blown up scale. Examples of this are customer reviews, ease of fits and questions and answers.</p>
<p>In basic terms you as a customer decide to buy a certain CD based on a recommendation from a friend. This is what this is in ecommerce but on a blown up scale. Examples of this are customer reviews, ease of fits and questions and answers.</p>
<ul>
<li><strong>Seo -</strong> You are getting unique potentially keyword rich user generated content on the page.</li>
<li><strong>Reduce contact centre resources -</strong> If your contact centre team has a lot product enquires you can help levitate if customer write good reviews.</li>
<li><strong>Decrease returns -</strong> For example if your site sells flat pack furniture which is difficult to follow the instructions. A customer could write a review about the product saying a great piece of furniture but difficult to set up. If the person is diy shy person <span style="text-decoration: line-through;">Duane Blake</span> they would then avoid that purchase and look for another product.</li>
</ul>
<p class="pt10 pb10 text14"><a href="http://www.argos.co.uk/">Argos</a></p>
<p>
<a href="http://duaneblake.co.uk/wp-content/uploads/2010/09/argos11.jpg"><img style="display: inline; border: 0px;" title="argos1-1" src="http://duaneblake.co.uk/wp-content/uploads/2010/09/argos11_thumb.jpg" border="0" alt="argos1-1" width="391" height="468" /></a></p>
<p>Argos reviews use a category system. So a customer can see how their potential purchase rates against different criteria. Their ratings are out of five stars in the TV section of the site they rate the TV up to 5 stars in design, connectivity, sound quality, picture quality and overall quality. The customer at a glance can see if the product is suitable.</p>
<p class="pt10 pb10 text14"><a href="http://www.Amazon.co.uk/">Amazon</a></p>
<p><a href="http://duaneblake.co.uk/wp-content/uploads/2010/09/amazon1.jpg"><img style="display: inline; border: 0px;" title="amazon1" src="http://duaneblake.co.uk/wp-content/uploads/2010/09/amazon1_thumb.jpg" border="0" alt="amazon1" width="600" height="344" /></a></p>
<p>I couldn&#8217;t talk about Social Proofing without mentioning the godfather of ecommerce. I don&#8217;t agree with everything what Amazon does eg Adverts to other sites. But what it does with its customer reviews it does well. They provide full customer reviews in the main page content and in the side bar they then provide truncated customer reviews.</p>
<p>If you do decide to use this sort of system on your site its worth mentioning its important keeping the negative reviews. As customers do look out for negative reviews on a product as too many positive reviews can make the product seem non genuine to good to be true.</p>
</li>
<li>
<p><strong class="pt5 pb5">Rich Meta content</strong></p>
<p>What I mean by this is product videos, good product description and a different ranges of images all these help the customer envision having the product.</p>
<p>For me a big no no which a lot of online retailers do is copy the product information from the manufacturer website. This is a really bad move in terms of SEO for the good old duplicate content rule</p>
<p class="pt10 pb10 text14"><a href="http://firebox.com/">Firebox</a></p>
<p><a href="http://duaneblake.co.uk/wp-content/uploads/2010/09/firebox1.jpg"><img style="display: inline; border: 0px;" title="firebox1" src="http://duaneblake.co.uk/wp-content/uploads/2010/09/firebox1_thumb.jpg" border="0" alt="firebox1" width="589" height="663" /></a></p>
<p>Firebox is a great site which provides customers with rich meaningful content all their content is written in the tone of their target customer. They also show examples of how to use the product and demos what the product can do. All these will help the customer in the decision buying process. Brownie points for firebox they also allow their customers to upload video, photos and submit reviews to the site.</p>
<p class="pt10 pb10 text14"><a href="http://Asos.com/">Asos</a></p>
<p><a href="http://duaneblake.co.uk/wp-content/uploads/2010/09/asos1.jpg"><img style="display: inline; border: 0px;" title="asos1" src="http://duaneblake.co.uk/wp-content/uploads/2010/09/asos1_thumb.jpg" border="0" alt="asos1" width="530" height="402" /></a></p>
<p>Asos continues to innovate with rich Meta content which the customer will genuinely find useful. For example their info and care tab provides the customer instructions in how to wash their product. But the feature I particularly like their video feature it shows a person modelling the product on the catwalk.</p>
</li>
</ol>
<h2 class="fullHdr1">Bonus Tip</h2>
<p><strong>Associated Products and Related Products</strong></p>
<p>Upsell, upsell, upsell similar product and related products are great to boost sales on your site. For example you buy a new Camera why not on your product page have a associated product have some camera case chances are your customers may just add one to their order.</p>
<p>But related products and associated products are great it&#8217;s important to have them visible on the screen where the customer can see not hidden away on a separate tab.</p>
<p class="pt10 pb10 text14"><a href="http://www.johnlewis.com/">John Lewis</a></p>
<p><a href="http://duaneblake.co.uk/wp-content/uploads/2010/09/johnlewis1.jpg"><img style="display: inline; border: 0px;" title="johnlewis1" src="http://duaneblake.co.uk/wp-content/uploads/2010/09/johnlewis1_thumb.jpg" border="0" alt="johnlewis1" width="530" height="286" /></a></p>
<p>The John Lewis site does an excellent example of up selling when buying a vacuum cleaner they give the customer the opportunity to purchase some vacuum bags for that vacuum model. As it is more than certain a customer will need a new vacuum bag for this purchase. They&#8217;re also put the product in a great position just above the add to basket button.</p>
<img src="http://feeds.feedburner.com/~r/DuaneBlake/~4/EeZKCepcPuk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://duaneblake.co.uk/ecommerce/three-top-and-easy-tips-for-increasing-product-page-conversion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://duaneblake.co.uk/ecommerce/three-top-and-easy-tips-for-increasing-product-page-conversion/?&amp;owa_medium=feed&amp;owa_sid=</feedburner:origLink></item>
	</channel>
</rss><!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)

Served from: duaneblake.co.uk @ 2013-03-24 20:51:55 -->
