<?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>CodeDeveloper.net &#187; Wordpress Plugin Development</title>
	<atom:link href="http://www.codedeveloper.net/category/wordpress/wordpress-plugin-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codedeveloper.net</link>
	<description>A Site For And By Web Developers</description>
	<lastBuildDate>Thu, 20 May 2010 16:27:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>WP Plugin Development &#8211; Final Thoughts</title>
		<link>http://www.codedeveloper.net/2009/09/wp-plugin-development-final-thoughts/</link>
		<comments>http://www.codedeveloper.net/2009/09/wp-plugin-development-final-thoughts/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 04:41:10 +0000</pubDate>
		<dc:creator>johng</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress Plugin Development]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[wp]]></category>

		<guid isPermaLink="false">http://www.codedeveloper.net/?p=99</guid>
		<description><![CDATA[This post is the conclusion of the wordpress plugin tutorial. Even though the bulk of the coding for this plugin is done, there is still more to do before releasing it to the public. Some of my thoughts on what else needs to be done follow.
]]></description>
		<wfw:commentRss>http://www.codedeveloper.net/2009/09/wp-plugin-development-final-thoughts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WP Plugin Development – Adding Persistence with jQuery</title>
		<link>http://www.codedeveloper.net/2009/09/wordpress-plugin-development-%e2%80%93-adding-persistence-with-jquery/</link>
		<comments>http://www.codedeveloper.net/2009/09/wordpress-plugin-development-%e2%80%93-adding-persistence-with-jquery/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 05:35:03 +0000</pubDate>
		<dc:creator>johng</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress Plugin Development]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[wp]]></category>

		<guid isPermaLink="false">http://www.codedeveloper.net/?p=87</guid>
		<description><![CDATA[In this post we will be using a jQuery plugin to extend our plugin and make it much more useful. This will primarily be done using the jQuery.cookie plugin.]]></description>
		<wfw:commentRss>http://www.codedeveloper.net/2009/09/wordpress-plugin-development-%e2%80%93-adding-persistence-with-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WP Plugin Development – Adding More jQuery</title>
		<link>http://www.codedeveloper.net/2009/09/wordpress-plugin-development-%e2%80%93-adding-more-jquery-and-cookies/</link>
		<comments>http://www.codedeveloper.net/2009/09/wordpress-plugin-development-%e2%80%93-adding-more-jquery-and-cookies/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 04:04:35 +0000</pubDate>
		<dc:creator>johng</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress Plugin Development]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[wp]]></category>

		<guid isPermaLink="false">http://www.codedeveloper.net/?p=81</guid>
		<description><![CDATA[In the last post of this tutorial I added a button via CSS and added in some Javascript includes. However, no functionality was added. In this post we will use jQuery to add our desired effect to our plugin. The first thing we need to do to add some functionality is to bind an event [...]]]></description>
		<wfw:commentRss>http://www.codedeveloper.net/2009/09/wordpress-plugin-development-%e2%80%93-adding-more-jquery-and-cookies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WP Plugin Development – Adding Javascript and CSS</title>
		<link>http://www.codedeveloper.net/2009/09/wordpress-plugin-development-%e2%80%93-adding-javascript-and-css/</link>
		<comments>http://www.codedeveloper.net/2009/09/wordpress-plugin-development-%e2%80%93-adding-javascript-and-css/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 23:30:35 +0000</pubDate>
		<dc:creator>johng</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress Plugin Development]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[wp]]></category>

		<guid isPermaLink="false">http://www.codedeveloper.net/?p=74</guid>
		<description><![CDATA[In our last post we added functionality to our admin section that allowed us to save and retrieve values. In this post we will begin adding functionality for the user. We will create a simple button via CSS on our site. We will also begin to add in javascript to handle when the button is [...]]]></description>
		<wfw:commentRss>http://www.codedeveloper.net/2009/09/wordpress-plugin-development-%e2%80%93-adding-javascript-and-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WP Plugin Development – Adding Admin Functionality</title>
		<link>http://www.codedeveloper.net/2009/09/wordpress-plugin-development-%e2%80%93-adding-admin-functionality/</link>
		<comments>http://www.codedeveloper.net/2009/09/wordpress-plugin-development-%e2%80%93-adding-admin-functionality/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 07:19:17 +0000</pubDate>
		<dc:creator>johng</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress Plugin Development]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[wp]]></category>

		<guid isPermaLink="false">http://www.codedeveloper.net/?p=63</guid>
		<description><![CDATA[Previously we setup the admin for our elasticFonts plugin and saw it appear in the admin. In this post we will add some functionality to the admin by allowing it to initialize, save values in the database, and retrieve values that are stored in the database. Thanks again to the developers at devlounge for some [...]]]></description>
		<wfw:commentRss>http://www.codedeveloper.net/2009/09/wordpress-plugin-development-%e2%80%93-adding-admin-functionality/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WP Plugin Development – Starting the Class and Adding an Admin</title>
		<link>http://www.codedeveloper.net/2009/09/wordpress-plugin-development-%e2%80%93-starting-the-class-and-adding-an-admin/</link>
		<comments>http://www.codedeveloper.net/2009/09/wordpress-plugin-development-%e2%80%93-starting-the-class-and-adding-an-admin/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 05:39:11 +0000</pubDate>
		<dc:creator>johng</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress Plugin Development]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[wp]]></category>

		<guid isPermaLink="false">http://www.codedeveloper.net/?p=45</guid>
		<description><![CDATA[In the last post we setup the plugin and activated it in the admin. In this post we will setup the plugin as a class and create a basic admin menu. The idea of writing the plugin as a class came from the popular how-to series at devlounge. Please check them out for more info [...]]]></description>
		<wfw:commentRss>http://www.codedeveloper.net/2009/09/wordpress-plugin-development-%e2%80%93-starting-the-class-and-adding-an-admin/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WP Plugin Development &#8211; Plugin Setup</title>
		<link>http://www.codedeveloper.net/2009/09/wordpress-plugin-development-plugin-setup/</link>
		<comments>http://www.codedeveloper.net/2009/09/wordpress-plugin-development-plugin-setup/#comments</comments>
		<pubDate>Sat, 12 Sep 2009 19:00:10 +0000</pubDate>
		<dc:creator>johng</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress Plugin Development]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wp]]></category>

		<guid isPermaLink="false">http://www.codedeveloper.net/?p=27</guid>
		<description><![CDATA[The goal of this plugin is to provide a way for the user to change the font size of text on a wordpress site using jQuery. This post will cover the initial setup of the plugin folder structure and files. Setup Plugin Structure The first thing that needed to be done is to setup a [...]]]></description>
		<wfw:commentRss>http://www.codedeveloper.net/2009/09/wordpress-plugin-development-plugin-setup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Plugin Development &#8211; Introduction</title>
		<link>http://www.codedeveloper.net/2009/09/wordpress-plugin-development-introduction/</link>
		<comments>http://www.codedeveloper.net/2009/09/wordpress-plugin-development-introduction/#comments</comments>
		<pubDate>Sat, 12 Sep 2009 18:12:11 +0000</pubDate>
		<dc:creator>johng</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress Plugin Development]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[wp]]></category>

		<guid isPermaLink="false">http://www.codedeveloper.net/?p=25</guid>
		<description><![CDATA[I have been using WordPress on a number of my sites for some time now and thought it would be interesting to begin developing some of my own plugins. I also wanted a chance to experiment with thejQuery Javascript library as I haven&#8217;t had a chance to do a lot with it yet. I stumbled [...]]]></description>
		<wfw:commentRss>http://www.codedeveloper.net/2009/09/wordpress-plugin-development-introduction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

