Wednesday, January 23, 2002 |
Oliver Willis wants a tv show! Heh... I do too!!! But the thing is, we'll probably have the ability to broadcast our own web shows [like public access tv] in a few years anyway. And I bet some of us will get more viewers than any network or cable shows do now. I mean, if you're like most web-freaks, you spend more time online than you do watching tv anyway... and more and more people are moving that direction. Hey, that's what the big suits are really afraid of, isn't it? Well... and Tivo.9:55:44 PM |
Evectors Radio Tools -- now that's somebody using there noggin' for sure! [via sn] 2:23:16 PM |
New kid in town: Subhonker7. 10:04:30 AM |
Hell, I don't know what I did, but somehow Sam D's revamped random image script [as well as my other post yesterday] disappeared! Anyway, here's the much more friendly macro that Sam came up with: on randomImage(path = "images/random/", align = "left") { local ( fileName, f = radio.file.getSubFolder (path)); local (ct = file.filesInFolder (f,1), i=1); local (imageNumber = random(1,ct)); on getNthFile (f) { if i == imageNumber { fileName = file.fileFromPath (f); return (false)} else { i++}}; file.visitFolder (f, 1, @getNthFile); return (fileName + radio.macros.imageRef("images/" + fileName, align:align))}Just to note, Sam's script doesn't care what you name your images, how many you have, and even let's you pick your folder. Cool! 8:24:58 AM |