<?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>tgardner.net</title>
	<atom:link href="http://tgardner.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://tgardner.net</link>
	<description></description>
	<lastBuildDate>Wed, 08 Apr 2009 00:11:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Create a RAID 1 Array with an Existing Drive</title>
		<link>http://tgardner.net/2009/04/08/create-a-raid-1-array-with-existing-drive/</link>
		<comments>http://tgardner.net/2009/04/08/create-a-raid-1-array-with-existing-drive/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 23:48:17 +0000</pubDate>
		<dc:creator>Trent Gardner</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[hdd]]></category>
		<category><![CDATA[raid]]></category>
		<category><![CDATA[raid 1]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://tgardner.net/?p=58</guid>
		<description><![CDATA[So, last month the IT department at DIRC was made redundant due to funding issues (The joys of working for the not-for-profit sector), as a result myself and colleague David were out of a job. If you&#8217;re looking for a new media consultant, Dave&#8217;s your man.
Luckily, after a weeks vacation and procrastinating about updating my [...]]]></description>
			<content:encoded><![CDATA[<p>So, last month the IT department at <a title="The Disability Information and Resource Centre" href="http://www.dircsa.org.au"><abbr title="The Disability Information and Resource Centre">DIRC</abbr></a> was made redundant due to funding issues (The joys of working for the not-for-profit sector), as a result myself and colleague <a href="http://www.lifekludger.net/"><abbr title="David Wallace">David</abbr></a> were out of a job. If you&#8217;re looking for a new media consultant, Dave&#8217;s your man.</p>
<p>Luckily, after a weeks vacation and procrastinating about updating my resume / beginning to find a new source of income to cover my rent, I was offered a new job at <a title="http://www.tobacco.net.au" href="http://www.tobacco.net.au">http://www.tobacco.net.au</a> &#8211; Cheap Cigarettes made in Australia. The work&#8217;s completely different, so it&#8217;s a great new learning curve, and hopefully the addictive qualities of nicatine should keep me in a job! <img src='http://tgardner.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>I&#8217;ve got a new HP DL585 server that I&#8217;m using for development, and let me say, this thing is a beast. I set it up about 2 weeks ago with Fedora Core 10, but the problem was all our hard drives didn&#8217;t arrive with the server, and I needed to get it up and running. I needed to create a RAID 1 mirror of the 36GB 15k SAS system drive but only had 1 of the drives.</p>
<p>This morning, the second drive arrived and I had to figure out how to create a mirror of the existing drive, without having to reinstall the entire OS again or lose any data. Thanks to the power of the command line it made light work of a seemingly daunting problem.</p>
<p>&nbsp;</p>
<p>First, create an image of your drive onto another temporary drive:<br />
<em>Mount a partition to store the backup image of the system drive, in this case I used /dev/cciss/c0d1p1</em></p>
<p><span class="code">mkdir /media/backup<br />
mount -t ext3 /dev/cciss/c0d1p1 /media/backup</span></p>
<p><em>Create an image of the drive you&#8217;re wanting to use for the RAID array (/dev/cciss/c0d0)<br />
</em></p>
<p><span class="code">dd bs=4k if=/dev/cciss/c0d0 of=/media/backup/backup.img conv=noerror,sync</span></p>
<p>Secondly, install the new drive being used as the mirror and create the RAID 1 array using the controller.</p>
<p>Finally, reboot with the Fedora CD in the drive and enter recovery mode. Just skip past any menus that come up until you&#8217;re presented with a command prompt.<br />
<em>Now mount the partition with the backup image</em></p>
<p><span class="code">mkdir /mnt/backup<br />
mount -t ext3 /dev/cciss/c0d1p1 /mnt/backup</span></p>
<p><em>Restore the system drive</em></p>
<p><span class="code">dd bs=4k if=/mnt/backup/backup.img of=/dev/cciss/c0d0</span></p>
<p>&nbsp;</p>
<p>Once complete, take the Fedora CD out of the drive and reboot, and the system should be like you never touched it.</p>
<p>This new job has me doing 12 hour days when including travel to and from, so I&#8217;ve barely had time to myself. When I get a few days off, I&#8217;ll try and get a new update on Flickr Manager pushed out.</p>
]]></content:encoded>
			<wfw:commentRss>http://tgardner.net/2009/04/08/create-a-raid-1-array-with-existing-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What&#8217;s new in Flickr Manager 2.3</title>
		<link>http://tgardner.net/2009/02/15/whats-new-in-flickr-manager-23/</link>
		<comments>http://tgardner.net/2009/02/15/whats-new-in-flickr-manager-23/#comments</comments>
		<pubDate>Sun, 15 Feb 2009 09:39:02 +0000</pubDate>
		<dc:creator>Trent Gardner</dc:creator>
				<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://tgardner.net/?p=47</guid>
		<description><![CDATA[In this latest installment of Flickr Manager, you may have noticed some changes to the media panel. The first change is the separation of the browse panel into two separate tabs, &#8220;My Photos&#8221;, &#8220;My Photosets&#8221;. Secondly, a new option to hide the licensing information when browsing public photos allows for more photos to be displayed [...]]]></description>
			<content:encoded><![CDATA[<p>In this latest installment of Flickr Manager, you may have noticed some changes to the media panel. The first change is the separation of the browse panel into two separate tabs, &#8220;My Photos&#8221;, &#8220;My Photosets&#8221;. Secondly, a new option to hide the licensing information when browsing public photos allows for more photos to be displayed per page, as seen below:</p>
<p><a class="flickr-image" title="Flickr Manager 2.3 Browse Panel" rel="flickr-mgr" href="http://www.flickr.com/photos/16965396@N06/3280495286/"><img class="flickr-medium alignleft" src="http://farm4.static.flickr.com/3554/3280495286_76db739410_m.jpg" alt="Flickr Manager 2.3 Browse Panel" /></a><a class="flickr-image" title="Flickr Manager 2.3 Insertion Panel" rel="flickr-mgr" href="http://www.flickr.com/photos/16965396@N06/3279780825/"><img class="flickr-medium" src="http://farm4.static.flickr.com/3277/3279780825_08dec55947_m.jpg" alt="Flickr Manager 2.3 Insertion Panel" /></a></p>
<p>The method for insertion of images has changed to give you greater control over your Flickr photos. The save button will update the photo information directly on Flickr. When inserting a photo, the title field will reflect the caption to be displayed in the Lightbox or Highslide overlay (No save is necessary for this to take effect).</p>
<p>Finally this update includes some security updates which address several vulnerabilities, and it&#8217;s highly recommended that you upgrade.</p>
]]></content:encoded>
			<wfw:commentRss>http://tgardner.net/2009/02/15/whats-new-in-flickr-manager-23/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Flickr Manager I18N</title>
		<link>http://tgardner.net/2009/01/01/flickr-manager-i18n/</link>
		<comments>http://tgardner.net/2009/01/01/flickr-manager-i18n/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 12:35:48 +0000</pubDate>
		<dc:creator>Trent Gardner</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[flickr-manager]]></category>
		<category><![CDATA[i18n]]></category>
		<category><![CDATA[internationalization]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://tgardner.net/?p=22</guid>
		<description><![CDATA[To bring in the new year, I bring you Flickr Manager 2.1. The updated version contains a number of bug fixes, interface revamps, but the main new feature is the support for internationalization.
EDIT: 
A Launchpad translation project has been setup: Click here to view a list of all currently available translations. Very briefly, Launchpad will [...]]]></description>
			<content:encoded><![CDATA[<p>To bring in the new year, I bring you Flickr Manager 2.1. The updated version contains a number of bug fixes, interface revamps, but the main new feature is the support for internationalization.</p>
<p><strong>EDIT: </strong></p>
<p>A Launchpad translation project has been setup: <a rel="nofollow" href="https://translations.launchpad.net/flickr-manager/trunk/+pots/flickr-manager">Click here to view a list of all currently available translations</a>. Very briefly, Launchpad will enable a community of translators to help translate the plugin into whatever language is needed.</p>
<h3>How to translate with Launchpad</h3>
<ol>
<li>Setup a <a rel="nofollow" href="https://translations.launchpad.net/flickr-manager/trunk/+pots/flickr-manager/+login">Launchpad.net account</a>.</li>
<li>Select your <a rel="nofollow" href="https://translations.launchpad.net/+editmylanguages">preferred languages</a>. This will be the language you want to translate.</li>
<li>You should see your language <a rel="nofollow" href="https://translations.launchpad.net/flickr-manager/">show up in this list</a>. Simply click the name to get started with the translations. The system will try to offer suggests where available (retrieved from other open source projects).</li>
<li>Your translations are saved as you proceed. When it comes time to package a release, your translation will be automatically included in the release for everyone to use. Thanks for your help!</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://tgardner.net/2009/01/01/flickr-manager-i18n/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>WFM Update</title>
		<link>http://tgardner.net/2008/04/29/wfm-update/</link>
		<comments>http://tgardner.net/2008/04/29/wfm-update/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 03:35:52 +0000</pubDate>
		<dc:creator>Trent Gardner</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tgardner.net/?p=25</guid>
		<description><![CDATA[WordPress Flickr Manager 2.0 has been released.
I&#8217;ve created a new page here that will contain all future updates and information about the plugin.
Thanks,
Trent
]]></description>
			<content:encoded><![CDATA[<p>WordPress Flickr Manager 2.0 has been released.</p>
<p>I&#8217;ve created a new page <a title="http://tgardner.net/wordpress-flickr-manager/" href="http://tgardner.net/wordpress-flickr-manager/">here</a> that will contain all future updates and information about the plugin.</p>
<p>Thanks,<br />
Trent</p>
]]></content:encoded>
			<wfw:commentRss>http://tgardner.net/2008/04/29/wfm-update/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Flickr Manager gets photo sets in 1.5.0</title>
		<link>http://tgardner.net/2008/02/12/flickr-manager-gets-photo-sets-in-150/</link>
		<comments>http://tgardner.net/2008/02/12/flickr-manager-gets-photo-sets-in-150/#comments</comments>
		<pubDate>Tue, 12 Feb 2008 02:26:45 +0000</pubDate>
		<dc:creator>Trent Gardner</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[flickr-manager]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://tgardner.net/2008/02/12/flickr-manager-gets-photo-sets-in-150/</guid>
		<description><![CDATA[In this final release of 1.5.0 I&#8217;ve added photo set support that allows you to browse your personal photo sets as well as take advantage of the Lightbox photo set functionality when inserting photos into posts. An example:
Wordcamp Melbourne 2007

Also PHP 5 is now required to use this plugin otherwise you&#8217;ll receive the following error:
ERROR: [...]]]></description>
			<content:encoded><![CDATA[<p>In this final release of 1.5.0 I&#8217;ve added photo set support that allows you to browse your personal photo sets as well as take advantage of the <a title="http://www.huddletogether.com/projects/lightbox2/" href="http://www.huddletogether.com/projects/lightbox2/">Lightbox</a> photo set functionality when inserting photos into posts. An example:</p>
<p align="center"><a title="http://www.flickr.com/photos/trentgardner/sets/72157603240620422/" href="http://www.flickr.com/photos/trentgardner/sets/72157603240620422/"><strong>Wordcamp Melbourne 2007<br />
</strong></a><a title="WCM07" rel="flickr-mgr[wcm07]" href="http://www.flickr.com/photos/16965396@N06/2040196426/"><img class="flickr-medium" src="http://farm3.static.flickr.com/2139/2040196426_acc2828841_t.jpg" alt="WCM07" /></a><a title="WCM07" rel="flickr-mgr[wcm07]" href="http://www.flickr.com/photos/16965396@N06/2040195496/"><img class="flickr-medium" src="http://farm3.static.flickr.com/2076/2040195496_5a947790e5_t.jpg" alt="WCM07" /></a><a title="WCM07" rel="flickr-mgr[wcm07]" href="http://www.flickr.com/photos/16965396@N06/2040194564/"><img class="flickr-medium" src="http://farm3.static.flickr.com/2050/2040194564_54cd5b50cb_t.jpg" alt="WCM07" /></a><a title="David &amp; I After Wordcamp Melbourne" rel="flickr-mgr[wcm07]" href="http://www.flickr.com/photos/16965396@N06/2040132852/"><img class="flickr-medium" src="http://farm3.static.flickr.com/2008/2040132852_9cedb2305b_t.jpg" alt="David &amp; I After Wordcamp Melbourne" /></a><a title="WCM07 - 'Baked in South Melbourne' Pizza" rel="flickr-mgr[wcm07]" href="http://www.flickr.com/photos/16965396@N06/2039394071/"><img class="flickr-medium" src="http://farm3.static.flickr.com/2019/2039394071_10fc0218bd_t.jpg" alt="WCM07 - 'Baked in South Melbourne' Pizza" /></a></p>
<p align="left">Also <a title="http://www.php.net" href="http://www.php.net">PHP 5</a> is now required to use this plugin otherwise you&#8217;ll receive the following error:<br />
<span class="code">ERROR: You&#8217;re currently running 4.x.x and you must have at least PHP 5 in order to use Flickr Manager!</span></p>
<p align="left">If you don&#8217;t have PHP 5 and have no way of installing it I believe <a title="http://wordpress.org/extend/plugins/wordpress-flickr-manager/wordpress-flickr-manager.1.4.5.zip" href="http://wordpress.org/extend/plugins/wordpress-flickr-manager/wordpress-flickr-manager.1.4.5.zip">version 1.4.5</a> will still function in some of the later releases of PHP 4.</p>
<p style="text-align: center">The new Browse Panel<br />
<a title="WFM 1.5.0 - Browse Panel" rel="flickr-mgr" href="http://www.flickr.com/photos/16965396@N06/2258801781/"><img class="flickr-medium" src="http://farm3.static.flickr.com/2285/2258801781_6528493abc_m.jpg" alt="WFM 1.5.0 - Browse Panel" /></a></p>
<p style="text-align: center"><a class="downloadlink dlimg" href="http://tgardner.net/download/wordpress-flickr-manager.zip" title="Version 2.0.4 downloaded 12590 times" ><img src="http://tgardner.net/wp-content/plugins/download-monitor/img/download.gif" alt="Download WordPress Flickr Manager Version 2.0.4" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://tgardner.net/2008/02/12/flickr-manager-gets-photo-sets-in-150/feed/</wfw:commentRss>
		<slash:comments>105</slash:comments>
		</item>
		<item>
		<title>Flickr Manager gets a new Framework</title>
		<link>http://tgardner.net/2008/02/08/flickr-manager-gets-a-new-framework/</link>
		<comments>http://tgardner.net/2008/02/08/flickr-manager-gets-a-new-framework/#comments</comments>
		<pubDate>Fri, 08 Feb 2008 00:40:00 +0000</pubDate>
		<dc:creator>Trent Gardner</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[flickr-manager]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://tgardner.net/2008/02/08/flickr-manager-gets-a-new-framework/</guid>
		<description><![CDATA[So some of you may have noticed already that yesterday I released version 1.5.0a of my Flickr Manager plugin. The main point of this version update was because of all the development that&#8217;s been going on lately, the code has been getting rather thrown together and confusing, so I&#8217;ve restructured and rewritten most of the [...]]]></description>
			<content:encoded><![CDATA[<p>So some of you may have noticed already that yesterday I released version 1.5.0a of my Flickr Manager plugin. The main point of this version update was because of all the development that&#8217;s been going on lately, the code has been getting rather thrown together and confusing, so I&#8217;ve restructured and rewritten most of the code to make it easier to understand and develop future releases. Because of such a major overhaul a few bugs may have slipped through so this is the reason for releasing it as an alpha. So please if you try the new release of the plugin and are experiencing problems let me know with as many details as possible. Otherwise if you&#8217;re not game enough to try out the new version please revert back to 1.4.5 (available <strong><a href="http://downloads.wordpress.org/plugin/wordpress-flickr-manager.1.4.5.zip" title="http://downloads.wordpress.org/plugin/wordpress-flickr-manager.1.4.5.zip">here</a></strong>).</p>
<p>I&#8217;ve also added a &#8220;Limit size of images in the browse window&#8221; option, which keeps all the images in the browse panel to maintain a constant size of either square or thumbnail depending on your preference to save loading times.</p>
<p align="center"><a class="downloadlink dlimg" href="http://tgardner.net/download/wordpress-flickr-manager.zip" title="Version 2.0.4 downloaded 12590 times" ><img src="http://tgardner.net/wp-content/plugins/download-monitor/img/download.gif" alt="Download WordPress Flickr Manager Version 2.0.4" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://tgardner.net/2008/02/08/flickr-manager-gets-a-new-framework/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>WFM 1.4.5 &#8211; Lightbox 2 Support</title>
		<link>http://tgardner.net/2008/01/29/wfm-145-lightbox-2-support/</link>
		<comments>http://tgardner.net/2008/01/29/wfm-145-lightbox-2-support/#comments</comments>
		<pubDate>Tue, 29 Jan 2008 05:07:44 +0000</pubDate>
		<dc:creator>Trent Gardner</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[flickr-manager]]></category>
		<category><![CDATA[lightbox]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://tgardner.net/2008/01/29/wfm-145-lightbox-2-support/</guid>
		<description><![CDATA[WordPress Flickr Manager&#8217;s latest release now supports Lightbox 2. I&#8217;ve also added new &#8220;Optional Settings&#8221; such as &#8220;Enable lightbox support by default&#8221; and &#8220;Default lightbox picture&#8221;, which lets you specify a default size of the image being displayed by Lightbox.

The &#8216;Browse Photos&#8217; panel has had a bit of a face lift, it now allows for [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress Flickr Manager&#8217;s latest release now supports <a href="http://www.huddletogether.com/projects/lightbox2/" title="http://www.huddletogether.com/projects/lightbox2/">Lightbox 2</a>. I&#8217;ve also added new &#8220;Optional Settings&#8221; such as &#8220;Enable lightbox support by default&#8221; and &#8220;Default lightbox picture&#8221;, which lets you specify a default size of the image being displayed by Lightbox.</p>
<p align="center"><a href="http://www.flickr.com/photos/16965396@N06/2227845598/" title="Flickr Manager 1.4.5 - Browse Panel" rel="flickr-mgr"><img src="http://farm3.static.flickr.com/2104/2227845598_784d38c234_m.jpg" alt="Flickr Manager 1.4.5 - Browse Panel" class="flickr-medium" /></a></p>
<p align="left">The &#8216;Browse Photos&#8217; panel has had a bit of a face lift, it now allows for more solid control over inserted Lightbox elements such as specifying the Flickr image size to be displayed in Lightbox from picture to picture.</p>
<p align="left">If you&#8217;ve got a suggestion that you&#8217;d like to see in a future version of Flickr Manager, let me know.</p>
<p align="center"><a class="downloadlink dlimg" href="http://tgardner.net/download/wordpress-flickr-manager.zip" title="Version 2.0.4 downloaded 12590 times" ><img src="http://tgardner.net/wp-content/plugins/download-monitor/img/download.gif" alt="Download WordPress Flickr Manager Version 2.0.4" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://tgardner.net/2008/01/29/wfm-145-lightbox-2-support/feed/</wfw:commentRss>
		<slash:comments>41</slash:comments>
		</item>
		<item>
		<title>WordPress Plugin Updater Beta Test!</title>
		<link>http://tgardner.net/2008/01/24/wordpress-plugin-updater-beta-test/</link>
		<comments>http://tgardner.net/2008/01/24/wordpress-plugin-updater-beta-test/#comments</comments>
		<pubDate>Thu, 24 Jan 2008 06:26:20 +0000</pubDate>
		<dc:creator>Trent Gardner</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[updater]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://tgardner.net/2008/01/24/wordpress-plugin-updater-beta-test/</guid>
		<description><![CDATA[ Today I have a little surprise for all of you, I&#8217;ve written a new plugin which I find extremely useful, I&#8217;ve dubbed it &#8220;Plugin Updater&#8221;. Not the most imaginative name, I know. Once it&#8217;s installed it adds a new button to the plugin update notification bar, shown in the image to the right.
When you [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/16965396@N06/2216222634/" title="Plugin Updater - New Update Button" rel="flickr-mgr"><img src="http://farm3.static.flickr.com/2235/2216222634_e3533ff27a_m.jpg" alt="Plugin Updater - New Update Button" align="right" /></a> Today I have a little surprise for all of you, I&#8217;ve written a new plugin which I find extremely useful, I&#8217;ve dubbed it &#8220;Plugin Updater&#8221;. Not the most imaginative name, I know. Once it&#8217;s installed it adds a new button to the plugin update notification bar, shown in the image to the right.</p>
<p>When you click the &#8220;Update Now&#8221; button it will automatically download the update from WordPress extend and extract it to your plugins directory.</p>
<p align="center">  <a href="http://www.flickr.com/photos/16965396@N06/2215438055/" title="Plugin Updater - Download in progress" rel="flickr-mgr"><img src="http://farm3.static.flickr.com/2098/2215438055_eff6eece64_m.jpg" alt="Plugin Updater - Download in progress" /></a></p>
<p align="left"><strong>Installation instructions:</strong></p>
<ol>
<li> Upload the folder `plugin-updater` to the `/wp-content/plugins/` directory.</li>
<li><span class="code">CHMOD 777 /wp-content/plugins</span></li>
<li><span class="code">CHMOD 777 /wp-content/plugins/plugin-updater/packages</span></li>
<li>Activate the plugin through the `Plugins` menu in WordPress.</li>
</ol>
<p><strong>This isn&#8217;t an official release, I&#8217;ve still got a lot of testing to do so I&#8217;m not offering any support.</strong></p>
<p>If you find any bugs it would be greatly appreciated if you let me know.</p>
<p>NOTE: There&#8217;s a known conflict issue with my &#8220;Flickr Manager&#8221; plugin, which I&#8217;ve since had to patch, so if you&#8217;re experiencing troubles with it not doing anything when you click the &#8220;Update Now&#8221; button, please redownload Flickr Manager (or deactivate and click &#8220;Update Now&#8221; for versions earlier than 1.4.01).</p>
<p align="center"><code><a class="downloadlink dlimg" href="http://tgardner.net/download/plugin-updater.zip" title="Version 1.0.3 downloaded 536 times" ><img src="http://tgardner.net/wp-content/plugins/download-monitor/img/download.gif" alt="Download Plugin Updater Version 1.0.3" /></a></code></p>
]]></content:encoded>
			<wfw:commentRss>http://tgardner.net/2008/01/24/wordpress-plugin-updater-beta-test/feed/</wfw:commentRss>
		<slash:comments>39</slash:comments>
		</item>
		<item>
		<title>Wordpress Flickr Manager now with Lightbox Support</title>
		<link>http://tgardner.net/2008/01/15/wordpress-flickr-manager-now-with-lightbox-support/</link>
		<comments>http://tgardner.net/2008/01/15/wordpress-flickr-manager-now-with-lightbox-support/#comments</comments>
		<pubDate>Tue, 15 Jan 2008 03:20:30 +0000</pubDate>
		<dc:creator>Trent Gardner</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[flickr-manager]]></category>
		<category><![CDATA[lightbox]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://tgardner.net/2008/01/15/wordpress-flickr-manager-now-with-lightbox-support/</guid>
		<description><![CDATA[It&#8217;s a bit of a rushed release because I&#8217;m pretty busy at the moment, so I didn&#8217;t have time to test it as much as I would have liked. I introduced a couple new features to Flickr Manager in this release, the main one being optional Lightbox support. You&#8217;ll notice now on the &#8220;Browse Photos&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s a bit of a rushed release because I&#8217;m pretty busy at the moment, so I didn&#8217;t have time to test it as much as I would have liked. I introduced a couple new features to <a href="http://wordpress.org/extend/plugins/wordpress-flickr-manager/" title="http://wordpress.org/extend/plugins/wordpress-flickr-manager/">Flickr Manager</a> in this release, the main one being optional <a href="http://www.huddletogether.com/projects/lightbox/" title="http://www.huddletogether.com/projects/lightbox/">Lightbox</a> support. You&#8217;ll notice now on the &#8220;Browse Photos&#8221; tab an added &#8220;Insert with lightbox support&#8221; check box. When this is selected, the inserted image will display the Medium Flickr sized copy of the photo in the Lightbox window. This means if you insert a square, thumbnail or small image it will display a larger version when viewing the Lightbox image. It also allows you to specify which images load with Lightbox and which don&#8217;t. For Example:</p>
<p style="text-align: center"><a href="http://www.flickr.com/photos/16965396@N06/2194329442/" rel="flickr-mgr"><img src="http://farm3.static.flickr.com/2221/2194329442_99bb7d55d5_t.jpg" alt="WordPress Flickr Manager v1.4.0b Browse Panel" /><br />
CLICK ME! I do stuff.</a></p>
<p style="text-align: center"><a href="http://www.flickr.com/photos/16965396@N06/2194329442/" title="WordPress Flickr Manager v1.4.0b Browse Panel"><img src="http://farm3.static.flickr.com/2221/2194329442_99bb7d55d5_t.jpg" alt="WordPress Flickr Manager v1.4.0b Browse Panel" /><br />
I&#8217;m boring and just take you to Flickr</a></p>
<p>Also another feature I added was if you don&#8217;t have cURL installed on your web host it will now use fopen instead.<br />
<strong>NOTE: File uploads to Flickr won&#8217;t work unless you have cURL installed. So if everything is working except uploads, you must install cURL!</strong></p>
<p>Like I said earlier, I didn&#8217;t have as much time as I would have liked to test this so I&#8217;m releasing it as a beta. If you find any errors, please let me know. Thanks.</p>
<p align="center"><a class="downloadlink dlimg" href="http://tgardner.net/download/wordpress-flickr-manager.zip" title="Version 2.0.4 downloaded 12590 times" ><img src="http://tgardner.net/wp-content/plugins/download-monitor/img/download.gif" alt="Download WordPress Flickr Manager Version 2.0.4" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://tgardner.net/2008/01/15/wordpress-flickr-manager-now-with-lightbox-support/feed/</wfw:commentRss>
		<slash:comments>33</slash:comments>
		</item>
		<item>
		<title>IE vs Firefox</title>
		<link>http://tgardner.net/2008/01/08/ie-vs-firefox/</link>
		<comments>http://tgardner.net/2008/01/08/ie-vs-firefox/#comments</comments>
		<pubDate>Tue, 08 Jan 2008 04:09:00 +0000</pubDate>
		<dc:creator>Trent Gardner</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tgardner.net/2008/01/08/ie-vs-firefox/</guid>
		<description><![CDATA[As Nick so succinctly put it
It&#8217;s like raising two children, one of whom is completely retarded
]]></description>
			<content:encoded><![CDATA[<p>As <abbr title="Nicholas Hamm"><a href="http://www.facebook.com/profile.php?id=802487079">Nick</a></abbr> so succinctly put it</p>
<blockquote><p>It&#8217;s like raising two children, one of whom is completely retarded</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://tgardner.net/2008/01/08/ie-vs-firefox/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
