<?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: WordPress Implementation</title>
	<atom:link href="http://alexking.org/blog/2004/06/01/wordpress-implementation/feed" rel="self" type="application/rss+xml" />
	<link>http://alexking.org/blog/2004/06/01/wordpress-implementation</link>
	<description>Alex King, Denver Web Developer</description>
	<lastBuildDate>Thu, 09 Feb 2012 18:02:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: alexking.org: Blog</title>
		<link>http://alexking.org/blog/2004/06/01/wordpress-implementation#comment-1958</link>
		<dc:creator>alexking.org: Blog</dc:creator>
		<pubDate>Thu, 10 Jun 2004 00:40:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexking.org/blog/2004/06/01/wordpress-implementation/#comment-1958</guid>
		<description>&lt;strong&gt;Custom Development&lt;/strong&gt;
I&#039;ve been working on a few custom development projects in the last few weeks. The WordPress implementation I mentioned previously is pretty close to going live and I&#039;ve just finished adding some custom functionality to Tasks Pro&#8482; for a cust...</description>
		<content:encoded><![CDATA[<p><strong>Custom Development</strong><br />
I&#8217;ve been working on a few custom development projects in the last few weeks. The WordPress implementation I mentioned previously is pretty close to going live and I&#8217;ve just finished adding some custom functionality to Tasks Pro&#8482; for a cust&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad Cooper</title>
		<link>http://alexking.org/blog/2004/06/01/wordpress-implementation#comment-1904</link>
		<dc:creator>Chad Cooper</dc:creator>
		<pubDate>Thu, 03 Jun 2004 20:56:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexking.org/blog/2004/06/01/wordpress-implementation/#comment-1904</guid>
		<description>I too had this problem with a plugin causing my blog to crash...this is interesting and I need to look into it more.  Not only did my index.php crash, but so did wp-login.php.  I ftp&#039;d into my directory, deleted the plugin, and everything now works fine...I&#039;m going to look and see if that function call is still in there...it should be....hmmmm.......</description>
		<content:encoded><![CDATA[<p>I too had this problem with a plugin causing my blog to crash&#8230;this is interesting and I need to look into it more.  Not only did my index.php crash, but so did wp-login.php.  I ftp&#8217;d into my directory, deleted the plugin, and everything now works fine&#8230;I&#8217;m going to look and see if that function call is still in there&#8230;it should be&#8230;.hmmmm&#8230;&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://alexking.org/blog/2004/06/01/wordpress-implementation#comment-1901</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 03 Jun 2004 18:39:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexking.org/blog/2004/06/01/wordpress-implementation/#comment-1901</guid>
		<description>The plugins go in the wp-content/plugins directory.</description>
		<content:encoded><![CDATA[<p>The plugins go in the wp-content/plugins directory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: danithew</title>
		<link>http://alexking.org/blog/2004/06/01/wordpress-implementation#comment-1899</link>
		<dc:creator>danithew</dc:creator>
		<pubDate>Thu, 03 Jun 2004 18:37:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexking.org/blog/2004/06/01/wordpress-implementation/#comment-1899</guid>
		<description>Looking forward to the upcoming release of WP-Photos for 1.2.  It&#039;s interesting to read your thoughts and criticques on the Wordpress 1.2 system.  I honestly haven&#039;t gotten my 1.2 plugins working yet but will at some point get around to it.  I&#039;ve been momentarily (and probably unnecessarily) confused by the use of the term directory in &quot;wp-admin/plugins directory.&quot;  I think it&#039;s just talking about the plugins.php &quot;file&quot; (which is what I&#039;ve been calling these.  I thought a directory would be a file folder of some sort.  But that shows how much I know about programming or coding.</description>
		<content:encoded><![CDATA[<p>Looking forward to the upcoming release of WP-Photos for 1.2.  It&#8217;s interesting to read your thoughts and criticques on the WordPress 1.2 system.  I honestly haven&#8217;t gotten my 1.2 plugins working yet but will at some point get around to it.  I&#8217;ve been momentarily (and probably unnecessarily) confused by the use of the term directory in &#8220;wp-admin/plugins directory.&#8221;  I think it&#8217;s just talking about the plugins.php &#8220;file&#8221; (which is what I&#8217;ve been calling these.  I thought a directory would be a file folder of some sort.  But that shows how much I know about programming or coding.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blogging Pro - Blog News, Tools and Hacks</title>
		<link>http://alexking.org/blog/2004/06/01/wordpress-implementation#comment-1894</link>
		<dc:creator>Blogging Pro - Blog News, Tools and Hacks</dc:creator>
		<pubDate>Wed, 02 Jun 2004 18:11:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexking.org/blog/2004/06/01/wordpress-implementation/#comment-1894</guid>
		<description>&lt;strong&gt;WordPress Tip: Keeping A Development Log&lt;/strong&gt;
Alex King brings up a good point about activating and deactivating plugins. Most plugins that you implement require some sort of code to be placed in the index.php file. Once you activate the plugin you&#039;re ready to go. But when you turn off the plugin...</description>
		<content:encoded><![CDATA[<p><strong>WordPress Tip: Keeping A Development Log</strong><br />
Alex King brings up a good point about activating and deactivating plugins. Most plugins that you implement require some sort of code to be placed in the index.php file. Once you activate the plugin you&#8217;re ready to go. But when you turn off the plugin&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Visual Grammar</title>
		<link>http://alexking.org/blog/2004/06/01/wordpress-implementation#comment-1893</link>
		<dc:creator>Visual Grammar</dc:creator>
		<pubDate>Wed, 02 Jun 2004 17:44:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexking.org/blog/2004/06/01/wordpress-implementation/#comment-1893</guid>
		<description>&lt;strong&gt;I Concur!&lt;/strong&gt;
Doing my usual reading rounds, i had these thoughts:

I feel totally the same as Alex. I was doing some testing the other day and i was thinking to myself that it was kinda bothersome and inefficient that i had to click activate/deactivate on one plu...</description>
		<content:encoded><![CDATA[<p><strong>I Concur!</strong><br />
Doing my usual reading rounds, i had these thoughts:</p>
<p>I feel totally the same as Alex. I was doing some testing the other day and i was thinking to myself that it was kinda bothersome and inefficient that i had to click activate/deactivate on one plu&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Pederick</title>
		<link>http://alexking.org/blog/2004/06/01/wordpress-implementation#comment-1892</link>
		<dc:creator>Chris Pederick</dc:creator>
		<pubDate>Wed, 02 Jun 2004 07:02:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexking.org/blog/2004/06/01/wordpress-implementation/#comment-1892</guid>
		<description>I thought exactly the same thing about the enabling/disabling of plugins. 

I even disabled a plugin thinking that it would just stop that piece of content showing, but of course the whole blog broke.

Maybe it&#039;s something they can fix for a future release.</description>
		<content:encoded><![CDATA[<p>I thought exactly the same thing about the enabling/disabling of plugins. </p>
<p>I even disabled a plugin thinking that it would just stop that piece of content showing, but of course the whole blog broke.</p>
<p>Maybe it&#8217;s something they can fix for a future release.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

