I recently created a new GitHub named “IVM-AwesomeSauce” in which I intend to put snippets of useful code. Right now there’s one thing in there: a set of classes for doing custom animations between two UIViewControllers regardless of whether they’re being pushed in a UINavigationController or presented modally. You can find the source here. At some point I’ll dive deep and post a tutorial here, but for now here’s a snippet to show how it’s used:
Beginner
Y = 10 ;
Intermediate
float add( float x, float y ) { return x + y; }
Y = add(5,5) ;
Expert
Y = 10 ; // this should really be a function
Hollow Pad on Flickr.
I needed a background image for my 3rd generation iPad and thought it’d be cool to make it look like it was empty behind the glass, so I whipped this up. Hope you like it!
Graphical iOS4 Included Typeface List


Hey folks, I’ve been working on an iOS version of namechk.com for a while and it’s just gone live on the app store! Check it out and if you like it please leave a review! If you don’t like it, send me a message and I’ll get to fixing it ;)
Anyway, enjoy!
Available for your iPhone, iPad or iPod touch.
The Lions Mane Jellyfish is the largest jellyfish in the world. They have been swimming in arctic waters since before the dinosaurs (over 650 million years ago) and are among some of the oldest surviving species in the world.
The largest can come in at about 6 meters and has tentacles over 50 meters long. Pretty amazing when you think these things have been swimming around for so long.
They have hundreds of poisonous tentacles that it used to catch passing by fish. it then slowly drags in it’s prey and eats it.
That is terrifying.
(via screensociety)
I hope they let him into the debates.
Problem, Cole?
There’s some interesting conversation going on about the value of skeuomorphic UI textures used in Apple-designed user interfaces. John Gruber thinks that some people are “over thinking this” and that the textures are “not designed to help users understand how these apps work. They’re just decoration.”
I agree with John in that I don’t think these designs directly help the user learn how to use the app. However, I think that they have more value than “just decoration”.
Here’s a great quote from Steve Jobs from his biography:
I began to realize that an intuitive understanding and consciousness was more significant than abstract thinking and intellectual logical analysis.
Skeuomorphic UI designs make users feel comfortable. They put the user into a creative, curious mood by easing apprehension that a user might have in learning a new interface. Skeuomorphic UI designs are aimed at the primitive brain, not the analytical, which is why trying to analyze their pedagogical efficacy misses the point.
Apple’s new Siri intelligent agent for the iPhone 4S understands a bunch of useful stuff, but I wish it could do more. Here’s a list of tasks that I wish Siri could help me with:
To be fair, Siri does a few smart things that I didn’t expect. For example, ”remind me to call Kaywood in a minute” not only notifies you of your call, but she also pops up a dialog box offering to call Kaywood (which, I think, is more a function of the Reminders app).
(via br33elle)