… because there are oh-so-many tablet Macs. There are ModBooks and there are non-Apple tablet machines running Mac OS X. So, if you have such a device and are looking for something that provides a surface on which to draw, write, etc., with various “pens” and with the ability to save to PDF and PNG, [...]
¶
Posted 07 May 2010
† 2718.us
§
Mac OS X § Programming
‡
°
Also tagged: journal, mac, mac osx, macwj, mit, mit license, modbook, os x, tablet, tablet pc, windows journal
Following the advice of Kevin Ballard on StackOverflow, I created IGIsolatedCookieWebView, a subclass of WebView that does not access or affect the system-wide shared cookie storage (shared among all WebKit apps). Each instance of IGIsolatedCookieWebView has its own cookie storage so that, for example, multiple instances of IGIsolatedCookieWebView within the same application can be logged in [...]
¶
Posted 11 March 2010
† 2718.us
§
Mac OS X § Programming
‡
°
Also tagged: cocoa, cookie, cookies, IGIsolatedCookieWebView, isolated cookies, mac, mit, mit license, os x, stackoverflow, subclass, webkit, WebView
IGResizableComboBox is a drag-resizable subclass of NSComboBox—that is, IGResizableComboBox should be usable in place of NSComboBox and it adds a small bar at the bottom of the pop-up list that can be dragged to resize the pop-up list. IGResizableComboBox is published under a 3-clause BSD an MIT license. It still has some quirks: behavior is [...]
¶
Posted 10 March 2010
† 2718.us
§
Mac OS X § Programming
‡
°
Also tagged: cocoa, combo box, combobox, drag, drag-resizable, IGResizableComboBox, mac, mit, mit license, nscombobox, os x, resizable, resizable combo box, resizable combobox, subclass
Discovering Fluid has given me a lot to play with today. Fluid itself is a program that you use to create other programs. In Fluid, you enter the web site you want and give it a name and give it an icon and it creates an application. That application is a Webkit (Safari-like) browser that [...]
¶
Posted 05 June 2009
† 2718.us
§
Mac OS X
‡
°
Also tagged: browser, growl, hahlo, lala, mac, os x, rememberthemilk, rtm, single-site, single-site browser, ssb, twitter, web app, webkit
I have multiple computers, so I can easily ssh into my desktop when the screensaver password is hanging and won’t let me log in. The not-so-new trick has been to use AppleScript on the command line to not-so-harshly close some applications (run osascript, then tell application “program name” to quit, followed by ctrl-D (EOF). The [...]