<?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>Farmoredesign &#124; Web design and Development Scotland</title>
	<atom:link href="http://farmoredesign.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://farmoredesign.co.uk</link>
	<description>Wordpress web design and development Scotland</description>
	<lastBuildDate>Thu, 25 Apr 2013 08:28:02 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Ride The North</title>
		<link>http://farmoredesign.co.uk/ride-the-north/</link>
		<comments>http://farmoredesign.co.uk/ride-the-north/#comments</comments>
		<pubDate>Tue, 18 Dec 2012 15:52:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Index]]></category>
		<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://farmoredesign.co.uk/?p=572</guid>
		<description><![CDATA[A little background Ride the North is a two day cycle challenge through the beautiful scenery of the Grampian Highlands in the North of Scotland. The 2013 ride will take place on Friday 30 and Saturday 31 August 2013. What we did Features Dynamic Content Slider Full WordPress CMS Built With Code : WordPress, PHP, [...]]]></description>
				<content:encoded><![CDATA[<p><img src="http://farmoredesign.co.uk/wp-content/uploads/2012/12/ride-the-north.jpg" alt="ride the north" width="312" height="195" /><br />
<class="alignleft size-full wp-image-33" /></p>
<div class='portfolio-left'>
<h3>A little background</h3>
<p>Ride the North is a two day cycle challenge through the beautiful scenery of the Grampian Highlands in the North of Scotland. The 2013 ride will take place on Friday 30 and Saturday 31 August 2013.</p>
<h3>What we did</h3>
</p>
</div>
<div class='portfolio-right'>
<h3>Features</h3>
<ul>
<li>Dynamic Content Slider</li>
<li>Full WordPress CMS</li>
</ul>
<h3>Built With</h3>
<ul>
<li>Code : WordPress, PHP, Mysql, HTML, CSS3, jQuery</li>
<li>Design: Adobe Fireworks, Adobe Dreamweaver</li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://farmoredesign.co.uk/ride-the-north/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AC Gold Energy</title>
		<link>http://farmoredesign.co.uk/ac-gold-energy/</link>
		<comments>http://farmoredesign.co.uk/ac-gold-energy/#comments</comments>
		<pubDate>Tue, 06 Nov 2012 16:33:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Index]]></category>
		<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://farmoredesign.co.uk/?p=554</guid>
		<description><![CDATA[A little background AC Gold Energy design and install the most efficient renewable energy solution for homes and businesses in Scotland What we did We designed an initial site to help promote AC Golds new renewable energy products. We then developed the site further and used updated the layout Features Dynamic Content Slider Full WordPress [...]]]></description>
				<content:encoded><![CDATA[<p><img src="http://farmoredesign.co.uk/wp-content/uploads/2012/11/ac-gold-energy.jpg" alt="ac gold energy" title="ac gold energy" width="312" height="195" class="alignleft size-full wp-image-33" /></p>
<div class='portfolio-left'>
<h3>A little background</h3>
<p>AC Gold Energy design and install the most efficient renewable energy solution for homes and businesses in Scotland</p>
<h3>What we did</h3>
<p>We designed an initial site to help promote AC Golds new renewable energy products. We then developed the site further and used updated the layout </p>
</div>
<div class='portfolio-right'>
<h3>Features</h3>
<ul>
<li>Dynamic Content Slider</li>
<li>Full WordPress CMS</li>
</ul>
<h3>Built With</h3>
<ul>
<li>Code : WordPress, PHP, Mysql, HTML, CSS3, jQuery</li>
<li>Design: Adobe Fireworks, Adobe Dreamweaver</li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://farmoredesign.co.uk/ac-gold-energy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress function to select only the images from a post</title>
		<link>http://farmoredesign.co.uk/wordpress-function-to-select-only-the-images-from-a-post/</link>
		<comments>http://farmoredesign.co.uk/wordpress-function-to-select-only-the-images-from-a-post/#comments</comments>
		<pubDate>Thu, 18 Oct 2012 14:23:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[Our Web Design Blog]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://farmoredesign.co.uk/?p=521</guid>
		<description><![CDATA[All of the functions i could find that were similar to this returned avery picture that had been upladed to a post but i only wanted the images that had been both uploaded and inserted into the post. If you place this in your functions.php file : function showPostImages() { global $post, $posts; ob_start(); ob_end_clean(); [...]]]></description>
				<content:encoded><![CDATA[<p>All of the functions i could find that were similar to this returned avery picture that had been upladed to a post but i only wanted the images that had been both uploaded and inserted into the post. If you place this in your functions.php file :</p>
<pre class="crayon-plain-tag"><code>function showPostImages() {
global $post, $posts;
ob_start();
ob_end_clean();
$output = preg_match_all('/&lt;img.+src=[\'&quot;]([^\'&quot;]+)[\'&quot;].*&gt;/i', $post-&gt;post_content, $matches);

foreach($matches[0] as $m){
$output .=&quot;$m&quot;;
}
return $output
}</code></pre>
<p>and then put this into the loop :</p>
<pre class="crayon-plain-tag"><code>&lt;?php echo showPostImages(); ?&gt;</code></pre>
<p>you&#8217;ll have more control over where the images added to a post are placed on your page,post or archive.</p>
<p>another handy snippet just gets the text from a post and i like to use it in conjunction with the above function. Just enter the HTML tags you&#8217;d like to keep in the second parameter.</p>
<pre class="crayon-plain-tag"><code>&lt;?php echo nl2br(strip_tags(get_the_content(''),&quot;&lt;a&gt;&lt;strong&gt;&lt;ul&gt;&lt;li&gt;&quot;)); ?&gt;</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://farmoredesign.co.uk/wordpress-function-to-select-only-the-images-from-a-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bobby Beatsons &amp; Suzi Skyline</title>
		<link>http://farmoredesign.co.uk/bobby-beatsons-suzi-skyline/</link>
		<comments>http://farmoredesign.co.uk/bobby-beatsons-suzi-skyline/#comments</comments>
		<pubDate>Wed, 19 Sep 2012 14:14:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Index]]></category>
		<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://farmoredesign.co.uk/?p=581</guid>
		<description><![CDATA[A little background Beatsons are a well established Scottish independent builders merchant. They needed 2 Blog sites to help promote their new website Skyline roofing supplies.co.uk. What we did Created 2 bespoke WordPress themes which had centred around the 2 cartoon characters Bobby Beatson and Suzi Skyline Features Dynamic Content Slider Full WordPress CMS Built [...]]]></description>
				<content:encoded><![CDATA[<p><img src="http://farmoredesign.co.uk/wp-content/uploads/2013/02/beatsons-blog-websites.jpg" alt="beatsons blog websites" width="312" height="195" class="alignleft size-full wp-image-582" /><br />
<class="alignleft size-full wp-image-33" /></p>
<div class='portfolio-left'>
<h3>A little background</h3>
<p>Beatsons are a well established Scottish independent builders merchant. They needed 2 Blog sites to help promote their new website Skyline roofing supplies.co.uk. </p>
<h3>What we did</h3>
<p>Created 2 bespoke WordPress themes which had centred around the 2 cartoon characters Bobby Beatson and Suzi Skyline</p>
</div>
<div class='portfolio-right'>
<h3>Features</h3>
<ul>
<li>Dynamic Content Slider</li>
<li>Full WordPress CMS</li>
</ul>
<h3>Built With</h3>
<ul>
<li>Code : WordPress, PHP, Mysql, HTML, CSS3, jQuery</li>
<li>Design: Adobe Fireworks, Adobe Dreamweaver</li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://farmoredesign.co.uk/bobby-beatsons-suzi-skyline/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Perry Nelvill</title>
		<link>http://farmoredesign.co.uk/perry-nelvill/</link>
		<comments>http://farmoredesign.co.uk/perry-nelvill/#comments</comments>
		<pubDate>Tue, 11 Sep 2012 10:53:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Index]]></category>
		<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://farmoredesign.co.uk/?p=493</guid>
		<description><![CDATA[A little background Perry Nelvill is an online boutique showcasing the work of recently graduated fashion and textile designers from Art Schools across the UK and abroad to an international audience. Perry Nelvill aims to encourage idiosyncratic uniqueness in fashion and interiors by providing a platform which helps nurture and foster new designers in establishing [...]]]></description>
				<content:encoded><![CDATA[<p><img src="http://farmoredesign.co.uk/wp-content/uploads/2012/09/perry-nelvill-fashion-design-store.jpg" alt="" title="perry nelvill fashion design store" width="312" height="195" class="alignleft size-full wp-image-497" />
<div class="portfolio-left">
<h3>A little background</h3>
<p>Perry Nelvill is an online boutique showcasing the work of recently graduated fashion and textile designers from Art Schools across the UK and abroad to an international audience.</p>
<p>Perry Nelvill aims to encourage  idiosyncratic uniqueness in fashion and interiors by providing a platform which helps nurture and foster new designers in establishing their creative identity and making available this exclusive work to everyone.</p>
<p>Each piece of work for sale is manifestly individual: pieces of inspiration, beauty and quality which can be purchased by the discerning at Perry Nelvill.</p>
<h3>What we did</h3>
<p>
We had to get this site designed and built within a really tight timescale (a couple of weeks). Luckily we were up to the job. Using our favourite CMS allowed the client to quickly upload and update the designers product lines.
</p>
</div>
<div class="portfolio-right">
<h3>Features</h3>
<ul>
<li>WordPress CMS</li>
<li>Dynamic content slider</li>
<li>Paypal Integration</li>
</ul>
<h3>Built With</h3>
<ul>
<li>Code :  WordPress, PHP, Mysql, HTML, CSS3, jQuery</li>
<li>Design: Adobe Fireworks</li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://farmoredesign.co.uk/perry-nelvill/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shieldhill Castle Hotel</title>
		<link>http://farmoredesign.co.uk/shieldhill-castle-hotel/</link>
		<comments>http://farmoredesign.co.uk/shieldhill-castle-hotel/#comments</comments>
		<pubDate>Thu, 02 Aug 2012 16:36:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Index]]></category>
		<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://farmoredesign.co.uk/?p=6</guid>
		<description><![CDATA[A little background Shieldhill Castle is a four star hotel set in the beautiful upper Clyde Valley conveniently between Edinburgh and Glasgow, just 30 minutes from each. Independently owned and run we offer first class conferencing and banqueting facilities alongside our rooms and Chancellor restaurant. What we did We worked closely with Shieldhill to convey [...]]]></description>
				<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-7" title="shieldhill castle hotel" src="http://farmoredesign.co.uk/wp-content/uploads/2012/02/shiledhill-castle-hotel-web-design.jpg" alt="shieldhill castle hotel" width="312" height="195" /></p>
<div class='portfolio-left'>
<h3>A little background</h3>
<p>Shieldhill Castle is a four star hotel set in the beautiful upper Clyde Valley conveniently between Edinburgh and Glasgow, just 30 minutes from each. Independently owned and run we offer first class conferencing and banqueting facilities alongside our rooms and Chancellor restaurant.</p>
<h3>What we did</h3>
<p>We worked closely with Shieldhill to convey the classic castle surroundings in their new website. there were a couple of design iterations before we settled on the dark layout. this helped to bring the stunning imagery of the castle into the foreground. The site was built around the excellent WordPress CMS which will allow the client to update the site with future news and what&#8217;s on features.
</p>
</div>
<div class='portfolio-right'>
<h3>Features</h3>
<ul>
<li>Dynamic Content Slider</li>
<li>Full WordPress CMS</li>
<li>Cufon Font replacement</li>
<li>Lightbox Gallery</li>
</ul>
<h3>Built With</h3>
<ul>
<li>Code : WordPress, PHP, Mysql, HTML, CSS3, jQuery</li>
<li>Design: Adobe Fireworks, Adobe Dreamweaver</li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://farmoredesign.co.uk/shieldhill-castle-hotel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Radio Music Store</title>
		<link>http://farmoredesign.co.uk/radio-music-store/</link>
		<comments>http://farmoredesign.co.uk/radio-music-store/#comments</comments>
		<pubDate>Mon, 04 Jun 2012 16:15:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Index]]></category>
		<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://farmoredesign.co.uk/?p=45</guid>
		<description><![CDATA[A little background Radio Music Store is completely dedicated to your total satisfaction. If you have any suggestions or comments please email us at sales@radiomusicstore.co.uk. Radio Music Stores Ltd is a family business retailing electronics for over seventy years. What we did Working closely with the client we built a product information site to promote [...]]]></description>
				<content:encoded><![CDATA[<p><img src="http://farmoredesign.co.uk/wp-content/uploads/2012/01/radio-music-store-web-design.jpg" alt="" title="radio music store web design" width="312" height="195" class="alignleft size-full wp-image-476" />
<div class="portfolio-left">
<h3>A little background</h3>
<p>
Radio Music Store is completely dedicated to your total satisfaction. If you have any suggestions or comments please email us at sales@radiomusicstore.co.uk. Radio Music Stores Ltd is a family business retailing electronics for over seventy years.
</p>
<h3>What we did</h3>
<p>
Working closely with the client we built a product information site to promote the clients independent electrical goods store. The decision was taken to forgo e-commerce in favour of useful information. This will promote the site organically on Google and also build the social aspects of the site through Twitter and Facebook.
</p>
</div>
<div class="portfolio-right">
<h3>Features</h3>
<ul>
<li>WordPress CMS</li>
<li>Dynamic content slider</li>
</ul>
<h3>Built With</h3>
<ul>
<li>Code :  WordPress, PHP, Mysql, HTML, CSS3, jQuery</li>
<li>Design: Adobe Fireworks</li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://farmoredesign.co.uk/radio-music-store/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cookies Statement</title>
		<link>http://farmoredesign.co.uk/cookies/</link>
		<comments>http://farmoredesign.co.uk/cookies/#comments</comments>
		<pubDate>Tue, 22 May 2012 09:11:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://farmoredesign.co.uk/?p=446</guid>
		<description><![CDATA[Cookie Usage We currently only set one cookie on this website. It is used in the analysis of visitor behaviour which allows us to improve the usability and usefulness of the website. The data collection and reporting behind this analysis is currently provided by Google Analytics. These cookies contain no personally identifiable information but they [...]]]></description>
				<content:encoded><![CDATA[<div class="general">
<h3>Cookie Usage</h3>
<p>We currently only set one cookie on this website. It is used in the analysis of visitor behaviour which allows us to improve the usability and usefulness of the website. The data collection and reporting behind this analysis is currently provided by Google Analytics. These cookies contain no personally identifiable information but they will use your computer&#8217;s IP address which tells us where in the world you are viewing the site from.</p>
<p>Google stores the information collected by these cookies on servers in the United States and may transfer the information they collect to third-parties where required to do so by law.</p>
<p>The cookies used can be identified by the following names : <strong>__utma, __utmb, __utmc or__utmz</strong> . These cookies store basic browsing information such as what site referred you to the web page, how long you spent on the site and if you have previously visited the site. </p>
<p>Your continued use of this website will indicate your agreement to the use of this cookie.
</p></div>
<div class="general general-right">
<h3>How to opt out of Cookies</h3>
<p>Google has developed the Google Analytics Opt-out Browser Add-on which will prevent your browsing data being sent to Google. You can read more on <a href='http://tools.google.com/dlpage/gaoptout?hl=None'>Google Analytics Opt-out Browser Add-on here</a>. For more information on the usage of cookies by Google Analytics please see <a href='http://www.google.com/analytics/learn/privacy.html'>Google&#8217;s Privacy Policy</a>.
</div>
<div class="general general-right">
<h3>Disabling Cookies</h3>
<p>You can also completely restrict the use of cookies from all websites within your Internet browser. We have provided links for each of the main browsers which will give you more information on how to stop cookies.</p>
<p><a href='http://windows.microsoft.com/en-GB/windows7/Block-enable-or-allow-cookies'>Internet Explorer</a><br />
<a href='https://support.google.com/chrome/bin/answer.py?hl=en-GB&#038;answer=95647&#038;p=cpn_cookies'>Google Chrome</a><br />
<a href='http://support.mozilla.org/en-US/kb/Blocking%20cookies'>Firefox</a><br />
<a href='http://www.opera.com/browser/tutorials/security/privacy/'>Opera</a><br />
<a href='http://docs.info.apple.com/article.html?path=Safari/3.0/en/11471.html'>Safari</a>
</div>
]]></content:encoded>
			<wfw:commentRss>http://farmoredesign.co.uk/cookies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Physiofocus</title>
		<link>http://farmoredesign.co.uk/physiofocus/</link>
		<comments>http://farmoredesign.co.uk/physiofocus/#comments</comments>
		<pubDate>Wed, 02 May 2012 13:47:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Index]]></category>
		<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://farmoredesign.co.uk/?p=111</guid>
		<description><![CDATA[A little background PHYSIOfocus was established in 1999 to provide the very highest quality of physiotherapy treatments to a wide variety of people of all ages and lifestyles. What we did Features WordPress CMS Dynamic content slider Built With Code : WordPress, PHP, Mysql, HTML, CSS3, jQuery Design: Adobe Fireworks]]></description>
				<content:encoded><![CDATA[<p><img src="http://farmoredesign.co.uk/wp-content/uploads/2012/01/physio-wordpress-web-theme.jpg" alt="" title="physio wordpress web theme" width="312" height="195" class="alignleft size-full wp-image-427" />
<div class="portfolio-left">
<h3>A little background</h3>
<p>
PHYSIOfocus was established in 1999 to provide the very highest quality of physiotherapy treatments to a wide variety of people of all ages and lifestyles.
</p>
<h3>What we did</h3>
</p>
</div>
<div class="portfolio-right">
<h3>Features</h3>
<ul>
<li>WordPress CMS</li>
<li>Dynamic content slider</li>
</ul>
<h3>Built With</h3>
<ul>
<li>Code :  WordPress, PHP, Mysql, HTML, CSS3, jQuery</li>
<li>Design: Adobe Fireworks</li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://farmoredesign.co.uk/physiofocus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Genus Cars</title>
		<link>http://farmoredesign.co.uk/genus-cars/</link>
		<comments>http://farmoredesign.co.uk/genus-cars/#comments</comments>
		<pubDate>Wed, 25 Apr 2012 11:48:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Index]]></category>
		<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://farmoredesign.co.uk/?p=400</guid>
		<description><![CDATA[A little background Genus Car and van leasing will find you the BEST value for money vehicle and finance deal for YOUR needs. What we did Genus needed a bit of a revamp of their existing site, this meant updating pretty much the whole thing and most importantly giving the client more flexibility when entering [...]]]></description>
				<content:encoded><![CDATA[<p><img src="http://farmoredesign.co.uk/wp-content/uploads/2012/04/genus-bespoke-php-cms.jpg" alt="" title="genus bespoke php cms" width="312" height="195" class="alignleft size-full wp-image-401" /></p>
<div class="portfolio-left">
<h3>A little background</h3>
<p>
Genus Car and van leasing  will find you the BEST value for money vehicle and finance deal for YOUR needs.
</p>
<h3>What we did</h3>
<p>
Genus needed a bit of a revamp of their existing site, this meant updating pretty much the whole thing and most importantly giving the client more flexibility when entering car deals into the bespoke CMS. The design was also touched up with more emphasis on the vehicle imagery. This was done by using nivo slider to allow the client to display his top deals on the home page with a snazzy slider effect.
</p>
</div>
<div class="portfolio-right">
<h3>Features</h3>
<ul>
<li>Bespoke CMS</li>
<li>Dynamic Product Slider</li>
</ul>
<h3>Built With</h3>
<ul>
<li>Code :  PHP, Mysql, HTML, CSS3, jQuery</li>
<li>Design: Adobe Fireworks</li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://farmoredesign.co.uk/genus-cars/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
