I just updated daveeddy.com to include some basic particle effects in the header using the HTML5 canvas! Right now, I have the canvas sitting below the header (a lower z-index) and have it generate three random particles to just float around the screen. This will gracefully degrade if the users browser does not support canvas, as nothing will show in its place.