Feb 25, 2010 0
Feb 7, 2010 0
dmcsoil.com launch
A great collaboration between Shawn Murdock and myself. This time he was the design lead and I did the flash creation. This site uses some nice and fancy flash actionscripting to keep the motion smooth, custom right click navigation and SEO strength too. You should check it out to see the sweet transitions.
Details:
Design: Shawn Murdock
Flash Development: Seth Taylor
Time to complete: 2.5 weeks
Software: Flash CS3, Caurina Tweener Actionscript Class, Smultron
Dec 8, 2009 0
Google goggles resurfaced
Yay, my idea came to fruition, they even kept the name suggestion
Original post in Aug 2006: http://sethtaylor.com/b2/2006/08/14/google-goggles/
http://www.youtube.com/watch?v=Hhgfz0zPmH4
As you can see, there are a few differences, mainly, my version would use glasses which would be a projector screen and the front of the glasses would be a camera to help identify landmarks or whatever you were seeing.
I wish I could have explained it with those great accents though. Good job team.
Dec 4, 2009 0
playing with the brushes app
Nov 17, 2009 0
Merry Christmas Card
Here’s a christmas card that was fun to design for the Kennedy Center on BYU. They provide the majority of international study opportunities for the students. Joy to the world from an extraterrestrial point of view but with terrestrial references.
Nov 11, 2009 1
Harmonica NES
Nov 11, 2009 0
I voted last week
Oct 31, 2009 0
Random GATC generator and a book cover
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:
Oct 31, 2009 1
Free vector music note
Here’s a free vector music note I drew just for you. It’s an Adobe Illustrator CS4 file. Enjoy and pay it forward.












