<?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:georss="http://www.georss.org/georss" 
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
>

<channel>
	<title>bioneural.net &#187; mysql</title>
	<atom:link href="http://www.bioneural.net/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bioneural.net</link>
	<description>bioneural.net is for stuff worth sharing: commentary by Bruce McKenzie. Major topics covered are gadgets, informatics, Internet, Mac, mobile, musings, New Zealand, photography, Project Koru, quicklinks, rant, rave, travel and Windows</description>
	<pubDate>Fri, 10 Oct 2008 21:02:32 +0000</pubDate>
	
	<language>en</language>
	<image>
		<title>bioneural.net</title>
		<url>http://www.bioneural.net/images/kiwi-yellow-64px.png</url>
		<link>http://www.bioneural.net</link>
		<width>64</width>
		<height>64</height>
		<description>bioneural.net</description>
	</image>
		<item>
		<title>Spring clean your WordPress options</title>
		<link>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2008%2F01%2F18%2Fspring-clean-your-wordpress-options%2F&amp;seed_title=Spring+clean+your+WordPress+options</link>
		<comments>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2008%2F01%2F18%2Fspring-clean-your-wordpress-options%2F&amp;seed_title=Spring+clean+your+WordPress+options#comments</comments>
		<pubDate>Fri, 18 Jan 2008 14:22:47 +0000</pubDate>
		<dc:creator>Bruce</dc:creator>
		
		<category><![CDATA[Internet]]></category>

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

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

		<guid isPermaLink="false">http://www.bioneural.net/2008/01/18/spring-clean-your-wordpress-options/</guid>
		<description><![CDATA[<p><a href="http://creativecommons.org/licenses/by-nc-sa/2.5/" rel="license" title="This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 2.5 License"><img src="http://www.bioneural.net/wp-content/themes/k2bn/styles/bioneural/cc.png" alt="CC" /></a> From <a href="http://www.bioneural.net/about/terms/">http://www.bioneural.net</a> : </p>Having cleaned up your head, you might also like to de-clutter you WordPress options table. Sure, it won't alter the look or performance of your site&#8212;but it's what's on the inside that counts right? Unfortunately deactivating a plugin or deleting it from wp-content/plugins will most often not clear out the data it saved to wp-options. 

How do I know what options are stored?

If you are currently logged in as site administrator you can see all the options stored in your wp-options table by visiting /wp-admin/options.php. Although you can change these options, you can't remove them:



How do I remove obsolete options?

Firstly, some well-beahaved plugins will actually do this for you. For example, Quoter offers to tidy up its own mess:



Unfortunately such graces do not appear to be commonplace.

Secondly, there is a plugin in beta as of this writing called Clean Options. Sadly when I ran this it didn't identify any of the options left behind by long-disused plugins.

Thirdly, you can use phpMyAdmin. Say you deleted Ultimate Tag Warrior from your plugins folder after migrating to the WordPress built-in tagging system. To remove UTW's leftovers from your options table, use the following SQL syntax:


DELETE FROM wp_options WHERE option_name LIKE 'utw_%';


The % is a wildcard, so it will remove all 24 UTW-related rows in wp-options.

After spring cleaning my options table went from 469 to 205 rows&#8212;evidence of my experiments with all sorts of plugins when I was a WordPress newbie. ]]></description>
		<wfw:commentRss>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2008%2F01%2F18%2Fspring-clean-your-wordpress-options%2F&amp;seed_title=Spring+clean+your+WordPress+options/feed/</wfw:commentRss>
		<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
	</item>
		<item>
		<title>A Xmas spent upgrading bioneural.net</title>
		<link>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2007%2F12%2F27%2Fa-xmas-spent-upgrading-bioneuralnet%2F&amp;seed_title=A+Xmas+spent+upgrading+bioneural.net</link>
		<comments>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2007%2F12%2F27%2Fa-xmas-spent-upgrading-bioneuralnet%2F&amp;seed_title=A+Xmas+spent+upgrading+bioneural.net#comments</comments>
		<pubDate>Thu, 27 Dec 2007 17:08:26 +0000</pubDate>
		<dc:creator>Bruce</dc:creator>
		
		<category><![CDATA[Internet]]></category>

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

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

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

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

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

		<guid isPermaLink="false">http://www.bioneural.net/2007/12/27/a-xmas-spent-upgrading-bioneuralnet/</guid>
		<description><![CDATA[<p><a href="http://creativecommons.org/licenses/by-nc-sa/2.5/" rel="license" title="This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 2.5 License"><img src="http://www.bioneural.net/wp-content/themes/k2bn/styles/bioneural/cc.png" alt="CC" /></a> From <a href="http://www.bioneural.net/about/terms/">http://www.bioneural.net</a> : </p>It's amazing how much detritus accumulates in your server directories and MySQL tables over the years. Add to the mix a propensity to hack core files to the point where you dare not upgrade your packages, and you have yourself a fine mess. I hope it wasn't too obvious, but bioneural.net had developed Diogenes syndrome. It was time for a clear-out and makeover. If you're thinking that sounds like work, it is. What follows is not riveting reading, but if you're contemplating doing the same, perusing what this involved for me might help you judge how many days to set aside&#8212;and maybe bug-fix your own migration.


Why upgrade?



There were multiple reasons why I felt a major overhaul was called for:


	My host (mt) told me I needed to upgrade from my (ss) product to the (gs) product that had superseded it, and that if I took no action I would "loose the benefit of choosing [my] own migration timeline";
	The (ss) product was stuck at MySQL 3.23.58 and PHP 4.4.1, whereas the (gs) upgrade offered MySQL 4.1.11 and PHP 4.4.7 or 5.2.2;
	Such upgrades would bring security fixes, as would upgrading Gallery from 2.1.2 to 2.2.4;
	WordPress 2.3.1 (current as of this writing) requires MySQL 4.0 or greater, so I was stuck on WordPress 2.0.11;
	I wanted to configure ecto 3 to work with WordPress's new integral tagging system (ecto 2 did work with UTW and some hacks to xmlrpc.php);
	I made a number of hacks to core WordPress files (xmlrpc.php, wp_rss2.php, etc.) which makes updating a ...]]></description>
		<wfw:commentRss>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2007%2F12%2F27%2Fa-xmas-spent-upgrading-bioneuralnet%2F&amp;seed_title=A+Xmas+spent+upgrading+bioneural.net/feed/</wfw:commentRss>
		<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
	</item>
		<item>
		<title>Repairing MySQL accidents</title>
		<link>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2007%2F10%2F21%2Frepairing-mysql-accidents%2F&amp;seed_title=Repairing+MySQL+accidents</link>
		<comments>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2007%2F10%2F21%2Frepairing-mysql-accidents%2F&amp;seed_title=Repairing+MySQL+accidents#comments</comments>
		<pubDate>Sun, 21 Oct 2007 17:34:34 +0000</pubDate>
		<dc:creator>Bruce</dc:creator>
		
		<category><![CDATA[Internet]]></category>

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

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

		<guid isPermaLink="false">http://www.bioneural.net/2007/10/21/repairing-mysql-accidents/</guid>
		<description><![CDATA[<p><a href="http://creativecommons.org/licenses/by-nc-sa/2.5/" rel="license" title="This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 2.5 License"><img src="http://www.bioneural.net/wp-content/themes/k2bn/styles/bioneural/cc.png" alt="CC" /></a> From <a href="http://www.bioneural.net/about/terms/">http://www.bioneural.net</a> : </p>Herewith a short cautionary tale concerning the dangers of editing your MySQL database in phpMyAdmin when you don't have much idea what you're doing. Note to self: do your research before&#8212;not after&#8212;trying something new. For my future benefit (should I ignore the aforementioned note) here's a record detailing how I dug myself out of a hole.

Step 1

Backup. At least I got that part right. In WordPress the easiest way to do this is from the Dashboard via Manage &#62; Backup.

Updating an author e-mail

The author e-mail in WordPress is the one that gets notified when someone comments on the post. It can also be used to indicate when a particular comment belongs to the author of the post (e.g. on this blog, author comments are currently styled with a grey hash). If you change your e-mail address in WordPress this association will be lost, so any comments made when you logged in with your old e-mail address will no longer be attributed to the blog administrator. 

In order to turn off a heavily-spammed admin e-mail address, I therefore needed to re-associate author comments with my new address. The author e-mail data resides in the comment_author_email field in WordPress, inside the wp_comments table. To effect a search-and-replace, open phpMyAdmin and select the database to edit, then click on the SQL tab to reveal a text entry box:



In this box type the following, then click Go (substituting the correct e-mail addresses):


UPDATE wp_comments SET comment_author_email = REPLACE (
comment_author_email,
'old_email@domain.com',
'new_email@domain.com');


It worked for me, but you can ...]]></description>
		<wfw:commentRss>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2007%2F10%2F21%2Frepairing-mysql-accidents%2F&amp;seed_title=Repairing+MySQL+accidents/feed/</wfw:commentRss>
		<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
	</item>
		<item>
		<title>Shorten your URLs</title>
		<link>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2006%2F08%2F25%2Fshorten-your-urls%2F&amp;seed_title=Shorten+your+URLs</link>
		<comments>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2006%2F08%2F25%2Fshorten-your-urls%2F&amp;seed_title=Shorten+your+URLs#comments</comments>
		<pubDate>Fri, 25 Aug 2006 21:04:53 +0000</pubDate>
		<dc:creator>Bruce</dc:creator>
		
		<category><![CDATA[Quicklinks]]></category>

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

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

		<guid isPermaLink="false">http://www.bioneural.net/2006/08/25/shorten-your-urls/</guid>
		<description><![CDATA[<p><a href="http://creativecommons.org/licenses/by-nc-sa/2.5/" rel="license" title="This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 2.5 License"><img src="http://www.bioneural.net/wp-content/themes/k2bn/styles/bioneural/cc.png" alt="CC" /></a> From <a href="http://www.bioneural.net/about/terms/">http://www.bioneural.net</a> : </p>Shorty is free link aliasing utility like TinyURL except it resides on your own server (requires PHP and MySQL). An alternative to writing redirect rules in your .htaccess file. ]]></description>
		<wfw:commentRss>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2006%2F08%2F25%2Fshorten-your-urls%2F&amp;seed_title=Shorten+your+URLs/feed/</wfw:commentRss>
		<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
	</item>
		<item>
		<title>Alternatives to LAMP</title>
		<link>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2006%2F06%2F05%2Falternatives-to-lamp%2F&amp;seed_title=Alternatives+to+LAMP</link>
		<comments>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2006%2F06%2F05%2Falternatives-to-lamp%2F&amp;seed_title=Alternatives+to+LAMP#comments</comments>
		<pubDate>Mon, 05 Jun 2006 05:12:24 +0000</pubDate>
		<dc:creator>Bruce</dc:creator>
		
		<category><![CDATA[Quicklinks]]></category>

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

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

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

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

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

		<guid isPermaLink="false">http://www.bioneural.net/2006/06/05/alternatives-to-lamp/</guid>
		<description><![CDATA[<p><a href="http://creativecommons.org/licenses/by-nc-sa/2.5/" rel="license" title="This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 2.5 License"><img src="http://www.bioneural.net/wp-content/themes/k2bn/styles/bioneural/cc.png" alt="CC" /></a> From <a href="http://www.bioneural.net/about/terms/">http://www.bioneural.net</a> : </p>Alternatives to LAMP: The LAMP configuration (Linux, Apache, MySQL, and PHP) is familiar to the open source universe. But just because this combination of products is comfortable, that doesn't mean that it provides the best solution for your systems. David Chisnall suggests some alternatives that might make a better match for your needs. ]]></description>
		<wfw:commentRss>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2006%2F06%2F05%2Falternatives-to-lamp%2F&amp;seed_title=Alternatives+to+LAMP/feed/</wfw:commentRss>
		<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
	</item>
		<item>
		<title>iPhoto to web gallery bypassing .Mac</title>
		<link>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2006%2F06%2F02%2Fiphoto-to-web-gallery-bypassing-mac%2F&amp;seed_title=iPhoto+to+web+gallery+bypassing+.Mac</link>
		<comments>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2006%2F06%2F02%2Fiphoto-to-web-gallery-bypassing-mac%2F&amp;seed_title=iPhoto+to+web+gallery+bypassing+.Mac#comments</comments>
		<pubDate>Fri, 02 Jun 2006 11:45:57 +0000</pubDate>
		<dc:creator>Bruce</dc:creator>
		
		<category><![CDATA[Mac]]></category>

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

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

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

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

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

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

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

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

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

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

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

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

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

		<guid isPermaLink="false">http://www.bioneural.net/2006/06/02/iphoto-to-web-gallery-bypassing-mac/</guid>
		<description><![CDATA[<p><a href="http://creativecommons.org/licenses/by-nc-sa/2.5/" rel="license" title="This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 2.5 License"><img src="http://www.bioneural.net/wp-content/themes/k2bn/styles/bioneural/cc.png" alt="CC" /></a> From <a href="http://www.bioneural.net/about/terms/">http://www.bioneural.net</a> : </p>Apple's .Mac HomePage was a simple way to build a web gallery using versions of iLife prior to 06. With iLife/iPhoto 06, you're forced to use iWeb instead if you want integration. But it's not the changes that have caused me to shy away from .Mac&#8212;it's the lack of them. All those regular member benefits dried up like a Namibian river bed. When I migrated to WordPress the only substantial part of my online presence that remained dependent on .Mac was my photography. That is the case no more.

What do you need to perform a .Mac bypass?


	An alternative web host (e.g. Media Temple)
	A version of iPhoto (I'm using iLife 06)
	Gallery software that "connects" with iPhoto
	Some photos (huh?)



Gallery software for "static" web-space

To a large extent your initial choice of gallery software depends on the capabilities of your web space; if you can upload only static pages (as with .Mac), you can't make use of solutions that require server-side scripting. If you want something very basic, you could just use iPhoto's built-in "Web page" Export plug-in (just upload and link to the exported pages): 



If you want more options, Galerie is a free Universal Binary application (it's not a plug-in) that integrates with iPhoto to publish your pictures or albums with the press of a button (shown without configuration):



Gallery software using server-side scripts

There are several open-source photo galleries based on PHP and a back-end database, such as MySQL. Rob has  written an informative write-up comparing Coppermine and Gallery. 

I installed Gallery ...]]></description>
		<wfw:commentRss>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2006%2F06%2F02%2Fiphoto-to-web-gallery-bypassing-mac%2F&amp;seed_title=iPhoto+to+web+gallery+bypassing+.Mac/feed/</wfw:commentRss>
		<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
	</item>
		<item>
		<title>Virtual Ubuntu 6.06 on the Mac</title>
		<link>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2006%2F06%2F02%2Fvirtual-ubuntu-606-on-the-mac%2F&amp;seed_title=Virtual+Ubuntu+6.06+on+the+Mac</link>
		<comments>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2006%2F06%2F02%2Fvirtual-ubuntu-606-on-the-mac%2F&amp;seed_title=Virtual+Ubuntu+6.06+on+the+Mac#comments</comments>
		<pubDate>Fri, 02 Jun 2006 11:54:01 +0000</pubDate>
		<dc:creator>Bruce</dc:creator>
		
		<category><![CDATA[Mac]]></category>

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

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

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

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

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

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

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

		<guid isPermaLink="false">http://www.bioneural.net/2006/06/02/virtual-ubuntu-606-on-the-mac/</guid>
		<description><![CDATA[<p><a href="http://creativecommons.org/licenses/by-nc-sa/2.5/" rel="license" title="This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 2.5 License"><img src="http://www.bioneural.net/wp-content/themes/k2bn/styles/bioneural/cc.png" alt="CC" /></a> From <a href="http://www.bioneural.net/about/terms/">http://www.bioneural.net</a> : </p>The principle characteristic of a good installation process is that it "just works" with no more than a few basic on-screen instructions. No pre-preparation. No manuals. No helpline. And no more than one cup of coffee. I'm pleased to report that such a characteristic is possessed by Ubuntu 6.06 Desktop edition. Things didn't go quite so well when I tried to install the Server edition onto my Intel Mac mini.


Compared to the previous incarnation (5.10), 6.06 certainly looks dapper (as in Dapper Drake). As Ken commented, the GUI is now more Mac-like than Windows-like&#8212;most especially the default desktop background!



However, I was more interested in exploring the recently announced Server edition to:

... set up a standardized, certified, and supported LAMP (Linux, Apache, MySQL, PHP) server with a single command.

I've installed Apache, MySQL, and PHP before from the command line under OS X using Terminal, and this isn't for the faint-hearted. A MAMP-like experience using Ubuntu would be most welcome. I enthusiastically downloaded the .iso image for the Server edition and the installation (although different from the Desktop edition) completed apparently without a hitch, using Parallels Desktop (virtualization software for Intel-based Macs). However, on rebooting I could go no further than the command prompt:



It seems I am not alone in experiencing this installation issue. Good: I don't like it when it's just me! ]]></description>
		<wfw:commentRss>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2006%2F06%2F02%2Fvirtual-ubuntu-606-on-the-mac%2F&amp;seed_title=Virtual+Ubuntu+6.06+on+the+Mac/feed/</wfw:commentRss>
		<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
	</item>
		<item>
		<title>Step-by-step iBlog to WordPress</title>
		<link>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2006%2F05%2F29%2Fstep-by-step-iblog-to-wordpress%2F&amp;seed_title=Step-by-step+iBlog+to+WordPress</link>
		<comments>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2006%2F05%2F29%2Fstep-by-step-iblog-to-wordpress%2F&amp;seed_title=Step-by-step+iBlog+to+WordPress#comments</comments>
		<pubDate>Mon, 29 May 2006 10:57:22 +0000</pubDate>
		<dc:creator>Bruce</dc:creator>
		
		<category><![CDATA[Internet]]></category>

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

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

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

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

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

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

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

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

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

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

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

		<guid isPermaLink="false">http://www.bioneural.net/2006/05/29/step-by-step-iblog-to-wordpress/</guid>
		<description><![CDATA[<p><a href="http://creativecommons.org/licenses/by-nc-sa/2.5/" rel="license" title="This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 2.5 License"><img src="http://www.bioneural.net/wp-content/themes/k2bn/styles/bioneural/cc.png" alt="CC" /></a> From <a href="http://www.bioneural.net/about/terms/">http://www.bioneural.net</a> : </p>I talked about doing it, and even tried out the some of the theory. Eleven months later I did it. This is a reconstruction of the process I went through in migrating from iBlog to WordPress. In the best tradition of reconstructions it is put togther partly from hand-written plus typed notes, old screen captures, lots of coffee, and reliance on memory. Apologies if it seems a bit dis-jointed. I should have gotten to it sooner, but you know how it is...


Alternative post title: "Crossing to the Server Side"

WordPress.com or WordPress.org?

Having decided on WordPress, the next step is to decide if you want hand-holding (.com) or wish to bring the warp core online and experience the full power of a DIY install (.org). In a nut shell, with a WordPress.com hosted account you get:


	Blog stats (but you can add this functionality to a DIY installation);
	Askimet plug-in activated (but you can activate it for DIY using a free API key.


More important is what you don't get relative to a DIY installation:


	The ability to import your posts from previous blogging systems;
	The ability to use plug-ins of your choice;
	The ability to edit (and create new) custom themes.


The choice is yours. Sometimes being constrained is a good thing (i.e. you have better things to do than tweak code 'till the early hours); other times it is a bind. If you chose the .com option you're done reading here. Otherwise, if you dare, read on...

(A) Create a WordPress development environment




	Download and install the MAMP local ...]]></description>
		<wfw:commentRss>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2006%2F05%2F29%2Fstep-by-step-iblog-to-wordpress%2F&amp;seed_title=Step-by-step+iBlog+to+WordPress/feed/</wfw:commentRss>
		<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
	</item>
		<item>
		<title>New Ubuntu version coming</title>
		<link>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2006%2F05%2F29%2Fnew-ubuntu-version-coming%2F&amp;seed_title=New+Ubuntu+version+coming</link>
		<comments>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2006%2F05%2F29%2Fnew-ubuntu-version-coming%2F&amp;seed_title=New+Ubuntu+version+coming#comments</comments>
		<pubDate>Mon, 29 May 2006 07:51:46 +0000</pubDate>
		<dc:creator>Bruce</dc:creator>
		
		<category><![CDATA[Quicklinks]]></category>

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

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

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

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

		<guid isPermaLink="false">http://www.bioneural.net/2006/05/29/new-ubuntu-version-coming/</guid>
		<description><![CDATA[<p><a href="http://creativecommons.org/licenses/by-nc-sa/2.5/" rel="license" title="This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 2.5 License"><img src="http://www.bioneural.net/wp-content/themes/k2bn/styles/bioneural/cc.png" alt="CC" /></a> From <a href="http://www.bioneural.net/about/terms/">http://www.bioneural.net</a> : </p>Ubuntu upgrade: The Server Edition of the June 1 Ubuntu release will include a mechanism to set up a standardized, certified, and supported LAMP (Linux, Apache, MySQL, PHP) server with a single command. ]]></description>
		<wfw:commentRss>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2006%2F05%2F29%2Fnew-ubuntu-version-coming%2F&amp;seed_title=New+Ubuntu+version+coming/feed/</wfw:commentRss>
		<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
	</item>
		<item>
		<title>Apple .Mac membership looking less attractive</title>
		<link>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2006%2F01%2F14%2Fapple-mac-membership-looking-less-attractive%2F&amp;seed_title=Apple+.Mac+membership+looking+less+attractive</link>
		<comments>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2006%2F01%2F14%2Fapple-mac-membership-looking-less-attractive%2F&amp;seed_title=Apple+.Mac+membership+looking+less+attractive#comments</comments>
		<pubDate>Sat, 14 Jan 2006 06:53:01 +0000</pubDate>
		<dc:creator>Bruce</dc:creator>
		
		<category><![CDATA[Mac]]></category>

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

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

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

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

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

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

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

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

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

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

		<guid isPermaLink="false">http://www.bioneural.net/2006/01/14/apple-mac-membership-looking-less-attractive/</guid>
		<description><![CDATA[<p><a href="http://creativecommons.org/licenses/by-nc-sa/2.5/" rel="license" title="This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 2.5 License"><img src="http://www.bioneural.net/wp-content/themes/k2bn/styles/bioneural/cc.png" alt="CC" /></a> From <a href="http://www.bioneural.net/about/terms/">http://www.bioneural.net</a> : </p>Once, long ago, being a member of Apple's .Mac seemed like a good idea&#8212;even value-for-money. Following the recent Macworld in San Francisco (Jan 2006) I'm left wondering what I'm getting for my money.


I use Gmail instead of .Mac for e-mail, because I find it more flexible in use for mail forwarding to and from my domain. I used to make use of Virex, until Apple killed support in recognition that it caused some users more problems than it solved (I now use ClamXav). The .Mac membership area used to make software freebies available (including iBlog); this habit has long since dried up. Occasionally the Pulbic folder on my iDisk sees use as a drop-box, but the only .Mac feature I use regularly is HomePage integration with iPhoto for sharing holiday snaps (although there are excellent free alternatives, such as Galerie). When Mac OS X Tiger was released .Mac users were promised "exclusive" widgets; they never materialised.



And now Apple has released iLife 06, together with iWeb, the icing on the cake of disappointment.



Apple promotes iWeb as if it's some kind of benefit of a .Mac membership&#8212;but it's not. It's not included. whereas it used to cost &#163;70 for a .Mac membership, if you want to enjoy all the features Apple trumpets, it now costs &#163;125 (&#163;70 for .Mac plus &#163;55 for iLife 06). Add your ISP costs to that and you have a fair bit of cash to spend on a more transparent and competitive hosting service.

A couple of "first impression" ...]]></description>
		<wfw:commentRss>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2006%2F01%2F14%2Fapple-mac-membership-looking-less-attractive%2F&amp;seed_title=Apple+.Mac+membership+looking+less+attractive/feed/</wfw:commentRss>
		<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
	</item>
	</channel>
</rss>
