<?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>Jason Ashdown &#187; WordPress</title>
	<atom:link href="http://www.jasonashdown.co.uk/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jasonashdown.co.uk</link>
	<description>There&#039;s no place like 127.0.0.1</description>
	<lastBuildDate>Thu, 22 Dec 2011 11:40:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Creating your own WordPress theme</title>
		<link>http://www.jasonashdown.co.uk/2011/05/creating-your-own-wordpress-theme/</link>
		<comments>http://www.jasonashdown.co.uk/2011/05/creating-your-own-wordpress-theme/#comments</comments>
		<pubDate>Tue, 10 May 2011 13:25:44 +0000</pubDate>
		<dc:creator>Jason Ashdown</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.jasonashdown.co.uk/?p=114</guid>
		<description><![CDATA[This is a quick mention. If you build a WordPress theme, make sure it works with all types of content. I suggest using Sample Posts to highlight any styling issues in your theme.]]></description>
			<content:encoded><![CDATA[<p>This is a quick mention. If you build a WordPress theme, make sure it works with all types of content. I suggest using <a href="http://wpcandy.com/made/the-sample-post-collection">Sample Posts</a> to highlight any styling issues in your theme.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonashdown.co.uk/2011/05/creating-your-own-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery in WordPress</title>
		<link>http://www.jasonashdown.co.uk/2009/03/jquery-in-wordpress/</link>
		<comments>http://www.jasonashdown.co.uk/2009/03/jquery-in-wordpress/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 16:44:54 +0000</pubDate>
		<dc:creator>Jason Ashdown</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.jasonashdown.co.uk/?p=59</guid>
		<description><![CDATA[I am currently in the middle of coding my first plugin for WordPress when I came across my first stumbling block&#8230; Why doesn&#8217;t my jQuery code work in the admin area of WordPress?? After some probing on Google, the answer &#8230; <a href="http://www.jasonashdown.co.uk/2009/03/jquery-in-wordpress/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I am currently in the middle of coding my first plugin for WordPress when I came across my first stumbling block&#8230;<br />
Why doesn&#8217;t my jQuery code work in the admin area of WordPress??</p>
<p>After some probing on Google, the answer was <a href="http://chrismeller.com/2007/07/using-jquery-in-wordpress">revealed</a> to me. Basically WordPress doesn&#8217;t use &#8220;$()&#8221; for jQuery, that&#8217;s reserved for ProtoType, which is also bundled with WordPress. Instead you have to use &#8220;jQuery(&#8216;field&#8217;).&#8221; in order to get it working.</p>
<p><a href="http://chrismeller.com/2007/07/using-jquery-in-wordpress">This article</a> explains it in more detail.</p>
<p><strong>Update:</strong></p>
<p>You can actaully use JQuery normally within WordPress if you just wrap it appropriately.<br />
By default I use this method:</p>
<pre class="brush: plain; title: ; notranslate">
jQuery(function($){
$('&lt;div&gt;').appendTo('body').html('Hello World');
});
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonashdown.co.uk/2009/03/jquery-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Success</title>
		<link>http://www.jasonashdown.co.uk/2008/06/success/</link>
		<comments>http://www.jasonashdown.co.uk/2008/06/success/#comments</comments>
		<pubDate>Wed, 04 Jun 2008 17:39:52 +0000</pubDate>
		<dc:creator>Jason Ashdown</dc:creator>
				<category><![CDATA[Waffle News]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.jasonashdown.co.uk/?p=3</guid>
		<description><![CDATA[Well I thought I would have a go installing the new WordPress 2.5 to see how easy it was to setup. It was a quick &#38; smooth installation. WordPress really does live up to its famous 5 minute install :) &#8230; <a href="http://www.jasonashdown.co.uk/2008/06/success/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Well I thought I would have a go installing the new WordPress 2.5 to see how easy it was to setup. It was a quick &amp; smooth installation. WordPress really does live up to its famous 5 minute install :)</p>
<p>I might actually write something for this site this time. I shall publish screenshots for some of my latest work and also discuss current web development projects that I am involved in.</p>
<p>If you do happen to stumble upon this blog by accident, welcome! But I shall just be treating this as a general dumping ground for my work and thoughts so that I can share them with others.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonashdown.co.uk/2008/06/success/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

