I found this in the latest Cocoa Controls newsletter: A nice collection of Mac Terminal Tricks.
Lenker
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.
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.
* { 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.
Web 101
Sometimes it is good to go back to the basics and this Web 101 give you a superb runthrough of html, css and js basics.
Full-Stack JavaScript-ing With Goodie Bag
Today I came across this blog post about full-stack JavaScript-ing, which I just had to save for future reference. It’s full of goodies and links to projects to check out.
CocoaPods for internal libraries
We started using CocoaPods and soon asked ourselves how can we maintain our own internal repository of pods? The solution is so simple, read CocoaPods for internal libraries by Pablo Bendersky!