February 2012
4 posts
W3C CSS Variables →
Let’s pray that this spec makes it into the mainstream.
Feb 8th
CSS Media Queries →
Responsive design is what it is all about these days.
Feb 6th
Can I use? →
Feb 6th
More HTML 5 Goodness →
Feb 5th
January 2012
4 posts
CSS 3 Please! →
Just found out about this. Cool!
Jan 25th
Jan 24th
HTML 5 Please! →
Check out this awesome site for looking up features in HTML 5.
Jan 23rd
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.
Jan 23rd