As time goes on, I add things to this space that I had to figure out and thought others could use.
I'm learning about Canvas, the HTML5 element that's supposed to replace flash. Here I'll share what I learn.
A place for me to remember interesting techniques
I've come across three four ways to do rollover images, one with css, one with javascript switching images, and the third with javascript switch visibility. This documents how to do all three.
All about what the specs say a Cookie is and how it should act
How to deal with Cookies from within the page in javascript. What works, and what doesn't.
How to deal with Cookies from the server in a PHP script.
Sometimes you want your user to be able to upload an image or some other file. I'll give you information about how to deal with this on the client and on the server.