<?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>UTC Web Design</title>
	<atom:link href="http://www.utcwebdesign.co.uk/feed" rel="self" type="application/rss+xml" />
	<link>http://www.utcwebdesign.co.uk</link>
	<description>web designer &#124; graphic design</description>
	<lastBuildDate>Fri, 02 Dec 2011 10:23:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Im in .net Magazine</title>
		<link>http://www.utcwebdesign.co.uk/blog/work-stuff/im-in-net-magazine</link>
		<comments>http://www.utcwebdesign.co.uk/blog/work-stuff/im-in-net-magazine#comments</comments>
		<pubDate>Thu, 01 Dec 2011 13:51:47 +0000</pubDate>
		<dc:creator>UTC Web Design</dc:creator>
				<category><![CDATA[In other news...]]></category>
		<category><![CDATA[Work stuff]]></category>

		<guid isPermaLink="false">http://www.utcwebdesign.co.uk/?p=769</guid>
		<description><![CDATA[For those of you who have been living under a rock, .net magazine is the biggest selling magazine of its kind in the world. So imagine my surprise to get the chance to be featured [...]]]></description>
			<content:encoded><![CDATA[<p>For those of you who have been living under a rock, .net magazine is the biggest selling magazine of its kind in the world. So imagine my surprise to get the chance to be featured in the &#8216;website build off&#8217; section in issue 223.</p>
<h2>Website build off?</h2>
<p>The website build off is a monthly article which gives 3 designers/developers the chance to submit their interpretation of a brief. The theme for my build off?&#8230;wedding sites. The brief didnt go into much more detail than that so I decided to create a fictitious site aimed at getting the bride and groom to the church on time, with all the details in place so they can relax and enjoy their big day.</p>
<p>Its a simple concept and an even simpler design but I think there is an idea there that has the potential to grow into something popular and profitable.</p>
<p>The website design includes all of the usual suspects such as social networking and submissions but also has a few cheeky extras thrown in. For the description and to see the other build offs (which are awesome by the way) you will have to buy the mag. Issue 223 is out now.</p>
<p>&nbsp;<br />
<img src="http://www.utcwebdesign.co.uk/wp-content/uploads/2011/12/christian-senior-website-buildoff.jpg" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.utcwebdesign.co.uk/blog/work-stuff/im-in-net-magazine/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aye Aye Frame WordPress Plugin</title>
		<link>http://www.utcwebdesign.co.uk/blog/development/aye-aye-frame-wordpress-plugin</link>
		<comments>http://www.utcwebdesign.co.uk/blog/development/aye-aye-frame-wordpress-plugin#comments</comments>
		<pubDate>Sun, 18 Sep 2011 18:39:47 +0000</pubDate>
		<dc:creator>UTC Web Design</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Instructions]]></category>

		<guid isPermaLink="false">http://www.utcwebdesign.co.uk/?p=755</guid>
		<description><![CDATA[What does it do? WordPress is such an awesome tool that it even strips some HTML, such as iframes, as a security measure. Unfortunately sometimes we need to use iframes so Aye Aye Frame gives [...]]]></description>
			<content:encoded><![CDATA[<h2>What does it do?</h2>
<p>WordPress is such an awesome tool that it even strips some HTML, such as iframes, as a security measure. Unfortunately sometimes we need to use iframes so Aye Aye Frame gives you back that freedom with the use of a shortcode <code>[ayeframe]</code>. For more information on WordPress shortcodes click <a href="http://codex.wordpress.org/Shortcode">HERE</a>.</p>
<h2>Usage</h2>
<p>To use Aye Aye Frame simply insert the url or code you would like to appear in your iframe between these shortcode tags</p>
<h2>Download the plugin</h2>
<p>Download the plugin from the WordPress community &#8211; <a href="http://wordpress.org/extend/plugins/aye-aye-frame/">Aye Aye Frame</a></p>
<p>        <code>[ayeframe]YOUR URL HERE[/ayeframe]</code></p>
<p>The code or url you insert between the shortcode tags is the equivalent of the &#8216;src&#8217; section of the iframe code.</p>
<h2>Customise your Aye Aye Frame</h2>
<p>As with normal iframes, extra parameters can be added to customise the size, borders and other elements. Any, all or none of these parametres may be used. A full list of these parameters is available in the Aye Aye Frame menu after plugin installation.</p>
<p><strong>Extra parameters</strong><br />
        &#8216;width&#8217; = Takes a number to customise the width of the iframe. Default = 250<br />
        &#8216;height&#8217; = Takes a number to customise the height of the iframe. Default = 250<br />
        &#8216;frameborder&#8217; = Specifies whether to add a border to the iframe (0 = no, 1 = yes). Default = 0<br />
        &#8216;marginheight&#8217; = Specifies the top and bottom margins of an iframe. Default = 0<br />
        &#8216;marginwidth&#8217; = Specifies the left and right margins of an iframe. Default = 0<br />
        &#8216;name&#8217; = Specifies the name of the iframe. Default = No default<br />
        &#8216;scrolling&#8217; = Specifies whether or not to display scrollbars in an iframe (yes, no, auto). Default = auto<br />
        &#8216;id&#8217;= Specifies the id of your iframe. No default<br />
        &#8216;class&#8217; = Specifies the class name of your iframe. Default = No default<br />
        &#8216;title&#8217; = Specifies the title of your iframe. No default
        </p>
<h3>Example usage of extra parameters</h3>
<p>
        <code>[ayeframe width=500 height=500 frameborder=1 marginheight=5 marginwidth=5 name=myFrameName scrolling=0 id=myFrameID class=myFrameClass title=myFrameTitle]http://www.myframeurl[/ayeframe]</code></p>
<h2>Any questions?</h2>
<p>Aye Aye Frame was created just for fun (thats right, FUN!) by Christian Senior at <a href="http://www.utcwebdesign.co.uk">UTC Web Design</a> but if you have any questions or suggestions you are welcome to get in touch using the contact information on the website.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.utcwebdesign.co.uk/blog/development/aye-aye-frame-wordpress-plugin/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Green Leaf Trading Web Design</title>
		<link>http://www.utcwebdesign.co.uk/my-work/green-leaf-trading-web-design</link>
		<comments>http://www.utcwebdesign.co.uk/my-work/green-leaf-trading-web-design#comments</comments>
		<pubDate>Mon, 05 Sep 2011 15:59:04 +0000</pubDate>
		<dc:creator>UTC Web Design</dc:creator>
				<category><![CDATA[My Work]]></category>
		<category><![CDATA[website design]]></category>

		<guid isPermaLink="false">http://www.utcwebdesign.co.uk/?p=742</guid>
		<description><![CDATA[Green Leaf Trading Ltd. are a small company based in London who import sustainable hardwood timber into Europe including teak, mahogany, walnut and cedrela. Green Leaf Trading needed a simple website to give their potentials [...]]]></description>
			<content:encoded><![CDATA[<p>Green Leaf Trading Ltd. are a small company based in London who import sustainable hardwood timber into Europe including teak, mahogany, walnut and cedrela.</p>
<p>Green Leaf Trading needed a simple website to give their potentials clients an idea of the type of product they import as well as their ethical trading standards. The site is built in XHTML and CSS and incorporates a little bit of jQuery for the tabbed section of the site, and a cheeky bit of PHP for the contact form.</p>
<p>UTC Web Design did the logo design as well as the web design and build of the site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.utcwebdesign.co.uk/my-work/green-leaf-trading-web-design/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The New WordPress Plugin from UTC Web Design</title>
		<link>http://www.utcwebdesign.co.uk/blog/development/the-new-wordpress-plugin-from-utc-web-design</link>
		<comments>http://www.utcwebdesign.co.uk/blog/development/the-new-wordpress-plugin-from-utc-web-design#comments</comments>
		<pubDate>Fri, 19 Aug 2011 14:52:25 +0000</pubDate>
		<dc:creator>UTC Web Design</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://www.utcwebdesign.co.uk/?p=724</guid>
		<description><![CDATA[I have recently been working on a few e-commerce websites which required the products to be listed under different categories but also needed to be searchable on both criteria. So to solve this little issue, [...]]]></description>
			<content:encoded><![CDATA[<p>I have recently been working on a few e-commerce websites which required the products to be listed under different categories but also needed to be searchable on both criteria. So to solve this little issue,  in walked WordPress and its cool &#8216;custom taxonomies&#8217;.</p>
<h2>What are WordPress custom taxonomies?</h2>
<p>In short, &#8216;taxonomy&#8217; means to categorise or group things together. So everytime you create a post in WordPress and put it into a category, thats taxonomy.</p>
<p>You can read more about WordPress taxonomies on the <a href="http://codex.wordpress.org/Taxonomies" target="_blank">WordPress Codex site</a></p>
<p>Custom taxonomies are an extra way of categorising your WordPress posts. So you can add extra grouping for your posts. I have found it handy on e-commerce sites where products needed to &#8216;grouped&#8217; in sizes and &#8216;colours&#8217; but everytime I wanted to create this extra categorising of products I had to recall the function in the functions.php file and and then add code into the sidebar etc etc etc.  So I have created a simple WordPress plugin that does it for you.</p>
<h2>What does Simple-Custo-Taxo do?</h2>
<p>Simple-Custo-taxo (Simple Custom Taxonomy) is a simple (as the name suggests) plugin that adds an extra taxonomy option for your posts and can be added to your site by adding the widget to your sidebar.</p>
<p>Simply create categories in the &#8216;custom categories&#8217; section that will now appear in your Posts main menu and add posts to that category as you normally would.  The widget then creates an unordered list of your custom taxonomies. Simple.</p>
<p>Hey if your a WordPress user give it a try, and let me know if it was useful.</p>
<p>Full installation instructions and download link are available <a href="http://www.utcwebdesign.co.uk/blog/development/instructions/simple-custo-taxo-wordpress-plugin">HERE</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.utcwebdesign.co.uk/blog/development/the-new-wordpress-plugin-from-utc-web-design/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple-Custo-Taxo WordPress Plugin</title>
		<link>http://www.utcwebdesign.co.uk/blog/development/instructions/simple-custo-taxo-wordpress-plugin</link>
		<comments>http://www.utcwebdesign.co.uk/blog/development/instructions/simple-custo-taxo-wordpress-plugin#comments</comments>
		<pubDate>Fri, 19 Aug 2011 14:48:50 +0000</pubDate>
		<dc:creator>UTC Web Design</dc:creator>
				<category><![CDATA[Instructions]]></category>

		<guid isPermaLink="false">http://www.utcwebdesign.co.uk/?p=728</guid>
		<description><![CDATA[Simple-Custo-taxo (Simple Custom Taxonomy) is a simple (as the name suggests) plugin that adds an extra taxonomy option for your products and can be added to your site by adding the widget to your sidebar. [...]]]></description>
			<content:encoded><![CDATA[<p>Simple-Custo-taxo (Simple Custom Taxonomy) is a simple (as the name suggests) plugin that adds an extra taxonomy option for your products and can be added to your site by adding the widget to your sidebar.</p>
<p>Simply create categories in the ‘custom categories’ section that will now appear in your Posts main menu and add posts to that category as you normally would.  The widget then creates an unordered list of your custom taxonomies. Simple.</p>
<h2>Download the plugin</h2>
<p>First you need to download the plugin from the <a title="Download Simple-Custo-Taxo" href="http://wordpress.org/extend/plugins/simple-custo-taxo/" target="_blank">WordPress plugin repository</a> and extract it from its .zip shell.</p>
<h2>Installation</h2>
<p>To install the plugin manually:</p>
<p>1. Extract the contents of the archive (zip file)<br />
2. Upload the folder and its contents to your &#8216;/wp-content/plugins&#8217; folder<br />
3. Activate the plugin through the Plugins section in your WordPress admin panel</p>
<p><strong>Usage</strong></p>
<p>Once activated you will see a new menu option appear in your &#8216;Posts&#8217; main menu called &#8216;Custom Categories&#8217;. Add custom categories as you normally would.</p>
<p>Go to the &#8216;widgets&#8217; in the Appearance menu. Add the &#8216;Simple Custom Taxonomy&#8217; widget to your sidebar. *Please note &#8211; your theme must be widget ready to use this plugin.</p>
<p>Enjoy your new plugin <img src='http://www.utcwebdesign.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.utcwebdesign.co.uk/blog/development/instructions/simple-custo-taxo-wordpress-plugin/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The New UTC</title>
		<link>http://www.utcwebdesign.co.uk/blog/work-stuff/the-new-utc</link>
		<comments>http://www.utcwebdesign.co.uk/blog/work-stuff/the-new-utc#comments</comments>
		<pubDate>Mon, 25 Jul 2011 10:58:16 +0000</pubDate>
		<dc:creator>UTC Web Design</dc:creator>
				<category><![CDATA[Work stuff]]></category>

		<guid isPermaLink="false">http://www.utcwebdesign.co.uk/?p=700</guid>
		<description><![CDATA[Well I finally got there. After much hardship and late nights the new UTC Web Design website is up and running. There will be more content to go on here so keep checking back to [...]]]></description>
			<content:encoded><![CDATA[<p>Well I finally got there. After much hardship and late nights the new UTC Web Design website is up and running.</p>
<p>There will be more content to go on here so keep checking back to see more improvements and more pictures and goodys. The &#8216;photography&#8217; and &#8216;films&#8217; sections of the site are not up and running yet where I will be showcasing some of my (you guessed it) photography and film making talents. Its just a hobby but Ill let you have a look since you asked nicely.</p>
<p>Some of the more seasoned veterans to UTC Web Design will also have noticed that I am now offering printing services for business cards and flyers and brochures so if you want a quote give me a shout. I will get some printing prices on here for those I promise.</p>
<p>So have a look around the new site and if you like it give the Google +1 button (in the footer of the page) a click to show your appreciation.</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.utcwebdesign.co.uk/blog/work-stuff/the-new-utc/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Mirfield Flyer Design</title>
		<link>http://www.utcwebdesign.co.uk/my-work/my-mirfield-flyer-design</link>
		<comments>http://www.utcwebdesign.co.uk/my-work/my-mirfield-flyer-design#comments</comments>
		<pubDate>Mon, 25 Jul 2011 10:13:58 +0000</pubDate>
		<dc:creator>UTC Web Design</dc:creator>
				<category><![CDATA[graphic design]]></category>
		<category><![CDATA[My Work]]></category>

		<guid isPermaLink="false">http://www.utcwebdesign.co.uk/?p=632</guid>
		<description><![CDATA[UTC Web Design do all the graphic design work for My Mirfield even though we do graphic design in Cambridge. UTC Web Design also did the website design for My Mirfield. UTC Web Design is [...]]]></description>
			<content:encoded><![CDATA[<p>UTC Web Design do all the graphic design work for My Mirfield even though we do graphic design in Cambridge. UTC Web Design also did the website design for My Mirfield.</p>
<p> UTC Web Design is based in Cambridge are web designers and website designers for small businesses based in and around Cambridge and all around the country. So for graphic design or website design in Cambridge and everywhere else, give UTC Web Design a call now.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.utcwebdesign.co.uk/my-work/my-mirfield-flyer-design/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Save the date invitation design</title>
		<link>http://www.utcwebdesign.co.uk/my-work/save-the-date-invitation-design</link>
		<comments>http://www.utcwebdesign.co.uk/my-work/save-the-date-invitation-design#comments</comments>
		<pubDate>Mon, 25 Jul 2011 10:09:09 +0000</pubDate>
		<dc:creator>UTC Web Design</dc:creator>
				<category><![CDATA[graphic design]]></category>
		<category><![CDATA[My Work]]></category>

		<guid isPermaLink="false">http://www.utcwebdesign.co.uk/?p=693</guid>
		<description><![CDATA[UTC Web Design designed this retro style wedding save the date invitation as a graphic design project. UTC Web Design is based in Cambridge and do web design and website design for small businesses based [...]]]></description>
			<content:encoded><![CDATA[<p>UTC Web Design designed this retro style wedding save the date invitation as a graphic design project.</p>
<p> UTC Web Design is based in Cambridge and do web design and website design for small businesses based in and around Cambridge and all around the country. So for graphic design or website design in and around Cambridge and everywhere else, give UTC Web Design a call now.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.utcwebdesign.co.uk/my-work/save-the-date-invitation-design/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Albert illustration</title>
		<link>http://www.utcwebdesign.co.uk/my-work/albert-illustration</link>
		<comments>http://www.utcwebdesign.co.uk/my-work/albert-illustration#comments</comments>
		<pubDate>Mon, 25 Jul 2011 10:07:04 +0000</pubDate>
		<dc:creator>UTC Web Design</dc:creator>
				<category><![CDATA[My Work]]></category>
		<category><![CDATA[sketch book]]></category>

		<guid isPermaLink="false">http://www.utcwebdesign.co.uk/?p=689</guid>
		<description><![CDATA[Outliner pen sketch of Albert]]></description>
			<content:encoded><![CDATA[<p>Outliner pen sketch of Albert</p>
]]></content:encoded>
			<wfw:commentRss>http://www.utcwebdesign.co.uk/my-work/albert-illustration/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alien illustration</title>
		<link>http://www.utcwebdesign.co.uk/homepage/alien-illustration</link>
		<comments>http://www.utcwebdesign.co.uk/homepage/alien-illustration#comments</comments>
		<pubDate>Mon, 25 Jul 2011 10:05:59 +0000</pubDate>
		<dc:creator>UTC Web Design</dc:creator>
				<category><![CDATA[Homepage]]></category>
		<category><![CDATA[My Work]]></category>

		<guid isPermaLink="false">http://www.utcwebdesign.co.uk/?p=687</guid>
		<description><![CDATA[Illustration done with marker pens]]></description>
			<content:encoded><![CDATA[<p>Illustration done with marker pens</p>
]]></content:encoded>
			<wfw:commentRss>http://www.utcwebdesign.co.uk/homepage/alien-illustration/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

