<?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/"
	>

<channel>
	<title>The Easy Button</title>
	<atom:link href="http://theeasybutton.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://theeasybutton.com</link>
	<description>WordPress Blogging Made Easy</description>
	<pubDate>Fri, 24 Jul 2009 00:41:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Integrating BuddyPress, WordPress MU and bbPress</title>
		<link>http://theeasybutton.com/blog/2009/07/17/integrating-buddypress-wordpress-mu-and-bbpress/</link>
		<comments>http://theeasybutton.com/blog/2009/07/17/integrating-buddypress-wordpress-mu-and-bbpress/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 21:56:21 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
		
		<category><![CDATA[BuddyPress Tutorials]]></category>

		<category><![CDATA[Wordpress MU Tutorials]]></category>

		<category><![CDATA[bbPress Tutorials]]></category>

		<category><![CDATA[how to integrate]]></category>

		<category><![CDATA[integrate]]></category>

		<category><![CDATA[integration]]></category>

		<category><![CDATA[wpmu]]></category>

		<guid isPermaLink="false">http://theeasybutton.com/?p=168</guid>
		<description><![CDATA[Goal: Integrate WPMU 2.8.1 - BuddyPress 1.0.3 - bbPress 1.0.1
Assumptions: You have WPMU and BuddyPress working correctly. You know your way around an admin dashboard. You can configure php files.
Note: If something is &#8220;In Quotes&#8221; it generally means that there&#8217;s a button with that text that you should click.

1. Download bbPress 1.0.1
2. Unzip it and [...]]]></description>
			<content:encoded><![CDATA[<p>Goal: Integrate <a href="http://mu.wordpress.org/download/">WPMU 2.8.1</a> - <a href="http://downloads.wordpress.org/plugin/buddypress.1.0.3.zip">BuddyPress 1.0.3</a> - <a href="http://bbpress.org/download/">bbPress 1.0.1</a><br />
Assumptions: You have WPMU and BuddyPress working correctly. You know your way around an admin dashboard. You can configure php files.<br />
Note: If something is &#8220;In Quotes&#8221; it generally means that there&#8217;s a button with that text that you should click.<br />
<span id="more-168"></span><br />
1. Download <a href="http://bbpress.org/download/">bbPress 1.0.1</a></p>
<p>2. Unzip it and upload the entire bbpress folder to your root directory.</p>
<p>3. Change the name of the directory from bbpress to forums and chmod it to 777 if it isn’t already.</p>
<p>4. Go to yoursite.com/forums. &#8220;Go to step 1&#8243;</p>
<p>5. Enter the same database information that you used while installing WPMU. If you don&#8217;t remember what this is, you can find it in wp-config.php</p>
<p>6. “Show advanced settings”</p>
<p>7. Enter the database host information (same as WPMU install) into the Database host section.  You can leave the character collation blank and leave the table name prefix set to bb_</p>
<p>8. &#8220;Save database configuration file&#8221; &gt;&gt; &#8220;Go to step 2&#8243;</p>
<p>9. “Add integration settings” &gt;&gt;  “Add cookie integration settings”</p>
<p>10. Enter your site’s URL into the first 2 boxes.<br />
i.e. http://www.yoursite.com/</p>
<p>11. Type any word(s) of your choice into all of the key and salt boxes. We’re going to overwrite this later so it doesn’t matter what you put there, as long as you put SOMETHING there. I like to type “THIS STUFF” so that it’s easier to find later.</p>
<p>12. “Add user database integration settings”  Make sure the box there matches the prefix you used during WPMU install. If you made no changes while installing WPMU, this should say wp_</p>
<p>13. Enter the primary blog ID - If this is a normal fresh install, that number is 1. If you want to check just to be sure, you can find that number in your wp-config.php file.</p>
<p>14.  &#8220;Save WP integration settings&#8221; &gt;&gt;  &#8220;Go to step 3&#8243;</p>
<p>15. Enter your forum name and URL<br />
i.e. My Site Forums and http://mysite.com/forums/</p>
<p>16. Click the drop down menu for Username. You should see admin. Choose that. If by some horrid twist of fate you don&#8217;t have a dropdown, you&#8217;ll need to create an entirely new username and use a NEW email address.</p>
<p>17. Name your first forum. i.e. My First Forum or Test Forum or Please Please Work</p>
<p>18.  “Save site settings” &gt;&gt; “Complete the installation”</p>
<p>19. At this point you should see “Your installation completed successfully.” If you get any major errors, try a new install. Do this by first deleting the forum&#8217;s bb-config.php file. Only that one file, not the entire directory. Then, open your database and drop all tables that start with bb_</p>
<p>20. If all has gone well, go to your forums.<br />
i.e. http://mysite.com/forums/</p>
<p>21. Log in as admin. Click Admin.</p>
<p>22. On the left side, click Settings &gt;&gt; Writing. Tick the box marked &#8220;Enable the bbPress XML-RPC publishing protocol&#8221;  -Save</p>
<p>23. On the left side, click Discussion under Settings. Tick the box marked &#8220;Allow link notifications from other sites&#8221;  -Save.</p>
<p>24. On the left side, click Wordpress Integration.  Give your users roles. The WPMU admin needs to be a keymaster. You can set all other roles to member.  -Save.</p>
<p>25. Download the <a href="http://wordpress.org/extend/plugins/bbpress-integration/">bbPress Integration plugin</a>. (Currently version 1.0)</p>
<p>26. Upload the bbpress-integration.php file to your wordpress plugins folder. You don&#8217;t need the entire bbpress integration folder. Only the single file.</p>
<p>27. Log into the admin dashboard of WPMU and activate the plugin.</p>
<p>28. Left side, click Settings &gt;&gt; bbPress Integration.</p>
<p>29. Enter the full URL of your forums. Don&#8217;t forget the trailing slash.<br />
i.e. http://localhost.localdomain/forums/<br />
i.e. on WAMP - http://localhost.localdomain/example/forums/</p>
<p>30. Mark the radio button beside WordPress MU.  -Save.</p>
<p>31. Scroll to the bottom of that page and you will see a few lines of code in a grey box. The number of lines depends on your setup.  Copy those codes and paste them to the 2nd line of your wp-config.php file. Save and upload the file.</p>
<p>32. Deactivate and delete the bbpress integration plugin. It&#8217;s not needed to make things run but is SUPER handy for getting the extra lines we needed.  Remember that extra plugins (even the deactivated ones) can make your pages load more slowly.</p>
<p>33. In your wp-config.php, find “Authentication Unique Keys”  Below that, you’ll see 7 (hopefully 7) different define codes. Copy these codes (full code, not just strings. Copy the full paragraph starting with the first ‘define’) Copy all of them!!</p>
<p>34. Open forums &gt;&gt; bb-config.php Scroll down and find the word(s) that you typed during the forums install in step 11. (i.e. THIS STUFF)</p>
<p>35. Highlight the 4 define codes that contain your word. Then, right click and paste. This will replace the codes with the ones you just copied in step 33.</p>
<p>36. Fix each of the seven codes by putting BB_ at the beginning of each one.<br />
i.e. BB_AUTH_KEY, BB_SECURE_AUTH_KEY, BB_LOGGED_IN_SALT</p>
<p>37. Save and upload bb-config.php</p>
<p>38. Back in the WPMU Admin dashboard, click BuddyPress &gt;&gt; Component Setup.  Enable bbPress forums (required) and Comment Wire (optional)  -Save</p>
<p>39. On the left menu, click Forums Setup. If you don&#8217;t see the link under the BuddyPress menu, refresh the page a couple of times and it should appear.</p>
<p>40. On the forums settings page, enter your forums URL<br />
i.e. http://yoursite.com/forums/</p>
<p>41. Enter your admin name and password  -Save  (If you had to create a new user during forums install, use that name &amp; password)</p>
<p>42. Clear your cookies and cache.</p>
<p>Your user integration and groups discussion should all be working now.  You should be able to log into BuddyPress &amp; be automatically logged into the forums &amp; vice versa. Same with logouts.</p>
<p>Don’t forget to change your permissions (chmod) back to their original settings.</p>
<p class="akst_link"><a href="http://theeasybutton.com/?p=168&amp;akst_action=share-this"  title="Email, post to del.icio.us, etc." id="akst_link_168" class="akst_share_link" rel="noindex nofollow">ShareThis</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://theeasybutton.com/blog/2009/07/17/integrating-buddypress-wordpress-mu-and-bbpress/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Free BuddyPress Widget - Recently Active Members</title>
		<link>http://theeasybutton.com/blog/2009/06/30/free-buddypress-widget-recently-active-members/</link>
		<comments>http://theeasybutton.com/blog/2009/06/30/free-buddypress-widget-recently-active-members/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 20:06:26 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
		
		<category><![CDATA[BuddyPress Plugins]]></category>

		<category><![CDATA[Downloads]]></category>

		<category><![CDATA[BuddyPress Tutorials]]></category>

		<category><![CDATA[free buddypress plugins]]></category>

		<guid isPermaLink="false">http://theeasybutton.com/?p=166</guid>
		<description><![CDATA[This free BuddyPress plugin adds a widget to your sidebar.  The widget allows the ability to add a list of the most recently active members. The list is formatted to show the member&#8217;s avatar and their name (both link to their BuddyPress profile)  This can be used in addition to the default members widget [...]]]></description>
			<content:encoded><![CDATA[<p>This free BuddyPress plugin adds a widget to your sidebar.  The widget allows the ability to add a list of the most recently active members. The list is formatted to show the member&#8217;s avatar and their name (both link to their BuddyPress profile)  This can be used in addition to the default members widget provided by BuddyPress or all by itself.</p>
<p>Installation<br />
1. Unzip the file.<br />
2. Upload bp-recently-active-widget.php to wp-content/plugins/<br />
3. Activate the plugin<br />
4. Place the widget into a sidebar via Appearance &gt;&gt; Widgets in your WP dashboard</p>
Note: There is a file embedded within this post, please visit this post to download the file.
<p class="akst_link"><a href="http://theeasybutton.com/?p=166&amp;akst_action=share-this"  title="Email, post to del.icio.us, etc." id="akst_link_166" class="akst_share_link" rel="noindex nofollow">ShareThis</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://theeasybutton.com/blog/2009/06/30/free-buddypress-widget-recently-active-members/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WordPress - It&#8217;s Not Just For Blogs</title>
		<link>http://theeasybutton.com/blog/2009/06/26/wordpress-its-not-just-for-blogs/</link>
		<comments>http://theeasybutton.com/blog/2009/06/26/wordpress-its-not-just-for-blogs/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 01:10:18 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
		
		<category><![CDATA[Miscellaneous]]></category>

		<category><![CDATA[different ways to use wordpress]]></category>

		<category><![CDATA[WordPress]]></category>

		<category><![CDATA[Wordpress MU Tutorials]]></category>

		<category><![CDATA[wpmu]]></category>

		<guid isPermaLink="false">http://theeasybutton.com/?p=163</guid>
		<description><![CDATA[The more I work with clients, the more I realize how many different ways there are to implement WordPress. Clients are always coming to me with ideas that I&#8217;ve never seen or thought of. Sometimes it takes a little experimenting and a lot of research but so far, I haven&#8217;t come across a project that [...]]]></description>
			<content:encoded><![CDATA[<p>The more I work with clients, the more I realize how many different ways there are to implement WordPress. Clients are always coming to me with ideas that I&#8217;ve never seen or thought of. Sometimes it takes a little experimenting and a lot of research but so far, I haven&#8217;t come across a project that couldn&#8217;t be completed with WordPress or WPMU.</p>
<p>Now that WordPress MU is getting more popular, the list of possibilites just keeps growing. Add some BuddyPress to the mix and the hundreds of other plugins offered by the community, and the possibilities will blow your mind.</p>
<p>Today I came across a list of <a title="48 Unique Ways To Use WordPress" href="http://performancing.com/48_unique_ways_to_use_wordpress/" target="_self">48 Unique Ways To Use WordPress</a>. The post is over a year old but the list is still quite nice. Maybe it will spark an idea in you that could be the next Twitter.</p>
<p class="akst_link"><a href="http://theeasybutton.com/?p=163&amp;akst_action=share-this"  title="Email, post to del.icio.us, etc." id="akst_link_163" class="akst_share_link" rel="noindex nofollow">ShareThis</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://theeasybutton.com/blog/2009/06/26/wordpress-its-not-just-for-blogs/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Changes To Earlier Released BuddyPress Themes</title>
		<link>http://theeasybutton.com/blog/2009/06/08/changes-to-earlier-released-buddypress-themes/</link>
		<comments>http://theeasybutton.com/blog/2009/06/08/changes-to-earlier-released-buddypress-themes/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 15:04:43 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
		
		<category><![CDATA[BuddyPress Themes]]></category>

		<category><![CDATA[buddypress themes]]></category>

		<category><![CDATA[BuddyPress Tutorials]]></category>

		<guid isPermaLink="false">http://theeasybutton.com/?p=155</guid>
		<description><![CDATA[I&#8217;ve been working on a few more themes for BuddyPress. The good news is, more themes. The bad news is, I realized that I screwed up one of the pages in the themes I released earlier this week.
Somehow I managed to remove the options bar &#38; user bar on the settings pages.  DUh mE! [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working on a few more themes for BuddyPress. The good news is, more themes. The bad news is, I realized that I screwed up one of the pages in the themes I released earlier this week.</p>
<p>Somehow I managed to remove the options bar &amp; user bar on the settings pages.  DUh mE! Good job!!</p>
<p>So, for anyone who is using the  <a title="Permanent Link to BuddyPress Theme - Purple &amp; Black" rel="bookmark" href="../blog/2009/06/01/buddypress-theme-purple-black/">Purple &amp; Black members theme</a> or the <a title="Permanent Link to BuddyPress Theme - Black Red &amp; Grey" rel="bookmark" href="../blog/2009/06/01/buddypress-theme-black-red-grey/">Black Red &amp; Grey member&#8217;s theme,</a> please take the time to download the new themes and replace your old ones.</p>
<p class="akst_link"><a href="http://theeasybutton.com/?p=155&amp;akst_action=share-this"  title="Email, post to del.icio.us, etc." id="akst_link_155" class="akst_share_link" rel="noindex nofollow">ShareThis</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://theeasybutton.com/blog/2009/06/08/changes-to-earlier-released-buddypress-themes/feed/</wfw:commentRss>
		</item>
		<item>
		<title>BuddyPress Theme - Purple &amp; Black</title>
		<link>http://theeasybutton.com/blog/2009/06/01/buddypress-theme-purple-black/</link>
		<comments>http://theeasybutton.com/blog/2009/06/01/buddypress-theme-purple-black/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 11:58:39 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
		
		<category><![CDATA[BuddyPress Themes]]></category>

		<category><![CDATA[buddypress themes]]></category>

		<category><![CDATA[BuddyPress Tutorials]]></category>

		<category><![CDATA[Downloads]]></category>

		<category><![CDATA[free buddypress themes]]></category>

		<guid isPermaLink="false">http://theeasybutton.com/?p=139</guid>
		<description><![CDATA[
This set of themes was created for use with the first official release of BuddyPress. It comes with a home theme as well as a matching members theme.  Themes compatible with BuddyPress 1.0
If you like these free BuddyPress themes, please remember to visit FreeBpThemes.com and vote for them. Voting ends June 15, 2009.
ShareThis
]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-140" src="http://theeasybutton.com/files/2009/06/teb-purple-black-bp-themes.png" alt="teb-purple-black-bp-themes" width="424" height="167" /></p>
<p>This set of themes was created for use with the first official release of <a href="http://buddypress.org">BuddyPress</a>. It comes with a home theme as well as a matching members theme.  Themes compatible with BuddyPress 1.0</p>
<p>If you like these free BuddyPress themes, please remember to visit <a href="http://freebpthemes.com">FreeBpThemes.com</a> and vote for them. Voting ends June 15, 2009.</p>
Note: There is a file embedded within this post, please visit this post to download the file.
<p class="akst_link"><a href="http://theeasybutton.com/?p=139&amp;akst_action=share-this"  title="Email, post to del.icio.us, etc." id="akst_link_139" class="akst_share_link" rel="noindex nofollow">ShareThis</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://theeasybutton.com/blog/2009/06/01/buddypress-theme-purple-black/feed/</wfw:commentRss>
		</item>
		<item>
		<title>BuddyPress Theme - Black Red &amp; Grey</title>
		<link>http://theeasybutton.com/blog/2009/06/01/buddypress-theme-black-red-grey/</link>
		<comments>http://theeasybutton.com/blog/2009/06/01/buddypress-theme-black-red-grey/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 11:58:22 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
		
		<category><![CDATA[BuddyPress Themes]]></category>

		<category><![CDATA[BuddyPress Tutorials]]></category>

		<category><![CDATA[free buddypress themes]]></category>

		<category><![CDATA[free download]]></category>

		<guid isPermaLink="false">http://theeasybutton.com/?p=125</guid>
		<description><![CDATA[
As part of a competition being held at Free BuddyPress Themes, I&#8217;ve released my very first set of templates. They&#8217;re entitled Black, Red &#38; Grey. How&#8217;s that for creativity? *laughs*
This set of themes was created for use with the first official release of BuddyPress. It comes with a home theme as well as a matching [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-130" src="http://theeasybutton.com/files/2009/06/teb-black-red-grey-bp-themes1.png" alt="teb-black-red-grey-bp-themes1" width="440" height="165" /></p>
<p>As part of a competition being held at <a href="http://freebpthemes.com">Free BuddyPress Themes</a>, I&#8217;ve released my very first set of templates. They&#8217;re entitled Black, Red &amp; Grey. How&#8217;s that for creativity? *laughs*</p>
<p>This set of themes was created for use with the first official release of <a href="http://buddypress.org">BuddyPress</a>. It comes with a home theme as well as a matching members theme.  My favorite feature is the popup login box.  Themes are compatible with BuddyPress 1.0</p>
<p>If you like these free BuddyPress themes, please remember to visit <a href="http://freebpthemes.com">FreeBpThemes.com</a> and vote for them. Voting ends June 15, 2009.</p>
Note: There is a file embedded within this post, please visit this post to download the file.
<p class="akst_link"><a href="http://theeasybutton.com/?p=125&amp;akst_action=share-this"  title="Email, post to del.icio.us, etc." id="akst_link_125" class="akst_share_link" rel="noindex nofollow">ShareThis</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://theeasybutton.com/blog/2009/06/01/buddypress-theme-black-red-grey/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Where Do I Find My phpinfo?</title>
		<link>http://theeasybutton.com/blog/2009/06/01/where-do-i-find-my-phpinfo/</link>
		<comments>http://theeasybutton.com/blog/2009/06/01/where-do-i-find-my-phpinfo/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 08:46:14 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
		
		<category><![CDATA[PHP Tutorials]]></category>

		<category><![CDATA[how to]]></category>

		<category><![CDATA[php]]></category>

		<category><![CDATA[php tutorial]]></category>

		<category><![CDATA[phpinfo]]></category>

		<guid isPermaLink="false">http://theeasybutton.com/?p=122</guid>
		<description><![CDATA[Many times when problems arise with a website, your fellow helpers will suggest that you check your phpinfo. This might sound like a complicated process and may scare you away from trying. But don&#8217;t be be afraid! It&#8217;s truly one of the easiest uses of PHP that you&#8217;ll ever come across.
Use your favorite editing program [...]]]></description>
			<content:encoded><![CDATA[<p>Many times when problems arise with a website, your fellow helpers will suggest that you check your phpinfo. This might sound like a complicated process and may scare you away from trying. But don&#8217;t be be afraid! It&#8217;s truly one of the easiest uses of PHP that you&#8217;ll ever come across.</p>
<p>Use your favorite editing program to create a file. You can even use notepad for this. Notepad, not wordpad! Wordpad will mess up your code and make you cry.</p>
<p>Create a file with the extension php.  Anything will work.  i.e.  myinfo.php  myserver.php sum-n.php  thisdumbthing.php  Anything will work.</p>
<p>In that file, paste the following code.<br />
<code>phpinfo();</code></p>
<p>Upload the file to your server and then use a browser to view the page. You should see a big, beautiful, long list of codes and info about your server.</p>
<p>The easiest way to locate the information you&#8217;re looking for is to use the Find feature on your browser. Simply type in whatever you were told to look for. And don&#8217;t forget to report back to the person helping you. Even if you&#8217;re able to fix the problem once you&#8217;ve located the info, it&#8217;s just common courtesy to not leave the helper hanging.</p>
<p class="akst_link"><a href="http://theeasybutton.com/?p=122&amp;akst_action=share-this"  title="Email, post to del.icio.us, etc." id="akst_link_122" class="akst_share_link" rel="noindex nofollow">ShareThis</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://theeasybutton.com/blog/2009/06/01/where-do-i-find-my-phpinfo/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Increase Your PR and Alexa Rank With Adgitize</title>
		<link>http://theeasybutton.com/blog/2009/05/30/increase-your-pr-and-alexa-rank-with-adgitize/</link>
		<comments>http://theeasybutton.com/blog/2009/05/30/increase-your-pr-and-alexa-rank-with-adgitize/#comments</comments>
		<pubDate>Sun, 31 May 2009 06:51:46 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
		
		<category><![CDATA[Marketing]]></category>

		<category><![CDATA[adgitize]]></category>

		<category><![CDATA[alexa]]></category>

		<category><![CDATA[alexa rank]]></category>

		<category><![CDATA[google pr]]></category>

		<category><![CDATA[marketing your blog]]></category>

		<category><![CDATA[page rank]]></category>

		<guid isPermaLink="false">http://theeasybutton.com/?p=110</guid>
		<description><![CDATA[I&#8217;m not one to go out and spend money on advertising. As a matter of fact, the only paid advertising I&#8217;ve ever had was through the redemption of a GoogleAds coupon that I received from my hosting company. That was quite awhile back and it was spent on a games site.  $50 worth of ads. [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m not one to go out and spend money on advertising. As a matter of fact, the only paid advertising I&#8217;ve ever had was through the redemption of a GoogleAds coupon that I received from my hosting company. That was quite awhile back and it was spent on a games site.  $50 worth of ads. $20 worth of profit. Whoop-ee-ding.</p>
<p>That $50 coupon taught me a lot about GoogleAds. It actually taught me quite a bit about advertising in general. I watched my Google PR &amp; my Alexa  rank rise. Then, 2 months later, when the money ran out, I watched it all plummet.</p>
<p>With no advertising out there, and with my low ranks, my site wasn&#8217;t showing up on search engines anymore. I lucked out by finding a domain that seems obvious to people searching for games. If it weren&#8217;t for that, I wouldn&#8217;t be making a dime.</p>
<p>Having those high ranks did wonders for my traffic but it was a catch 22. Without traffic there was no rank. Without rank there was no traffic. And it all pointed back to not having ads out there for the world to see.</p>
<p>Three or four weeks ago I came across a company called Adgitize. The company specializes in blog banners. The price of participation in an ad campaign caught my attention. $14 for a full month. I was impressed but at the same time, I was very sceptical. How could something so cheap offer any rewards? <span id="more-110"></span></p>
<p>The program is really geared towards making money online. The way the program works is, advertisers sign up in hopes of gaining more readers. They submit their little 125&#215;125 banners and the publishers put the  ads on their pages.  No big surprise there, right?</p>
<p>Then, all of the members visit the other sites in the network and they have a click-fest. Money is earned for clicking, being clicked and for posting blogs. At the end of the month, some sort of advertiser vs click ratio is figured out and everyone gets paid.</p>
<p>Does anyone else see the huge flaw in this program? I caught it immediately.</p>
<p>If publishers are just flying through sites and clicking banners to make their money each month, how does a blog owner gain readers? Simple. By having more traffic. Remember, more traffic means higher PR and Alexa rankings. And slowly, you can scoot to the top of search engines.</p>
<p>With that train of thought, I signed up for Adgitize and used my personal blog as my guinea pig. Within a few hours of my ad being published, my visitors and page views started increasing.</p>
<p>Within a week I saw a change in my Alexa rank. In two weeks I went from 1.5 million to 412,000. I see an increase every single day. Then a couple of days ago, my Google PR went from PR2 to PR3. Talk about uber happy!</p>
<p><a href="http://www.adgitize.com/?affid=2163" target="_blank"><img style="border: 0pt none;margin: 0px 10px 10px 0px;width: 125px;height: 125px" src="https://s3.amazonaws.com/Adgitize-Images/AdgLogoTry125Ad1.jpg" alt="Adgitize your web site." width="125" height="125" /></a> </p>
<p><a href="http://www.adgitize.com">Adgitize non-affiliate link</a></p>
<p>Web stats screen shot for your viewing pleasure</p>
<p><a href="http://theeasybutton.com/files/2009/05/adgetize-ss.jpg"><img class="alignnone size-thumbnail wp-image-116" src="http://theeasybutton.com/files/2009/05/adgetize-ss-150x150.jpg" alt="adgetize-ss" width="150" height="150" /></a></p>
<p class="akst_link"><a href="http://theeasybutton.com/?p=110&amp;akst_action=share-this"  title="Email, post to del.icio.us, etc." id="akst_link_110" class="akst_share_link" rel="noindex nofollow">ShareThis</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://theeasybutton.com/blog/2009/05/30/increase-your-pr-and-alexa-rank-with-adgitize/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Why Do My BuddyPress Groups Keep Breaking?</title>
		<link>http://theeasybutton.com/blog/2009/05/26/why-do-my-buddypress-groups-keep-breaking/</link>
		<comments>http://theeasybutton.com/blog/2009/05/26/why-do-my-buddypress-groups-keep-breaking/#comments</comments>
		<pubDate>Wed, 27 May 2009 03:29:43 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
		
		<category><![CDATA[BuddyPress Tutorials]]></category>

		<category><![CDATA[bbPress Tutorials]]></category>

		<category><![CDATA[BuddyPress groups]]></category>

		<category><![CDATA[troubleshooting]]></category>

		<category><![CDATA[wpmu]]></category>

		<guid isPermaLink="false">http://theeasybutton.com/?p=100</guid>
		<description><![CDATA[A few days ago, someone came to me for help with integrating WordPress MU, BuddyPress &#38; bbPress.  After a little work, we finally managed to put our heads together, sort out the issues and get everything working properly.

Logins were working together. Posts were being saved. New groups were being created. The sun was shining and the birds were singing.  Until....

He handed control over to the client. Within the hour the site was broken again. BuddyPress groups refused to allow any new posts or groups. We were getting ugly red errors. The sky darkened and the birds gathered their young and went into hiding.]]></description>
			<content:encoded><![CDATA[<p>A few days ago, someone came to me for help with integrating WordPress MU, BuddyPress &amp; bbPress.  After a little work, we finally managed to put our heads together, sort out the issues and get everything working properly.</p>
<p>Logins were working together. Posts were being saved. New groups were being created. The sun was shining and the birds were singing.  Until&#8230;.</p>
<p>He handed control over to the client. Within the hour the site was broken again. BuddyPress groups refused to allow any new posts or groups. We were getting ugly red errors. The sky darkened and the birds gathered their young and went into hiding. <span id="more-100"></span></p>
<p>We were assured that the only thing that had been changed since the site was handed over was the addition of a few groups and a password change.  The client had no access to the files or database that made the scripts work but that was of little comfort.  If no changes had been made, what would break the site?</p>
<p>We disabled discussion for the groups and re-enabled them as instructed by other tutorials. The groups were immediately fixed and we could post topics again. We gave a couple of virtual high-fives and the site was handed over to the client again&#8230;. And they broke it&#8230;. again&#8230;</p>
<p>I started to wonder if a prank was being played on us. How was it possible that no settings or files or were being touched, yet every time the client was given control, the site made a mockery of the people doing the work?</p>
<p>This time, the only change that was made was another password edit. How often does a password change break an installation unless it&#8217;s in a database configuration? As far as either of us knew, never. I couldn&#8217;t think of a single troubleshooting session where that was the problem. But it had to be the problem.</p>
<p>I ran through my tutorial about integrating bbPress forums and something jumped out at me. One of the very important steps is to tell WPMU and BuddyPress who the administrator of bbPress is. Not only does the install need to know WHO the keymaster is, but it needs&#8230; a password!!!</p>
<p>We changed the admin password back to its original state and like magic, the groups were fixed.  If the bbPress keymaster&#8217;s password didn&#8217;t match the settings in BuddyPress&#8217;s forum settings, it would break again.</p>
<p>So remember, if you, as the administrator/keymaster of bbPress decide it&#8217;s time for a password change, you must also change the password that&#8217;s being used in the BuddyPress forums settings.</p>
<p class="akst_link"><a href="http://theeasybutton.com/?p=100&amp;akst_action=share-this"  title="Email, post to del.icio.us, etc." id="akst_link_100" class="akst_share_link" rel="noindex nofollow">ShareThis</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://theeasybutton.com/blog/2009/05/26/why-do-my-buddypress-groups-keep-breaking/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Adding Plugins To WordPress Using The Plugin Browser</title>
		<link>http://theeasybutton.com/blog/2009/05/03/adding-plugins-to-wordpress-using-the-plugin-browser/</link>
		<comments>http://theeasybutton.com/blog/2009/05/03/adding-plugins-to-wordpress-using-the-plugin-browser/#comments</comments>
		<pubDate>Sun, 03 May 2009 22:12:36 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
		
		<category><![CDATA[WordPress Plugins]]></category>

		<category><![CDATA[Wordpress Tutorials]]></category>

		<category><![CDATA[plugin browser]]></category>

		<category><![CDATA[wordpress plugins]]></category>

		<category><![CDATA[wordpress tutorial]]></category>

		<guid isPermaLink="false">http://theeasybutton.com/?p=90</guid>
		<description><![CDATA[Adding plugins to WordPress installations use to be a hassle. Now, with only a few clicks of your mouse, you can install and activate ten plugins in as many minutes.

First, click "Plugins" in your admin dashboard. Depending on your version of WordPress, you may also need to click "Add New" under the Plugins header.

Look for "Plugin Browser/Installer" and choose that option.

In the search box, enter the name of the plugin that you would like to add.  A box will pop up with a list of plugins that you can choose from.  After finding the correct one, click the "Install" link to the right of the plugin.

Once the plugin is automatically installed, you can also choose to activate it from the same screen.  Remember that plugins won't work if not yet activated.]]></description>
			<content:encoded><![CDATA[<p>Adding plugins to WordPress installations use to be a hassle. Now, with only a few clicks of your mouse, you can install and activate ten plugins in as many minutes.</p>
<p>First, click &#8220;Plugins&#8221; in your admin dashboard. Depending on your version of WordPress, you may also need to click &#8220;Add New&#8221; under the Plugins header.</p>
<p>Look for &#8220;Plugin Browser/Installer&#8221; and choose that option.</p>
<p>In the search box, enter the name of the plugin that you would like to add.  A box will pop up with a list of plugins that you can choose from.  After finding the correct one, click the &#8220;Install&#8221; link to the right of the plugin.</p>
<p>Once the plugin is automatically installed, you can also choose to activate it from the same screen.  Remember that plugins won&#8217;t work if not yet activated.</p>
<p class="akst_link"><a href="http://theeasybutton.com/?p=90&amp;akst_action=share-this"  title="Email, post to del.icio.us, etc." id="akst_link_90" class="akst_share_link" rel="noindex nofollow">ShareThis</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://theeasybutton.com/blog/2009/05/03/adding-plugins-to-wordpress-using-the-plugin-browser/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
