Designers and Corporate America

Thanks to Rachael Luxemburg for sending me this great article about what I go through. All of the creative community I work with thought it was right on the mark.

I am still in love with jQuery by the way. It is much easier to deal with than the Jets. I wanted to make a simple script that makes every word next to a radio button clickable and make the radio button select if you do. Here is the jQuery code:

$("span.radioLabel").click
      (
           function()
           {
                $(this).prev("input").attr("checked","checked");
           }
      );

How simple is that?!?!

Speaking of the Jets. They played like crap yesterday. My god, they were embarrassing. And they still won! The only bright spot was the elbow in the chest that Ben Graham gave that guy after the horrible punt. I like that spirit!


Comments

One response to “Designers and Corporate America”

  1. fiat lux Avatar

    You spelled my name wrong, by the way. It’s R-a-c-h-e-l.

Leave a Reply to fiat luxCancel reply