July 2011
3 posts
1 tag
Memory Management in Cocoa: Your Responsibilities
Came across this excellent article written by Matt Patenaude on memory management in cocoa and thought I should note down a part of it that clearly highlights our responsibilities when it comes to efficiently managing memory in our cocoa apps. Here they are:
Every time you create an object with alloc, you must release it, either immediately with release or at a later time with autorelease.
...
1 tag
1 tag
How To Create Your Own Custom Tumblr Theme
I thought it would be a great idea to start off my blog by sharing how I created this custom tumblr theme, aptly named ‘Practico’.
Inspiration (Design Concept)
All design work starts with an inspiration, a concept in which we can refer to at times of confusion. I want my blog post to be simple, clean (minimalist) with a practical layout and a soothing color scheme. Writings has to be...