brian dichiara


The distant future

Posted in Design by briandichiara on the October 31st, 2007

When deciding on a Halloween costume this year, I was compelled to mock my favorite folk comedy duo Flight of the Conchords, and designed a pretty-decent clone of the robot costume from Season 1 Episode 1 of FOTC on HBO. This costume was featured in their debut music video called Robots (aka The Humans are Dead). You can view the video on HBO’s website. Photos after the jump.
(more…)

Image Thumbnail Creator

Posted in PHP by briandichiara on the October 17th, 2007

Like many other people, I found Mike Lopez’s image thumbnail script quite useful. He has taken the time to go through the brain-crunching algorithm to create image proportional image thumbnails when given a max height/width. Although this script is very handy, it was lacking in a few areas, such as transparent PNG and GIF support, as well as the un-needed resize if the image was smaller than the requested dimensions. I hope I have “helped” in this situation by modifying the script so that it handles such requests. Credit for the transparency support goes to Martin Schmidt (icheee).

One modification I made that is important to note is that the image is now fed through with the SRC variable, rather than the IMG variable. Thanks Mike for this script and I hope my updates really help.
(more…)

Download Code

Posted in PHP by briandichiara on the October 9th, 2007

This code is something i found that will force download, rather than opening in browser:
(more…)

Flight of the Conchords Show Premieres this month

Posted in Bin by briandichiara on the May 28th, 2007

After much long waiting, HBO has posted an episode of Flight of the Conchords on their website. Here it is: (more…)

50 US States with PHP Code

Posted in Design by briandichiara on the May 7th, 2007

Here’s some handy code to help you get starting if you are using PHP and need a 50-state drop down select box. It’s already pre-built to maintain selected value after post.
(more…)

This is the internet, people…

Posted in Bin by briandichiara on the March 26th, 2007

Blast from the past…

Posted in Bin by briandichiara on the March 14th, 2007

Anybody remember the video for Green Jelly - Three Little Pigs? I got to thinking about this song, and after downloading the mp3 from allofmp3.com, I decided to hunt out the video. Since I love claymation, I felt the need to post it here. (more…)

IE 7 Sucks!

Posted in Bin by briandichiara on the March 6th, 2007

Along with all the other problems that have long plagued Internet Explorer, with their newest release, one of the worst bugs I have ever seen is packaged with it. This video gives a good demonstration of what happens:
(more…)

Validate Email Address

Posted in PHP by briandichiara on the February 23rd, 2007

Here’s some PHP code that will validate an email address.
(more…)

Creating a starburst

Posted in Design by briandichiara on the February 21st, 2007

Difficulty: 2 (Beginner)
Time: 5 minutes

I decided to give tutorials a try and have seen how popular the “vector starburst” has become, so I decided to demonstrate a simple way to do that in Illustrator. There’s a pretty decent tutorial of how to do one in photoshop here, if you’re interested. (more…)

Next Page »