<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Getting Started Writing WordPress Plugins</title>
	<atom:link href="http://fuelyourcoding.com/getting-started-writing-wordpress-plugins/feed/" rel="self" type="application/rss+xml" />
	<link>http://fuelyourcoding.com/getting-started-writing-wordpress-plugins/</link>
	<description></description>
	<lastBuildDate>Tue, 17 Jan 2012 16:57:58 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: betclic</title>
		<link>http://fuelyourcoding.com/getting-started-writing-wordpress-plugins/comment-page-1/#comment-4569</link>
		<dc:creator>betclic</dc:creator>
		<pubDate>Sun, 05 Dec 2010 16:42:10 +0000</pubDate>
		<guid isPermaLink="false">http://fuelyourcoding.com/?p=189#comment-4569</guid>
		<description>A filter simply sends you content at the appropriate time, and expects content in return.</description>
		<content:encoded><![CDATA[<p>A filter simply sends you content at the appropriate time, and expects content in return.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 10+ Best Tutorials for WordPress Plugin Writing &#38; Development &#124; Wordpress Blog Hosting</title>
		<link>http://fuelyourcoding.com/getting-started-writing-wordpress-plugins/comment-page-1/#comment-4568</link>
		<dc:creator>10+ Best Tutorials for WordPress Plugin Writing &#38; Development &#124; Wordpress Blog Hosting</dc:creator>
		<pubDate>Sun, 05 Dec 2010 16:20:01 +0000</pubDate>
		<guid isPermaLink="false">http://fuelyourcoding.com/?p=189#comment-4568</guid>
		<description>[...] http://fuelyourcoding.com/getting-started-writing-wordpress-plugins/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://fuelyourcoding.com/getting-started-writing-wordpress-plugins/" rel="nofollow">http://fuelyourcoding.com/getting-started-writing-wordpress-plugins/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 10+ Best Tutorials for Wordpress Plugin Writing &#38; Development</title>
		<link>http://fuelyourcoding.com/getting-started-writing-wordpress-plugins/comment-page-1/#comment-4565</link>
		<dc:creator>10+ Best Tutorials for Wordpress Plugin Writing &#38; Development</dc:creator>
		<pubDate>Sat, 04 Dec 2010 19:22:43 +0000</pubDate>
		<guid isPermaLink="false">http://fuelyourcoding.com/?p=189#comment-4565</guid>
		<description>[...] 11. Getting Started with WordPress Plugins [...]</description>
		<content:encoded><![CDATA[<p>[...] 11. Getting Started with WordPress Plugins [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://fuelyourcoding.com/getting-started-writing-wordpress-plugins/comment-page-1/#comment-4437</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 18 Nov 2010 08:42:24 +0000</pubDate>
		<guid isPermaLink="false">http://fuelyourcoding.com/?p=189#comment-4437</guid>
		<description>Terrific post! Thanks. I switched from Joomla to Drupal to the WordPress platform and I have absolutely embraced WordPress. It&#039;s so considerably easier and easier to &quot;tweak&quot;. Incidentally, really nice theme. your site is cool.</description>
		<content:encoded><![CDATA[<p>Terrific post! Thanks. I switched from Joomla to Drupal to the WordPress platform and I have absolutely embraced WordPress. It&#8217;s so considerably easier and easier to &#8220;tweak&#8221;. Incidentally, really nice theme. your site is cool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bofy</title>
		<link>http://fuelyourcoding.com/getting-started-writing-wordpress-plugins/comment-page-1/#comment-3815</link>
		<dc:creator>Bofy</dc:creator>
		<pubDate>Fri, 15 Oct 2010 20:11:05 +0000</pubDate>
		<guid isPermaLink="false">http://fuelyourcoding.com/?p=189#comment-3815</guid>
		<description>Can you post, please, an example on how to save users options on an admin page?
I want to write a simple WP plugin to enable blog users to save their website URLs on a page, but I don&#039;t want to be the Profile page.
I can&#039;t find an example anywhere. Somebody can send me some useful links?
Thanks!</description>
		<content:encoded><![CDATA[<p>Can you post, please, an example on how to save users options on an admin page?<br />
I want to write a simple WP plugin to enable blog users to save their website URLs on a page, but I don&#8217;t want to be the Profile page.<br />
I can&#8217;t find an example anywhere. Somebody can send me some useful links?<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: netameta</title>
		<link>http://fuelyourcoding.com/getting-started-writing-wordpress-plugins/comment-page-1/#comment-3185</link>
		<dc:creator>netameta</dc:creator>
		<pubDate>Sat, 31 Jul 2010 15:57:08 +0000</pubDate>
		<guid isPermaLink="false">http://fuelyourcoding.com/?p=189#comment-3185</guid>
		<description>Well, i am trying to make a plugin, and cant find much info on what i am trying to do so i thought to try here, well i want to make a plugin that search any page or/ to use an action that will search prefixes like [#cotan=1] or something like that , then instead or just letting the viewer to see [#cotan=1] it will set at that exact place something else from a database corresponding to # 1
I know Ecomerce shopping cart has that same thing you write anywhere in your pages something like [cat value = &quot;231&quot;] and it will set a button that adds a product corresponding to 231
Any pointers would be lovely . thanks in advanced .
my website is www.startrekonline-credits.com in case you wonna see what i am talking about</description>
		<content:encoded><![CDATA[<p>Well, i am trying to make a plugin, and cant find much info on what i am trying to do so i thought to try here, well i want to make a plugin that search any page or/ to use an action that will search prefixes like [#cotan=1] or something like that , then instead or just letting the viewer to see [#cotan=1] it will set at that exact place something else from a database corresponding to # 1<br />
I know Ecomerce shopping cart has that same thing you write anywhere in your pages something like [cat value = "231"] and it will set a button that adds a product corresponding to 231<br />
Any pointers would be lovely . thanks in advanced .<br />
my website is <a href="http://www.startrekonline-credits.com" rel="nofollow">http://www.startrekonline-credits.com</a> in case you wonna see what i am talking about</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kipu Mo</title>
		<link>http://fuelyourcoding.com/getting-started-writing-wordpress-plugins/comment-page-1/#comment-2769</link>
		<dc:creator>Kipu Mo</dc:creator>
		<pubDate>Sat, 12 Jun 2010 12:42:16 +0000</pubDate>
		<guid isPermaLink="false">http://fuelyourcoding.com/?p=189#comment-2769</guid>
		<description>Very interesting, thanks for the information. I need to just keep building.</description>
		<content:encoded><![CDATA[<p>Very interesting, thanks for the information. I need to just keep building.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arbenting’s Weekly Inspiration and Best of the Web #8 &#124; Arbenting</title>
		<link>http://fuelyourcoding.com/getting-started-writing-wordpress-plugins/comment-page-1/#comment-1130</link>
		<dc:creator>Arbenting’s Weekly Inspiration and Best of the Web #8 &#124; Arbenting</dc:creator>
		<pubDate>Wed, 04 Nov 2009 01:10:20 +0000</pubDate>
		<guid isPermaLink="false">http://fuelyourcoding.com/?p=189#comment-1130</guid>
		<description>[...] Getting Started Writing WordPress Plugins - A wonderful and in depth tutorial on how to create your own WordPress Plugins [...]</description>
		<content:encoded><![CDATA[<p>[...] Getting Started Writing WordPress Plugins &#8211; A wonderful and in depth tutorial on how to create your own WordPress Plugins [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joyoge designers' bookmark</title>
		<link>http://fuelyourcoding.com/getting-started-writing-wordpress-plugins/comment-page-1/#comment-469</link>
		<dc:creator>joyoge designers' bookmark</dc:creator>
		<pubDate>Thu, 06 Aug 2009 16:38:15 +0000</pubDate>
		<guid isPermaLink="false">http://fuelyourcoding.com/?p=189#comment-469</guid>
		<description>nice tutorial of wp plugins. thanks for write..</description>
		<content:encoded><![CDATA[<p>nice tutorial of wp plugins. thanks for write..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Corey Freeman</title>
		<link>http://fuelyourcoding.com/getting-started-writing-wordpress-plugins/comment-page-1/#comment-402</link>
		<dc:creator>Corey Freeman</dc:creator>
		<pubDate>Tue, 14 Jul 2009 07:40:38 +0000</pubDate>
		<guid isPermaLink="false">http://fuelyourcoding.com/?p=189#comment-402</guid>
		<description>Awesome tutorial! You just covered in about 15 minutes what the plugin book I have takes like 200 pages to explain, haha. This is a great post and a great help to me as I get into plugin development. Thanks!</description>
		<content:encoded><![CDATA[<p>Awesome tutorial! You just covered in about 15 minutes what the plugin book I have takes like 200 pages to explain, haha. This is a great post and a great help to me as I get into plugin development. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kick-Ass Squeeze &#8211; June 2009</title>
		<link>http://fuelyourcoding.com/getting-started-writing-wordpress-plugins/comment-page-1/#comment-370</link>
		<dc:creator>Kick-Ass Squeeze &#8211; June 2009</dc:creator>
		<pubDate>Sat, 04 Jul 2009 13:52:45 +0000</pubDate>
		<guid isPermaLink="false">http://fuelyourcoding.com/?p=189#comment-370</guid>
		<description>[...] Getting Started Writing WordPress Plugins &#8211; &quot;I think WordPress plugins should be especially important to anyone running a web application that could benefit from direct integration into the WordPress platform. This could include a WordPress sidebar widget that pulls information from your website, a shortcode for quickly embedding your site content in WordPress posts, etc.&quot; [...]</description>
		<content:encoded><![CDATA[<p>[...] Getting Started Writing WordPress Plugins &#8211; &#8220;I think WordPress plugins should be especially important to anyone running a web application that could benefit from direct integration into the WordPress platform. This could include a WordPress sidebar widget that pulls information from your website, a shortcode for quickly embedding your site content in WordPress posts, etc.&#8221; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Best Links Of The Day 02/06/09 &#124; D-Lists</title>
		<link>http://fuelyourcoding.com/getting-started-writing-wordpress-plugins/comment-page-1/#comment-314</link>
		<dc:creator>The Best Links Of The Day 02/06/09 &#124; D-Lists</dc:creator>
		<pubDate>Sat, 20 Jun 2009 12:46:58 +0000</pubDate>
		<guid isPermaLink="false">http://fuelyourcoding.com/?p=189#comment-314</guid>
		<description>[...] Getting Started Writing WordPress Plugins via Fuel Your Coding [...]</description>
		<content:encoded><![CDATA[<p>[...] Getting Started Writing WordPress Plugins via Fuel Your Coding [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bitlimakina</title>
		<link>http://fuelyourcoding.com/getting-started-writing-wordpress-plugins/comment-page-1/#comment-169</link>
		<dc:creator>bitlimakina</dc:creator>
		<pubDate>Wed, 03 Jun 2009 17:41:39 +0000</pubDate>
		<guid isPermaLink="false">http://fuelyourcoding.com/?p=189#comment-169</guid>
		<description>thanks for great post.</description>
		<content:encoded><![CDATA[<p>thanks for great post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeremy</title>
		<link>http://fuelyourcoding.com/getting-started-writing-wordpress-plugins/comment-page-1/#comment-129</link>
		<dc:creator>jeremy</dc:creator>
		<pubDate>Tue, 02 Jun 2009 16:23:15 +0000</pubDate>
		<guid isPermaLink="false">http://fuelyourcoding.com/?p=189#comment-129</guid>
		<description>Great article/tutorial, definitely look forward to seeing more of this type of content that dives into some of the more advanced WordPress topics.</description>
		<content:encoded><![CDATA[<p>Great article/tutorial, definitely look forward to seeing more of this type of content that dives into some of the more advanced WordPress topics.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug Neiner</title>
		<link>http://fuelyourcoding.com/getting-started-writing-wordpress-plugins/comment-page-1/#comment-124</link>
		<dc:creator>Doug Neiner</dc:creator>
		<pubDate>Mon, 01 Jun 2009 21:31:21 +0000</pubDate>
		<guid isPermaLink="false">http://fuelyourcoding.com/?p=189#comment-124</guid>
		<description>@Gaya and @Nikki -- Thanks for the kind words! It was a really fun article to write because WP Plugins open up all sorts of possibilities with WordPress.</description>
		<content:encoded><![CDATA[<p>@Gaya and @Nikki &#8212; Thanks for the kind words! It was a really fun article to write because WP Plugins open up all sorts of possibilities with WordPress.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

