Archive for the 'Articles' Category
Saturday, February 10th, 2007
Maybe this should be filed under “No Duh” but it’s taken me this long to figure out that Mail’s smart folders might actually save my life. For the past year or so, I’ve adopted the “save everything” approach, ala gmail, except on my Mac. So I have this huge “Received Mail” archive that actually, for […]
Posted in Apple, Software Reviews, Technology, Usability | 17 Comments »
Friday, February 9th, 2007
Implementing reordering table views is something of a first-time obstacle in Cocoa. The basic gist is you take responsibility for dragging from and to the table view in question, and thereby implicitly support drag reordering. This technique is demonstrated by Apple’s DragNDropOutlineView example. Faced with the desire to implement such functionality in a bindings-oriented application […]
Posted in Cocoa, Free Code, Programming | 18 Comments »
Thursday, February 8th, 2007
I’m doing some modest revision to my web site, when I notice one of those stupid HTML glitches where you’re just positive you must have forgotten to close a tag or something. Thanks to the generally forgiving nature of most web browsers, the page looks more or less OK, except that some table column is […]
Posted in Programming, Software Reviews, Technology, Web | 6 Comments »
Thursday, February 8th, 2007
When I chose to purchase an existing Java-based Cocoa application, I knew I was taking on some risk. Mac OS X still has a technology within it called the Cocoa-Java bridge, which makes it relatively easy for Java classes to participate in the Cocoa runtime, automatically translating objects like arrays and strings to their language-specific […]
Posted in Apple, Business, Cocoa, Debugging, Hacking, Intel, Programming, Technology | 15 Comments »