Category: Apple

link
3

Maciej announces feature freeze for WebKit nightlies. They’re going to focus on stability leading up to the Leopard release. They’ve added a lot of stuff since 2.0, especially on the JavaScript front: mutable DOM prototypes, DOM L3 XPath, getters and setters, and engine performance improvements. If all browsers moved this quickly I’d be a very happy man.

thought

It took nearly all weekend (and some help from iDefrag), but I’ve finally set up a Boot Camp partition to replace my Parallels Desktop disk image. I’d nearly stopped using Parallels simply because it took so long to start up and would slow everything else down, but moving to a physical partition solved that. Between Boot Camp support and coherence mode, the recent betas of Parallels have been fantastic.

quotation

[REMOVED] TextMate no longer pays tribute to human sacrifices, rape, nor does it show a picture of the God of the deaths in your dock — ticket 945BEB5D

TextMate Changelog
link

Sorting through my photos of San Francisco, I was reminded how much I love DoubleTake, panorama software designed for human beings. It lets you stitch a series of photos together in an unintimidating manner — something hugin can’t seem to do.

thought

I love the WebKit nightlies, but every so often my plugins stop working entirely (Flash, Quicktime, etc.), forcing me to trash my prefs file and relaunch. A minor hassle, yes, but I’m tired of setting my tabbed‐browsing preferences for the eleventh time. Shiira is, in many respects, fantastic, but I can’t seem to find an add‐on that’ll do find‐as‐you‐type. This is a deal‐breaker. Why does the OS X browser landscape have to be so frustrating?

link
4

Dashcode has been rumored to exist for a while, but now we know for certain: it’s being bundled with new MacBooks, and some kind soul sent his copy to Cool OS X Apps. It’s way more robust than I expected. Breakpoints, easy interface building (complete with a library of “ooh shiny” components), a GUI for your widget’s PLIST file, and built‐in localization. This is awesome. I really ought to start working on version 2 of my Azureus widget.

thought
5

TextMate lets the user bind any key combination to a snippet or command, thereby overriding the default behavior of that hotkey. This is useful. I’m trained to type option‐shift‐hyphen for em dashes (and option‐hyphen for en dashes)— but in the character‐encoding wasteland of the web, this is risky. So instead I’ve got snippets for the corresponding HTML entities — and – bound to those keys whenever I’m in an HTML scope.