« xml/rdf | Main | bad touch »
June 15, 2006

diversionmunny

my munny for the show @ boomerang this weekend. progress pics of the munny are here, i didn't take too many smaller stage pics 'cause i wasnt uploading them on the fly.
...
check out greg taff's css rendr page. renders css + html on the fly very cool. he draws as well. i thought that was neat, someone else who nerds out over code AND makes art.

added some spam prevention to gallery:

$badwords=array("casino", "viagra", "adult", "http", "www");
$is_bad_words=0;
foreach($badwords as $key => $val)
{
if(stristr($comment_text, $val))
{
$is_bad_words++;
}
}

if (!strcmp($submit, "Save")) {
if (strlen($comment_text) > 1024) {
$error_text = "The comment was too long: ". strlen($comment_text) ." characters";
} else if ($is_bad_words == 1) {
$error_text = _("Sorry but you have tripped a spam filter.");


it looks totally great. you'll sell it 'on the fly'

Posted by: luke on June 15, 2006 09:41 AM

The munny looks great. Check out this really beautiful animation:
http://riba.dalbiez.com/htm/movie2.htm
I thought you might like it.

Posted by: Calvin Carl on June 15, 2006 05:11 PM

Post a crit
Name:


Email Address:


URL:


crits:


Remember info?