<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.7.1" -->
<rss version="0.92">
<channel>
	<title>Musings from Mars</title>
	<link>http://www.musingsfrommars.org</link>
	<description>I've been observing personal computing behavior for a long time, and now I have some things to say. Here are my two cents about computing, music, software, and related topics.</description>
	<lastBuildDate>Wed, 01 Sep 2010 06:52:43 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>SimpleMachines Forums: Open Source Forum Software</title>
		<description><![CDATA[Home of SMF: Free PHP and MySQL forum software.

Several customers have asked me to set up a forum for users of CrystalClear Interface, and I've got it on my to-do list. (...)]]></description>
		<link>http://www.musingsfrommars.org/2010/09/simplemachines-forums-open-source-forum-software.html</link>
			</item>
	<item>
		<title>A Browser for Core Data</title>
		<description><![CDATA[Browsing Core Data databases using F-Script.

Hmm... I've been wanting something like this ever since I started learning about Core Data. (...)]]></description>
		<link>http://www.musingsfrommars.org/2010/09/a-browser-for-core-data.html</link>
			</item>
	<item>
		<title>Mac Stuff: A wealth of sample code for AppleScript</title>
		<description><![CDATA[Mac Stuff.

This site's author shares a lot of great AppleScript code, with explanations of how they work. Pointers to AppleScript resources as well. He also covers shell scripts and Automator.]]></description>
		<link>http://www.musingsfrommars.org/2010/07/mac-stuff-a-wealth-of-sample-code-for-applescript.html</link>
			</item>
	<item>
		<title>White House Freezes IT Projects To Revisit Wasteful IT Contracting</title>
		<description><![CDATA[White House, citing waste, freezes IT projects - Computerworld.

Wow... this was certainly good news, especially given my rabid views on the subject, as often expressed on Mars in the past. (...)]]></description>
		<link>http://www.musingsfrommars.org/2010/07/white-house-freezes-it-projects-to-revisit-wasteful-it-contracting.html</link>
			</item>
	<item>
		<title>Google Ditching Windows?</title>
		<description><![CDATA[FT.com / Technology - Google ditches Windows on security concerns.

I do hope this turns out to be true. If so, it's about time some IT folks wised up about Windows. (...)]]></description>
		<link>http://www.musingsfrommars.org/2010/06/google-ditching-windows.html</link>
			</item>
	<item>
		<title>CrystalClear Interface 2.5: Taming a Leopard in Winter</title>
		<description><![CDATA[<img src="http://www.musingsfrommars.org/images/CCI2.5/theme_img.jpg" title="Desktop with CCI 2.5" style="width:350px;height:272px;float:right;clear:both;-webkit-box-shadow:none;-moz-box-shadow:none;margin-bottom:40px;"  class="cciBigImage rightImg"/> <p class="BigFirst">I recently released a major new version of <a href="http://crystalclear.musingsfrommars.org/"><b>CrystalClear Interface</b></a> (CCI). Among the most significant enhancements in version 2.5 are its full compatibility with Mac OS X 10.6 ("Snow Leopard") and its ability to finally theme the <b>Finder</b>. Because of new limitations to system add-ons imposed by Apple, taming Snow Leopard has been a daunting challenge, but the final outcome is a version of CCI that's the most stable, robust, and compatible yet. The extended struggle with Snow Leopard over the winter is one of the primary reasons I've decided to require a license fee for CCI 2.5 ($12.00).</p>]]></description>
		<link>http://www.musingsfrommars.org/2010/04/crystalclear-interface-25-taming-a-leopard-in-winter.html</link>
			</item>
	<item>
		<title>The Future for Home Computing</title>
		<description><![CDATA[The iPad is the future for home computing - Computerworld. (...)]]></description>
		<link>http://www.musingsfrommars.org/2010/04/the-future-for-home-computing.html</link>
			</item>
	<item>
		<title>The Ultimate Solution To Window Clutter:  You Can Call Me SAM</title>
		<description><![CDATA[<p>I've observed that one of the most intractable problems bedeviling computer users, which makers of operating system software never seem to solve, is that of "<em class="smallCaps">Window Clutter</em>." The inability to &#8230;</p>
  <ul>
    <li>Stay focused on the window you're working in, while</li>
    <li>Keep auxiliary windows handy and visible when needed,  </li>
    <li>Avoid confusing any of these windows with those of other running applications, and</li>
    <li>Maintain some reasonable level of aesthetic quality to your computer desktop.</li>
</ul>
<p>&#8230; is a nettle that keeps on pricking. At least, judging from continued user grumbling about it and the continued, less-than-satisfactory, though often valiant, solutions that user-interface experts keep offering users as the final salvation from this longstanding hindrance to productivity, I conclude that the nettle is alive and well.</p>
<p>That <em class="smallCaps">Window Clutter</em> should still be a topic of conversation among engineers at Apple (I don't think Microsoft has any high-level staff who really care about or understand the issues surrounding interface usability, and Linux developers don't have the time to do so) is testament to their failure to stamp out a problem that appears from Mars to have a fairly simple solution, namely: </p>
  <ul>
    <li><i><b class="CCIBoldItalics" >Make it so that only one application's windows are visible at any one time.</b></i></li>
  </ul>

<p>Affectionately referred to as Single Application Mode, or SAM, this is the default desktop environment on Mars. It's also widespread on Earth, though its human adherents often practice SAM quietly or even in secret because it's not an official, supported Mac OS X desktop environment.</p>
<p>Still, we find SAM the best way of dealing with today's large monitors, huge RAM capacity, and equally huge software options&#8212;all of which spell <em class="smallCaps">Window Clutter</em> at a scale never before experienced.</p>]]></description>
		<link>http://www.musingsfrommars.org/2010/03/the-ultimate-solution-to-window-clutter-you-can-call-me-sam.html</link>
			</item>
	<item>
		<title>CocoaOniguruma: Objective-C Framework for Regular Expressions</title>
		<description><![CDATA[CocoaOniguruma: Simple and tiny Objective-C binding of Oniguruma.

I ran across this today after noticing that SafariStand now uses it for its regular expressions search support. (...)]]></description>
		<link>http://www.musingsfrommars.org/2010/03/cocoaoniguruma-objective-c-framework-for-regular-expressions.html</link>
			</item>
	<item>
		<title>Getting Started With Cocoa Scripting</title>
		<description><![CDATA[Getting Started With Cocoa Scripting . (...)]]></description>
		<link>http://www.musingsfrommars.org/2010/02/getting-started-with-cocoa-scripting.html</link>
			</item>
	<item>
		<title>Adding An Apple Help File To Your Cocoa App</title>
		<description><![CDATA[Apple Help Screencast

Here's a 2008 screencast from developer Matt Neuberg explaining how to make an Apple Help bundle for your app. (...)]]></description>
		<link>http://www.musingsfrommars.org/2010/02/adding-an-apple-help-file-to-your-cocoa-app.html</link>
			</item>
	<item>
		<title>CocoaLab: New source of info for Cocoa programmers</title>
		<description><![CDATA[CocoaLab.

This site has loads of tutorials and other articles on Cocoa-programming topics. It also goes into specifics on issues such as software licensing and code signing. (...)]]></description>
		<link>http://www.musingsfrommars.org/2010/02/cocoalab-new-source-of-info-for-cocoa-programmers.html</link>
			</item>
	<item>
		<title>Quartz Composer Lab: qtzlcodex.com</title>
		<description><![CDATA[qtzlcodex.com.

If I ever find time to learn more about QuartzComposer and making compositions, here's a site I'll want to revisit.

Includes patches, compositions, and tutorials.]]></description>
		<link>http://www.musingsfrommars.org/2010/02/quartz-composer-lab-qtzlcodexcom.html</link>
			</item>
	<item>
		<title>Government Going Apple?</title>
		<description><![CDATA[Government going Apple?  - Security Systems News.

I guess I missed this little tidbit from last fall, courtesy of Security Systems News. (...)]]></description>
		<link>http://www.musingsfrommars.org/2010/02/government-going-apple-2.html</link>
			</item>
	<item>
		<title>Eight New Themes Coming in CrystalClear Interface 2.5</title>
		<description><![CDATA[<p>Besides the set of <a href="http://wp2.musingsfrommars.org/2010/01/introducing-crystal-document-icons-for-crystalclear-interface.html">Crystal Document icons</a> previewed recently, another feature of the forthcoming <a href="http://crystalclear.musingsfrommars.org/">CrystalClear Interface</a> 2.5 is a new set of eight beautiful preset themes, shown below. (Click the images for a closer look.) The themes are designed to complement the eight Frosted Crystals desktop pictures released with CCI 2.2. Of course, you can still set colors, frames, and transparency settings for Mac OS X windows to your own taste, as always. The preset themes are ones I've enjoyed and find a convenient shortcut to designing custom themes. 
</p>]]></description>
		<link>http://www.musingsfrommars.org/2010/02/eight-new-themes-coming-in-crystalclear-interface-25.html</link>
			</item>
	<item>
		<title>Introducing Crystal Documents:A Set of Document Icons for CrystalClear Interface</title>
		<description><![CDATA[<p>This is a set of 74 document icons intended to complement <a href="http://crystalclear.musingsfrommars.org">CrystalClear Interface</a> and the set of <a href="http://marsmuse.deviantart.com/art/Crystal-Albook-Icons-v1-0-53771610">Crystal Albook</a> system and application icons I released a couple of years ago. The set covers most of the document types used by Apple's applications as well as a limited set of document types for third-party applications. The icon set for third-party apps will be augmented substantially as time permits.</p>
<p>These icons are available for download now, and they will be included in the forthcoming release of CrystalClear Interface 2.5 (more on that in another article). In CCI 2.5, you will be able to automatically install and uninstall the various icon sets displayed below, including any of the Crystal Docs icons for any of the third-party applications you use. The new icon install feature will be included in the new CCI Preferences window.</p>
<p>Enjoy!</p>]]></description>
		<link>http://www.musingsfrommars.org/2010/01/introducing-crystal-documentsa-set-of-document-icons-for-crystalclear-interface.html</link>
			</item>
	<item>
		<title>Microsoft Exec Admits Windows 7 Emulates OS X</title>
		<description><![CDATA[Microsoft rebukes exec for Mac inspiration comment.

They can run, but they just can't hide.]]></description>
		<link>http://www.musingsfrommars.org/2009/11/microsoft-exec-admits-windows-7-emulates-os-x.html</link>
			</item>
	<item>
		<title>ComputerWorld Pits Snow Leopard Against Windows 7 (Again)</title>
		<description><![CDATA[Smackdown: Windows 7 takes on Apples Snow Leopard.

Now, this is more like it! (...)]]></description>
		<link>http://www.musingsfrommars.org/2009/11/computerworld-pits-snow-leopard-against-windows-7-again.html</link>
			</item>
	<item>
		<title>Analysis Shows Snow Leopard Faster Than Windows 7</title>
		<description><![CDATA[Performance showdown: Windows 7 vs. Snow Leopard &#124; Windows 7 Insider - CNET Reviews. (...)]]></description>
		<link>http://www.musingsfrommars.org/2009/10/analysis-shows-snow-leopard-faster-than-windows-7.html</link>
			</item>
	<item>
		<title>CrystalClear Interface 2.2</title>
		<description><![CDATA[<img src="http://crystalclear.musingsfrommars.org/images/cciss_interfacebldr.jpg" title="Screenshot of CCI 2.2 with Interface Builder" style="width:350px;height:257px;-webkit-border-radius: 10px;-moz-border-radius: 10px;" class="cciBigImage rightImg"><p class="BigFirst">I posted the new version of <a href="http://crystalclear.musingsfrommars.org">CrystalClear Interface</a> a few days ago, and then proceeded to hunt down and squash a couple of last-minute bugs. Yesterday, I was also moved to make one of the hard-wired features a configurable option. While not as dramatic an upgrade as version 2.1, CCI 2.2 nevertheless has a large number of new features, enhanced features, and bug fixes, as well a great deal of code optimizing. This article summarizes the more significant changes since version 2.1 was released in June.</p>]]></description>
		<link>http://www.musingsfrommars.org/2009/08/crystalclear-interface-22.html</link>
			</item>
	<item>
		<title>Introducing Frosted Crystals for CrystalClear Interface</title>
		<description><![CDATA[.frostHolder { position: relative; margin-right: 0px; margin-left: auto; width: 329px; height: 312px; } .frostedBg { position: absolute; width: 329px; height: 312px; background: transparent url(/images/frostedimages/background.png) no-repeat; } .frostedimg { position: absolute; right: 0px; width: 324px; height: 307px; margin-top:2px; margin-left:2px; margin-right: 3px; margin-bottom: 3px; -webkit-box-reflect: below 0px -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), color-stop(0.82, transparent), to(rgba(255,255,255,0.9))) 0 0 0 0 stretch stretch; } .title { float: left; width: 125px; height: 45px; top: 186px; position: relative; }.gradientBox { position:relative; width:470px; left:0px; right:0px; margin-left:auto; margin-right:auto; margin-top: 45px; padding:15px 12px 10px 2px; height:381px; background: url(/images/frostedarticle_bg.jpg) top left repeat-x; -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.65); -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.65); -webkit-border-bottom-left-radius: 8px; -moz-border-radius-bottomleft: 8px; -webkit-border-bottom-right-radius: 12px; -moz-border-radius-bottomright: 12px; -webkit-box-reflect:below 1px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.9, transparent), to(rgba(255,255,255,0.9)));}#credits { text-transform: uppercase; font-family: Trebuchet-MS, Verdana, sans-serif; letter-spacing: 0.3em; font-weight: bold; font-size: 7pt; margin-top:50px; color: rgb(70, 70, 70);text-align:center;text-shadow: 0px 1px 1px rgba(253,252,252,0.9); z-index:5;}
 These are snippets of the 9 "Frosted Crystal" desktop pictures that'll be distributed with CrystalClear Interface 2.2. (...)]]></description>
		<link>http://www.musingsfrommars.org/2009/08/introducing-frosted-crystals-for-crystalclear-interface.html</link>
			</item>
	<item>
		<title>Judge Bans Sales of Microsoft Word, Says MS Stole Code</title>
		<description><![CDATA[Microsoft Word Sales Banned In 60 Days -- InformationWeek.

Interesting tidbit, though I'm sure it will come to nothing with respect to Microsoft's monopoly word processing software. (...)]]></description>
		<link>http://www.musingsfrommars.org/2009/08/judge-bans-sales-of-microsoft-word-says-ms-stole-code.html</link>
			</item>
	<item>
		<title>WebKit Introduces Styleable Scrollbars</title>
		<description><![CDATA[Surfin’ Safari - Blog Archive  » Styling Scrollbars.

I've been so busy I missed this... (...)]]></description>
		<link>http://www.musingsfrommars.org/2009/06/webkit-introduces-styleable-scrollbars.html</link>
			</item>
	<item>
		<title>A Gift for Self-Deception</title>
		<description><![CDATA[<img class="reflect rheight20" style="float:right;margin-left: 10px; display: block;" title="You Can't Get A Horse" src="http://www.musingsfrommars.org/images/horsetowater.jpg" border="0" alt="You Can't Get A Horse" width="299" height="228" />For a long time now, I've been explaining why the world would have been better off if Apple's computers had come to dominate homes and businesses. I've focused on the virtues of Apple's software almost exclusively, even though Apple has for most of existence been primarily a hardware company, like Dell or Hewlett Packard. Why? Because it's clear to all us Martians that what makes or breaks a computing experience is the software. To paraphrase one of your ex-Presidents, "It's the Software, stupid!"

I've also come to believe that humans are genetically predisposed to self-deception, allowing them to talk themselves into whatever point of view is most convenient, or is perceived as being in their best self-interest. Thus, argument over the relative worth of one technology or another is pointless, because no carefully researched and supported set of facts will ever be enough to persuade someone with the opposite view. Indeed, the truth of this axiom is encapsulated in the common human phrase of folk wisdom,
<blockquote>"You can lead a horse to water, but you can't make him drink."</blockquote>
I've noted that when someone conjures this phrase to explain a colleague or acquaintance's intransigence about something, those listening will nod to each other knowingly and somewhat sadly aver, "So true."

And yet, how many humans really think they're as "stupid" as horses?]]></description>
		<link>http://www.musingsfrommars.org/2009/06/a-gift-for-self-deception.html</link>
			</item>
	<item>
		<title>Mac &#124; I Love Code</title>
		<description><![CDATA[Mac &#124; I Love Code.

This is a terrific collection of tutorials on software development, covering various languages and platforms including Mac OS X (Cocoa), HTML/CSS, JavaScript, PHP, and iPhone. (...)]]></description>
		<link>http://www.musingsfrommars.org/2009/06/mac-i-love-code.html</link>
			</item>
</channel>
</rss>
