February 2012
4 posts
W3C CSS Variables →
Let’s pray that this spec makes it into the mainstream.
CSS Media Queries →
Responsive design is what it is all about these days.
Can I use? →
More HTML 5 Goodness →
January 2012
4 posts
CSS 3 Please! →
Just found out about this. Cool!
HTML 5 Please! →
Check out this awesome site for looking up features in HTML 5.
Objective-C Memory Management
Just remember, you need to call release on a particular object if you do one of the following things:
[myObj new]
[myObj alloc]
[myObj retain]
[myObj copy]
In other words, remember the acronym NARC.