September 25th, 2009

CSS, WordPress
The Legal Issues in Health Reform blog is a forum for information, discussion and debate on the legal issues implicated in health reform, sponsored by Georgetown Law Center’s O’Neill Institute for National and Global Health Law.
My duties were to setup and customize the look of a simple WordPress based blog that could then be updated and maintained by multiple authors.
September 24th, 2009

CSS, FileMaker, HTML, Photoshop, PHP
The O’Neill Institute is a joint project of the Law Center and School of Nursing and Health Studies and also draws upon the University’s other intellectual resources, including the School of Medicine, the Public Policy Institute, and the Kennedy Institute of Ethics.
My duties were to redesign the existing site from the ground up, integrating multiple existing databases and creating an informative hub for public health law information.
June 17th, 2008

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.
February 24th, 2008

CSS, Photoshop
A MySpace skin for another musical friend of mine. Very different from the heavy sounds of Silver Cypher. Check out his site and give the rest of your monies to him.
February 22nd, 2008

CSS, Photoshop
After completing the website for Silver Cypher, it was time to reskin their MySpace page. Check them out and give them your monies.
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>
…
July 27th, 2007

ASP, CSS, HTML, Photoshop
Jon Krech, founder and lead singer of the doom metal band Silver Cypher is a good friend of mine. We have worked together (not with music) on designs and web apps for several years now. He’s a great guy and you should check out the site and the music.
April 4th, 2007

ASP, CSS, Flash, HTML
Website created and maintained for Scecon.
August 24th, 2006

CSS, HTML
The Southern California Summer Pro League is the premier summer showcase for basketball’s greatest teams and showmen. The League is the sole summer stage upon which both current NBA stars and undiscovered players perform. It is the medium through which both raw and experienced basketball talent can maintain and hone their skills through competitive league play.
I developed the template for the SPL’s home on the internet. After the design was in place and built in HTML and CSS, I handed it off to other team members for the backend support. I currently do not maintain the page in anyway.
February 3rd, 2006

My fifth iteration of an online portfolio. I have moved back to HTML for this one. I wanted it to be quick to load and easy to navigate using the browsers forward and back buttons. I also wanted to allow visitors to bookmark individual parts of the site. View portfolio #5.