Google Charts

I’m not sure how I missed this one, but Google does a Google Charts project which is a collection of html5 friendly charts. I’m glad to see someone maintaining a project like this.

Published
Categorized as news

Well Done Website

Today I stumbled across a really snazzy website. Once you go to it, scroll down slowly and watch what happens to their main image after a second. I love this kind of innovation!

Published
Categorized as news

VIM Shortcuts

If, like me, you’re only an occassional VIM user then you probably know that VIM comes with an outrageous amount of flexibility and is also loaded with shortcuts. You know these things about VIM, but have no clue on how to use the shortcuts and have no intention to figure them all out. Today I needed to yank (copy) 4 lines and had no idea how to. That’s where this handy list of VIM shortcuts comes in handy. I’ll be using that for some time now!

Published
Categorized as news

XMLReader & NSDictionary

When being introduced to any language, one of the trickest parts for me is getting xml in an e4-like fashion. The closest thing I have found is this code that captures XML as a NSDictionary. I use it all the time at work and have even made my own spin-off of it that cleans white space off the strings as needed (you can find out more in the link).

Published
Categorized as news

Apple Push Notifications

I’ve been doing research about APNs lately which led me to investigate some PHP APNSs (Apple Push Notification Server). I found a promising PHP APNS with Easy APNS. Side note- They undoubtedly have SEO down pat for APNSs because they come up first every time.

Published
Categorized as news