<?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>Tampa Bay Web Service Provider &#187; Featured</title>
	<atom:link href="http://www.bluegreenweb.com/category/featured/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bluegreenweb.com</link>
	<description>- Site Maintenance - Web Design - SEO - St. Petersburg, Clearwater, Sarasota Florida</description>
	<lastBuildDate>Wed, 08 Sep 2010 16:21:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>WordPress 3.0 and Profiler Plug in Problem and Solution</title>
		<link>http://www.bluegreenweb.com/articles/wordpress-3-0-and-profiler-plug-in-problem-and-solution.php</link>
		<comments>http://www.bluegreenweb.com/articles/wordpress-3-0-and-profiler-plug-in-problem-and-solution.php#comments</comments>
		<pubDate>Sat, 10 Jul 2010 04:44:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Featured]]></category>

		<guid isPermaLink="false">http://www.bluegreenweb.com/?p=2659</guid>
		<description><![CDATA[The upgrade to WordPress 3.0 will cause the Profiler plug-in to no longer show newly added authors.
This is due to the new WordPress changing the wp_capabilities in the wp_usermeta field
Format for the previous versions of wordpress: a:1:{s:10:&#8221;subscriber&#8221;;b:1;}
Format for the new 3.0 version of wordpress: a:1:{s:10:&#8221;subscriber&#8221;;s:1:&#8221;1&#8243;;}
The $rolelist array searches for the previous version data for wp_usermeta.
The short solution is to throw the new wp_usermeta format in the =&#62; none (see below)
Edit plugin: profiler/profiler.php
find $rolelist = &#8230; and replace with the code below
$roleslist = array(&#8216;\&#8217;a:1:{s:13:\&#8221;administrator\&#8221;;b:1;}\&#8221;=&#62;$administrator, &#8216;\&#8217;a:1:{s:10:\&#8221;subscriber\&#8221;;b:1;}\&#8221;=&#62;$subscriber, &#8216;\&#8217;a:1:{s:6:\&#8221;author\&#8221;;b:1;}\&#8221;=&#62;$author, &#8216;\&#8217;a:1:{s:6:\&#8221;editor\&#8221;;b:1;}\&#8221;=&#62;$editor, &#8216;\&#8217;a:1:{s:11:\&#8221;contributor\&#8221;;b:1;}\&#8221;=&#62;$contributor, &#8216;\&#8217;a:1:{s:10:\&#8221;subscriber\&#8221;;s:1:\&#8221;1\&#8221;;}\&#8221;=&#62;$none);
The NEW code ...]]></description>
		<wfw:commentRss>http://www.bluegreenweb.com/articles/wordpress-3-0-and-profiler-plug-in-problem-and-solution.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Learn Object-Oriented Programming</title>
		<link>http://www.bluegreenweb.com/books/how-to-learn-object-oriented-programming.php</link>
		<comments>http://www.bluegreenweb.com/books/how-to-learn-object-oriented-programming.php#comments</comments>
		<pubDate>Thu, 08 Jul 2010 03:23:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[OOP]]></category>

		<guid isPermaLink="false">http://www.bluegreenweb.com/?p=2646</guid>
		<description><![CDATA[This revised edition focuses on interoperability across various technologies, primarily using XML as the communication mechanism. A more detailed focus is placed on how business objects operate over networks, including client/server architectures and web services.

]]></description>
		<wfw:commentRss>http://www.bluegreenweb.com/books/how-to-learn-object-oriented-programming.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
