Categories
Uncategorized

Grand and Second Prizes

grand and second prizes

Seen at BarCamp Tampa. The obvious joke is that third prize is two Nexus 7s.

Categories
Uncategorized

One of the Side Effects of High Tech

Remember when they ruled the world and a lot of quiet evenings at home?

blockbuster_remains

Click the photo to see it at full size.

Categories
Uncategorized

The Smartphone Market, Depicted as Summer Camp Romances

if the smartphone market was summer camp

Categories
Uncategorized

iOS Developer News Roundup: What’s New in Objective-C and Foundation in iOS 7, NSBrief, and My Appventure

What’s New in Objective-C and Foundation in iOS 7

'iOS 7 Feast' table, featuring Objective-C

The latest post on Ray Wenderlich’s ever-so-useful iOS development site at the time of this writing is What’s New in Objective-C and Foundation in iOS 7, which is the Reader’s Digest version of a chapter from their new iOS 7 by Tutorials book. It gives you a quick look at the following new goodies:

  • Modules: “We’re all guilty of being lazy developers though, and nobody has time to tune their PCH [pre-compiled headers] file for each project they work on. That’s why modules were developed as a feature of LLVM.” For more about modules, see this video and these slides from the 2012 LLVM Developers’ Meeting.
  • instancetypeIt’s the return type that replaces id (and the problems that come with it) in most cases.
  • NSArray::firstObject: Arrays have a lastObject method, and finally, there’s a firstObject method, which gets around the error you get when you try to access element 0 of an empty array.
  • Built-in Base64 encoding methods: Now you don’t have to go look for a third-party library or roll your own.
  • NSTimer tolerances: Lets you specify how late a timer can fire after its scheduled time.
  • The NSProgress class: “In essence, NSProgress aims to deliver progress reporting throughout Objective-C code, neatly separating the progress of individual components. For example, if you perform a few different tasks on some data, then each task can monitor its own progress and report back to its parent task.”

NSBrief

nsbriefNSBrief bills itself as “A brief Podcast for Cocoa Developers, discussing interesting developer-y topics” with 108 podcasts under its belt dating back to October 2010.

Among their recent podcasts are:

My Appventure

Banner from 'My Appventure'

My Appventure is Scotty Ruth’s blog chronicling the highs and lows of his experiences developing iOS apps. Lately, his blog has evolved into a podcast series. Here are his latest podcasts:

  • 017: Mobile Design Tools – “I share a bit about my personal app design workflow, and I also review 3 great tools that can help you preview designs on your device in real time.”
  • 016: Photo Editing with Aviary – “In this interview we discuss the Aviary SDK which enables developers to quickly add powerful photo editing features into their apps.”
  • 015: Dave Klein: The Joys of CocoaConf – Today’s guest is Dave Klein, the lead organizer behind the oh-so nice CocoaConf conferences for iOS and Mac developers. If you’re looking for a high-quality conference closer to home, then you need to check out these events.  CocoaConf travels the country and hosts regional conferences, making it much more affordable for Indie developers. CocoaConf focuses on quality and community, listen in to find out why I enjoy their events so much.”
  • 014: Grab Bag: Clarity, App Annie, and More – “On today’s show I talk about how I use a service called Clarity to GIVE and GET professional advice over the phone.  I also provide a quick update on Quotely.”
  • 013: Xavier Veyrat: Cooking Up Apps with AppCooker – “Today’s guest is Xavier Veyrat, designer of AppCooker, an amazing tool to manage all of the pre-production work that goes into your app.  Cook up interactive prototypes, icons, keywords, and even pricing models.  If companies like Disney, EA and even Apple are using AppCooker to make their apps, then yeah… you might want to check this thing out!”
  • 012: Jonathan Penn: UI Automation Jedi Master – “Today’s guest is Jonathan Penn, an Indie app developer, tech-talker, author and contract consultant.  Jonathan has become an authority figure on the subject of UI automation and testing for iOS and he recently authored a book on the subject.  Whether you’re working on an app idea, or you do consulting to pay the bills, there’s something for you to glean from Jonathan’s experiences on today’s lighthearted interview.”
Categories
Uncategorized

The Installation Fun Continues!

Now that I’m done installing all 1713 floppies of Windows 8, it’s time to install this game…

Grand Theft Auto V on a 3.5-inch diskette

Categories
Uncategorized

How It Feels When I Connect to Free Wifi

I’m in Tampa right now, which puts me well outside Rogers’ regular service area. Since I’m roaming, I always do a happy dance when this happens:

how it feels when i connect to free wifi

This article also appears in The Adventures of Accordion Guy in the 21st Century.

Categories
Uncategorized

iOS 7 Development Tutorials Aplenty

ios 7 developmentNow that iOS 7 has hit the streets, the non-disclosure agreement that all registered iOS developers is no longer under effect. This means that all of us who’ve been playing with the various beta versions of iOS 7 and Xcode 5 can finally talk about them, as well as their APIs, and their experiences developing for Apple’s new-look operating system. Over the next few weeks, I’m going to talk about as many of the changes to Xcode and iOS as I can, as well as point you to other writers who are covering these topics.

Here’s a look at the iOS 7 reading I’m doing these days:

NSHipster on the New Goodies in iOS 7’s APIs

Banner for NSHipster on iOS 7 APIs, with NSHipster's 'moustache' logo.

NSHipster bills itself as “a journal of the overlooked bits in Objective-C and Cocoa”, and it does a good job at that. As with Global Nerdy, they’re going to spend the next few weeks covering what’s new for developers in iOS 7. In this week’s installment, NSHipster covers the following:

  • NSData Base64 encoding
  • NSURLComponents – “Think of it as NSMutableURL.”
  • NSProgress – “…a tough class to describe. It acts as both an observer and a delegate / coordinator, acting as a handle for reporting and monitoring progress.”
  • NSArray::firstObject – We’ve got NSArray::lastObject, so why not this?
  • CIDetectorSmile – Detects smiling faces within an image
  • CIDetectorEyeBlink – Detects blinking eyes within an image
  • SSReadingList – “Even though the number of people who have actually read something saved for later is only marginally greater than the number of people who have ever used a QR code, it’s nice that iOS 7 adds a way to add items to the Safari reading list…”
  • AVCaptureMetaDataOutput – “Scan UPCs, QR codes, and barcodes of all varieties with AVCaptureMetaDataOutput, new to iOS 7.”
  • AVSpeechSynthesizer – “iOS 7 brings the power of Siri with the convenience of a Speak & Spell in a new classAVSpeechSynthesizer..."
  • MKDistanceFormatter – “MKDistanceFormatter provides a way to convert distances into localized strings using either imperial or metric units.”

iOS 7 By Tutorials, by Ray Wenderlich & Co.

Banner for iOS 7 by Tutorials

Ray Wenderlich’s site is one of the go-to resources for iOS developer tutorials, from the articles to the books produced by its writers, including their iOS by Tutorials series. They’ve just released the latest in the series, iOS 7 by Tutorials, a PDF book for intermediate and advanced developers that gets updated often and will feature 25 chapters and hundreds of pages of material. This edition covers features such as UIKit Dynamics, Text Kit, background fetch, and the new “flat” design of IOS 7. Highly recommended if you’ve become comfortable with iOS development and want to make the leap past the beginner level.

iOS 7 by Tutorials is available right now for US$54.00.

iOS Games By Tutorials, by Ray Wenderlich & Co.

If you want to get into iOS game development using Apple’s new game framework, Sprite Kit, iOS Games by Tutorials is for you! It’s aimed at developers from all levels, from beginner to advanced.

iOS Games by Tutorials is available right now for $54.00.

The iOS 7 Feast

ios 7 feast

One more Ray Wenderlich goodie, and this one’s free! It’s the “iOS 7 Feast”, a series of articles covering some of the new features in iOS 7, including: