Links
Apps
December 2024 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Archives
- January 2021
- April 2011
- August 2010
- July 2010
- June 2010
- January 2010
- October 2009
- June 2009
- March 2009
- February 2009
- January 2009
- December 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- April 2008
- February 2008
- December 2007
- November 2007
- September 2007
- May 2007
- January 2007
- December 2006
- August 2006
- July 2006
- June 2006
- May 2006
- March 2006
- January 2006
- November 2005
- October 2005
- August 2005
- July 2005
- June 2005
- May 2005
- February 2005
- January 2005
- December 2004
- November 2004
- October 2004
- September 2004
- August 2004
- July 2004
- June 2004
- May 2004
- April 2004
- March 2004
- February 2004
- January 2004
- December 2003
- November 2003
- October 2003
- September 2003
- August 2003
- April 2003
Category Archives: Mac
Efficient Exception Debugging with Xcode 4
When dealing with Objective-C exceptions while developing Cocoa applications, you might not know where the error happened. Calling -[NSMutableDictionary setObject:forKey:] with an nil object will output an error message in the console (*** -[NSCFDictionary setObject:forKey:]: attempt to insert nil value (key: … Continue reading
Posted in Apple, Developer, Mac
Tagged exceptions, gdb, objective-c, xcode4
Comments Off on Efficient Exception Debugging with Xcode 4
SiteCapture v1.2.1 Released
I just released SiteCapture v1.2.1 which has following changes: 64bit support on Intel Macs Feature to reveal the destination folder in the Finder Enhanced image quality for PDF thumbnails SiteCapture now requires Mac OS X v10.5 Leopard. Grab it at … Continue reading
Introducing WebKitTool
WebKitTool is a simple command line tool using Apple’s WebKit framework for converting web pages to PDF- or image files. When creating PDFs, you can either create one page containing the whole web page or multiple pages, landscape or portrait. Examples … Continue reading
Introducing PDFKitTool
PDFKitTool is a simple command line interface to Apple’s PDF Kit framework. With it, you can manipulate PDF documents. It can combine several documents into one or burst multipage documents into multiple single-paged documents. Examples Combining multiple documents and storing … Continue reading
Size Comparison: new 27″ iMac vs old 24″ iMac
It’s intresting to see that the new 27″ iMac is nearly as tall as the old 24″ model.
Posted in Apple, Hardware, Mac
2 Comments
SiteCapture 1.2 Released
I just released SiteCapture v1.2 and made it Freeware! New features include: Full-size captures now contain the full height of a page. When multiple URLs only differ in their query string, the file names of the images won’t collide anymore. … Continue reading
SiteCapture 1.1 Released
I just released SiteCapture v1.1 with following enhancements: Added the ability to specify a delay for pages which have a build animation (like many Flash-based sites). The Automator Action will no be listed under the category “Internet”. White spaces before … Continue reading
Make /opt invisible
Say you installed MacPorts on Mac OS X Leopard (client) and now there is a new folder called “opt” in the root level of the startup disk. To make it invisible in the Finder (but not in Terminal), enter the … Continue reading
Copying Tables from Safari to Numbers
Recently I wanted to copy parts of an HTML table from Safari to Numbers. Instead of getting an approximate copy where the HTML cells match the ones in Numbers, I got a list of all table cells in one column. … Continue reading
Posted in Apple, Mac, Software
3 Comments
SiteCapture 1.0.2 Released
Just a quick post to let everyone know that SiteCapture 1.0.2 was released yesterday. It is a minor release with following changes: Added the ability to edit an address of the ‘Own list’ by double-clicking the address row. Changed the … Continue reading