• Home
  • About
  • Submit
Digg It Add to Delicious

Pseudocoded

$brain->viewSource()

← When to pee in the middle of the night
Through the looking glass →

My lawn in the summer

May 22nd, 2007 in Uncategorized | Comments Off

var lawn = document.getElementById('lawn');
 
var grass = lawn.childNodes;
 
for ( var i = 0; i < grass.length; i++ ) {
 
    var blade = grass[i];
 
    blade.style.color = '#EEDD77';
 
    blade.style.height = '.25in';
 
    blade.onclick = function() {
 
        sound.src = 'crunch.wav';
        sound.play();
    };
 
    if ( date.getMonth() == 8 )
        blade.style.display = 'none';
 
}

Comments are closed.

  • RSS Subscribe

  • Email Subscribe

  • Archives

    • February 2008
    • January 2008
    • December 2007
    • August 2007
    • July 2007
    • June 2007
    • May 2007
  • Sponsored By

    FormSpring Online Form Builder


Pseudocoded © 2007   Creative Commons License
Using WordPress Engine and Graphite 1.3 theme.