Category Archives: Articles

Sorry, but accepting Flash is potentially devastating to me

Ars Technica Why Ad Blocking is devastating to the sites you love: If you read a site and care about its well being, then you should not block ads or you subscribe to sites like Ars that offer ads-free versions of the site. … Continue reading

Posted in Articles | Tagged , , , , | Comments Off

Changes to come

What to expect around here: Presentation Helvetica Neue. Because no other font comes close. A streamlined and less boxy design. Removal of side bar. Most of its functionality will be merged into the footer, and the search into the header. … Continue reading

Posted in Articles | Tagged , | 1 Comment

A one day project

I started work today on an iPhone project with a friend. I figured it would take only a day to get to a reasonable 1.0. I’ve only put in about a half day on it so far, but at this … Continue reading

Posted in Articles | Tagged , , , | Comments Off

Learning a new programming language

It took me a while to learn Objective-C. I started at the most basic level, wondering at the language. What are these brackets? What’s with the @ signs? What’s the difference between a – and a +? These aren’t hard … Continue reading

Posted in Articles | Tagged , , | 2 Comments

The secret to enjoying Xcode

One of the things that made me like Xcode more and become more efficient with it is realizing that while all coders are insane, me and Xcode’s designers are insane in different ways. By that, I mean that aside from … Continue reading

Posted in Articles | Tagged , , , | Comments Off

iTunes zoom behavior

iTunes prior to 9.0 used a click on the zoom widget to convert to the mini player, leaving people like me who actually like to zoom a window option-clicking it. iTunes 9.0 finally fixed this. A click on the zoom … Continue reading

Posted in Articles | Tagged , , | Comments Off

Minimized iTunes player

Paste this into AppleScript Editor: tell application “iTunes” repeat with b in browser windows set the minimized of b to true end repeat end tell Save it in ~/Library/Scripts. And while you’re in AppleScript Editor, turn on Show Script menu … Continue reading

Posted in Articles | Tagged , | Comments Off

On skins and plugins

I started this post over six months ago, but never quite got around to finishing it. It might never be finished. But this is a thorn to me, so I’m just going to post it as is. Should your new … Continue reading

Posted in Articles | Tagged , , , , , | Comments Off

Xcode and iPhone OS 3.0.1

To get Xcode 3.1.3 working with iPhone OS 3.0.1, you’ll need to teach Xcode how to target iPhone OS 3.0.1. Xcode will automatically recognize iPhone OS 3.0.1 and look for a new SDK at a set path. The problem is … Continue reading

Posted in Articles | Tagged , , | 26 Comments

Three20

I downloaded the latest version of Three20 today by Joe Hewitt. I read through some of the code and ran through the included “catalog” demo. If you’ve used the Facebook application, you’ve seen early versions of a lot of these … Continue reading

Posted in Articles | Tagged , , , , | Comments Off