Blog
Guestbook
Search for:
ArtLung
San Diego
·
indieweb
·
Joe
·
2024
Tags
· prototypejs  
07-Feb-2012
Richard Gate (and jQuery)
Richard Gate is my brother-in-law. I’ve mentioned him once before. I put together a website for him in February 2007. I think it’s a great little site that does precisely what it needs to. It introduces you to an artist’s work. I worked with him this week to provide something interesting on the main richardgate.com...
20-Feb-2010
NC JavaScript & jQuery Camp
I had a lot of fun at Durham’s “NC JavaScript & jQuery Camp” today. Lots of driving, but even more learning and connection-making. I was particularly happy to create my first <canvas> drawing from watching @miketaylr‘s slides on HTML5. Here’s the source: <html> <head> <script> window.onload = function() { var ctx = document.querySelector('#c').getContext('2d'); ctx.lineWidth =...