Hacks

Javascript 3D engine

Javascript 3D engine

I wouldn’t have thought it possible, but here’s an extremely clever hack from the Useless Pickles blog that will render 3D objects at a usable frame rate using standard Javascript. You might be familiar with another method in which you create a bunch of 1 pixel-high divs to draw each triangle with a series of […]

Offline iPhone apps with RFC 2397

An old and forgotten RFC provides a way to create applications for the iPhone that people can save and execute locally, even when offline! Back in November, I wrote about how you can store whole images inside of a URL using the RFC 2397 “data” URL format. Using this scheme on supported browsers, you can […]

Hackety Hack: Ruby for kids

Hackety Hack: Ruby for kids

In response to Friday’s post about Scratch, the visual programming language designed for kids, Ryan Briones writes: In the same vein there’s also Hackety Hack. I found out about it via the Makezine Blog – [via] Link. HacketyHack is a Ruby-based development environment and tutorial lessons designed to make it easy for kids age 13 […]