Jude Osborn

It's kind of fun to do the impossible -- Walt Disney

0 notes

Can Your Programming Language Do This? - Joel on Software

An oldie, but a goodie. I used to be a huge fan of software that was object oriented just for the sake of being object oriented, but I’ve changed a fair bit in recent years. In the end, a good engineer will use every tool in the box to get the best results — especially when it comes to scale, and that’s why more dynamic languages like JavaScript, Python and Ruby are rising in popularity.

0 notes

Paul Irish on Chrome Moving to Blink

0 notes

Web uploads in Safari with iOS6

I discovered today that as of iOS 6 files can be uploaded directly to a web site using the device’s gallery and camera. Android has had this feature for a while, but it’s really good news to see that iOS now does the same. This will make one of my current projects a lot easier. Just requires this:

<input type="file" accept="image/*" capture="camera">

0 notes

CSS FilterLab

Been playing with WebGL a fair bit recently. Feels great to be getting back into 3D programming a bit. CSS Custom filters aren’t exactly WebGL, but they allow 3D like shaders to be used with normal DOM elements. Some really exciting effects.

0 notes

Enough with the floppy disk icons

UI designers need to stop using floppy disks as a save icon. My very tech savvy 6 year old daughter was just playing a My Little Pony game on the iPad and couldn’t figure out how to save her work, though there was a giant floppy disk icon on the top right corner of the screen. A floppy disk means absolutely nothing to anyone who was born in the last 15 or so years.

Filed under ui