<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>Andy Sylvester's Web</title>
	<link>http://andysylvester.com</link>
	<description>Software development, music, and the World Wide Web</description>
	<pubDate>Mon, 26 May 2008 06:13:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>
	<language>en</language>
			<item>
		<title>Modifying file upload settings for WordPress</title>
		<link>http://andysylvester.com/2008/05/26/modifying-file-upload-settings-for-wordpress/</link>
		<comments>http://andysylvester.com/2008/05/26/modifying-file-upload-settings-for-wordpress/#comments</comments>
		<pubDate>Mon, 26 May 2008 06:13:08 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
		
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://andysylvester.com/2008/05/26/modifying-file-upload-settings-for-wordpress/</guid>
		<description><![CDATA[In a recent post, I wanted to upload a Stuffit file with a .sitx extension, but had a problem using the upload features in WordPress (error was &#8220;file type does not meet security guidelines&#8221;). After some searching, I found this article describing how to fix this problem (modifying wp-includes/functions.php to add &#8217;sitx&#8217; =&#62; &#8216;application/x-stuffit&#8217;). Once [...]]]></description>
			<content:encoded><![CDATA[<p>In a recent post, I wanted to upload a Stuffit file with a .sitx extension, but had a problem using the upload features in WordPress (error was &#8220;file type does not meet security guidelines&#8221;). After some searching, I found <a href="http://headfirstproductions.ca/blog/wordpress-file-type-upload-error-security-fix/">this article</a> describing how to fix this problem (modifying wp-includes/functions.php to add &#8217;sitx&#8217; =&gt; &#8216;application/x-stuffit&#8217;). Once I updated the file, I was able to upload the Stuffit file successfully.</p>
]]></content:encoded>
			<wfw:commentRss>http://andysylvester.com/2008/05/26/modifying-file-upload-settings-for-wordpress/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Test-Driven Development Using AppleScript</title>
		<link>http://andysylvester.com/2008/05/26/test-driven-development-using-applescript/</link>
		<comments>http://andysylvester.com/2008/05/26/test-driven-development-using-applescript/#comments</comments>
		<pubDate>Mon, 26 May 2008 04:41:12 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
		
		<category><![CDATA[AppleScript]]></category>

		<guid isPermaLink="false">http://andysylvester.com/2008/05/26/test-driven-development-using-applescript/</guid>
		<description><![CDATA[MacTech Magazine recently published my two-part article titled &#8220;Test-Driven Development Using AppleScript&#8221;. In the April 2008 issue, part 1 gave an overview of test-driven development techniques using the AppleScript language, then gave a short example of those techniques using the ASUnit testing framework. In the May 2008 issue, the ASUnit framework was used to develop [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mactech.com">MacTech</a> Magazine recently published my two-part article titled &#8220;Test-Driven Development Using AppleScript&#8221;. In the April 2008 issue, part 1 gave an overview of test-driven development techniques using the AppleScript language, then gave a short example of those techniques using the <a href="http://nirs.freeshell.org/asunit/">ASUnit</a> testing framework. In the May 2008 issue, the ASUnit framework was used to develop a number guessing game using test-driven development techniques.</p>
<p>Back issues <a href="http://store.mactech.com/list.html?CREF=293">are available</a> from MacTech magazine (issues 24.04 and 24.05). The following are the web links contained within the articles:</p>
<p>Part 1 (April 2008):</p>
<ul>
<li><a href="http://www.xprogramming.com/testfram.htm">Kent Beck&#8217;s work</a> on testing frameworks for SmallTalk</li>
<li><a href="http://www.junit.org/">Junit</a> testing framework for Java</li>
<li><a href="http://www.xprogramming.com/software.htm">Directory of testing frameworks</a> for many languages</li>
<li><a href="http://nirs.freeshell.org/asunit/">ASUnit</a> AppleScript testing framework home page</li>
</ul>
<p>Part 2 (May 2008):</p>
<ul>
<li>Example ASUnit tests for the <a href="http://nirs.freeshell.org/code/SafeTerminal/tests/">SafeTerminal</a> application</li>
<li>Matt Neuberg&#8217;s book &#8220;<a href="http://www.oreilly.com/catalog/9780596102111/index.html">AppleScript: The Definitive Guide</a>&#8220;</li>
<li>Article by Charles Ross on <a href="http://www.atpm.com/9.02/roll.shtml">object-oriented programming</a> techniques in AppleScript</li>
<li><a href="http://en.wikipedia.org/wiki/Test_driven_development">Wikipedia page</a> on test-driven development</li>
</ul>
<p>Finally, I am linking a file of the script listings from the two articles (Stuffit Expander required to expand the scripts).</p>
<p><a href="http://andysylvester.com/wp-content/uploads/2008/05/tddscripts.sitx" title="ASUnit article example scripts">ASUnit article example scripts</a></p>
]]></content:encoded>
			<wfw:commentRss>http://andysylvester.com/2008/05/26/test-driven-development-using-applescript/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Using the WordPress OPML Editor Tool</title>
		<link>http://andysylvester.com/2007/11/24/using-the-wordpress-opml-editor-tool/</link>
		<comments>http://andysylvester.com/2007/11/24/using-the-wordpress-opml-editor-tool/#comments</comments>
		<pubDate>Sat, 24 Nov 2007 04:23:03 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
		
		<category><![CDATA[OPML Editor]]></category>

		<guid isPermaLink="false">http://andysylvester.com/2007/11/24/using-the-wordpress-opml-editor-tool/</guid>
		<description><![CDATA[I have been testing the WordPress tool for the OPML Editor on a development WordPress weblog. Tonight, I decided to try it on my main weblog. Here goes&#8230;.
It worked! I was able to successfully add another weblog to the tool setup.
]]></description>
			<content:encoded><![CDATA[<p>I have been testing the <a href="http://support.opml.org/2005/11/23#a369">WordPress tool</a> for the <a href="http://support.opml.org/">OPML Editor</a> on a development WordPress weblog. Tonight, I decided to try it on my main weblog. Here goes&#8230;.</p>
<p>It worked! I was able to successfully add another weblog to the tool setup.</p>
]]></content:encoded>
			<wfw:commentRss>http://andysylvester.com/2007/11/24/using-the-wordpress-opml-editor-tool/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Fixing the archives link in the Copyblogger theme</title>
		<link>http://andysylvester.com/2007/08/11/fixing-the-archives-link-in-the-copyblogger-theme/</link>
		<comments>http://andysylvester.com/2007/08/11/fixing-the-archives-link-in-the-copyblogger-theme/#comments</comments>
		<pubDate>Sat, 11 Aug 2007 18:32:36 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
		
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://andysylvester.com/2007/08/11/fixing-the-archives-link-in-the-copyblogger-theme/</guid>
		<description><![CDATA[After I installed the Copyblogger theme, I noticed that the &#8220;Archives&#8221; link in the header of the page did not display the archives for my site. I reviewed this article which talks about adding links to the header navigation area, but it did not have any information on my problem. After some searching, I found [...]]]></description>
			<content:encoded><![CDATA[<p>After I installed the <a href="http://www.pearsonified.com/theme/copyblogger/">Copyblogger</a> theme, I noticed that the &#8220;Archives&#8221; link in the header of the page did not display the archives for my site. I reviewed <a href="http://www.pearsonified.com/theme/copyblogger/header-navigation-links/">this article</a> which talks about adding links to the header navigation area, but it did not have any information on my problem. After some searching, I found a <a href="http://www.copyblogger.com/the-copyblogger-theme-for-wordpress/#comment-56233">comment</a> on the main Copyblogger site which had the details I needed:</p>
<ol>
<li>Create a <strong>page</strong></li>
<li>Enter whatever you want in the title, but do not enter any content</li>
<li>Select “Archives” from the Page Template dropdown menu on the right</li>
<li>Enter “archives” (without the quotes) in the Page Slug field, which is also on the right</li>
<li>Save/publish your page</li>
</ol>
<p>After following these steps, the archives link worked!</p>
]]></content:encoded>
			<wfw:commentRss>http://andysylvester.com/2007/08/11/fixing-the-archives-link-in-the-copyblogger-theme/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Welcome to Perl.com readers!</title>
		<link>http://andysylvester.com/2007/08/08/welcome-to-perlcom-readers/</link>
		<comments>http://andysylvester.com/2007/08/08/welcome-to-perlcom-readers/#comments</comments>
		<pubDate>Wed, 08 Aug 2007 07:53:54 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
		
		<category><![CDATA[Music]]></category>

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

		<category><![CDATA[Joseph Schillinger]]></category>

		<guid isPermaLink="false">http://andysylvester.com/2007/08/08/welcome-to-perlcom-readers/</guid>
		<description><![CDATA[For those of you who are coming here from my article on Perl.com titled &#8220;Making Perl Reusable with Modules&#8220;, welcome! I have continued working with the concepts of Joseph Schillinger that I described in that article. I have created a short Perl script which allows the user to create a MIDI file from a Schillinger [...]]]></description>
			<content:encoded><![CDATA[<p>For those of you who are coming here from my article on <a href="http://www.perl.com">Perl.com</a> titled &#8220;<a href="http://www.perl.com/pub/a/2007/08/09/making-perl-modules.html">Making Perl Reusable with Modules</a>&#8220;, welcome! I have continued working with the concepts of <a href="http://en.wikipedia.org/wiki/Joseph_Schillinger">Joseph Schillinger</a> that I described in that article. I have created a short Perl script which allows the user to create a MIDI file from a Schillinger resultant. You will need to have the <a href="http://search.cpan.org/~sburke/MIDI-Perl-0.8/">MIDI-Perl</a> and <a href="http://search.cpan.org/~ni-s/Tk-804.027/">Tk</a> Perl modules installed on your system. The file containing the Perl script is attached to this post as a .txt file. See the file for instructions on how to run the script.</p>
<p><a href="http://andysylvester.com/wp-content/uploads/2007/08/noteduration_1_0.txt" title="NoteDurationVersion1.0">NoteDurationVersion1.0</a></p>
]]></content:encoded>
			<wfw:commentRss>http://andysylvester.com/2007/08/08/welcome-to-perlcom-readers/feed/</wfw:commentRss>
		</item>
		<item>
		<title>About this weblog</title>
		<link>http://andysylvester.com/2007/08/08/about-this-weblog/</link>
		<comments>http://andysylvester.com/2007/08/08/about-this-weblog/#comments</comments>
		<pubDate>Wed, 08 Aug 2007 07:41:32 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
		
		<category><![CDATA[Main]]></category>

		<guid isPermaLink="false">http://andysylvester.com/2007/08/08/about-this-weblog/</guid>
		<description><![CDATA[Welcome to Andy Sylvester&#8217;s Web! This is a personal weblog which will cover a variety of topics I am interested in. See the Categories section on the sidebar to get a feel for my interests. Welcome aboard!
]]></description>
			<content:encoded><![CDATA[<p>Welcome to Andy Sylvester&#8217;s Web! This is a personal weblog which will cover a variety of topics I am interested in. See the Categories section on the sidebar to get a feel for my interests. Welcome aboard!</p>
]]></content:encoded>
			<wfw:commentRss>http://andysylvester.com/2007/08/08/about-this-weblog/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
