Tuesday, June 21, 2011

Photography Lesson As .asp

Just for fun I've decided to talk about a simple thing you can do to grow as a photographer but to stir it up a little, I decided to post it as .asp web development code. I know it's quirky but I'm cool with that.

<%
'Variables—these are the things that you need...
DIM Photographer
DIM Camera
DIM NoCamera
DIM Shooting
DIM NotShooting

IF Photographer=Camera THEN
   IF Camera=Shooting THEN
      response.write "Growth Can Happen."
ELSEIF Photographer=Camera THEN
   IF Camera=NotShooting THEN
      response.write "Growth CAN'T Happen."
ELSE Photographer=NoCamera THEN
   response.write "It's hard to call yourself a photographer."
END IF
%>


Basically, you need to have your camera with you first off, and then secondly, you need to be shooting. Study your photos, learn what you like, and shoot some more.


Enjoy :)

No comments:

Post a Comment