
15 Most Recent
More...
|
Blog
This is a collection of short articles or just phrases about everything from books and movies to web design and usability to programming.
Debugging Assembler on Mac OS X The thing a programmer probably does most is, unsurprisingly, debugging. Not that programmers necessarily love debugging, but if you don't have a high pain tolerance for debugging, you probably don't want to pursue a career in programming. On the other hand, if you like the challenge of the bug hunt, you should try getting into this biz. Or into exterminating. Whatever makes you happy, man.
(...)
|
Double click is a shortcut John Gruber mentioned in passing that people are confused about when to double-click and when not to. It's true, but that doesn't just apply to users. I've seen many application developers not knowing (or simply not caring) about when to use a double-click, and when not to.
(...)
|
Removing transparency from NSImage
I played around with a little test project using layer-backed NSImageViews for its graphical display. The hit-testing bit me just when I ran out of time, but a nice little NSImage category came out of this. (...)
|
|  |