Monday, October 11, 2004

Howstuffworks "How Your Brain Works"

Howstuffworks "How Your Brain Works"

Just had this forwarded to me - another site that offers a high school view of the brain. Could folks please do their own searches for HS and grade school sites?? We might get some good ideas.

Wednesday, September 08, 2004

audio_player

audio_player

Thursday, August 19, 2004

Master of all Windows

Master of all Windows

Another day, another function. Ok - the new button says Show/Hide - right now, it really flips images, which we'll need for pause before labels (sort of - trust me). But imagine that the 2nd image was fully blank - thene there would be no labels - eh?

This is a change from the last guide - there we reloaded the page and did, or didn't have the overlay gif. When I programmed that - I got a very annoying flash from IE - not from Netscape, where things were stable and nice. But knowing that IE is more common - had to go back to the drawing board. This time, the page stays stable, but the existing image is replaced with another - now IE's background doesn't flash.

I learned a new trick, who said I was too old :)

Wednesday, August 18, 2004

Master of all Windows

Master of all Windows

OK - I think I made the frameset more Netscape 4 friendly - unfortunately, I can't check that from home...

Tomorrow - tomorrow :)

Monday, August 16, 2004

Master of all Windows

Master of all Windows

OK - I've added a new "Random" button. This doesn't switch you to random mode, in the way the old Random option did. This button, each time it's hit, displays a random page. I didn't worry about keeping this button in the range of data we have, so some illegal pages may be triggered, but not to worry - one step at a time. We'll get there.

You'll also see that when you hit Random, the second little brain in the lower left window will show the next page - so it's in the browser's cache.

Sunday, August 15, 2004

Master of all Windows

Could you guys check on the gif image sizes - they should be exactly the same as the jpgs - causing confusion :)

Wednesday, August 11, 2004

I can do Random Numbers!


http://academic.scranton.edu/department/psych/sheep/newsheep/practice/framesrandom.html
Ok - so this populates an array with 10 unique random numbers from 1-10. Then, we step through the array and report the random number that each cell contains.

For the sheep brain, when someone picks "random" - that act will populate the array and take them to the 1st random plate. Then, any navigator click will take them to the next cell in the array thereby showing the next random plate. When all plates have been seen, you'll be notified that you're done and asked if you want to do it again.

Sure I stole most of this, but hey - it's the code of the web :)