For a recent book cover design, I needed to generate a bunch of code to look like the DNA sequence. Here’s the flash actionscript I used to generate 10,000 random characters of DNA code. The code is pretty subtle on the book cover, it’s in the DNA smear. Buy the book to see it better [smile] Or, maybe just click and scroll a little farther
function randRange(min:Number, max:Number):Number {
var randomNum:Number = Math.floor(Math.random() * (max - min + 1)) + min;
return randomNum;
}
for (var i = 0; i < 10000; i++) {
var n:Number = randRange(1, 4)
switch (n) {
case 1 :
trace("G");
break;
case 2 :
trace("A");
break;
case 3 :
trace("T");
break;
case 4 :
trace("C");
break;
default :
trace("some other message");
}
}
Responsibilities:
- Layout
- Typography
- Photography found on the book cover
- Flash script to generate GATC sequence.
Here’s the book:


The Masculinity Code book cover detail

Custom logotype design. Every curve on these letters has been customized. The client loved it.
If you want this External USB Floppy drive, just email me and we’ll arrange shipping details. It works great, but I have no use for it. I’m sure someone could use it to pull off some “long lost” information from their floppy disk.

Pharmaceuticals stopping the natural selection of man? Are we becomming a weaker species due to the survival of weaker genetics?
Order of creation matches order of natural selection.
God works by small and simple means to bring to pass his great works.
If man evolves would he develop into an advanced man. A man with supreme intelligence?
Evolution clearly occurs. Viruses obviously evolve to produce stronger strains.
How do emotions play into the evolutionary tale? It would seem that emotions aren’t studied in evolutionary studies.
Have our brains evolved to understand God? Are our emotions evolving to communicate beyond our physical realm? Is spirituality another step to evolution?
Why haven’t protozoans evolved beyond their current state? Why are there still “unevolved” species?
Evolution can occur more quickly in lower life-forms  they tend to have shorter life spans, which allows for quicker natural selection. These life forms should be the quickest to evolve.
“If a caveman had to design a hinged box, it would open in exactly the same manner as a 2006 Walkman.” – Ben Hopson

Ben Hopson’s master thesis and studies asks and answers some questions that are great to consider. Why are most things engineered to open in the least interesting way possible? Sure, for efficiency. But what about aesthetically pleasing motion? Check out his studies at his site. I suggest that after absorbing the knowledge on his site that you make a request to read his thesis. Its great.
Ross Lovegrove. Organic Inspiration.

This chair looks as though it is a skeleton piece of a being that has evolved thousands of years to produce this ultimate sitting sculpture.
Hear more from Ross here in a TED podcast
Here is an interview with Ross Lovegrove

Business Week article