Wednesday, January 08, 2014

Ambrotype Repair Final: part 5 of 5

I finally finished the broken ambrotype right before Christmas. I needed it for a Christmas gift for my Aunt. She had broken the photo when she was a little girl about 60 years ago - and for Christmas she got it back looking like new - maybe even better than new.
The process required lots of clone tool, heal tool, and artistic patience. Obviously if there was a crack you have to cover that crack up with parts of the image that aren't damaged. Repair takes time and a good eye.

I think the final outcome was pretty good.

Below is the original damaged photo

Scroller Animation Resources

Scroll activated website animations are so hot right now. Oh my gosh sooooo hot. Here are some resources.

Wednesday, December 04, 2013

PHP and Class Variables

Pass a variable into a class through the __construct($variable) function


Variables set in the __Construct can be referenced throughout the class as $this->variable

Can be referenced outside the class as
$Class->variable

Variable Can be passed into a class function like Class::function(variable);

Thursday, November 21, 2013