<?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>Jason L. Froebe - Tech tips and How Tos for Fellow Techies &#187; Wordpress</title>
	<atom:link href="http://froebe.net/blog/index.php/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://froebe.net/blog</link>
	<description>Tips &#38; Tricks for Databases (Sybase, Oracle, MySQL, PostgreSQL, SQLite), Windows, Linux, Solaris, Perl, Java, Bash and so much much more</description>
	<lastBuildDate>Sat, 07 Jan 2012 22:12:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>How To:  Fix Nick Berlette&#8217;s excellent Redirect Plugin for WordPress 2.6 and higher</title>
		<link>http://froebe.net/blog/2010/02/19/static-pages-working-again/</link>
		<comments>http://froebe.net/blog/2010/02/19/static-pages-working-again/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 01:18:18 +0000</pubDate>
		<dc:creator>Jason L Froebe</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[Nick Berlette]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[redirect plugin]]></category>

		<guid isPermaLink="false">http://froebe.net/blog/?p=1217</guid>
		<description><![CDATA[The static pages (like Store) are working again.  I&#8217;ve had to fix the redirect plugin by Nick Berlette.  If you want it to work with your modern WordPress blog (2.6 or higher) you just need to change a tiny bit. Remove this: require_once&#40;$_SERVER&#91;&#8216;DOCUMENT_ROOT&#8217;&#93; . &#8216;/wp-config.php&#8217;&#41;; Replace with: $root = dirname&#40;dirname&#40;dirname&#40;dirname&#40;__FILE__&#41;&#41;&#41;&#41;; if &#40;file_exists&#40;$root.&#8216;/wp-load.php&#8217;&#41;&#41; &#123; &#160; &#160; [...]]]></description>
			<content:encoded><![CDATA[<p>The static pages (like <a href="http://froebe.net/blog/store/">Store</a>) are working again.  I&#8217;ve had to fix the <a href="http://www.pancak.es/plugins/redirect/">redirect plugin</a> by <a title="Visit author homepage" href="http://www.pancak.es/">Nick Berlette</a>.  If you want it to work with your modern WordPress blog (2.6 or higher) you just need to change a tiny bit.<br />
Remove this:</p>
<div class="php dean_ch"><span class="kw1">require_once</span><span class="br0">&#40;</span><span class="re0">$_SERVER</span><span class="br0">&#91;</span><span class="st_h">&#8216;DOCUMENT_ROOT&#8217;</span><span class="br0">&#93;</span> <span class="sy0">.</span> <span class="st_h">&#8216;/wp-config.php&#8217;</span><span class="br0">&#41;</span><span class="sy0">;</span></div>
<p>Replace with:</p>
<div class="php dean_ch"><span class="re0">$root</span> <span class="sy0">=</span> <a href="http://www.php.net/dirname"><span class="kw3">dirname</span></a><span class="br0">&#40;</span><a href="http://www.php.net/dirname"><span class="kw3">dirname</span></a><span class="br0">&#40;</span><a href="http://www.php.net/dirname"><span class="kw3">dirname</span></a><span class="br0">&#40;</span><a href="http://www.php.net/dirname"><span class="kw3">dirname</span></a><span class="br0">&#40;</span><span class="kw4">__FILE__</span><span class="br0">&#41;</span><span class="br0">&#41;</span><span class="br0">&#41;</span><span class="br0">&#41;</span><span class="sy0">;</span></p>
<p><span class="kw1">if</span> <span class="br0">&#40;</span><a href="http://www.php.net/file_exists"><span class="kw3">file_exists</span></a><span class="br0">&#40;</span><span class="re0">$root</span><span class="sy0">.</span><span class="st_h">&#8216;/wp-load.php&#8217;</span><span class="br0">&#41;</span><span class="br0">&#41;</span> <span class="br0">&#123;</span><br />
&nbsp; &nbsp; <span class="kw1">require_once</span><span class="br0">&#40;</span><span class="re0">$root</span><span class="sy0">.</span><span class="st_h">&#8216;/wp-load.php&#8217;</span><span class="br0">&#41;</span><span class="sy0">;</span><br />
<span class="br0">&#125;</span> <span class="kw1">else</span> <span class="br0">&#123;</span><br />
&nbsp; &nbsp; <span class="kw1">require_once</span><span class="br0">&#40;</span><span class="re0">$root</span><span class="sy0">.</span><span class="st_h">&#8216;/wp-config.php&#8217;</span><span class="br0">&#41;</span><span class="sy0">;</span><br />
<span class="br0">&#125;</span></div>
<p>It should work fine now <img src='http://froebe.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://froebe.net/blog/2010/02/19/static-pages-working-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>In WordPress 2.5.1 &#8211; finding the missing comments in the admin -&gt; show all comments</title>
		<link>http://froebe.net/blog/2008/06/18/in-wordpress-251-finding-the-missing-comments-in-the-admin-show-all-comments/</link>
		<comments>http://froebe.net/blog/2008/06/18/in-wordpress-251-finding-the-missing-comments-in-the-admin-show-all-comments/#comments</comments>
		<pubDate>Thu, 19 Jun 2008 03:49:17 +0000</pubDate>
		<dc:creator>Jason L Froebe</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[index]]></category>
		<category><![CDATA[missing index]]></category>
		<category><![CDATA[phpmyadmin]]></category>
		<category><![CDATA[schema change]]></category>

		<guid isPermaLink="false">http://froebe.net/blog/?p=511</guid>
		<description><![CDATA[If you have comments in your WordPress 2.5.1 blog but the admin page says you don&#8217;t: Then you probably have a missing index on the table wp_comments.  You just need to add an index on column comments_date_gmt:]]></description>
			<content:encoded><![CDATA[<p>If you have comments in your WordPress 2.5.1 blog but the admin page says you don&#8217;t:</p>
<p><a href="http://froebe.net/blog/wp-content/uploads/2008/06/comments.png"><img class="aligncenter size-medium wp-image-512" title="comments" src="http://froebe.net/blog/wp-content/uploads/2008/06/comments-300x93.png" alt="" width="300" height="93" /></a></p>
<p>Then you probably have a missing index on the table wp_comments.  You just need to add an index on column comments_date_gmt:</p>
<p><a href="http://froebe.net/blog/wp-content/uploads/2008/06/addindex.png"><img class="aligncenter size-medium wp-image-514" title="addindex" src="http://froebe.net/blog/wp-content/uploads/2008/06/addindex-300x174.png" alt="" width="300" height="174" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://froebe.net/blog/2008/06/18/in-wordpress-251-finding-the-missing-comments-in-the-admin-show-all-comments/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Why I won&#8217;t be moving to WordPress.com</title>
		<link>http://froebe.net/blog/2008/05/06/why-i-wont-be-moving-to-wordpresscom/</link>
		<comments>http://froebe.net/blog/2008/05/06/why-i-wont-be-moving-to-wordpresscom/#comments</comments>
		<pubDate>Tue, 06 May 2008 21:19:46 +0000</pubDate>
		<dc:creator>Jason L Froebe</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[wordpress.com]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://froebe.net/blog/?p=477</guid>
		<description><![CDATA[I&#8217;ve been looking at switching host providers from Yahoo for some time.  I did a test migration to WordPress.com but discovered that they really don&#8217;t seem to get that many people would like to control their own blog.  For a simple blog, WordPress.com would be fine but you might as well go with Livejournal.com, Facebook [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been looking at switching host providers from Yahoo for some time.  I did a test migration to <a href="http://www.wordpress.com">WordPress.com</a> but discovered that they really don&#8217;t seem to get that many people would like to control their own blog.  For a simple blog, WordPress.com would be fine but you might as well go with <a href="http://www.livejournal.com">Livejournal.com</a>, <a href="http://www.facebook.com">Facebook</a> or some other blogging system then.  I don&#8217;t see what value WordPress.com offers.</p>
<ul>
<li>No javascript is allowed in widgets:</li>
</ul>
<blockquote>
<h2><em><a href="http://faq.wordpress.com/2007/03/04/my-code-has-gone-from-my-widget/">My code has gone from my widget</a></em></h2>
<p><em>If you paste code into a widget, save and when you look again it has gone then the system has removed it.<br />
This is done for security reasons.</em></p>
<p><em>Anything that has a line like this:<br />
<code>&lt;script type="text/javascript"&gt;</code><br />
or that uses Form or Input tags for instance is not allowed. There are other tags but the effect is the same &#8211; they disappear.</em><br />
<em>There are no exceptions to this.</em></p></blockquote>
<ul>
<li>You can&#8217;t add plugins to your wordpress blog:</li>
</ul>
<blockquote>
<h2><a href="http://faq.wordpress.com/2006/07/22/where-is-my-plugins-tab/"><em>Where is my plugins tab?</em></a></h2>
<div class="snap_preview">
<p><em>Unfortunately, there isn’t one to be found! </em></p>
</div>
<p><em>For various reasons we do not permit the uploading and use of plugins here at wordpress.com. </em></p></blockquote>
<p>The hosting is simply for your blog even if you would pay $$ for email services.  Sure, they have a hack that will allow you to redirect to <a href="http://www.google.com/apps/business/index.html">Google Apps</a> but you might as go with <a href="http://www.blogger.com/home">Google&#8217;s Blogger</a> then.  Perhaps I&#8217;m just not getting the point of WordPress.com (not to be confused with <a href="http://www.wordpress.org">WordPress.org</a>).  Can someone enlighten me?</p>
]]></content:encoded>
			<wfw:commentRss>http://froebe.net/blog/2008/05/06/why-i-wont-be-moving-to-wordpresscom/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPress, MySQL and a bit of corruption caused the tags &amp; categories to disappear</title>
		<link>http://froebe.net/blog/2008/05/01/wordpress-mysql-and-a-bit-of-corruption-caused-the-tags-categories-to-disappear/</link>
		<comments>http://froebe.net/blog/2008/05/01/wordpress-mysql-and-a-bit-of-corruption-caused-the-tags-categories-to-disappear/#comments</comments>
		<pubDate>Thu, 01 May 2008 22:52:51 +0000</pubDate>
		<dc:creator>Jason L Froebe</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[corruption]]></category>
		<category><![CDATA[Database]]></category>

		<guid isPermaLink="false">http://froebe.net/blog/?p=475</guid>
		<description><![CDATA[Sometime early this afternoon, the categories &#38; tags of my blog disappeared. After a little bit of investigation (I was working quite heavily at the time), I discovered that the wp_term_taxonomy table in MySQL contained minor corruption. I ran repair table &#8216;wp_term_taxonomy&#8217; and it was corrected.]]></description>
			<content:encoded><![CDATA[<p>Sometime early this afternoon, the categories &amp; tags of my blog disappeared.  After a little bit of investigation (I was working quite heavily at the time), I discovered that the wp_term_taxonomy table in MySQL contained minor corruption.  I ran <strong>repair table &#8216;wp_term_taxonomy&#8217;</strong> and it was corrected.</p>
]]></content:encoded>
			<wfw:commentRss>http://froebe.net/blog/2008/05/01/wordpress-mysql-and-a-bit-of-corruption-caused-the-tags-categories-to-disappear/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FW:  WordPress vs. Drupal: Not that it&#8217;s about winning</title>
		<link>http://froebe.net/blog/2008/04/16/fw-wordpress-vs-drupal-not-that-its-about-winning/</link>
		<comments>http://froebe.net/blog/2008/04/16/fw-wordpress-vs-drupal-not-that-its-about-winning/#comments</comments>
		<pubDate>Wed, 16 Apr 2008 19:40:49 +0000</pubDate>
		<dc:creator>Jason L Froebe</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[comparison]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[selena]]></category>
		<category><![CDATA[Tending the Garden]]></category>

		<guid isPermaLink="false">http://froebe.net/blog/2008/04/16/fw-wordpress-vs-drupal-not-that-its-about-winning/</guid>
		<description><![CDATA[Selena over at Tending the Garden, posted a very good video of why you would choose WordPress or Drupal. It seems a little slanted towards Drupal but that may just be me]]></description>
			<content:encoded><![CDATA[<p>Selena over at <a href="http://www.chesnok.com">Tending the Garden</a>, posted <a href="http://www.chesnok.com/daily/2008/04/15/wordpress-vs-drupal-not-that-its-about-winning/">a very good video</a> of why you would choose WordPress or Drupal.  It seems a little slanted towards Drupal but that may just be me <img src='http://froebe.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p><object type="application/x-shockwave-flash" data="http://blip.tv/scripts/flash/showplayer.swf?enablejs=true&#038;feedurl=http%3A%2F%2Fthesethingsmatter%2Eblip%2Etv%2Frss&#038;file=http%3A%2F%2Fblip%2Etv%2Frss%2Fflash%2F836227&#038;showplayerpath=http%3A%2F%2Fblip%2Etv%2Fscripts%2Fflash%2Fshowplayer%2Eswf" width="400" height="255" allowfullscreen="true" id="showplayer"><param name="movie" value="http://blip.tv/scripts/flash/showplayer.swf?enablejs=true&#038;feedurl=http%3A%2F%2Fthesethingsmatter%2Eblip%2Etv%2Frss&#038;file=http%3A%2F%2Fblip%2Etv%2Frss%2Fflash%2F836227&#038;showplayerpath=http%3A%2F%2Fblip%2Etv%2Fscripts%2Fflash%2Fshowplayer%2Eswf" /><param name="quality" value="best" /><embed src="http://blip.tv/scripts/flash/showplayer.swf?enablejs=true&#038;feedurl=http%3A%2F%2Fthesethingsmatter%2Eblip%2Etv%2Frss&#038;file=http%3A%2F%2Fblip%2Etv%2Frss%2Fflash%2F836227&#038;showplayerpath=http%3A%2F%2Fblip%2Etv%2Fscripts%2Fflash%2Fshowplayer%2Eswf" quality="best" width="400" height="255" name="showplayer" type="application/x-shockwave-flash"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://froebe.net/blog/2008/04/16/fw-wordpress-vs-drupal-not-that-its-about-winning/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

