<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.1" -->
<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/"
	>

<channel>
	<title>WebbleYou Professional WordPress Services</title>
	<link>http://www.webbleyou.com</link>
	<description>Custom WordPress support and webmaster services</description>
	<pubDate>Mon, 25 Feb 2008 06:48:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>
	<language>en</language>
			<item>
		<title>WordPress 2.3.x Upgrade Error: Tables wp_terms and wp_term_taxonomy Don&#8217;t Exist</title>
		<link>http://www.webbleyou.com/2008-02-25-wordpress-23x-upgrade-error-tables-wp_terms-and-wp_term_taxonomy-dont-exist/</link>
		<comments>http://www.webbleyou.com/2008-02-25-wordpress-23x-upgrade-error-tables-wp_terms-and-wp_term_taxonomy-dont-exist/#comments</comments>
		<pubDate>Mon, 25 Feb 2008 06:39:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Troubleshooting]]></category>

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

		<category><![CDATA[How To]]></category>
<category>How To</category><category>Troubleshooting</category><category>Upgrades</category>
		<guid isPermaLink="false">http://www.webbleyou.com/2008-02-25-wordpress-23x-upgrade-error-tables-wp_terms-and-wp_term_taxonomy-dont-exist/</guid>
		<description><![CDATA[While upgrading some outdated sites to the latest version of WordPress (currently 2.3.3), I ran across this error:
WordPress database error: [Table 'DB_NAME.wp_terms' doesn't exist]
When I ignored the error and continued to the admin panel, I noticed that there were no categories listed, and all the posts were set to the &#8220;uncategorized&#8221; category (though even this [...]]]></description>
			<content:encoded><![CDATA[<p>While upgrading some outdated sites to the latest version of WordPress (currently 2.3.3), I ran across this error:<br />
<code>WordPress database error: [Table 'DB_NAME.wp_terms' doesn't exist]</code></p>
<p>When I ignored the error and continued to the admin panel, I noticed that there were no categories listed, and all the posts were set to the &#8220;uncategorized&#8221; category (though even this was not listed on the Manage -&gt; Categories page).</p>
<p>The reason for this error is that WP 2.3.x does not use the wp_categories table; it uses wp_terms and wp_terms_taxonomy instead. The upgrade script is supposed to move the data from the former to the latter, but something was preventing it from doing so successfully.</p>
<p>A search of the WordPress codex revealed some important reminders, but no help:
<ul>
<li>Always back up your database before attempting an upgrade</li>
<li>Always disable all plugins before attempting an upgrade</li>
<li>Always revert to the default &#8220;Kubrick&#8221; theme before attempting an upgrade (because many themes now contain custom functions that can interfere with the upgrade process)</li>
</ul>
<p>Fortunately, I&#8217;d done backups, as I always do. However, I must admit to being somewhat spoiled with WordPress upgrades, as this is the first significant difficulty I&#8217;ve ever encountered with an upgrade (other than incompatible template tags and plugins). This is a chilling reminder that, no matter how well things have gone in the past, doing a backup is NOT optional; it&#8217;s essential.</p>
<p>After trying everything I could think of, I recalled <a href="http://wordpress.org/support/topic/150460">a forum post</a> that suggested commenting out (or deleting) these two lines in the wp-config.php file:<br />
<code>define('DB_CHARSET', 'utf8');<br />
define('DB_COLLATE', 'utf8');</code></p>
<p>You can comment them out by preceding them with two forward slashes:<br />
<code>//define('DB_CHARSET', 'utf8');<br />
//define('DB_COLLATE', 'utf8');</code></p>
<p>Certain earlier versions of WP shipped with these lines, though you may not have them at all.</p>
<p>I restored my database from the backup, used PHPMyAdmin to deactivate all the plugins and to set the theme to &#8216;default&#8217;, and ran the upgrade script again (by visiting mysite.tld/wp-admin).</p>
<p>This did it, and I was able to re-activate my plugins and theme. Problem solved.</p>
<a href="http://www.webbleyou.com/tag/how-to" rel="tag">How To</a>, <a href="http://www.webbleyou.com/tag/troubleshooting" rel="tag">Troubleshooting</a>, <a href="http://www.webbleyou.com/tag/upgrades" rel="tag">Upgrades</a><p class="akst_link"><a href="http://www.webbleyou.com/?p=124&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_124" class="akst_share_link">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.webbleyou.com/2008-02-25-wordpress-23x-upgrade-error-tables-wp_terms-and-wp_term_taxonomy-dont-exist/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Using Tags in WordPress 2.3</title>
		<link>http://www.webbleyou.com/2008-02-20-using-tags-in-wordpress-23/</link>
		<comments>http://www.webbleyou.com/2008-02-20-using-tags-in-wordpress-23/#comments</comments>
		<pubDate>Wed, 20 Feb 2008 06:20:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Themes]]></category>

		<category><![CDATA[How To]]></category>
<category>archive</category><category>cloud</category><category>How To</category><category>tagging</category><category>tags</category><category>Themes</category><category>wordpress 2.3</category>
		<guid isPermaLink="false">http://www.webbleyou.com/2008-02-20-using-tags-in-wordpress-23/</guid>
		<description><![CDATA[WordPress 2.3 quietly introduced a powerful new feature that had previously only been available using plugins: tagging.
There are several ways to list your tags:

Before or after each post, so people can click a tag to see other posts you&#8217;ve tagged the same way
In a tag cloud in your sidebar
On a tag archive page

I&#8217;ve found that [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress 2.3 quietly introduced a powerful new feature that had previously only been available using plugins: tagging.</p>
<p>There are several ways to list your tags:
<ul>
<li>Before or after each post, so people can click a tag to see other posts you&#8217;ve tagged the same way</li>
<li>In a tag cloud in your sidebar</li>
<li>On a tag archive page</li>
</ul>
<p>I&#8217;ve found that tag archive pages are indexed very well by search engines, so I highly recommend using tags. But how should you use them, and how should they relate to WordPress categories?</p>
<p>As Lorelle said several years ago, <a href="http://lorelle.wordpress.com/2006/07/03/tags-and-tagging-in-wordpress/"><em>tags are like a blog&#8217;s index</em>, and <em>categories are like the table of contents</em></a>. Tags are great for SEO, but you don&#8217;t want to list a zillion of them in your sidebar; you want a concise list of categories. </p>
<p>It&#8217;s fine to have a zillion tags, but they&#8217;re better listed in a tag cloud or on an archive page. With that in mind, let&#8217;s look at how tags can become a part of your blog.</p>
<h3>Listing the Tags for Each Post</h3>
<p>Most WordPress themes have a post metadata section either before or after the body of the post, which includes the date, author, and comment link. This is a great place to display the tags for that post.</p>
<p>In this section, you can add<br />
<code> &lt;?php the_tags('Tags: ', ', ', ' | '); ?&gt; </code><br />
to display a comma-separated list of the post&#8217;s tags, followed by a | mark. The parameters for this function are, respectively, what goes before the tags, what separates the tags, and what goes after the tags. <a href="http://codex.wordpress.org/Template_Tags/the_tags">Full documentation for this template tag</a> (WP Codex)</p>
<p>Since tags are likely to make the post metadata section take up more than one line, make sure your theme still looks good if this section is several lines long; for example, some themes don&#8217;t leave enough linespacing because the theme author assumes it&#8217;ll only be one line long.</p>
<p>Since this tag applies to a specific post, it must be in <a href="http://codex.wordpress.org/The_Loop">the loop</a>, not in the sidebar, header, or footer.</p>
<h3>Listing Tags in a Sidebar Cloud</h3>
<p>A tag cloud is a great way to visualize the topics you blog about, because the size of each tag is proportional to the number of times you&#8217;ve used it. This may not be immediately obvious on a new blog, but if you have 1,000 posts, and 800 of them are about horses and only 100 are about fish, the &#8220;horse&#8221; tag will be much bigger than the &#8220;fish&#8221; tag (assuming you&#8217;ve tagged your posts).</p>
<p>Here&#8217;s the <a href="http://codex.wordpress.org/Template_Tags/wp_tag_cloud">function to display the tag cloud</a>:<br />
<code>&lt;?php wp_tag_cloud(''); ?&gt;</code></p>
<p>You can put this tag in the sidebar or footer of your site, but don&#8217;t put it in <a href="http://codex.wordpress.org/The_Loop">the loop</a>.</p>
<p>You can customize the minimum and maximum size of the items in the tag cloud, as well as how many to display and how to sort them. <a href="http://codex.wordpress.org/Template_Tags/wp_tag_cloud">Full documentation for this template tag</a> (WP Codex)</p>
<h3>Displaying Tags on a Tag Archive Page</h3>
<p>If you have tons of tags and you want to display them all in one place, but not on the main page of your blog, you can create a tag archive page. Here&#8217;s how.</p>
<ol>
<li>Make a copy of your single.php or index.php template, and name it something like &#8220;tag-archive.php&#8221;</li>
<li>At the top of your tag archive template, insert this:<code>&lt;?php<br />
/*<br />
Template Name: Tag Archive<br />
*/<br />
?&gt;</code></li>
<li>Replace everything from<br />
<code>&lt;?php if (have_posts()) : ?&gt;</code><br />
to<br />
<code>&lt;?php endif; ?&gt;</code><br />
(aka The Loop) with the <code>&lt;?php wp_tag_cloud(); ?&gt;</code> function. You can download a <a href="http://webbleyou.googlecode.com/files/tag-archive.php">Kubrick-compatible tag archive template here</a>.</li>
<li>Upload the new template file tag-archive.php to your theme folder.</li>
<li>Create a new page and call it something like &#8220;Tag Archives&#8221;. Under Page Template in the sidebar, select the new template you created. Leave the body of the page blank, and publish it.</li>
<li>Make sure you link to the new page in your navbar or sidebar so people can find the tag archive page</li>
</ol>
<h3>Converting Categories to Tags</h3>
<p>WordPress 2.3+ also has a category-to-tag converter, which you can use for categories that don&#8217;t have very many posts in them. To use it, go to Manage -&gt; Import, and select Categories to Tags Converter.</p>
<p>The converter lists all of your categories and the number of posts in each. Select the categories you want to convert using the checkboxes, and hit Convert. This will add the tags and delete the categories you select, so be selective and don&#8217;t eliminate all of your categories.</p>
<h3>Importing Plugin Tags to WordPress Tags</h3>
<p>If you&#8217;ve been using a tagging plugin like Ultimate Tag Warrior or Bunny&#8217;s Technorati Tags, you can convert your tags to WordPress native tags (since they&#8217;re stored in a different place in the database). The converters (including the aforementioned category-to-tag converter) are listed in the WordPress admin panel under Manage -&gt; Import.</p>
<a href="http://www.webbleyou.com/tag/archive" rel="tag">archive</a>, <a href="http://www.webbleyou.com/tag/cloud" rel="tag">cloud</a>, <a href="http://www.webbleyou.com/tag/how-to" rel="tag">How To</a>, <a href="http://www.webbleyou.com/tag/tagging" rel="tag">tagging</a>, <a href="http://www.webbleyou.com/tag/tags" rel="tag">tags</a>, <a href="http://www.webbleyou.com/tag/themes" rel="tag">Themes</a>, <a href="http://www.webbleyou.com/tag/wordpress-2.3" rel="tag">wordpress 2.3</a><p class="akst_link"><a href="http://www.webbleyou.com/?p=123&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_123" class="akst_share_link">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.webbleyou.com/2008-02-20-using-tags-in-wordpress-23/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Essential WordPress Plugins</title>
		<link>http://www.webbleyou.com/2008-02-19-essential-wordpress-plugins/</link>
		<comments>http://www.webbleyou.com/2008-02-19-essential-wordpress-plugins/#comments</comments>
		<pubDate>Wed, 20 Feb 2008 00:36:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Plugins]]></category>
<category>best wordpres plugins</category><category>Cool Stuff</category><category>Plugins</category>
		<guid isPermaLink="false">http://www.webbleyou.com/2008-02-19-essential-wordpress-plugins/</guid>
		<description><![CDATA[Everyone has their list of favorite WordPress plugins, so I thought I&#8217;d share my current list:

Akismet - probably the best anti-spam plugin around
ReCaptcha - a great anti-spam plugin to use when Akismet doesn&#8217;t do the job
WP Contact Form - there are tons of variations on this plugin, but the best I&#8217;ve found is from Doug [...]]]></description>
			<content:encoded><![CDATA[<p>Everyone has their list of favorite WordPress plugins, so I thought I&#8217;d share my current list:</p>
<ul>
<li><a href="http://akismet.com/download/">Akismet</a> - probably the best anti-spam plugin around</li>
<li><a href="http://recaptcha.net/plugins/wordpress/">ReCaptcha</a> - a great anti-spam plugin to use when Akismet doesn&#8217;t do the job</li>
<li>WP Contact Form - there are tons of variations on this plugin, but <a href="http://www.douglaskarr.com/projects/wp-contactform/">the best I&#8217;ve found is from Doug Karr</a></li>
<li><a href="http://www.stuff.yellowswordfish.com/admin-drop-down-menus/">Admin Drop Down Menus</a> - this plugin saves me hundreds of clicks a week by converting the two-level menus in the WordPress admin panel into dropdown menus.</li>
<li><a href="http://www.ilfilosofo.com/blog/wp-db-backup/">WordPress Database Backup</a> - if you use only one plugin, this should be it. Needless to say, backing up your database is crucial.</li>
</ul>
<p>There are tons of other plugins that are useful for particular situations, but the above are my favorite general-purpose plugins at the moment.</p>
<a href="http://www.webbleyou.com/tag/best-wordpres-plugins" rel="tag">best wordpres plugins</a>, <a href="http://www.webbleyou.com/tag/cool-stuff" rel="tag">Cool Stuff</a>, <a href="http://www.webbleyou.com/tag/plugins" rel="tag">Plugins</a><p class="akst_link"><a href="http://www.webbleyou.com/?p=122&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_122" class="akst_share_link">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.webbleyou.com/2008-02-19-essential-wordpress-plugins/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Why Can&#8217;t I Edit My Theme? Using CHMOD to Set File Permissions</title>
		<link>http://www.webbleyou.com/2007-08-15-why-cant-i-edit-my-theme-using-chmod-to-set-file-permissions/</link>
		<comments>http://www.webbleyou.com/2007-08-15-why-cant-i-edit-my-theme-using-chmod-to-set-file-permissions/#comments</comments>
		<pubDate>Wed, 15 Aug 2007 21:31:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Troubleshooting]]></category>

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

		<category><![CDATA[How To]]></category>
<category>edit</category><category>file</category><category>How To</category><category>permisisons</category><category>theme</category><category>Themes</category><category>Troubleshooting</category><category>wordpress</category>
		<guid isPermaLink="false">http://www.webbleyou.com/2007-08-15-why-cant-i-edit-my-theme-using-chmod-to-set-file-permissions/</guid>
		<description><![CDATA[One of the questions we get most often is how to enable WordPress to edit theme files using the built-in theme editor. By default, when you upload a theme, the files aren&#8217;t writable from the WordPress interface. This is based on the sensible assumption that, generally speaking, visitors to your website shouldn&#8217;t be able to [...]]]></description>
			<content:encoded><![CDATA[<p>One of the questions we get most often is how to enable WordPress to edit theme files using the built-in theme editor. By default, when you upload a theme, the files aren&#8217;t writable from the WordPress interface. This is based on the sensible assumption that, generally speaking, visitors to your website shouldn&#8217;t be able to edit the files on it. If you&#8217;re the administrator of your WordPress site, though, it&#8217;s very useful to use the built-in theme editor.</p>
<p>To make your theme files writable, you need to set the permissions on the theme files so WordPress can edit them. This process is also known as CHMOD, short for CHange MODe, which is a UNIX/Linux command (which you probably don&#8217;t need to worry about).</p>
<p>To change the permissions of the files on your site, the way you&#8217;d open a folder on your computer, you need an <strong>FTP application</strong>, which is a separate program that connects to the web server to let you upload, download, move, or rename files.</p>
<p>You can download an FTP program such as the following:<br />
<a href="http://www.smartftp.com">Smart FTP</a><br />
<a href="http://www.cuteftp.com/products/ftp_clients.aspx">CuteFTP</a><br />
<a href="http://fireftp.mozdev.org/">FireFTP</a> (a Firefox extension, which may be the easiest if you use the <a href="http://www.mozilla.com/en-US/firefox/">Firefox</a> browser; will not work if you don&#8217;t)</p>
<p>After installing one of these programs or another FTP application (there are tons available for free), login to your site via FTP. You&#8217;ll need three pieces of information:<br />
FTP server - probably ftp.yourdomainname.com<br />
Username - probably the same as your account webhosting account username<br />
Password -probably the same as your account webhosting account password</p>
<p>Note that the username and password will <strong>not</strong> ordinarily be the same as your WordPress username and password.</p>
<p>Your files are probably within a folder called <code>public_html</code>,  <code>httpdocs</code>, <code>html</code> or something along those lines. From there, the themes will be in <code>/wp-content/themes/</code>, and each theme is in its own folder. </p>
<p>Navigate to the folder containing your theme. Then, highlight all of the files in this folder and right-click on them. There should be an option on the FTP program&#8217;s right-click (context) menu called &#8220;CHMOD&#8221; or &#8220;Permissions.&#8221;</p>
<p>The permissions settings specify what can be done with a file, and by whom. They&#8217;re represented by numbers or checkboxes that give read/write/execute permissions for each file to various groups, e.g. website visitors, you (the FTP user), or the server administrator.</p>
<p>If the files are set to 000, only the server administrator will be able to access them. By default, most files uploaded via FTP are set to 755 or something similar, which means that WordPress can run because anyone can &#8220;execute&#8221; the file (that is, access the script). However, since WordPress is not considered a user, it&#8217;s a member of the &#8220;public&#8221; group, so by default it can&#8217;t write to files.</p>
<p>If you set the theme files to 777 (so everyone has &#8220;write&#8221; permissions as well as read and execute permissions), that will let you edit your theme from within WordPress. If your FTP program uses checkboxes instead of numbers for file permissions, just check all of them. If you change themes later, just re-do this for the new theme&#8217;s files. You could do this for all your files without any problem, but it would take a while, and it&#8217;s not really necessary.</p>
<p>Note that if you make an edit to a file that introduces an error that takes down your site, you might need to upload a fresh copy of the theme via FTP, so it&#8217;s best not to edit PHP portions of your theme unless you have a backup of the theme file or are comfortable editing PHP. The functions.php file should not be edited from within WordPress, as an error can take down the WP admin panel as well as the public site, and you&#8217;d need to fix the error via FTP.</p>
<p>This procedure will work for plugins as well using the built-in plugin editor, but editing plugins is much more likely to crash WordPress, so we do not recommend using the plugin editor. Most plugins have an options page now, and don&#8217;t require any editing. if you need to edit a file, use a text editor on your computer and upload the changed file via FTP. If you get an error, simply delete the file, fix the error, and upload it again.</p>
<p>To summarize:</p>
<ol>
<li>Download and install an FTP application</li>
<li>Login to your site via FTP</li>
<li>Navigate to the theme folder</li>
<li>Select all the files, and right-click on them, and select &#8220;Permissions&#8221; or &#8220;CHMOD&#8221;</li>
<li>Check all of the boxes or set the permissions to 777</li>
<li>Visit Presentation -&gt; Theme Editor in WordPress to edit your theme files
</ol>
<a href="http://www.webbleyou.com/tag/edit" rel="tag">edit</a>, <a href="http://www.webbleyou.com/tag/file" rel="tag">file</a>, <a href="http://www.webbleyou.com/tag/how-to" rel="tag">How To</a>, <a href="http://www.webbleyou.com/tag/permisisons" rel="tag">permisisons</a>, <a href="http://www.webbleyou.com/tag/theme" rel="tag">theme</a>, <a href="http://www.webbleyou.com/tag/themes" rel="tag">Themes</a>, <a href="http://www.webbleyou.com/tag/troubleshooting" rel="tag">Troubleshooting</a>, <a href="http://www.webbleyou.com/tag/wordpress" rel="tag">wordpress</a><p class="akst_link"><a href="http://www.webbleyou.com/?p=121&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_121" class="akst_share_link">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.webbleyou.com/2007-08-15-why-cant-i-edit-my-theme-using-chmod-to-set-file-permissions/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Hate Your Host?</title>
		<link>http://www.webbleyou.com/2007-04-03-hate-your-host/</link>
		<comments>http://www.webbleyou.com/2007-04-03-hate-your-host/#comments</comments>
		<pubDate>Tue, 03 Apr 2007 07:04:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[General]]></category>
<category>General</category><category>hosting</category><category>lorelle</category><category>wordpress</category>
		<guid isPermaLink="false">http://www.webbleyou.com/2007-04-03-hate-your-host/</guid>
		<description><![CDATA[Lorelle, the consummate WordPress blogger, wants to know what you look for in a WordPress host. She hates hers, and is shopping around.
What do you look for?
General, hosting, lorelle, wordpressShare This
]]></description>
			<content:encoded><![CDATA[<p><a href="http://lorelle.wordpress.com/2007/03/29/i-hate-my-web-host/">Lorelle, the consummate WordPress blogger, wants to know what you look for in a WordPress host</a>. She hates hers, and is shopping around.</p>
<p>What do you look for?</p>
<a href="http://www.webbleyou.com/tag/general" rel="tag">General</a>, <a href="http://www.webbleyou.com/tag/hosting" rel="tag">hosting</a>, <a href="http://www.webbleyou.com/tag/lorelle" rel="tag">lorelle</a>, <a href="http://www.webbleyou.com/tag/wordpress" rel="tag">wordpress</a><p class="akst_link"><a href="http://www.webbleyou.com/?p=113&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_113" class="akst_share_link">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.webbleyou.com/2007-04-03-hate-your-host/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New Blogger to WordPress Import Plugin</title>
		<link>http://www.webbleyou.com/2007-02-18-new-blogger-to-wordpress-import-plugin/</link>
		<comments>http://www.webbleyou.com/2007-02-18-new-blogger-to-wordpress-import-plugin/#comments</comments>
		<pubDate>Sun, 18 Feb 2007 23:55:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Plugins]]></category>
<category>Plugins</category>
		<guid isPermaLink="false">http://www.webbleyou.com/?p=96</guid>
		<description><![CDATA[At long last, there is a working plugin to import your blog&#8217;s content from New Blogger (formerly known as Blogger Beta) to WordPress. Many thanks to Ady for creating it.
If for some reason this plugin will not work for you, we are still available to do Blogger-to-WordPress imports. Contact us for a quote.
PluginsShare This
]]></description>
			<content:encoded><![CDATA[<p>At long last, there is a working <a href="http://www.romantika.name/v2/2007/01/31/import-new-blogger-to-wordpress/">plugin to import your blog&#8217;s content from New Blogger (formerly known as Blogger Beta) to WordPress</a>. Many thanks to Ady for creating it.</p>
<p>If for some reason this plugin will not work for you, we are still available to do Blogger-to-WordPress imports. <a href="http://www.webbleyou.com/questions">Contact us</a> for a quote.</p>
<a href="http://www.webbleyou.com/tag/plugins" rel="tag">Plugins</a><p class="akst_link"><a href="http://www.webbleyou.com/?p=96&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_96" class="akst_share_link">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.webbleyou.com/2007-02-18-new-blogger-to-wordpress-import-plugin/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Accented Characters in WP2.1 and MySQL 4.1</title>
		<link>http://www.webbleyou.com/2007-02-04-accented-characters-in-wp21-and-mysql-41/</link>
		<comments>http://www.webbleyou.com/2007-02-04-accented-characters-in-wp21-and-mysql-41/#comments</comments>
		<pubDate>Mon, 05 Feb 2007 03:20:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Troubleshooting]]></category>

		<category><![CDATA[How To]]></category>

		<category><![CDATA[General]]></category>
<category>How To</category><category>Troubleshooting</category>
		<guid isPermaLink="false">http://www.webbleyou.com/?p=95</guid>
		<description><![CDATA[MySQL 4.1 has a bug that prevents WordPress 2.1 from displaying accented characters correctly. Instead, they appear as ? marks.
To fix this, open /wp-includes/wp-db.php
and look for this line:
$this->dbh = @mysql_connect($dbhost, $dbuser, $dbpassword);
(it&#8217;s around line 52).
Immediately after that line, add:
mysql_query("SET NAMES 'utf8'");
Save and re-upload the file, and you should see accented characters as usual.
Via
If you are [...]]]></description>
			<content:encoded><![CDATA[<p>MySQL 4.1 has a bug that prevents WordPress 2.1 from displaying accented characters correctly. Instead, they appear as ? marks.</p>
<p>To fix this, open /wp-includes/wp-db.php<br />
and look for this line:<br />
<code>$this->dbh = @mysql_connect($dbhost, $dbuser, $dbpassword);</code><br />
(it&#8217;s around line 52).</p>
<p>Immediately after that line, add:<br />
<code>mysql_query("SET NAMES 'utf8'");</code></p>
<p>Save and re-upload the file, and you should see accented characters as usual.</p>
<p><a href="http://wordpress.org/support/topic/55282?replies=16">Via</a></p>
<p>If you are a WebbleYou customer and require accented character support, please contact us and we will be happy to make the necessary changes. No alterations to the database are necessary.</p>
<a href="http://www.webbleyou.com/tag/how-to" rel="tag">How To</a>, <a href="http://www.webbleyou.com/tag/troubleshooting" rel="tag">Troubleshooting</a><p class="akst_link"><a href="http://www.webbleyou.com/?p=95&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_95" class="akst_share_link">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.webbleyou.com/2007-02-04-accented-characters-in-wp21-and-mysql-41/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WordPress 2.1: The Changes</title>
		<link>http://www.webbleyou.com/2007-01-26-wordpress-21-the-changes/</link>
		<comments>http://www.webbleyou.com/2007-01-26-wordpress-21-the-changes/#comments</comments>
		<pubDate>Sat, 27 Jan 2007 05:36:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Upgrades]]></category>

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

		<category><![CDATA[General]]></category>
<category>Plugins</category><category>Upgrades</category>
		<guid isPermaLink="false">http://www.webbleyou.com/?p=94</guid>
		<description><![CDATA[Lorelle has a list of template and function differences between WP2.0.x and WP2.1. They are quite substantial.
Most importantly, WordPress 2.1 requires a server that is running MySQL 4.x. MySQL 3.x will not work, and will cause error messages to be displayed.
If you have any questions about upgrading, please contact us. We do all WP upgrades [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://lorelle.wordpress.com/2007/01/26/wordpress-21-template-tag-and-function-changes/">Lorelle has a list of template and function differences between WP2.0.x and WP2.1</a>. They are quite substantial.</p>
<p>Most importantly, WordPress 2.1 requires a server that is running MySQL 4.x. MySQL 3.x will not work, and will cause error messages to be displayed.</p>
<p>If you have any questions about upgrading, please <a href="http://www.webbleyou.com/questions">contact us</a>. We do all WP upgrades upon request, at no charge to customers.</p>
<a href="http://www.webbleyou.com/tag/plugins" rel="tag">Plugins</a>, <a href="http://www.webbleyou.com/tag/upgrades" rel="tag">Upgrades</a><p class="akst_link"><a href="http://www.webbleyou.com/?p=94&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_94" class="akst_share_link">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.webbleyou.com/2007-01-26-wordpress-21-the-changes/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WordPress 2.1 Released</title>
		<link>http://www.webbleyou.com/2007-01-22-wordpress-21-released/</link>
		<comments>http://www.webbleyou.com/2007-01-22-wordpress-21-released/#comments</comments>
		<pubDate>Mon, 22 Jan 2007 22:10:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Upgrades]]></category>

		<category><![CDATA[General]]></category>
<category>General</category><category>Upgrades</category>
		<guid isPermaLink="false">http://www.webbleyou.com/?p=93</guid>
		<description><![CDATA[WordPress just announced the release of version 2.1, which WebbleYou, as the premier host of WordPress-powered independent weblogs, will be installing and supporting immediately.
New customers who sign up today will have WordPress 2.1 preinstalled, and existing customers may request an upgrade (at no charge) by contacting WebbleYou support.
WP 2.1 has a slew of new features, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://wordpress.org/development/2007/01/ella-21/">WordPress just announced the release of version 2.1</a>, which WebbleYou, as the premier host of WordPress-powered independent weblogs, will be installing and supporting immediately.</p>
<p>New customers who sign up today will have WordPress 2.1 preinstalled, and existing customers may request an upgrade (at no charge) by <a href="http://www.webbleyou.com/questions">contacting WebbleYou support</a>.</p>
<p>WP 2.1 has a slew of new features, including:
<ul>
<li>Autosave</li>
<li>Tabbed WYSIWYG/HTML editor</li>
<li>More time-saving Ajax features, so you can edit your blog without reloading pages</li>
<li>Improved Dashboard and Page writing features</li>
</ul>
<p>WordPress has also announced an aggressive new upgrade schedule, with the next release set for April 23rd. <a href="http://wordpress.org/development/2007/01/ella-21/">More at the WordPress Development Blog</a></p>
<p>Note that there are expected to be some plugin compatibility issues, which you can <a href="http://wordpress.org/development/2006/12/naughty-or-nice/">read about</a> and <a href="http://codex.wordpress.org/User:Spencerp/2.1alpha3_Plugin_Compatibility">check on</a>.</p>
<a href="http://www.webbleyou.com/tag/general" rel="tag">General</a>, <a href="http://www.webbleyou.com/tag/upgrades" rel="tag">Upgrades</a><p class="akst_link"><a href="http://www.webbleyou.com/?p=93&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_93" class="akst_share_link">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.webbleyou.com/2007-01-22-wordpress-21-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Share This!</title>
		<link>http://www.webbleyou.com/2007-01-16-share-this/</link>
		<comments>http://www.webbleyou.com/2007-01-16-share-this/#comments</comments>
		<pubDate>Wed, 17 Jan 2007 00:15:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Plugins]]></category>

		<category><![CDATA[General]]></category>
<category>Plugins</category>
		<guid isPermaLink="false">http://www.webbleyou.com/?p=92</guid>
		<description><![CDATA[Alex King, one of the leading WordPress developers, has a great social-web plugin called Share This. You may know Alex from your blogroll if you never deleted the links that get pre-installed with every copy of WordPress (consequently, he is the #1 Alex in Google search results).
Share This saves you from cluttering your site with [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://alexking.org/">Alex King</a>, one of the leading WordPress developers, has a great social-web plugin called <a href="http://alexking.org/projects/wordpress">Share This</a>. You may know Alex from your blogroll if you never deleted the links that get pre-installed with every copy of WordPress (consequently, he is the <a href="http://www.google.com/search?hl=en&#038;q=alex">#1 Alex in Google search results</a>).</p>
<p><a href="http://alexking.org/projects/wordpress/readme?project=share-this">Share This</a> saves you from cluttering your site with eight million links to social bookmarking sites, and lets you follow each post with a single icon. Users can click this icon to see a multitude of social bookmarking options:</p>
<p><img id="image125" src="http://www.webbleyou.com/wp-content//share-this.jpg" alt="Share This screenshot" /></p>
<p>You can see it on <a href="http://www.geektronica.com/">Geektronica.com</a> or on <a href="http://alexking.org/blog">Alex&#8217;s blog</a>.</p>
<p>Some install notes:</p>
<ul>
<li>Your theme needs to use the wp_footer(); function</li>
<li>You may need to adjust the CSS in the plugin file to get the colors to look right on your site</li>
<li>You will need to upload the Prototype.js JavaScript library to get it to work. This is included with the <a href="http://alexking.org/projects/wordpress/plugins/share-this.zip">download</a>, and goes in /wp-includes/js.</li>
</ul>
<p>WebbleYou is proud to support the use of this plugin. Please contact us if you are a WebbleYou customer and would like to use this plugin on your site.</p>
<a href="http://www.webbleyou.com/tag/plugins" rel="tag">Plugins</a><p class="akst_link"><a href="http://www.webbleyou.com/?p=92&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_92" class="akst_share_link">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.webbleyou.com/2007-01-16-share-this/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
