<?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>impNERD.com &#187; Downloads</title>
	<atom:link href="http://impnerd.com/category/downloads/feed" rel="self" type="application/rss+xml" />
	<link>http://impnerd.com</link>
	<description>Internet - Marketing - Publishing</description>
	<lastBuildDate>Mon, 10 Aug 2009 08:32:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Featured Posts Plugin for WordPress</title>
		<link>http://impnerd.com/featured-posts</link>
		<comments>http://impnerd.com/featured-posts#comments</comments>
		<pubDate>Sat, 06 Jun 2009 06:35:47 +0000</pubDate>
		<dc:creator>Gary R. Hess</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[featured posts]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plugins]]></category>
		<category><![CDATA[wp plugins]]></category>

		<guid isPermaLink="false">http://impnerd.com/downloads/featured-posts</guid>
		<description><![CDATA[Featured Posts 0.2 has just been released! There is a ton new features, but it is still the simple, small, and highly customizable plugin it was before. Like all WP plugins, it is easy to install and you can get it up and running in just a few minutes. Click through to see a screenshot and more information.]]></description>
			<content:encoded><![CDATA[<p><small>Version 0.2.1 is the newest version.</small></p>
<p>Today, WordPress accepted &#8220;Featured Posts&#8221; into their plugin directory allowing for me to offer automatic updates within WordPress. So even if you do have 0.2 downloaded, please head over to the <a href="http://wordpress.org/extend/plugins/featured-posts/">plugin directory and download Featured Posts</a>.</p>
<p>You&#8217;ve probably seen websites with featured posts or breaking news at the top and wondered how to do it. Well now you can easily add it to the front page of your WordPress blog or any category.</p>
<p><strong>Why might you want to do it?</strong><br />
Sometimes you want your visitors to see a post but want to continue adding new content at the same time. For example, you are running a contest and want your visitors to see it first thing, but you want to continue writing about your regular subject. A great way to help your visitors see it is to use featured posts. You just type in the id of your post within the plugin options page and all your regular articles will be displayed normally.</p>
<p><strong>How easy is it to install?</strong><br />
Extremely easy! Just <a href="http://impnerd.com/wp-content/uploads/featured-posts.zip">download the file</a>, upload it to your directory and head to the options page. There you enter the post ID you wish to be displayed and whatever image you wish to be shown.</p>
<p>When installing, DO NOT PLACE featuredposts() INSIDE THE LOOP! <a href="http://codex.wordpress.org/The_Loop" rel="nofollow">Read about the_loop here</a>.</p>
<p>The image is taken directly from the post&#8217;s gallery.</p>
<p><em>Full instructions on how to install Featured Posts is located within the readme.txt file.</em></p>
<p><strong>Wonder what it looks like on your frontpage:</strong><br />
<a href="http://impnerd.com/wp-content/uploads/screenshot-1.png"><img src="http://impnerd.com/wp-content/uploads/screenshot-1-300x148.png" alt="Featured Posts plugin" title="Featured Posts plugin" width="300" height="148" class="alignnone size-medium wp-image-1414" /></a></p>
<p><strong>Can I change how it looks?</strong><br />
You can also easily change the look and feel of the plugin within the separate CSS file so you don&#8217;t have to dig through the plugin to find it. This can be extremely useful if your site is using obscure percentages or you want to change the size of the featured posts box.</p>
<p><a href="http://impnerd.com/how-to-edit-the-featured-posts-css-file">You can read up on how to change the looks more specifically here.</a></p>
<p><strong>Do I have to show an image?</strong><br />
No, but it does look better with one. To not show an image just unselect &#8220;display image&#8221; within the plugin settings page. After doing so you may need to change the CSS though, otherwise the featured posts plugin will probably leave whitespace underneath.</p>
<p><strong>How do I show the plugin on my homepage only?</strong><br />
&lt;?php if (is_home()) { if(function_exists(&#8217;featuredposts&#8217;)) featuredposts(); } ?&gt;</p>
<p><strong>How do I show the plugin on a specific category?</strong><br />
&lt;?php if (is_category(&#8217;5&#8242;)) { if(function_exists(&#8217;featuredposts&#8217;)) featuredposts(); } ?&gt;</p>
<p><strong>Want to try Featured Posts?</strong><br />
<a href="http://wordpress.org/extend/plugins/featured-posts/">Check Featured Posts out at the official WordPress directory</a></p>
<p><strong>Known bugs:</strong><br />
Currently, if a post does not have an image and the &#8216;display image&#8217; box is ticked then Featured Posts will not display. Simply untick the box and save. This will be fixed in the next update.</p>
<p>The text within the settings page on what PHP code to use is incorrect (it is missing parenthesis). The readme.txt file has the correct usage. It is:</p>
<p>if (function_exists(&#8217;featuredposts&#8217;)) { featuredposts(); }</p>
<p>Past versions:<br />
<a href="http://impnerd.com/wp-content/uploads/featured-posts-0.1.zip">0.1</a></p>
<p><strong>Change log</strong><br />
0.2 to 0.2.1:</p>
<ul>
<li>Now listed as compatible with Wordpress 2.8</li>
<li>Deleted rest of $ol_flash</li>
</ul>
<p>0.1 to 0.2:</p>
<ul>
<li>Changed headfeaturedposts() to echo &#8220;alternate stylesheet&#8221; instead of &#8220;stylesheet&#8221;</li>
<li>Automatically select image from post to display</li>
<li>Renamed posts_add_pages() to featured_posts_add_pages().</li>
<li>Renamed posts_options_page() to featured_posts_options_page() and changed add_options_page() to recognize it.</li>
<li>Deleted $ol_flash</li>
<li>Removed &#8220;Featured Posts&#8221; text.</li>
<li>Added activate and deactivate switch for database</li>
<li>Can now choose image size within wp-admin.</li>
<li>Now chooses whether to use thumbnail or full image to display based on image size.</li>
<li>Can now use a custom description.</li>
<li>Changed text below wp-admin form.</li>
<li>Changed README.txt to include better directions and use WP standards.</li>
<li>PHP code now has better formating and comments.</li>
<li>Can now choose excerpt length.</li>
</ul>
        <p><center>Visit <a href="http://impnerd.com">impNERD</a> for more posts.</center></p>      ]]></content:encoded>
			<wfw:commentRss>http://impnerd.com/featured-posts/feed</wfw:commentRss>
		<slash:comments>67</slash:comments>
		</item>
		<item>
		<title>WP Plugin: GalleryShot SW</title>
		<link>http://impnerd.com/galleryshot-sw</link>
		<comments>http://impnerd.com/galleryshot-sw#comments</comments>
		<pubDate>Sun, 22 Mar 2009 23:32:47 +0000</pubDate>
		<dc:creator>Gary R. Hess</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[galleryshot]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[wordpress plugins]]></category>

		<guid isPermaLink="false">http://impnerd.com/?p=1192</guid>
		<description><![CDATA[GalleryShot SW is a WordPress plugin (sorry, no blogger version is available) which displays your sites recent images from posts. Each image is then linked to the post associated with it. When someone moves their cursor across an image, the title of the post is displayed and the image slightly [...]]]></description>
			<content:encoded><![CDATA[<p>GalleryShot SW is a WordPress plugin (sorry, no blogger version is available) which displays your sites recent images from posts. Each image is then linked to the post associated with it. When someone moves their cursor across an image, the title of the post is displayed and the image slightly increases&#8211;you can change this within the settings panel.</p>
<p><img src="http://impnerd.com/wp-content/uploads/gs_sw_ss1.png" alt="GalleryShot SW Screenshot" title="GalleryShot SW Screenshot" width="162" height="64" class="alignnone size-full wp-image-1193" /><br />
<small>Screenshot</small></p>
<p>The settings actually allow you to change several aspects of GalleryShot SW. Here is a list of what can be changed within the settings panel.</p>
<ol>
<li>Number of images displayed.</li>
<li>The image size.</li>
<li>The image size on mouse over.</li>
<li>The categories you wish to display the images from.</li>
<li>Whether or not to display a link back to impNERD.</li>
</ol>
<p>Of course, no sidebar plugin would be complete without it being widgetized. Within the widgets panel (Appearance/Widgets) you may easily add the plugin and set a title along with select whether or not to display a link to impNERD below the widget.</p>
<p><a href="http://impnerd.com/wp-content/plugins/oiopub-direct/purchase.php?do=custom&#038;item=1" rel="nofollow"><img src="http://impnerd.com/wp-content/uploads/shopping-cart1.png" alt="Click here to buy now for only $2" title="Click here to buy now for only $2" width="200" height="74" class="alignnone size-full wp-image-1194" /></a><br />
<small>$2 or 2,000 EC credits.</small></p>
<p><em>GalleryShot SW has been tested in WordPress 2.6+</em></p>
<p>Why $2? For a few reasons: 1) Only people serious about using it will download it. 2) It will stay semi-unique. 3) Since it is relatively inexpensive, any updates to the plugin will not be free. I know, horrible, but it must be done.</p>
<p><strong>Installation</strong></p>
<p>1. Upload entire folder to your /wp-content/plugins/ folder.<br />
2. Go to your plugins page and activate plugin.<br />
3. Go to Settings/GalleryShot-SW and change your settings.<br />
4. (optional) Add &lt;?php if(function_exists(&#8217;gs_sw&#8217;)) { gs_sw(); } ?&gt; to where you wish to display it.&#8211;no more than one will show and it must be outside the_loop in the template. It *may* work, but it isn&#8217;t recommended.<br />
OR<br />
5. (optional) Use the widget setting within design/widgets instead of editing your template. You can add a title from the widget options. The rest, change within the plugin settings. </p>
<p><strong>Recommended size</strong></p>
<p>The recommended size is 24 x 24, but other sizes work just as fine as long as the width and height are smaller than the size set for thumbnails.</p>
        <p><center>Visit <a href="http://impnerd.com">impNERD</a> for more posts.</center></p>      ]]></content:encoded>
			<wfw:commentRss>http://impnerd.com/galleryshot-sw/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>impNERD&#8217;s eBook: SEO Guide: Search Engine Optimization Tools and Tips</title>
		<link>http://impnerd.com/impnerds-seo-guide-book</link>
		<comments>http://impnerd.com/impnerds-seo-guide-book#comments</comments>
		<pubDate>Sun, 26 Oct 2008 04:50:36 +0000</pubDate>
		<dc:creator>Gary R. Hess</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[ebook]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[seo guide]]></category>

		<guid isPermaLink="false">http://impnerd.com/?p=1077</guid>
		<description><![CDATA[Subscribe to impNERD's RSS feed to receive SEO Guide, an eBook for beginners and advanced. Read search engine optimization tips and learn where to find quality SEO tools and blogs.

What do you have to lose? It's free!]]></description>
			<content:encoded><![CDATA[<p>I am releasing an eBook specifically for subscribers. What is it for? SEO of course!</p>
<p><img src="http://impnerd.com/wp-content/uploads/seo-guide_l.png" alt="" title="impNERD&#039;s SEO Guide eBook - search engine optimization tips and tools" width="350" height="375" class="alignnone size-full wp-image-1079" /></p>
<p>You&#8217;ll be taken through many aspects of SEO including:</p>
<ul>
<li>Beginners SEO</li>
<li>Finding Keywords</li>
<li>Using Keywords</li>
<li>Gaining links</li>
<li>Social media</li>
<li>Duplicate content</li>
</ul>
<p>And receive a list of quality SEO tools and must read blogs and forums to learn the from the best.</p>
<p>So what are you waiting for? Download impNERD&#8217;s <em>SEO Guide: Search Engine Optimization Tools &amp; Tips</em> now by subscribing through email or RSS!</p>
<p>If you are already a subscriber, don&#8217;t feel left out. You can get yours by just clicking &#8220;Download impNERD&#8217;s SEO Guide&#8221; at the bottom of the RSS feed:</p>
<p><img src="http://impnerd.com/wp-content/uploads/download-ebook.png" alt="Download SEO Guide" title="Download impNERD&#039;s SEO Guide" width="500" height="141" class="alignnone size-full wp-image-1087" /></p>
        <p><center>Visit <a href="http://impnerd.com">impNERD</a> for more posts.</center></p>      ]]></content:encoded>
			<wfw:commentRss>http://impnerd.com/impnerds-seo-guide-book/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>WP Plugin: HomeImages</title>
		<link>http://impnerd.com/homeimages</link>
		<comments>http://impnerd.com/homeimages#comments</comments>
		<pubDate>Tue, 14 Oct 2008 06:10:42 +0000</pubDate>
		<dc:creator>Gary R. Hess</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[homeimages]]></category>
		<category><![CDATA[publishing]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plugins]]></category>

		<guid isPermaLink="false">http://impnerd.com/?p=889</guid>
		<description><![CDATA[If you wish to <a href="http://impnerd.com/web-development/wordpress-hack-add-post-images-to-your-homepage">add post images to your homepage</a>, but don't want to mess around with your coding, you can use this plugin. Just place a small function where you wish to display them (as long as it is inside <a href="http://codex.wordpress.org/The_Loop">the loop</a>).]]></description>
			<content:encoded><![CDATA[<p>If you wish to <a href="http://impnerd.com/web-development/wordpress-hack-add-post-images-to-your-homepage">add post images to your homepage</a>, but don&#8217;t want to mess around with your coding, you can use this plugin. Just place a small function where you wish to display them (as long as it is inside <a href="http://codex.wordpress.org/The_Loop">the loop</a>).</p>
<p><img src="http://impnerd.com/wp-content/uploads/image_homepage.png" alt="WordPress Plugin" title="Images on homepage" width="498" height="260" class="alignnone size-full wp-image-813" /></p>
<h2>Why use HomeImages?</h2>
<p>To easily add images to your homepage. It gives the design a bit more eye candy which will (hopefully) add more click-throughs to your posts.</p>
<h2>Download</h2>
<p><strong>Current version:</strong> <a href="http://impnerd.com/wp-content/uploads/homeimages.zip">HomeImages v0.1</a></p>
<p><strong>Files included in download:</strong></p>
<ul>
<li>homeimages.php</li>
<li>README.txt</li>
</ul>
<h2>How to Install</h2>
<ol>
<li>Upload entire folder to your /wp-content/plugins/ folder.</li>
<li>Go to your plugins page and activate plugin.</li>
<li>Go to options/HomeImages and change your settings.</li>
<li>(optional) Change the CSS settings at the bottom of the plugin file to fit your needs.</li>
<li>Add &lt;?php if(function_exists(&#8217;homeimages&#8217;)) { homeimages(); } ?&gt; to where you wish to display it inside the loop.</li>
</ol>
        <p><center>Visit <a href="http://impnerd.com">impNERD</a> for more posts.</center></p>      ]]></content:encoded>
			<wfw:commentRss>http://impnerd.com/homeimages/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GalleryShot</title>
		<link>http://impnerd.com/galleryshot</link>
		<comments>http://impnerd.com/galleryshot#comments</comments>
		<pubDate>Mon, 06 Oct 2008 03:56:53 +0000</pubDate>
		<dc:creator>Gary R. Hess</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[galleryshot]]></category>
		<category><![CDATA[wordpress plugins]]></category>

		<guid isPermaLink="false">http://impnerd.com/?p=783</guid>
		<description><![CDATA[GalleryShot is a slideshow widget which takes all images from your latest 10 posts and displays each after a short delay. Each image is linked to the article the image was taken from.

<img src="http://impnerd.com/wp-content/uploads/galleryshot.png" alt="GalleryShot" title="GalleryShot screenshot" width="127" height="148" />]]></description>
			<content:encoded><![CDATA[<p>GalleryShot is a slideshow widget which takes all images from your latest 10 posts and displays each after a short delay. Each image is linked to the article the image was taken from.</p>
<p><img src="http://impnerd.com/wp-content/uploads/galleryshot.png" alt="GalleryShot" title="GalleryShot screenshot" width="127" height="148" /></p>
<h2>Why use GalleryShot?</h2>
<p>GalleryShot is a great way to gain user attention. Everyone loves images, so when they see something interseting, they click.</p>
<p><strong>Entrecard users:</strong> Using the &#8217;support impNERD&#8217; feature gives GalleryShot a perfect fit next to Entrecard. What a nice way to spice up your blog, use virtually no space, and gain more clicks.</p>
<h2>What does it specifically do?</h2>
<p>Specifically, GalleryShot looks through your gallery and grabs all images uploaded to the 10 latest posts. From there, it lines the images up into a slideshow and displays an image every few seconds (you can edit the amount of time in between displays within your wp-admin/settings/GalleryShot).</p>
<h2>Download</h2>
<p><strong>Current version:</strong> <a href="http://impnerd.com/wp-content/uploads/galleryshot.zip">GalleryShot v0.2</a></p>
<p><strong>Changes:</strong><br />
Changed the way thumbnails are handled.<br />
Added post titles to the GalleryShot. (When you place your cursor over GalleryShot, the post title appears)</p>
<p><em>Previous versions:</em><br />
<a href="http://impnerd.com/wp-content/uploads/galleryshot.zip">GalleryShot v0.1</a></p>
<p><strong>Files included in download:</strong></p>
<ul>
<li>galleryshot.php (main plugin file)</li>
<li>gs_bg.png (background image)</li>
<li>README.txt (install information, license, etc.)</li>
</ul>
<h2>Settings</h2>
<p>Not everyone wants the same thing. As such, GalleryShot offers several options to better your experience.</p>
<ol>
<li>Edit the image height and width. Select your own image size to display. The default image size is 125&#215;125 (works best with &#8220;Entrecard like&#8221; support).</li>
<li>Change the amount of time between slide change.</li>
<li>Choose to show the support impNERD link or not. By choosing yes, a border and blackbox beneath the slideshow will appear (like the image above). By keeping it unchecked, only the image will appear.</li>
</ol>
<h2>How to Install</h2>
<p>1. Upload entire folder to your /wp-content/plugins/ folder.<br />
2. Go to your plugins page and activate plugin.<br />
3. Go to options/GalleryShot and change your settings.<br />
4. (optional) Add &lt;?php if(function_exists(&#8217;galleryshot&#8217;)) { galleryshot(); } ?&gt; to where you wish to display it.<br />
OR<br />
5. (optional) Use the widget setting within design/widgets instead of editing your template.</p>
<p><del datetime="2008-10-09T01:28:20+00:00"><strong>Update 1:</strong> GalleryShot does not create images, only reuses the ones already used by WordPress. ie, if you don&#8217;t use a thumbnail in your post, it does not use the thumbnail to resize the image, but the full size. You must also have the PHP GD extension loaded for WordPress to create thumbnails.</del></p>
<p><strong>Update 2:</strong> Fixed thumbnail handling. Thumbnails are now used if GalleryShot is the same size or smaller than your specified thumbnail setting in wp-admin/settings/misc, otherwise the full version is used and resized. You must have the PHP GD extension loaded on your server for WordPress to create thumbnails.</p>
        <p><center>Visit <a href="http://impnerd.com">impNERD</a> for more posts.</center></p>      ]]></content:encoded>
			<wfw:commentRss>http://impnerd.com/galleryshot/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>WP Plugin: Ribbons for Change</title>
		<link>http://impnerd.com/wp-plugin-ribbons-for-change</link>
		<comments>http://impnerd.com/wp-plugin-ribbons-for-change#comments</comments>
		<pubDate>Mon, 23 Jun 2008 07:24:42 +0000</pubDate>
		<dc:creator>Gary R. Hess</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[ribbons for change]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plugin]]></category>
		<category><![CDATA[wordpress plugins]]></category>
		<category><![CDATA[wp plugin]]></category>
		<category><![CDATA[wp plugins]]></category>

		<guid isPermaLink="false">http://impnerd.com/?p=397</guid>
		<description><![CDATA[Ribbons for Change is a plugin to help raise money or provide services for organizations around the world.
The Ribbons for Change plugin adds a ribbon to the corner of your blog (your choice of which side) using javascript. The ribbon is then linked to the corresponding foundation.

Regular sized ribbons (there [...]]]></description>
			<content:encoded><![CDATA[<p>Ribbons for Change is a plugin to help raise money or provide services for organizations around the world.</p>
<p>The Ribbons for Change plugin adds a ribbon to the corner of your blog (your choice of which side) using javascript. The ribbon is then linked to the corresponding foundation.</p>
<p><a href='http://impnerd.com/wp-content/uploads/ss_ribbon.png'><img src="http://impnerd.com/wp-content/uploads/ss_ribbon-300x210.png" alt="" title="Ribbon for Change" width="300" height="210" class="alignnone size-medium wp-image-398" /></a></p>
<p>Regular sized ribbons (there are also small versions of each):<br />
<a href='http://impnerd.com/wp-content/uploads/ribbons.png'><img src="http://impnerd.com/wp-content/uploads/ribbons.png" alt="" title="ribbons" width="300" height="300" class="alignnone size-medium wp-image-399" /></a></p>
<h2>Download</h2>
<p><a href="http://impnerd.com/wp-content/uploads/ribbons-for-change.zip">ribbons-for-change.zip 0.1</a></p>
<h2>Installation</h2>
<ol>
<li>Unzip ribbons-for-change.zip into your plugins folder.</li>
<li>Activate plugin within your WP-Admin.</li>
<li>Within your WP-Admin go to Settings/Ribbons.</li>
<li>Select the ribbon you want to use and click Save.</li>
</ol>
        <p><center>Visit <a href="http://impnerd.com">impNERD</a> for more posts.</center></p>      ]]></content:encoded>
			<wfw:commentRss>http://impnerd.com/wp-plugin-ribbons-for-change/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>WP Plugin: Keyword Snatcher</title>
		<link>http://impnerd.com/keyword-snatcher</link>
		<comments>http://impnerd.com/keyword-snatcher#comments</comments>
		<pubDate>Mon, 11 Feb 2008 06:05:07 +0000</pubDate>
		<dc:creator>Gary R. Hess</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[keyword snatcher]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plugin]]></category>
		<category><![CDATA[wordpress plugins]]></category>
		<category><![CDATA[wp plugin]]></category>
		<category><![CDATA[wp plugins]]></category>

		<guid isPermaLink="false">http://impnerd.com/downloads/keyword-snatcher</guid>
		<description><![CDATA[Although SEOs don&#8217;t always agree on what percent your keyword density should be, all accept the need for some frequency.
With the Keyword Snatcher you are able to view your contents&#8217; keyword density within your WordPress admin without ever leaving the page.

Keyword Snatcher Benefits
See the keyword density of any page published [...]]]></description>
			<content:encoded><![CDATA[<p>Although SEOs don&#8217;t always agree on what percent your keyword density should be, all accept the need for some frequency.</p>
<p>With the <em>Keyword Snatcher</em> you are able to view your contents&#8217; keyword density within your WordPress admin without ever leaving the page.</p>
<p><img src="/wp-content/uploads/keyword-snatcher.png" alt="WordPress Plugin Keyword Snatcher" /></p>
<p><strong>Keyword Snatcher Benefits</strong><br />
See the keyword density of any page published by WordPress. This lets you easily identify weaknesses of your pages copy for the keywords you are trying to rank for.</p>
<p><strong>Keyword Snatcher Features</strong></p>
<ol>
<li>Direct installation, no modifications needed.</li>
<li>Adds a quicktag to your WordPress write page to easily see your keyword density.</li>
<li>Easily close the density report after reviewing.</li>
<li>Common search engine stop words excluded.</li>
</ol>
<p><strong>Download</strong><br />
<a href="/wp-content/uploads/keyword-snatcher.zip">keyword-snatcher.zip 0.2</a></p>
<p><em>Previous versions</em><br />
<a href="/wp-content/uploads/keyword-snatcher0.1.zip">0.1</a></p>
<h2>Installation</h2>
<ol>
<li>Upload entire folder to your /wp-content/plugins/ folder.</li>
<li>Go to your plugins page and activate plugin.</li>
<li>Write a new post/page or edit one within the admin page.</li>
<li>(optional) If you are using the Visual editor, click the &#8216;Code&#8217; tab.</li>
<li>Click &#8216;Keywords&#8217;.</li>
</ol>
<h2>Changes</h2>
<p><strong>0.2</strong><br />
2/19/08 Added stop words.</p>
<p><strong>Notes</strong><br />
Does not currently support the visual editor.</p>
<p>All stop words are taken from <a href="http://tools.seobook.com/general/keyword-density/stop_words.txt">SEO Book&#8217;s stop words list</a><br />
If you like this plugin, please consider linking to http://impnerd.com</p>
<p><strong>To Do List</strong></p>
<ol>
<li>Support keyword phrases</li>
<li>List by percent instead of alphabetically</li>
<li>Complete customization, adding/subtracting stop words, etc.</li>
</ol>
        <p><center>Visit <a href="http://impnerd.com">impNERD</a> for more posts.</center></p>      ]]></content:encoded>
			<wfw:commentRss>http://impnerd.com/keyword-snatcher/feed</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>WP Plugin: Random Ads</title>
		<link>http://impnerd.com/random-ads</link>
		<comments>http://impnerd.com/random-ads#comments</comments>
		<pubDate>Wed, 06 Feb 2008 06:30:45 +0000</pubDate>
		<dc:creator>Gary R. Hess</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[random ads]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plugin]]></category>
		<category><![CDATA[wordpress plugins]]></category>
		<category><![CDATA[wp plugin]]></category>

		<guid isPermaLink="false">http://impnerd.com/downloads/random-ads</guid>
		<description><![CDATA[This plugin is pretty simple. If you are selling several ads and want each to have the same amount of visibility while still displaying all the ads (like the top right images in my sidebar), this is what you want.
Just download the plugin, go to Option/Random Ads within your wp-admin [...]]]></description>
			<content:encoded><![CDATA[<p>This plugin is pretty simple. If you are selling several ads and want each to have the same amount of visibility while still displaying all the ads (like the top right images in my sidebar), this is what you want.</p>
<p>Just download the plugin, go to Option/Random Ads within your wp-admin and enter your ad code (be sure to separate each with <strong>&lt;!&ndash;&ndash; End Ad &ndash;&ndash;&gt;</strong>)</p>
<p><strong>Download:</strong><br />
<a href="/wp-content/uploads/random-ads.zip">random-ads.zip</a></p>
<p><em>Previous versions:</em><br />
<a href="/wp-content/uploads/random-ads0.1.zip">0.1</a></p>
<h2>Installation</h2>
<ol>
<li>Download the latest version (link is above).</li>
<li>Unzip the file into your plugins folder (wp-content/plugins). Be sure to leave all files within the random-ads folder.</li>
<li>Go to your wp-admin Plugins and activate it.</li>
<li>Head over to Options/Random Ads in wp-admin. Add the ad code you wish to display separated by &lt;!&ndash;&ndash; End Ad &ndash;&ndash;&gt;.</li>
<li>Press &#8220;Update Code&#8221; when you are finished.</li>
<li><em>optional:</em> Link to impNERD.com to show your support.
</ol>
<h2>Changes</h2>
<p><strong>0.2</strong><br />
3/1/08 Added unset to array to disable additional &lt;!&ndash;&ndash; End Ad &ndash;&ndash;&gt;.</p>
<p>Ask any further questions or comments within the comments.</p>
        <p><center>Visit <a href="http://impnerd.com">impNERD</a> for more posts.</center></p>      ]]></content:encoded>
			<wfw:commentRss>http://impnerd.com/random-ads/feed</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>WP Plugin: SEO Tip of the Day</title>
		<link>http://impnerd.com/seo-tip-of-the-day</link>
		<comments>http://impnerd.com/seo-tip-of-the-day#comments</comments>
		<pubDate>Fri, 14 Dec 2007 06:16:06 +0000</pubDate>
		<dc:creator>Gary R. Hess</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[widget]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plugin]]></category>
		<category><![CDATA[wordpress plugins]]></category>
		<category><![CDATA[wp]]></category>

		<guid isPermaLink="false">http://impnerd.com/downloads/seo-tip-of-the-day</guid>
		<description><![CDATA[I am releasing my first (and definitely not last) WordPress plugin called SEO Tip of the Day. The plugin is designed to show a different tip everyday within your sidebar. And best of all, you can change what it says and add up to 31 different tips within your Options [...]]]></description>
			<content:encoded><![CDATA[<p>I am releasing my first (and definitely not last) WordPress plugin called <strong>SEO Tip of the Day</strong>. The plugin is designed to show a different tip everyday within your sidebar. And best of all, you can change what it says and add up to 31 different tips within your Options page.</p>
<p>The plugin is also compatible with the newest WordPress, so you can easily add it to your sidebar through the widgets panel.</p>
<p><em>Preview:</em><br />
<img src="/wp-content/uploads/seotips.png" alt="SEO Tips plugin" /><br />
<strong> Download:</strong> <a href="http://impnerd.com/wp-content/uploads/seo-tip-of-the-day.rar">.rar</a> | <a href="http://impnerd.com/wp-content/uploads/seo-tip-of-the-day.rar">.zip</a></p>
        <p><center>Visit <a href="http://impnerd.com">impNERD</a> for more posts.</center></p>      ]]></content:encoded>
			<wfw:commentRss>http://impnerd.com/seo-tip-of-the-day/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>PHP Mnemonic Password Creator</title>
		<link>http://impnerd.com/php-mnemonic-password-creator</link>
		<comments>http://impnerd.com/php-mnemonic-password-creator#comments</comments>
		<pubDate>Sat, 28 Jul 2007 06:15:20 +0000</pubDate>
		<dc:creator>Gary R. Hess</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[mnemonic]]></category>
		<category><![CDATA[passwords]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://impnerd.com/uncategorized/php-mnemonic-password-creator</guid>
		<description><![CDATA[I was inspired by a password generator the other day which offered a mnemonic string of characters and numbers which should, at least in theory, be easy to memorize. This gave me an idea.
Why not create a password generator which is easy to memorize, but changes from left hand to [...]]]></description>
			<content:encoded><![CDATA[<p>I was inspired by a password generator the other day which offered a mnemonic string of characters and numbers which should, at least in theory, be easy to memorize. This gave me an idea.</p>
<p>Why not create a password generator which is easy to memorize, but changes from left hand to right hand so it is easier to type? Then, I thought, lets go a bit farther and make it not only change from left to right, but from consonant to vowel so it is much easier to memorize.</p>
<p>So here is what I came up with:<br />
<a href="/downloads/mnemonic-password-gen.php" rel="nofollow">Original concept</a> &#8211; <a href="/downloads/mnemonic-password-gen.rar">download</a><br />
<a href="/downloads/left-right.php" rel="nofollow">Left hand &#8211; Right hand</a> &#8211; <a href="/downloads/left-right.rar">download</a><br />
<a href="/downloads/left-right-cv.php" rel="nofollow">Left hand &#8211; Right hand &#8211; consonant &#8211; vowel</a> &#8211; <a href="/downloads/left-right-cv.rar">download</a></p>
<h3>To edit:</h3>
<p>At the bottom of the php file, there is: mnemonic(6,2); Change the first number to how many letters you wish to have within your password, then the second number for how many numbers.</p>
        <p><center>Visit <a href="http://impnerd.com">impNERD</a> for more posts.</center></p>      ]]></content:encoded>
			<wfw:commentRss>http://impnerd.com/php-mnemonic-password-creator/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
