<?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>Buzzard Software, LLC. &#187; Uncategorized</title>
	<atom:link href="http://www.buzzardsoft.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.buzzardsoft.com</link>
	<description></description>
	<lastBuildDate>Sat, 15 Oct 2011 17:34:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>End of an era</title>
		<link>http://www.buzzardsoft.com/2011/07/31/end-of-an-era/</link>
		<comments>http://www.buzzardsoft.com/2011/07/31/end-of-an-era/#comments</comments>
		<pubDate>Mon, 01 Aug 2011 01:10:21 +0000</pubDate>
		<dc:creator>buzzard</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Lion]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Ugly CD Player]]></category>
		<category><![CDATA[Ugly Multiclip]]></category>

		<guid isPermaLink="false">http://blog.buzzardsoft.com/?p=43</guid>
		<description><![CDATA[A long time ago, I developed a couple of small shareware products: Ugly Multiclip (a simple clipboard manager) and Ugly CD Player (a small CD player application design to take up only a small amount of screen real estate). These &#8230; <a href="http://www.buzzardsoft.com/2011/07/31/end-of-an-era/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A long time ago, I developed a couple of small shareware products: Ugly Multiclip (a simple clipboard manager) and Ugly CD Player (a small CD player application design to take up only a small amount of screen real estate).</p>
<p>These applications were both developed with Codewarrior using PowerPlant as the framework, and as a result these are PowerPC apps.  Mac OS X 10.7 (&#8220;Lion&#8221;) does not support PowerPC applications, and as a result these no longer work.  Furthermore, there isn&#8217;t an easy way to simply just recompile these projects and make them run on Lion.  Furthermore, even if they could be rebuilt fairly easily, they could really use a thorough rework to modernize their user interfaces.</p>
<p>So, as of now these products are officially unsupported.  There&#8217;s a chance that one or both may be resurrected in the future as time permits, but I&#8217;m in no position to make an announcement to that effect at this time.</p>
<p>To those who purchased these products in the past, I thank you for your support.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.buzzardsoft.com/2011/07/31/end-of-an-era/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>So long LaserWriter</title>
		<link>http://www.buzzardsoft.com/2009/09/13/so-long-laserwriter/</link>
		<comments>http://www.buzzardsoft.com/2009/09/13/so-long-laserwriter/#comments</comments>
		<pubDate>Sun, 13 Sep 2009 23:22:23 +0000</pubDate>
		<dc:creator>buzzard</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.buzzardsoft.com/?p=14</guid>
		<description><![CDATA[A couple of weeks ago, I made the sad decision to retire my old LaserWriter 4/600 PS printer. It has served me well for a long time, but it is now time for me to let it go. I bought &#8230; <a href="http://www.buzzardsoft.com/2009/09/13/so-long-laserwriter/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A couple of weeks ago, I made the sad decision to retire my old LaserWriter 4/600 PS printer.  It has served me well for a long time, but it is now time for me to let it go.</p>
<p><span id="more-14"></span></p>
<p>I bought it in 1995 for around $650 as I recall and used it heavily to print excerpts from manuals (e.g. The Powerplant Book), specs, and other documents.  I even bought a stapler to staple larger documents of 50-100 pages.</p>
<p>When I updated my network to Ethernet, I picked up an unused Ethernet-to-Localtalk adapter from my day job at the time so that I could keep printing.  The adapter never worked nicely with my 10/100 Base-T network, so I had to keep it on my old 10 Base-T hub.</p>
<p>Since then &#8211; and probably in large part to the availability of information on the internet &#8211; I haven&#8217;t printed as many large documents.  Even so, documents have become more graphics intensive &#8211; a problem for the old beast.  I did upgrade the RAM at one point (from 2MB to 6MB) just so the printer wouldn&#8217;t choke on bigger documents.</p>
<p>In any case, I bought a <a href="http://www.lexmark.com/lexmark/product/home/999/0,6970,204816596_653293751_1286193127_en,00.html?tabId=1">Lexmark E360dn Monochrome Laser Printer</a>, which is much faster, prints double-sided and cost much less than my old LaserWriter did originally.</p>
<p>As one last call to duty, I wanted to have the LaserWriter print out its test page.  The &#8220;print test page at power up&#8221; feature had been turned off, and there is no way to turn it back on in Mac OS X.  I, unfortunately, do not have a system with Mac OS 9 on it anymore so there was no way to turn it back on.  After much digging, I found an <a href="http://developer.apple.com/documentation/Hardware/Developer_Notes/Printers/LaserWriter_4_600_PSPrintr.pdf">Apple Developer Note</a> which included details of how to print the sample page.  So I embedded the following in a &#8220;.ps&#8221; file and printed it from my Mac.</p>
<blockquote>
<pre>%!PS
/SamplePages /ProcSet findresource /StartPage get cvx exec</pre>
</blockquote>
<p>Click <a href="http://blog.buzzardsoft.com/wp-content/uploads/2009/09/lw4-600ps-test-page.jpg" target="_blank">here</a> to see a scan of the last test page I printed (278KB, opens in new window). Almost 10K pages printed!</p>
<p>Now I&#8217;ll take it off to <a href="www.freegeek.org">Free Geek</a> and perhaps somebody will buy it, or it will just &#8211; <em>*sniff*</em> &#8211; get recycled.</p>
<p>Farewell, LaserWriter!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.buzzardsoft.com/2009/09/13/so-long-laserwriter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello</title>
		<link>http://www.buzzardsoft.com/2009/05/31/hello/</link>
		<comments>http://www.buzzardsoft.com/2009/05/31/hello/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 00:13:39 +0000</pubDate>
		<dc:creator>buzzard</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.buzzardsoft.com/?p=3</guid>
		<description><![CDATA[Greetings!   Just a quick note to kick off this blog.  I have no predisposed plan for blogging in terms of frequency of posts.  However, I do intend to provide some business and software development insights from a Mac and &#8230; <a href="http://www.buzzardsoft.com/2009/05/31/hello/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Greetings!   Just a quick note to kick off this blog. </p>
<p>I have no predisposed plan for blogging in terms of frequency of posts.  However, I do intend to provide some business and software development insights from a Mac and iPhone developer whenever I have topics to discuss.</p>
<p>So, welcome!  And stay tuned!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.buzzardsoft.com/2009/05/31/hello/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

