You are here

javascript

Diving into HTML5

Like a lot of programmers, I've begun to wonder what all the fuss is about regarding HTML5. Casting about, I found Mark Pilgrim's fantastic tutorial on HTML5, appropriately titled "Dive into HTML5". I've been mucking with the canvas element, testing out the basics, and I put together a small web page showing a very simple random but colorful "box" generator.

Tags: javascript HTML5

Concentration Game Finished

I finished that concentration game. You can play it at:

http://rgu.freeshell.org/concentrate

There's a bunch to BLOG about this game. I'll get to it soon, I hope.

Tags: javascript concentrate game

Writing a Concentration Game

I'm writing a small JavaScript program to implement the simple game of "Concentrate". A few weeks ago, I borrowed JavaScript: The Good Parts, by Douglas Crockford. It's a terrific little book on what's good about JavaScript. I admit freely that my JavaScript programming skills are mostly at the "cut and paste" level, but writing a small game will force me to get beyond this level, and to penetrate some of the patterns in Crockford's book. I'm hopeful to be blogging about this soon!

Tags: javascript concentrate game
Subscribe to RSS - javascript