<?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>The English Guy Web Design</title>
	<atom:link href="http://www.theenglishguy.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.theenglishguy.co.uk</link>
	<description>Web Design, WordPress/Drupal blog design &#38; theming, SEO, css. xhtml, php, coldfusion, jquery and more...</description>
	<lastBuildDate>Sun, 22 Aug 2010 20:07:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Problems with Forum</title>
		<link>http://www.theenglishguy.co.uk/2010/08/22/problems-with-forum/</link>
		<comments>http://www.theenglishguy.co.uk/2010/08/22/problems-with-forum/#comments</comments>
		<pubDate>Sun, 22 Aug 2010 20:07:02 +0000</pubDate>
		<dc:creator>rich</dc:creator>
				<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://www.theenglishguy.co.uk/?p=1974</guid>
		<description><![CDATA[I have to say I don&#8217;t know where this one came from. Possibly when I tried updating the simple forum, [...]]]></description>
			<content:encoded><![CDATA[<p>I have to say I don&#8217;t know where this one came from. Possibly when I tried updating the simple forum, but regardless, it&#8217;s gone. I&#8217;ll be installing a new version of bbpress on tuesday, so hopefully the forum will be back up then, sorry!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.theenglishguy.co.uk/2010/08/22/problems-with-forum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updated Victoriana WordPress Theme</title>
		<link>http://www.theenglishguy.co.uk/2010/08/16/updated-victoriana-wordpress-theme/</link>
		<comments>http://www.theenglishguy.co.uk/2010/08/16/updated-victoriana-wordpress-theme/#comments</comments>
		<pubDate>Mon, 16 Aug 2010 20:37:33 +0000</pubDate>
		<dc:creator>rich</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[victoriana]]></category>
		<category><![CDATA[wordpress theme]]></category>

		<guid isPermaLink="false">http://www.theenglishguy.co.uk/?p=1971</guid>
		<description><![CDATA[Catching up on themes that I created months or years ago, I finally get round to fixing Victoriana. Thanks to [...]]]></description>
			<content:encoded><![CDATA[<p>Catching up on themes that I created months or years ago, I finally get round to fixing <strong>Victoriana</strong>. Thanks to several people who&#8217;ve mailed me about the <a href="http://www.theenglishguy.co.uk/victoriana-wordpress-theme/" rel="tag" title="Victoriana WordPress Theme">Victoriana WordPress Theme</a> &#8211; it had a faulty bottom graphic which didn&#8217;t rescale when you selected two sidebars. This is now fixed!</p>
<p>Other than that nothing was changed. I have been thinking about adding in a section to let people choose what script-style font they wish to use, hopefully I&#8217;ll have some time in the next few weeks to squeeze that in.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.theenglishguy.co.uk/2010/08/16/updated-victoriana-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Deregister Jquery</title>
		<link>http://www.theenglishguy.co.uk/2010/07/13/deregister-jquery/</link>
		<comments>http://www.theenglishguy.co.uk/2010/07/13/deregister-jquery/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 15:40:15 +0000</pubDate>
		<dc:creator>rich</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[wp_deregister_script]]></category>

		<guid isPermaLink="false">http://www.theenglishguy.co.uk/?p=1969</guid>
		<description><![CDATA[This is more of a techno-geek post than anything, but I wanted to post about this because it had occurred [...]]]></description>
			<content:encoded><![CDATA[<p>This is more of a techno-geek post than anything, but I wanted to post about this because it had occurred and I was scratching my head about it.</p>
<p>For some reason, I think related to WordPress 3.0, the jQuery that was being bundled was interfering with my own google-loaded jQuery. I had deliberately kept that version lower than the official version, because of some of the scripts that were being included.</p>
<p>But after upgrading to WordPress 3.0, it appears that this then started overriding my own version, causing some scripts to really screw up (jQuery.easing mostly).</p>
<p>So after looking around for a fix, I found this post by <a href="http://falcon1986.wordpress.com/2009/07/15/remove-unwanted-wordpress-header-elements/">Falcon1986-Online</a>, and he had written about a solution, which worked well, which was to deregister the script like so:</p>
<blockquote><p>
&lt;?php wp_deregister_script(&#8216;jquery&#8217;); ?&gt;
</p></blockquote>
<p>Put that before the wp_head() call and it fixes the problem. Now only if jQuery.easing would be fixed to work with a higher version of jQuery&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.theenglishguy.co.uk/2010/07/13/deregister-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Horizontal WordPress Theme Coming Soon</title>
		<link>http://www.theenglishguy.co.uk/2010/06/06/new-horizontal-wordpress-theme-coming-soon/</link>
		<comments>http://www.theenglishguy.co.uk/2010/06/06/new-horizontal-wordpress-theme-coming-soon/#comments</comments>
		<pubDate>Sun, 06 Jun 2010 17:13:14 +0000</pubDate>
		<dc:creator>rich</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress theme]]></category>
		<category><![CDATA[horizontal wordpress theme]]></category>

		<guid isPermaLink="false">http://www.theenglishguy.co.uk/?p=1968</guid>
		<description><![CDATA[Finally I have had a chance to get back on track with the Horizontal theme that I created over a [...]]]></description>
			<content:encoded><![CDATA[<p>Finally I have had a chance to get back on track with the Horizontal theme that I created over a year ago now. There will be a new version soon, created specifically for the <strong>WordPress 3.0</strong> that <del datetime="2010-07-27T10:36:13+00:00">will be</del> has been released <del datetime="2010-07-27T10:36:13+00:00">sometime in the near future</del>.</p>
<p>The usual refinements will be added in, lots of admin backend options, colours, links, display options, add-ins, layout and so on.</p>
<p>The original design had a fixed size/width window that the horizontal scrolling would take place in. I&#8217;m going to try to change that and make sure it conforms to the size of the window opened, to use the entire viewport.</p>
<p>It&#8217;s late July now, still working on the theme, should be ready in a week or two.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.theenglishguy.co.uk/2010/06/06/new-horizontal-wordpress-theme-coming-soon/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Updated Very English WordPress Theme</title>
		<link>http://www.theenglishguy.co.uk/2010/06/04/updated-very-english-wordpress-theme/</link>
		<comments>http://www.theenglishguy.co.uk/2010/06/04/updated-very-english-wordpress-theme/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 22:45:45 +0000</pubDate>
		<dc:creator>rich</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress theme]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[xhtml]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[very english]]></category>

		<guid isPermaLink="false">http://www.theenglishguy.co.uk/?p=1967</guid>
		<description><![CDATA[This week I have had a chance to update the Very English WordPress Theme, dramatically updating it to include new [...]]]></description>
			<content:encoded><![CDATA[<p>This week I have had a chance to update the <a href="http://www.theenglishguy.co.uk/very-english-wordpress-theme/" rel="tag" title="Very English WordPress Theme">Very English WordPress Theme</a>, dramatically updating it to include new bits and pieces that generally get included in lots of my other <strong>wordpress themes</strong>.</p>
<p>Whereas when it was originally created it didn&#8217;t have an admin backend now it does, with these options:</p>
<ul>
<li><strong>Header</strong>; set the image in the top left, blog title/tagline, size, font, alignment.
<li><strong>Content</strong>; set excerpt or full on index, image size in posts, blockquote colour, object float in posts.
<li><strong>Sidebars</strong>; sidebar title colour.
<li><strong>Comments</strong>; show comments on posts/pages, avatar size, background colour.
<li><strong>Font</strong>; font and font size.
<li><strong>Twitter</strong>; twitter username, if set allows a built-in widget.
<li><strong>Colours</strong>; link colours, text colours, and underlines.
<li><strong>Footer</strong>; image in the bottom right.
</ul>
<p>Right above the footer is a section showing three widget-ready blocks, this is a new addition to the theme (at least, editing them via the widget interface is).</p>
<p>If you&#8217;re interested, see the theme release page: <a href="http://www.theenglishguy.co.uk/very-english-wordpress-theme/" rel="tag" title="Very English WordPress Theme">Very English WordPress Theme</a>. It has a link on there at the bottom where you can download it (it&#8217;s free!).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.theenglishguy.co.uk/2010/06/04/updated-very-english-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Microsoft Finally On-board with HTML Standards</title>
		<link>http://www.theenglishguy.co.uk/2010/06/01/microsoft-finally-on-board-with-html-standards/</link>
		<comments>http://www.theenglishguy.co.uk/2010/06/01/microsoft-finally-on-board-with-html-standards/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 18:32:41 +0000</pubDate>
		<dc:creator>rich</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[ie9]]></category>

		<guid isPermaLink="false">http://www.theenglishguy.co.uk/?p=1965</guid>
		<description><![CDATA[I constantly moan and groan about Microsoft. Admittedly, this is more about microsoft from eight or nine years ago when [...]]]></description>
			<content:encoded><![CDATA[<p>I constantly moan and groan about Microsoft. Admittedly, this is more about microsoft from eight or nine years ago when IE6 was released, and consequently IE7 but to a lesser degree. Very little or no standards compliance, and they tried to push their own versions of everything on us (developers and end-users alike).</p>
<p>Now though I am happy to say that this may be something that I will relegate to the past, assuming people start ditching IE6 in droves and upgrade (although knowing companies and governments they won&#8217;t do so in a hurry). Why, you may ask? <strong>IE9</strong> is why!</p>
<p>This article from <a href="http://www.guardian.co.uk/technology/2010/may/31/microsoft-ie9-html5-standards" title="Microsoft touts HTML5 as the core of next year's Internet Explorer 9">The Guardian</a> just shows you a little:</p>
<blockquote><p>
Gavin says the IE9 preview has been downloaded more than 1m times since 15 March, and developers are excited about it because it makes new kinds of web experience possible: experiences that are much more like applications than websites. This is using HTML5 and hardware acceleration, of course.
</p></blockquote>
<p><strong>HTML5</strong> no less! Not that it&#8217;s actually been accepted as a standard yet, but getting closer and closer as I write. For the first time in err, well forever I think, a Microsoft product is going to be released that follows the standards, rather than attempting to enforce it&#8217;s own. I think I may buy an expensive bottle of something when they formally release it next year&#8230; Or, maybe I should wait and see if they put their money where their collective mouth is?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.theenglishguy.co.uk/2010/06/01/microsoft-finally-on-board-with-html-standards/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Updated Ikon WordPress Theme</title>
		<link>http://www.theenglishguy.co.uk/2010/05/27/updated-ikon-wordpress-theme/</link>
		<comments>http://www.theenglishguy.co.uk/2010/05/27/updated-ikon-wordpress-theme/#comments</comments>
		<pubDate>Thu, 27 May 2010 08:22:06 +0000</pubDate>
		<dc:creator>rich</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress theme]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[xhtml]]></category>
		<category><![CDATA[ikon wordpress theme]]></category>

		<guid isPermaLink="false">http://www.theenglishguy.co.uk/?p=1964</guid>
		<description><![CDATA[The Ikon WordPress Theme, a three-column theme that I used to use on my personal blog some time ago, has [...]]]></description>
			<content:encoded><![CDATA[<p>The Ikon WordPress Theme, a three-column theme that I used to use on my personal blog some time ago, has been updated.</p>
<p>I have changed the format of the administration backend, making it more user-friendly and using tabbed menus. I added a few more options, such as letting people select pages to use as menu options, and to select the sort order. The theme now uses the Google CDN to load up jquery, which will speed up the pages as far as Google is concerned, affecting SEO.</p>
<p>The header section is now widgetized, and I heavily styled the calendar widget in the header, distinctly different from the calendar widget for the sidebars. All in all, it&#8217;s a small update, but one that will make the theme more useful.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.theenglishguy.co.uk/2010/05/27/updated-ikon-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updated Site Format</title>
		<link>http://www.theenglishguy.co.uk/2010/05/24/updated-site-format/</link>
		<comments>http://www.theenglishguy.co.uk/2010/05/24/updated-site-format/#comments</comments>
		<pubDate>Mon, 24 May 2010 19:15:04 +0000</pubDate>
		<dc:creator>rich</dc:creator>
				<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://www.theenglishguy.co.uk/?p=1962</guid>
		<description><![CDATA[Because of various issues with the header I have decided to remove the ajaxified login sequence in the top pulldown [...]]]></description>
			<content:encoded><![CDATA[<p>Because of various issues with the header I have decided to remove the ajaxified login sequence in the top pulldown area. This is replaced by a simple link. Thanks to people for pointing this out, Mac and so on.</p>
<p>Also, I&#8217;ve had the chance to update the custom login area a little, make some custom changes to the registration page too, making it look like the login page. This is a little more professional as the older one was something I had neglected (it&#8217;s surprising what you miss when you don&#8217;t test it out).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.theenglishguy.co.uk/2010/05/24/updated-site-format/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Updated Future Day WordPress Theme</title>
		<link>http://www.theenglishguy.co.uk/2010/05/22/updated-future-day-wordpress-theme/</link>
		<comments>http://www.theenglishguy.co.uk/2010/05/22/updated-future-day-wordpress-theme/#comments</comments>
		<pubDate>Sat, 22 May 2010 20:28:18 +0000</pubDate>
		<dc:creator>rich</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress theme]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[xhtml]]></category>
		<category><![CDATA[fixed-width]]></category>
		<category><![CDATA[future day]]></category>
		<category><![CDATA[threaded comments]]></category>
		<category><![CDATA[three columns]]></category>
		<category><![CDATA[two columns]]></category>

		<guid isPermaLink="false">http://www.theenglishguy.co.uk/2010/05/22/updated-future-day-wordpress-theme/</guid>
		<description><![CDATA[It&#8217;s been about a year since I released this theme originally, and now it has been updated. I decided to [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been about a year since I released this theme originally, and now it has been updated. I decided to add another sidebar to the theme, and added appropriate functionality in the admin backend to let people decide where the sidebars go &#8211; two on the left, one either side of the content, or two on the right.</p>
<p>The admin backend has been greatly expanded, letting bloggers choose colours, fonts, layout, and the calendar options. The calendar options let you choose which calendar to use (you still have to download, install, and activate them) and whether you want to show it at all.</p>
<p>To read more about it, see the <a href="http://www.theenglishguy.co.uk/future-day-theme/" rel="tag" title="Future Day WordPress Theme">Future Day WordPress Theme</a> release page.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.theenglishguy.co.uk/2010/05/22/updated-future-day-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Raised Paper WordPress Theme</title>
		<link>http://www.theenglishguy.co.uk/2010/05/16/raised-paper-wordpress-theme/</link>
		<comments>http://www.theenglishguy.co.uk/2010/05/16/raised-paper-wordpress-theme/#comments</comments>
		<pubDate>Sun, 16 May 2010 08:28:17 +0000</pubDate>
		<dc:creator>rich</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress theme]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[xhtml]]></category>
		<category><![CDATA[five-columns]]></category>
		<category><![CDATA[four-columns]]></category>
		<category><![CDATA[raised paper]]></category>
		<category><![CDATA[six columns]]></category>
		<category><![CDATA[three columns]]></category>

		<guid isPermaLink="false">http://www.theenglishguy.co.uk/?p=1960</guid>
		<description><![CDATA[This post is to announce the release of a new one- or two-column, widget-ready, gravatar-ready, and SEO-friendly WordPress theme called [...]]]></description>
			<content:encoded><![CDATA[<p>This post is to announce the release of a new one- or two-column, widget-ready, gravatar-ready, and SEO-friendly <strong>WordPress theme</strong> called &#8216;Raised Paper&#8217;, an new development of the line of multi-column themes in the same vein as News Print. This theme has a built-in admin section to allow the blog owner to set various options such as link colours, post categories shown, twitter username and a -lot- more.</p>
<div style="text-align:center;margin:0 auto;">
<div class="wp-caption aligncenter" style="width: 410px"><a href="http://www.theenglishguy.co.uk/wp-content/uploads/2010/05/6col.featured.3col.2side.jpg"><img src="http://www.theenglishguy.co.uk/wp-content/uploads/2010/05/6col.featured.3col.2side.jpg" alt="6 columns, 1 menu column, featured posts on top of 3 content columns, 2 sidebars" title="6 columns, 1 menu column, featured posts on top of 3 content columns, 2 sidebars" width="400" height="285" class="size-medium wp-image-1442" /></a><p class="wp-caption-text">6 columns, 1 menu column, featured posts on top of 3 content columns, 2 sidebars</p></div>
</div>
<p>This is a very highly developed <strong>wordpress theme</strong>, letting you choose the layout, from three columns to six, with a variety of options for featured posts, colours, images, backgrounds and so on. </p>
<p>You can grab a copy of this theme from the theme release page: <a rel="tag" title="Raised Paper WordPress Theme" href="http://www.theenglishguy.co.uk/raised-paper-wordpress-theme/">Raised Paper WordPress Theme</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theenglishguy.co.uk/2010/05/16/raised-paper-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
