SCAD Fashion Show Site
Sidewalk arts festival
SCAD Style
Savannah Film Festival
SCAD Challenge

SCAD Fashion Show

The SCAD Fashion show is one of the biggest events of the year at SCAD, showcasing that years senior fashion portfolio. For the past two years I have led the development on these sites. 2010 I built the 2010 site as a full flash site that featured scalable full screen video backgrounds, Image galleries, and [...]

Sidewalk Arts Fest

The Sidewalk Arts Festival is an annual event in Savannah where people from all over the community spend the day creating works of art on the sidewalk at Forsyth park. For the past 2 years I have been responsible for building the website for this event. The website offers a virtual version of the contest [...]

SCAD Style

SCAD Style is a special series of events focusing on style and design that occurs simultaneously at the SCAD Savannah and Atlanta locations. The series includes lectures, exhibitions, panel discussions, book signings and workshops, and supports SCAD’s mission to prepare talented students for creative careers. I was responsible for all the flash work on this [...]

Savannah Film Fest

the Savannah Film Festival features the best in independent and creative film from around the world. From feature-length films to two-minute shorts, the annual festival presents a full range of cinematic creativity from both award-winning professionals and emerging student filmmakers. I have worked on the Savannah Film Festival sites for two years in a row. [...]

SCAD Challenge

The SCAD challenge site is a place where perspective students can upload their work for a chance to win a scholarship. The site uses Drupal as it’s CMS. I was responsible for writing the css and some JavaScript for this site. I gained a lot of experience working with Drupal and setting up templates. http://www.scad.edu/scadchallenge

Recent Work

SCAD Fashion Show Site
Sidewalk arts festival
SCAD Style

From the Blog

Jul
15
Posted by Josh on July 15th, 2011 at 3:38 pm

This is a gallery that I created for SCAD. It needed is easily skinable so that it will fit the design of any page it’s placed on. I created the gallery and made it read XML that described the colors of the assets. I then created a Skin generator that writes the XML and Saves [...]

Jul
15
Posted by Josh on July 15th, 2011 at 3:36 pm

There is no excerpt because this is a protected post.

Jul
15
Posted by Josh on July 15th, 2011 at 3:32 pm

There is no excerpt because this is a protected post.

Jul
15
Posted by Josh on July 15th, 2011 at 3:28 pm

There is no excerpt because this is a protected post.

Jul
15
Posted by Josh on July 15th, 2011 at 3:28 pm

There is no excerpt because this is a protected post.

Jul
14
Posted by Josh on July 14th, 2011 at 2:07 pm

HTML5 project template generator An awesome way to share code Lorem ipsum generator Markup validator A super easy way to make cross browser shadows visually Javascript compressor Google web fonts Good resource for info on Flash game development Awesome blog with good as3 links

Jul
13
Posted by Josh on July 13th, 2011 at 6:14 pm

This is a theme I started setting up that can be used to get information from word press. It has built-in deeplinking and works with the Ajax For All plugin. WARNING: The code on this is messy. I haven’t had time for refactoring yet and there is no unified interface yet. I plan on making [...]

Jul
13
Posted by Josh on July 13th, 2011 at 6:08 pm

This is a template I use when I start a new AS3 project. It’s a simple setup with a document class. AS3 PROJECT TEMPLATE

Jul
11
Posted by Josh on July 11th, 2011 at 8:18 pm

I created a video player that could play videos streaming from Flash media server, a local file on a serve or YouTube. The player was easily skinable by designers with little or no Flash experience. The solution I came up with is heavily based on polymorphism. I wanted the player to treat the different video [...]

Jul
11
Posted by Josh on July 11th, 2011 at 7:55 pm

Here are the source files for the SCAD Sidewalk Arts festival online contest gallery. It uses AS3 and uses Papervison3D. For this project I made a gallery that could hold a large number of images and could scroll them across the screen in 3D. I decided to go with a Bitmapdata based approach. So, I [...]

Jul
11
Posted by Josh on July 11th, 2011 at 7:06 pm

This is a simple jQuery plugin that I wrote. It takes elements in a form and links them with the corresponding labels inline. There aren’t many options built-in yet but I have used it in several projects so far and it’s been super useful to me The code First Name* $(document).ready(function(){ $(“.formName”).inlineLabels(); } The results [...]

Jul
11
Posted by Josh on July 11th, 2011 at 5:20 pm

There is no excerpt because this is a protected post.

Jul
11
Posted by Josh on July 11th, 2011 at 2:26 am

This is a template that I use when I make simple ads that need to read from XML. I built in an option that lets the user change the text of the ad based on the current date. TIME BASED XML AD TEMPLATE