ARTLUNG
Main
Blog
Toy Robots
Code
Swim
Comics
Words
Resume
Contact
Tags
· javascript  
26-Feb-2010
Paul M Bowers
In this post from 8 years ago, I mention Paul M Bowers, a photographer that was around the corner from us at AVENCOM in San Diego. He took many of our photos. I thought I’d check out his site, http://www.paulmbowers.com/, and see how it had changed. I’m actually sort of delighted that it is the...
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 =...
11-Feb-2010
jQuery Southwest Virginia
I have no presumptions about how many folks in Southwest Virginia are JavaScript programmers and jQuery fans, but given the nice interface jQuery has given for meetups (they are using ning under the hood), I thought I’d set up a meetup for Roanoke / Blacksburg / New River Valley folks who program in JavaScript. If...
31-Jan-2010
Snowed yesterday
A lot. It caused the event I was going to go to: NC jQuery Camp, to get postponed till later in February. I’m still looking forward to a North Carolina adventure in coding. So we were snowed in Saturday, except for some preliminary snow shoveling I did. Today, Sunday started at 5am and I went...
29-Mar-2008
JavaScript Geekery: John Resig
If I haven’t mentioned it before, I’ll mention it now, I have done some with with jQuery. It’s impressive stuff. I quite enjoyed watching this talk by jQuery creator John Resig: JavaScript Talk at Northeastern. Perhaps you will too. Update 2023. There’s no replacement video for this. The original link was http://video.google.com/googleplayer.swf?docId=-7485992465859932389. Google Video went...
14-Nov-2007
Misc Cavalcade!
Yesterday I managed to write a post that was not: a single photo with a caption; a list of links; a random snippet of lyrics; a few words begging you off until I could really blog. Today, I have some links, but there are very many, and I hope to provide some context for each....
16-Oct-2007
Play Misc-y for Me
I’ve been reading and listening to lots about animation, and one of the more fun things has been Spline Cast, a podcast about 3-D animation. My favorite podcast right now is Dave Ramsey’s 1 hour version of his show. Don’t bother with the 3-hour version, it’s not really free. My previous favorite podcast is Harry...
21-Feb-2007
Destructured Assignment in Ruby, PHP, and JavaScript
Stupid code tricks in Ruby, PHP, and JavaScript
27-Jan-2007
Loading TinyMCE on the fly
Let’s say you have a textarea that is called into a page dynamically, say with an AJAX loaded chunk of HTML with a textarea in it. If you want that textarea to have TinyMCE applied to it, you need to call a script. This was a fun one to think through and debug, and it...
21-Apr-2006
JavaScript trim() function
it’s hokey, but it’s a nice basis for some other things. why didn’t i go looking for this last night when i was slamming my head against stupid code? ugh. function trim(str) { while(''+str.charAt(0)==' ') { str=str.substring(1,str.length); } while(''+str.charAt(str.length-1)==' ') { str=str.substring(0,str.length-1); } return str; }
←Previous
1
2
3
Next→
via-instagram
IFTTT
drawings
robots
swim2021
photos
memories
swim2022
delicious
inktober
music
swim2023
programming
san-diego
sdcc
comics
politics
webdev
funny
stoke
cosplay
video
swim2020
art
dogsofslacker
cube cat extended universe
movies
videos
sketchpartysd
wordpress
Search for:
©1996-2023
Joe Crawford
joe@artlung.com
805-857-3951