Actual content coming (relatively) soon. Enjoy trivially simple toy projects in the meantime.
- CSS and Javascript Hanoi Animations
- I'm fairly interested in recursive puzzles, and Towers of Hanoi is a classic. This is just a quickly thrown together CSS and Javascript based animation of a towers of Hanoi iterative solution. Using CSS and DOM to pull this together make it really easy. This particular version uses nonvalidating rounded borders from CSS3. If CSS3 has been approved by the time you read this, complain to me.
- CSS and Javascript Solitaire
- Another project using CSS and DOM manipulating Javascript, this allows for an interactive game of solitaire to be played. Again, CSS made the design process simple, and I used some CSS3 for those lovely rounded corners. This particular version of the game should work on anything except Konqueror and look correct even in I.E. unless the text size is changed. Not being a total CSS guru, that's how it will stay for now.