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

<channel>
	<title>WordPressHelp &#187; Did you know &#8230;</title>
	<atom:link href="http://wordpresshelp.org/category/did-you-know/feed/" rel="self" type="application/rss+xml" />
	<link>http://wordpresshelp.org</link>
	<description>Making WordPress Even Easier to Use!</description>
	<pubDate>Sun, 24 Aug 2008 19:13:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<item>
		<title>Database Admin Tool</title>
		<link>http://wordpresshelp.org/2008/08/24/database-admin-tool/</link>
		<comments>http://wordpresshelp.org/2008/08/24/database-admin-tool/#comments</comments>
		<pubDate>Sun, 24 Aug 2008 19:13:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Did you know ...]]></category>

		<category><![CDATA[Site Development]]></category>

		<category><![CDATA[Web Developer]]></category>

		<guid isPermaLink="false">http://wordpresshelp.org/?p=64</guid>
		<description><![CDATA[I don&#8217;t know how many folks, like me, have had troubles using phpMyAdmin to perform large MySQL database restores, but if you have, then perhaps this little set of pointers will help you out.  I know this process has made my life easier.
As most of you probably already know, phpMyAdmin is a wonderful toolset. [...]]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t know how many folks, like me, have had troubles using phpMyAdmin to perform large MySQL database restores, but if you have, then perhaps this little set of pointers will help you out.  I know this process has made my life easier.</p>
<p>As most of you probably already know, phpMyAdmin is a wonderful toolset.  It makes database management and editting both simple and straightforward.  However, one of the major drawbacks to the phpMyAdmin toolset is that it is VERY slow to upload large amounts of SQL or perform Database restores using the Import function. For those of us with large and very large MySQL databases this presents a major issue. So what can be done to get around the problem?</p>
<p>The obvious conclusion is that a tool other than phpMyAdmin is needed.  <i>MySQL Administrator</i> is the tool I have discovered that works best for me.  The tool is starightforward, secure, and fast. The process I have found to work is as follows:</p>
<ul>
<li>Download and install MySQL Administrator (and set it up so that it is able to log directly into your database server). This is easy to do; the only gotcha I encountered is: remember not to use http:// in your url address. </li>
<li>&#8220;Connect&#8221; MySQL Administrator to the system where you keep your MySQL DB.</li>
<li>Using the <u>Backup</u> function, create a backup of the DB and store it somewhere easy to locate.</li>
<li>When you need to do a restore (or &#8216;yes&#8217; even a copy) all you need do is log into MySQL Administrator, connect to your database system and access <u>Restore Backup</u>.  Interestingly this backup need not have been generated via MySQL Administrator; I have used phpMyAdmin generated files successfully.</li>
<li>If you are performing a simple restore, all you need to do is point the restore to the target DB and wait. In my expereince, it takes about 5 minutes to restore a 25MB database.</li>
</ul>
<p>If this were all that we could do the tool, that would be enough, however, there are other useful functions that you can employ with a couple of small &#8216;tricks&#8217;. For example, if you want to create a new DB and freeze an old one, all you need to do is:</p>
<ul>
<li>create the new database per your usual process (remember the name you give to this new DB). </li>
<li>backup the database you want to clone</li>
<li>open a copy of the &#8216;backed up&#8217; database in your favorite editor (I use <b>geany</b>)</li>
<li>do a gloabl search and replace of the old database name with the new one- per the name you created in the first step above</li>
<li>restore this editted file into your blank database using the functions within MySQL Administrator</li>
<li>point your application to the database of your choosing&#8211; now that you have at least two.</li>
</ul>
<p>I find this process to be extremely helpful in upgrading and testing systems.</p>
<p>I hope this little tutorial helpful. I wish I had figured this out years ago, myself.</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpresshelp.org/2008/08/24/database-admin-tool/feed/</wfw:commentRss>
		</item>
		<item>
		<title>We&#8217;re Green!</title>
		<link>http://wordpresshelp.org/2008/08/20/were-green/</link>
		<comments>http://wordpresshelp.org/2008/08/20/were-green/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 02:45:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Did you know ...]]></category>

		<category><![CDATA[General News]]></category>

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

		<guid isPermaLink="false">http://wordpresshelp.org/?p=60</guid>
		<description><![CDATA[We are pleased to announce that as of today, our website is &#8220;Green&#8221;.  We have just moved to a new host that certifies a net zero carbon footprint.  We know this is not a huge contribution, but every little bit helps.
To learn more about this please visit the Ambient Webs LLC We Are [...]]]></description>
			<content:encoded><![CDATA[<p>We are pleased to announce that as of today, our website is &#8220;Green&#8221;.  We have just moved to a new host that certifies a net zero carbon footprint.  We know this is not a huge contribution, but every little bit helps.</p>
<p>To learn more about this please <a title="We're going Green" href="http://ambientwebs.com/about/were-going-green/" target="_blank">visit the Ambient Webs LLC We Are Green page.</a></p>
<p><a href="http://hostpapa.com/cgi-bin/affiliates/clickthru.cgi?id=rabideau" target="_blank"><br />
<img style="margin:5px" title="HostPapa- Green Hosting" src="http://ambientwebs.com/images/HostPapa-small.gif" border="1" alt="HostPapa" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://wordpresshelp.org/2008/08/20/were-green/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WordPress Site Performance</title>
		<link>http://wordpresshelp.org/2008/04/25/wordpress-site-performance/</link>
		<comments>http://wordpresshelp.org/2008/04/25/wordpress-site-performance/#comments</comments>
		<pubDate>Fri, 25 Apr 2008 13:49:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Did you know ...]]></category>

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

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

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

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

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

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

		<guid isPermaLink="false">http://wordpresshelp.org/?p=56</guid>
		<description><![CDATA[For those of you who have been kind enough to spend time on our site, we thank you AND we are pleased to say that we have made a significant breakthrough in our site&#8217;s performance.
The long and short of the issue is Plugins.  Plugins can act as a significant drag on your site&#8217;s performance. [...]]]></description>
			<content:encoded><![CDATA[<p><img style="display: none;" src="http://external.pingdom.com/banners/pingdom_button_120x60.gif" alt="PingDom" />For those of you who have been kind enough to spend time on our site, we thank you AND we are pleased to say that we have made a significant breakthrough in our site&#8217;s performance.</p>
<p>The long and short of the issue is Plugins.  Plugins can act as a significant drag on your site&#8217;s performance. We have noticed load times on this site approaching 11+ seconds (wayyyy to slow!). Now the load times are running at about 4.5 seconds (we think that&#8217;s much better!). In order to solve this load dilemma we have been using a set of free tools from <img style="display none;" src="http://wordpresshelp.org/wp-admin/&lt;a href=" alt="" /><img style="display: none;" src="http://external.pingdom.com/banners/pingdom_button_120x60.gif" alt="Ping Dom" /><a title="PingDom" href="http://pingdom.com" target="_blank">Pingdom</a>.</p>
<p>Areas of problems we noticed in our debug process included:</p>
<ul>
<li> misplaced and missing image directories in the tarski theme (we now have three directories of our little gif images&#8230; because of the errant calls within the theme internal calls)</li>
<li> broken image links (yes we were part of the problem too&#8230;)</li>
<li> numerous poor (read slooowwwwww) plugins; these are all removed</li>
</ul>
<p>Additionally we have learned to remove any unused (not active) plugin.  Inactive plugins can still act as a performance hit.  And lastly, I scrubbed our DB.  Numerous plugins had left a trail of unused tables and rows in our DB&#8211; the worst culprits were a forum plugin and an audit trail plugin.</p>
<p>Again, thank you to everyone for sticking with us.  We appreciate your patience and hope you will find our little lessons-learned useful.</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpresshelp.org/2008/04/25/wordpress-site-performance/feed/</wfw:commentRss>
		</item>
		<item>
		<title>800+ cross referenced links!</title>
		<link>http://wordpresshelp.org/2008/03/24/800-cross-referenced-links/</link>
		<comments>http://wordpresshelp.org/2008/03/24/800-cross-referenced-links/#comments</comments>
		<pubDate>Tue, 25 Mar 2008 02:29:02 +0000</pubDate>
		<dc:creator>mark</dc:creator>
		
		<category><![CDATA[Did you know ...]]></category>

		<category><![CDATA[Web 3.0]]></category>

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

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

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

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

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

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

		<guid isPermaLink="false">http://wordpresshelp.org/2008/03/24/800-cross-referenced-links/</guid>
		<description><![CDATA[The TreeMagic-Banyan tools on this site now provide easy access to more than 800 cross referenced WordPress articles.Â  These articles are read and cross referenced using AmbientWebs unique SWEDÂ  based technologies and served on our Banyan portal.
To gain access to this wealth of WordPress knowledge from the world&#8217;s leading WordPress sites, simply double-click on any [...]]]></description>
			<content:encoded><![CDATA[<p>The TreeMagic-Banyan tools on this site now provide easy access to more than 800 cross referenced WordPress articles.Â  These articles are read and cross referenced using AmbientWebs unique SWEDÂ  based technologies and served on our Banyan portal.<br />
To gain access to this wealth of WordPress knowledge from the world&#8217;s leading WordPress sites, simply double-click on any word and open the <strong><em>WP Banyan Portal</em></strong>.Â  Let us know what you think.Â  <a href="http://wordpresshelp.org/contact-us/" title="Contact Us" target="_blank">Use our contact form to provide us with your observations and feedback.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wordpresshelp.org/2008/03/24/800-cross-referenced-links/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WordPress Information Central!</title>
		<link>http://wordpresshelp.org/2008/03/18/wordpress-information-central/</link>
		<comments>http://wordpresshelp.org/2008/03/18/wordpress-information-central/#comments</comments>
		<pubDate>Tue, 18 Mar 2008 14:55:51 +0000</pubDate>
		<dc:creator>mark</dc:creator>
		
		<category><![CDATA[Did you know ...]]></category>

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

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

		<category><![CDATA[Web 3.0]]></category>

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

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

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

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

		<category><![CDATA[Site Development]]></category>

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

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

		<guid isPermaLink="false">http://wordpresshelp.org/2008/03/18/wordpress-information-central/</guid>
		<description><![CDATA[
 WordPressHelp (WPH) is very pleased to announce that we have implemented the newest release of TreeMagic-Banyan thereby aggregating the web&#8217;s most important WordPress information all in one location!!!
In our continuing efforts to make WordPress easier to use, WPH now affords WP developers &#38; users the opportunity to double-click on any text word on this [...]]]></description>
			<content:encoded><![CDATA[<p><img src="/images/color2.png" style="float: right" alt="WP logo" hspace="10" vspace="5" /><br />
<em> WordPressHelp (WPH) is very pleased to announce that we have implemented the newest release of <strong><em><a href="http://treemagic.org" title="TreeMagic" target="_blank">TreeMagic-Banyan</a></em></strong></em><em> thereby aggregating the web&#8217;s most important WordPress information all in one location!!!</em></p>
<p>In our continuing efforts to make WordPress easier to use, WPH now affords WP developers &amp; users the opportunity to double-click on any text word on this site and gain &#8220;instant&#8221; access to related WP resource information from:</p>
<ul>
<li><em>WordPress</em></li>
<li><em>Lorelle</em></li>
<li><em>Automattic</em></li>
<li><em>WordPress Themes</em></li>
<li><em>WordPressHelp</em></li>
<li><em>AmbientWebs and</em></li>
<li><em>TreeMagic</em></li>
</ul>
<p><strong>Users may access the information from these sites either individually</strong> (via the drop-down menu which appears when you double-click on a term) <strong>or in a collective, intelligently, pre-processed and correlated fashion</strong> (via the WP Banyan Portal). This Web 3 functionality allows users access information &#8216;on-the spot&#8217; and then return to the source for continued reading and information gathering.</p>
<p>If you have additional sites you wish for us to incorporate in our WP Banyan Portal and TM-Banyan Search function, please use our <a href="/contact-us/" title="Contact Us">Contact page</a> to let us know.</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpresshelp.org/2008/03/18/wordpress-information-central/feed/</wfw:commentRss>
		</item>
		<item>
		<title>TreeMagic-Cypress &#038; TreeMagic-Banyan Sites</title>
		<link>http://wordpresshelp.org/2008/03/02/treemagic-cypress-2/</link>
		<comments>http://wordpresshelp.org/2008/03/02/treemagic-cypress-2/#comments</comments>
		<pubDate>Sun, 02 Mar 2008 15:47:23 +0000</pubDate>
		<dc:creator>mark</dc:creator>
		
		<category><![CDATA[Did you know ...]]></category>

		<category><![CDATA[General News]]></category>

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

		<category><![CDATA[Web 3.0]]></category>

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

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

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

		<guid isPermaLink="false">http://wordpresshelp.org/2008/03/02/treemagic-cypress-2/</guid>
		<description><![CDATA[AmbientWebs is pleased to inform everyone that the following sites are now enabled with TreeMagic-Cypress or TreeMagic-Banyan:

TreeMagic-Cypress sites:

http://treemagic.org
http://drdiab.info
http://ambientwebs.com
http://goodwines.org


TreeMagic-Banyan sites:

http://wordpresshelp.org
http://processteam.org



Please let us know other sites that are using the plugin&#8230; oh and we are also interested in what you might want to see this plugin do next&#8230;.

]]></description>
			<content:encoded><![CDATA[<p>AmbientWebs is pleased to inform everyone that the following sites are now enabled with TreeMagic-Cypress or TreeMagic-Banyan:</p>
<ul>
<li>TreeMagic-Cypress sites:
<ul>
<li><a href="http://treemagic.org/">http://treemagic.org</a></li>
<li><a href="http://drdiab.info/">http://drdiab.info</a></li>
<li><a href="http://ambientwebs.com/">http://ambientwebs.com</a></li>
<li><a href="http://goodwines.org/">http://goodwines.org</a></li>
</ul>
</li>
<li>TreeMagic-Banyan sites:
<ul>
<li><a href="http://wordpresshelp.org//">http://wordpresshelp.org</a></li>
<li><a href="http://processteam.org/">http://processteam.org</a></li>
</ul>
</li>
</ul>
<p>Please let us know other sites that are using the plugin&#8230; oh and we are also interested in what you might want to see this plugin do next&#8230;.<br />
<a href="http://goodwines.org/"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://wordpresshelp.org/2008/03/02/treemagic-cypress-2/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
