<?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>carpeaqua by Justin Williams &#187; Announcements</title>
	<atom:link href="http://carpeaqua.com/category/announcements/feed/" rel="self" type="application/rss+xml" />
	<link>http://carpeaqua.com</link>
	<description></description>
	<lastBuildDate>Fri, 25 Jun 2010 12:16:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<cloud domain='carpeaqua.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>SGMimiMailer - A Cocoa Wrapper For Mad Mimi</title>
		<link>http://carpeaqua.com/2010/01/17/sgmimimailer-a-cocoa-wrapper-for-mad-mimi/</link>
		<comments>http://carpeaqua.com/2010/01/17/sgmimimailer-a-cocoa-wrapper-for-mad-mimi/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 15:22:41 +0000</pubDate>
		<dc:creator>Justin Williams</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[opensource]]></category>

		<guid isPermaLink="false">http://carpeaqua.com/?p=366</guid>
		<description><![CDATA[One of my favorite new blogs is Dan Wood&#8217;s software marketing blog. Dan writes a post or so a week with tips and best practices for independent developers like myself to improve our marketing efforts. In a recent post, he wrote about email lists being an excellent way to engage with potential and existing customers. [...]]]></description>
			<content:encoded><![CDATA[<p>One of my favorite new blogs is Dan Wood&#8217;s <a href="http://www.karelia.com/mac_indie_marketing/">software marketing blog</a>.  Dan writes a post or so a week with tips and best practices for independent developers like myself to improve our marketing efforts.  </p>

<p>In a recent post, he wrote about <a href="http://www.karelia.com/mac_indie_marketing/customer_mailing_lists.html">email lists</a> being an excellent way to engage with potential and existing customers.  Having had Second Gear mailing list for a little over a year now, I certainly agree.  </p>

<p>Signups for the Second Gear mailing list have for the most part been based off of customers who have purchased one of my products or the customer physically signing up via the sidebar of many of the pages on <a href="http://www.secondgearsoftware.com">secondgearsoftware.com</a>.  This has netted a relatively decent sized list, but I&#8217;ve long wanted to be able to prompt users who download a trial of <a href="http://www.secondgearsoftware.com/today">Today</a> or <a href="http://www.secondgearsoftware.com/checkoff">Check Off</a> to subscribe to the list.  Panic, SmileOnMyMac and Karelia are just a few examples of companies that are already doing this.</p>

<p>As luck would have it, my mailing list provider, <a href="http://www.madmimi.com">MadMimi</a>, offers a <a href="http://developer.madmimi.com/">REST-based API</a> that allows you to capture new signups among other things.  </p>

<p>I spent some time last night wrapping the capturing portion of the API and have posted it to my Github page as <a href="http://github.com/carpeaqua/SGMimiMailer"><strong>SGMimiMailer</strong></a>.  SGMimiMailer is a standalone class as well as an example project that shows you how to prompt the user for their email address.</p>

<p>The <code>SGMimiMailer</code> class itself really isn&#8217;t that complicated, but since I couldn&#8217;t find an existing wrapper, I thought I&#8217;d share my work.  At this point it does just wrap around the <a href="http://developer.madmimi.com/developer/api#membership-add">Add Audience List Membership</a> method, but it can certainly be expanded upon.  In addition, the code uses garbage collection as it targets 10.5.  I stopped worrying about retain cycles when I quit the iPhone.</p>

<p>If you have any feedback on SGMimiMailer, please let me know.  Hopefully someone else will find it useful.</p>

<ul>
<li><a href="http://github.com/carpeaqua/SGMimiMailer"><strong>Download SGMimiMailer</strong></a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://carpeaqua.com/2010/01/17/sgmimimailer-a-cocoa-wrapper-for-mad-mimi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An Xcode Template For GHUnit</title>
		<link>http://carpeaqua.com/2009/12/29/an-xcode-template-for-ghunit/</link>
		<comments>http://carpeaqua.com/2009/12/29/an-xcode-template-for-ghunit/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 06:49:15 +0000</pubDate>
		<dc:creator>Justin Williams</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://carpeaqua.com/?p=335</guid>
		<description><![CDATA[One of my personal goals for 2010 is to finally adopt unit testing in my project lifecycles. I&#8217;ve long meant to do something like this, but the amount of effort it takes to get a project up and running using Xcode&#8217;s OCUnit integration was a big detractor. It&#8217;s workflow also left much to be desired [...]]]></description>
			<content:encoded><![CDATA[<p>One of my personal goals for 2010 is to finally adopt unit testing in my project lifecycles.  I&#8217;ve long meant to do something like this, but the amount of effort it takes to get a project up and running using Xcode&#8217;s OCUnit integration was a big detractor.  It&#8217;s workflow also left much to be desired as as David Dribin so eloquently <a href="http://www.dribin.org/dave/blog/archives/2009/10/24/unit_test_bugs/">radared</a>.  </p>

<p>It wasn&#8217;t until I discovered Gabriel Handford&#8217;s <a href="http://github.com/gabriel/gh-unit">GHUnit</a> that I genuinely got interested in incorporating TDD into my projects.  GHUnit is installed as a framework that you can then run as an application in a separate test target.  It took about 10 minutes to get setup and writing code.</p>

<p>As I have adopted it into my workflow, I got tired of manually creating new GHTestCase classes or repurposing the default templates to do my bidding.  Luckily you can pretty easily extend Xcode to use custom project and file templates.  I just posted my <a href="http://github.com/carpeaqua/GHUnitTestCaseTemplate">GHUnit Test Case template</a> to GitHub, which will create a new <code>GHTestCase</code> subclass as well as the setup and tear down methods.   It&#8217;s not much, but anything that saves me a few keystrokes a day is a win.</p>

<ul>
<li><a href="http://github.com/carpeaqua/GHUnitTestCaseTemplate">GHUnitTestCaseTemplate</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://carpeaqua.com/2009/12/29/an-xcode-template-for-ghunit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Today 1.8.2 Now Available</title>
		<link>http://www.secondgearsoftware.com/today/</link>
		<comments>http://carpeaqua.com/2009/10/27/today-1-8-2-now-available/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 16:06:37 +0000</pubDate>
		<dc:creator>Justin Williams</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Linked]]></category>
		<category><![CDATA[announcement]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Today]]></category>

		<guid isPermaLink="false">http://carpeaqua.com/?p=271</guid>
		<description><![CDATA[A new release that resolves a few niggling issues that were bugging me. Most importantly, task sorting should more closely mimic that of iCal.]]></description>
			<content:encoded><![CDATA[<p>A new release that resolves a few niggling issues that were bugging me.  Most importantly, task sorting should more closely mimic that of iCal.</p>
]]></content:encoded>
			<wfw:commentRss>http://carpeaqua.com/2009/10/27/today-1-8-2-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Back To The Mac</title>
		<link>http://carpeaqua.com/2009/10/16/back-to-the-mac/</link>
		<comments>http://carpeaqua.com/2009/10/16/back-to-the-mac/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 13:00:00 +0000</pubDate>
		<dc:creator>Justin Williams</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[FitnessTrack]]></category>
		<category><![CDATA[announcement]]></category>
		<category><![CDATA[bitbq]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[macosx]]></category>

		<guid isPermaLink="false">http://carpeaqua.com/?p=249</guid>
		<description><![CDATA[I&#8217;m pleased to announce that BitBQ, also known as the corporate entity in front of Mr. Patrick Burleson (@pbur), has acquired both FitnessTrack and Emergency Information from my company Second Gear. The Backstory Back in July I wrote: I no longer enjoy building software for the iPhone because of the bureaucracy and infrastructure that surrounds [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://bitbq.com"><img src="http://lh6.ggpht.com/_o_U0OZ0lR0Q/StfjypZoS7I/AAAAAAAAAH8/DdJ1-Ff5-44/bitbq_acquisition.png?imgmax=800" alt="bitbq_acquisition.png" class="center" /></a></p>

<p>I&#8217;m pleased to announce that <a href="http://bitbq.com">BitBQ</a>, also known as the corporate entity in front of Mr. Patrick Burleson (<a href="http://twitter.com/pbur">@pbur</a>), has acquired both <a href="http://bitbq.com/fitnesstrack/">FitnessTrack</a> and <a href="http://bitbq.com/emergency/">Emergency Information</a> from my company Second Gear.  </p>

<h3>The Backstory</h3>

<p>Back in July <a href="http://carpeaqua.com/2009/07/28/where-do-i-sign-up/">I wrote</a>:</p>

<blockquote>
  <p>I no longer enjoy building software for the iPhone because of the bureaucracy and infrastructure that surrounds it. I can build great software for the Mac without the headaches and bullshit of dealing directly with Cupertino and their AppStore.</p>
</blockquote>

<p>After my rant, Patrick contacted me asking if I was serious about selling off my iPhone business as he was looking to get into the Indie development world and was a fan of both of the products.   At the time I was half-considering it, but the prospect of someone excited about taking over the products was too good to pass up.  We ironed out the details, signed a few contracts and now everything is ready to go<sup>1</sup>.</p>

<p>As with most things in my life, I have to be fully committed and passionate about something, or I can&#8217;t do it at all.  While I loved the iPhone applications I had built, I couldn&#8217;t bring myself to invest time and money in a platform where I was constantly questioning and second guessing.  </p>

<p>The biggest thing I took away from my iPhone development experiment is how different both the Mac and iPhone platform are.  While they share so much in common on the technological side, the marketing aspects and user base are such polar opposites.   As a one-man show, it seems almost too daunting to try to juggle between two polar opposites like the Mac and iPhone market.  </p>

<p>Just because I didn&#8217;t gauge my iPhone development experience as a successful doesn&#8217;t mean that others can&#8217;t succeed.  In fact, I think Patrick is going to do an excellent job bringing both FitnessTrack and Emergency Information.  I&#8217;ve got an idea of the roadmap he has for both products and I&#8217;m confident this will be a successful venture for him and for all users of both applications.</p>

<h3>Moving Forward</h3>

<p>As for me, I&#8217;m back to focusing exclusively on the Mac platform improving on <a href="http://www.secondgearsoftware.com/checkoff/">Check Off</a> and <a href="http://www.secondgearsoftware.com/today/">Today</a> while also working on another larger scale project in the garage.   I won&#8217;t rule out a return to the iPhone platform in the future, but it won&#8217;t be before Apple changes more of their policies and behaviors towards their development partners.  The in-app purchases announced recently are a start, but there&#8217;s still miles to go before it&#8217;s anywhere near where I want it to be.  Until then, I&#8217;ll enjoy using things like blocks, GCD and garbage collection while everyone else toils with memory warnings.</p>

<p>Good luck, Patrick and welcome to the Indie development community!</p>

<h3>The Fine Print</h3>

<ul>
<li>BitBQ - <a href="http://www.bitbq.com/press/acquisition.html">Acquisition Press Release</a></li>
<li>BitBQ - <a href="http://bitbq.com/fitnesstrack">FitnessTrack</a></li>
<li>BitBQ - <a href="http://bitbq.com/emergency">Emergency Information</a></li>
<li>Second Gear - <a href="">BitBQ Acquires FitnessTrack &amp; Emergency Information</a></li>
</ul>
<ol class="footnotes"><li id="footnote_0_249" class="footnote">Well, almost.  We&#8217;re still waiting on Apple to officially transfer the apps from my iTunes Connect account to his.</li></ol>]]></content:encoded>
			<wfw:commentRss>http://carpeaqua.com/2009/10/16/back-to-the-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Check Off 4.0 Released</title>
		<link>http://carpeaqua.com/2009/08/24/check-off-4-0-released/</link>
		<comments>http://carpeaqua.com/2009/08/24/check-off-4-0-released/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 13:30:59 +0000</pubDate>
		<dc:creator>Justin Williams</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Check Off]]></category>
		<category><![CDATA[announcement]]></category>
		<category><![CDATA[checkoff]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://carpeaqua.com/?p=206</guid>
		<description><![CDATA[I am pleased to announce the release of something that has long been in the works: a major update to Check Off. Check Off is a quick to-do list that sits in your Mac&#8217;s menu bar. Simply click the check mark and your personal to-do list will drop down. This release focuses on modernizing the [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://carpeaqua.com/wp-content/uploads/2009/08/checkoff_sm.png" alt="checkoff_sm.png" class="right" />I am pleased to announce the release of something that has long been in the works: a major update to <a href="http://www.secondgearsoftware.com/checkoff/">Check Off</a>.  Check Off is a quick to-do list that sits in your Mac&#8217;s menu bar. Simply click the check mark and your personal to-do list will drop down.</p>

<p>This release focuses on modernizing the the application going forward.   Much like Apple is doing with Snow Leopard, I wanted to update Check Off so that it is ready for the next decade of software and hardware advancements.</p>

<p>The release sports a new coat of paint with a modernized interface.  Check Off now looks and feels like it belongs on Leopard and Snow Leopard with its modernized toolbar, list styles and preferences window. </p>

<p><img src="http://carpeaqua.com/wp-content/uploads/2009/08/checkoffwindow.png" alt="checkoffwindow.png" class="center" /></p>

<p>Check Off 4 also includes a new purge feature which will allow you to remove all of your checked off items with a single click so you can just focus on what&#8217;s left to be done on your list.  The application is also more friendly to international users with its new support for non-ASCII characters in the list, printing and exporting.  </p>

<p>Under the hood, the application saw substantial upgrades and enhancements.  Check Off was originally developed during the 10.2 days when Project Builder was the IDE of choice.  There was no such things as Bindings, Core Data, and garbage collection back then.  The idea of a 64-bit OS was still a ways away as well.   </p>

<p>I took the opportunity of 4.0 to rewrite key portions of the architecture to use Objective-C 2.0 features such as properties and garbage collection.  Sprinkle in support for bindings, an updated data engine and support for 64-bit and what came out is a code base that might not recognize its old self.  Check Off should be leaner, more stable and maybe even a bit snappier as well.</p>

<p>The new core will make it much easier to add functionality to the application going forward.  It also gave me the opportunity to fix some lingering usability issues.  Check Off now behaves more like a Mac application should and even has standard keyboard shortcuts.  </p>

<p>I&#8217;m very proud of this release and am glad that others can finally get a chance to use it.  </p>

<h3>The Transition From Free To Paid</h3>

<p>Check Off has long been a free product, but with 4.0, I have decided to start charging a license fee.   There are a variety of reasons for this, but it boils down to having to support myself and my company.  I want to continue to build great products for the Mac platform, but short of inheriting quite the trust-fund, making for-pay products is the only way I can do that.  </p>

<p>Single user licenses are $12.95, or you can purchase the family pack for $19.95 for use on up to five computers in your household.  </p>

<p>Transitioning from free to paid is always an awkward situation and I&#8217;m not sure if there is a right way to do it.  As part of the transition I have offered free 4.0 licenses to anyone who has made a donation towards Check Off in the past three years.  Whether it was a dollar or fifty, I wanted to thank those that took the time and saw fit to support the development of a free product. </p>

<h3>Give It A Try</h3>

<p>I use Check Off as the quick list for everything I don&#8217;t want to put in Things or as reminder of the things I need to fix or tweak before I can completely close out a ticket in FogBugz.  I&#8217;m sure you can find a use for it too.  Please <a href="http://www.secondgearsoftware.com/checkoff/downloads/CheckOff.zip">download it today</a> and let me know what you think.</p>
]]></content:encoded>
			<wfw:commentRss>http://carpeaqua.com/2009/08/24/check-off-4-0-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SGHotKeysLib - A Modern Fork Of PTHotKeysLib</title>
		<link>http://carpeaqua.com/2009/07/28/sghotkeyslib-a-modern-fork-of-pthotkeyslib/</link>
		<comments>http://carpeaqua.com/2009/07/28/sghotkeyslib-a-modern-fork-of-pthotkeyslib/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 02:36:00 +0000</pubDate>
		<dc:creator>Justin Williams</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://carpeaqua.com/?p=169</guid>
		<description><![CDATA[One of the projects going on in the Second Gear labs is upgrading both Today and Check Off to run as native 64 bit applications. This involves a lot of rewiring of numbers to use the modern NSInteger/NSUInteger, removal of deprecated and removed method calls and hoping that your dependent libraries are updated as well. [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://carpeaqua.com/wp-content/uploads/2009/07/screen-shot-2009-07-27-at-93431-pm.png" alt="Screen shot 2009-07-27 at 9.34.31 PM.png" class="center" /></p>

<p>One of the projects going on in the Second Gear labs is upgrading both Today and Check Off to run as native 64 bit applications.  This involves a lot of rewiring of numbers to use the modern NSInteger/NSUInteger, removal of deprecated and removed method calls and hoping that your dependent libraries are updated as well.  </p>

<p>With that in mind, I present <a href="http://github.com/carpeaqua/SGHotKeysLib/">SGHotKeysLib</a>.  SGHotKeysLib is a fork of Quentin D. Carnicelli&#8217;s excellent PTHotKeysLib library for registering shortcut keys on Mac OS X.</p>

<p>PTHotKeysLib has served us well for many years, but as I was working on upgrading my applications to run natively in 64 bit I was running into issues.  The original code itself used many deprecated methods, used 32 bit integer types, etc.  As I fixed those issues, my OCD started to get the best of me and I began reformatting and rewriting portions of the code using modern Objective-C practices and paradigms.  </p>

<p>SGHotKeysLib does the following:</p>

<ul>
<li>Adopts Objective-C 2.0 syntax, properties and other language features (suck it dot syntax haters)</li>
<li>Uses Leopard&#8217;s Text Input Sources (no patching required)</li>
<li>Runs natively in 64 bit</li>
<li>Supports Garbage Collection</li>
<li>Removes legacy code support (no more checking for 10.1, no more Project Builder)</li>
<li>Cleans up the code formatting &amp; variable declarations</li>
<li>Puts the code on <a href="http://github.com/carpeaqua/SGHotKeysLib/">GitHub</a> for hot forking action</li>
</ul>

<p>SGHotKeysLib includes:</p>

<ul>
<li>The SGHotKeysLib itself </li>
<li>A sample application that demonstrates how it works.  </li>
</ul>

<p>The sample uses a custom-built version of the <a href="http://code.google.com/p/shortcutrecorder/">ShortcutRecorder</a> framework to demonstrate setting a hot key.  </p>

<p>SGHotKeysLib is a modernization of a piece of code many of us have been using for several years, and I&#8217;m sure it could be improved even more.  If you have ideas for how to do that, please fork away.   If you find the code useful, please do let me know. </p>

<ul>
<li><a href="http://github.com/carpeaqua/SGHotKeysLib/">Visit SGHotKeysLib GitHub Page</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://carpeaqua.com/2009/07/28/sghotkeyslib-a-modern-fork-of-pthotkeyslib/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Track my workday via @secondgear</title>
		<link>http://carpeaqua.com/2009/07/08/track-my-workday-via-secondgear/</link>
		<comments>http://carpeaqua.com/2009/07/08/track-my-workday-via-secondgear/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 18:54:39 +0000</pubDate>
		<dc:creator>Justin Williams</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[announcement]]></category>

		<guid isPermaLink="false">http://carpeaqua.com/?p=146</guid>
		<description><![CDATA[Brent Simmons, Internet superstar and developer of NetNewsWire, recently started tweeting his workday. Brent describes it as coding as a performance. It&#8217;s a fairly good idea, so I&#8217;ve decided to shamelessly rip off the idea and use the Second Gear Twitter account to document what exactly is being worked on here in the lab. If [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://carpeaqua.com/wp-content/uploads/2009/07/screenshot-on-2009-07-07-at-122614-pm.png" alt="Screenshot on 2009-07-07 at 12.26.14 PM.png" class="center" /></p>

<p>Brent Simmons, Internet superstar and developer of NetNewsWire, recently started <a href="http://inessential.com/2009/07/04/brentsdevdiary-on-twitter">tweeting</a> his workday.  Brent describes it as coding as a performance.</p>

<p>It&#8217;s a fairly good idea, so I&#8217;ve decided to shamelessly rip off the idea and use the <a href="http://twitter.com/secondgear">Second Gear Twitter account</a> to document what exactly is being worked on here in the lab.  If you follow right now, you&#8217;ll see I&#8217;m hard at work on a new release of <a href="http://www.secondgearsoftware.com/fitnesstrack/">FitnessTrack</a>.  Rather than updating on every single thing I&#8217;m doing in a given day, I&#8217;m planning to just do one to two updates per day just so you can follow along.</p>

<p>You can follow along by following <a href="http://twitter.com/secondgear">@secondgear</a>.  Hopefully this proves to be an interesting experiment and gives you a closer glimpse of how my day goes along.</p>
]]></content:encoded>
			<wfw:commentRss>http://carpeaqua.com/2009/07/08/track-my-workday-via-secondgear/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Today 1.8: Better Snow Leopard Compatibility</title>
		<link>http://carpeaqua.com/2009/06/29/today-18-better-snow-leopard-compatibility/</link>
		<comments>http://carpeaqua.com/2009/06/29/today-18-better-snow-leopard-compatibility/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 12:13:46 +0000</pubDate>
		<dc:creator>Justin Williams</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Today]]></category>
		<category><![CDATA[announcement]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://carpeaqua.com/?p=140</guid>
		<description><![CDATA[I&#8217;m happy to announce that Today 1.8 is now available. Version 1.8 is a minor update to address a few Snow Leopard issues I was running into as I&#8217;m starting to use the new operating system more. The new release also improves the French localization and should launch a bit faster than before. As always, [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><img src="http://lh6.ggpht.com/_o_U0OZ0lR0Q/SicxVo60yXI/AAAAAAAAAE8/9TiCAwG1LqU/today-sm.png?imgmax=800" alt="today-sm.png" class="right" />I&#8217;m happy to announce that <a href="http://www.secondgearsoftware.com/today/">Today 1.8</a> is now available.  Version 1.8 is a minor update to address a few Snow Leopard issues I was running into as I&#8217;m starting to use the new operating system more.  </p>

<p>The new release also improves the French localization and should launch a bit faster than before.  As always, it&#8217;s a <a href="http://www.secondgearsoftware.com/today/downloads/Today.zip">free update</a> to registered 1.x users.   If you aren&#8217;t yet a Today user, why not give it a spin? A 10-day fully-functioning demo of Today can be downloaded at the <a href="http://www.secondgearsoftware.com/today/">Second Gear site</a>. </p>
]]></content:encoded>
			<wfw:commentRss>http://carpeaqua.com/2009/06/29/today-18-better-snow-leopard-compatibility/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hear me on the MDN Show</title>
		<link>http://carpeaqua.com/2009/06/01/hear-me-on-the-mdn-show/</link>
		<comments>http://carpeaqua.com/2009/06/01/hear-me-on-the-mdn-show/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 19:01:42 +0000</pubDate>
		<dc:creator>Justin Williams</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[mdn]]></category>
		<category><![CDATA[podcasts]]></category>

		<guid isPermaLink="false">http://carpeaqua.com/?p=130</guid>
		<description><![CDATA[I recently had the opportunity to take part in the inaugural episode of The MDN Show, from Scotty and the Mac Developer Network. The MDN Show is a combination show of MacSB, Late Night Cocoa and the Mac Developer Roundtable. I take part in the roundtable discussing some tips for a surviving WWDC along with [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://carpeaqua.com/wp-content/uploads/2009/06/logo.png" alt="logo.png" class="right" />I recently had the opportunity to take part in the inaugural episode of <a href="http://www.mac-developer-network.com/shows/podcasts/mdnshow/mdn001/">The MDN Show</a>, from Scotty and the Mac Developer Network.  The MDN Show is a combination show of MacSB, Late Night Cocoa and the Mac Developer Roundtable.   </p>

<p>I take part in the roundtable discussing some tips for a surviving WWDC along with <a title="No Thirst Software" href="http://nothirst.com">Kevin Hoctor</a>, <a title="Zarra Studios" href="http://www.zarrastudios.com">Marcus Zarra</a> and <a title="Hey Mac Software" href="http://www.heymacsoftware.com/">Mike Taylor</a>.   I use my time to warn against convention hall food and offer some restaurant tips around the Moscone area. In many ways, it is an audio companion to a blog post I wrote a year ago on having a <a href="http://blog.secondgearllc.com/2008/06/01/healthy-wwdc/">Healthy WWDC</a>.  </p>

<p>This isn&#8217;t my first time on an MDN show.  I previously was a guest on <a href="http://www.mac-developer-network.com/shows/podcasts/lnc/lnc041/">Late Night Cocoa</a> discussing CalendarStore and the <a href="http://www.mac-developer-network.com/shows/podcasts/macsb/macsb014/">MacSB show</a> talking about the hunt for a graphic designer.  </p>

<p>The Mac Developer network is a great resource for the Mac and iPhone development.  If you aren&#8217;t supporting Scotty&#8217;s hard work with the MDN, consider this a great opportunity to join and show your support.  It&#8217;s <a href="http://www.mac-developer-network.com/membership/">only $10</a> and will help ensure that he can continue to burn the podcasting oil for many years to come.  </p>

<p><a href="http://www.mac-developer-network.com/shows/podcasts/mdnshow/mdn001/">Listen to The MDN Show Episode 01</a></p>
]]></content:encoded>
			<wfw:commentRss>http://carpeaqua.com/2009/06/01/hear-me-on-the-mdn-show/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Emergency Information 1.0 Released</title>
		<link>http://carpeaqua.com/2009/06/01/emergency-information-10-released/</link>
		<comments>http://carpeaqua.com/2009/06/01/emergency-information-10-released/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 13:56:34 +0000</pubDate>
		<dc:creator>Justin Williams</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://carpeaqua.com/?p=127</guid>
		<description><![CDATA[FitnessTrack 1.1 is unfortunately still in review with Apple, but I am pleased to announce that a weekend project from a few weeks ago is now available in AppStore for just 99 cents: Emergency Information. An In Case of Emergency (ICE) card is something everyone should be (but usually isn&#8217;t) carrying on them. It contains [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.secondgearsoftware.com/emergency/img/sidebar.png" alt="emergency-small.png" class="center" /></p>

<p>FitnessTrack 1.1 is unfortunately still in review with Apple, but I am pleased to announce that a weekend project from a few weeks ago is now available in AppStore for just 99 cents: <a href="http://secondgearsoftware.com/emergency/">Emergency Information</a>.</p>

<p>An In Case of Emergency (ICE) card is something everyone should be (but usually isn&#8217;t) carrying on them.  It contains your emergency contact information, allergies and medications should you ever be involved in an accident.  </p>

<p>I had the idea for building an iPhone version on a recent Friday afternoon and wasn&#8217;t satisfied with the existing offerings on AppStore.   I used it as motivation to spend my entire weekend building what I envisioned an ICE application should look and function like.   This is the fruits of that labor.</p>

<p>I didn&#8217;t envision that I&#8217;d ever create a 99 cent application, but I am using this as an experiment to see how well it fares in AppStore.  I&#8217;ve got a longer post in production where I plan to discuss some of my frustrations with AppStore as an independent, non-game/Twitter client developer.  This application is, in a way, a software supplement to that post.  </p>

<p>In any event, be sure to check out <a href="http://secondgearsoftware.com/emergency/">Emergency Information</a> for only 99 cents and tell your friends &amp; family about it.</p>
]]></content:encoded>
			<wfw:commentRss>http://carpeaqua.com/2009/06/01/emergency-information-10-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
