Grace Hopper … a CS legend.
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.
CSS 3 Please!
Just found out about this. Cool!
Dear Audible,
I love the audiobooks you provide. However, the desktop software is horrendous. Anyway you could lose the green and fix some of the silly UI issues. For example, please remember the window state when I close the application. Also, multiple monitor support would be great. Right now if I click on a menu and the window is not in my “main” monitor the menu will show in the main monitor while the app is on my third.
Love,
M.
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.

