<?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>Berkhamsted Web Design</title>
	<atom:link href="http://berkhamsted-web-design.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://berkhamsted-web-design.co.uk</link>
	<description>Berkhamsted Web Designer &#38; Marketing</description>
	<lastBuildDate>Thu, 19 Apr 2012 20:20:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Mount and access an encrypted partition in ubuntu</title>
		<link>http://berkhamsted-web-design.co.uk/2012/04/mount-and-access-an-encrypted-partition-in-ubuntu/</link>
		<comments>http://berkhamsted-web-design.co.uk/2012/04/mount-and-access-an-encrypted-partition-in-ubuntu/#comments</comments>
		<pubDate>Thu, 19 Apr 2012 20:20:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://berkhamsted-web-design.co.uk/?p=691</guid>
		<description><![CDATA[Mount and access an encrypted partition in ubuntu sudo cryptsetup luksOpen /dev/sdb1 old sudo vgchange -ay sudo lvdisplay /dev/ubuntu sudo mount /dev/ubuntu/root /media/old sudo ecryptfs-recover-private gksu thunar]]></description>
			<content:encoded><![CDATA[<p>Mount and access an encrypted partition in ubuntu<span id="more-691"></span></p>
<p>sudo cryptsetup luksOpen /dev/sdb1 old<br />
sudo vgchange -ay<br />
sudo lvdisplay /dev/ubuntu<br />
sudo mount /dev/ubuntu/root /media/old<br />
sudo ecryptfs-recover-private<br />
gksu thunar</p>
]]></content:encoded>
			<wfw:commentRss>http://berkhamsted-web-design.co.uk/2012/04/mount-and-access-an-encrypted-partition-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convert DVD to mpg for use on DLNA Sony Bravia TV</title>
		<link>http://berkhamsted-web-design.co.uk/2012/03/convert-dvd-to-mpg-for-use-on-dlna-sony-bravia-tv/</link>
		<comments>http://berkhamsted-web-design.co.uk/2012/03/convert-dvd-to-mpg-for-use-on-dlna-sony-bravia-tv/#comments</comments>
		<pubDate>Sat, 03 Mar 2012 16:48:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Media]]></category>
		<category><![CDATA[DLNA]]></category>
		<category><![CDATA[DVD]]></category>
		<category><![CDATA[KDL]]></category>
		<category><![CDATA[MKV]]></category>

		<guid isPermaLink="false">http://berkhamsted-web-design.co.uk/?p=688</guid>
		<description><![CDATA[Short and sweet this one, how to get a DVD into a format suitable for streaming to a DLNA enabled Sony Bravia TV (specifically a KDL-32W5500) Get the film chapter you want using makemkv Run the following command to convert the resulting MKV file to mpg format suitable for a Sony Bravia TV ffmpeg -i [...]]]></description>
			<content:encoded><![CDATA[<p>Short and sweet this one, how to get a DVD into a format suitable for streaming to a DLNA enabled Sony Bravia TV (specifically a KDL-32W5500)<span id="more-688"></span></p>
<p>Get the film chapter you want using makemkv</p>
<p>Run the following command to convert the resulting MKV file to mpg format suitable for a Sony Bravia TV</p>
<p>ffmpeg -i title_of.mkv -target pal-dvd output.mpg</p>
]]></content:encoded>
			<wfw:commentRss>http://berkhamsted-web-design.co.uk/2012/03/convert-dvd-to-mpg-for-use-on-dlna-sony-bravia-tv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make CMSMS Cookie compliant</title>
		<link>http://berkhamsted-web-design.co.uk/2012/02/make-cmsms-cookie-compliant/</link>
		<comments>http://berkhamsted-web-design.co.uk/2012/02/make-cmsms-cookie-compliant/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 07:39:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cmsms]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://berkhamsted-web-design.co.uk/?p=684</guid>
		<description><![CDATA[This post will document the steps required to make CMS Made Simple compliant with the new EU Privacy Directive cookie laws. If you haven&#8217;t yet heard of these laws then I suggest you read my earlier post Warning: the steps below effectively invalidate a CMSMS installation as a core file is modified. This is normally [...]]]></description>
			<content:encoded><![CDATA[<p>This post will document the steps required to make CMS Made Simple compliant with the new EU Privacy Directive cookie laws. If you haven&#8217;t yet heard of these laws then I suggest you <a title="Cookies and the EU Privacy Directive" href="http://berkhamsted-web-design.co.uk/2012/02/cookies-and-eu-privacy-directive/">read my earlier post<span id="more-684"></span></a></p>
<p><strong>Warning</strong>: the steps below effectively invalidate a CMSMS installation as a core file is modified. This is normally strictly forbidden by the CMSMS development team but as I know that I have made the change I know to look out for it when upgrading. The below steps are for version 1.10.2, the changes are different depending on what version of CMSMS you are using.</p>
<p>The file that you need to edit is include.php which is normally in the root of a typical CMSMS install</p>
<p>Find the section near the top of include.php that reads</p>
<pre>$session_key = substr(md5($dirname), 0, 8);
if( !isset($CMS_INSTALL_PAGE) )
  {
    @session_name('CMSSESSID' . $session_key);
    @ini_set('url_rewriter.tags', '');
    @ini_set('session.use_trans_sid', 0);
  }

#Setup session with different id and start it
if( !isset($CMS_ADMIN_PAGE) &amp;&amp; !isset($CMS_INSTALL_PAGE) )
  {
    // admin pages can't be cached... period, at all.. never.
    @session_cache_limiter('public');
  }

if(!@session_id()) session_start();</pre>
<p>and change it to:</p>
<pre>$session_key = substr(md5($dirname), 0, 8);
if( !isset($CMS_INSTALL_PAGE) )
  {
    @session_name('CMSSESSID' . $session_key);
    @ini_set('url_rewriter.tags', '');
    @ini_set('session.use_trans_sid', 0);
  }

#Setup session with different id and start it
if( !isset($CMS_ADMIN_PAGE) &amp;&amp; !isset($CMS_INSTALL_PAGE) )
  {
    // admin pages can't be cached... period, at all.. never.
    @session_cache_limiter('public');
  }
if( isset($CMS_ADMIN_PAGE))
  {
   if(!@session_id()) session_start();
  }</pre>
<p>This effectively switches off generating a session cookie for users, but retains the cookie for admin users.</p>
]]></content:encoded>
			<wfw:commentRss>http://berkhamsted-web-design.co.uk/2012/02/make-cmsms-cookie-compliant/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Script for obtaining consent for cookies</title>
		<link>http://berkhamsted-web-design.co.uk/2012/02/script-for-obtaining-consent-for-cookies/</link>
		<comments>http://berkhamsted-web-design.co.uk/2012/02/script-for-obtaining-consent-for-cookies/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 07:07:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Website Design & Development]]></category>
		<category><![CDATA[GA]]></category>
		<category><![CDATA[UK]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[Wolf Software]]></category>

		<guid isPermaLink="false">http://berkhamsted-web-design.co.uk/?p=681</guid>
		<description><![CDATA[The implementation time limit for the new EU privacy directive requirement for getting consent for cookies on websites is fast approaching to May 2012 Implementation of mechanisms to obtain consent has been slow for UK websites &#8211; just surf around some UK sites and you&#8217;ll soon see no changes at all. I have found a [...]]]></description>
			<content:encoded><![CDATA[<p>The implementation time limit for the new EU privacy directive requirement for getting consent for cookies on websites is fast approaching to May 2012<span id="more-681"></span></p>
<p>Implementation of mechanisms to obtain consent has been slow for UK websites &#8211; just surf around some UK sites and you&#8217;ll soon see no changes at all.</p>
<p>I have found a rather neat solution to obtaining cookie consent in the form of the <a href="http://cookies.dev.wolf-software.com/" target="_blank">EPD/PECR compliance jQuery plugin</a>, written by Wolf Software. It only works for Google Analytics cookies so you should <a title="Cookies and the EU Privacy Directive" href="http://berkhamsted-web-design.co.uk/2012/02/cookies-and-eu-privacy-directive/" target="_blank">run a cookie audit on your website</a> to see which cookies you can remove so that you only have the GA ones to contend with.</p>
<p>Installing the script is easy. Include jQuery (which you probably have already) and the script supplying it with your GA key and you&#8217;re good to go.</p>
<p>Wolf Software also have a version that you can use for all the other cookies on your website, but I found it a little tricky to get going, especially if you have a website based on a content management system, and I felt that it was fairly obtrusive when compared to their GA plugin (it uses a modal window that requires action before a visitor can use the site).</p>
]]></content:encoded>
			<wfw:commentRss>http://berkhamsted-web-design.co.uk/2012/02/script-for-obtaining-consent-for-cookies/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Cookies and the EU Privacy Directive</title>
		<link>http://berkhamsted-web-design.co.uk/2012/02/cookies-and-eu-privacy-directive/</link>
		<comments>http://berkhamsted-web-design.co.uk/2012/02/cookies-and-eu-privacy-directive/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 06:50:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Website Design & Development]]></category>
		<category><![CDATA[cmsms]]></category>
		<category><![CDATA[Permanent Cookie]]></category>
		<category><![CDATA[Permanent Google Analytics]]></category>
		<category><![CDATA[Wolf Software]]></category>

		<guid isPermaLink="false">http://berkhamsted-web-design.co.uk/?p=676</guid>
		<description><![CDATA[The Information Commissioners Office (www.ico.gov.uk) released last year new EU Privacy Directives targeted at cookie use on websites The directive essentially says that unless the cookie (whether session or permanent) is essential for site functionality (such as the mechanism in a shopping cart) then user consent needs to have been granted to place cookies on [...]]]></description>
			<content:encoded><![CDATA[<p>The Information Commissioners Office (<a title="Information Commissioners Office" href="http://www.ico.gov.uk" target="_blank">www.ico.gov.uk</a>) released last year new EU Privacy Directives targeted at cookie use on websites<span id="more-676"></span></p>
<p>The directive essentially says that unless the cookie (whether session or permanent) is essential for site functionality (such as the mechanism in a shopping cart) then user consent needs to have been granted to place cookies on a their computer. The fine for non-compliance can be up to £500,000, depending on the severity of non-compliance.</p>
<p>In a blog post on the ICO&#8217;s website they <a href="http://www.ico.gov.uk/news/blog/2011/~/media/documents/library/Privacy_and_electronic/Practical_application/guidance_on_the_new_cookies_regulations.ashx" target="_blank">update the guidelines</a> and <a href="http://www.ico.gov.uk/news/blog/2011/half-term-report-on-cookies-compliance.aspx">provide more feedback</a> on the technological and ethical issues surrounding the new laws. It still doesn&#8217;t change the fact that in May 2012 enforcement of the new law will take effect.</p>
<p>I have recently undergone a cookie audit task on some websites I run to see what actual cookies get set. It turned out that for what is essentially a simple &#8220;brochureware&#8221; website, e.g. one that really is just flat information provided for users, there were in total 7 cookies used:</p>
<p>4 x Permanent Google Analytics cookies<br />
1 x Session cookie generated by the CMSMS<br />
1 x Permanent Cookie for a jQuery slider to remember the last slider selected<br />
1 x Permanent WordPress comments cookie for remembering a commentators name and email when they come back to the site</p>
<p>The easiest way to view the cookies your site is setting is to use Firefox. Simply go to Tools &gt; Page info. Then click on the Security tab and click on the button labelled View Cookies. This window will show all the cookies the current page has set on your computer. Once you have identified the cookies, you can make a start at working to reduce the number used.</p>
<p>My aim was to get down to just having Google Analytics cookies so that I could implement a jQuery based solution developed by <a title="Script for obtaining consent for cookies" href="http://berkhamsted-web-design.co.uk/2012/02/script-for-obtaining-consent-for-cookies/" target="_blank">Wolf Software</a> to gain consent for just GA cookies.</p>
]]></content:encoded>
			<wfw:commentRss>http://berkhamsted-web-design.co.uk/2012/02/cookies-and-eu-privacy-directive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SEO Content Creation</title>
		<link>http://berkhamsted-web-design.co.uk/2012/01/seo-content-creation/</link>
		<comments>http://berkhamsted-web-design.co.uk/2012/01/seo-content-creation/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 18:31:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Website Design & Development]]></category>
		<category><![CDATA[articles]]></category>
		<category><![CDATA[Ashton Pereira]]></category>
		<category><![CDATA[part]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://berkhamsted-web-design.co.uk/?p=671</guid>
		<description><![CDATA[Creating content for a website can be a time consuming job. You may need to do some lengthy research into the topic and the grammar has to be spot on for SEO and Google I would like to promote an English SEO content creation service from a chap called Ashton Pereira and his company called [...]]]></description>
			<content:encoded><![CDATA[<p>Creating content for a website can be a time consuming job. You may need to do some lengthy research into the topic and the grammar has to be spot on for SEO and Google<span id="more-671"></span></p>
<p>I would like to promote an English SEO content creation service from a chap called Ashton Pereira and his company called <a href="http://www.tbvwriting.com/">TBV Writing</a>. He caters for SEO content creation &#8211; the process of creating content that is specifically targeted at increasing search traffic. His articles are 100% unique and are guaranteed to be of the highest quality due to their team of English writers and editors.</p>
<p>Keyword density for SEO content is taken care of making sure that the articles are optimized for search engines and you can specify the keyword you wish to target for each article ordered. I bought three 300 word articles from Ashton less than a week ago and received them today and they are all very good quality.This has saved me a my own time in researching and writing my own content.</p>
<p>The best part of <a title="TBV Writing" href="http://www.tbvwriting.com/">TBV Writing</a> service though is the price, the three articles I ordered came in under $11 which is excellent value for money. They do other fixed fee articles or if you drop them an email they are flexible and can accommodate any request. If you have a requirement for creating SEO optimized content then I can recommend TBV Writing.</p>
]]></content:encoded>
			<wfw:commentRss>http://berkhamsted-web-design.co.uk/2012/01/seo-content-creation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Do humans review sites at Google?</title>
		<link>http://berkhamsted-web-design.co.uk/2012/01/do-humans-review-sites-at-google/</link>
		<comments>http://berkhamsted-web-design.co.uk/2012/01/do-humans-review-sites-at-google/#comments</comments>
		<pubDate>Sun, 08 Jan 2012 16:31:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Website Design & Development]]></category>

		<guid isPermaLink="false">http://berkhamsted-web-design.co.uk/?p=669</guid>
		<description><![CDATA[The short answer to the question as to whether human reviewers are employed by Google to manually check through sites is yes The tactic has been going on for years but recently it has become more prevalent and industry sources suggest that between 12,000 and 15,000 human reviewers work daily to help improve the search [...]]]></description>
			<content:encoded><![CDATA[<p>The short answer to the question as to whether human reviewers are employed by Google to manually check through sites is yes<span id="more-669"></span></p>
<p>The tactic has been going on for years but recently it has become more prevalent and <a href="http://www.customerparadigm.com/index/629/2012-Internet-Marketing-Trends-Google-12000-Human-Website-Evaluators.php" target="_blank">industry sources</a> suggest that between 12,000 and 15,000 human reviewers work daily to help improve the search experience. A 125-page internal Google document was leaked in March 2011 that detailed the process for determining the <a href="http://www.seomoz.org/blog/16-insights-into-googles-rating-guidelines" target="_blank">quality of websites</a>. Various blogs had the document posted for a while but were told to take down the document. What the document boiled down to is that content still needs to be unique and relevant and include things like photos and videos.  A site needs to be well designed as well, not just &#8216;thrown up&#8217; to catch search traffic or create ad revenue.</p>
<p>It&#8217;s like a house sale, you could advertise it so well, thousands come to see, but when they go inside you have cracks in the walls, peeling paint, leaking pipes, etc. and NO ONE will buy (or even stay long enough to even consider a purchase). Then your estate agent comes in, looks, sees the crap, and cancels the contract because it&#8217;s not going to produce ANY revenue for them (because it wont sell).</p>
<p>Same as Google. if people dont like your site, they blame Google because Google put it up on the first page, and they wont use their search again! (there are so many alternative search engines &#8211; Google can&#8217;t risk losing ad revenue to it&#8217;s competition).</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://berkhamsted-web-design.co.uk/2012/01/do-humans-review-sites-at-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google &#8220;Let it snow&#8221;</title>
		<link>http://berkhamsted-web-design.co.uk/2011/12/google-let-it-snow/</link>
		<comments>http://berkhamsted-web-design.co.uk/2011/12/google-let-it-snow/#comments</comments>
		<pubDate>Fri, 30 Dec 2011 17:56:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Website Design & Development]]></category>

		<guid isPermaLink="false">http://berkhamsted-web-design.co.uk/?p=663</guid>
		<description><![CDATA[Here is a festive Easter egg from Google. Type in &#8216;let it snow&#8217; and click search and in front of your eyes the search results page starts to frost up!]]></description>
			<content:encoded><![CDATA[<p>Here is a festive Easter egg from Google. Type in &#8216;let it snow&#8217; and click search and in front of your eyes the search results page starts to frost up!</p>
]]></content:encoded>
			<wfw:commentRss>http://berkhamsted-web-design.co.uk/2011/12/google-let-it-snow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>4 column wordpress theme</title>
		<link>http://berkhamsted-web-design.co.uk/2011/12/4-column-wordpress-theme/</link>
		<comments>http://berkhamsted-web-design.co.uk/2011/12/4-column-wordpress-theme/#comments</comments>
		<pubDate>Tue, 27 Dec 2011 06:49:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Templates & Themes]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://berkhamsted-web-design.co.uk/?p=659</guid>
		<description><![CDATA[So you&#8217;ve got your WordPress blog up and running and have started to think about the look of it and themes? In this series we&#8217;ll be looking at the various WordPress theme options available starting with professional, commercial quality 4 column WordPress themes 4 column themes are normally suited to websites which have magazine or [...]]]></description>
			<content:encoded><![CDATA[<p>So you&#8217;ve got your WordPress blog up and running and have started to think about the look of it and themes? In this series we&#8217;ll be looking at the various WordPress theme options available starting with professional, commercial quality 4 column WordPress themes<span id="more-659"></span></p>
<p>4 column themes are normally suited to websites which have magazine or newspaper content and a lot of it too. 4 column WordPress themes allow you to squeeze a lot of content, above the fold, onto a page.</p>
<p>Other things to think about are whether the 4 column theme is widget ready and is there space available for advertising widgets? Multiple column themes may also come in fixed or fluid widths. A fixed width 4 column theme may have a width of 960px, whilst a fluid theme is designed to fill the entire screen.</p>
<h2><a href="http://themeforest.net/item/udesign-wordpress-theme/253220?ref=essexboyracer" target="_blank">U-Design WordPress Theme</a></h2>
<p><a href="http://themeforest.net/item/udesign-wordpress-theme/253220?ref=essexboyracer"><img class="aligncenter size-full wp-image-645" title="1-U-Design" src="http://berkhamsted-web-design.co.uk/wp-content/uploads/2011/12/1-U-Design.jpg" alt="" width="590" height="300" /></a></p>
<p>Columns: 4+, Compatible Browsers: IE7, IE8, IE9, Firefox 2, Firefox 3, Firefox 4, Safari 4, Safari 5, Opera, Chrome, Software Version: WordPress 3.3, WordPress 3.2, WordPress 3.1, WordPress 3.0, Widget Ready: Yes</p>
<h2><a href="http://themeforest.net/item/minimalisto-premium-wordpress-theme/244263?ref=essexboyracer" target="_blank">Minimalisto &#8211; Premium WordPress Theme</a></h2>
<p><a href="http://themeforest.net/item/minimalisto-premium-wordpress-theme/244263?ref=essexboyracer"><img class="aligncenter size-full wp-image-651" title="minimilasto" src="http://berkhamsted-web-design.co.uk/wp-content/uploads/2011/12/minimilasto.png" alt="" width="590" height="300" /></a></p>
<p>Columns: 4+, Compatible Browsers: IE7, IE8, IE9, Firefox 3, Firefox 4, Safari 4, Safari 5, Opera, Chrome, Software Version: WordPress 3.3, WordPress 3.2, Widget Ready: Yes</p>
<h2><a href="http://themeforest.net/item/contrast/68089?ref=essexboyracer" target="_blank">CONTRAST</a></h2>
<p><a href="http://themeforest.net/item/contrast/68089?ref=essexboyracer"><img class="aligncenter size-full wp-image-646" title="contrast" src="http://berkhamsted-web-design.co.uk/wp-content/uploads/2011/12/contrast.jpg" alt="" width="590" height="300" /></a></p>
<p>Columns: 4+, Compatible Browsers: IE6, IE7, IE8, IE9, Firefox 2, Firefox 3, Firefox 4, Safari 4, Safari 5, Opera, Chrome, Software Version: WordPress 3.3, WordPress 3.2, WordPress 3.1, WordPress 3.0, Widget Ready: Yes</p>
<h2><a href="http://themeforest.net/item/modern-business-4-wordpress/147566?ref=essexboyracer" target="_blank">Modern Business 4 WordPress</a></h2>
<p><a href="http://themeforest.net/item/modern-business-4-wordpress/147566?ref=essexboyracer"><img class="aligncenter size-full wp-image-660" title="modernbusiness" src="http://berkhamsted-web-design.co.uk/wp-content/uploads/2011/12/modernbusiness.jpg" alt="" width="590" height="300" /></a></p>
<p>Columns: 4+, Compatible Browsers: IE7, IE8, IE9, Firefox 2, Firefox 3, Firefox 4, Safari 4, Safari 5, Opera, Chrome, Software Version: WordPress 3.3, Widget Ready: Yes</p>
<h2><a href="http://themeforest.net/item/karma-clean-and-modern-wordpress-theme/168737?ref=essexboyracer" target="_blank">Karma &#8211; Clean and Modern WordPress Theme</a></h2>
<p><a href="http://themeforest.net/item/karma-clean-and-modern-wordpress-theme/168737?ref=essexboyracer"><img class="aligncenter size-full wp-image-649" title="Karma" src="http://berkhamsted-web-design.co.uk/wp-content/uploads/2011/12/Karma.jpg" alt="" width="590" height="300" /></a></p>
<p>Columns: 4+, Compatible Browsers: IE7, IE8, IE9, Firefox 2, Firefox 3, Firefox 4, Safari 4, Safari 5, Opera, Chrome, Software Version: WordPress 3.2, WordPress 3.1, WordPress 3.0, Widget Ready: Yes</p>
<h2><a href="http://themeforest.net/item/unite-wordpress-business-magazine-theme/90959?ref=essexboyracer" target="_blank">Unite &#8211; WordPress Business, Magazine Theme</a></h2>
<p><a href="http://themeforest.net/item/unite-wordpress-business-magazine-theme/90959?ref=essexboyracer"><img class="aligncenter size-full wp-image-657" title="unite" src="http://berkhamsted-web-design.co.uk/wp-content/uploads/2011/12/unite.jpg" alt="" width="590" height="300" /></a></p>
<p>Columns: 4+, Compatible Browsers: IE6, IE7, IE8, IE9, Firefox 2, Firefox 3, Firefox 4, Safari 4, Safari 5, Opera, Chrome, Software Version: WordPress 3.2, WordPress 3.1, WordPress 3.0, WordPress 2.9, WordPress 2.8, Widget Ready: Yes</p>
<h2><a href="http://themeforest.net/item/purevision-wordpress-theme/156538?ref=essexboyracer" target="_blank">PureVISION WordPress Theme</a></h2>
<p><a href="http://themeforest.net/item/purevision-wordpress-theme/156538?ref=essexboyracer"><img class="aligncenter size-full wp-image-653" title="pure-vision" src="http://berkhamsted-web-design.co.uk/wp-content/uploads/2011/12/pure-vision.jpg" alt="" width="590" height="300" /></a></p>
<p>Columns: 4+, Compatible Browsers: IE7, IE8, IE9, Firefox 2, Firefox 3, Firefox 4, Safari 4, Safari 5, Opera, Chrome, Software Version: WordPress 3.3, WordPress 3.2, WordPress 3.1, WordPress 3.0, Widget Ready: Yes</p>
<h2><a href="http://themeforest.net/item/mingle-multipurpose-wordpress-theme/235056?ref=essexboyracer" target="_blank">Mingle &#8211; Multi-purpose WordPress Theme</a></h2>
<p><a href="http://themeforest.net/item/mingle-multipurpose-wordpress-theme/235056?ref=essexboyracer"><img class="aligncenter size-full wp-image-650" title="mingle" src="http://berkhamsted-web-design.co.uk/wp-content/uploads/2011/12/mingle.jpg" alt="" width="590" height="300" /></a></p>
<p>Columns: 4+, Compatible Browsers: IE7, IE8, IE9, Firefox 2, Firefox 3, Firefox 4, Safari 4, Safari 5, Opera, Chrome, Software Version: WordPress 3.2, WordPress 3.1, WordPress 3.0, Widget Ready: Yes</p>
<h2><a href="http://themeforest.net/item/village-an-awesome-fullscreen-wordpress-theme/237812?ref=essexboyracer" target="_blank">Village &#8211; An Awesome Fullscreen WordPress Theme</a></h2>
<p><a href="http://themeforest.net/item/village-an-awesome-fullscreen-wordpress-theme/237812?ref=essexboyracer"><img class="aligncenter size-full wp-image-658" title="village" src="http://berkhamsted-web-design.co.uk/wp-content/uploads/2011/12/village.jpg" alt="" width="590" height="300" /></a></p>
<p>Columns: 4+, Compatible Browsers: IE7, IE8, IE9, Firefox 2, Firefox 3, Firefox 4, Safari 4, Safari 5, Opera, Chrome, Software Version: WordPress 3.3, WordPress 3.2, WordPress 3.1, WordPress 3.0, Widget Ready: Yes</p>
<h2><a href="http://themeforest.net/item/duotive-three-complete-wordpress-template/232555?ref=essexboyracer" target="_blank">Duotive Three &#8211; Complete WordPress Template</a></h2>
<p><a href="http://themeforest.net/item/duotive-three-complete-wordpress-template/232555?ref=essexboyracer"><img class="aligncenter size-full wp-image-647" title="duotive" src="http://berkhamsted-web-design.co.uk/wp-content/uploads/2011/12/duotive.png" alt="" width="590" height="300" /></a></p>
<p>Columns: 4+, Compatible Browsers: IE8, IE9, Firefox 4, Safari 4, Safari 5, Opera, Chrome, Software Version: WordPress 3.2, WordPress 3.1, WordPress 3.0, Widget Ready: Yes</p>
<h2><a href="http://themeforest.net/item/folioway-premium-portfolio-wordpress-theme/234219?ref=essexboyracer" target="_blank">Folioway &#8211; Premium Portfolio WordPress Theme</a></h2>
<p><a href="http://themeforest.net/item/folioway-premium-portfolio-wordpress-theme/234219?ref=essexboyracer"><img class="aligncenter size-full wp-image-648" title="folioaway" src="http://berkhamsted-web-design.co.uk/wp-content/uploads/2011/12/folioaway.jpg" alt="" width="590" height="300" /></a></p>
<p>Columns: 4+, Compatible Browsers: IE7, IE8, IE9, Firefox 4, Safari 4, Safari 5, Opera, Chrome, Software Version: WordPress 3.2, WordPress 3.1, WordPress 3.0, Widget Ready: Yes</p>
<h2><a href="http://themeforest.net/item/picturethis-fullscreen-portfolio-wordpress-theme/232363?ref=essexboyracer" target="_blank">PictureThis &#8211; Fullscreen Portfolio WordPress Theme</a></h2>
<p><a href="http://themeforest.net/item/picturethis-fullscreen-portfolio-wordpress-theme/232363?ref=essexboyracer"><img class="aligncenter size-full wp-image-652" title="picturethis" src="http://berkhamsted-web-design.co.uk/wp-content/uploads/2011/12/picturethis.png" alt="" width="590" height="300" /></a></p>
<p>Columns: 4+, Compatible Browsers: IE7, IE8, IE9, Firefox 4, Safari 4, Safari 5, Opera, Software Version: WordPress 3.2, WordPress 3.1, WordPress 3.0, Widget Ready: Yes</p>
<h2><a href="http://themeforest.net/item/qualifire-wordpress-theme/105879?ref=essexboyracer" target="_blank">QualiFire WordPress Theme</a></h2>
<p><a href="http://themeforest.net/item/qualifire-wordpress-theme/105879?ref=essexboyracer"><img class="aligncenter size-full wp-image-654" title="qualifire" src="http://berkhamsted-web-design.co.uk/wp-content/uploads/2011/12/qualifire.jpg" alt="" width="590" height="300" /></a></p>
<p>Columns: 4+, Compatible Browsers: IE6, IE7, IE8, IE9, Firefox 2, Firefox 3, Firefox 4, Safari 4, Safari 5, Opera, Chrome, Software Version: WordPress 3.3, WordPress 3.2, WordPress 3.1, WordPress 3.0, WordPress 2.9, WordPress 2.8, Widget Ready: Yes</p>
<h2><a href="http://themeforest.net/item/salutation-wordpress-buddypress-theme/548199?ref=essexboyracer" target="_blank">Salutation: WordPress + BuddyPress Theme</a></h2>
<p><a href="http://themeforest.net/item/salutation-wordpress-buddypress-theme/548199?ref=essexboyracer"><img class="aligncenter size-full wp-image-655" title="salutation" src="http://berkhamsted-web-design.co.uk/wp-content/uploads/2011/12/salutation.jpg" alt="" width="590" height="300" /></a></p>
<p>Columns: 4+, Compatible Browsers: IE8, IE9, Firefox 2, Firefox 3, Firefox 4, Safari 4, Safari 5, Opera, Chrome, Software Version: WordPress 3.2, WordPress 3.1, WordPress 3.0, Widget Ready: Yes</p>
<h2><a href="http://themeforest.net/item/traject-wordpress-portfolio-and-business-theme/116671?ref=essexboyracer" target="_blank">Traject &#8211; WordPress Portfolio and Business Theme</a></h2>
<p><a href="http://themeforest.net/item/traject-wordpress-portfolio-and-business-theme/116671?ref=essexboyracer"><img class="aligncenter size-full wp-image-655" title="salutation" src="http://berkhamsted-web-design.co.uk/wp-content/uploads/2011/12/salutation.jpg" alt="" width="590" height="300" /></a></p>
<p>Columns: 4+, Compatible Browsers: IE7, IE8, IE9, Firefox 2, Firefox 3, Firefox 4, Safari 4, Safari 5, Opera, Chrome, Software Version: WordPress 3.2, WordPress 3.1, WordPress 3.0, WordPress 2.9, WordPress 2.8, Widget Ready: Yes</p>
]]></content:encoded>
			<wfw:commentRss>http://berkhamsted-web-design.co.uk/2011/12/4-column-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Buy Tumblr themes</title>
		<link>http://berkhamsted-web-design.co.uk/2011/12/buy-tumblr-themes/</link>
		<comments>http://berkhamsted-web-design.co.uk/2011/12/buy-tumblr-themes/#comments</comments>
		<pubDate>Sun, 25 Dec 2011 07:45:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Templates & Themes]]></category>
		<category><![CDATA[Website Design & Development]]></category>

		<guid isPermaLink="false">http://berkhamsted-web-design.co.uk/?p=635</guid>
		<description><![CDATA[Tumblr is a great way to start blogging and to add a little style to your Tumble blog here is a selection of premium, commercial quality Tumblr themes to buy The advantage you get when you buy Tumblr themes as opposed to free themes is that they are normally of a higher quality and the [...]]]></description>
			<content:encoded><![CDATA[<p>Tumblr is a great way to start blogging and to add a little style to your Tumble blog here is a selection of premium, commercial quality Tumblr themes to buy<span id="more-635"></span></p>
<p>The advantage you get when you buy Tumblr themes as opposed to free themes is that they are normally of a higher quality and the author of the theme provides updates to keep the theme working in newer version of Tumblr. Below are the top 25 Tumblr themes</p>
<h2><a href="http://themeforest.net/item/litefolio-portfolio-theme-for-tumblr/141264?ref=essexboyracer" target="_blank">Litefolio &#8211; portfolio theme for Tumblr</a></h2>
<p><a href="http://themeforest.net/item/litefolio-portfolio-theme-for-tumblr/141264?ref=essexboyracer"><img class="aligncenter size-full wp-image-623" title="litefolio" src="http://berkhamsted-web-design.co.uk/wp-content/uploads/2011/12/litefolio.jpg" alt="" width="590" height="342" /></a></p>
<p>Columns: 1, Compatible Browsers: IE7, IE8, FireFox 2, FireFox 3, Firefox 3.5, Firefox 3.6, Safari 4, Safari 5, Opera, Chrome 4, Chrome 5</p>
<h2><a href="http://themeforest.net/item/tumbl-news-tumblr-theme-template/86918?ref=essexboyracer" target="_blank">Tumbl News &#8211; Tumblr Theme Template</a></h2>
<p><a href="http://themeforest.net/item/tumbl-news-tumblr-theme-template/86918?ref=essexboyracer"><img class="aligncenter size-full wp-image-630" title="tumbl-news" src="http://berkhamsted-web-design.co.uk/wp-content/uploads/2011/12/tumbl-news.jpg" alt="" width="590" height="300" /></a></p>
<p>Columns: 1, Compatible Browsers: IE8, FireFox 2, FireFox 3, Firefox 3.5, Firefox 3.6, Safari 5, Opera, Chrome 5</p>
<h2><a href="http://themeforest.net/item/sakura-t/237798?ref=essexboyracer" target="_blank">Sakura t.</a></h2>
<p><a href="http://themeforest.net/item/sakura-t/237798?ref=essexboyracer"><img class="aligncenter size-full wp-image-627" title="sakura" src="http://berkhamsted-web-design.co.uk/wp-content/uploads/2011/12/sakura.png" alt="" width="590" height="300" /></a></p>
<p>Columns: 2, Compatible Browsers: IE8, IE9, Firefox 3.5, Firefox 3.6, Firefox 4, Safari 4, Safari 5, Opera, Chrome 4, Chrome 5</p>
<h2><a href="http://themeforest.net/item/nuance-tumblr-theme/88792?ref=essexboyracer" target="_blank">Nuance Tumblr Theme</a></h2>
<p style="text-align: center;"><a href="http://themeforest.net/item/nuance-tumblr-theme/88792?ref=essexboyracer"><img class="aligncenter  wp-image-632" title="nuance" src="http://berkhamsted-web-design.co.uk/wp-content/uploads/2011/12/nuance-1024x471.jpg" alt="" width="590" /></a></p>
<p>Compatible Browsers: FireFox 2, FireFox 3, IE7, IE8, Opera</p>
<h2><a href="http://themeforest.net/item/squared-magazine-tumblr-news-magazine-theme/241898?ref=essexboyracer" target="_blank">Squared Magazine &#8211; Tumblr News / Magazine Theme</a></h2>
<p><a href="http://themeforest.net/item/squared-magazine-tumblr-news-magazine-theme/241898?ref=essexboyracer"><img class="aligncenter size-full wp-image-612" title="01_squaredmag_preview" src="http://berkhamsted-web-design.co.uk/wp-content/uploads/2011/12/01_squaredmag_preview.png" alt="" width="590" height="300" /></a></p>
<p>Columns: 2, Compatible Browsers: IE7, IE8, IE9, Firefox 4, Safari 5, Opera</p>
<h2><a href="http://themeforest.net/item/forma-premium-tumblr-theme/114079?ref=essexboyracer" target="_blank">Forma &#8211; Premium Tumblr Theme</a></h2>
<p><a href="http://themeforest.net/item/forma-premium-tumblr-theme/114079?ref=essexboyracer"><img class="aligncenter size-full wp-image-619" title="forma" src="http://berkhamsted-web-design.co.uk/wp-content/uploads/2011/12/forma.jpg" alt="" width="590" height="300" /></a></p>
<p>Columns: 2, Compatible Browsers: IE7, IE8, IE9, Firefox 3, Firefox 4, Safari 4, Safari 5, Opera, Chrome</p>
<h2><a href="http://themeforest.net/item/time-goes-back-a-tumblr-portfolio-theme/129592?ref=essexboyracer" target="_blank">Time Goes Back: A Tumblr Portfolio Theme</a></h2>
<p><a href="http://themeforest.net/item/time-goes-back-a-tumblr-portfolio-theme/129592?ref=essexboyracer"><img class="aligncenter size-full wp-image-629" title="time-goes-back" src="http://berkhamsted-web-design.co.uk/wp-content/uploads/2011/12/time-goes-back.jpg" alt="" width="590" height="300" /></a></p>
<p>Columns: 1, Compatible Browsers: IE7, IE8, Firefox 3.5, Firefox 3.6, Safari 4, Safari 5, Opera, Chrome 4, Chrome 5</p>
<h2><a href="http://themeforest.net/item/minimal/136485?ref=essexboyracer" target="_blank">Minimal</a></h2>
<p style="text-align: center;"><a href="http://themeforest.net/item/minimal/136485?ref=essexboyracer"><img class="aligncenter  wp-image-624" title="minimal" src="http://berkhamsted-web-design.co.uk/wp-content/uploads/2011/12/minimal-300x182.jpg" alt="" width="590" /></a></p>
<p>Columns: 1, Compatible Browsers: IE7, IE8, Safari 5, Opera, Widget Ready: No</p>
<h2><a href="http://themeforest.net/item/vintage-sky/119201?ref=essexboyracer" target="_blank">Vintage Sky</a></h2>
<p style="text-align: center;"><a href="http://themeforest.net/item/vintage-sky/119201?ref=essexboyracer"><img class="aligncenter  wp-image-631" title="vintage-sky" src="http://berkhamsted-web-design.co.uk/wp-content/uploads/2011/12/vintage-sky-300x163.jpg" alt="" width="590" /></a></p>
<p>Columns: 1, Compatible Browsers: IE8, FireFox 2, FireFox 3, Opera, Chrome 4, Chrome 5</p>
<h2><a href="http://themeforest.net/item/the-playground-tumblr-theme/149573?ref=essexboyracer" target="_blank">The Playground Tumblr Theme</a></h2>
<p style="text-align: center;"><a href="http://themeforest.net/item/the-playground-tumblr-theme/149573?ref=essexboyracer"><img class="aligncenter  wp-image-625" title="playground-Tumblr-Theme-preview" src="http://berkhamsted-web-design.co.uk/wp-content/uploads/2011/12/playground-Tumblr-Theme-preview-300x186.jpg" alt="" width="590" /></a></p>
<p>Columns: 2, Compatible Browsers: IE7, IE8, Firefox 2, Firefox 3, Firefox 4, Safari 4, Safari 5, Opera, Chrome, Widget Ready: No</p>
<h2><a href="http://themeforest.net/item/domericano-minimal-tumblr-blog-portfolio-theme/306318?ref=essexboyracer" target="_blank">Domericano &#8211; Minimal Tumblr Blog / Portfolio Theme</a></h2>
<p style="text-align: center;"><a href="http://themeforest.net/item/domericano-minimal-tumblr-blog-portfolio-theme/306318?ref=essexboyracer"><img class="aligncenter  wp-image-634" title="02_domericano-screenshot" src="http://berkhamsted-web-design.co.uk/wp-content/uploads/2011/12/02_domericano-screenshot.jpg" alt="" width="590" /></a></p>
<p>Columns: 3, Compatible Browsers: IE7, IE8, IE9, Firefox 4, Safari 4, Safari 5, Opera</p>
<h2><a href="http://themeforest.net/item/meteoro-2028-a-new-tumblr-portfolio/137298?ref=essexboyracer" target="_blank">Meteoro 2028: A new Tumblr Portfolio</a></h2>
<p><a href="http://themeforest.net/item/meteoro-2028-a-new-tumblr-portfolio/137298?ref=essexboyracer"><img class="aligncenter size-full wp-image-610" title="01_meteoro-2028" src="http://berkhamsted-web-design.co.uk/wp-content/uploads/2011/12/01_meteoro-2028.jpg" alt="" width="590" height="300" /></a></p>
<p>Columns: 1, Compatible Browsers: IE7, IE8, IE9, Firefox 2, Firefox 3, Firefox 4, Safari 4, Safari 5, Opera, Chrome</p>
<h2><a href="http://themeforest.net/item/desire-tumblr-theme/150656?ref=essexboyracer" target="_blank">Desire Tumblr Theme</a></h2>
<p><a href="http://themeforest.net/item/desire-tumblr-theme/150656?ref=essexboyracer"><img class="aligncenter size-full wp-image-640" title="desire" src="http://berkhamsted-web-design.co.uk/wp-content/uploads/2011/12/desire.jpg" alt="" width="590" height="300" /></a></p>
<p>Columns: 2, Compatible Browsers: IE7, IE8, IE9, Firefox 2, Firefox 3, Firefox 4, Safari 4, Safari 5, Opera, Chrome, Widget Ready: No</p>
<h2><a href="http://themeforest.net/item/gallera-photo-galleryportfolio-theme-for-tumblr/138509?ref=essexboyracer" target="_blank">Gallera &#8211; Photo Gallery/Portfolio Theme for Tumblr</a></h2>
<p><a href="http://themeforest.net/item/gallera-photo-galleryportfolio-theme-for-tumblr/138509?ref=essexboyracer"><img class="aligncenter size-full wp-image-641" title="gallera" src="http://berkhamsted-web-design.co.uk/wp-content/uploads/2011/12/gallera.jpg" alt="" width="590" height="342" /></a></p>
<p>Columns: 1, Compatible Browsers: IE7, IE8, FireFox 2, FireFox 3, Firefox 3.5, Firefox 3.6, Safari 4, Safari 5, Opera, Chrome 4, Chrome 5</p>
<h2><a href="http://themeforest.net/item/chocolate-t/336155?ref=essexboyracer" target="_blank">Chocolate T</a></h2>
<p><a href="http://themeforest.net/item/chocolate-t/336155?ref=essexboyracer"><img class="aligncenter size-full wp-image-622" title="large_preview_choco_tumblr" src="http://berkhamsted-web-design.co.uk/wp-content/uploads/2011/12/large_preview_choco_tumblr.png" alt="" width="590" height="300" /></a></p>
<p>Columns: 4+, Compatible Browsers: IE7, IE8, Firefox 4, Safari 4, Safari 5, Opera</p>
<h2><a href="http://themeforest.net/item/casey/138275?ref=essexboyracer" target="_blank">Casey</a></h2>
<p><a href="http://themeforest.net/item/casey/138275?ref=essexboyracer"><img class="aligncenter size-full wp-image-615" title="casey" src="http://berkhamsted-web-design.co.uk/wp-content/uploads/2011/12/casey.jpg" alt="" width="590" height="300" /></a></p>
<p>Columns: 2, Compatible Browsers: IE7, IE8, Firefox 3.5, Firefox 3.6, Safari 4, Safari 5, Opera, Chrome 4, Chrome 5</p>
<h2><a href="http://themeforest.net/item/golden-grace-for-blogger/46816?ref=essexboyracer" target="_blank">Golden Grace for Blogger</a></h2>
<p style="text-align: center;"><a href="http://themeforest.net/item/golden-grace-for-blogger/46816?ref=essexboyracer"><img class="aligncenter  wp-image-620" title="golden-grace-blogger-template_v110" src="http://berkhamsted-web-design.co.uk/wp-content/uploads/2011/12/golden-grace-blogger-template_v110.png" alt="" width="590" /></a></p>
<p>Compatible Browsers: FireFox 3, IE6, IE7, IE8, Opera</p>
<h2><a href="http://themeforest.net/item/cherry/145019?ref=essexboyracer" target="_blank">Cherry</a></h2>
<p style="text-align: center;"><a href="http://themeforest.net/item/cherry/145019?ref=essexboyracer"><img class="aligncenter  wp-image-616" title="cherry" src="http://berkhamsted-web-design.co.uk/wp-content/uploads/2011/12/cherry-300x197.jpg" alt="" width="590" /></a></p>
<p>Columns: 1, Compatible Browsers: IE7, IE8, FireFox 3, Firefox 3.5, Firefox 3.6, Safari 5, Opera, Chrome 4, Chrome 5</p>
<h2><a href="http://themeforest.net/item/elegumus-business-theme-package-for-blogger/19998?ref=essexboyracer" target="_blank">Elegumus Business Theme Package for Blogger</a></h2>
<p><a href="http://themeforest.net/item/elegumus-business-theme-package-for-blogger/19998?ref=essexboyracer"><img class="aligncenter size-full wp-image-608" title="1_Elegumus-Neutral-Home.__large_preview" src="http://berkhamsted-web-design.co.uk/wp-content/uploads/2011/12/1_Elegumus-Neutral-Home.__large_preview.jpg" alt="" width="590" height="300" /></a></p>
<p>Compatible Browsers: FireFox 2, FireFox 3, IE6, IE7, Safari</p>
<h2><a href="http://themeforest.net/item/cleanfolio-a-clean-tumblr-portfolio-theme/238145?ref=essexboyracer" target="_blank">Cleanfolio &#8211; A Clean Tumblr Portfolio Theme</a></h2>
<p><a href="http://themeforest.net/item/cleanfolio-a-clean-tumblr-portfolio-theme/238145?ref=essexboyracer"><img class="aligncenter size-full wp-image-617" title="cleanfolio" src="http://berkhamsted-web-design.co.uk/wp-content/uploads/2011/12/cleanfolio.png" alt="" width="590" height="300" /></a></p>
<p>Columns: 3, Compatible Browsers: IE7, IE8, IE9, Firefox 4, Safari 5, Opera</p>
<h2><a href="http://themeforest.net/item/rapture-tumblr-theme/460983?ref=essexboyracer" target="_blank">Rapture Tumblr Theme</a></h2>
<p><a href="http://themeforest.net/item/rapture-tumblr-theme/460983?ref=essexboyracer"><img class="aligncenter size-full wp-image-626" title="rapture" src="http://berkhamsted-web-design.co.uk/wp-content/uploads/2011/12/rapture.jpg" alt="" width="590" height="300" /></a></p>
<p>Columns: 2, Compatible Browsers: IE7, IE8, IE9, Firefox 2, Firefox 3, Firefox 4, Safari 4, Safari 5, Opera, Chrome</p>
<h2><a href="http://themeforest.net/item/gothicdream/156904?ref=essexboyracer" target="_blank">GothicDream</a></h2>
<p><a href="http://themeforest.net/item/gothicdream/156904?ref=essexboyracer"><img class="aligncenter size-full wp-image-621" title="gothicdream" src="http://berkhamsted-web-design.co.uk/wp-content/uploads/2011/12/gothicdream.jpg" alt="" width="590" height="300" /></a></p>
<p>Columns: 2, Compatible Browsers: IE7, IE8, Safari 5, Opera, Widget Ready: No</p>
<h2><a href="http://themeforest.net/item/buy-themes-blogger-gallery-template/37209?ref=essexboyracer" target="_blank">Buy Themes &#8211; Blogger Gallery Template</a></h2>
<p><a href="http://themeforest.net/item/buy-themes-blogger-gallery-template/37209?ref=essexboyracer"><img class="aligncenter size-full wp-image-614" title="buy-themes" src="http://berkhamsted-web-design.co.uk/wp-content/uploads/2011/12/buy-themes.jpg" alt="" width="590" height="300" /></a></p>
<p>Compatible Browsers: FireFox 2, FireFox 3, IE6, IE7, IE8, Safari</p>
<h2><a href="http://themeforest.net/item/fanfarron-theme/142936?ref=essexboyracer" target="_blank">Fanfarron Theme</a></h2>
<p><a href="http://themeforest.net/item/fanfarron-theme/142936?ref=essexboyracer"><img class="aligncenter size-full wp-image-618" title="fanfarron" src="http://berkhamsted-web-design.co.uk/wp-content/uploads/2011/12/fanfarron.jpg" alt="" width="590" height="300" /></a></p>
<p>Columns: 1, Compatible Browsers: IE8, FireFox 2, FireFox 3, Firefox 3.5, Firefox 3.6, Safari 4, Safari 5, Opera, Chrome 4, Chrome 5</p>
<h2><a href="http://themeforest.net/item/shift-tumblr-theme/265818?ref=essexboyracer" target="_blank">Shift Tumblr Theme</a></h2>
<p><a href="http://themeforest.net/item/shift-tumblr-theme/265818?ref=essexboyracer"><img class="aligncenter size-full wp-image-628" title="shift" src="http://berkhamsted-web-design.co.uk/wp-content/uploads/2011/12/shift.jpg" alt="" width="590" height="300" /></a></p>
<p>Columns: 2, Compatible Browsers: IE7, IE8, IE9, Firefox 2, Firefox 3, Firefox 4, Safari 4, Safari 5, Opera, Chrome</p>
]]></content:encoded>
			<wfw:commentRss>http://berkhamsted-web-design.co.uk/2011/12/buy-tumblr-themes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

