… 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 os x, mac osx, macwj, mit license, modbook, os x, tablet, tablet pc, windows journal
I’m changing the license on most (maybe all) of my active open-source projects, largely because the MIT license does not have as many blanks that have to be filled in as the New BSD license and the language is a bit simpler. To the best of my knowledge, any rights granted under the New BSD [...]
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, mac os x, 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, mac os x, mit license, nscombobox, os x, resizable, resizable combo box, resizable combobox, subclass