I’ve been out of art school for so long that sometimes I forget that I can draw. Did this today with oil pastels on paper in about 45 minutes, while babysitting. I like how it turned out, though the proportions could be a little better.
I was working on an iPad site for a client, and they have photo galleries powered by Galleriffic. I came across a strange bug that I thought I would but out there. The gallery worked in every browser except for Safari on iPad, so I was really baffled by this. The gallery would run, but it would stay on the first photo in the sequence.
There is an attribute “enableHistory” that I had set to true. This enables you to send a link to a specific photo in the gallery. Simply set this to false, and your gallery will work once again!
Cappuccino is an impressive framework used for building rich desktop-like applications in the browser. It is an implementation of Apple’s Cocoa frameworks in the browser, including a language written on top of JavaScript called Objective-J, and the Foundation and AppKit frameworks…