Cryptic Characters

April 10th, 2009

Cryptic Characters

Cryptic Characters

Cryptic Characters

Cryptic Characters

Photoshop, Illustrator, InDesign

I designed and laid out the booklet, tray card, and label for the forthcoming CD from Silver Cypher, Cryptic Characters. The images were done in Photoshop and the layout was done in InDesign.

 

ASP List Directory 2.0

October 28th, 2008

Building on the earlier example of listing all the files within a directory on a webpage, we can now add some nifty sorting features to make the experience all the better.

Just put both files in a directory with the rest of the files and you’re done! Easy as cakes.

Here is an example of the code in action.

View the source code!
Download the source code! [ 6k ]

 

Marc Johns

July 18th, 2008

Marc Johns @ Flickr

I just discovered this fellow through a bookmark over at vi.sualize.us. Interesting and nonsensical watercolors that work well enough by themselves, but when you add the captions he comes up for them, you can’t help but chortle.

Artwork by Marc Johns.

Short Arms

From his profile:

Marc Johns creates whimsical drawings filled with dry wit and humour. Whether it’s a man with branches growing out of his head that need pruning, or a pipe that’s trying to quit smoking, his characters are simply, sparsely drawn, yet speak volumes with just a few strokes of the pen. He’s been drawing since he was tiny. He’s not tiny anymore, but he’s not exactly big either. Marc is not sure why he’s talking about himself in the third person…

I generally aim to say as much as possible with as few elements as possible. My work often leans toward humour. Finding the humour in things often leads to finding the truth.

I like to create absurd situations, by combining things together that don’t belong, or imagine what inanimate objects would say if they could speak. For instance, the pen I am using to write this draft would probably say: “I’m tired. Can we stop for a bit?” Or perhaps it would say: “I can’t believe you’re making me write this. This is rubbish. Signing cheques would be more inspiring than this.” These are the things I think about. I think about alot of things. I think about thinking. Don’t try it though, it’s not worth it.

I use watercolours in ways you shouldn’t. I make my own sketchbooks. If I smoked, I’d roll my own. I’d rather draw than rent a movie. Don’t try to start a conversation with me about recent films. I haven’t seen any. I play the guitar. If I was a hobo, I’d learn to play the ukulele, because you could fit one in your duffle bag. My artwork and the materials I use are quite compact. You could fit my studio in a large suitcase. I hope you like my drawings, or at least some of them.

 

3000 Miles to the Trials

June 17th, 2008

3000 Miles to the Trials

CSS, Flash, HTML, Photoshop, PHP

This is a freelance project I worked on for two of my friends from high school driving from New York to Oregon, filming their misadventures, and hoping to eventually watch the Track Trials.

The site is a powered by WordPress and is running a highly customized theme.

 

Cinema 4D Antialaising Filter Comparisons

October 24th, 2007

This is a side-by-side comparison to the available filters for basic rendering in Cinema 4D V8.2.

Each image is rendered with the default values. Model found at 3dtotal.

 

ASP List Directory 1.0

October 21st, 2007

There have been occasions where I have needed to just dump some files in a hidden directory of a website for internal use or to preview to a client. I don’t want to create a whole preview site for just this instance, and I want to keep directory browsing off for the rest of the site.

ASP offers some simple tools to list all the files in a specific folder and any sub-folders. The following code wasn’t written by me, credit goes to Mike Hall. I did however make some modifications to his original code. He had it set up in such a way as that you needed to manually enter which folders would be listed. I wanted something simpler. Something you could just drop in a folder on your site and it would automatically load and list all the files. I also didn’t want the index file to appear in this list.

Here is an example of the code in action.

View the source code!
Download the source code! [ 1k ]

Check out the updated version as well.

 

VIZ Scanline Antialaising Filter Comparison

October 17th, 2007

This is a side-by-side comparison to the available filters for scanline rendering in VIZ 2008.

Each image is rendered with the default values.

 

IE6, DocTypes, and CSS Horizontal-Align

September 18th, 2007

So I was working on a fairly simple site today, and it is looking mighty fine in Firefox and IE7 and Netscape and such, but then I saw it in IE6 and it was rubbish! Instead of having a fixed width and being centered horizontally in the browser, it filled the browser from edge to edge.

My first couple of attempts fixed the width problem, but it would always align itself right on the left edge.

Turns out IE6 is pretty quirky. A simple change to the DocType info fixed the problem and it all looks as it should now.

What I had (which was causing alignment problems in IE6):

<?xml version=”1.0″ encoding=”iso-8859-1″?>
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN”
“http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>

<html xmlns=”http://www.w3.org/1999/xhtml” xml:lang=”en” lang=”en”>
<head>

What I have now (and works everywhere):

<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN”
“http://www.w3.org/TR/1999/REC-html401-19991224″>

<html>
<head>

 

Floaty Grin

January 27th, 2007

Floaty Grin

Pen

Not really sure what this is supposed to be, but thanks to an incredibly boring two hour meeting about parking and working flow management, we can all enjoy it’s inspiring story of warmth and renewal…

 

Sleepy Kitty

November 9th, 2006

Napping Cat

Pen

A sketch of a cat I saw at MegaTokyo one day.

 

Page 1 of 41234»