Finding Inspiration

by Jason 6. July 2008 23:08

As a Photographer one of the best sources of inspiration can often be our peers. This is especially true for those of us who consider ourselves as students of the art of photography. Recently I was listening to a Radio Show out of Canada called Spark. The current weeks show had a segment on Jamie Livingston's 'Polaroid a Day' project. After listening to the segment on Spark I was quite curious. I have often thought of taking an image a week (or similar) just as an exercise. It had never crossed my mind to try to take an image a day as a way of visually documenting life. I took a few minutes to view the current 'Polaroid a Day' project site. The imagery on the site is quite amazing. It's not often you see the level of access into a persons life as is seen from Jamie's images. The project ends with a record of Jamie's battle with Cancer. It can honestly be heart wrenching to view the images from the last few days of his life. While some of these images can be difficult to view I think they can teach us lessons in story telling through imagery (as well as perhaps some lessons on life). If you have a few minutes I encourage you to view the site.

After giving it some thought. I think I will challenge myself to doing a photo a week. Not as a way to compete with the amazing work preseted by Jamie Livingston. I would rather consider it an attempt to learn from his lesson. It's difficult to capture life in some meaningful way. It also requires a bit of discipline to stick with a shooting schedule. I am not shure where it will lead me but I think the journey may be interesting.

- Jason

Tags:

Work in progress

by Jason 6. July 2008 22:49

You may notice some changes in the feed location and post dates. I am in the middle of trying out an alternate .NET Blog Platform called BlogEngine.NET. I had to migrate my content by hand which caused some data to be lost. Sorry for any disruptions.

- Jason

Tags:

Alpha release of the SmugMug Image Handler

by Jason 6. July 2008 21:53

I have spent the last couple days testing and using what I call the “Smug Mug Image Handler”. The code is still what I would consider Alpha release quality but it does work :) What is the SmugMug Image Handler? It’s a .NET Handler page that loads image data from SmugMug (via their API) and displays it as an image on your site. (See the previous post for reasons why I started working on this.)

Here are the current features implemented:

  • Ability to load images from Smug Mug using the Smug Mug API.
  • Support for loading all of the currently supported image sizes.
  • The Handler attempts to block “Image Hotlinking” using a white list referrer mechanism. The code allows only NULL referrers or domains which are on the white list to load images with the handler.

Here are a few of the known issues:

  • The code only supports jpeg images.
  • The referrer mechanism/”hotlink protection” (mentioned above) may be overly protective. I am still looking at the right way to solve this issue.
  • The code does not use any filesystem caching at the moment. If your browser didn’t cache the image data then it’s loading the content fresh from SmugMug each time.
  • The code only supports login via password hash at the moment. I will add login with username/password if people need this.

Interested? Great – here is what you need to know to use the code.

  1. The code is licensed under the BSD license.
  2. To use the code you must add the following items to your web.config file:

    <add key="SmugMugPwdHash" value="" />
    <add key="SmugMugUserID" value="" />
    <add key="SmugMugApiKey" value="" />
    <add key="ImageHandlerReferrerWhiteList" value="yourwebsitegoeshere.com|google.com|bloglines.com" />
  3. Each key should be fairly self explanatory. Please note that the WhiteList key values must be separated by a “pipe” symbol “|”
  4. The Zip File contains a web.config file. You can safely delete this and just add the keys above to your own web.config. I left the web.config in the zip just for demonstration purposes.
  5. To use the Image Handler you specify the image options via a query string:

    ImageHandler.ashx?imageid=[imageid]&imagekey=[imagekey]&size=[size]

    Size can be one of: tiny, thumb, small, medium, large, xlarge, xxlarge, xxxlarge, original

You can download the current code here. Please use at your own risk – as mentioned above this is not release quality. I would appreciate any feedback you have if you end up using the code!

Playing with the SmugMug API

by Jason 6. July 2008 21:31

I have been toying with the notion of having SmugMug power the “gallery” needs I may have as a photographer. This leaves me with a problem though. How do I host images at SmugMug and also at this blog without having duplicate copies in both places. Ideally I would like to solve this without turning on external links to my images. I spent some time this weekend working on a solution. I have created a .net handler page that loads the image content from SmugMug (via their API) and displays it here.

Example:
Smug mug example



As soon as I can test this a bit – I will release the code here on the site for others to use and enjoy :)


- Jason

Tags:

7 (+) Years late to the party

by Jason 6. July 2008 21:28

The Title for my first post says it all. I am a bit late to this whole “blogging thing”. The question I am sure you’re asking yourself is why start a blog now? It’s a great question. My honest response is that I have been thinking about doing this for years but for one reason or another I just never seem to find the time. I know – that doesn’t answer your question though.

Why start a blog now?
The answer to this question is found in a few needs/wants I have in my life right now. You could call these my goals with this blog:

  • I need to find a voice other than what I explore in my professional life.
  • I want to share my passion about photography and I want to dialog with other people that share this passion.
  • I want to find additional ways of sharing my photographic work. This sounds similar to the previous item; however I feel these two goals are distinct. Sharing my passion means sharing and dialoging about the “art” of being a photographer. Sharing my work means sharing the product of what I am currently working on.
Now you know “why”. Let me explain the “what”. What should you expect from this blog?
This is also a good question. There are two areas of my life right now that I am very passionate about; Development and Photography (or Photography and Development). I want to use this blog to explore photography and occasionally its intersection with the development arts.

Now you know why and what to expect. Let me briefly cover what this blog is not.
This blog is not a forum for me to discuss my career or my employer. This is my personal blog. It deals with things I find personally interesting or with topics that I am passionate about.

I hope you enjoy your time here.

- Jason.

Tags:

Personal

Powered by BlogEngine.NET 1.4.0.0
Theme by Mads Kristensen

Month List

Categories

Recent comments

None

Page List

    Disclaimer

    The opinions expressed herein are my own personal opinions and do not represent my employer's view in  anyway.

    © Copyright 2008