<?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>Beginnercode.com &#187; Plugins</title>
	<atom:link href="http://www.beginnercode.com/category/wordpress/plugins/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.beginnercode.com</link>
	<description>The adventures of an amateur coder</description>
	<lastBuildDate>Wed, 27 Apr 2011 20:07:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<image>
  <link>http://www.beginnercode.com</link>
  <url>http://www.beginnercode.com/wp-content/themes/neuron/favicon.ico</url>
  <title>Beginnercode.com</title>
</image>
		<item>
		<title>WP Spam Comment Plugin</title>
		<link>http://www.beginnercode.com/2005/12/17/wp-spam-comment-plugin/</link>
		<comments>http://www.beginnercode.com/2005/12/17/wp-spam-comment-plugin/#comments</comments>
		<pubDate>Sun, 18 Dec 2005 04:10:19 +0000</pubDate>
		<dc:creator>^Lestat</dc:creator>
				<category><![CDATA[Blog Adventures]]></category>
		<category><![CDATA[General Site Maint]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.beginnercode.com/?p=64</guid>
		<description><![CDATA[So I gave the Battle of the blogs a go over at BlogExplosion. IT was fun. I won some, and lost some. The cool thing was that it definately brought traffic my way. The bad news is that it brought traffic my way. Saturday morning when I logged in, I found 79 comments waiting for [...]]]></description>
			<content:encoded><![CDATA[<p>So I gave the Battle of the blogs a go over at <a href="http://www.blogexplosion.com/index.php?ref=lestat">BlogExplosion</a>. IT was fun. I won some, and lost some. The cool thing was that it definately brought traffic my way. The bad news is that it brought traffic my way. Saturday morning when I logged in, I found 79 comments waiting for moderation. Each and every one was spam. I&#8217;ve had comments like that before, but not 79 of them!! It was time for action!</p>
<p>I downloaded and installed <a href="http://unknowngenius.com/blog/wordpress/spam-karma/">Spam Karma 2.0</a>. The install was pretty typical. Unzip the package, and install it in your plugins folder. Then access, and activate it in the plugins screen of the WP manager. I noticed it listed all previous comments that I marked as spam, the date it occurred, and the comment. Honestly, it&#8217;s way over my head&#8230; but all Iknow is that for now, it works.</p>
<p><tags>Wordpress plugins,  comment spam</tags></p>
]]></content:encoded>
			<wfw:commentRss>http://www.beginnercode.com/2005/12/17/wp-spam-comment-plugin/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Plugin: Add Dynamic php Inside  Posts</title>
		<link>http://www.beginnercode.com/2005/10/20/plugin-add-dynamic-php-inside-posts/</link>
		<comments>http://www.beginnercode.com/2005/10/20/plugin-add-dynamic-php-inside-posts/#comments</comments>
		<pubDate>Thu, 20 Oct 2005 17:56:43 +0000</pubDate>
		<dc:creator>^Lestat</dc:creator>
				<category><![CDATA[Blog Adventures]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.beginnercode.com/?p=56</guid>
		<description><![CDATA[I found a simple plugin for WordPress called Exec Plugin from Priyadi&#8217;s Place. It will allow you to add dynamic php to your posts. Download the .txt file. Change the extension to .php and upload it to your wp-content/plugins dir. Use the Word plugin manager to activate it and off you go.
To use php in [...]]]></description>
			<content:encoded><![CDATA[<p>I found a simple plugin for WordPress called <a href="http://priyadi.net/archives/2005/03/02/wordpress-php-exec-plugin/">Exec Plugin from Priyadi&#8217;s Place</a>. It will allow you to add dynamic php to your posts. Download the .txt file. Change the extension to .php and upload it to your wp-content/plugins dir. Use the Word plugin manager to activate it and off you go.</p>
<p>To use php in your posts just use the tags &lt;phpcode&gt; and &lt;&#47;phpcode&gt;. Then code away inside of there as if it were your favorite text editor. eg:</p>
<pre class="brush: php;">

&lt; ?php
$var = 'hello world';

print(&quot;$var&quot;); 

if($var){
include(&quot;somefile.php&quot; /* or ANY php parsable file extension*/);
}
?&gt;
</pre>
<p>Pretty simple! I used it to include() an index page of links for my <a href="http://www.beginnercode.com/index.php/2005/09/23/trip-to-help-kartina-victims/">hurricane chronicles.</a><br />
<center><a href="http://www.beginnercode.com/wp-content/imgupload/dynamicPHPplugin.jpg"><img src="http://www.beginnercode.com/wp-content/imgupload/_dynamicPHPplugin.jpg" width="250" height="116" alt="Exec Plugin" title="Exec Plugin"  target="_Blank"/></a></center></p>
<p><tags>WordPress, plugin, php, code, snippet, <a href="http://technorati.com/tag/php+include+wordpress" rel="tag">php include wordpress</a></tags></p>
]]></content:encoded>
			<wfw:commentRss>http://www.beginnercode.com/2005/10/20/plugin-add-dynamic-php-inside-posts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Added Image manager/uploader plugin for wordpress</title>
		<link>http://www.beginnercode.com/2005/10/11/added-image-manageruploader-plugin-for-wordpress/</link>
		<comments>http://www.beginnercode.com/2005/10/11/added-image-manageruploader-plugin-for-wordpress/#comments</comments>
		<pubDate>Tue, 11 Oct 2005 14:22:27 +0000</pubDate>
		<dc:creator>^Lestat</dc:creator>
				<category><![CDATA[Blog Adventures]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[General Site Maint]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.beginnercode.com/?p=47</guid>
		<description><![CDATA[I added an image utility plugin for Wordpress. It&#8217;s called IImage Browser, and can be obtained at skriker&#8217;s blog. This thing works great. There is only 2 files to upload. I was up and running with it in a matter of minutes. There&#8217;s virtually no setup other than activating it in your plugin panel.
Within the [...]]]></description>
			<content:encoded><![CDATA[<p>I added an image utility plugin for Wordpress. It&#8217;s called IImage Browser, and can be obtained at <a href="http://fredfred.net/skriker/index.php/iimage-browser">skriker&#8217;s blog</a>. This thing works great. There is only 2 files to upload. I was up and <a href="http://www.beginnercode.com/index.php/2005/10/11/hurrican-relief-experience-day-4/">running with it</a> in a matter of minutes. There&#8217;s virtually no setup other than activating it in your plugin panel.</p>
<p>Within the write area of the admin panel, there is a button added for iimage browser.<br />
It pops open a window letting you browse your image dir. Inside of it you can create a directory, upload files, and create thumbs.</p>
<p>Then while browsing you click on the image you want to add. You can add the pic to your entry, add thumbnail with link to main, or just create a link to the picture. Pointy clicky, and very user friendly.</p>
<p><tags>blog, wordpress plugin, images</tags></p>
]]></content:encoded>
			<wfw:commentRss>http://www.beginnercode.com/2005/10/11/added-image-manageruploader-plugin-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Talk Like a Pirate Day!</title>
		<link>http://www.beginnercode.com/2005/09/19/talk-like-a-pirate-day/</link>
		<comments>http://www.beginnercode.com/2005/09/19/talk-like-a-pirate-day/#comments</comments>
		<pubDate>Mon, 19 Sep 2005 11:00:49 +0000</pubDate>
		<dc:creator>^Lestat</dc:creator>
				<category><![CDATA[Blog Adventures]]></category>
		<category><![CDATA[General Site Maint]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.beginnercode.com/?p=30</guid>
		<description><![CDATA[Today is talk like a pirate day! I got the link for this great wordpress plugin from my friend FransiscoIV&#8217;s page blog-a-rama.
Some of the other neat filters included with the plugin are: swedish chef , elmer fudd , jive and more)
In honor of the day &#8211; all comments posted here will be translated to pirateness!
talk [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://talklikeapirate.com/">Today is talk like a pirate day!</a> I got the link for this great wordpress <a href="http://dougal.gunters.org/blog/2004/08/30/text-filter-suite">plugin</a> from my friend FransiscoIV&#8217;s page <a href="http://www.blog-a-rama.com/20050913/pirate-day-test/">blog-a-rama</a>.</p>
<p>Some of the other neat filters included with the plugin are: <i>swedish chef</i> , <i>elmer fudd</i> , <i>jive</i> and more)</p>
<p><b>In honor of the day &#8211; all comments posted here will be translated to pirateness!</b></p>
<p><tags><a href="http://technorati.com/tag/talk+like+a+pirate+day" rel="tag">talk like a pirate day</a>, wordpress, plugin</tags></p>
]]></content:encoded>
			<wfw:commentRss>http://www.beginnercode.com/2005/09/19/talk-like-a-pirate-day/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Code Snippet Plugin Bug</title>
		<link>http://www.beginnercode.com/2005/09/15/code-cnippet-plugin-bug/</link>
		<comments>http://www.beginnercode.com/2005/09/15/code-cnippet-plugin-bug/#comments</comments>
		<pubDate>Thu, 15 Sep 2005 22:34:28 +0000</pubDate>
		<dc:creator>^Lestat</dc:creator>
				<category><![CDATA[Blog Adventures]]></category>
		<category><![CDATA[General Site Maint]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.beginnercode.com/?p=35</guid>
		<description><![CDATA[Thanks to php-scripts.com for the code to fix the Wordpress php code snippet plugin from blog.enargi.com. 
The snippet was adding a space in php opening tags like this: &#60; ?php
Where it should be &#60;?php
As noted &#8211; be careful not to copy/paste the code directly.
php-scripts.com alerted the author about the problem/fix.
wordpress, plugin, code snippet
]]></description>
			<content:encoded><![CDATA[<p>Thanks to <a href="http://www.php-scripts.com/20050915/16/">php-scripts.com</a> for the code to fix the Wordpress <a href="http://blog.enargi.com/codesnippet/">php code snippet plugin from blog.enargi.com</a>. </p>
<p>The snippet was adding a space in php opening tags like this: &lt; ?php<br />
Where it should be &lt;?php</p>
<p><b>As noted</b> &#8211; be careful not to copy/paste the code directly.</p>
<p>php-scripts.com alerted the author about the problem/fix.</p>
<p><tags>wordpress, plugin, code snippet</tags></p>
]]></content:encoded>
			<wfw:commentRss>http://www.beginnercode.com/2005/09/15/code-cnippet-plugin-bug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Code Snippet Plugin</title>
		<link>http://www.beginnercode.com/2005/08/26/code-snippet-plugin/</link>
		<comments>http://www.beginnercode.com/2005/08/26/code-snippet-plugin/#comments</comments>
		<pubDate>Fri, 26 Aug 2005 16:52:51 +0000</pubDate>
		<dc:creator>^Lestat</dc:creator>
				<category><![CDATA[Blog Adventures]]></category>
		<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://www.beginnercode.com/index.php/2005/08/26/code-snippet-plugin/</guid>
		<description><![CDATA[Found a great code snippet plugin.
It allows you to put a grey box around many different code formats by using a tag that looks like this:  &#91;code =&#8221;lang&#8221;&#93; whatever the code is and &#91;&#47;code&#93;.
This prevents Wordpress from parsing the code.
Its easy to install, and easy to use! It can be found here.
]]></description>
			<content:encoded><![CDATA[<p>Found a great code snippet plugin.<br />
It allows you to put a grey box around many different code formats by using a tag that looks like this:  &#91;code =&#8221;lang&#8221;&#93; whatever the code is and &#91;&#47;code&#93;.</p>
<p>This prevents Wordpress from parsing the code.</p>
<p>Its easy to install, and easy to use! It can be found <a href="http://blog.enargi.com/codesnippet/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.beginnercode.com/2005/08/26/code-snippet-plugin/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

