<?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: Writing a WordPress Plugin: Part II</title>
	<atom:link href="http://randypeterman.com/wordpress/2004/07/22/writing-a-wordpress-plugin-part-ii/feed/" rel="self" type="application/rss+xml" />
	<link>http://randypeterman.com/wordpress/2004/07/22/writing-a-wordpress-plugin-part-ii/</link>
	<description>Because This is Normal</description>
	<lastBuildDate>Sun, 28 Feb 2010 04:05:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Charles</title>
		<link>http://randypeterman.com/wordpress/2004/07/22/writing-a-wordpress-plugin-part-ii/comment-page-1/#comment-281895</link>
		<dc:creator>Charles</dc:creator>
		<pubDate>Wed, 11 Mar 2009 13:57:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.randypeterman.com/wordpress/?p=648#comment-281895</guid>
		<description>Thank for writing about this topic. That is what is so great about having a WordPress website... the great plugins and people like you who are willing to share there experience with the rest of the community. I have to set aside some time to write a custom Wordpress plugin for my website and give it bask to the community. Thanks again for the great post.</description>
		<content:encoded><![CDATA[<p>Thank for writing about this topic. That is what is so great about having a WordPress website&#8230; the great plugins and people like you who are willing to share there experience with the rest of the community. I have to set aside some time to write a custom Wordpress plugin for my website and give it bask to the community. Thanks again for the great post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Randy Peterman</title>
		<link>http://randypeterman.com/wordpress/2004/07/22/writing-a-wordpress-plugin-part-ii/comment-page-1/#comment-281422</link>
		<dc:creator>Randy Peterman</dc:creator>
		<pubDate>Sun, 16 Nov 2008 03:38:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.randypeterman.com/wordpress/?p=648#comment-281422</guid>
		<description>Safia,  In the case of extending the data I would recommend adding it to a new table in the same WP database.  Assuming its all going to be managed and and displayed within WordPress you&#039;re in good shape to handle it like that.  I personally wrote a plugin for my church&#039;s website that uses the WP database, but has several tables to manage recordings and schedules of the series, teachers, files, and lessons.  I hope that helps!</description>
		<content:encoded><![CDATA[<p>Safia,  In the case of extending the data I would recommend adding it to a new table in the same WP database.  Assuming its all going to be managed and and displayed within WordPress you&#8217;re in good shape to handle it like that.  I personally wrote a plugin for my church&#8217;s website that uses the WP database, but has several tables to manage recordings and schedules of the series, teachers, files, and lessons.  I hope that helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: safia</title>
		<link>http://randypeterman.com/wordpress/2004/07/22/writing-a-wordpress-plugin-part-ii/comment-page-1/#comment-281421</link>
		<dc:creator>safia</dc:creator>
		<pubDate>Sat, 15 Nov 2008 17:04:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.randypeterman.com/wordpress/?p=648#comment-281421</guid>
		<description>What if you need a plugin to access data that is not ordinarily a part of the wordpress database.... should you extend the data base or create a new one?  I am creating a webpage for a school and I want a plugin to display the current courses being offered by a specific department.</description>
		<content:encoded><![CDATA[<p>What if you need a plugin to access data that is not ordinarily a part of the wordpress database&#8230;. should you extend the data base or create a new one?  I am creating a webpage for a school and I want a plugin to display the current courses being offered by a specific department.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Writing a Plugin &#124; Web Design</title>
		<link>http://randypeterman.com/wordpress/2004/07/22/writing-a-wordpress-plugin-part-ii/comment-page-1/#comment-158602</link>
		<dc:creator>Writing a Plugin &#124; Web Design</dc:creator>
		<pubDate>Wed, 14 Nov 2007 15:09:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.randypeterman.com/wordpress/?p=648#comment-158602</guid>
		<description>[...] Randy Peterman - Although a little outdated(it relates to WP1.2), the second part of this plugin tutorial details all the ways of interacting with the database, which is really useful if your plugin allows users to define how your plugin behaves, and you need to call that information in other parts of your plugin. [...]</description>
		<content:encoded><![CDATA[<p>[...] Randy Peterman &#8211; Although a little outdated(it relates to WP1.2), the second part of this plugin tutorial details all the ways of interacting with the database, which is really useful if your plugin allows users to define how your plugin behaves, and you need to call that information in other parts of your plugin. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Dolinger</title>
		<link>http://randypeterman.com/wordpress/2004/07/22/writing-a-wordpress-plugin-part-ii/comment-page-1/#comment-127110</link>
		<dc:creator>David Dolinger</dc:creator>
		<pubDate>Mon, 16 Jul 2007 16:11:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.randypeterman.com/wordpress/?p=648#comment-127110</guid>
		<description>Hi,
Is there a complete and comprehensive book on wordpress coding?

Thanks,
David</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Is there a complete and comprehensive book on wordpress coding?</p>
<p>Thanks,<br />
David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AI</title>
		<link>http://randypeterman.com/wordpress/2004/07/22/writing-a-wordpress-plugin-part-ii/comment-page-1/#comment-45758</link>
		<dc:creator>AI</dc:creator>
		<pubDate>Sat, 07 Oct 2006 12:21:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.randypeterman.com/wordpress/?p=648#comment-45758</guid>
		<description>Wow, PJ. That&#039;s like saying there&#039;s no need for modern translations of Homer because between the ancient greek transcriptions and a English-to-Ancient-Greek dictionary, his epics are fully described.

Randy, as a non-programmer and a new user of WP, this entry (two years old!!) helped me a lot as I wrote a couple important plug-ins for my site. I&#039;m sure glad PJ didn&#039;t act on your clever response. Thanks!</description>
		<content:encoded><![CDATA[<p>Wow, PJ. That&#8217;s like saying there&#8217;s no need for modern translations of Homer because between the ancient greek transcriptions and a English-to-Ancient-Greek dictionary, his epics are fully described.</p>
<p>Randy, as a non-programmer and a new user of WP, this entry (two years old!!) helped me a lot as I wrote a couple important plug-ins for my site. I&#8217;m sure glad PJ didn&#8217;t act on your clever response. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Randy Peterman</title>
		<link>http://randypeterman.com/wordpress/2004/07/22/writing-a-wordpress-plugin-part-ii/comment-page-1/#comment-43754</link>
		<dc:creator>Randy Peterman</dc:creator>
		<pubDate>Thu, 14 Sep 2006 18:10:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.randypeterman.com/wordpress/?p=648#comment-43754</guid>
		<description>Fair enough.  I didn&#039;t add them into the wiki.  But since it is a wiki, you can remove them if you&#039;d like.</description>
		<content:encoded><![CDATA[<p>Fair enough.  I didn&#8217;t add them into the wiki.  But since it is a wiki, you can remove them if you&#8217;d like.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PJ</title>
		<link>http://randypeterman.com/wordpress/2004/07/22/writing-a-wordpress-plugin-part-ii/comment-page-1/#comment-43745</link>
		<dc:creator>PJ</dc:creator>
		<pubDate>Thu, 14 Sep 2006 17:38:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.randypeterman.com/wordpress/?p=648#comment-43745</guid>
		<description>IMHO, I don&#039;t think these blog post links should be in the codex.  There&#039;s no info here that&#039;s not already on the WordPress website.</description>
		<content:encoded><![CDATA[<p>IMHO, I don&#8217;t think these blog post links should be in the codex.  There&#8217;s no info here that&#8217;s not already on the WordPress website.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CodeProfessor &#187; Create Your Own Wordpress Themes + Plugins</title>
		<link>http://randypeterman.com/wordpress/2004/07/22/writing-a-wordpress-plugin-part-ii/comment-page-1/#comment-37537</link>
		<dc:creator>CodeProfessor &#187; Create Your Own Wordpress Themes + Plugins</dc:creator>
		<pubDate>Sat, 01 Jul 2006 03:58:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.randypeterman.com/wordpress/?p=648#comment-37537</guid>
		<description>[...] Randy Peterman&#8217;s Pordcast also has some tips in Writing a WordPress Plugin - Part I and Part II. However, this is aimed at WordPress 1.2, so you may need to use this with caution. A more recent tutorial, Customizing WordPress Plugins, is available at Dev Lounge. [...]</description>
		<content:encoded><![CDATA[<p>[...] Randy Peterman&#8217;s Pordcast also has some tips in Writing a WordPress Plugin &#8211; Part I and Part II. However, this is aimed at WordPress 1.2, so you may need to use this with caution. A more recent tutorial, Customizing WordPress Plugins, is available at Dev Lounge. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ?????Geek?? &#187; Plugin API</title>
		<link>http://randypeterman.com/wordpress/2004/07/22/writing-a-wordpress-plugin-part-ii/comment-page-1/#comment-30915</link>
		<dc:creator>?????Geek?? &#187; Plugin API</dc:creator>
		<pubDate>Wed, 30 Nov 2005 13:23:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.randypeterman.com/wordpress/?p=648#comment-30915</guid>
		<description>[...] Hello Dolly is WordPress&#8217; first plugin. The commented source for that plugin might help you understand how plugins work and act as a guideline for the structure and syntax to use in writing your own plugins. There is also an introductory article&#160;(http://www.randypeterman.com/wordpress/index.php?p=597) Part II&#160;(http://www.randypeterman.com/wordpress/index.php?p=648) that may prove useful. A simple explanation of the database tables can be found on the Database Description page. [...]</description>
		<content:encoded><![CDATA[<p>[...] Hello Dolly is WordPress&#8217; first plugin. The commented source for that plugin might help you understand how plugins work and act as a guideline for the structure and syntax to use in writing your own plugins. There is also an introductory article&nbsp;(http://www.randypeterman.com/wordpress/index.php?p=597) Part II&nbsp;(http://www.randypeterman.com/wordpress/index.php?p=648) that may prove useful. A simple explanation of the database tables can be found on the Database Description page. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ?????Geek?? &#187; Plugin API</title>
		<link>http://randypeterman.com/wordpress/2004/07/22/writing-a-wordpress-plugin-part-ii/comment-page-1/#comment-30914</link>
		<dc:creator>?????Geek?? &#187; Plugin API</dc:creator>
		<pubDate>Wed, 30 Nov 2005 13:23:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.randypeterman.com/wordpress/?p=648#comment-30914</guid>
		<description>[...] Hello Dolly is WordPress&#8217; first plugin. The commented source for that plugin might help you understand how plugins work and act as a guideline for the structure and syntax to use in writing your own plugins. There is also an introductory article&#160;(http://www.randypeterman.com/wordpress/index.php?p=597) Part II&#160;(http://www.randypeterman.com/wordpress/index.php?p=648) that may prove useful. A simple explanation of the database tables can be found on the Database Description page. [...]</description>
		<content:encoded><![CDATA[<p>[...] Hello Dolly is WordPress&#8217; first plugin. The commented source for that plugin might help you understand how plugins work and act as a guideline for the structure and syntax to use in writing your own plugins. There is also an introductory article&nbsp;(http://www.randypeterman.com/wordpress/index.php?p=597) Part II&nbsp;(http://www.randypeterman.com/wordpress/index.php?p=648) that may prove useful. A simple explanation of the database tables can be found on the Database Description page. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Donaldson</title>
		<link>http://randypeterman.com/wordpress/2004/07/22/writing-a-wordpress-plugin-part-ii/comment-page-1/#comment-610</link>
		<dc:creator>Andrew Donaldson</dc:creator>
		<pubDate>Tue, 28 Sep 2004 12:32:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.randypeterman.com/wordpress/?p=648#comment-610</guid>
		<description>Hey Randy,

Thanks for the writeup, came across them through chance. Keep up the good work! ;)</description>
		<content:encoded><![CDATA[<p>Hey Randy,</p>
<p>Thanks for the writeup, came across them through chance. Keep up the good work! ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David O'Hara</title>
		<link>http://randypeterman.com/wordpress/2004/07/22/writing-a-wordpress-plugin-part-ii/comment-page-1/#comment-130</link>
		<dc:creator>David O'Hara</dc:creator>
		<pubDate>Fri, 23 Jul 2004 12:12:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.randypeterman.com/wordpress/?p=648#comment-130</guid>
		<description>Wow...as a noobie to WP and PHP but nonetheless a programmer, I have begun &quot;mucking about&quot; in the code and wondered what all of these calls did (no, I still have not gotten my PHP book yet - darn it).  Thanks for the great explanation.  I hope to see some more - maybe even a series. ;)</description>
		<content:encoded><![CDATA[<p>Wow&#8230;as a noobie to WP and PHP but nonetheless a programmer, I have begun &#8220;mucking about&#8221; in the code and wondered what all of these calls did (no, I still have not gotten my PHP book yet &#8211; darn it).  Thanks for the great explanation.  I hope to see some more &#8211; maybe even a series. ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carthik</title>
		<link>http://randypeterman.com/wordpress/2004/07/22/writing-a-wordpress-plugin-part-ii/comment-page-1/#comment-129</link>
		<dc:creator>Carthik</dc:creator>
		<pubDate>Fri, 23 Jul 2004 06:24:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.randypeterman.com/wordpress/?p=648#comment-129</guid>
		<description>Great going!
Just a note, about the table names. In 1.3 (upcoming) and later, the table names will be of a different form, for example &quot;$wpdb-&gt;posts&quot; will replace $tableposts and so on. 
I will look forward to III, if there is one :)</description>
		<content:encoded><![CDATA[<p>Great going!<br />
Just a note, about the table names. In 1.3 (upcoming) and later, the table names will be of a different form, for example &#8220;$wpdb->posts&#8221; will replace $tableposts and so on.<br />
I will look forward to III, if there is one :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wordlog.com &#187; How to write a plugin</title>
		<link>http://randypeterman.com/wordpress/2004/07/22/writing-a-wordpress-plugin-part-ii/comment-page-1/#comment-133</link>
		<dc:creator>wordlog.com &#187; How to write a plugin</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.randypeterman.com/wordpress/?p=648#comment-133</guid>
		<description>[...] andy Peterman has written a two-part article on how to write wordpress plugins. 	 	Part 1 	&lt;a href=&quot;http://www.randypeterman.com/wordpress/index.php?p=648&quot;&gt;Part 2&lt;/a&gt; 	 	He is the author of Stattraq a plugin + hack to analyze the visit statistics of [...]</description>
		<content:encoded><![CDATA[<p>[...] andy Peterman has written a two-part article on how to write wordpress plugins. 	 	Part 1 	<a href="http://www.randypeterman.com/wordpress/index.php?p=648">Part 2</a> 	 	He is the author of Stattraq a plugin + hack to analyze the visit statistics of [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
