I found this in the latest Cocoa Controls newsletter: A nice collection of Mac Terminal Tricks.
Memos
Memos are small reminders of how to do things that we might not always remember on our own :D And links we would like to remember!
4 Ways to Loop with WordPress
Hey you WordPress developer, do you know all the ways to loop through posts in WordPress?
Probably not, but read this and you will feel empowered: 4 Ways to Loop with WordPress from Digging into WordPress.
GitHub Guides
Hey these look great: GitHub Guides!
HTML5 Rocks!
A whole site dedicated to why HTML5 Rocks, why did I now find this before …
Singelton in Objective C
I found a great «Singelton Pattern in Objectiv C» example/tutorial on Matt Galloways blog, check it out.
How To Track App Install Conversions for Facebook Ads
We started experimenting with Facebook Ads for some of our apps, including Lilly Sleep. But how do we know if the ad actually leads to a purchase?
Facebook has a really good how-to to get this done.
The how-to describes a simple 2-step process:
- Add the Facebook iOS SDK to your Xcode project and add a few lines of code
- Create a Facebook app to associate with you iOS app and fill out some forms.
We are submitting this new code together with an upgrade for iOS7 in the near future. I will write a new post about how to use this feature to optimize your Facebook Ad for app install conversion, once we have it running and collecting data.
App Store Review Times
If you have ever waited for Apple to review an app you will understand the greatness of this page!
* { Box-sizing: Border-box } FTW
The css box model has been a pain in the ass for me when working on the layout of #lillygram-letters. I have never liked it, but trying to make a print layout I was going crazy.
So i got very exited when I came over this article by Paul Irish: * { Box-sizing: Border-box } FTW. With box-sizing: border-box, padding and border no longer ads to the width and that just feels right!
Bookmark Sharing For Developers
I’m trying out this new project made by and for developers. Sort of like Pinterest for code 🙂
Zombies
I found this great article about a common pitfall with Backbone: zombie views reacting to events, thus creating what seems like multiple events for one event.
Read Zombies! RUN! for some valuable tips.