<?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>eBabble &#187; plugin</title>
	<atom:link href="http://www.ebabble.net/tag/plugin/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ebabble.net</link>
	<description>Random thoughts on key interests, since 1999.</description>
	<lastBuildDate>Thu, 02 Feb 2012 12:09:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<atom:link rel='hub' href='http://www.ebabble.net/?pushpress=hub'/>
		<item>
		<title>WordPress Pending Post Notifier</title>
		<link>http://tech.ebabble.net/wordpress-pending-post-notifier</link>
		<comments>http://tech.ebabble.net/wordpress-pending-post-notifier#comments</comments>
		<pubDate>Thu, 04 Nov 2010 18:29:59 +0000</pubDate>
		<dc:creator>Scott VanderPloeg</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[notification]]></category>
		<category><![CDATA[pending]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.ebabble.net/?p=1751</guid>
		<description><![CDATA[After implementing individual user accounts on WordPress contributors now submitted their posts for review and an editor reviews and posts it.  Unfortunately there isn&#8217;t an automated notification built into WordPress to let editors know there&#8217;s a post waiting.  Luckily there&#8217;s a plugin for that: Pending Post Notifier.

It&#8217;s very straightforward: enter the email addresses separated by a comma in the Notification Receiver box.
]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">After implementing individual user accounts on WordPress contributors now submitted their posts for review and an editor reviews and posts it.  Unfortunately there isn&#8217;t an automated notification built into WordPress to let editors know there&#8217;s a post waiting.  Luckily there&#8217;s a plugin for that: <a title="Pending Post Notifier" href="http://plugins.fixwordpress.net/wp-pending-post-notifier" target="_blank" class="broken_link">Pending Post Notifier</a>.</p>
<p style="text-align: center;"><a href="http://www.ebabble.net/wp-content/uploads/Pending-Post-Notifications.jpg" rel="lightbox[1751]"><img class="size-medium wp-image-1752 aligncenter" title="Pending Post Notifications" src="http://www.ebabble.net/wp-content/uploads/Pending-Post-Notifications-300x99.jpg" alt="" width="300" height="99" /></a></p>
<p style="text-align: justify;">It&#8217;s very straightforward: enter the email addresses separated by a comma in the Notification Receiver box.</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.ebabble.net/wordpress-pending-post-notifier/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress User Role Capabilities</title>
		<link>http://tech.ebabble.net/wordpress-user-role-capabilities</link>
		<comments>http://tech.ebabble.net/wordpress-user-role-capabilities#comments</comments>
		<pubDate>Wed, 27 Oct 2010 17:52:00 +0000</pubDate>
		<dc:creator>Scott VanderPloeg</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[capability manager]]></category>
		<category><![CDATA[permissions]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[users]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.ebabble.net/?p=1717</guid>
		<description><![CDATA[I&#8217;ve been working on a WordPress powered website recently, implementing a lot of features.  The first item was to stop everyone using the admin login and create unique logins for everyone with properly assigned roles.  Here&#8217;s how WordPress breaks down roles:

 Super Admin &#8211; Someone with access to the blog network administration features controlling the entire network (See Create a Network).
 Administrator &#8211; Somebody who has access to all the administration features
 Editor &#8211; Somebody who can publish and manage posts and pages as well as manage other users&#8217; posts, ...]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">I&#8217;ve been working on a WordPress powered website recently, implementing a lot of features.  The first item was to stop everyone using the admin login and create unique logins for everyone with properly assigned roles.  Here&#8217;s how <a title="Wordpress.org Roles" href="http://codex.wordpress.org/Roles_and_Capabilities" target="_blank">WordPress</a> breaks down roles:</p>
<ul>
<li> <a title="Super Admin Menu" href="http://codex.wordpress.org/Super_Admin_Menu">Super Admin</a> &#8211; Someone with access to the blog network administration features controlling the entire network (<a title="Create A Network" href="http://codex.wordpress.org/Create_A_Network">See Create a Network</a>).</li>
<li> <a href="http://codex.wordpress.org/Roles_and_Capabilities#Administrator">Administrator</a> &#8211; Somebody who has access to all the administration features</li>
<li> <a href="http://codex.wordpress.org/Roles_and_Capabilities#Editor">Editor</a> &#8211; Somebody who can publish and manage posts and pages as well as manage other users&#8217; posts, etc.</li>
<li> <a href="http://codex.wordpress.org/Roles_and_Capabilities#Author">Author</a> &#8211; Somebody who can publish and manage their own posts</li>
<li> <a href="http://codex.wordpress.org/Roles_and_Capabilities#Contributor">Contributor</a> &#8211; Somebody who can write and manage their posts but not publish them</li>
<li> <a href="http://codex.wordpress.org/Roles_and_Capabilities#Subscriber">Subscriber</a> &#8211; Somebody who can only manage their profile</li>
</ul>
<p style="text-align: justify;">Regular writers were assigned as Contributors, but for some reason that level can&#8217;t add images.  Since they can&#8217;t publish their own articles I didn&#8217;t see the harm in allowing Contributors to add images but not delete or modify the media library.</p>
<p style="text-align: center;"><a href="http://www.ebabble.net/wp-content/uploads/Capability-Manager.jpg" rel="lightbox[1717]"><img class="size-medium wp-image-1718 aligncenter" title="Capability Manager" src="http://www.ebabble.net/wp-content/uploads/Capability-Manager-300x274.jpg" alt="" width="300" height="274" /></a></p>
<p style="text-align: justify;">A quick internet search led me to <a title="Capability Manager plugin" href="http://wordpress.org/extend/plugins/capsman/" target="_blank">Capability Manager</a>, a WordPress plugin that allows you to modify or create user roles.  As you can see in the image I opened the Contributor role and checked &#8220;Upload Files&#8221; and selected &#8220;Level 1&#8243;.  This is a great plugin that allows infinite customization and creation of WordPress roles.</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.ebabble.net/wordpress-user-role-capabilities/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SearchLoad Options Add-On</title>
		<link>http://tech.ebabble.net/searchload-options-add-on</link>
		<comments>http://tech.ebabble.net/searchload-options-add-on#comments</comments>
		<pubDate>Mon, 12 Feb 2007 19:44:50 +0000</pubDate>
		<dc:creator>Scott VanderPloeg</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[SearchLoad]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.ebabble.net/searchload-options-add-on.htm</guid>
		<description><![CDATA[An amazingly simple and effective Firefox 2 plug in that does two things really well; clears your search box after a specified time, and opens your search in a new tab.  Brilliant!
SearchLoad Options 
]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">An amazingly simple and effective Firefox 2 plug in that does two things really well; clears your search box after a specified time, and opens your search in a new tab.  Brilliant!</p>
<p style="text-align: justify;"><a title="SearchLoad Options Add-On" href="https://addons.mozilla.org/firefox/3544/" target="_blank">SearchLoad Options </a></p>
]]></content:encoded>
			<wfw:commentRss>http://tech.ebabble.net/searchload-options-add-on/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox extensions FEBE and CLEO</title>
		<link>http://tech.ebabble.net/firefox-extensions-febe-and-cleo</link>
		<comments>http://tech.ebabble.net/firefox-extensions-febe-and-cleo#comments</comments>
		<pubDate>Wed, 21 Jun 2006 20:19:48 +0000</pubDate>
		<dc:creator>Scott VanderPloeg</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[CLEO]]></category>
		<category><![CDATA[FEBE]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.ebabble.net/firefox-extensions-febe-and-cleo.htm</guid>
		<description><![CDATA[Two great extensions: FEBE backs up your current extensions as XPI files so they can be installed anywhere, as well as bookmarks and cookies.  CLEO packages this backup as one self extracting file.  Very slick.
Chuck Baker&#8217;s FEBE and CLEO
]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Two great extensions: FEBE backs up your current extensions as XPI files so they can be installed anywhere, as well as bookmarks and cookies.  CLEO packages this backup as one self extracting file.  Very slick.</p>
<p style="text-align: justify;"><a title="Chuck Baker's FEBE and CLEO" href="http://customsoftwareconsult.com/extensions/" target="_blank">Chuck Baker&#8217;s FEBE and CLEO</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tech.ebabble.net/firefox-extensions-febe-and-cleo/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Browser Sync for Firefox</title>
		<link>http://tech.ebabble.net/google-browser-sync-for-firefox</link>
		<comments>http://tech.ebabble.net/google-browser-sync-for-firefox#comments</comments>
		<pubDate>Fri, 09 Jun 2006 12:20:23 +0000</pubDate>
		<dc:creator>Scott VanderPloeg</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[Google Browser Sync]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.ebabble.net/google-browser-sync-for-firefox.htm</guid>
		<description><![CDATA[A new util from Google for syncing your various copies of Firefox; bookmarks, cookies, passwords, broswer history.  I was hoping for extension syncing but not this release.
Google Browser Sync for Firefox
]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">A new util from Google for syncing your various copies of Firefox; bookmarks, cookies, passwords, broswer history.  I was hoping for extension syncing but not this release.</p>
<p style="text-align: justify;"><a title="Google Browser Sync for Firefox" href="http://www.google.com/tools/firefox/browsersync/index.html" target="_blank">Google Browser Sync for Firefox</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tech.ebabble.net/google-browser-sync-for-firefox/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Results based list of Firefox Extensions</title>
		<link>http://tech.ebabble.net/results-based-list-of-firefox-extensions</link>
		<comments>http://tech.ebabble.net/results-based-list-of-firefox-extensions#comments</comments>
		<pubDate>Thu, 08 Jun 2006 18:39:01 +0000</pubDate>
		<dc:creator>Scott VanderPloeg</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.ebabble.net/results-based-list-of-firefox-extensions.htm</guid>
		<description><![CDATA[A great list of Firefox extensions based on what you want to accomplish.  I wanted a spellcheck for blogging and could have really used this list yesterday&#8230;
I want a Firefox Extension to&#8230;
]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">A great list of Firefox extensions based on what you want to accomplish.  I wanted a spellcheck for blogging and could have really used this list yesterday&#8230;</p>
<p style="text-align: justify;"><a title="I want a Firefox Extension to..." href="http://www.econsultant.com/i-want-firefox-extension/index.html" target="_blank">I want a Firefox Extension to&#8230;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tech.ebabble.net/results-based-list-of-firefox-extensions/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

