Pebble SDK 2 is Here!

Pebble SDK 2 is Here!

In just a few short hours, version 2 of the Pebble smartwatch app will be available for everyone. Now you can be as excited as we have been all Summer and Winter! Along with SDK 2 comes a host of features for which developers and customers alike have been clamoring....
Checksum Files in iOS

Checksum Files in iOS

I was searching for a way to get an MD5 or SHA1 checksum of a file in Objective-C for an iOS app. I found lots of solutions for getting the checksum of a string, but nothing for files. The solution was pretty simple, but I had to piece together information from a few...
Pebble SDK 2 is Here!

TimeLogger for Pebble SDK 2

In late August (2013), I was fortunate to get to attend Pebble’s first developer retreat in Palo Alto, CA. At this event, Pebble unveiled its first developer preview of SDK 2, making me one of only a handful of developers with early access to all of the new...
Pebble SDK 2 is Here!

Pebble Persistent Storage

We’re getting more and more excited now that the release of version 2.0 of the Pebble smartwatch software is drawing near. Truth be told, we’ve been hard at work for a good part of the Summer, Fall and Winter getting ready for this time (click here to see...
Database Abstraction Part 2: iOS

Database Abstraction Part 2: iOS

You’ve made it to my favorite part of this series. In the previous post, I covered the APP(ideas) database abstraction layer for PHP. Our primary goal has been to make it a simple system that is easy to use, fully capable and with little bloat. Some natural...