From my Blog

HDR Photos – Use photoshop to create a fake HDR effect using a single JPG image

I have looked at a few different techniques for creating  fake HDR in Phoshop and the following is my favourite because the effect is a little more subtle and most of the steps can be done with keyboard shortcuts.

The photos on the left are the originals with the adjusted photos on the right… click to enlarge.

 

HRD Photography SunsetHRD Photography Sunset

HDR with PhotoshopHDR with Photoshop

Photoshop TechniquesPhotoshop Techniques

HDR Photography tipsHDR Photography tips

HDR Photography tipsHDR Photography tips

  1. Take your original image and move it from the background to a layer called ‘Original’. Since I will need to create multiple layers with the same image I did this by selecting the image and pasting it into the new layer… this keeps the original image in the buffer to easily paste it a few more times.

Photography for Ocean Side Gifts

For anyone who might have read my blog post on ‘How to Build a Photography Light Box’, this is the project that I built it for and a cross section of the pictures. I will add a link to the website once it is completed.

Photography for ImmunoPrecise

Photography taken for the website we are building for ImmunoPrecise

How to build a photography light box on a “light” budget

I decided to build this in order to take some product shots for the rack card and website we are designing for Ocean Side Gifts.

Material needed is…

- 12 lengths of 1 inch PVC piping cut to 28 inches long
- 8 PVC couplings with three holes
- 2 sheets of card stock 28”x36”
- 1 white cotton blanket
- 1 florescent lamp
- 1 adjustable halogen lamp
- Velcro strips
- Double sided carpet tape

-1 six pack of beer – I prefer Philips Blue Buck but that has no real bearing on the outcome of the project. How many beer you drink does, however, have an impact on the outcome of the project.

Marginalization of Mental Health Patients by VIHA Slum Lords

Mental health disorders carry society’s most negative stigmata. Over the years I have heard the worst possible comments directed towards my son and other young adults fighting with bi-polar and other mental health issues. Among the most damaging comments I have heard were:

“Living on the streets and in shelters are perfectly acceptable options for kids with mental health disorders.”

“Basic standards of living should not apply to people with mental health issues.”

We are told to ignore these comments because people simply do not understand, but how do family members advocate for their loved ones when the comments, such as the ones above, come from the mental health professionals themselves.

Trip to the Okanagan Valley

Click on any picture to enlarge

BC Ferries – From the mainland to Vancouver Island at dusk

Click on thumbnails below to view

Horses on Mary’s Farm

Mary is a wonderful lady with a wonderful mission.

She takes in horses that otherwise would very likely be euthanized. My son and I were invited to her farm on Easter for an Easter egg hunt and I fell in love with the location. After speaking with Mary it became evident that there was a lot of financial stress involved in running the farm and since I was looking for an excuse to come back and take some pictures I thought it might be a good way to launch an awareness campaign.
As always, comments on the photos are welcome and look for her website coming soon.


CBC’s business practices violates graphic designers’ code of ethics

One way of trying to get free, or at the very least cheap, design material is to launch a contest for a logo or other design elements. This is not surprising coming from an association as clueless as the IOC but for Canada’s ‘leading’ media supplier to take this on as a practice is ethically corrupt.

Recently the CBC has launched a contest, aimed at graphic designers, to produce a logo for their show The Dragons’ Den. Their condescension is made worst by their call for entries that claims this is a worth while venture for a designer since their efforts ‘may’ be seen by 2.2 million viewers.

WordPress – How to stop the visual editor from filtering out line breaks

The visual editor in WordPress is built around the open source TinyMCE editor. By default this editor scrubs out empty paragraph tags <p> and additional line breaks <br>.
This is useful for encouraging clean code but frustrating should anyone actually want any level of control over the layout and text flow of a page.
Finally there is a fix for this through a plugin that expands the functionality of TinyMCE. The pluin is called TinyMCE Advanced and can be sourced out and installed directly from the WordPress administration section. After installing and activating, options can be controlled through ‘Settings’ -> ‘TinyMCE Advanced’ panel.
In addition, this plugin allows many advanced features including incorporating the template’s main CSS into the editor and selecting what editing functions will be allowed.

The visual editor in WordPress is built around the open source TinyMCE editor. By default this editor scrubs out empty paragraph tags <p> and additional line breaks <br>.