-
Archives
- November 2015
- July 2015
- June 2015
- December 2014
- November 2014
- August 2013
- February 2012
- January 2012
- December 2011
- November 2011
- July 2011
- April 2011
- March 2011
- May 2010
- April 2010
- March 2009
- January 2009
- December 2008
- November 2008
- May 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
- October 2005
- September 2005
- August 2005
- July 2005
- June 2005
- May 2005
- April 2005
- March 2005
- February 2005
- January 2005
- December 2004
-
Meta
Tag Archives: Software development
Eradicating a missing dylib dependency in macports
I would’ve put this on the macports wiki because it’s the kind of thing I will probably need again sometime, but since their move to macosforge.org, I can’t modify their wiki. A few weeks ago, a new version of gettext … Continue reading
Tagged Software development
Comments Off on Eradicating a missing dylib dependency in macports
Cocoa Bindings
Wil Shipley of Delicious Monster pointed out that the challenge from Chapter 4 of Aaron Hillegas’ book “Cocoa Programming for Mac OS X” can be easily solved by using Cocoa Bindings, rather than using the more typical target/action approach. When … Continue reading
Tagged Software development
Comments Off on Cocoa Bindings
Problems with Cocoa Core Data ‘Core Recipes’ Example
I’m working on a couple of applications using Cocoa and Core Data. I’m familiar enough with the KVO, KVC, and things like NSArrayController to write the app without Core Data, but it’s such a cool tool and I figured the … Continue reading
Tagged Software development
3 Comments
Macports is trickier than it should be
macports, formerly Darwinports, looked to be a good, easy way to install and maintain a bunch of unix-based libraries and applications. After using it for a while, I see it has either design flaw or a documentation flaw. My use … Continue reading
Tagged Software development
1 Comment
Building and Testing Darwin Calendar Server
Since I first checked this out on Tuesday, they’ve updated a couple of configuration files and, more importantly, added a README so I know how to build it. It’s also nice to see at least one or two people have … Continue reading
Tagged Software development
Comments Off on Building and Testing Darwin Calendar Server