Category Archives: Code

Flash Links & Reference

Just added a new page of useful flash links: Flash Links & Reference

Another Reason I hate ie6

I recently had a ie6 that only broke when using digest authentication, all other browsers worked fine. Hence, yet another ie6 specific hack… From Apache: The Digest authentication implementation in previous Internet Explorer for Windows versions (5 and 6) had issues, namely that GET requests with a query string were not RFC compliant. There are [...]

google via shell

I love this “shell” interface to google. http://goosh.org/

Visual Comparison of Sorting Algorithms

Love the visual representation (little applets) of the sorting and it’s a great sort reference: Sorting Algorithms Quoting, “We all know that Quicksort is one of the fastest algorithms for sorting. It’s not often, however, that we get a chance to see exactly how fast Quicksort really is. The following applets chart the progress of several common sorting algorithms [...]

Situated Software

Clay Shirky’s Situated Software: Clay says, “I teach at NYU’s Interactive Telecommunications Program (ITP), where the student population is about evenly divided between technologists who care about aesthetics and artists who aren’t afraid of machines, which makes it a pretty good place to see the future.”

Mootools Mocha UI

I LOVE Mootools and here is another reason why - Mocha : “Mocha is a web applications user interface library built on the Mootools javascript framework. The Mocha GUI components are made with canvas tag graphics.”

Google Visualization API

The Google Visualization API lets you access multiple sources of structured data that you can display, choosing from a large selection of visualizations. The Google Visualization API also provides a platform that can be used to create, share and reuse visualizations written by the developer community at large. Or, if that bores you, simply checkout their [...]

Basic Intro to Version Control – Subversion/SVN

Here is a fairly straight forward and simple intro to version control for even artist types. http://betterexplained.com