A Good Primer on Swift Stuff
Posted in Software Development on July 13th, 2014 No Comments »
From Mike Ash, Interesting Swift Features.
Posted in Software Development on July 13th, 2014 No Comments »
From Mike Ash, Interesting Swift Features.
Posted in Software Development on July 2nd, 2014 No Comments »
Aaron Hillegass says that iOS Developers Need to Know Objective-C… and I agree.
Posted in Software Development on June 24th, 2014 No Comments »
It's like OpenDoc all over again! 😀 Michael Tsai - iOS 8 and Yosemite Extensions Okay, not really.
Posted in Software Development on June 23rd, 2014 No Comments »
Michael Tsai is maintaining a large list of links about the Swift programming language from Apple. Sweet.
Posted in Software Development on June 13th, 2014 No Comments »
Hopscotch - Coding for kids. I'll download this on my kiddo's iPad soon.
Posted in Software Development on May 17th, 2014 No Comments »
Panic Blog » Coda 2.5 and the Mac App Store and Michael Tsai cover it pretty well. Coda 2.5 will not be in the App Store, despite winning an Apple Design Award for "Best Mac App Store App" in 2012.
Posted in Software Development on April 24th, 2014 No Comments »
a) 10.10? I forgot that with Mavericks being 10.9 we were about to find out whether we were getting "Mac OS XI" or what… b) Apparently we have to get ready for Helvetica Neue according to Craig Hockenberry. That's fine. I think Analyzr can handle it.
Posted in Software Development on April 4th, 2014 No Comments »
45,000 Words on the Making of Threes. Well worth the time to read if you have the time to read it. 🙂
Posted in Software Development on March 20th, 2014 No Comments »
What Clients Don’t Know (and Why It’s Your Fault) by Mike Monteiro – An Event Apart Austin [corrected file] from Jeffrey Zeldman on Vimeo.
Posted in Software Development on March 19th, 2014 No Comments »
Thank you, NSView!
Posted in Software Development on March 10th, 2014 No Comments »
Only 90s Web Developers Remember This
Posted in Software Development on February 27th, 2014 No Comments »
OS X 10.9.2 arrives to fix SSL vulnerability, Mail problems, and more The SSL thing has been making the rounds lately. It boils down to code that looked like this: if(something) do something; do something else; else ... …instead of… if(something) { do something; do something else; } else ... I've always hated leaving out […]
Posted in Software Development on February 24th, 2014 No Comments »
Michael Tsai - Blog - iOS Background Fetch My first example of this was when I added Background Fetch to Check the Weather. A weather app's primary function is displaying up-to-the-minute, constantly changing data so in my initial iOS 7 update I experimented with adding highly frequent background updates. The result was far more dramatic […]
Posted in Software Development on February 14th, 2014 No Comments »
Three years ago today we released the first version of Analyzr - version 0.9. By the end of next month, we'll introduce our first paid upgrade - version 2.0. It will add, among other things: Vastly improved screen recording Pictures in the Library Live Video recording via iSight, USB, Firewire, or Lightning cameras Export to […]
Posted in Software Development on January 15th, 2014 No Comments »
This is how I feel like virtually every AppleScript problem I undertake turns out. The best solution: set a hard limit of 15 minutes, 60 minutes, whatever. Whatever stage you reach by then, stop.