<?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>Franz Kelsch on Tech</title>
	<atom:link href="http://www.tech.franzkelsch.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech.franzkelsch.com</link>
	<description></description>
	<lastBuildDate>Wed, 21 Apr 2010 23:33:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<atom:link rel="next" href="http://www.tech.franzkelsch.com/feed/?page=2" />

		<item>
		<title>Maintaining an Emergency Contact Database</title>
		<link>http://www.tech.franzkelsch.com/2010/03/emergency-contact-database/</link>
		<comments>http://www.tech.franzkelsch.com/2010/03/emergency-contact-database/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 02:58:07 +0000</pubDate>
		<dc:creator>Franz</dc:creator>
				<category><![CDATA[Database]]></category>

		<guid isPermaLink="false">http://www.tech.franzkelsch.com/?p=332</guid>
		<description><![CDATA[<a href="http://www.tech.franzkelsch.com/2010/03/emergency-contact-database/" title="Maintaining an Emergency Contact Database"><img src="http://www.tech.franzkelsch.com/wp-content/uploads/yapb_cache/istock_000004929105xsmall.ejhxp2hgt5c8s8c48ok440ko8.a9sxxja1njksswcs400wcc4cg.th.jpeg" width="180" height="119" alt="Maintaining an Emergency Contact Database" style="float:left;padding:1px 1px 1px 1px;margin:0 10px 10px 0;" ></a>I was asked to come up with an emergency contact database for our church.  Although the church does have a membership roster, it does not include things such as emergency contact information, or other important information that could be used in event of some situation, such as a major earthquake. I decided to use FileMaker [...]]]></description>
			<content:encoded><![CDATA[<a href="http://www.tech.franzkelsch.com/2010/03/emergency-contact-database/" title="Maintaining an Emergency Contact Database"><img src="http://www.tech.franzkelsch.com/wp-content/uploads/yapb_cache/istock_000004929105xsmall.ejhxp2hgt5c8s8c48ok440ko8.a9sxxja1njksswcs400wcc4cg.th.jpeg" width="180" height="119" alt="Maintaining an Emergency Contact Database" style="float:left;padding:1px 1px 1px 1px;margin:0 10px 10px 0;" ></a><p>I was asked to come up with an emergency contact database for our church.  Although the church does have a membership roster, it does not include things such as emergency contact information, or other important information that could be used in event of some situation, such as a major earthquake.</p>
<p>I decided to use FileMaker Pro for this.  It was easy to create a home screen with the basic information, including the person&#8217;s name, address, cell phone numbers, and emergency contact information.  I also included resource material, assigned them to a emergency response zone and so forth.  Click the image below to view enlarged.</p>
<p><a href="http://www.tech.franzkelsch.com/wp-content/uploads/2010/03/EmegResponseData.jpg"><img class="alignnone size-medium wp-image-341" title="EmegResponseData" src="http://www.tech.franzkelsch.com/wp-content/uploads/2010/03/EmegResponseData-600x411.jpg" alt="" width="600" height="411" /></a></p>
<p>The program allows the user to click on a link to show the individual family on a city map.  For privacy reasons an example is not shown here.</p>
<p>You can also print various reports, such as a list of all families by emergency zone.  Those emergency leaders over each zone can be given up to date paper copies for all the information for families in their zone.  For privacy reasons an example is not shown here.</p>
<p>I decided to use create on FileMaker Pro for these reasons:</p>
<ul>
<li>I can create a program for use on either Windows or a Mac since who will maintain this going forward is never known.</li>
<li>I can create a self standing program for use by others without the cost to buy a database program</li>
<li>I was able to import the data from the ward&#8217;s membership database to get started</li>
</ul>
<p>For more information, please select the Contact Us at the top.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tech.franzkelsch.com/2010/03/emergency-contact-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing phpMyAdmin on Local Machine</title>
		<link>http://www.tech.franzkelsch.com/2009/02/installing-phpmyadmin-on-local-machine/</link>
		<comments>http://www.tech.franzkelsch.com/2009/02/installing-phpmyadmin-on-local-machine/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 04:43:36 +0000</pubDate>
		<dc:creator>Franz</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.tech.franzkelsch.com/?p=321</guid>
		<description><![CDATA[These are the steps I followed to install phpMyAdmin on my local machine, which is a MacBook Pro.  Substitute your own user name for &#8220;franz&#8221;. Download the zip file from http://www.phpMyAdmin.net .  I downloaded version 2.11. Although there is a later version. After Unzipping the file, I copied the folder to my Sites directory under [...]]]></description>
			<content:encoded><![CDATA[<p>These are the steps I followed to install phpMyAdmin on my local machine, which is a MacBook Pro.  Substitute your own user name for &#8220;franz&#8221;.</p>
<ul style="padding-left: 30px;">
<li>Download the zip file from <a href="http://www.phpmyadmin.net/" target="_blank">http://www.phpMyAdmin.net</a> .  I downloaded version 2.11. Although there is a later version.</li>
<li>After Unzipping the file, I copied the folder to my Sites directory under /users/franz/sites</li>
<li>Using the finder, I navigated to those files, and created a folder called <strong>config</strong> in the phpMyAdmin folder.  I then set the write permission to read/write for that folder</li>
<li>I renamed the<strong> config.sample.inc.php</strong> by adding <strong>.bak</strong>, since I will be creating a new file with this name.</li>
<li>I started the configuration program by opening up a browser and entering:</li>
</ul>
<pre style="padding-left: 90px;">http://localhost/~franz/phpMyAdmin/scripts/setup.php</pre>
<ul style="padding-left: 30px;">
<li>I clicked under Servers the &#8220;Add&#8221; button</li>
<li>The only item I entered was the root password for the MySQL installation I had done</li>
<li>Click Add</li>
<li>On the next screen, make sure you click the &#8220;Save&#8221; under the Configuration section</li>
<li>This created a new file in the folder I created called &#8220;Config&#8221;.  I copied that file up to the parent directory and then deleted the Config folder.</li>
<li>I tried to start by entering the browser: http://localhost/~franz/phpmyadmin/</li>
<li>I had this error, which can happen on a Mac because it is looking for a file that has been moved to a new location.</li>
</ul>
<p style="padding-left: 30px;"><img class="alignnone size-medium wp-image-322" title="phpmyadmin-error" src="http://www.tech.franzkelsch.com/wp-content/uploads/2009/02/phpmyadmin-error-600x102.png" alt="phpmyadmin-error" width="600" height="102" /></p>
<ul style="padding-left: 30px;">
<li>To solve this, I openned up the terminal window and after loggin in entered the following commands:</li>
</ul>
<pre style="padding-left: 90px;">sudo mkdir /var/mysql</pre>
<pre style="padding-left: 90px;">sudo ln -s /tmp/mysql.sock /var/mysql/mysql.sock</pre>
<ul style="padding-left: 30px;">
<li>I was then able to run phpMyAdmin by entering this into the browser</li>
</ul>
<pre style="padding-left: 90px;">http://localhost/~franz/phpMyAdmin/</pre>
<ul style="padding-left: 30px;">
<li>I then downloaded version 3 of phpMyAdmin and found the setup is a bit different.  You still have to create the <strong>config</strong> folder and make it read/write.</li>
<li>To configure use this URL instead:</li>
</ul>
<pre style="padding-left: 30px;">http://localhost/~franz/phpMyAdmin/setup</pre>
<ul>
<li>Create a new server as shown above and then be sure to save the configuration.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.tech.franzkelsch.com/2009/02/installing-phpmyadmin-on-local-machine/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mac OS X 10.5 Web Sharing &#8211; Forbidden Error</title>
		<link>http://www.tech.franzkelsch.com/2009/02/mac-os-web-sharing/</link>
		<comments>http://www.tech.franzkelsch.com/2009/02/mac-os-web-sharing/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 16:22:16 +0000</pubDate>
		<dc:creator>Franz</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.tech.franzkelsch.com/?p=318</guid>
		<description><![CDATA[With Leopard, the System Preferences pane is different.  There is now just a single option for web sharing.  Open System Preferences, Sharing and enable Web Sharing.  Apache2 is installed as a default.  You should see your local website using this in the browser (using your own user short name in place of &#8220;shortname&#8221;. localhost/~shortname If [...]]]></description>
			<content:encoded><![CDATA[<p>With Leopard, the System Preferences pane is different.  There is now just a single option for web sharing.  Open System Preferences, Sharing and enable Web Sharing.  Apache2 is installed as a default.  You should see your local website using this in the browser (using your own user short name in place of &#8220;shortname&#8221;.</p>
<pre>localhost/~shortname</pre>
<p>If you upgrade to Leopard from a previous version of OS X, then you may get a &#8220;Forbidden 403&#8243; message&#8221; instead of seeing your web page.  To fix go to this solution on the Apple website.</p>
<p><a href="http://support.apple.com/kb/TA25038?viewlocale=en_US">http://support.apple.com/kb/TA25038?viewlocale=en_US</a></p>
<p>Your web pages are stored in the folder /user/shortname/sites.  A default html page is located there, which should now come up.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tech.franzkelsch.com/2009/02/mac-os-web-sharing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using MySQL with Microsoft Access and Filemaker Pro</title>
		<link>http://www.tech.franzkelsch.com/2009/02/using-mysql-with-access/</link>
		<comments>http://www.tech.franzkelsch.com/2009/02/using-mysql-with-access/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 05:54:03 +0000</pubDate>
		<dc:creator>Franz</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.tech.franzkelsch.com/?p=311</guid>
		<description><![CDATA[MySQL is an open source database that is used by millions of people each year.  It is very robust and scalable.  But to access it usually requires some type of custom program or a MySQL front end.  There are other good database applications, such as Microsoft Access and FileMaker Pro.  These applications make it easy [...]]]></description>
			<content:encoded><![CDATA[<p>MySQL is an open source database that is used by millions of people each year.  It is very robust and scalable.  But to access it usually requires some type of custom program or a MySQL front end.  There are other good database applications, such as Microsoft Access and FileMaker Pro.  These applications make it easy to design forms to add and edit the data, and to create custom reports such as mailing labels.  By using ODBC you are able to get many of the benefits of these local programs and the benefits of using a MySQL database.  This is how to get start.</p>
<h2>OBDC Driver</h2>
<p>First you need to install a ODBC driver if you don&#8217;t already have one.  A good source for a free driver is the <a href="http://www.mysql.com/products/connector/odbc/" target="_blank">MySQL website</a>.  Look for the MySQL connector for the operating system you have. They have a version for Windows, Mac and Linux you can download for free.  Download one of the packaged drivers that include an installation program.</p>
<h2>Setup The Connection</h2>
<p>After you have the ODBC driver installed, you need to setup to use it to connect to your MySQL database. How you do that depends on your operating system.</p>
<h3>Windows</h3>
<p>Open the Control Panel, Administrative Tools, Data Sources (ODBC).  Click on the System DNS Tab and select to Add.  From the drop down select the ODBC driver you just installed.</p>
<p><img class="alignnone size-full wp-image-313" title="odbc-connector-setup" src="http://www.tech.franzkelsch.com/wp-content/uploads/2009/02/odbc-connector-setup.png" alt="odbc-connector-setup" width="600" /></p>
<p>Enter the information about your MySQL database, including the server and login information, then press Finish.</p>
<h3>Mac</h3>
<p>To setup for the Mac, it is similar.  In the Applications/Utilities folder you will find the &#8220;ODBC Aministrator&#8221; application.  Run that and select the System DNS tab, then click Add.  Select the driver you just added and then enter the login information for your MySQL database.  The form looks just the same as the figure above.</p>
<h2>Connecting Microsoft Access to your MySQL database.</h2>
<p>After starting Access, either open an existing database or start a new one.  Click on Tables and then click New.  Select the option for a Link Table.   For the File type, select ODBC databases.  Click on the Machine Data Source tab.  You should find the data source you setup in the step above, so select that, then select the table in the MySQL database you want to use.</p>
<p>If you have an existing Microsoft Application setup with a local database, if you export that data to a MySQL database using the same name, delete the table from the Access application, then add the MySQL table, it will use that table for the application in place of the local version you removed.  Your existing reports, queries and forms should work.</p>
<h2>Connecting  File Maker Pro to your MySQL database.</h2>
<p>Start File Maker Pro and either open an existing database or create a new local one.   Select File, Manage, External Data Sources.  Click on New and then select ODBC.  When you click the Specify button, you should be able to select the connector you setup already.</p>
<h2>Conclusion</h2>
<p>This tutorial is meant only to get you started  with installing an ODBC driver and making a connection to your MySQL database from either Microsoft Access or File Maker Pro.  Once you make that connection, you can then use the features in your database application with the MySQL table.  It should be noted that once you link the MySQL datbase to Access, it will be treated like a Access table and you would need to use Access SQL statements.  You will also find some limitations with this approach since some functions in Access will not work and some of the features of MySQL will not be available. But for many applications you will be able to work with Access as a front end to your MySQL database.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tech.franzkelsch.com/2009/02/using-mysql-with-access/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Portable Drive</title>
		<link>http://www.tech.franzkelsch.com/2009/02/new-portable-drive/</link>
		<comments>http://www.tech.franzkelsch.com/2009/02/new-portable-drive/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 07:04:29 +0000</pubDate>
		<dc:creator>Franz</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.tech.franzkelsch.com/?p=305</guid>
		<description><![CDATA[Previously I did some tests on various internal and external drives.  I just received a brand new Western Digital Passsport Studio drive.  This 500 Gb, 2.5 in, portable drive has three interfaces so I felt it would be a great way to test a comparision between USB2, Firewire 400 and Firewire 800.  I used Drive [...]]]></description>
			<content:encoded><![CDATA[<p>Previously I did some tests on various internal and external drives.  I just received a brand new Western Digital Passsport Studio drive.  This 500 Gb, 2.5 in, portable drive has three interfaces so I felt it would be a great way to test a comparision between USB2, Firewire 400 and Firewire 800.  I used Drive Genius to do the benchmarking.  It tests four different parameters, but to keep it simple the following charts are only for Random Write.  The green bar is the tested drive and the blue is the standard for a MacBook Pro internal drive.</p>
<p>My tests confirm that the slowest is USB2, followed by Firewire 400.  The Firewire 800 drive was MUCH faster.  Look at the charts to get a feel of how big of a difference the interface makes.  I also include a chart from the prior log entry of the internal 7200 rpm drive.</p>
<h2>USB2</h2>
<div id="attachment_306" class="wp-caption alignnone" style="width: 610px"><a href="http://www.tech.franzkelsch.com/wp-content/uploads/2009/02/usb2.png"><img class="size-medium wp-image-306" title="USB2 Interface" src="http://www.tech.franzkelsch.com/wp-content/uploads/2009/02/usb2-600x330.png" alt="USB2 Interface" width="600" height="330" /></a><p class="wp-caption-text">USB2 Interface</p></div>
<h2>Firewire 400</h2>
<h2>
<div id="attachment_307" class="wp-caption alignnone" style="width: 610px"><a href="http://www.tech.franzkelsch.com/wp-content/uploads/2009/02/fw400.png"><img class="size-medium wp-image-307" title="Firewire 400" src="http://www.tech.franzkelsch.com/wp-content/uploads/2009/02/fw400-600x316.png" alt="Firewire 400" width="600" height="316" /></a><p class="wp-caption-text">Firewire 400</p></div></h2>
<h2>Firewire 800</h2>
<p><div id="attachment_308" class="wp-caption alignnone" style="width: 610px"><a href="http://www.tech.franzkelsch.com/wp-content/uploads/2009/02/fw800.png"><img class="size-medium wp-image-308" title="Firewire 800" src="http://www.tech.franzkelsch.com/wp-content/uploads/2009/02/fw800-600x314.png" alt="Firewire 800" width="600" height="314" /></a><p class="wp-caption-text">Firewire 800</p></div>
<h2>Internal 7200 rpm drive</h2>
<p><a href="http://www.tech.franzkelsch.com/wp-content/uploads/2008/12/wd320-internal-randwom-write.png"><img class="alignnone size-full wp-image-275" title="wd320-internal-randwom-write" src="http://www.tech.franzkelsch.com/wp-content/uploads/2008/12/wd320-internal-randwom-write.png" alt="wd320-internal-randwom-write" width="600" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tech.franzkelsch.com/2009/02/new-portable-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hard Drives Out the Ying Yang</title>
		<link>http://www.tech.franzkelsch.com/2009/01/hard-drives-out-the-ying-yang/</link>
		<comments>http://www.tech.franzkelsch.com/2009/01/hard-drives-out-the-ying-yang/#comments</comments>
		<pubDate>Sat, 03 Jan 2009 15:49:37 +0000</pubDate>
		<dc:creator>Franz</dc:creator>
				<category><![CDATA[Computer Hardware]]></category>

		<guid isPermaLink="false">http://www.tech.franzkelsch.com/?p=303</guid>
		<description><![CDATA[I was lucky to get a new 500 Gb portable hard drive for Christmas.  It was one of the Western Digital Passport series, a very small USB drive.  I already had 4 of these, 2 with 160 Gb, 1 at 250 Gb and 1 at 320 Gb.  One might think it all adds up to [...]]]></description>
			<content:encoded><![CDATA[<p>I was lucky to get a new 500 Gb portable hard drive for Christmas.  It was one of the Western Digital Passport series, a very small USB drive.  I already had 4 of these, 2 with 160 Gb, 1 at 250 Gb and 1 at 320 Gb.  One might think it all adds up to a lot of giga-bytes, but with hard drives, the larger capacity are much more useful than multiple drives that add up to that capacity.</p>
<p>Also laying on my desk are 3 different 2.5 in bare drives that have been removed from various notebook computers, 1 at 160 Gb, and 2 at 100 Gb.  I have an external dock I can plug these into, but what do I use them for?  They are too small to hold an image of my current Mac Book Pro hard drive.  It becomes a bother to split backups over multiple drives.  So they just kind of sit there, like paper weights.</p>
<p>I also have a 3.5 in, 500 GB bare drive sitting next to them.  It failed awhile ago.  It is still under warranty so I need to send it back to Maxtor to get a replacement, but I have not got around to it.  I guess I just have drives coming out the Ying Yang.</p>
<p>My new minimum sizes:</p>
<p>2.5 in drive &#8211; 500 Gb<br />
3.5 in drive &#8211; 1 Tb</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tech.franzkelsch.com/2009/01/hard-drives-out-the-ying-yang/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>External Hard Drive Performance</title>
		<link>http://www.tech.franzkelsch.com/2008/12/external-hard-drive-performance/</link>
		<comments>http://www.tech.franzkelsch.com/2008/12/external-hard-drive-performance/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 15:58:54 +0000</pubDate>
		<dc:creator>Franz</dc:creator>
				<category><![CDATA[Computer Hardware]]></category>

		<guid isPermaLink="false">http://www.tech.franzkelsch.com/?p=284</guid>
		<description><![CDATA[<a href="http://www.tech.franzkelsch.com/2008/12/external-hard-drive-performance/" title="External Hard Drive Performance"><img src="http://www.tech.franzkelsch.com/wp-content/uploads/yapb_cache/hdrive_logo.25x6cmdcets0w04w80s8sc4oc.a9sxxja1njksswcs400wcc4cg.th.jpeg" width="180" height="101" alt="External Hard Drive Performance" style="float:left;padding:1px 1px 1px 1px;margin:0 10px 10px 0;" ></a>In a prior blog entry I discussed swapping the internal drive on my MacBook Pro and how it&#8217;s performance improved.  I decided to run the same benchmark on several different external drives I have.  To keep the comparision simple, I will show graphs for only one parameter, random write.  I used Drive Genius 2 to [...]]]></description>
			<content:encoded><![CDATA[<a href="http://www.tech.franzkelsch.com/2008/12/external-hard-drive-performance/" title="External Hard Drive Performance"><img src="http://www.tech.franzkelsch.com/wp-content/uploads/yapb_cache/hdrive_logo.25x6cmdcets0w04w80s8sc4oc.a9sxxja1njksswcs400wcc4cg.th.jpeg" width="180" height="101" alt="External Hard Drive Performance" style="float:left;padding:1px 1px 1px 1px;margin:0 10px 10px 0;" ></a><p>In a prior blog entry I discussed swapping the internal drive on my MacBook Pro and how it&#8217;s performance improved.  I decided to run the same benchmark on several different external drives I have.  To keep the comparision simple, I will show graphs for only one parameter, random write.  I used Drive Genius 2 to do the benchmarking.</p>
<h3>Internal Drive</h3>
<p>First to repeat my internal drive performance.</p>
<p>Western Digital, 2.5 in, 7200 rpm, 16 mb cache, SATA II</p>
<div id="attachment_277" class="wp-caption alignnone" style="width: 610px"><a href="http://www.tech.franzkelsch.com/wp-content/uploads/2008/12/sgii-wd500-on-fw800.png"><img class="size-full wp-image-277" title="sgii-wd500-on-fw800" src="http://www.tech.franzkelsch.com/wp-content/uploads/2008/12/sgii-wd500-on-fw800.png" alt="Segate 500 Gb in my own FW 800 case" width="600" /></a><p class="wp-caption-text">Segate 500 Gb in my own FW 800 case</p></div>
<p>This provides the overall best performance (green bars).  The blue bars are the stock Macbook Pro hard drive.</p>
<p>Now for the external hard drives, listed with the best performer first.</p>
<h3>Firewire 800 Connection</h3>
<p>SIIG External Firewire 800 case where I installed my own Segate, 500 Gb, PATA drive</p>
<p><a href="http://www.tech.franzkelsch.com/wp-content/uploads/2008/12/siig-radomwrite.png"><img class="alignnone size-full wp-image-286" title="siig-radomwrite" src="http://www.tech.franzkelsch.com/wp-content/uploads/2008/12/siig-radomwrite.png" alt="" width="600" /></a></p>
<p>Next is Maxtor One Touch III, 500 Gb, with a Firewire 800 interface.  Note that I have had issues using these drives on a Mac and ended up tearing apart a 750 Gb since the interface no longer worked.</p>
<p><a href="http://www.tech.franzkelsch.com/wp-content/uploads/2008/12/ot500-radmomwrite.png"><img class="alignnone size-full wp-image-287" title="ot500-radmomwrite" src="http://www.tech.franzkelsch.com/wp-content/uploads/2008/12/ot500-radmomwrite.png" alt="" width="600" /></a></p>
<p>The my latest purchase, a Western Digital Studio Editon, 1 Tb drive, with Firewire 800.</p>
<p><a href="http://www.tech.franzkelsch.com/wp-content/uploads/2008/12/wdsudiobook-radomwrite.png"><img class="alignnone size-full wp-image-288" title="wdsudiobook-radomwrite" src="http://www.tech.franzkelsch.com/wp-content/uploads/2008/12/wdsudiobook-radomwrite.png" alt="" width="600" /></a></p>
<h3>USB 2.0 Connection</h3>
<p><a href="http://www.tech.franzkelsch.com/wp-content/uploads/2008/11/hd-dock.jpg"><img class="size-full wp-image-231 alignleft" title="hd-dock" src="http://www.tech.franzkelsch.com/wp-content/uploads/2008/11/hd-dock.jpg" alt="" width="91" height="120" /></a></p>
<p>Segate 750 Gb, SATA II, 7200 rpm drive inserted in a Thermalake USB 2.0 dock.</p>
<p><a href="http://www.tech.franzkelsch.com/wp-content/uploads/2008/12/sg750-randomwrite.png"><img class="alignnone size-full wp-image-289" title="sg750-randomwrite" src="http://www.tech.franzkelsch.com/wp-content/uploads/2008/12/sg750-randomwrite.png" alt="" width="600" /></a></p>
<p>And finally a Western Digital, 250 Gb, Passport, 2.5 in. 5400 rpm drive.</p>
<p><a href="http://www.tech.franzkelsch.com/wp-content/uploads/2008/12/pp-radomwrite.png"><img class="alignnone size-full wp-image-290" title="pp-radomwrite" src="http://www.tech.franzkelsch.com/wp-content/uploads/2008/12/pp-radomwrite.png" alt="" width="600" /></a></p>
<p>When I get a eSATA card for my computer I can do some further testing.  Many of my drives also support Firewire 400 so I could test that, but this is enough for now.</p>
<p>My conclusion is that Firewire 800 is a very good interface for an external drive, much faster than USB 2.0.  The difference is far more significant than one would expect considering the theoretical difference in transfer rate is 800 vs. 480.  For 3.5 in drives on FW800, the random write was more like 4 times faster than when using USB, at least in the dock I have.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tech.franzkelsch.com/2008/12/external-hard-drive-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving my WordPress Blog</title>
		<link>http://www.tech.franzkelsch.com/2008/12/moving-my-wordpress-blog/</link>
		<comments>http://www.tech.franzkelsch.com/2008/12/moving-my-wordpress-blog/#comments</comments>
		<pubDate>Mon, 01 Dec 2008 17:28:18 +0000</pubDate>
		<dc:creator>Franz</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.tech.franzkelsch.com/?p=114</guid>
		<description><![CDATA[Moving Blog to Different Domain A WordPress blog is a combination of three parts: Web Hosting Control Panel.  This is only an issue if you wish to use the control panel provided by your web hosting company to install and update your WordPress installation. Files on the domain (WordPress, configuration, plugins, templates, image uploads, etc.) [...]]]></description>
			<content:encoded><![CDATA[<h3>Moving Blog to Different Domain</h3>
<p>A WordPress blog is a combination of three parts:</p>
<ul>
<li>Web Hosting Control Panel.  This is only an issue if you wish to use the control panel provided by your web hosting company to install and update your WordPress installation.</li>
<li>Files on the domain (WordPress, configuration, plugins, templates, image uploads, etc.)</li>
<li>MySQL database with several tables.  Each starts with a $table_prefix variable (found in wp-config.php), with a default of &#8220;wp_&#8221;.</li>
</ul>
<p>I have been keeping a blog dealing with photography.  I initially put the blog under subdomain <a href="http://www.franzkelsch.com">www.photo.franzkelsch.com</a>.  I decided to use get a new domain for my photography work and I wanted to move my blog to a subdomain there using www.blog.kelschphoto.com.</p>
<p>Since I was self-hosting using the WordPress blog publishing system on my own web hosting server with my own registered domain name moving the blog was not as simple as just exporting and reimporting the MySQL database.  There are some steps that should be done to ensure the proper migration and no breaking links.  I also wanted to have my web hosting company install the new blog so I could upgrade it from their control panel.</p>
<p>Here are the steps I used to move my blog.</p>
<h4>Backup Old Blog First</h4>
<ul>
<li>I made sure my old blog was running the latest WordPress software</li>
<li>I used FTP to download download all files from my old blog</li>
<li>I used the admin panel in my old WordPress blog to export the database.</li>
</ul>
<h4>Install New Blog</h4>
<ul>
<li>I first created a new WordPress blog in the subdomain using a brand new MySQL database table, including setting up user accounts.</li>
<li>From the FTP backup, I restored to the new location, the themes and plugins under &#8220;\ wp-content&#8221;  I has manually added to my old blog.</li>
<li>I activated the plugins and changed the theme to match.</li>
</ul>
<h4>Fixing the New Installation</h4>
<ul>
<li> Using the WordPress admin panel in the new blog, I selected to import the WordPress export from the old blog.  I checked the blog so it would find the uploads on the old blog and include them in the new blog.</li>
<li>To fix the links inside the blog I used phpMyAdmin on the newly imported database and issued these commands.</li>
</ul>
<p>To update WordPress options with the new blog location:</p>
<p>These steps are not needed if you follow the new export/import functions show above<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p align="left"><code>UPDATE wp_table_prefix_options SET option_value = replace(option_value, 'http://www.old-domain.com', 'http://www.new-domain.com') WHERE option_name = 'home' OR option_name = 'siteurl';</code></p>
<p>To fix URLs of the WordPress posts and pages<code>:</code></p>
<p align="left"><code>UPDATE wp_table_prefix_posts SET guid = replace(guid, 'http://www.old-domain.com','http://www.new-domain.com');</code></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>To update any internally links within blog posts or pages with absolute URLs first find the table_prefix in the wp-config.php file so you know the name of you tables.  Then do this SQL querry update</p>
<p><code>UPDATE wp_table_prefix_posts SET post_content = replace(post_content, 'http://www.old-domain.com', 'http://www.new-domain.com');</code></p>
<ul>
<li>I then tested the new blog and when I determined all was working, I deleted the old blog.</li>
</ul>
<h3>Changing Database Name</h3>
<p>I had started to accumulate so many blogs that the casual type names I had given to the databases got out of hand.  I decided to change the names of the database to be similar to the domain name where I was hosting the WordPress blog.  So if the blog is at sports.franzkelsch.com I would want to use a database that shows the type of data it contains and the domain it is associated with such as wp_sports_franzkelsch .  That would be enough for me to quickly know it is a WordPress blog that is hosted at sports.franzkelsch.com.  I am currently hosting my sites at Dreamhost and I can not just rename the database since the blog is setup to use a particular database.</p>
<p>Matters are more complicated when I wanted to use the control panel on dreamhost.com (where I host my domains).  If it were not for this, I could simple create a new MySQL database and import to it the contents of the old database, then edit the wp-confg.php file to show the new database name.  But to keep the right settings in my Dreamhost control panel, so I could use it to update the WordPress files in the future, I had to follow:</p>
<ul>
<li>Backup the MySQL database (Use phpMyAdmin or some other program)</li>
<li>Backup all the files in the domain/folder</li>
<li>Use the control panel to remove the WordPress installation.  You must do this before deleting the old MySQL database.</li>
<li>Either wait for the hosting company to delete the files or use FTP to delete them from the domain/folder</li>
<li>Create a new WordPress blog using the new MySQL database name</li>
<li>Manually delete the files that were added to the domain/folder by this installation.</li>
<li>Restore your MySQL backup to the new database</li>
<li>Edit the wp-config.php file to change the name of the data base in your backup files</li>
<li>Restore the files to the domain/folder</li>
<li>Check all is working</li>
<li>Delete the old MySQL database</li>
<li>Do a new WordPress install using your web hosting control panel.</li>
<li>Restore the files you backed up since the new install will be missing all your uploads.</li>
<li>Restore the MySQL database backup since the new install of WordPress will overwrite this</li>
<li>Go to the Site Admin, select Settings, then Permalinks.  Click Save to recreate the permalinks.</li>
<li>Remove the old MySQL database</li>
</ul>
<p>That will get things synced in your webhosting control panel. Not sure it is worth all the effort, however.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tech.franzkelsch.com/2008/12/moving-my-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Big and Faster Hard Drive for Mac Book Pro</title>
		<link>http://www.tech.franzkelsch.com/2008/11/new-and-faster-hard-drive/</link>
		<comments>http://www.tech.franzkelsch.com/2008/11/new-and-faster-hard-drive/#comments</comments>
		<pubDate>Thu, 27 Nov 2008 14:55:26 +0000</pubDate>
		<dc:creator>Franz</dc:creator>
				<category><![CDATA[Computer Hardware]]></category>

		<guid isPermaLink="false">http://www.tech.franzkelsch.com/?p=230</guid>
		<description><![CDATA[<a href="http://www.tech.franzkelsch.com/2008/11/new-and-faster-hard-drive/" title="Big and Faster Hard Drive for Mac Book Pro"><img src="http://www.tech.franzkelsch.com/wp-content/uploads/yapb_cache/mbp.e0zkdqi8iw8o80ww000kcsscg.a9sxxja1njksswcs400wcc4cg.th.jpeg" width="180" height="135" alt="Big and Faster Hard Drive for Mac Book Pro" style="float:left;padding:1px 1px 1px 1px;margin:0 10px 10px 0;" ></a>I just finished replacing the hard drive in my Mac Book Pro.  Unlike most notebook computers, this was not an easy task.  I had to remove 25 screws, remove the keyboard and disconnect two ribbon cables from the mother board before I could remove the old hard drive.  Fortunately there are many good tutorials on [...]]]></description>
			<content:encoded><![CDATA[<a href="http://www.tech.franzkelsch.com/2008/11/new-and-faster-hard-drive/" title="Big and Faster Hard Drive for Mac Book Pro"><img src="http://www.tech.franzkelsch.com/wp-content/uploads/yapb_cache/mbp.e0zkdqi8iw8o80ww000kcsscg.a9sxxja1njksswcs400wcc4cg.th.jpeg" width="180" height="135" alt="Big and Faster Hard Drive for Mac Book Pro" style="float:left;padding:1px 1px 1px 1px;margin:0 10px 10px 0;" ></a><p>I just finished replacing the hard drive in my Mac Book Pro.  Unlike most notebook computers, this was not an easy task.  I had to remove 25 screws, remove the keyboard and disconnect two ribbon cables from the mother board before I could remove the old hard drive.  Fortunately there are many good tutorials on the web to follow. I used a video tutorial at Other World Computing.</p>
<p>My model came two years ago with a 160 Gb drive.  It was just plain out of space, especially after taking all the photos in Europe recently.  Although I find the Mac must better in terms of applications using disk space, the documents, music and photos all add up.</p>
<p>I decided to go with a 7200 rpm drive, instead of the traditional 5400 rpm.  That meant I would only get a 320 Gb drive, instead of 500 Gb.  I bought the Western Digital drive online at newegg.com for $99, plus tax. Shipping was free.  I arrived late in the day.</p>
<p><a href="http://www.tech.franzkelsch.com/wp-content/uploads/2008/11/hd-dock.jpg"><img class="size-medium wp-image-231 alignleft" title="hd-dock" src="http://www.tech.franzkelsch.com/wp-content/uploads/2008/11/hd-dock.jpg" alt="" width="91" height="120" /></a></p>
<p>I put the new drive in my external hard drive dock.  This is a cool device that holds either a 3.5 or 2.5 bare SATA hard drive.  I ran SuperDuper to clone the existing drive to the new drive so once installed it would boot right up.  Since this external doc is only USB 2, it took awhile, 5 hours in fact.  It was now 11 pm and I was wonder if I should start this project.  Of course I could not resist.</p>
<p>I put a piece of paper on the desk and wrote down where all the screws were coming from and place the screws there as I removed them.  When I finally was removing the keyboard, the ribbon cable came disconnected before I could look underneath to see where it was attached, which gave me a bit of a startle. But I finally figured it out.</p>
<p>After the old drive was removed and the new on installed, and all the screws put back, I turned the computer on.  It seemed to not start and I was now worried.  But I guess it was just trying to figure out what to boot from since it had a new hard drive and shortly it started up.</p>
<p>I am very happy with the performance.  It seems to be a much faster computing experience.  The increase in performace could be from the faster hear drive, the larger hard drive with high density or the fact that I have much more free disk space.  In any case I am glad I went with a faster hard drive.  Only by testing a 5400 rpm 500 Gb drive compared with what I installed would one really know the best solution.</p>
<p>I did some benchmarking of the new drive compared with the what the database for the MacBook Pro.  The graphs below show how the new drive (in green) compare with what the baseline was for a MacBook Pro.  I included graphs for both random read and random write.  It seems the 7200 rpm does make a significant difference.  Click the graphs to view enlarged.</p>
<div id="attachment_274" class="wp-caption alignnone" style="width: 610px"><a href="http://www.tech.franzkelsch.com/wp-content/uploads/2008/12/wd320-internal-randem-read.png"><img class="size-full wp-image-274" title="wd320-internal-randem-read" src="http://www.tech.franzkelsch.com/wp-content/uploads/2008/12/wd320-internal-randem-read.png" alt="" width="600" /></a><p class="wp-caption-text">Internal 320 Gb 7200 RPM - Random Read</p></div>
<div id="attachment_275" class="wp-caption alignnone" style="width: 610px"><a href="http://www.tech.franzkelsch.com/wp-content/uploads/2008/12/wd320-internal-randwom-write.png"><img class="size-full wp-image-275" title="wd320-internal-randwom-write" src="http://www.tech.franzkelsch.com/wp-content/uploads/2008/12/wd320-internal-randwom-write.png" alt="" width="600" /></a><p class="wp-caption-text">Internal 320 Gb 7200 RPM - Random Write</p></div>
<p>Just looking at the specifications, my new internal 7200 rpm drive takes no more power, has any more vibration or a higher noise level, compared with the Western Digital 5200 rpm drive.</p>
<table border="1" width="467" align="center">
<tbody>
<tr>
<td colspan="4" bgcolor="#00ff00">
<h2 style="text-align: center;">Hard Drive Comparision</h2>
</td>
</tr>
<tr>
<td width="91" bgcolor="#00ff00">
<div style="text-align: center;">Hard Drive</div>
</td>
<td width="131" bgcolor="#00ff00">
<div style="text-align: center;">WD</p>
<p>Scorpio Black</p></div>
</td>
<td width="102" bgcolor="#00ff00">
<div style="text-align: center;">WD</p>
<p>Scorpio Blue</p></div>
</td>
<td width="115" bgcolor="#00ff00">
<div style="text-align: center;">
<p>WD</p>
<p>Scorpio Blue</p></div>
</td>
</tr>
<tr>
<td bgcolor="#00ff00">Capacity</td>
<td bgcolor="#00ff00">
<div>320 Gb</div>
</td>
<td bgcolor="#00ff00">
<div>320 Gb</div>
</td>
<td bgcolor="#00ff00">
<div>500 Gb</div>
</td>
</tr>
<tr>
<td bgcolor="#00ff00">Rotational</td>
<td bgcolor="#00ff00">
<div>7200 RPM</div>
</td>
<td bgcolor="#00ff00">
<div>5400 RPM</div>
</td>
<td bgcolor="#00ff00">
<div>5400 RPM</div>
</td>
</tr>
<tr>
<td height="23" bgcolor="#00ff00">Cache</td>
<td bgcolor="#00ff00">
<div>16 MB</div>
</td>
<td bgcolor="#00ff00">
<div>8 MB</div>
</td>
<td bgcolor="#00ff00">
<div>8 MB</div>
</td>
</tr>
<tr>
<td bgcolor="#00ff00">Interface</td>
<td bgcolor="#00ff00">
<div>SATA 3</div>
</td>
<td bgcolor="#00ff00">
<div>SATA 3</div>
</td>
<td bgcolor="#00ff00">
<div>SATA 3</div>
</td>
</tr>
<tr>
<td colspan="4" bgcolor="#00ffff">
<div><span style="text-align: center;"><strong>Current Requirements</strong></span> (mA)</div>
</td>
</tr>
<tr>
<td>Read/Write</td>
<td>
<div style="text-align: center;">
<div>500</div>
</div>
</td>
<td>
<div style="text-align: center;">
<div>500</div>
</div>
</td>
<td>
<div style="text-align: center;">
<div>500</div>
</div>
</td>
</tr>
<tr>
<td>Idle</td>
<td>
<div style="text-align: center;">400</div>
</td>
<td>
<div style="text-align: center;">400</div>
</td>
<td>
<div style="text-align: center;">400</div>
</td>
</tr>
<tr>
<td>Standby</td>
<td>
<div style="text-align: center;">50</div>
</td>
<td>
<div style="text-align: center;">50</div>
</td>
<td>
<div style="text-align: center;">50</div>
</td>
</tr>
<tr>
<td>Sleep</td>
<td>
<div style="text-align: center;">30</div>
</td>
<td>
<div style="text-align: center;">20</div>
</td>
<td>
<div style="text-align: center;">20</div>
</td>
</tr>
<tr>
<td colspan="4" bgcolor="#00ffff">
<div style="text-align: center;"><strong> Power Dissipation </strong>(watts)</div>
</td>
</tr>
<tr>
<td>Read/Write</td>
<td>
<div style="text-align: center;">2.5</div>
</td>
<td>
<div style="text-align: center;">2.50</div>
</td>
<td>
<div style="text-align: center;">2.50</div>
</td>
</tr>
<tr>
<td>Idle</td>
<td>
<div style="text-align: center;">0.85</div>
</td>
<td>
<div style="text-align: center;">0.85</div>
</td>
<td>
<div style="text-align: center;">0.85</div>
</td>
</tr>
<tr>
<td>Standby</td>
<td>
<div style="text-align: center;">0.25</div>
</td>
<td>
<div style="text-align: center;">0.25</div>
</td>
<td>
<div style="text-align: center;">0.25</div>
</td>
</tr>
<tr>
<td>Sleep</td>
<td>
<div style="text-align: center;">0.15</div>
</td>
<td>
<div style="text-align: center;">0.10</div>
</td>
<td>
<div style="text-align: center;">0.10</div>
</td>
</tr>
<tr>
<td colspan="4" bgcolor="#00ffff">
<div style="text-align: center;"><strong>Vibration (g2/Hz)</strong></div>
</td>
</tr>
<tr>
<td>Operating</td>
<td>
<div style="text-align: center;">0.00459</div>
</td>
<td>
<div style="text-align: center;">0.00459</div>
</td>
<td>
<div style="text-align: center;">0.00459</div>
</td>
</tr>
<tr>
<td>Non-Operating</td>
<td>
<div style="text-align: center;">0.05102</div>
</td>
<td>
<div style="text-align: center;">0.5102</div>
</td>
<td>
<div style="text-align: center;">0.05102</div>
</td>
</tr>
<tr>
<td colspan="4" bgcolor="#00ffff">
<div style="text-align: center;"><strong>Accustics (dBA average)</strong></div>
</td>
</tr>
<tr>
<td>Idle Mode</td>
<td>
<div style="text-align: center;">22</div>
</td>
<td>
<div style="text-align: center;">24</div>
</td>
<td>
<div style="text-align: center;">24</div>
</td>
</tr>
<tr>
<td>Seek Mode</td>
<td>
<div style="text-align: center;">25</div>
</td>
<td>
<div style="text-align: center;">26</div>
</td>
<td>
<div style="text-align: center;">26</div>
</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.tech.franzkelsch.com/2008/11/new-and-faster-hard-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash 10 Breaks WordPress File Upload</title>
		<link>http://www.tech.franzkelsch.com/2008/11/flash-10-breaks-wordpress-file-upload/</link>
		<comments>http://www.tech.franzkelsch.com/2008/11/flash-10-breaks-wordpress-file-upload/#comments</comments>
		<pubDate>Sun, 02 Nov 2008 22:55:34 +0000</pubDate>
		<dc:creator>Franz</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.tech.franzkelsch.com/?p=223</guid>
		<description><![CDATA[<a href="http://www.tech.franzkelsch.com/2008/11/flash-10-breaks-wordpress-file-upload/" title="Flash 10 Breaks WordPress File Upload"><img src="http://www.tech.franzkelsch.com/wp-content/uploads/yapb_cache/wordpress_fileupload.4ai546vuiiec8wow8g8s8o0s8.a9sxxja1njksswcs400wcc4cg.th.jpeg" width="180" height="59" alt="Flash 10 Breaks WordPress File Upload" style="float:left;padding:1px 1px 1px 1px;margin:0 10px 10px 0;" ></a>With the update of WordPress to version 2.6 you are allow you to switch from the flash uploader or Browser uploader (see the above image).  That was working just fine after upgrading WordPress.  At least it was until I came upon a website that said I did not have Adobe Flash installed in my browser.  [...]]]></description>
			<content:encoded><![CDATA[<a href="http://www.tech.franzkelsch.com/2008/11/flash-10-breaks-wordpress-file-upload/" title="Flash 10 Breaks WordPress File Upload"><img src="http://www.tech.franzkelsch.com/wp-content/uploads/yapb_cache/wordpress_fileupload.4ai546vuiiec8wow8g8s8o0s8.a9sxxja1njksswcs400wcc4cg.th.jpeg" width="180" height="59" alt="Flash 10 Breaks WordPress File Upload" style="float:left;padding:1px 1px 1px 1px;margin:0 10px 10px 0;" ></a><p>With the update of WordPress to version 2.6 you are allow you to switch from the flash uploader or Browser uploader (see the above image).  That was working just fine after upgrading WordPress.  At least it was until I came upon a website that said I did not have Adobe Flash installed in my browser.  I knew I had it installed but went ahead and did the update, which installed Flash 10.</p>
<p>That broke the WordPress Flash based file upload so each time I wanted to upload a file, I had to click the link for Browser based, select the file, then click Upload.  Lots of extra clicks.</p>
<p>Later when I was attempting to post a new Word Press blog entry and upload a file, the Choose File button did not work.</p>
<p>I was forced to select the use &#8220;Browser Upload&#8221; method instead.  That mean everytime I went to use upload a file I had to change the upload method. I found this anoying.  Research showed Flash 10 <a href="http://theflashblog.com/?p=423" target="_blank">introduced a new security measure</a> which prohibits the calling of the File Browse dialog from code. This means all flash based file uploader applications need to be radically changed in order to function with Flash 10. This change is affecting all flash based file uploaders across the web including Pixie, Flickr, WordPress etc.</p>
<p>Okay, so I did not need this headache so I decided to go back to Flash 9.  That was not so simple.  I finally found Flash 9 on the Adobe website.  It was there for developers to use to test software, just assuming everyone would want to use Flash 10.  Then I had to figure out how to uninstall version 10.  If found an unistaller here: <a href="http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_14157" target="_blank">http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_14157</a> .</p>
<p>Intially the uninstaller stalled when it started to access my Time Machine external drive.  I had to a force quite, take that drive off line, and then start over.  Finally after getting Flash 10 uninstalled, I installed version 9.  Now I can still click to choose the file using the flash uploader, but when when I select a file, it does not seem to upload.  So more trouble shooting is needed.</p>
<p>So the real question, who needs Flash 10 when it crippled things? They should have given a warning before they install.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tech.franzkelsch.com/2008/11/flash-10-breaks-wordpress-file-upload/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
