<?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>So Joe... &#187; Wordpress</title>
	<atom:link href="http://sojoe.info/category/technology/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://sojoe.info</link>
	<description>Random stuff that Joe likes to talk about</description>
	<lastBuildDate>Tue, 08 May 2012 16:28:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>How I Killed My WordPress Spam without Akismet</title>
		<link>http://sojoe.info/2007/01/how-i-killed-my-wordpress-spam-without-akismet/</link>
		<comments>http://sojoe.info/2007/01/how-i-killed-my-wordpress-spam-without-akismet/#comments</comments>
		<pubDate>Thu, 04 Jan 2007 18:32:01 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://sojoe.info/2007/01/04/how-i-killed-my-wordpress-spam-without-akismet/</guid>
		<description><![CDATA[I was getting hit with spam pretty hard on this site, and my other site, ITsVISTA. I have Akismet installed, which does catch it all, but unfortunately it also catches many of my trackbacks. When you have a list of hundreds of spams in Akismet, it&#8217;s no longer practical to hunt through and find the [...]]]></description>
			<content:encoded><![CDATA[<p><span class="dropcap">I</span> was getting hit with spam pretty hard on this site, and my other site, <a href="http://itsvista.com">ITsVISTA</a>. I have Akismet installed, which does catch it all, but unfortunately it also catches many of my trackbacks. When you have a list of hundreds of spams in Akismet, it&#8217;s no longer practical to hunt through and find the false positives. What to do? <span id="more-239"></span></p>
<p>I&#8217;d heard that renaming the comments script would help stop most of this automated spamming, but it proved not to be true in my case, the spam was still flowing. Of course I could limit comments to registered users only, but I found that greatly limits the number of people willing to comment. So, I decided I needed to install a challenge system that can tell if you are human.</p>
<p>I looked at the <i>captcha</i> methods (a graphic of a distorted word that the user has to type in) that were available for WordPress, but didn&#8217;t like the requirements for special graphics software on the server. Then I found <a href="http://sw-guide.de/wordpress/math-comment-spam-protection-plugin/">Math Comment Spam Protection Plugin</a>. This lightweight plugin challenges the user with a simple math problem to prove that they are real. It simply adds an extra field for the user to fill out, and asks for the answer to a question such as &#8216;Sum of 1 + 4?&#8217;. I customized mine to say &#8216;What is 1 + 4?&#8217;, which seemed even easier (some may not understand the word sum, say that 10 times fast!). </p>
<p>How does it work? </p>
<blockquote><p>This plugin does not require JavaScript or cookies. It uses a special encryption function; the result of the question is being passed via a hidden field. The result is being compared with the value entered by the visitor â€“ after encrypring this value as well.</p></blockquote>
<p>It&#8217;s easy to install, just copy the file, activate it, and then be sure to go to the option page and save the options. I didn&#8217;t do the save options thing the first time on my <a href="http://itsvista.com">ITsVISTA</a> site and their was an error message on my pages. The options page allows you to specifies what numbers to include in the challenge, and if you want the number written out, or in numerical format. If you&#8217;re concerned about the math capabilities of your audience, you can even remove the higher numbers and keep the problems as simple as possible (maybe just have problems that use 1, 2 and 3). Once activated, their is some code you place in your comments form that ads the extra line. It&#8217;s easy and the instructions are clearly laid out.</p>
<p>Since installing this plugin on my two sites, I have recieved NO SPAM. I haven&#8217;t yet had problems with trackback spam, so for now I am disabling Akismet so I don&#8217;t have to worry about it catching my legitimate trackbacks. I&#8217;m sure if someone wants to hack around this, it&#8217;s possible, and of course it doesn&#8217;t stop annoying comments from real people, but for sites that just get automated spam, this is an excellent way to stop it dead in its tracks.</p>
]]></content:encoded>
			<wfw:commentRss>http://sojoe.info/2007/01/how-i-killed-my-wordpress-spam-without-akismet/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>JPF Technorati Rank WordPress Plugin</title>
		<link>http://sojoe.info/2006/11/jpf-technorati-rank-wordpress-plugin/</link>
		<comments>http://sojoe.info/2006/11/jpf-technorati-rank-wordpress-plugin/#comments</comments>
		<pubDate>Mon, 13 Nov 2006 00:12:40 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://sojoe.info/2006/11/12/jpf-technorati-rank-wordpress-plugin/</guid>
		<description><![CDATA[I wanted to keep track of the Technorati ranking for my blog without having to constantly visit the Technorati site. I wanted something simple that I could easily integrate into my layout (I just display the text in a list of administrative options other users don&#8217;t see). So, I hacked something together that does the [...]]]></description>
			<content:encoded><![CDATA[<p><span class="dropcap">I</span> wanted to keep track of the Technorati ranking for my blog without having to constantly visit the Technorati site. I wanted something simple that I could easily integrate into my layout (I just display the text in a list of administrative options other users don&#8217;t see). So, I hacked something together that does the job for me, maybe someone else is looking for the same type of thing. <span id="more-219"></span></p>
<p>I used class_http.php to grab the information from Technorati, and it caches the info for 1 day (the plugin only polls Technorati once per day, if it polled on every page load, a busy site would probably end up getting banned). The rank that is displayed is linked back to the Technorati page for the URL that is being ranked.</p>
<p><b>Installation</b><br />
To install the plugin, create a directory called &#8216;jpf_rank&#8217; in your plugins folder. Extract jpf_technorati_rank.zip and copy all of the files to the jpf_rank directory. If you&#8217;ve already installed any of my other ranking plugins, then you only need to copy the jpf_technorati_rank.php file to the jpf_rank directory. Go to your Manage Plugins page and activate the plugin and you&#8217;re ready to go.</p>
<p><b>Configuration</b><br />
To display your Technorati rank, insert the following code wherever you want to see the rank:</p>
<blockquote><p>&#60;?php jpf_technorati_rank(); ?&#62;</p></blockquote>
<p>The default settings assume you&#8217;re putting this in your sidebar, so it wraps the result in &#60;li&#62 and &#60;/li&#62; which will display like this:<br />
{note that I&#8217;m not running the plugin anymore, so it&#8217;s not displaying here}<br />
If you&#8217;d like it formatted differently, here are the available parameters:</p>
<ul>
<li><i>$before</i> = what you want to appear before the rank number. The default is &#8216;&#60;li&#62;Technorati: &#8216;.</li>
<li><i>$blog</i> = the URL to get the rank for. By default, the &#8216;home&#8217; setting that you set in your WordPress general settings page is used. You can enter a different one if you prefer (eg. http&#58;//sojoe.info/downloads).</li>
<li><i>$after</i> = what you want to appear after the rank number. The default is &#8216;&#60;/li&#62;&#8217;.
</ul>
<p><b>Examples</b><br />
If you just want to display the rank number inline with other text, like this:  {not displaying anymore}, use the following:</p>
<blockquote><p>&#60;?php jpf_technorati_rank (&#8221;,&#8221;,&#8221;); ?&#62;</p></blockquote>
<p><a href="/downloads/jpf_technorati_rank.zip">Download JPF Technorati Rank WordPress Plugin</a></p>
]]></content:encoded>
			<wfw:commentRss>http://sojoe.info/2006/11/jpf-technorati-rank-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>JPF Alexa Rank WordPress Plugin</title>
		<link>http://sojoe.info/2006/11/jpf-alexa-rank-wordpress-plugin/</link>
		<comments>http://sojoe.info/2006/11/jpf-alexa-rank-wordpress-plugin/#comments</comments>
		<pubDate>Sun, 12 Nov 2006 23:08:54 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://sojoe.info/2006/11/12/jpf-alexa-rank-wordpress-plugin/</guid>
		<description><![CDATA[I wanted to keep track of the Alexa ranking for my blog without having to constantly visit the Alexa site. I found a plugin for this called Alexa Rank, but the plugin shows a graphical bar that you have to hover over to get the numerical value. I wanted something a bit more simple that [...]]]></description>
			<content:encoded><![CDATA[<p><span class="dropcap">I</span> wanted to keep track of the Alexa ranking for my blog without having to constantly visit the Alexa site. I found a plugin for this called <a href="http://www.coolcode.cn/?p=152">Alexa Rank</a>, but the plugin shows a graphical bar that you have to hover over to get the numerical value. I wanted something a bit more simple that I could better integrate into my layout (I just display the text in a list of administrative options other users don&#8217;t see). So, I hacked something together that does the job for me, maybe someone else is looking for the same type of thing. <span id="more-218"></span></p>
<p>I used class_http.php to grab the information from Alexa, and it caches the info for 1 day (the plugin only polls Alexa once per day, if it polled on every page load, a busy site would probably end up getting banned). The rank that is displayed is linked back to the Alexa page for the URL that is being ranked.</p>
<p><b>Installation</b><br />
To install the plugin, create a directory called &#8216;jpf_rank&#8217; in your plugins folder. Extract jpf_alexa_rank.zip and copy all of the files to the jpf_rank directory. If you&#8217;ve already installed any of my other ranking plugins, then you only need to copy the jpf_alexa_rank.php file to the jpf_rank directory. Go to your Manage Plugins page and activate the plugin and you&#8217;re ready to go.</p>
<p><b>Configuration</b><br />
To display your Alexa rank, insert the following code wherever you want to see the rank:</p>
<blockquote><p>&#60;?php jpf_alexa_rank(); ?&#62;</p></blockquote>
<p>The default settings assume you&#8217;re putting this in your sidebar, so it wraps the result in &#60;li&#62 and &#60;/li&#62; which will display like this:<br />
{Note that I&#8217;m not running this plugin anymore, so there is no display here}<br />
If you&#8217;d like it formatted differently, here are the available parameters:</p>
<ul>
<li><i>$before</i> = what you want to appear before the rank number. The default is &#8216;&#60;li&#62;Alexa: &#8216;.</li>
<li><i>$blog</i> = the URL to get the rank for. By default, the &#8216;home&#8217; setting that you set in your WordPress general settings page is used. You can enter a different one if you prefer (eg. http&#58;//sojoe.info/downloads).</li>
<li><i>$after</i> = what you want to appear after the rank number. The default is &#8216;&#60;/li&#62;&#8217;.
</ul>
<p><b>Examples</b><br />
If you just want to display the rank number inline with other text, like this:  {Note that I&#8217;m not running this plugin anymore, so there is no display here}, use the following:</p>
<blockquote><p>&#60;?php jpf_alexa_rank (&#8221;,&#8221;,&#8221;); ?&#62;</p></blockquote>
<p><!--download="2"--></p>
]]></content:encoded>
			<wfw:commentRss>http://sojoe.info/2006/11/jpf-alexa-rank-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>JPF Add to Yahoo WordPress Plugin</title>
		<link>http://sojoe.info/2006/11/jpf-add-to-yahoo/</link>
		<comments>http://sojoe.info/2006/11/jpf-add-to-yahoo/#comments</comments>
		<pubDate>Sat, 11 Nov 2006 17:29:52 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://sojoe.info/2006/11/11/jpf-add-to-yahoo/</guid>
		<description><![CDATA[The JPF Add to Yahoo plugin is a social bookmarking plugin that allows users to submit posts to Yahoo.com. If the user is already logged in to Yahoo, it automatically submits the posts URL and Title. The download includes two files, jpf_yahoo.php is the plugin, copy it to your WordPress plugins folder and activate the [...]]]></description>
			<content:encoded><![CDATA[<p><span class="dropcap">T</span>he JPF Add to Yahoo plugin is a social bookmarking plugin that allows users to submit posts to <a href="http://www.yahoo.com/">Yahoo.com</a>. If the user is already logged in to Yahoo, it automatically submits the posts URL and Title. The download includes two files, jpf_yahoo.php is the plugin, copy it to your WordPress plugins folder and activate the plugin in your plugin manager, and yahoo.gif, an optional icon that can be used as part of your link. <span id="more-216"></span></p>
<p>Once the plugin is activated, include the following somewhere in &#8216;the loop&#8217;, most likely in one of your templates:<br />
&#60;?php jpf_yahoo(); ?&#62;<br />
This will display text that says &#8216;Add to Yahoo&#8217; which links to the <a href="http://www.yahoo.com/">Yahoo.com</a> submit page. If you want more control over the appearance, you can add a few parameters:<br />
&#60;?php jpf_yahoo({before}, {Link Text}, {after}); ?&#62;<br />
Here&#8217;s how I use it. I first copy the included yahoo.gif file to my image folder, in my case /wp-images/icons. I then include the following in my template:<br />
&#60;?php jpf_yahoo(&#8221;,&#8217;&#60;img src=&#8221;/wp-images/icons/yahoo.gif&#8221; alt=&#8221;Yahoo&#8221; /&#62; Add to Yahoo&#8217;,&#8221;); ?&#62;<br />
That&#8217;s it!</p>
<p><!--download="15"--></p>
]]></content:encoded>
			<wfw:commentRss>http://sojoe.info/2006/11/jpf-add-to-yahoo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JPF Add to Reddit WordPress Plugin</title>
		<link>http://sojoe.info/2006/11/jpf-add-to-reddit-wordpress-plugin/</link>
		<comments>http://sojoe.info/2006/11/jpf-add-to-reddit-wordpress-plugin/#comments</comments>
		<pubDate>Sat, 11 Nov 2006 17:16:33 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://sojoe.info/2006/11/11/jpf-add-to-reddit-wordpress-plugin/</guid>
		<description><![CDATA[The JPF Add to Reddit plugin is a social bookmarking plugin that allows users to submit posts to Reddit.com. If the user is already logged in to Reddit, it automatically submits the posts URL and Title. The download includes two files, jpf_reddit.php is the plugin, copy it to your WordPress plugins folder and activate the [...]]]></description>
			<content:encoded><![CDATA[<p><span class="dropcap">T</span>he JPF Add to Reddit plugin is a social bookmarking plugin that allows users to submit posts to <a href="http://www.reddit.com/">Reddit.com</a>. If the user is already logged in to Reddit, it automatically submits the posts URL and Title. The download includes two files, jpf_reddit.php is the plugin, copy it to your WordPress plugins folder and activate the plugin in your plugin manager, and reddit.gif, an optional icon that can be used as part of your link. <span id="more-215"></span></p>
<p>Once the plugin is activated, include the following somewhere in &#8216;the loop&#8217;, most likely in one of your templates:<br />
&#60;?php jpf_reddit(); ?&#62;<br />
This will display text that says &#8216;Add to Reddit&#8217; which links to the <a href="http://www.reddit.com/">Reddit.com</a> submit page. If you want more control over the appearance, you can add a few parameters:<br />
&#60;?php jpf_reddit({before}, {Link Text}, {after}); ?&#62;<br />
Here&#8217;s how I use it. I first copy the included reddit.gif file to my image folder, in my case /wp-images/icons. I then include the following in my template:<br />
&#60;?php jpf_reddit(&#8221;,&#8217;&#60;img src=&#8221;/wp-images/icons/reddit.gif&#8221; alt=&#8221;Reddit&#8221; /&#62; Add to Reddit&#8217;,&#8221;); ?&#62;<br />
That&#8217;s it!</p>
<p><!--download="14"--></p>
]]></content:encoded>
			<wfw:commentRss>http://sojoe.info/2006/11/jpf-add-to-reddit-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>74</slash:comments>
		</item>
		<item>
		<title>JPF Seed Newsvine WordPress Plugin</title>
		<link>http://sojoe.info/2006/11/jpf-seed-newsvine-wordpress-plugin/</link>
		<comments>http://sojoe.info/2006/11/jpf-seed-newsvine-wordpress-plugin/#comments</comments>
		<pubDate>Sat, 11 Nov 2006 17:05:16 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://sojoe.info/2006/11/11/jpf-seed-newsvine-wordpress-plugin/</guid>
		<description><![CDATA[The JPF Seed Newsvine plugin is a social bookmarking plugin that allows users to submit posts to Newsvine.com. If the user is already logged in to Newsvine, it automatically submits the posts URL and Title. The download includes two files, jpf_newsvine.php is the plugin, copy it to your WordPress plugins folder and activate the plugin [...]]]></description>
			<content:encoded><![CDATA[<p><span class="dropcap">T</span>he JPF Seed Newsvine plugin is a social bookmarking plugin that allows users to submit posts to <a href="http://www.newsvine.com/">Newsvine.com</a>. If the user is already logged in to Newsvine, it automatically submits the posts URL and Title. The download includes two files, jpf_newsvine.php is the plugin, copy it to your WordPress plugins folder and activate the plugin in your plugin manager, and newsvine.gif, an optional icon that can be used as part of your link. <span id="more-214"></span></p>
<p>Once the plugin is activated, include the following somewhere in &#8216;the loop&#8217;, most likely in one of your templates:<br />
&#60;?php jpf_newsvine(); ?&#62;<br />
This will display text that says &#8216;Seed Newsvine&#8217; which links to the <a href="http://www.newsvine.com/">Newsvine.com</a> submit page. If you want more control over the appearance, you can add a few parameters:<br />
&#60;?php jpf_newsvine({before}, {Link Text}, {after}); ?&#62;<br />
Here&#8217;s how I use it. I first copy the included newsvine.gif file to my image folder, in my case /wp-images/icons. I then include the following in my template:<br />
&#60;?php jpf_newsvine(&#8221;,&#8217;&#60;img src=&#8221;/wp-images/icons/newsvine.gif&#8221; alt=&#8221;Newsvine&#8221; /&#62; Seed Newsvine&#8217;,&#8221;); ?&#62;<br />
That&#8217;s it!</p>
<p><!--download="13"--></p>
]]></content:encoded>
			<wfw:commentRss>http://sojoe.info/2006/11/jpf-seed-newsvine-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>JPF Category Feeds WordPress Plugin</title>
		<link>http://sojoe.info/2006/11/jpf-category-feeds-wordpress-plugin/</link>
		<comments>http://sojoe.info/2006/11/jpf-category-feeds-wordpress-plugin/#comments</comments>
		<pubDate>Sat, 04 Nov 2006 22:36:48 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://sojoe.info/2006/11/04/jpf-category-feeds-wordpress-plugin/</guid>
		<description><![CDATA[The JPF Category Feed plugin allows you to easily list the RSS category feeds for your post. It is quite flexible, allowing a number of parameters that can derive horizontal and vertical listings or even &#8216;sentence&#8217; form. Installation is simple, copy the jpf_catfeed.php file to your WordPress plugins folder and activate in your Plugins Management [...]]]></description>
			<content:encoded><![CDATA[<p>The JPF Category Feed plugin allows you to easily list the RSS category feeds for your post. It is quite flexible, allowing a number of parameters that can derive horizontal and vertical listings or even &#8216;sentence&#8217; form. Installation is simple, copy the jpf_catfeed.php file to your WordPress plugins folder and activate in your Plugins Management tab. The optional rss.gif file can be copied anywhere in your site, and can be referred to as specified below. Then, place the following code in &#8216;the loop&#8217;:<br />
&#60;?php jpf_catfeed([Image], [Images], [Before], [After], [Separator], [And]); ?&#62; <span id="more-203"></span></p>
<ul>
<li><b>Image</b> is the path to an image that will preceed the list. The image is not linked to anything, it is simply decorative.</li>
<li><b>Images</b> is an image that will preceed each category link, the image is included as part of the link.</li>
<li><b>Before</b> is anything you want to preceed each category link, commonly this would be used to define each category as a line item in a list, or to define CSS, but could also be brackets or other symbols.</li>
<li><b>After</b> would typically be used to close a tag that was opened with <b>Before</b></li>
<li><b>Separator</b> is the text you want to separate the category links, most commonly a comma and space, or a vertical bar.</li>
<li><b>And</b> defines if you want the word &#8216;and&#8217; followed by a space to separate the last two items, generally used if you are listing the categories in a sentence format. Set to true if you wish to use.</li>
</ul>
<p>If you simply include &#60;?php jpf_catfeed(); ?&#62; you will get a line of your categories separated by a vertical bar (eg. &#8220;category1|category2|category3&#8243;).</p>
<p>Here are some examples of it&#8217;s use:</p>
<hr />
<p>In this example, wrapping the function in an unordered list, and specifying $before = &#8216;&#60;li&#62;&#8217; and $after = &#8216;&#60;/li&#62;&#8217; will give you a simple unordered list of your categories. </p>
<p>&#60;ul&#62;&#60;?php jpf_catfeed(&#8221;,&#8221;, &#8216;&#60;li&#62;&#8217;, &#8216;&#60;/li&#62;&#8217;); ?&#62;&#60;/ul&#62;</p>
<blockquote><p>
category1<br />
category2<br />
category3
</p></blockquote>
<hr />
<p>Here an icon is included before each link. The icon is part of the hyperlink to that category.</p>
<p>&#60;?php jpf_catfeed(&#8221;,&#8217;/wp-images/icons/rss.gif&#8217;, &#8221;, &#8221;, &#8216;, &#8216;); ?&#62;</p>
<blockquote><p><img src="/wp-images/icons/rss.gif" alt="RSS" /> category1, <img src="/wp-images/icons/rss.gif" alt="RSS" /> category2, <img src="/wp-images/icons/rss.gif" alt="RSS" /> category3</p></blockquote>
<hr />
<p>Here the separator is changed to a vertical bar with a space on each side instead of a comma followed by a space.</p>
<p>&#60;?php jpf_catfeed(&#8221;,&#8217;/wp-images/icons/rss.gif&#8217;, &#8221;, &#8221;, &#8216; | &#8216;); ?&#62;</p>
<blockquote><p><img src="/wp-images/icons/rss.gif" alt="RSS" /> category1 | <img src="/wp-images/icons/rss.gif" alt="RSS" /> category2 | <img src="/wp-images/icons/rss.gif" alt="RSS" /> category3</p></blockquote>
<hr />
<p>Here an icon is included before the first category, a comma and space is used to separate the items, and the last category is preceeded by &#8216;and&#8217; instead of a comma.</p>
<p>&#60;?php jpf_catfeed(&#8216;/wp-images/icons/rss.gif&#8217;,&#8221;, &#8221;, &#8221;, &#8216;, &#8216;, true); ?&#62;</p>
<blockquote><p><img src="/wp-images/icons/rss.gif" alt="RSS" /> category1, category2 and category3</p></blockquote>
<p><!--download="4"--></p>
]]></content:encoded>
			<wfw:commentRss>http://sojoe.info/2006/11/jpf-category-feeds-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
		<item>
		<title>JPF Submit to Netscape WordPress Plugin</title>
		<link>http://sojoe.info/2006/11/jpf-submit-to-netscape-wordpress-plugin/</link>
		<comments>http://sojoe.info/2006/11/jpf-submit-to-netscape-wordpress-plugin/#comments</comments>
		<pubDate>Sat, 04 Nov 2006 18:40:03 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://sojoe.info/2006/11/04/jpf-submit-to-netscape-wordpress-plugin/</guid>
		<description><![CDATA[The JPF Submit to Netscape plugin is a social bookmarking plugin that allows users to submit posts to Netscape.com. If the user is already logged in to Netscape, it automatically submits the posts URL and Title. The download includes two files, jpf_netscape.php is the plugin, copy it to your WordPress plugins folder and activate the [...]]]></description>
			<content:encoded><![CDATA[<p>The JPF Submit to Netscape plugin is a social bookmarking plugin that allows users to submit posts to <a href="http://www.netscape.com/">Netscape.com</a>. If the user is already logged in to Netscape, it automatically submits the posts URL and Title. The download includes two files, jpf_netscape.php is the plugin, copy it to your WordPress plugins folder and activate the plugin in your plugin manager, and netscape.gif, an optional icon that can be used as part of your link. <span id="more-202"></span></p>
<p>Once the plugin is activated, include the following somewhere in &#8216;the loop&#8217;, most likely in one of your templates:<br />
&#60;?php jpf_netscape(); ?&#62;<br />
This will display text that says &#8216;Submit to Netscape&#8217; which links to the <a href="http://www.netscape.com/">Netscape.com</a> submit page. If you want more control over the appearance, you can add a few parameters:<br />
&#60;?php jpf_netscape({before}, {Link Text}, {after}); ?&#62;<br />
Here&#8217;s how I use it. I first copy the included netscape.gif file to my image folder, in my case /wp-images/icons. I then include the following in my template:<br />
&#60;?php jpf_netscape(&#8221;,&#8217;&#60;img src=&#8221;/wp-images/icons/netscape.gif&#8221; alt=&#8221;Netscape&#8221; /&#62; Submit to Netscape&#8217;,&#8221;); ?&#62;<br />
That&#8217;s it!</p>
<p><!--download="12"--></p>
]]></content:encoded>
			<wfw:commentRss>http://sojoe.info/2006/11/jpf-submit-to-netscape-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>JPF Hugg This WordPress Plugin</title>
		<link>http://sojoe.info/2006/10/jpf-hugg-this-wordpress-plugin/</link>
		<comments>http://sojoe.info/2006/10/jpf-hugg-this-wordpress-plugin/#comments</comments>
		<pubDate>Tue, 31 Oct 2006 15:35:41 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://sojoe.info/2006/10/31/jpf-hugg-this-wordpress-plugin/</guid>
		<description><![CDATA[The JPF Hugg This plugin is a social bookmarking plugin that allows users to submit posts to Hugg.com, a green version of â€˜Diggâ€™. If the user is already logged in to Hugg, it automatically submits the posts URL. The download includes two files, jpf_hugg.php is the plugin, copy it to your WordPress plugins folder and [...]]]></description>
			<content:encoded><![CDATA[<p>The JPF Hugg This plugin is a social bookmarking plugin that allows users to submit posts to <a href="http://www.hugg.com/">Hugg.com</a>, a <i>green</i> version of â€˜Diggâ€™. If the user is already logged in to Hugg, it automatically submits the posts URL. The download includes two files, jpf_hugg.php is the plugin, copy it to your WordPress plugins folder and activate the plugin in your plugin manager, and hugg.gif, an optional icon that can be used as part of your link. <span id="more-196"></span></p>
<p>Once the plugin is activated, include the following somewhere in &#8216;the loop&#8217;, most likely in one of your templates:<br />
<code>&lt;?php jpf_hugg(); ?&gt;</code><br />
This will display text that says &#8216;Hugg this&#8217; which links to the <a href="http://www.hugg.com/">Hugg.com</a> submit page. If you want more control over the appearance, you can add a few parameters:<br />
<code>&lt;?php jpf_hugg({before}, {Link Text}, {after}); ?&gt;</code><br />
Here&#8217;s how I use it. I first copy the included hugg.gif file to my image folder, in my case /wp-images/icons. I then include the following in my template:</p>
<pre><code>&lt;?php jpf_hugg('','&lt;img src="/wp-images/icons/hugg.gif" alt="Hugg" /&gt; Hugg This',''); ?&gt;</code></pre>
<p>That&#8217;s it!</p>
<p><!--download="11"--></p>
]]></content:encoded>
			<wfw:commentRss>http://sojoe.info/2006/10/jpf-hugg-this-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>JPF Quotes WordPress Plugin</title>
		<link>http://sojoe.info/2006/10/jpf-quotes-wordpress-plugin/</link>
		<comments>http://sojoe.info/2006/10/jpf-quotes-wordpress-plugin/#comments</comments>
		<pubDate>Wed, 18 Oct 2006 02:51:07 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://sojoe.info/2006/10/17/jpf-quotes-wordpress-plugin/</guid>
		<description><![CDATA[Originally named &#8220;Joe&#8217;s Quotes&#8221;, this plugin shows your favorite random quotes along with a picture of the person saying the quote. Easily expandable to contain quotes from any person/character. Version 3 includes an options page and uses CSS for formatting. I don&#8217;t want to be remembered, I want to be forgotten. C&#8217;mere you butterball. It [...]]]></description>
			<content:encoded><![CDATA[<p>Originally named &#8220;Joe&#8217;s Quotes&#8221;, this plugin shows your favorite random quotes along with a picture of the person saying the quote. Easily expandable to contain quotes from any person/character. Version 3 includes an options page and uses CSS for formatting.</p>
<div class="jpf_quotes">
<div class="jpf_quotes_pic"><img src="http://sojoe.info/wp-content/plugins/jpf_quotes/George.gif" alt="" /></div>
<div class="jpf_quotes_txt">I am not here for rage. I&#8217;m here for revenge.
</div>
</div>
<hr />
<div class="jpf_quotes">
<div class="jpf_quotes_pic"><img src="http://sojoe.info/wp-content/plugins/jpf_quotes/Homer.gif" alt="" /></div>
<div class="jpf_quotes_txt">I&#8217;m a white male, age 18 to 49. Everyone listens to me, no matter how dumb my suggestions are.
</div>
</div>
<p> <span id="more-187"></span></p>
<p>It can look many ways as you can change the formatting, I&#8217;m using it with the default settings here.</p>
<p><b>Note:</b> Tested with WordPress versions up to and including 2.3</p>
<p><!--download="1"--></p>
<p>Install is easy.</p>
<ol>
<li>Download and expand jpf_quotes.zip.</li>
<li>Copy the entire jpf_quotes folder to your WordPress plugins folder.</li>
<li>Enable the plugin in your WordPress Plugins admin page.</li>
<li>Choose how you&#8217;d like the plugin configured on the JPF Quotes configuration page in your WordPress Options admin page.</li>
<li>Add &#60;?php jpf_quotes(); ?&#62; to your sidebar, or wherever you&#8217;d like the quotes to appear.</li>
</ol>
<p>The default download includes the following files for the Simpson&#8217;s Quotes package:</p>
<ul>
<li>Bart.gif</li>
<li>Burns.gif</li>
<li>Homer.gif</li>
<li>Lisa.gif</li>
<li>Marge.gif</li>
<li>Moe.gif</li>
<li>Ralph.gif</li>
<li>Simpsons.txt</li>
</ul>
<p>If you don&#8217;t want Simpon&#8217;s quotes displayed, delete these files. Adding quotes is easy. Simply download one of the expanding list of quotes packages:</p>
<ul>
<li><a href="/?load=ArthurCClarke.zip">Arthur C Clarke</a> (contributed by <a href="http://vorpal.us">Ted Schober</a>)</li>
<li><a href="/?load=BaruchSpinoza.zip">Baruch Spinoza</a> (contributed by <a href="http://vorpal.us">Ted Schober</a>)</li>
<li><a href="/?load=Buffy.zip">Buffy the Vampire Slayer</a></li>
<li><a href="/?load=Bush.zip">George W. Bush</a></li>
<li><a href="/?load=deepthoughts.zip">Deep Thoughts by Jack Handey</a> (contributed by <a href="http://www.scovilleclan.com/wp_joequotes_deepthoughts">Phil Scoville</a>)
<li><a href="/?load=FamilyGuy.zip">Family Guy</a></li>
<li><a href="/?load=Friends.zip">Friends</a></li>
<li><a href="/?load=Futurama.zip">Futurama</a></li>
<li><a href="/?load=himym.zip">How I Met Your Mother</a></li>
<li><a href="/?load=KJBible.zip">The King James Bible</a></li>
<li><a href="/?load=lazaruslong.zip">Lazarus Long</a> (contributed by <a href="http://vorpal.us">Ted Schober</a>)</li>
<li><a href="/?load=LewisCarroll.zip">Lewis Carroll</a> (contributed by <a href="http://vorpal.us">Ted Schober</a>)</li>
<li><a href="/?load=MarkTwain.zip">Mark Twain</a></li>
<li><a href="/?load=mynameisearl.zip">My Name is Earl</a></li>
<li><a href="/?load=Seinfeld.zip">Seinfeld</a></li>
<li><a href="/?load=spike.zip">Spike Milligan</a> (contributed by <a href="http://www.levin.me.uk/">Brad Levin</a>)</li>
<li><a href="/?load=SriSriRaviShankar.zip">Sri Sri Ravi Shankar</a> (contributed by EncGuano)</li>
<li><a href="/?load=Simpsons.zip">Simpsons</a></li>
<li><a href="/?load=StarTrek.zip">Star Trek</a></li>
<li><a href="/?load=TPaine.zip">Thomas Paine</a></li>
<li><a href="/?load=WilliamJames.zip">William James</a> (contributed by <a href="http://vorpal.us">Ted Schober</a>)</li>
<li><a href="/?load=RogerHancock.zip">Rodger W. Hancock</a> (contributed by <a href="http://www.poetpatriot.com/">Rodger W. Hancock</a>)</li>
</ul>
<p>Expand the zip file and copy the files into the jpf_quotes folder. That&#8217;s all their is to it. If you&#8217;d like to make your own, simply create a text file with the name of character, then a tab, then the quote text. One quote per line. Then create a picture, GIF or JPG with the exact same name as the character name in the text file. See some of the available quotes packages as an example. If you create your own, consider submitting it here so others can benefit from your efforts as well. Just e-mail it to <a class="autohyperlink" href="mailto:jpfieber@gmail.com" title="mailto:jpfieber@gmail.com">jpfieber@gmail.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://sojoe.info/2006/10/jpf-quotes-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>50</slash:comments>
		</item>
	</channel>
</rss>

