nanovivid

Red Yellow Yellow Purple

February 9th, 2004Art / Friends / Geeking Out

What happens when crazy artistic types come together with, um, me? Things like visual numbers, which translates numbers to their chosen color counterparts. Go play with it and have fun! I’m so 1337.

Bob Marley - Sun Is Shining (ATB Mix)

7 Comments

feed icon Follow this discussion

  1. tolldog
    February 9th, 2004 at 11:05 pm

    Er… relative paths are great unless you are serving a feed to LJ, then its all busted.

    Other than that, swell!

    -Tim

  2. adam
    February 10th, 2004 at 12:45 am

    thanks for pointing that out! fixed. :-D

  3. matthew
    February 10th, 2004 at 1:45 am

    Wouldn't it be cooler if it were somehow dynamic, instead of having only 10 basic colours? Perhaps, take the number, and use it to seed a random 3 digit number generator that picks numbers from 0 to 255, and then use that three times to make the colors, instead of being all static. Jeeze. It's cool.. but come on.. you can do better.. it's not l337 yet, not untill it has about 2k lines of code for each little box… hehe

    anyway.. cool toy =]

    srand(firstNum);
    $rand1 = rand(0,255);
    $rand2 = rand(0,255);
    $rand3 = rand(0,255);

    then you build CSS..

    &nbsp

    yea.. i wonder if this will all show up in the comments..

  4. matthew
    February 10th, 2004 at 1:47 am

    damn the span not showing up…

    span class="background: rgb($rand1,$rand2,$rand3); width:10px;height:10px" &nbsp /span

  5. matthew
    February 10th, 2004 at 1:48 am

    oh.. and it's cool enough as it is =]

  6. dan
    February 10th, 2004 at 6:41 pm

    spiffy. now we can write secret color-messages to each other, as long as we only need to talk in numbers.

  7. jenni
    February 12th, 2004 at 9:16 pm

    love it!

Have Your Say


No HTML allowed; use Markdown instead:
italic = *italic*
bold = **bold**
link = [link title](http://wherever.com)