with Lorelle and Brent VanFossen

CSS Unleashed – Experiments with Background Images and Backgrounds

The background element in CSS offers a wide range of possibilities including embedded background images, content over backgrounds, and backgrounds as art. As you play with your CSS experiments with backgrounds and background images, it’s important to understand how they work, where they work, and how to control their appearance. Let’s start with a few CSS experiments in placement.

For more information on how these were done and how to use these CSS design elements and style experiments, see CSS Experiments – How They Were Done and More and CSS Experiments Putting It All Together.

To see how these CSS experimental boxes and styles work, view the source code of the page. In your web browser menu, click VIEW > SOURCE or VIEW > PAGE SOURCE to view the source code. For the most part, the styles are included inline with each design.

This is an example of the background graphic in the left top corner of the container and not repeating. We’ve pushed the left padding over to make room for the graphic.
This is an example of the background graphic in the right top corner of the container and not repeating. We’ve pushed the right padding over to make room for the graphic.
This is an example of the background graphic in the right bottom corner of the container and not repeating. We’ve pushed the right padding over to make room for the graphic.
This is an example of the background graphic in the left bottom corner of the container and not repeating. We’ve pushed the left padding over to make room for the graphic.
This is an example of the background graphic in the left middle side of the container and not repeating. We’ve pushed the left padding over to make room for the graphic.
This is an example of the background graphic in the right middle side of the container and not repeating. We’ve pushed the right padding over to make room for the graphic.
This is an example of the background graphic in the left bottom and to repeat across the bottom. We’ve pushed the bottom padding higher to make room for the graphic.
This is an example of the background graphic in the left top and to repeat across the bottom. We’ve pushed the bottom padding lower to make room for the graphic.
This is an example of the background graphic in the left top and to repeat vertically – down the side. We’ve pushed the left padding over to make room for the graphic.
This is an example of the background graphic in the right top and to repeat vertically – down the side. We’ve pushed the right padding over to make room for the graphic.
This is an example of the background graphic in the center with no repeats. We’ve left the padding even and bolded the text to make it more visible over the graphic.
This is an example of the background graphic set to repeat to fill the entire container. We’ve bolded the font and lightened the color of the graphic so you should be able to read this.
To use a photograph as a background image, the size of the container must be set so the photograph will fit within it. The padding within the container adds to the height and width of the container, so the height and width may have to be adjusted to accomodate the padding.
 
The text within the container can be positioned within the container by placing it inside of another division. This one adds a margin of 100px to push the content lower inside of the container.
 
Since the height of the background image is 390px, we’ve pushed the division container for the text down even lower to 250px.
 

We’ve looked at how our CSS experiments have dealt with the positioning of background images. Now, let’s look at the effects of a repeating graphic and some interesting CSS experiments that can be done.

In the first example CSS experiment with repeating backgrounds, we have a two tone graphic Green and Red graphic box with a green and red block. We’ve set the graphic to repeat in all directions through our CSS styles. Because the graphic is repeated evenly across and down, the effect becomes stripes.

When working with repeating graphics within their own division, using the non-repeating space (spacebar or  , the container for the background image takes on the characteristics of what the space would normally look like in a sentence, reflecting the font-size, leading and kerning. Instead of using

<div style="background:url(something.gif) repeat"> &nbsp;</div>

you would use comments in place of the “space” such as

<div style="background: url(something.gif) repeat"> <!--comment --></div>

This eliminates the leading and kerning restrictions and the container would then reflect only the sizes set by the height and width such as

<div style="height:50px; width:10px; background: url(something.gif) repeat"><!--comment --></div>.

Let’s see what we can do with these CSS experiments in repeating backgrounds.

In this example, I’ve taken the two tone color background graphic and set it to repeat, which it does, going down in rows.

 
 

In the next example using the same two tone graphic, I constrain the repeat to just the top of the container, creating a row of small boxes visually.

Let’s repeat the same graphic but only across the top of the container.
 
Let’s repeat the same graphic but across the side of the container, adjusting the padding accordingly.
 

The example above had the background image on the left side and repeating along the Y axis, which took it down the side of the container looking like a border. In the next set of examples, I used two sets of two tone graphics, one red/green and one blue/yellow using the same technique, with each graphic set in their own DIV and set with repeating options.

 
 

Since we are experimenting with our CSS experiments, let’s set two division containers inside of this one, with one featuring the green-red graphic and the other the blue-yellow graphic repeating vertically. Let’s set the float to left on both of the two repeating background image graphics. Because these graphics aren’t on the screen or even “in” the container, they have no size specifications. We’d added a width of 40px and a height of 10px so the two graphics have some shape.

 
 
 

We’ve now given a height of 100px and width of 40px to the two different graphics. Now, each of these background images are sitting in the background of the graphic in their own containers.

 
 
 

By adding a margin between the two repeating backgrounds, we’ve created space and two columns. What if we give each “column” its own height?

 
 
 

We’ve now given the red-green graphic a height of 50% and the blue-yellow graphic a height of 80% of the container.

 
 
 

Let’s go back to them both being the same height, but now let’s move the CSS background images to float to the left and right of the text and add some width to the container to see how this looks. The text wraps through the middle of the background images and then stretches out below.

 
 
 
 

Suddenly we have some new effects going on as these three repeating CSS background images and their containers set to float left, creating a stair step pattern with the text content flowing down the increments.

 
 
 
 

We set the float to the right and the look changes as the text flows under each floated division containing a CSS background image. Remember, the height of the overall container must be set in order for the container with the background image to take shape within your CSS experiment container.

 

Ah, we’ve opened up the imagination with our CSS experiments. Now we can do a variety of things using the CSS background images as lines and bars of infinite width and height. This can lead to interesting graphic designs and even the formidable bar charts for measuring the many numbers found in research and business. You can find more information on layout out pure CSS charts at Web Page Design for Designers: Drawing with CSS (towards bottom of the page).

 
 
 
 
 

Wear a smile and have friends; wear a scowl and have wrinkles. What do we live for if not to make the world less difficult for each other?
George Eliot

 
 
 

Travel has a way of stretching the mind. The stretch comes not from travel’s immediate rewards, the inevitable myriad new sights, smells and sounds, but with the experiencing firsthand how others do differently what we have believed to be the right and only way.
Ralph Crawshaw

 

Creating bar charts is fairly easy following the examples we’ve set up, but there are a few little bugs that can break these designs. If the background image is set to go across and the width of the page is too narrow, the background image container will wrap down a line. In order for the float:left to work on the text in this example, we can’t use the white-space property to force the content onto one line. Hmmm, a challenge to work on later.

Top State Destinations for Overseas Travelers in 2003

New York : 4.1 Million
 
Florida: 4.1 Million
 
California: 4.0 Million
 
Hawaii: 2.0 Million
 
Nevada: 1.4 Million
 
Texas: 901 Thousand
 
 

In this example, similar to above, we’ve placed the repeat to begin at the top with the repeat filling the container. We also added a border with light and dark edges to create an inset look.

 
Top State Destinations for Overseas Travelers in 2003
Source: Travel Industry Association

 
New York
4.1 Million
 
Florida
4.1 Million
 
California
4.0 Million
 
Hawaii
2.0 Million
 
Nevada
1.4 Million
 
Texas
901,000
 

Placing the “bar graph” on its bottom was harder than thought. The trick is to set the top margin to be the height of the chart minus the height of the bar. If the chart is 100px high and the bar is 80 px high, then set the top margin to 10px in order for the chart to be pushed down with an even bottom margin. Each bar needs its own top margin. For matching content below, its a game of right margins to match the width of each bar column’s graphic with the text width.

Top State Destinations for Overseas Travelers in 2003
Source: Travel Industry Association

 
 
 
 
 
 

New York
4.1 Million
Florida
4.1 Million
California
4.0 Million
Hawaii
2.0 Million
Nevada
1.4 Million
Texas
901,000
 

Using the above CSS experiment techniques, we can create other interesting effects with CSS background images. Ever wanted a background that had a fading effect? A large background image, even one with a gradient fade, can have a large file size. Optimizing and streamling your web page design code and design size is critical to a fast loading web page. Instead of using a large background image, you can use a small image and set it to repeat.

Vertical 4px wide green fade background imageIn the next two CSS experiments examples, we’ve used two narrow graphics exactly the same. One is horizontal and the other is veritcal. They have a measurement of 4px by 200px and each have a file size of about 1300 bytes, tiny images which allow you a wide range of fun background designs you can play with. These are just a couple examples of the possibilities with background images.

4px wide green faded background image horizontal

 
… the immense variety that nature creates emerges from the working and reworking of only a few formal themes. Those limitations on nature bring harmony and beauty to the natural world.
Peter Stevens, Patterns in Nature
 
Chance is always powerful. Let your hook be always cast; in the pool where you least expect it, there will be fish.
Ovid
So I stop and wonder if chance is the reason for the brilliant photography captured by the pros, or is it skill, ability, and experience that makes the chance happen? The “F8 and be there” theory holds more water in my estimation. Combined with skill, ability, and experience, chance improves.

Well, I hope it does.

CSS Unleashed – Experiments with Lists, Menus, Tables of Content, and More

There are many ways of arranging content. Articles often feature tip boxes, pull-quotes, blockquotes, lists, tables of contents, and menu items helping people get the information they need within and without of the scope of the article. These can also include step-by-step instructions pulled from the article to help take people through the process.

We decided to experiment with a few of these content handling designs to find ways of moving beyond the pull-quote or blockquote to actually presenting bits and pieces of information in an interesting and eye catching fashion with CSS as part of our CSS experiments. In general, the HTML is simple, but the design elements can be sophisticated. As mentioned before, these are CSS experiments, so test them thoroughly within your own design to make sure they work.

Most of these content handling designs begin with a list. It’s what you do with the list that makes the design interesting and part of our CSS experiments.

For more information on how these were done and how to use these CSS design elements and style experiments, see CSS Experiments – How They Were Done and More and CSS Experiments Putting It All Together.

To see how these CSS experimental boxes and styles work, view the source code of the page. In your web browser menu, click VIEW > SOURCE or VIEW > PAGE SOURCE to view the source code. For the most part, the styles are included inline with each design.

  • Item One
  • Item Two
  • Item Three

  • Item One
  • Item Two
  • Item Three

  • Item One
  • Item Two
  • Item Three

  • Item One
  • Item Two
  • Item Three
 

  • Item One
  • Item Two
  • Item Three
 

  • Item One
  • Item Two
  • Item Three
 

  • Item One
  • Item Two
  • Item Three
 

  • Item One
  • Item Two
  • Item Three
 

Today’s List
  • Item One
  • Item Two
  • Item Three
 

Camera Equipment Tips
  • Buying a Camera Overcoming the camera buying fears.
  • Buying a Used Camera A great camera can be a once-loved camera.
  • Lighting Accessories Light is the trick of all photography.
  • The Camera Bag Know before you go what you need to lug it with you.

Let’s go back to the simple list and remove the list images and see what we come up with.

  • Item One
  • Item Two
  • Item Three
 
 

Today’s List
  • Item One
  • Item Two
  • Item Three

The HTML for these CSS experiment designs can be set up in lists, paragraphs, or other HTML tag divisions and containers. We’ve kept the style codes inline for tweaking and messing, and we discuss how to pull these inline CSS codes out to become style sheet references in our last section on this series.

As with all these types of designs and CSS experiments, the color choices are unlimited, so use your imagination and play with these designs to match your own web page designs.

 

Feature Articles
How To? What For? Basics of Nature Photography Introduction to the basics behind our nature images Lorelle and Brent VanFossen

Background Magic Investigating your backgrounds Lorelle and Brent VanFossen

Patterns in Nature Exploring the geometry of nature Lorelle and Brent VanFossen

Close Ups In Nature Peek into the world of the small Lorelle and Brent VanFossen

Digital Camera Tips and Tricks Techno-age meets tree huggers Lorelle and Brent VanFossen

 

Ann Smart photographs an insect up close and personal, photograph by Lorelle VanFossen How To? What For? Basics of Nature Photography

Introduction to the basics of nature photography, from the first step to advanced techniques, including digital photography

White tiger, photo by Lorelle VanFossen Wild Thing, I Think I Love You

Wildlife photography is an exciting part of nature photography. We have the the tips, techniques and advice you need for photographing wildlife and wild things

Patterns in ferns and clover, photograph by Brent VanFossen Patterns in Nature

New article series on exploring the geometry of nature through line, shape, texture, color, pattern and rhythm, shape recognition

 

WANT SOME ANSWERS?
If you are looking for answers to your nature photography questions, you’ve come to the right place.
QWhat camera do you use?
AWe use two different camera brands, Canon and Nikon. The Canon equipment is lighter, travels well, and we have a wide range of lenses well suited for travel photography. Our Nikon equipment is older, heavier, and ideal for serious nature photography. We have the long and fast lenses which are ideal for both wildlife and scenic landscapes.
QWhat kind of film do you use and why?
AWe currently use two types of film from one brand: Fuji. We use Fuji’s Sensia 100 for our normal work on just about everything. We also use Fuji’s professional film, Velvia, for high contrast and quality color and slower ISO 50 when the moment cries out for vivid colors, such as for the wildflowers of Texas.
QWhat are your favorite photographic subjects?
AAs nature and travel photographers, our interests are both narrow and diverse at the same time. In general, we avoid photographing people unless they add something to the scene like a cultural event. Yet, we photograph a wide range of animals from large elk, moose, and bear, to the smaller insects and butterflies of the world. We do a lot of scenic landscapes and closeups, and feature a wide range of textures and patterns in our inventory. You could call us focused and selectively diverse.
 

FOR MORE INFORMATION
Email Address
Email us at either fred@fred.com or fredlet@fred.com. We travel a lot so please don’t expect a prompt reply.

Telephone
You can also call 020 020 020 0200 but never during the day or night.

Mailing Address
We are rarely home but if you want to mail something to us, please send it to:
Fred.com
1234 Fred Street
Fredville, FRED 002000

 

Step By Step Instructions
1

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi quam tortor, pulvinar ut, luctus vel, vestibulum id, wisi. Maecenas molestie sollicitudin velit. Duis bibendum elit vitae dui. Fusce feugiat, nunc quis euismod rutrum, neque mauris luctus tortor, ut tempus tortor orci quis mauris.

2

Vestibulum sollicitudin pede vitae erat. Aenean purus velit, posuere non, auctor ut, hendrerit laoreet, wisi. Aliquam erat volutpat. Maecenas tempor. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Ut pede quam, tincidunt in, scelerisque id, gravida eget, mauris.

3

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi quam tortor, pulvinar ut, luctus vel, vestibulum id, wisi. Maecenas molestie sollicitudin velit. Duis bibendum elit vitae dui. Fusce feugiat, nunc quis euismod rutrum, neque mauris luctus tortor, ut tempus tortor orci quis mauris.

 

Step By Step Instructions
1

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi quam tortor, pulvinar ut, luctus vel, vestibulum id, wisi. Maecenas molestie sollicitudin velit. Duis bibendum elit vitae dui. Fusce feugiat, nunc quis euismod rutrum, neque mauris luctus tortor, ut tempus tortor orci quis mauris.

2

Vestibulum sollicitudin pede vitae erat. Aenean purus velit, posuere non, auctor ut, hendrerit laoreet, wisi. Aliquam erat volutpat. Maecenas tempor. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Ut pede quam, tincidunt in, scelerisque id, gravida eget, mauris.

3

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi quam tortor, pulvinar ut, luctus vel, vestibulum id, wisi. Maecenas molestie sollicitudin velit. Duis bibendum elit vitae dui. Fusce feugiat, nunc quis euismod rutrum, neque mauris luctus tortor, ut tempus tortor orci quis mauris.

 

Step By Step Instructions
1

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi quam tortor, pulvinar ut, luctus vel, vestibulum id, wisi. Maecenas molestie sollicitudin velit. Duis bibendum elit vitae dui. Fusce feugiat, nunc quis euismod rutrum, neque mauris luctus tortor, ut tempus tortor orci quis mauris.

2

Vestibulum sollicitudin pede vitae erat. Aenean purus velit, posuere non, auctor ut, hendrerit laoreet, wisi. Aliquam erat volutpat. Maecenas tempor. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Ut pede quam, tincidunt in, scelerisque id, gravida eget, mauris.

3

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi quam tortor, pulvinar ut, luctus vel, vestibulum id, wisi. Maecenas molestie sollicitudin velit. Duis bibendum elit vitae dui. Fusce feugiat, nunc quis euismod rutrum, neque mauris luctus tortor, ut tempus tortor orci quis mauris.

 

Step By Step Instructions
1

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi quam tortor, pulvinar ut, luctus vel, vestibulum id, wisi. Maecenas molestie sollicitudin velit. Duis bibendum elit vitae dui. Fusce feugiat, nunc quis euismod rutrum, neque mauris luctus tortor, ut tempus tortor orci quis mauris.

2

Vestibulum sollicitudin pede vitae erat. Aenean purus velit, posuere non, auctor ut, hendrerit laoreet, wisi. Aliquam erat volutpat. Maecenas tempor. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Ut pede quam, tincidunt in, scelerisque id, gravida eget, mauris.

3

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi quam tortor, pulvinar ut, luctus vel, vestibulum id, wisi. Maecenas molestie sollicitudin velit. Duis bibendum elit vitae dui. Fusce feugiat, nunc quis euismod rutrum, neque mauris luctus tortor, ut tempus tortor orci quis mauris.

 

Step By Step Instructions

1Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi quam tortor, pulvinar ut, luctus vel, vestibulum id, wisi. Maecenas molestie sollicitudin velit. Duis bibendum elit vitae dui. Fusce feugiat, nunc quis euismod rutrum, neque mauris luctus tortor, ut tempus tortor orci quis mauris.

2Vestibulum sollicitudin pede vitae erat. Aenean purus velit, posuere non, auctor ut, hendrerit laoreet, wisi. Aliquam erat volutpat. Maecenas tempor. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Ut pede quam, tincidunt in, scelerisque id, gravida eget, mauris.

3Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi quam tortor, pulvinar ut, luctus vel, vestibulum id, wisi. Maecenas molestie sollicitudin velit. Duis bibendum elit vitae dui. Fusce feugiat, nunc quis euismod rutrum, neque mauris luctus tortor, ut tempus tortor orci quis mauris.

 

Step By Step Instructions
A

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi quam tortor, pulvinar ut, luctus vel, vestibulum id, wisi. Maecenas molestie sollicitudin velit. Duis bibendum elit vitae dui. Fusce feugiat, nunc quis euismod rutrum, neque mauris luctus tortor, ut tempus tortor orci quis mauris.

B

Vestibulum sollicitudin pede vitae erat. Aenean purus velit, posuere non, auctor ut, hendrerit laoreet, wisi. Aliquam erat volutpat. Maecenas tempor. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Ut pede quam, tincidunt in, scelerisque id, gravida eget, mauris.

C

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi quam tortor, pulvinar ut, luctus vel, vestibulum id, wisi. Maecenas molestie sollicitudin velit. Duis bibendum elit vitae dui. Fusce feugiat, nunc quis euismod rutrum, neque mauris luctus tortor, ut tempus tortor orci quis mauris.

 

STEP BY STEP INSTRUCTIONS

The following are step by step instructions for the process involved.

STEP ONE

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi quam tortor, pulvinar ut, luctus vel, vestibulum id, wisi. Maecenas molestie sollicitudin velit. Duis bibendum elit vitae dui. Fusce feugiat, nunc quis euismod rutrum, neque mauris luctus tortor, ut tempus tortor orci quis mauris.

STEP TWO

Vestibulum sollicitudin pede vitae erat. Aenean purus velit, posuere non, auctor ut, hendrerit laoreet, wisi. Aliquam erat volutpat. Maecenas tempor. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Ut pede quam, tincidunt in, scelerisque id, gravida eget, mauris.

STEP THREE

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi quam tortor, pulvinar ut, luctus vel, vestibulum id, wisi. Maecenas molestie sollicitudin velit. Duis bibendum elit vitae dui. Fusce feugiat, nunc quis euismod rutrum, neque mauris luctus tortor, ut tempus tortor orci quis mauris.

 

STEP BY STEP INSTRUCTIONS

STEP ONE Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi quam tortor, pulvinar ut, luctus vel, vestibulum id, wisi. Maecenas molestie sollicitudin velit. Duis bibendum elit vitae dui. Fusce feugiat, nunc quis euismod rutrum, neque mauris luctus tortor, ut tempus tortor orci quis mauris.

STEP TWO Vestibulum sollicitudin pede vitae erat. Aenean purus velit, posuere non, auctor ut, hendrerit laoreet, wisi. Aliquam erat volutpat. Maecenas tempor. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Ut pede quam, tincidunt in, scelerisque id, gravida eget, mauris.

STEP THREE Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi quam tortor, pulvinar ut, luctus vel, vestibulum id, wisi. Maecenas molestie sollicitudin velit. Duis bibendum elit vitae dui. Fusce feugiat, nunc quis euismod rutrum, neque mauris luctus tortor, ut tempus tortor orci quis mauris.

 

STEP BY STEP INSTRUCTIONS
STEP ONE
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi quam tortor, pulvinar ut, luctus vel, vestibulum id, wisi. Maecenas molestie sollicitudin velit. Duis bibendum elit vitae dui. Fusce feugiat, nunc quis euismod rutrum, neque mauris luctus tortor, ut tempus tortor orci quis mauris.
STEP TWO
Vestibulum sollicitudin pede vitae erat. Aenean purus velit, posuere non, auctor ut, hendrerit laoreet, wisi. Aliquam erat volutpat. Maecenas tempor. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Ut pede quam, tincidunt in, scelerisque id, gravida eget, mauris.
STEP THREE
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi quam tortor, pulvinar ut, luctus vel, vestibulum id, wisi. Maecenas molestie sollicitudin velit. Duis bibendum elit vitae dui. Fusce feugiat, nunc quis euismod rutrum, neque mauris luctus tortor, ut tempus tortor orci quis mauris.
 

How To? What For? Basics of Nature Photography Introduction to the basics behind our nature images Lorelle and Brent VanFossen
Background Magic Investigating your backgrounds Lorelle and Brent VanFossen
Patterns in Nature Exploring the geometry of nature Lorelle and Brent VanFossen
Close Ups In Nature Peek into the world of the small Lorelle and Brent VanFossen
 

CSS Tips and Tricks – CSS Links and Rollovers

There are a lot of things you can do with links, including creating link menus with different types of “hovers” or rollover effects. We take you step-by-step through a variety of link techniques and CSS experiments to expand the possibilities by changing background and hover styles. Then we explore even more advanced techniques of using images and photographs in the background and changing their hover style as well by having it switch images on mouse rollovers.

Changing Division Container Boxes Into Link Menus

These last two border examples we showed you used inset and outset, frequently used to create buttons and menu items. Here is an example of a single “button” with an outset border.

Button
<div style=”display:block; width:50px; padding:8px; border:10px outset #000099; background:#333399; color:white; text-align:center; font-weight:bold”>Button</div>

Here is a row of these buttons to create a menu effect.

Button 1
Button 2
Button 3
Style Sheet Statement:
<style type=”text/css”>
.button {display:block; width:50px; padding:8px; border:10px outset #000099; background:#333399; color:white; text-align:center; font-weight:bold}
</style>

HTML Structure:
<div class=”button”>Button 1</div>
<div class=”button”>Button 2</div>
<div class=”button”>Button 3</div>

The following is the same layout featuring an inset border rather than an outset border.

Button
<div style=”display:block; width:50px; padding:8px; border:10px inset #000099; background:#333399; color:white; text-align:center; font-weight:bold”>Button</div>

When set side by side or one on top of each other with the outset border button, the inset border looks like a pressed button.

Button1
Button2
Button3
Button4
Style Sheet Statement:
<style type=”text/css”>
.button {display:block; width:50px; padding:8px; border:10px outset #000099; background:#333399; color:white; text-align:center; font-weight:bold}
.button2 {display:block; width:50px; padding:8px; border:10px inset #000099; background:#333399; color:white; text-align:center; font-weight:bold}
</style>

HTML Structure:
<div class=”button”>Button1</div>
<div class=”button”>Button2</div>
<div class=”button2″>Button3</div>
<div class=”button”>Button4</div>

Want more of a challenge? Looking to play with your own CSS experiments? Assign these styles to a buttonmenu division with a list of links and have the inset border in the a:hover rule. This is called a CSS Rollover Menu. Move your mouse over the links to see the effect.

Pretty amazing. Many designers have tried to create this mouse rollover effect for years using javascript programming, mouseover commands, and other techniques. CSS made the process of creating CSS Rollover Menus much easier.

To create our CSS Rollover Menu, we created a division with the ID of buttonmenu inside our style sheet. Notice the 10px left margin for the overall division. This aligns the menu within our page style. You can change this to fit your own design. The list selectors are set to have no margins or padding and we’ve remove the bullets from the list by setting the list-style-type and list-style-image to “none”. The link style is set to with the 10px outset border and the hover style is set with a 10px inset border. We need to include the background color and text color in the hover so it will match the non-hover (inactive) state of the original, giving the appearance that only the border is changing.

#buttonmenu {margin-left:10px}
#buttonmenu ul, #buttonmenu li {margin: 0; padding: 0; list-style-type: none; list-style-image:none}
#buttonmenu a {display:block; width:100px; padding:8px; margin:0; border:10px outset #000099; background:#333399; color:white; text-align:center; font-weight:bold}
#buttonmenu a:hover {position:relative; border:10px inset #000099; background:#333399; color:white;}

The HTML structure is very simple. We just do a list of links inside of a division called “buttonmenu”. When the mouse “rolls over” the link, the list design elements are triggered through the use of the anchor hover CSS selector.

<div id=”buttonmenu”>
<ul>
<li><a href=”cssfun.html”>Link1</a></li>
<li><a href=”cssfun.html”>Link2</a></li>
<li><a href=”cssfun.html”>Link3</a></li>
</ul>
</div>

There are many ways to the CSS Rollover Menus. Here are a few more examples of our CSS experiments with rollover menus. Move your mouse over the links (to this page) to test them.

<style type=”text/css”>
<!–
#button2 {margin-left:10px}
#button2 ul, #button2 li {margin: 0; padding: 0; list-style-type: none; list-style-image:none}
#button2 a {display:block; width:100px; padding:8px; margin:5px; border:2px dotted #000099; background:#333399; color:white; text-align:center; font-weight:bold}
#button2 a:hover {position:relative; border:2px dashed #000099; background:#333399; color:white}
–>
</style>

<div id=”button2″><ul>
<li><a href=”cssfun.html”>Link1</a></li>
<li><a href=”cssfun.html”>Link2</a></li>
<li><a href=”cssfun.html”>Link3</a></li>
</ul></div>

We changed the border to dotted and the hover state to dashes. The border width is thin, only 2 pxs. Below, we thickened the border 8px for a different effect.

#button3 {margin-left:10px}
#button3 ul, #button3 li {margin: 0; padding: 0; list-style-type: none; list-style-image:none}
#button3 a {display:block; width:100px; padding:8px; margin:5px; border:8px dotted #000099; background:#333399; color:white; text-align:center; font-weight:bold}
#button3 a:hover {position:relative; border:8px dashed #000099; background:#333399; color:white}

Next, we’ve taken this experiment a little further and changed the border to solid and from blue to purple for the hover effect on the CSS mouse rollover.

#button4 {margin-left:10px}
#button4 ul, #button4 li {margin: 0; padding: 0; list-style-type: none; list-style-image:none}
#button4 a {display:block; width:100px; padding:8px; margin:5px; border:8px solid #000099; background:#333399; color:white; text-align:center; font-weight:bold}
#button4 a:hover {position:relative; border:8px solid #990099; background:#333399; color:white}

Putting all the techniques we’ve learned together, we’ve taken these same links and completely changed the text color, background color, and border color on the hover for a dramatic CSS Rollover Menu.

#button5 ul, #button5 li {margin: 0; padding: 0; list-style-type: none;list-style-image:none}
#button5 a {display:block; width:100px; padding:8px; margin:5px; border:8px solid #000099; background:#333399; color:white; text-align:center; font-weight:bold}
#button5 a:hover {position:relative; border:8px solid #990099; background:#CC66FF; color:#660066}

As you’ve seen, the technique to create pure CSS Rollover Menus isn’t that complicated. Use your imagination and see what you can create.

CSS Rollover Menus and Hover Features

Using Background Images in Links

Using the technique we discussed for our header featuring a background image, we can change the look and feel of the same boxes, with and without borders. Remember to include a background color for the division in case the background image doesn’t load or to be visible while waiting for the background image to load. Oh, and after you read through this basic introduction into background images in links, check out the wide range of CSS background possibilities in our CSS Tips and Tricks with Backgrounds and Transparencies and CSS Unleashed – Experiments with Background Images and Backgrounds.

Within the code below there is a background image An image placed within a CSS selector sits in the background, so to speak, of a page rather than on the page itself like an embedded graphic. Because the background graphic is within the style sheet code, when the style sheet is absent, such as with software for the blind and visually impaired, the graphic is invisible to the reader.

The background image is positioned relative to the container it resides in. The various declaratons include defining if the graphic is repeated, not repeated, and if repeated, how many times and in which directions; the relative position (top, bottom, left, right) within the container; and whether it is fixed or absolute. The repeating factor is based upon an x-y grid with repeat-x across and repeat-y vertical. We have ours set to not repeat and to sit in the left, bottom corner, fixed in place.

This division features a background pattern of dark wood and we’ve changed the font color to yellow to be visible against the dark color. There is no border line.
<div style=”display:block; width:50%; padding:10px; border:none; background: url(../images/web/backgroundwood1.jpg) brown; color:yellow“>This division features a background pattern of dark wood and we’ve changed the font color to yellow to be visible against the dark color. There is no border line.</div>

The background example below definitely has some problems. We show you this not as a showcase of what is possible, but more as an example of what NOT to do. We visit many web pages with such backgrounds where it is almost impossible to read the text. Not only impossible, it gives headaches more than information. Keep your backgrounds complementary and appropriate to showcase your content.

This division features a background image pattern that looks like oil on water at sunset and features a complimentory solid orange border. We’ve changed the text color to white so it is more visible against the patterned background, yet, only when it is bolded is it really visible.
<div style=”display:block; width:50%; padding:10px; border:4px solid #FFCC00; background: url(../images/web/backgroundoilwater.jpg) #FF9900; color:white“>This division features a background image pattern that looks like oil on water at sunset and features a complimentory solid orange border. We’ve changed the text color to white so it is more visible against the patterned background but as you see, <b>yet, only when it is bolded is it really visible</b>.</div>

By using a dramatic but monochromatic background, your text is enhanced and the background is now a part of the overall design theme.

This division features a background image of blue bubbles. We’ve changed the text color to white to be more visible. It has an 8px wide ridge border in a complementary blue.
<div style=”display:block; width:50%; padding:10px; border:8px ridge #6633FF; background: url(../images/web/backgroundbluebubs.jpg) #6633FF; color:white“>This division features a background image of blue bubbles. We’ve changed the text color to white to be more visible. It has an 8px wide ridge border in a complementary blue.</div>

The examples below use our images and show how to use text and photography together to create interesting effects. You can find more examples in our article on CSS Unleashed – CSS Experiments Showcasing Your Photography. We’ve left the text plain to highlight the background in these examples, except for the last one where we had some showcase fun.

Black letters over fall leaves.
Photograph by Brent VanFossen.
White letters over mountain scene.
Photograph by Brent VanFossen.
The real voyage of discovery consists not in seeking new landscapes but in having new eyes.
Marcel Proust
 

Let’s do another experiment and using the technique of CSS experiments rollover menus we highlight on one of our sample layouts which uses images for the background rather than colors.

Leaf photograph by Brent VanFossenThe technique uses the photograph seen to the right of this text and these four “buttons” graphically created from the original photograph.

Top section of leaf menu
Second section of leaf menu
Third section of leaf menu
Fourth section of leaf menu

 

The buttons are only visible on the hover, when the mouse moves over the link. They disappear after the mouse moves away from the link. There is a different hover class statement for each link, 1 through 4, which features the different background image.

The HTML structure is very simple and easy.

<div id=”buttonpic”>
<ul>
<li class=”L1″><a href=”cssfun.html”>Link1</a></li>
<li class=”L2″><a href=”cssfun.html”>Link2</a></li>
<li class=”L3″><a href=”cssfun.html”>Link3</a></li>
<li class=”L4″><a href=”cssfun.html”>Link4</a></li>
</ul>
</div>

The style sheet code looks complex, but it isn’t really. Here is the full code. We have condensed the code using CSS shorthand.

#buttonpic {background:url(../images/web/leavesmenu.jpg) no-repeat; z-index:-2; width:170px; height:116px; text-align:center; font-size:1em}

#buttonpic ul, #buttonpic li {margin: 0; padding: 0; border:none; list-style-type: none; list-style-image:none}

#buttonpic a, #buttonpic a:active, #buttonpic a:visited {font-family: Arial Black, Arial, Helvetica, sans-serif; text-decoration:none; color:white; height:29px; background: transparent; width:170px; display:block}
#buttonpic a {vertical-align:bottom}

.L1 a:hover, .L2 a:hover, .L3 a:hover, .L4 a:hover, .L5 a:hover {text-decoration:none; border:none; width: 170px; display:block; height:29px; z-index:1}

#buttonpic .L1 a:hover {background:url(../images/web/leavesmenu_1x1.jpg) no-repeat green; color:#003300}
#buttonpic .L2 a:hover {background:url(../images/web/leavesmenu_2x1.jpg) no-repeat green; color:#003300}
#buttonpic .L3 a:hover {background:url(../images/web/leavesmenu_3x1.jpg) no-repeat green; color:#003300}
#buttonpic .L4 a:hover {background:url(../images/web/leavesmenu_4x1.jpg) no-repeat green; color:#003300}

Working with Cascading Style Sheets, the only limits are technical. Once you figure out the technical, the design possibilities are unlimited.

CSS Backgrounds – Links and Resources

CSS Backgrounds – Links and Resources

CSS Unleashed – Experiments Putting It All Together

NOTE: This article was originally written in 2003 and includes links to articles going back to the early days of HTML and CSS web development. While we’ve done our best to keep some of the information updated, these documents also serve as historical references on the history of web design and web development. Please check the web for updated information if you find an example or technique is not working properly. Or let us know and we’ll look into it. Thanks.


We’ve shown you some of our experiments in CSS designs, playing with text, borders, displaying your photography, pull-quotes and blockquotes, lists and menus, logos, and more. Now we want to show you some of the tips and tricks we learned from doing these experiments and how to turn the inline CSS code into style sheets which complement the HTML tags and streamline the coding process.

Before we continue, make sure you are up-to-speed on some of the jargon and techniques behind creating CSS, HTML, and style sheets. Here are a list of articles from within our site to help you understand what we are discussing.

Extracting CSS Inline Code
to Cascading Style Sheets: Starting Simple

To help us with our experiments, we’ve set the styles for our experiments “inline” which means the HTML tags include the style codes such as the paragraph form we used throughout our experiments to highlight the different CSS experiment styles.

We used this CSS style attached to a paragraph tag to give it a distinctive look and segregate the text away from the experiments with CSS. It created a uniform look throughout the experimental examples.

The paragraph includes an top and bottom border and a marble graphic in the top left. To accommodate the graphic, the paragraph’s left padding was pushed to the right 30px. If we had pushed the margin, the borders would have moved with it and we wanted the graphic within the borders, so we changed the padding.

Inline Coding:
<p style=”display: block; position: relative; margin: 25px 0px; border-width: 1px 0 2px 0; border: solid #000099; padding: 10px 5px 10px 30px; color: black; font-size: 80%; background: url(images/core/ball203.gif) left top no-repeat”> We used this CSS style attached to a paragraph tag to give it a distinctive look and segregate the text away from the experiments with CSS.</p>

To change the inline coding to a style sheet with this example, the process was simple. We simply cut the inline style codes and pasted them into a CSS class rule and set this rule within a style tag in the <head> of the page:

<style type=”text/css”>
.state {
display: block; position: relative; margin: 25px 0px; border-width: 1px 0 2px 0; border: solid #000099; padding: 10px 5px 10px 30px; color: black; font-size: 80%; background: url(images/core/ball203.gif) left top no-repeat}

</style>

HTML Tags:
<p class=”state”> We used this CSS style attached to a paragraph tag to give it a distinctive look and pull the text away from the experiments with CSS.</p>

The HTML is simple and clean and easy to use over and over again throughout the series of experiments.

Extracting CSS Inline Code
to Cascading Style Sheets: Divisions and Classes

5,342

THE NUMBER OF PEOPLE WHO MIGHT VISIT THIS WEB PAGE DAILY BUT ARE UNSURE OF THE PURPOSE OF IT.

Statistics are average and not based on any daily recommended allowances or dietary restrictions, if any.

Let’s look at the CSS design to the right, a slightly more complex design. We used this one in our section experimenting with blockquotes. It’s a pleasing design for highlighting statistics.

The style codes are set inline with four divisions, establishing the three different sections and a wrapper division surrounding all three to establish the overall width and font styles. The inline style codes embedded within the HTML looks like this:

<div style=”display: block; float: right; width: 30%; margin: 0; padding: 0; font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif; border: 1px solid black; background: #CCCCFF; color: black; text-align: center”>

<div style=”padding: 3px; border-bottom: 1px solid black; font-size: 60px; background: #CCFFFF”> 5,342</div>

<div style=”font-size: 13px; padding: 4px”> THE NUMBER OF PEOPLE WHO MIGHT VISIT THIS WEB PAGE DAILY BUT ARE UNSURE OF THE PURPOSE OF IT.</div>

<div style=”background: brown; color: white; font-size: 11px; padding: 3px”> Statistics are average and not based on any daily recommended allowances or dietary restrictions, if any.</div>

</div>

To pull the style codes out, we first set up a class selector that designates the group and applies the consistent elements throughout the division. These are found within the first div tag. Let’s call the class “stats”.

<style type=”text/css”>
.stats {
display: block; float: right; width: 30%; margin: 0; padding: 0; font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif; border: 1px solid black; background: #CCCCFF; color: black; text-align: center}

</style>

Then we add the next three sections as title, paragraph and division.

<style type=”text/css”>
.stats {
display: block; float: right; width: 30%; margin: 0; padding: 0; font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif; border: 1px solid black; background: #CCCCFF; color: black; text-align: center}

.stats .title {
padding: 3px; border-bottom: 1px solid black; font-size: 60px; color: black; background: #CCFFFF}

.stats p {
font-size: 13px; padding: 4px}

.stats div {
background: brown; color: white; font-size: 11px; padding: 3px}

</style>

The above style codes are placed in an attached style sheet or in the <head> of the page and the HTML is simplified to something manageable:

<div class=”stats”>
<div class=”title”> 5,342 </div>
<p> THE NUMBER OF PEOPLE WHO MIGHT VISIT THIS WEB PAGE DAILY BUT ARE UNSURE OF THE PURPOSE OF IT. </p>
<div> Statistics are average and not based on any daily recommended allowances or dietary restrictions, if any. </div>
</div>

Extracting CSS Inline Code
to Cascading Style Sheets:
Divisions, Classes, and Hierarchy

Feature Articles

Let’s deal with a little more complicated design and see how much we can simplify it. This Feature Article example comes from our section on lists and menus, experiments with various ways to handle content outside of a main article, like side bars or lists. The design features a nice top border and title, but inside the container are links that look like text. Our goal is to turn the HTML into a simple list layout.

Let’s start by setting up our desired HTML tags and structure and leave the CSS codes aside for the moment. Our goal is to create a simple HTML structure that is then influenced by the code. Begin with the simplest layout possible.

Feature Articles

The streamlined HTML code includes a main container division, a division for the tile, and then the list. Simplifying the content to make this easier to read, the HTML tags look like this:

<div>
<div id=”featurelist”> Feature Articles</div>
<ul class=”title”>
<li> <a href=”pageone.html”> Page One</a> Subtitle <i> author</i> </li>
<li> <a href=”pagetwo.html”> Page Two</a> Subtitle <i> author</i> </li>
<li> <a href=”pagethree.html”> Page Three</a> Subtitle <i> author</i> </li>
<li> <a href=”pagefour.html”> Page Four</a> Subtitle <i> author</i> </li>
<li> <a href=”pagefive.html”> Page Five</a> Subtitle <i> author</i> </li>
</ul>
</div>

Under the main container division called “featurelist”, we have the declarations or characteristics that will apply to the entire block. These include the font style, width of the block, placement or float on the page, and the text alignment code set to right justified.

#featurelist {
display: block; width: 35%; float: right; font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif; color: black; text-align: right}

For the rest of the CSS design code, let’s take each section one at a time. First, the title. It features a border along the top and one side, and sets the headline font to be a different color from the text.

#featurelist .title {
background: transparent; color: #CC0000; font-size: 20px; padding: 8px; border-width: 1px 1px 0px 0px; border: solid #660066}

So far the process is fairly simple. Now we have to deal with the list features. Each list item features an overall look, and then a look applied to each article title which also serves as links to the articles. This is where CSS hierarchy comes into play as we set up parent containers which change the tags within their containers.

The first selector ( ul) sets the look of the list. The second selector ( a) sets the look of the link to be bold. Since bold, black text looks just like text, we need to add some emphasis to help people recognize that this is a link. We add an anchor hover to change the color of the text when the mouse moves over it. The color of the anchor (link) can be set to anything to look more like a link, but we choose to have this look be subtle.

#featurelist ul {
list-style-image: none; list-style: none; font-size: 14px; padding: 5px}

#featurelist a {
font-weight: bold; color: black; text-decoration: none}

#featurelist a: hover {
color: #990000}

The full style sheet code would look like this:

<style type=”text/css”>
#featurelist {
display: block; width: 35%; float: right; font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif; color: black; text-align: right}

#featurelist .title {
background: transparent; color: #CC0000; font-size: 20px; padding: 8px; border-width: 1px 1px 0px 0px; border: solid #660066}

#featurelist ul {
list-style-image: none; list-style: none; font-size: 14px; padding: 5px}

#featurelist a {
font-weight: bold; color: black; text-decoration: none}

#featurelist a: hover {
color: #990000}

</style>

We hope this helps you use our CSS design examples more easily within your web pages. Yes, this is a reminder that these experimental design codes are open source, free for the taking. If you really love them, a link to our site would be appreciated. If you do something really spectacular with them, or find a bug in the design, please let us know so we can brag or fix.

Experimenting with CSS

We challenge everyone who wants to do their own web page design to learn about Cascading Style Sheets. While CSS is an evolving media and still has its limits, it opens the door beyond design-by-tables to a whole world of possibilities. By doing these experiments and providing the source code behind our own web page designs, we have learned even more about the entire process. It has helped us to streamline and tighten our code by over 30%, creating faster loading and search-engine happier web pages.

If you want to do some experimenting with CSS, here are some tips to help you get started.

  • Start your designs with divisions ( <div> ) and spans.
  • Keep the CSS coding inline within the divisions and spans. This allows faster tweaking to get the code results “right”.
  • If necessary, use style tags ( <style> ) next to the experimental design as you work on it. As this technique does not meet web standards, remove the final style codes and place them in the <head> or an attached style sheet to comply with web standards.
  • When you are satisfied with your design, separate the CSS styles from the HTML and turn the divisions and spans into HMTL tags by assigning IDs and classes.
  • Learn about CSS hierarchy and CSS shorthand so you can streamline the styles and HTML tags even more.

We believe in the “learn-as-you-play” method and creating these CSS design experiments taught us a ton about CSS, HTML, and web page design. Here are a few techniques we learned along the way.

Positioning
Positioning in CSS can be absolute or relative. It involves the use of basic directions (clockwise in order): top, right, bottom, left. Dependent upon your design requirements, the measurements for these positions can be set as absolute pixels ( left: 50px), relative percentages ( left: 25%), or relative to the screen resolution and base font-size ( left: 5em). Play around with these to see which work best for your experimental CSS design and how they work within your content.
Fonts
Fonts can be set by using traditional font point sizes, but these are generally frowned upon. The preferred font size style is to set a base font as a point, em, or pixel size and then refer to all other font sizes as percentages of the default base font (default at 12px/1em and heading would be 110% or 1.1em). While working with our experiments, we decided to set all of our fonts with pixels so they would stay “fixed” in place as we experiment. Unlike font sizes using percentages or em, pixel sizes do not change with the browser font size specifications, therefore the design elements are fixed in place. Once a CSS design experiment is set, we can then change the font sizes to a percentage or em to maintain a more accessible web page design.
Understanding Breaking Points
As with all experiments, there comes a time when a CSS design may break on the page. Dependent upon absolute and relative positioning, or a combination of both, flexed and shoved together with various screen widths, sometimes the design code will break. Lines will wrap down, layouts will shift around, and things will become a bit scrambled. Be patient and learn how the positioning layers work within the CSS box model relative to the screen space, specifically the linear sequence (top, middle, bottom), framing sequence (outside, inside), and 3D stacking (front, middle, back). The better you understand the CSS Box Model, the easier the design process will be when it comes to positioning.
Understanding The Difference Between Margins And Padding
As you better understand the CSS Box Model and CSS positioning, you will also come to better understand the differences between margins and padding. Simply put, margins are the space outside of the container in relationship to the containers around it. Padding is the space between the edge of the container and the inside content. Together, these two create the space and positioning of your content within and without its framing container.
Width and Height
Width and height play important roles in CSS positioning. They affect the containers around them and the content within them. Height is required when using special effects such as CSS filters, but it is not necessarily required for most containers as the content within will push the container to its required height. Width, however, plays a critical role in how wide the container is and how it fits within the puzzle of your overall web page design as well within as your design element. Working with photographs, setting the width to 1% resizes the container’s frame to the width of the image, if the margin and padding immediately around the image and the image itself are set to zero. Both width and height can be set as absolute measurements in pixels or em, or in relative measurements using percentages. The choice is yours dependent upon your design and your web page design goals.
White-space
Web page designs can be designed to be literally cemented to the page or “fixed” in place using absolute positioning. Even these can “break” when the page width narrows or widens beyond the CSS structure and positioning limits. To keep containers from wrapping or “breaking”, you can add the CSS property called “white-space”. If white-space is set for normal (default), the container will wrap down to the next line when the page is too narrow, or show space between the containers when the page is too wide. Setting the property values for white-space to nowrap forces a division or span to not wrap to the next line and forces the container to stay where it is, inline with its positioning. It doesn’t work in all conditions but it does help inline division containers stay together.
Take Old Browsers Into Consideration
I got so enthused about these innovative designs, I pushed the CSS and HTML into the latest and best updated versions, using codes recognized by only the latest web page browsers. In testing these pages, I discovered that Netscape and older browsers didn’t recognize some of the shorthand, especially those associated with borders. While I don’t want to spend a lot of time forcing these experiments to be visible in every browser since some of the designs feature code not available or recognized by older browsers, I needed to make a few changes so they are a bit more backwards compatible. As you design your CSS experiments, consider your audience and how far into the past you should go to make sure your experiments are visible to as many people as possible. To “really” experiment with filters and newer techniques, use the lastest update of your web page browser software.

As you design, start with a basic understanding of CSS rules and positioning. Then let your imagination go. Play with shapes, colors, and sizes. Start with something simple and then push it to its limits.

Inspiration for these designs came from magazines since few sites offer much in the way of design help beyond the very basic structures and layouts. Design inspiration can come from anywhere: newspapers, advertising flyers and brochures, company materials, posters, television, and books. While few websites offer specific CSS experiments like ours, web page designers are coming up with their own designs which can be copied and modified to suit your own design needs. Go exploring and see what you can find.

To help you with some of the techniques we used and others available on the web, we’ve provided you with a list of sites we found helpful in creating these CSS experiments. We even experimented with our list of links!

Experiments with CSS – Links and Resources

 

CSS Book Recommendations

We’ve shown you some of our CSS experiments and tips and tricks like playing with text, borders, displaying your photography, pull-quotes and blockquotes, lists and menus, logos, and more.

We included a list of resources from which we learned to do a lot of these CSS experiments and CSS designs, and here are a list of books we recommend and encourage you to get to help you to start from the beginning with your web page layout and design (we wish we had started with them!) or to help you go further in your CSS and HTML web page designs.

 

Behind the Background Magic

Brent in Alaska - Behind the Scenes logoIn our article series on background magic, we looked at the ways to create a perfect background and the crimes against backgrounds many photographers commit. In this Behind The Scenes article, we want to explore more of the magic of backgrounds and how they can make or break a photograph. We’ll show you examples of some of our photographs and tell you how we got the background to work, or what needs to be done to improve the background. Our images are about to go under the background critic’s knife, so let’s go!

The Act of Background Separation

When working with small subjects, especially finely detailed or patterned, there are times when you want the background to be a detail rather than part of the scene. You want it to be there, but not noticed, nothing to attract attention to it. It is the canvas that your subject merely rests upon.

Finding quiet and unremarkable, distraction-free backgrounds in nature can be challenging. Part of the defining characteristic of nature and “wild” is a bit of chaos. Isolating a subject against a quiet natural background requires understanding how your camera lens sees and how to maximize its capabilities to choose the right background.

Spider in web near flowers, photograph by Brent VanFossenPhotographing this spider against the glowing back light of the rising sun, Brent was working in a vacant lot in the Fremont District of downtown Seattle. The city was everywhere around him and he needed to block it out, and do it quickly before the sun rose, heating up the land just enough to dry the condensation on the web and start the wind blowing. He choose his close-up tool of choice, the 200mm lens and worked fast. Adding a 1.4 teleconverter and increasing the focal length to 320mm, he knew the background within the lens perspective would be very narrow, allowing him to choose a small spot of grass in the background. He chose an aperture that again, allowed him fast enough shutter speed in the low light while giving him a shallow enough depth of field to blur the background completely out of focus, isolating the spider on the webas the sun lit it from behind.

Closeup of spider on web, photograph by Brent VanFossenThe spider cooperated by stayng still, but Brent still fought with the odd angle of the web and the fact that the spider was hanging upside down. The angle meant the depth of field was too narrow to keep the entire web in focus. He got in position wedged between the bushes, careful not to brush against or move the bush the spider had anchored against, and bracketed his aperture to increase his chances of getting the right result in the end. The depth of field is the sharp area in the front and center of the web, including the spider, but the far edge blurs into the background. With the final slide, we just flipped it over and the spider appears in a more comfortable position for us to look at. As the background is nondescript, the web “feels” like it continues with no definable edge, enhancing the drama of the photograph.

Keep It Simple: Flood of Color Backgrounds

Single daisy photographed against fir tree branches, photograph by Brent VanFossenWhen photographing flowers or small subjects, it is best to isolate the subject using its environment to frame it. Understanding how your equipment works and knowing how your lens sees, you can estimate your depth of field and choose the appropriate aperture which will either blur the background completely out of focus or allow enough of the background to be in focus for us to recognize what it is without calling too much attention to it.

Baby blue eyes, photograph by Brent VanFossenIn the photograph of the daisy against a wall of fir tree branches, the neutral green background emphasises the bright white of the flower. In the photograph of the baby blue eyes to the left, the wash of light blue color from surounding flowers is very soft and out-of-focus with the shallow depth of field and doesn’t provide much of a contrast, but the softness of the blend of blue tones adds a romantic gentleness to the image rather than making a bold statement.

A wash of color that accentuates the colors of the subject without losing the subject in all the color, adds drama to an ordinary photograph. Look for echoing colors, complementary colors, or contrasting colors that accentuate and frame the subject.

Fiddlehead fern, photograph by Brent VanFossenWhen working with strong geometric shapes and patterns, as with this fiddlehead fern, let the background recede and disappear so the design takes center stage. The delicate spiral was the main subject, and the soft green background Tree branches in silhouette against a sunset sky, photograph by Brent VanFossenis just light enough in tone from the green fern to highlight it within the photograph. We concentrate on the pattern and ignore everything else because the background attracts no attention.

Sunset or sunrise skies or clouds can create beautiful colors which provide a dramatic color wash behind an interesting subject. Silhouettes make strong graphic statements against the canvas of a colorful sky. In the photograph to the left, Brent chose to frame the tree branches against a patch of sky with multiple sunrise colors, using a similar technique as his blurring background colors when working with close up subjects. Since the sky was so far away in the distance, he could use a fairly deep depth of field to keep the branches in focus while the sky faded off into a blur of color. He let the mix of colors make a dramatic statement without stealing from the tree branch patterns. In fact, the background enhances the silhouette patterns.

Blurring Colorful Backgrounds

Caterpillars, butterflies, and most insects are challenging to photograph. First, they tend not to cooperate, and second, they are busy little creatures. That is, they are often colorful and patterned, and capturing their natural artistry is difficult when it comes to backgrounds. Dark parts like antenna and legs tend to disappear and get lost in a dark or black background. A bright white background overwhelms them. Somewhere there is an in between and we’re always on the look-out for the magical in between background.

Caterpillar climbs a dried grass stalk, photograph by Brent VanFossenIn the image to the right we found a caterpillar in the “wilds” outside of a subdivision near our campground in Ft. Meyers, Florida. It was climbing the dried grass stalk about a meter off the ground and Brent knew he had a great photo opportunity. The problem was overcoming the busy subdivision in the background and the litter in the grasses.

Moving around and carefully examining the background at the level the camera would be, Brent noticed the playground equipment and some flowers nearby. Understanding how those would look when blurred, he decided to make the colors work for him. He chose the 200mm lens for its narrow angle of view and control of the background. This gave him the depth of field he needed with the right shutter speed to capture the caterpillar on the grass stalk as it moved in the breeze while blurring the background into colorful but non-distracting blobs of color that still maintained some shape to add character without distraction.

Flower captured using the same lens perspective technique of blurring the background with a shallow depth of field, photograph by Brent VanFossenA blend of colors, definable color blobs if you will, to create a dramatic canvas behind a simple subject is a common trait in Brent’s close up photography. Indian Paintbrush wildflower using the same blurred background technique, photograph by Brent VanFossenIf you have a graphically busy or complex subject, the simpler the background the more impact the subject has. Subjects like daisies or dandelions which are seen commonly in groups or fields, tell a different story when they are isolated and separated with contrasting backgrounds as a solo act.

Flowers work well against a soft diffused yet colorful background. The viewer gets the information that this is just one flower singled out against the many, and that this picture was taken in “nature” rather than in a studio, giving it a more natural feeling. Flowers can be complex subjects with repeating patterns but many of the texture and pattern details aren’t as visible when photographed in a group from a distance. Isolating the flower against a wash of color in the background puts the emphasis on these details, allowing the viewer to see a familiar subject in an unusual presentation.

Light Matters

Shoot star wildflowers in bright contrasty sunlight, photograph by Lorelle VanFossenLight matters in all photography, but harsh light and shadows can ruin your background. The busy and high contrast of the lights and darks defeat your subject’s chances of even being seen.It’s like trying to read the chicken soup letters when all the letters are at the bottom of the soup. In the photograph to the right are some small delicate shooting stars, alpine wildflowers. With the clutter of the shadows and light, you can hardly see them. It’s a tangled mess. The eye doesn’t know where to rest.

Shoot star wildflowers photographed in shade, photograph by Lorelle VanFossenThere are several ways to counteract the shadows and change your background so the subject can stand out and accept its due acclaim. One method is to shade the subject and the background. This is practical for small, cooperative subjects, but more difficult when working with an elk or elephant. The shade tends towards blue, though, so add a warming filter to raise the color temperature to a more “natural” tone. Using a jacket, we shaded the shooting stars to block out all the highlights and shadows, and the blue tone of the shade accentuated their blue-purple color.

Shooting star wildflowers photographed using a diffusion cloth, photograph by Lorelle VanFossenA diffusion cloth acts like a cloud in front of the sun, diffusing and softening the light. Unlike shade which casts a blue color, a diffusion cloth allows white light to pass through. The diffusion cloth really brought out the color in the shooting stars, softening the background and giving the flowers a chance to stand out and take a bow.

Tundra swans rest on the lake in the early morning light, Bosque del Apache, New Mexico, photograph by Brent VanFossenLight matters when it comes to understanding the impact of the color of light on your background to accentuate your subject. Sometimes it can be too intense but other times, it can be the punch you need to kick start your photograph. In the photograph to the left, snow geese are sleeping on the lake early in the morning at Bosque del Apache National Wildlife Refuge in New Mexico. The water offers them protection from land predators. As the sun rises, they awake and fly off to the fields where they graze all day long, returning to the water at sunset, resting and feeding for the long spring migration heading north. During the day, these bare trees in the background are dull and boring. At night, well, it’s dark. But for the few moments of intense predawn light, they glow almost red, creating a dramatic and colorful color contrast to the sleeping white swans.

Background Echoes

Spring alpine wildflowers, Hurricane Ridge, Olympic National Park, photograph by Brent VanFossenWorking with patterns and textures, we like to have the backgrounds echo the patterns, either filling the frame or as soft, partially in-focus or out-of-focus echoes in the background. Fields of flowers are great opportunities to put this technique to work. The photograph to the right features a variety of wildflowers, some in focus and some out of focus. The lack of similarity in this echoing background isn’t meant to give you the sense of order. It is meant to represent the colorful clutter of wild flowers.

Batch of tulips, photograph by Lorelle VanFossenIn the example photograph of tulips to the left, the repeating pattern of the flowers appearing smaller and smaller as they move off towards the distance gives the feeling of movement, of vast distance, of a field of flowers all repeating themselves endlessly. In reality, this is a small section of tulips in a sample display garden in Mt. Vernon, Washington, where there are millions of tulips usually flowing out over the fields in the Annual Skagit Valley Tulip Festival, one of the most popular tulip festivals in the world. Unfortunately, that particular year had been a season of bad timing and bad weather and few tulips made their regularly scheduled appearance in the fields. By using a long lens and compressing the scene with careful composition to avoid the other plants, bushes, and buildings around this small patch, we were able to give the sensation of a field of tulips at a time when there were few fields to be found.

Daffodil, photograph by Brent VanFossenFinding similar or objects to echo around or behind your main subject adds interest. We’re not looking at a single flower but a concert of flowers. The in-focus daffodils to the left are echoed all around with out-of-focus daffodils, crowding together to frame the one in focus. There is a blend and harmony found in the group of flowers.

Lake Louise, Canada, photograph by Brent VanFossenUsing highly graphic subjects, we can often look for echoing opportunities in other, less obvious ways. In the photograph to the right of rocks in the foreground of Lake Louise, Alberta, Canada, and the mountains and the glaciers in the background, can you notice the similarities? This was a carefully composed photograph, taking advantage of the echoing background and foreground technique. Using a wide angle lens, we moved in low to the rocks in the foreground, looking for echoes. Can you see them? Yes, the mountains and glaciers echo the rocks in the foreground. The triangles upon triangles is clearly evident if you pay attention. The reflection of the valley in the water creates another echo of the background. Echoes upon echoes make this an interesting photograph to look at over time, finding the patterns within patterns. The echoing effect between all the parts lead your eye into the photograph with time to wander and explore and continue deeper into the scene.

From a Distance to a Distance

Backgrounds are not limited to floods of color and out-of-focus elements. Backgrounds are part of the story. They draw the viewer into the story of the photograph. Scenics and landscapes which feature a leading line lead the viewer’s eye into the scene and create a sense of distance. Even though they are viewing a flat dimensional subject, the imagination kicks in and their eye takes them on a walk, sometimes a long walk, leading them into the background of the image.

Stream of water moving through a grassy field, photograph by Brent VanFossenRivers and roads are typical leading lines that invite a viewer to explore. But let’s look at the impact backgrounds have on the sense of scale and depth to a scenic image. The first image to the right features a gently flowing stream meandering through the grasses. The background is shortened to only include the grasses. Without the sky or another object to compare with, we have no sense of scale, no sense of sweeping drama. It’s a peaceful photograph.

Water stream, Denali, Alaska, photograph by Brent VanFossenBy including the sky and letting the stream of water lead us into the photograph, heading towards the background of distant mountains, we now have a different story in this photograph. We have a sense of scale – we know mountains are BIG. The S-curve leads our eye in dramatically, eager to follow its twists and turns towards the mountains. Ah, we have a goal! We want to go there. We feel distance, scale, and a sense of excitement and adventure. This is a wild place that invites daring adventurers.

Texas Wildflowers photograph by Brent VanFossenLeading lines of S-curves aren’t limited to roads and waterways, they can be found in the patterns of many things. In this field of wildflowers in the Texas Hill Country, the colors shift against each other creating the illusion of a slowly curving S-shape pulling your eye into the photograph, following the lines of colors into the distance. There is a sense of endless colorful flowers flowing across the plains.

Looking up into the trees with clouds in the background, photograph by Brent VanFossenThe sky itself offers no real sense of scale. It is just a glimpse of blue in the background, but we are so used to seeing the sky as a great dome over our heads, vast distance is implied in our imagination. When shooting up into the trees with the sky overhead, the use of a wide angle lens stretches the photograph, intensifying the distance and drama. The background sky with its thin clouds seems far away. Without the clouds, we should have a picture of trees growing up. With the clouds against the blue sky, the viewer feels the energy of moving upwards, reaching up, brushing the sky – there is now action through imagination in the photograph.

Appropriate Backgrounds: Understanding Habitats

One of the challenges in photographing wildlife and “natural” things is to keep the foreground and background “natural”. This is not so much to lie to the viewer as to capture the sense of nature in its natural element. Understanding the natural habitat and conditions in which you would normally find your subject helps you to pay attention to the details in the background and foreground which place your subject on familiar grounds.

Mountain goats in the mountains, photograph by Brent VanFossenPeople want a sense of where and when a subject is photographed and a background can provide that. With golden leaves in the background trees, we know an image was taken in fall. If there is snow on the ground, it must be winter. Wildflowers are associated with spring. The viewer gets a sense of where a photograph is taken by the presence of desert terrain or high snow-capped mountains hovering in the background. The habitat of the subject tells part of the story of the subject and care should be taken to include it when appropriate.

The mountain goat and her kid were photographed with a long lens to compress the mountain cliffs in the background to enhance the “natural” environment this animal is usually found. Since these animals live their lives at high alpine altitudes, among the sheer and rugged cliffs of mountains, the sense of scale provided by the mountain background tells the story of where they live.

Wolf in forest at Northwest Trek, photograph by Brent VanFossenIn the photograph to the left, we photographed this wolf at Northwest Trek, a wildlife rehabilitation facility in Washington State. Northwest Trek takes great care to keep their Pacific Northwestern native wildlife in enclosures and areas that match the animal’s natural surroundings, as much as possible. Taking advantage of that, we were able to photograph this wild and rarely seen creature fairly closeup. Unfortunately, we’ve had problems selling the photograph. In the foreground you can see a cut log. Since cut logs represent “the hand of man”, buyers think that this isn’t a “wild” photograph. It isn’t, but they don’t want a photograph with a cut log in the picture. With today’s digital “fixing”, we can change the log to look more natural, but our argument to buyers was that wolves are severely encroached upon by humans, so it is highly possible, and a dramatic part of the story, to have a cut log in the foreground representing the logging and intrusion of humans into a once wild world. We’re still working on that selling point, but either way, it is critical to learn about the natural habitat of the subject you are photographing and make sure that no elements which may tell a different story are included.

Blue Skies for Bird Backgrounds

Northern Mocking Bird, photograph by Brent VanFossenIn contrast to the techniques of photographing most nature subjects, overcast days are not always best for photographing birds if you want an appropriate background. Psychologically, people think birds should be “in the sky” therefore there is a general acceptance of blue sky backgrounds. Blue sky backgrounds work best when the angle of light is low enough to highlight the front or side of the bird, and if the bird is in flight, to illuminate the underside of the wings. If there is a cloudy sky, and there is definition in the clouds, the clouds don’t have to be in focus in the background as long as they look to clearly be clouds.

Osprey flies to nest, photograph by Brent VanFossenBlue skies offer a non-distracting and simplified background in which to frame the bird. White skies are death to a photograph in general, but definitely torturous to bird photography. Birds tend to be small in the photograph and a bright white sky overwhelms them. When a bird is photographed against a cloudy sky, the underside and plumage details are dark and difficult to see and photograph. When clouds pass to reveal some blue sky, there is usually enough reflected light to highlight the plumage characteristics and the dark silhouette of the bird can burst into color.

Hawks in flight, photograph by Brent VanFossenThe best season for photographing birds in flight is winter, when the snow on the ground and light clolored dead grasses on the ground bounces light up under the wings acting like a natural reflector, creating a soft light even in the middle of the day. Unfortunately, snowy days often feature white cloud-filled skies so consider using the trees and/or grasses as a background if the bird flies low enough.

Birds in flight, Bosque del Apache, New Mexico, photograph by Brent VanFossenWhen you can mix an interesting sky and a dramatic landscape, as shown behind these snow geese at Bosque del Apache or the harrier in flight with the clouds and tips of the trees in the background, the drama is not only in the birds’ flight but in the incredible canvas they are flying against. The challenge in photographing birds is not only getting them in the right light against the right background, but also showing enough of the bird to make it identifiable.

Camouflaging Backgrounds

Beetle camouflaged against tree bark, photograph by Brent VanFossenWe love working with patterns and one of the most dramatic patterns is found in the animals and plants which use camouflage techniques to blend in with their surroundings. Since the story of the camouflaging subject is its ability to blend in with its background, you have to include the background as part of the story. The challenge comes in defining the subject against its background when its job is to blend in.

Frog camouflaged against a lichen covered rock, photograph by Lorelle VanFossenLight plays a key role here. Soft even light eliminates the shadows which makes seeing the subject even harder. Working with small subjects like frogs and toads, you can often find a cooperative one that will allow you to use a reflector or diffusion cloth to eliminate the harsh shadows of a bright day. Often, these camouflaging creatures are found within dark forests, and getting the light to them, enough for your photographic exposure, is the challenge.

Side light can often separate a subject from its background if used carefully. The side light can cast a shadow under the subject or highlight one side of the subject in light and the other in shadow to capture the shape of the subject. Take care. Too much shadow may overwhelm the subject or the background and add to the distracting elements.

Be careful if you use flash, as it can either wash out the background or turn it to black. Using fill flash mixed with the ambient light can work to help illuminate the subject, as can reflectors and bouncing the flash off the reflector. If there is distance between the subject and the background, make sure you balance the amount of light on the Hare in winter grasses, photograph by Brent VanFossensubject as well as the background to either lighten or darken the background or even it out accordingly with the amount of light on your subject.

For mammals, make sure the eyes are visible in the photograph and that they have a catch light. This little sparkle can be the trick for the viewer to be drawn in to investigate the sparkle, find the eye, and then slowly trace the lines of the camouflaged animal as it reveals its disguise. The snowshoe hare to the right is lost within the winter grasses except for the eye which captures your attention. From the eye, you slowly follow the trace of the animal in the grasses, noticing the ears, and the imagination fills in the rest of the shape once the recognition is made.

Back to Backgrounds

We’ve looked at a lot of examples of challenges we overcame on the subject of backgrounds. You can learn more about backgrounds, what makes a good background and how to fix the problems that come up when you begin to pay attention to the importance of backgrounds in our photographic composition article on Background Magic.

A Problem with a Door

The front facade of the cathedral, Toledo, Spain, photograph by Brent VanFossenThe cathedral in Toledo is a work of art inside and out. But from the outside, it is a burden to photograph. Crammed inside an architectually crowded old city, the streets approaching the cathedral do so at angles, twists and turns, rarely a clear view down a long street towards an interesting facade of the building. While the higher levels of the building receive plenty of light during the day, the lower levels are often cast in shadows. Though there are the occasional moments in the day when the reflected light is just enough to bounce off a neighboring building to fill in the shadows near the church, it only happens in sections and not within an interesting scenic area. So what do we do?

Entry area of the main cathedral, Toledo, Spain, photograph by Brent VanFossenBrent and I decided to tackle the church in pieces and parts. Breaking it up into sections since we couldn’t get a decent overall perspective in the short time we had. The weather was perfect for photographing wildlife, but not much help for architecture. The early morning fog blended gray with the approaching rain clouds, giving the sky a blinding gray-white glow. We did have fairly even light, avoiding the harsh shadows from the bright sun, but the low-light level made shutter speeds very slow.

Facade of the main entry to the cathedral, Toledo, Spain, photograph by Brent VanFossenWe stood across the small square early in the morning before the city and the cathedral awoke, taking advantage of the lack of passersby to capture a wide perspective of the entry. We also battled construction and other clutter, but managed to get a decent overall perspective. The detail of the scultures and door are lost, however, so we slowly moved in closer.

We first tackled the main entryway, which included two heavy metal doors and an amazing intricately carved stone and plaster facade of religious figures and regional motifs. Unfortunately, much of the amazing overall detail was impossible to get as a black iron and stone gate and fence stood between us and the entrance. All the wide angle perspectives we’d hoped for, capturing the intricate expanse of the facade with all the carved stone and plaster figures, was impossible. Beyond the fence we had the gate in our way. With our lenses poking through the gate, we were too close for the wide angle to get an overall view. Brent did some work with the wide angle, fighting the horrible sky, and I evaluated our compositional choices.

Another perspective of the main door of the cathedral, Toledo, Spain, photograph by Brent VanFossenSince capturing the overall artistry of the door was impossible with the weather conditions we faced, what did that leave us? The specific details. When you can’t tell a story with the grand landscape, find the most important details that, as a whole, capture the essence of the whole. When Brent was done with the wide angle shots of the cathedral front, we both moved in and focused on the details.

The intricate figures of the apostles and saints around the door were captivating, but faded in the bland light. We knew the fog would burn off, and the bright sunlight would be too contrasty later, so we decided to work with the available light. Without a warm side light from morning or afternoon light, the figures didn’t stand out against the monochromatic background. So what was it about the entry could we work with. Ah, the door.

The door of a church says a lot about the church, its practices, and the people inside. A well-worn door reveals a popular church, with people coming and going frequently enough that the oils in their hands wear down the handles and edges of the door where people press to open the door. A rusted and locked-looking door is often unused, denoting a lack of Part of the front metal door of the cathedral, Toledo, Spain, photograph by Brent VanFossenuse by the masses, possible reconstruction which closed this door off, or a closed and rarely used building. A door that is new and polished can show money and wealth in a congregation, or imply that they honestly care about their house of worship. Doors reveal the life behind it and within the walls it contains. What was it about this door that held our attention?

For one, it was the color. A deep intense black metal, the carving on the door made it appear to be woven, like a basket. Yet there was a feeling of strength in the weave. For a Catholic Church, the basketweave crosses can represent many things such as the symbolism of the crosses in the weave to represent the holy cross, or the strength of a basket which is simply bits of dried grasses easily broken alone but when woven together form a strong container for carrying food and supplies over great distances. A strong symbol to artistically represent the strength of the church, its people and beliefs. Maybe this was what the artist had in mind?

Close up of the front facade of the cathedral, Toledo, Spain, photograph by Brent VanFossenWe worked on different angles to capture the power and yet simplicity of the door and finally got the image that showcased it with the door handle in the upper corner and the edges of the light-colored columns framing the dark metal door.

We kept on, though, concentrating on different angles from our own unique perspectives. Brent has an amazing eye for detail, so I left him working the creative door elements of patterns and textures, and I concentrated on the religious figures, zooming in on the sculptured details. Moving around within the viewfinder, small elements would pop out and capture our attention. We’d work with it for a bit, and then move on, and return if needed. Our angle was limited from outside the locked gates, so we aimed our cameras through the bars and kept working.

Eventually, we ran out of steam, and the cathedral opened for the day. We worked the inside area for a bit, enchanted by the amazing woodwork and Sunrise over the ancient city and cathedral of Toledo, Spain, photograph by Brent VanFossenglass, and early the next morning, we found our opportunity to get an overall scenic of the cathedral. We drove up into the hills outside of the city to an overlook looking northeast across and down on the city. There, capping the city, rose the cathedral, no longer overshadowed by the crowd of buildings around it. In the lovely rose and pink of the sunrise, we got our cathedral. Life is good. You just have to work a little harder and try a variety of things before you can get what you want.

Developing the Photographic Approach

“Oh, your pictures are so beautiful. Mine never look like that,” exclaim many people when they see our images. “What kind of camera do you use?” Time and again we explain that it isn’t the dummy camera that creates the beautiful pictures. It’s the dummy behind the camera. Honestly, it isn’t the film, it isn’t the camera, it isn’t the lens, and it isn’t the location. It is the person with the finger on the trigger who captures the beautiful pictures.

Skill without imagination is craftsmanship and gives us many useful objects such as wickerwork picnic baskets. Imagination without skill gives us modern art.
Tom Stoppard, Artist Descending A Staircase

It is all about the photographic approach. When we approach a potential photograph, we come to the scene with years of experience that has been flavored by numerous photography classes and training programs. Teaching nature photography, we notice that beginning students are so taxed with all the information they have to consider before they press the shutter, just taking the picture overwhelms them. In time, they, too, come to understand that they have to approach photography in a step-by-step process, initiated at each location, and reinitiated upon each repositioning within the location. To help you understand the process, here are some examples of how we approach our photographic subjects.

Rule of Thirds

The red bug on the green leaf holds your attention, and your eye is free to wander the leaf and come back and rest on the bug. 
Photo by Brent VanFossenThe Rule of Thirds is a modern simplification of the artistic rule developed by the ancient Greeks called the Golden Mean. The Greeks discovered that the most pleasing placement of a point of interest is about 38 percent of the way in from the edge – noticeably off-center. We approximate this by dividing our pictures into thirds, both horizontally and vertically, like a tic-tac-toe pattern. Then, by placing our subject at one of these power points, we increase the tension, and therefore the interest, in our pictures. The eye moves around the picture, resting upon the main subject, and then continues on, returning back to rest. It is usually the first concept taught in basic photographic composition and art school. For photographers in general, it is also a good place to start.

When we enter a location and work with a subject, our tendency is to put the main subject in the center, but this is the most statically boring composition. Instead, we must take care to look around the viewfinder to move the subject into a more “interesting” compositional location, and the rule of thirds helps with positioning options. With our subject in an interesting placement, we can then search the viewfinder to see what else catches our eye, and decide what else should or should not be included.

Eliminate distractions

Simplify, simplify, simplify

We just can’t say it enough. The simpler your picture is, the more powerful it tends to be. A friend of ours who travels and photographs with us frequently exclaims that he just doesn’t have a lens wide enough to include the entire beautiful scene before us. Brent In this vast scenic of the Grand Canyon, how many subjects can you count? Photo by Brent VanFossenand I look at the same scene and say, “There, that area right there. That is the picture.” While he prays for a 14mm wide angle lens, we pull out our 300mm to capture the most important element we’ve found, eliminating all the other distracting elements. Certainly there are excellent wide angle scenic perspectives worth photographing, but study them carefully. You will find that the best wide-angle scenics include only a few subjects of interest within them.

Photo of three autumn leaves closeup. How many subjects within this picture? 
 Photo by Brent VanFossenCarefully study what is within the boundaries of your viewfinder. Consider it a box in which you have many toys, but where you can only play with one or two and not all of them at the same time. Count all the things that hold your attention. Does that number exceed 3? Can you recompose so the number comes closer to 3? What about bright lights in a dark background? Are those distracting? Blur the image by manually unfocusing the lens and watch for dark or light highlights to become distractions. Can any of those be eliminated? What about the litter in the foreground? How about the garbage can or the edge of the parking lot in your nature scenic? Can that be eliminated by repositioning yourself? Check the foreground and background. What holds your attention? Is it what you want people to look at?

By changing positions, lenses, or your composition, you can change the perspective and eliminate the distractions that can’t physically be removed. Get low, lie on the ground, stand tall, stand on a ladder or vehicle for a higher perspective. By moving around and checking out the different perspectives through your viewfinder, you may find a view you like better than your first choice. Don’t be limited by where you plant your body and/or camera and tripod. They are all fairly mobile. Take the camera off the tripod and walk around to find the best angle. When you have found the spot, then position your tripod accordingly. Take your time to consider the many ways and choices you have to photograph a subject.

Consider the Background

We are often so entranced by the subject, thinking about the exposure needed in concert with the available light to make the subject look its best and stand out, thinking about the position in the frame and of the subject so it will look good and natural, about the depth of field to get all of it or some of it in focus, depending upon the desired end result – but how much time do you spend considering the background and foreground of the subject.

Backgrounds can make or break photographs, adding distractions or inappropriate habitat conditions to the subject making the viewer feel uncomfortable, disappointed, or even confused. The position of the subject within the frame is critical but its relationship to everything else in the photograph is just as important. We explore the magic of the background in another article series which we recommend to expand your knowledge of approaching a subject.

Why?

Why are you pressing the shutter? Do you ever stop and ask yourself “why?” You might be surprised at the answer. It could be because it feels right and all the elements are perfectly arranged and lined up for a beautiful composition, or it could be because this is where you stopped the car and got out. If it is the latter, consider changing positions and looking at the scene from another perspective. Or is the reason because you felt you “had” to take a picture? These impulses come from different sources. Some are creatively driven (“It called to me.”), while others are politically driven (“I have to show the people back home how much fun I had.”), and others are story-telling impulses (“I have to show them everything I did.”). All are worthwhile to consider, but really examine your motive.

Look deeper. What called out to you and demanded “photograph me”? Was it the color of the sky at sunrise or sunset? Was it the interesting pattern of the clouds in the sky? Was it the bright colors of the wildflowers in the field? Was it the dramatic scale of the snow-covered mountains? Whatever it was, photograph that. If it is the wildflowers, don’t take a picture that includes the sky, hills, the cars, the trash can next to the road, or the houses in the background. Take a picture of the flowers. If it is the sky, find something interesting to put into the foreground to make the sky’s colors more dramatic: Silhouettes of mountains, trees, buildings, and people are all easily identifiable shapes and they can add drama.

This ice field caught Brent's attention. Photo by Brent VanFossenSometimes finding what is really the element that called out to you is part of the photographic challenge. This is why we recommend starting with the simple task of just finding something interesting to put into the rule of thirds point. Then eliminate the distracting elements Brent began his approach using the Rule of Thirds.in your composition. This gives you time to settle into the place and to absorb it before hurrying on to the next subject. As you settle in, contemplate the reasons behind your motivation and photograph each candidate as you consider it.

In working with a small field of frost-covered grasses and trees in the foothills of the Olympic Mountains of Washington State, Brent was enthralled. He wasn’t sure what The tree seemed to be important, so he moved in closer.his subject was, but he felt like a kid in a candy factory. He first started, as usual, with an overall area shot, putting something interesting into a rule of thirds position and considering his subject matter. The frost-covered tangle of branches in a tree seemed to call to him. He put on a longer lens, unwilling yet to enter the ice-coated field, filling the viewfinder with the tree. Moving to an even longer zoom lens, he filled the frame with the textured patterns of lines between the busy branches, the dark Maybe what held his attention was the closeup abstract pattern of the ice-covered branches of the tree?shadowed trunk, and the curving lines of the laden grasses. Then he realized that the tree wasn’t as fascinating as he originally thought. Slowly he moved into the field, looking around at all the subject matter he was just beginning to notice. The curves in the grasses attracted his eye downward, so he photographed them. He noticed all the interesting leaves coated with long fingers of frost on the ground. As he changed lenses, Maybe the interest came from the soft curves found in the frost-covered grasses?he kneeled down on the ground, and looked up through the tall curved grasses to find patterns in the lines against the sky. After working both of those subjects, he then realized that what had drawn him in the first place was not just By changing positions and perspectives, looking up through the frost-covered grasses gives a new view.the patterns and textures of the frost but the frost itself, so he added more closeup equipment and photographed the frost which had built up into what is known as “hoar frost”, an unusual frost effect that occurs when an area is in the shade all day. Instead of melting and then reforming during the cold night, the frost continues to “grow” atop itself, branching out in lace-like lines from its captive subject.

None of these photographs are “the” picture Brent was after. They are all parts of the story about the place and each one says something different. Each image is lovely with its own value. The longer he spent exploring the frost-bound area, the more images were revealed to him as his perspective changed. It isn’t about finding the perfect photograph, it is all about lifting the leaf to explore the new world underneath.

Time Reveals

Finding the reason behind your photographic motivation takes time. The more time you spend with a subject, the more likely you are to capture the pictures which represent the magic that compelled you to pause. Take your time. Slow down. Consider each element as you work. Patience is a job requirement in nature photography.

Marmot screaming, Olympic National Park. Photo by Brent VanFossenPlan your trips to spend the most time in the area you want to photograph. Many of us plan our travels to see as much as possible. Instead, learn to plan to be in a place as much as possible to absorb the nuances. If you find a place that gets your creative juices flowing, go back over and over again. Visit during different seasons, in various weather, and at various times of the day to see it in all its incarnations. We’ve spent months in one particular area, photographing all the different birds passing through as well as working on just one particular group. We’ve spent years photographing the Baby marmots gather at the entrance to home, photo by Brent VanFossenOlympic marmots, following the family tree as it branched and spread out over the hillsides. We’ve returned to favorite places like Jasper, Alberta, over and over again, each time coming home with different images based on the different weather conditions and seasons we found, giving us new perspectives on a favorite location. This familiarity doesn’t breed contempt, it breeds variety and diversity in your images. It cultivates your understanding of an area and its inhabitants, and that gives you a higher return on your creative endeavors.

Approaching Tips and Tricks

Here are a few more tips and tricks to cultivate your approach to a photographic subject.

Patterns and Textures
Look for basic patterns in lines and curves. The S-curve is easily found in streams, hills, paths, roads, and plowed fields. Horizontal lines are peaceful while vertical lines are more daring, since we know Spending time at the Gardon of the Gods, Colorado Springs, Colorado, Brent found some trees that seemed to echo the shapes of the peaks. Photo by Brent VanFossenthat what goes up must come down. Diagonal lines are dramatic since they are already falling and give a sense of motion. Look for other patterns in shapes and outlines of subjects. And look for textures, subjects that add depth and dimension to your images.
Leading Lines
Watch how the eyes move around and through the subject matter in your viewfinder. You are already starting to see what the viewer will see in the end result. Look for lines and flows of subjects that lead your eye into the picture. Is the subject matter strong enough to keep the eye inside the picture frame, or do the leading lines take your eye right out of the picture? Watch how your own eye moves through the image and take another look for distracting elements.
Fill the Frame
Come in closer. Whether you physically get closer or you change to a longer lens, fill the frame with the subject. This not only eliminates distractions but it gives the viewer a closer perspective of the subject.
Catch the action
If there is something special, some action, motion, or drama in the image, make sure you capture the peak action. If the bird is landing on the water, capture the dramatic action of the water splashing out as it touches down. If photographing a waterfall, choose a slower shutter speed to catch the silky blur of the water’s movement. The creative drama in your images is enhanced when some form of motion is captured.
What is really special about the place?
Wildflowers bloom in the Spring, Painted Hills, John Day Fossil Beds National Monument, Oregon. Photo by Brent VanFossenEvery subject has some special quality to it. Maybe that’s what motivated you to stop, but it could also be whatever is unique and distinct to that subject. A ponderosa pine is an interesting tree, but what is really distinctive about it is its deeply-textured bark. Lichen-covered rock is fascinating, but is it the rock or the lichen that is really attracting your attention? Photographing the Painted Hills in the John Day Fossil Beds National Monument in Oregon, most people are enchanted by the unusual colorations in the hillsides. We found ourselves interested in the lines and textures of the hillsides and not just the colorations, looking deeper at what makes the place special. Discovering an engaging spring wildflower bloom along the crevices of the unique hills enhanced the patterns. Again, the more time you spend in a place, the more special qualities you uncover. Photograph them all.

Wanna Be Neighbors?

This is an email Brent sent to our dearest friend, Bruce, who lives in Kansas. Brent met him while working for Boeing in Whitchita, Kansas, many moons ago. Brent got a new job in Everett, Washington, and moved there, and a year later, Bruce got a job in Everett, at the same plant – different department – and the two buddies were reunited. One week after moving to Everett, Bruce and Brent were skiing in Eastern Washington and Bruce fell down and totally shattered his leg. Brent looked after him during the long months of recovery and getting about in Bruce’s brand new house. He hadn’t even unpacked! Both of them signed up for the photography program that I was producing and coordinating, which is where I met them. Eventually, the magic between Brent and I couldn’t be held down and Bruce was the proud “announcer” of our engagement and wedding. He was also the best man at our wedding.

Bruce helped us pack up our life, do our garage sales and get our life on the road, and once again, Brent sailed out of his life, but now we stayed in constant contact via email. Kansas called Bruce back with a job offer and now he lives a four hour drive from Brent’s parents in Ottawa, Kansas, where he worked in quality control, his specialty, until he was laid off. After months of searching, he found a job and totally changed careers and life. He now works as a prison guard at the local jail. Big changes for all of us.

Anyway, during a time when Bruce thought he might be laid off (wasn’t) from his jail job, Brent sent him this joking email inviting him to move to Israel where we could all be neighbors again.


– – – – – Original Message – – – – –
From: “Brent VanFossen”
To: “Bruce Groninger”
Sent: Sunday, July 28, 2002 6:54 PM
Subject: Wanna be neighbors?

Hey, Bruce!

A friend at work gave me a job description that he cut from the local newspaper here, and I immediately thought of you. The job is in Herzeliyah Pituach, which is about 20 minutes north of us (in Israel, of course).

Other than the sentence about the Hebrew knowledge, and the issue of the work permit, I think you would be perfect for this. Those problems could be worked out, I’m sure. I think there are a lot of advantages in working for the American Embassy.

I read the description to Lorelle, and we laughed. First, because it seems they’re looking for some kind of superman, and the posting is more a wish list than real job requirements. Second, because it would just be too funny if we ended up being neighbors again, only this time in the Middle East.

Anyway, wish we could see you again soon. Sure was nice (but too short) when you you met us in Tulsa. Tell Wes hi.

Brent & Lorelle

*****

(Typed word-for-word from the newspaper ad. This is URGENT, judging by the application date of Wednesday (Aug 7 or July 29, depending on where you look on the web site).)

The American Embassy Seeks
Administrative Specialist, (Quality Assurance)

Located in the HERZLYA PITUACH area
Open to all local American Citizens
(American Citizenship and ability to work in Israel, either by legal Status/work permit or Israeli Citizenship or Residency must be provided with the application).

Incumbent is a technical expert on quality assurance matters pertaining to specific commodities, such as Aircraft, Mechanical, Electronics, Aerospace, Clothing, Ammunition, Computer Software, Non-Destructive Testing, NASA and Soldering.

Requirements:
*College degree in engineering or other technical/scientific discipline. *Six to seven years of progressively responsible experience in quality assurance surveillance and/or managemnt. At least two of the years should include the use of automated systems for compilation and analysis of data.

*Fluency in written and spoken English.

*Knowledge of and skill in use of computer software.

*Possession of a valid driver’s license (copy of valid driving license must be provided with application).

*Knowledge of acquisition quality assurance, to include familiarity with US and international standards, broad knowledge of complex commodities, contract administration, manufacturing, property administration, safety, and hazardous materials to perform quality assurance work.

*Knowledge of a wide range of statistical methods and graphic problem-solving techniques.

Desired Qualifications:
*College level coursework in business-related areas, such as contracting, accounting, finance, statistics and quantitative methods.

*Prior experience related to U.S. Department of Defense contracts.

*Good working knowledge of Hebrew (spoken and comprehension).

– – – – –

Applications must be in English. Appicants must specify current salary and years of experience in current/previous positions by close of business, Wednesday.

How to Apply: Visit our web site http://usembassy-israel.org.il/publish/employment/index.html

Opportunities to view announcement and to apply online or fax resumes to: 03-519-7605. Applicants must apply to all regulations outlined in our web site.

*****

From the states, Bruce, that fax number would be 011-972-3-519-7605

Good luck, whether you apply or not.

Brent

Hello From Los Picos de Europa in Spain

From: Brent VanFossen
To: Kent and Lynda Kay VanFossen
March 16, 2003

Hey there!

Tried to send this a few days ago, but at the moment I hit send, the Internet connection went down in the shop and stayed down.

We are now in Bilbao and just came out of the Guggenheim, the museum of modern art. WONDERFUL building. The artwork… yawwwwwwwwwwwwwwn. Was worth the price of admission just to wander the building.

We’ve decided to extend the trip for a couple of reasons. First, we haven’t finished. Haven’t even made it to the Pyrrenees yet, or Barcelona, and we’re due back in 3 days. So we’re extending, but don’t know yet for how long. At least a week. Will let you know as soon as we know.

I don’t have Kristin’s email with me. You might send that to me in a note so I can reach you while you’re in Dallas. Also, if you decide to reach us from the rally, you can open a hotmail account for free and access it from any Internet connection. We’re paying 1 to 2 Euro (dollars) an hour for our Internet access here in Spain.

Second reason, obviously, is that nothing has happened yet, and I don’t have a clear feeling for when things are going to begin. We’re checking the news daily.

The message that I tried to send you a few days ago:

The motor home in front of the Covadunga Cathedral in Los Picos de EuropaWe’re in Parque Nacional del Picos de Europa, Europe’s largest national park in central northern Spain. The mountain scenery is spectacular, and we’re following the gorges along VERY winding and narrow roads. Very slow going, but worth it. Have to occasionally slow down for passing trucks, pulling in mirrors and all that. We were delayed today for 5 minutes while the goatherders tried to get about 15 of the animals off the road.

The little towns up here sometimes only have 2 or 3 buildings, but they have a name and a 50 km speed limit. Very friendly people. Always someone to patiently listen to my passable Spanish and to slowly give good directions. Many campgrounds are closed, but we’ve managed. They say it’s too cold. 40 to 60 degrees F is NOT my idea of too cold, but it’s nice to be the only ones in the campgrounds. No noise, and no competition for the showers.

Spent yesterday morning photographing the black tar on the beach rocks from the oils spill last December. 175 miles away from the tanker, plus or minus, but it sure made a mess. It’s not pretty, but it’s one of the few things we can do as photographers to make sure people know the cost of mistakes. Laws are in place for double-hulled tanker ships, but they’re not standard yet.

Dahni stands on the armrest to watch the world he cannot seeDahni has discovered the wind. He stands on the armrest and reaches out the gap in the window. At 70 km and up, he tries to grab the wind. Fails. Uses his other paw, and repeats. Tries both hands. Can’t see there’s nothing there. Feels like something. This goes on for 5 or 10 minutes until he loses interest or loses his balance and crashes to the floor. Lorelle usually catches him first. He tries to sneak onto my shoulders from behind. I’ve gotten really good at putting the elbow in strategic places to keep him back.

Having a great time, and wish you were here. Really.

Love you all,

Brent
Los Picos de Europa, Spain

The VanFossens flee Israel in the wake of Bush’s war on Iraq

PRESS RELEASE
DATE: February 2003
SUBJECT: The VanFossens flee Israel as Bush declares war on Iraq

Tel Aviv, Israel – There are many victims in war, but among the ones accounted for in the media are the thousands of US civilians living in the Middle East who choose to stay or flee as US President Bush declared war on Iraq. Lorelle and Brent VanFossen were among those, choosing to leave their life and jobs behind in Israel as Bush brought the American Forces to bear on Iraq.

Since September of 2002, the VanFossens have been prepared to either flee or “batten down the hatches” in Tel Aviv, Israel, the site of many Iraqi scud missiles in 1991 as Iraq attacked Israel in retaliation to the US’s attack on it. While there were no direct casualties from the missiles in Tel Aviv, the damage was extensive. With the alleged threat that Iraq might use biological weapons against Israel, and the instability in the area that could occur as a result of the US attack, the VanFossens decided that if they had time to get out, they would.

Over the next six months, they attended emergency evacuation and treatment programs, learning how to use their gas masks and how to give themselves inoculations against common biological and viral agents. They stocked up on food and water, with some even in the car in case they were caught “on the road”. Evacuation routes and emergency shelter outside of Tel Aviv were planned and studied. And the media was studied and rumors listened to as they tried to predict “when” war was coming. In early January, they learned that the US and British Embassies were quietly instructing all of their workers to get their families out of the country by January 20, and the VanFossens realized that it was now just a matter of a few weeks. Making flight arrangements and then changing them at last minute, waiting and watching the news, they finally left two weeks ahead of the actual starting date of the war.

“We lived every day wondering if today was the day, or maybe tomorrow, or the next, or the next,” Lorelle VanFossen laughed weakly. “I would joke that I had been trying to have a little chat with my buddy, Bush, and that I didn’t want to take up much of his time, I just wanted to know ‘when’. Not a conversation but just a date. Not much to ask. After all, we’re having to rearrange our whole lives around that one date – so what trouble is a little hint?”

They few with their cat, Dahni, to Spain, rented a motor home, and traveled the northern coast, listening to the shortwave radio for news of war and of their friends in Israel. What began as a three week “vacation” was stretched out as Bush’s prediction of “a quick defeat” lengthened on and on. After six weeks, they were running out of money so they flew home to the US to wait with family until the war was over and the US State Department said it was safe to return to Israel.

“Dahni survived the whole refugee thing better than we did,” says Brent VanFossen. “In the motor home and for most of the time in the States, the cat had our attention twenty-four/seven. He loved flying on the airplanes and riding in vehicles. Who wouldn’t? But I think we grew a lot of gray hairs waiting and wondering and worrying.”

In Israel, after the first few days of war, with no missiles or biological weapons raining down upon their heads, most civilians stopped carrying their gas masks everywhere, feeling fairly safe. Palestinian and Arab terrorists continued with their attacks, both big and small, against Israel, and Israel struck back, but it was life as usual, just a lot more stressful, waiting and wondering what was going to be the end result and how was this all going to affect Israel.

By the first week of May, Bush announced that the “war was over” and that Iraq was now under the control of the US and its allies. Brent returned to Israel while Lorelle stayed in the states a bit longer to deal with some family issues, and then rejoined her husband in Tel Aviv.

“It’s been strange to live in a ‘war zone’, as Israel has been for the past three years that we’ve lived here during the current Intifada. You get used to living among the increased security and the threat of terrorism. But Bush’s attack on Iraq, especially without a worldwide coalition and united opinion, was something different and very frightening,” admits Brent. “Even though ‘nothing’ happened in Israel, I’m glad we were able to get out. But there are a lot of people here, and in other countries without that freedom when it comes to being a refugee.”

Brent VanFossen has returned to his job as a contract structural engineer with Israel Aircraft Industries and Lorelle has returned to her writing and running their photography business and working hard to make up for the money they spent living as “refugees” for several months. While Israel basically remained unaffected by war, the loss of income and toll from stress on the VanFossens, two of the 4 million US citizens living overseas also affected by this war, the psychological and financial damage will take longer to recover from.

Two Big Bangs – Again

Another year, another bombing. When will it ever stop? And what good does it do? Nothing changes. They keep attacking and Israel stomps harder. The Palestinian economy, not to mention most of the nearby Arab countries’ economies, are all suffering horribly from their actions. No tourists, everyone afraid, no one spending money. And the IDF cracks down hard on them, as they should. Don’t forget, terrorism is illegal. If you do it, you will be punished. In all the “feeling sorry for the Palestinians” we seem to forget that there are consequences for evil actions.

Brent and I were in the kitchen planning our weekend out of the country in the snow. I’ve been desperate for snow and not getting any. Brent had just finished telling me that he really didn’t have any enthusiasm for leaving the country now as he is seriously giving thought to leaving in February when the “war” with Iraq starts. “We can go to the states, see both our families, go to some of our favorite places and just get out of this fucking country.”

I have to agree with him, on many of these points. He tells me that he is reading about how the US now has most of its war ships in the Gulf or on their way, and that they just brought in a huge hospital ship. My father confirmed that the Lincoln, which was just back for a six month stay in Everett after six months or more at sea, has just been ordered back to sea and to the Gulf. Reservers are continuing to be called up and it looks like war is inevitable, no matter what those pundits on TV tell us. Maybe we should leave, but for how long and what do we take and…and…and…it overwhelms me.

Our attitudes are heading down into depression thinking about all of this, me sitting on the floor of the kitchen sorting through papers while Brent talks and pokes at the discount travel web sites on the computer, when a huge explosion rattles our windows and vibrates against our skin. We know the sound. We sit in angst. Within a minute there is another, lesser in impact, but reaffirming in consequences. Blood will be shed tonight along with the tears of many.

The sirens in the distance begin as we open the windows over the park. Another night it would be romantic with the sliver of a moon hanging out over the buildings towards the sea, glowing in the slight mist in the air. Stars shine overhead and not a cloud shadows the night above. The park is quiet for once, skateboarders inside early out of the chilly night. I see an old man in a wheel chair with his helper on the bench beside him down below us, the street light illuminating them with a white aura. The sirens get louder and softer as they move through the city towards the event. I call a friend who lives on Shenkin, closer to the water and farther south from us in the city. She confirms the noise and said that people are looking out their windows and going outside to listen. She tells us that she is going to turn on the TV and wait, and we do the same.

Channel 22 (or 10 – it says one thing on the screen and something else on our dial) is the first with the news. Cell phone call-ins are reporting that there were indeed two explosions and they were at a place which has seen much violence over the years, the Old Central Bus Station pedestrian area. There was another attack there only a couple of months ago. It is a popular hangout for the poor, mostly immigrants, many illegal. An old part of the city, it is run down and a haven for those seeking all kinds of sex from the purchased-off-the-street kind to the riotously named “pip” shows (peep shows), as well as cheap food and entertainment. Many a time I’ve walked through there in the evenings as I come home from a bus trip to Jerusalem and have to maneuver through the groups sitting and standing around the open cafes and bars watching sports on the ancient television sets clamped to the wall. These people are the most vulnerable as they represent not only the poorest, but also some of the newest to Israel, those unable to afford to do much more than stand near a cafi watching television and sitting a soda or beer, visiting with the hoards of ethic diversity around them. Predominately Russian and Eastern Asian, this is also where the illegal immigrants can be found in huge numbers, linking up with friends and family through scattered international telephone call booths along the shopping corridor.

As the story unfolds, we learn that two suicide bombers timed their attack at the peak time when people were arriving to watch American football (Superbowl Season) and European soccer playoffs. The first one when off with the largest explosion, estimated initially to be about 10 kilos of explosives, and the second one was on the other side of the block. As the people ran away from the first explosion, a lot headed right for the second terrorist who detonated his explosives as the people crowded around him to escape. The reports will be fleshed out soon, but the first reports say that about 8 people were killed immediately by each bomber. This was well planned and well timed. Not very many suicide bombers get that many initially. They went for the crowds.

The terrorists were packed with nuts, bolts, screws, and probably rat poison, a popular additive as it is believed to get into the blood of the victims and cause problems with blood coagulating, so victims even with medium injuries bleed to death because the bleeding can’t be stopped. The small metal parts might even include bee-bees removed from easy-to-get children’s pop-guns. All these metal fragments explode outward and upward drilling into the bodies of those nearby. So many are blinded and scarred by the shrapnel.

We watch in desensitized horror as the action unfolds before us. I think of Americans and the English obsessed with watching car chases and hunts for missing children on television. Folks, they don’t watch car chases and stuff here in Israel. They watch terrorism. Glued to the television for hours, we watch the same footage over and over again until more can be gathered of the same people doing the same things. The cameras usually arrive with the first Adom Magen David ambulances stuffed with aid workers. The initial scenes are of the ambulances spilling out their white shifted workers, red circle logos on the backs of their shirt, the drivers and others wearing bright orange mesh vests striped in reflective tape glowing in the bright light of the camera. Security and military are everywhere, trying to bring order to the chaos. Israelis tend to not be very cooperative, but they all want to be helpful, getting in the way as they do so. Idiots on scooters try to twist and turn through the chaos of vehicles and people, either getting out of or in the way of everyone and every thing. Through the crowds of people, some panicked, some milling, we start to see the wounded, usually the walking wounded. The aid workers lunge upon them, forcing most to the ground or to gurney, checking them for shock and injury. The workers are armed with lots of bottled water, passing it out to everyone. Many gurney are swallowed by the crowds to gather the more injured and they are belched out surrounded by aid workers, security and others on a race through the maze of humanity and vehicles to the ambulance, which then has to go through a similar maze to get out to the hospital. The camera pans and wobbles as it grabs the action, anywhere where there is movement it swings to catch it, moving as close as possible to the freshly placed crime scene tape, often breaking through or stepping over to move into the scene of the crime. The security forces are insistent even to the point of pushing and shoving to get people out of the area. There were just two bombers, there could be a third. GET OUT! GET AWAY! Few pay attention and the camera guy gets through to give us our first glimpses of the devastation.

Store fronts are blown in and awnings are hanging by threads of metal and fabric. Garbage is strewn everywhere, but then you see that the garbage over near the cafi tables aren’t typical trash but shoes, pieces of clothing, and what looks like it might be a body part or three. The camera swings away from the more gory bits as soon as they realize what they are. More action and movement and the camera swings back towards the ambulances. An obese man is being manhandled roughly off a gurneys as it neared an ambulance. The body falls to the sidewalk. Someone straightens him out and another throws a coat over his face. The gurneys isn’t needed for him any more. It is rushed off to help someone still among the living. Decisions come hard and fast in a triage situation, giving more to those with a hope of survival than those with little chance.

The numbers start to come in. First we hear two are known dead. The argument begins, as usual, as to whether these two are the suicide bombers or others. Israel is really clear about the fact that suicide bombers are not to be counted among the dead. They wanted to die so why should they number among the victims of their sick and evil will. I think it is a good policy. So they debate over who these two are. The wounded are taken to two different nearby hospitals specializing in terrorist attacks. These numbers come in groups of tens and dozens. We know not to trust any of these. From familiarity, we know these numbers will dance all over the place for the first hour. After that they will settle down to reality.

Wounded are classified as slight, moderate, serious, critical, and what they call “enush”. It means they are not expected to live. It literally translates to “mortal” for morally wounded. They work overtime to help everyone they can, but there are just those where the effort to save them will put others to risk, so they are set aside to wait to die. In war as in terrorism, you can’t save everyone. It’s so hard to understand that when you are on the outside looking in.

I call other friends. We check in with each other. Are you okay? Did you hear it? What to do, what to do? What can you do? My friend, Ida, asks me how I feel about it. How do I feel about it? “It’s not your first…hearing…is it?” I remind her that I’ve been here since before the start of the Intifada and have heard more than my share of bombs. No, I’m long past my first. As is Brent. How do I feel? Numb, sick, angry, but then none of those. I’m so tired of this, I feel nothing. Disgust. I want to get angry, I want to cry. I want to scream and yell and do SOMETHING, but I can only sit and stare at the television’s horror. I’m angry because I don’t feel angry anymore. I just feel frustrated and disgusted. This isn’t doing anyone any good, on either side.

The numbers move to 15, then 17, then 20 dead. Then it drops to 19 two hours later. A plea goes out in numerous languages to the new and illegal immigrants who might have been injured in the blast. “Please, come to the hospital. Get treatment. It is not our job to arrest you or even check if you are legal or not, please, come get treatment.” Now the reports count 70 treated at the two hospitals.

The Islamic Jihad claims responsibility within 30 minutes of the attack. This might change, but they have been routing and spouting increased violence for weeks. Israeli and Palestinian representatives start coming forth on the English speaking news channels. Israel continues its rant that they can’t do anything with ineffectual Arafat and that they Palestinians don’t want to negotiate. One man asks BBC-TV if Bush will negociate with Bin Laden. Negotiation with terrorists is non-negotiable. I have to agree. The US has been behind and involved in many negotiations with terrorists, which they are standing behind a loud policy of non-Negotiation, but they still do. I think that Israel has stood firmer on that policy than the US. But what do you do when the factions inside don’t give a shit what their officials say when they demand for the groups to stop the terror. Last week I watched a BBC news story on Arafat’s Fatah group. They told the reporter that they hold Arafat in the highest esteem. He is their savior and they honor him greatly. When she asked why they don’t stop the violence when he tells them to stop, they laugh and explain that Arafat taught them good. They know he’s not serious and he taught them not to listen when he talks of peace, only listen when he talks of war. War is good and just. For this, 20 more Israelis are added to the dead list, and who knows how many more Palestinians will be killed as a result of Israel’s response.

I call my mother to tell her I’m okay but get the recorder. I leave an innocuous message that we’re okay and just wanted to check in. I call my father to check in with him and to tell him that his box for Christmas arrived safe and sound. He hears the tension in my voice and I tell him what happened. As with most Americans, they don’t know what to say other than I’m sorry. This is so totally out of their ken. And with my father, unreal, even after a month’s visit here. He tries to be supportive and then tells me that he has something else I could worry about more. His new kitten is going in on Thursday to be fixed. Horrible thing. Yes, we should all fuss and worry about such things.

Ruth told me of her arrival many years ago in South Africa to live for a while. She picked up an English newspaper and the headlines reported a baby born to a local zoo’s gorilla. She wondered at such a place where such news would make the headlines. In Israel, news like that rarely makes it even into the newspaper, and if it does, it is lost in the middle somewhere as a non-event. “To live in such a place that considered a gorilla giving birth headlines news,” Ruth sighed. “This is living in heaven.” I didn’t understand her then, but I do now.

Later
The news is rolling in. A reporter babbles at one of Israel’s ministers about the attack and questions Israel’s ability to negociate with the Palestinians over this. He responds eloquently saying “Should the US negociate with Bin Laden? I don’t think so.” Good point.

Arakat, the spinner extraordinaire for the Palestinians, is again at his fiery best after a long time down in the mouth. He is on a roll for the past couple of months, stirring the fires of hate and anti-Israeli and ant-semitism far and wide, a bulldozer for Palestinian propaganda. He spouts that Bush must “bring the breeze of peace” to the Middle East. Brent, stalking out of the room in disgust, spits out, “Right. The breeze of peace is a fart.”

The number of dead is rising. Nineteen, 21, now 23. At least three babies killed. The number of wounded rise to 100 and it keeps going up. Foreign workers who kept away are now being lured in to get medical help due to Israel hospital’s pleading that they will offer amenity, anything to help the injured. It doesn’t matter if they are illegal or not. Time and time again I am overwhelmed by Israeli generosity even in the face of evil. They have to draw the line where they can for the safety of all, but when it comes to giving help…do you realize that even while Palestinians are killing Israeli citizens, wiping out families including babies in their parent’s arms, Israel is still providing food, water, medical care, housing and more totally free. What they are not doing is permitting travel that allows terrorists to get through. Sure, there are restrictions, but honestly, few if anyone is really starving in Palestine. They just all look like they are.

Pictures come in of the store fronts, rubble and pick-up-sticks on display. The night turns the film almost black and white, emphasizing the horror. Shoes and bits of clothing are scattered everywhere, sometimes with a body part still attached. It is time for the ultra-orthodox to move in, these often heavy set men with grim white faces peering out from between their long dark, curled side locks and below their black kippa adored heads. Some wear orange vests which illuminate bright white stripes around them as they move into the light of the camera. Others are simply dressed in white shirts and black pants, the tassels of prayer shawls peaking out from their belts. They are here to clean up the mess, the little bits of human flesh scattered around the area. Some bits are blown more than a block away by the blast, some so mangled you can’t tell which part of the body it came from, nor the skin color of the original owner. All specks of flesh and blood must be cleaned up for burial. It is the Jewish custom, though I bet they never thought it would go this far. The men move slowly, bending low, carefully inspecting every bit of rubble, liter, and clump in the low light. Some drop to their knees to carefully scrap at something and the cameras leave them to their work.

Newsletter: Weather or Not

Due to many recent changes in the Internet and our lives, we’ve discontinued our monthly newsletter.

Thanks to everyone who subscribed to our monthly newsletter. With the advent of feeds and feed readers, emailed newsletters are slowly becoming obsolete and redundant. To help readers keep up with the information on our site, we have dozens of feeds for readers to choose from, covering the whole site, site comments, and a variety of categories to narrow down your reading interests.

Thank you again to everyone who enjoys our site and our information and welcome to the future of the Internet: feeds!


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
VANFOSSEN PRODUCTIONS NEWSLETTER
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Issue Date: December 1, 2002

Issue Number: 02

VanFossen Productions http://www.cameraontheroad.com

Editor/Publisher: Lorelle VanFossen lorelle@cameraontheroad.com

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Welcome to the second issue of the VanFossen Productions Newsletter. This monthly newsletter
provides you with information on nature photography and editorial writing. It is ideal for the nature
photographer, nature writer, or someone with a foot in both camps. We cover environmental issues,
motivate and inspire your photography and writing, offer tips and advice, highlight others who are
doing great things, and help you keep focused and motivated to do your best work.

This issue is dedicated to the weather, since the Northern Hemisphere is about to enter into some
serious weather, even after many have barely finished drying out from the wet summer. Can you
believe the reports? Horrible flooding throughout Europe, Russia, India, Korea, Japan, China, with the
death toll continuing to rise as these communities fight with the disease and chaos left behind long
after the waters recede. So get ready for whatever winter will bring with this special weather issue.
Get out your jacket and umbrella!

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

WHAT’S INSIDE

@FEATURE ARTICLE – Cold Weather Chills & Thrills

@TAKE ACTION – Get Involved in Weather

@LINKS AND RESOURCES – Weather Links

@BE INSPIRED – Weather Quotes

@PERSONAL NOTE – If You Can’t Stand the Heat…

@NATURE PHOTOGRAPHY TIPS – Testing Exposure, Wet Tips

@WRITING ADVICE – Hard Cold Facts, Software Challengers Wanted

@NATURAL WANDERINGS – Ding Darling National Wildlife Refuge

@XTRA XSPECIAL TIPS – Help for Life Threatening Diseases

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

SHARE THE NEWS

You never know from where you will get a new idea, some inspiration or motivation. We hope this
newsletter will provide some opportunities for you. If so, please share the wealth by encouraging
others to sign up. Just send an email to newsletter@cameraontheroad.com and we’ll add them to the list.
Word of mouth is a great thing.
Thanks for your support,
Lorelle and Brent

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

@FEATURE ARTICLE

COLD WEATHER CHILLS AND THRILLS

Snow. Ice. Zero temperatures. Wind chill. Runny noses. Frozen toes. Hats. Goggles. Gloves.
Boots….just the thought of going outside in the frigid weather can freeze all initiative. Face it, it’s really
cold outside. The last thing you want to do is go outside and stand still for hours taking pictures of
cold stuff. Yet winter offers a wonderful showcase for photographers.

After surviving the summer crowd crunches, the winter solitude is a reward. Avoid the tourists in the
most popular summer places by going there in the winter. Yosemite National Park, Death Valley, Mt.
Rainier National Park and even our personal favorite, the Olympic National Park, are free of the
masses during the cold months, as are most popular tourist locales in Europe. Even here in Israel the
boom box campers have gone home. No long lines and waiting for campsites. No crying babies, and
no hassles. What a delight!

With the cooler temperatures, trees drop their leaves revealing clear, clean lines and shapes. Fog and rainy mists act as natural diffusors, adding a dramatic or gentle quality to your images. Under a
blanket of snow, all distracting elements are buried. Lines, patterns and designs jump out of a typically
cluttered forest. The wind blows the snow like grains of sand in sweeping patterns of snow dunes and
frozen ripples. Winter can be a photographer’s dream for simple and creative images, concentrating
on the patterns and textures.

Cold Colored Film

Faced with so much monochrome white and grays, take care in choosing your film. Some film records
white differently. White, often considered the absence of color, is a color. Each film “pushes” a
particular color that can affect the color “white”. Fuji’s Sensia is good for capturing most of the whites
of winter, though Velvia film can make snow pink or almost violet. Agfa, Scotch, and Kodak’s
Ektachrome can give a blue hint to snow, though Kodak’s newest slide films report cleaner and
sharper white values. Film is changing and evolving all the time so if you are serious about your winter
whites, study how each film responds to the “color” white to get the best results.

Exposing for White

Working with the whites of winter, exposure is a challenge. Camera meters read a scene and average
it, often underexposing snow scenes so they look muddy and gray. There are a lot of metering tricks to
estimate the “right” exposure, like metering off your hand and opening up one stop or using a gray
card. We discovered an easier way: Add light to light, add dark to dark.

Imagine a scene of pristine snow with a lovely tree, all covered with the white stuff. Your camera’s
meter will average the bright white snow down to gray snow. The whiteness is too bright, so the
camera compensates by recommending a “darker” exposure. Mary Ellen Schultz, a renowned nature
photographer who specialized in close-up photography, had a wonderful phrase for figuring proper
exposure: Add light to light, add dark to dark. By adding light, or overexposing a bit, you make what is
light lighter. Try it. Take a picture at your meter’s reading of a snowy scene and then another with a
third or half stop over-exposed and another with one stop over-exposed. Bracket across and see
which one you like better (best done with slide film).

If you are photographing only the tree in the picture, the dark wet bark against the bright white snow
will turn black if you meter off the snow. Meter off the bark and follow the chart by adding dark to dark,
or underexposing, to keep the tree bark dark. Here is a general breakdown of the adjustments to
make to your exposure to compensate for the averaging action of the camera’s meter when using
slide film:

Bright white subject – Add 1 1/2 to 2 stops

Light Gray Subject – Add 1 stop

Average Toned Subject – Normal metering

Grey Subject – Subtract 1/2 stop

Dark Black – Subject Subtract 1 stops

Try this technique on other things besides snow. How do you expose for a light yellow flower or a dark
red rose? At your meter reading or do you need to adjust it? Slide film has a very limited range of
tones, from black to white, about five to seven stops from washed out white to solid black.

Winter Subjects

Here is a sampling of some of our “winter” inventory of images to help you create your own list.

  • Snow on trees
  • Animals in snow
  • Frost patterns on the ground
  • Frost patterns on plants
  • Frost patterns on animals
  • Fog
  • Snow scenics and landscapes
  • Snow and wind patterns
  • Snow and its effect on trees and plants
  • Frozen creeks and streams
  • Snow and its effect on animals (struggle to survive)
  • Bare tree patterns and silhouettes

For more information on photographing in the cold and dealing with the limitations of equipment and
your body in the cold, check out the following articles on our web site:

Winter Whites

Cold Weather Blues (Equipment)

For articles about other weather conditions and photography, check out:

Follow the Rainbow – Planning for Weather

Splish, Splash – Rain

Hot Tips for Hot Shots

WANT TO KNOW MORE ABOUT LORELLE AND BRENT?

As one of the first nature photographers with a column in a webzine (now called “e-zines”), Lorelle
VanFossen has long been a popular writer, speaker and presenter online and in the real world. Along
with her husband, Brent, the two shed their urban skin to live on the road, cris-crossing North America for several years living in a trailer and now living in Israel. Their work has been regularly featured in many magazines and online sites such as Outdoor and Nature Photography, Shutterbug, Mountaineer, PSA, Compuserve, and more. For more information on their amazing life and work, visit their page talking about What are they doing?.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

@TAKE ACTION

Give a thought this month to taking some “weather” action. Getting involved in the weather can mean
volunteering for weather-related organizations like weather watchers or storm chasers. Or it can
mean volunteering your weather images and weather-related expertise to non-profit organizations.
Consider sharing your stories and images with a local school to help children understand how the
weather works and how to live with it, no matter what it is. Or take an even bigger step and speak out
about how pollution is affecting the global climate and lend your support. Check out our Resource and
Links section in this newsletter for more information about all the weather possibilities.

FRIENDS WHO TAKE ACTION

One of our “take action” friends is Arthur Morris. Working as an elementary school teacher for 23
years, he got turned onto birds and photography and was soon selling his images to bird magazines.
With little or no experience, Art took his dedication to the birds to new heights, determined to share his
passion with others. He began writing books and when publishers turned him down, he self-published
them. Over and over again, Art has turned obstacles into successes, totally committed to the birds.
Rarely have we met someone so passionate about our feathered friends. His outstanding work was
recognized recently by Polkonline.com, a webzine guide to Polk County, Florida. His work not only brings attention to a
popular nature subject, he speaks out for the protection of the birds and their habitat by making you
care about the birds. You can find out more about Arthur Morris at http://www.birdsasart.com.

If you hear of a “take action” nature photographer and writer, please email us with the details so we
can share their inspiration with others at newsletter@cameraontheroad.com.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

@LINKS AND RESOURCES

WEATHER STUFF

Weather affects the nature photographer by either offering dramatic weather situations and light to
photograph in, or by hampering the excursion. Either way, you need to get out in the weather if
outdoor and nature photography is your passion. Here are some sites to help you weather the storm…

US WEATHER

CANADA

INTERNATIONAL WEATHER

WEATHER THINGS TO DO

WEATHER ELEMENTS

~~SOFTWARE RESOURCES~~~

WEATHER OR NOT NOW

WeatherBug

Need a constant reminder of the weather? WeatherBug at www.weatherbug.com offers
shareware that puts the temperature on your taskbar. As long as you are connected to the Internet,
the program will report the current temperature, winds, barometric pressure and other weather details.
They also provide weather forecasts, warnings and alerts, and radar images with a click of the button.
It includes temperatures for many countries and cities worldwide. The shareware is FREE with
adverts, USD$19.95 without Ads.

WetSock 4.6a

Given top ratings by tucows.com, this shareware program is free for the trying, USD$12.00 for the
buying, and provides detailed weather forecasting from aviation reports at local airports with
hour-by-hour forecasts. It is capable of providing information on over 4,000 cities around the world,
viewing up to 10 cities at a time in your system tray. The program runs in the background of Windows,
updating you when you are online. Check it out at www.tucows.com.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

@BE INSPIRED

All of us could take a lesson from the weather – it pays no attention to criticism.

-North Dekalb Kiwanis Club Beacon

~*~*~*~*~*~*~

Sometimes you win, sometimes you lose, sometimes you get rained out.

Satchel Paige

~*~*~*~*~*~*~

Millions long for immortality who do not know what to do with themselves on a rainy Sunday afternoon.

Susan Ertz

~*~*~*~*~*~*~

The Eskimo has 52 names for snow because it is important to them; there ought to be as many for
love.

-Margaret Atwood

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

@PERSONAL NOTE

Attend just about any nature photography course and you should be told that bad weather is good
weather. It is true. Bright sunny days send Brent and me running for cover, but days with “weather”
get our hearts racing and our bodies moving, dragging the camera along with us. While our friends
pray for sun, we pray for clouds.

Storms bring ever changing light, clouds soften or remove shadows, and rain and snow bring a misty
quality to our images. Mountains often feature weather that changes every few minutes, so they are
our favorite locale for photography. Living in Israel, we’ve had to learn to live without weather. On
average, not a drop of liquid comes from the sky from April through October. That is a long time to
live without weather, just endless sunshine. While most of the Northern Hemisphere is out enjoying
“summer”, we hibernate, closing up windows and shades, and getting a lot of work done. If you want
to see the most activity on our web site, check it out during the summer and late fall.

This summer was no exception. In many respects, locking myself away from the heat opens up the
creative tidal forces and I become a writing maniac. Brent could hardly keep up with the editing.

Among the exciting additions to our web site is our study book, “How To? What For? Basics of Nature
Photography”
, featuring over 90 physical printed pages of information, tips and techniques for basic nature photography. We’ve
included black and white photos for easy and quick printing, so print and read it at your leisure without
eating up all the colored ink in your printer.

People ask me where the ideas come from for writing and photography. Honestly, ideas can be found
everywhere. Sometimes I swear I fall over two or three just getting out of bed in the morning. Yet, it
helps to put some effort into finding those ideas, too. Taking time to go through your inventory is a
great way to get new ideas. Bringing back images from the US that we hadn’t seen for three years
opened up many creative ideas. Going through our basic photography class images, I took a fun
section on identifying photographic mishaps and turned it into an article called “The Photographic
Sherlock Holmes” on how to become your own photographic detective. From the same workshop, I turned a section on
photographing a subject into an extensive how-to article called “Putting It Together: The Photographic
Approach”
. Along the same lines, we analyzed
some of the reasons behind choosing vertical or horizontal formats in “Horizontal vs. Vertical Images”.

The inspiration didn’t stop there. Several comments from our web page viewers (please keep sending
your comments, we really appreciate them) and from our local students said they wanted to know how
to take the next step. Questioning them further, I realized that they didn’t necessarily want to turn their
photo hobby into a business but wanted to get out of the same old artistic rut. With their inspiration, I
created “Hire Yourself”, an article about motivating yourself creatively as well as professionally.

Breaking out of my own artistic rut and taking my own advice, I started creating PhotoQuilts. Using some of our nature and travel images, I put my graphic software to the test to create quilts or mosaic effects. You can see the results at http://www.cameraontheroad.com/doing/photoquilts.html and read an article about how I create PhotoQuilts on our web site.

Brent and I added a lot more images to the site and did some behind the scenes rearranging and
fixing to make the site even more accessible and solid. It was a lot of work, especially while working on two books at the same time. There is still more to do, but as the colder temperatures (around 50-70F/15-25C) arrive here in Israel, we are spending more time out camping and photographing,
enjoying our “summer”, and leaving the computer behind.

So what did you do over the summer? If your “weather” permitted you outside excursions with lovely
light conditions, great for you. If it didn’t, or if you have been slacking, what is getting in the way of your creativity and abilities? Whatever it is, get past them and get out there, especially this winter. There is weather to be enjoyed and new ideas to be found everywhere!

Lorelle and Brent VanFossen

Tel Aviv, Israel

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

@NATURE PHOTOGRAPHY TIPS

THE TEST: DARK TO DARK, LIGHT TO LIGHT

In preparation for your adventures out in the cold snow, start testing your understanding of the
exposure value system mentioned in the featured article. This is also a good way to test your meter to see if it is working right.

Take a white piece of paper and a black piece of paper and go outside, preferably to your backyard or a nearby park. Place the white paper onto the grass and take a picture of it, with some of the grass and ground cover visible in the frame. Meter off the paper and take five pictures with slide film, starting with one picture at what your meter recommends. Take two photographs over-exposing by
one and then two stops. Repeat this process by taking two more photographs under-exposing by one
stop and then two. Take notes. Do the same with the white paper in the same spot. If you started
with a fresh roll of 36 exposure film, you should have 26 frames left. Within those remaining frames,
keep your notebook handy for notes, and look around for a medium-toned subject, a very light-colored
subject, and a very dark-colored subject. Starting with the medium or neutral-toned subject, using
manual metering, meter off the subject and photograph it at the recommended exposure. Then under
expose by one half to one stop and take another over exposed by one half to one stop. Do the same
with your dark and light subjects. When your film is processed, compare it with notes and check the
end results.

Did the black piece of paper turn out lighter, almost grey at average exposure? Which exposure
resulted in the “appropriate” color rendition? Over or under? Check against the white paper. Then
compare the results of your medium-toned subject and your dark and light-toned subjects. Which
exposure adjustment resulted in the most “realistic” color results? Keep this test film in a place where
you can reference it once in a while to keep yourself familiar with the process, helping you improve the
quality of your photography by being smarter than your camera’s meter.

~*~*~*~*~*

WET TIPS

Growing up in Washington State, where it rains most of the year and is overcast the rest of the time,
I’ve learned a few tricks about working in wet weather. Here are some good ones to add to your wet
weather work:

Shower Caps: Plastic shower caps come in different sizes, colors, shapes, and durability and they
compress down for stuffing into your camera bag or pocket. Put one over your camera and lens when
the drips drop out of the sky. Cover additional lenses and equipment when you need a little protection,
padding or insulation. Keep one on your tripod head when you remove the camera to protect it from
the wet. With a rubber band you can also put them on your tripod legs to protect them from the mud.
By stretching a shower cap over the prism head of the 35mm camera and pulling back with one hand
or your teeth, you can create an umbrella to shield your film and the inside of your camera from the
weather when you are changing film. Shower caps protect your camera not only in the wet but also in
the desert, helping to keep blowing sand and dust away from your camera and shielding it a bit from
the heat of the sun. Don’t leave home without one.

Plastic Bags: Like shower caps, your basic plastic grocery bag or garbage bag can do wonders to
keep you dry. You can also use them to keep your pants dry when sitting in a wet area. Larger bags
will even cover backpacks and protect them from getting soaked. With a long lens, drape a large
plastic bag over the lens and secure it with rubber bands. When you enter a building or car that is
warmer than the outside (or vise versa), your camera and lenses can form condensation on the inside
and outside as they adjust to the temperature. This moisture can attract bacteria and fungus. By
sealing your equipment in a plastic bag first before entering a warm room or vehicle, the condensation
will form on the outside, keeping the equipment dry. Do not remove them from the bag until they have
reached room temperature.

Always Carry a Towel: “The Hitchhiker’s Guide to the Galaxy” recommends that you never leave home
without your towel. Right-oh! A towel, no matter what shape, size or condition, is a great thing to have
with you to help you through all your weather adventures, from drying off your camera to drying off
yourself. Try the high tech super absorbent “chamois” found in most sporting goods and auto parts
stores. These small rubbery towels absorb large quantities of water and wring out almost dry. They
take up little space and are very lightweight. Keep them damp and sealed in a plastic zip lock bag in
your case, ready to use.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

@WRITING ADVICE

THE HARD COLD FACTS

Describing the weather is a hard cold fact for any writer, no matter what genre they work in. No matter
where you are, inside or out, you are affected by the weather, as are the people and places you write
about. Finding the words to describe the temperature, weather, and impact of the two upon the
human body, can often leave the writer finger-tied. After all, the thesaurus has dozens of words just
for “cold” such as chilly, cool, freezing, raw, icy, frigid, frosty, arctic, glacial, polar, brumal, and nippy.
So let’s do a brainstorming assignment to come up with words describing the different references to
the weather, specifically cold weather.

Make a category list of the common cold weather elements. Begin with rain, snow, hail, and wind.
Then create subcategories under each. Under wind you might have tornado, hurricane, wind storm, or
sea breeze. Under each category and subcategory, write down words and phrases to describe them.
Trying to describe the summer heat of Israel, here are a few I up with for “hot”.

Heat, hot as hell, interminable, cooking, inflamed, flame, fiery, suffocating warmth, melting, sweaty,
perspiration, angry, red hot, hot to trot, torrid, swelter, sultry, high temperature, temperatures rising,
heat wave, boiling, piping hot, right out of the oven, out of the frying pan and into the fire, scalding,
baking, blistering, sizzling, scorching, roasting, spicy, peppery, blazing hot, stuck in an oven, toasted,
burned to a crisp, sunburn, fever, flushed, beaten down with the heat, air conditioning (a blessing!).

When you’ve filled out your list, take a break and look out your window or step outside the door. Close
your eyes and feel the weather. Think of a situation where you might be under such weather
conditions. Visualize the location in your imagination, the activity, and all the elements around that
situation. Now, return to your writing pad and describe that moment, focusing on the weather. How
does it impact or affect the situation? Is it really an important part of the story or is it just filler? Do
your words really describe the weather at that moment? Can the reader “feel” the weather through
your words?

Considering all the ways writers deal with weather, you now have a new collection of resources to
draw upon to add some more color to your weather talk.

~*~*~*~*~*

SOFTWARE CHALLENGERS WANTED

 Are you one of those who like to test yourself and your computer? You might want to keep busy
during the long winter nights by signing up to be a beta tester for computer software manufacturers.
They are looking for a few good testers to put their software through its paces. They don’t take
everyone, but you might be a lucky tester. It will give you a chance to help make the software more
user friendly and bug-free for future buyers, and you might get a chance to play with the latest and
hottest. Who knows what story opportunities may lie within these challenges, too. If you have a
favorite software, contact the manufacturer directly to find out how you can become a beta tester.

To get more information on becoming a tester visit:

~0~0~0~0~0~0~0~0~0~0~0~0~0~0~0~0~0~0~0~0

WOW! LIGHTNING STRIKES MORE THAN TWICE

The tropics in Brazil host the record for lightning strikes in the world. A researcher with the
Atmospheric Electricity Group with the Brazilian Institute for Space Studies, Osmar Pinto, mapped the
incidence of lighting using satellites and found that the country was struck by 70 million lightning bolts
a year. This comes to two to three strikes a second. WOW! Unfortunately, this record comes with a
high price. About 100 people die annually after being hit by lightning which makes up 10% of the
lightning-related deaths world-wide. Damage from lightning averages USD $200 million annually.
Pinto and his group are trying to create a mapping system based upon his research to help protect the people and property in areas with the highest incidences.

We have all kinds of information for you in our newsletters and on our web site. Visit
http://www.cameraontheroad.com for more articles on the weather, nature, and the business and artistry of
nature photography and writing. We’d like to especially recommend you check out our articles on:

~0~0~0~0~0~0~0~0~0~0~0~0~0~0~0~0~0~0~0~0

@NATURAL WANDERINGS

~^~ J.N. “Ding” Darling National Wildlife Refuge ~^~

Need an escape from the chills of winter? Join the millions of humans who migrate to Florida for the
warmer temperatures – and for the birds. Home to 238 different bird species, 51 types of reptiles and
amphibians, and 32 species of mammals, along with flocks of visitors, Ding Darling National Wildlife
Refuge is a top spot for bird and nature photographers from around the world. From fall through
spring, birds migrate through and nest in this swampy waterway on Sanibel Island. The birds and
most of the animals are accustomed to people, so fairly close access can be had. The colors and
varieties of birds are amazing with ibis, woodpeckers, hawks, osprey, eagles, pelicans, cormorants,
egrets, herons, grebes, warblers, and the odd looking pink Roseate Spoonbills.

Due to the popularity of the refuge, plan your trip and lodging in advance to insure a reservation. A car
is best, though there are shuttles that will take the visitor throughout the park, dropping them off along
the way.

You can find the full article about Ding Darling National Wildlife Refuge on our web site.

J.N. “Ding” Darling National Wildlife Refuge

1 Wildlife Drive

Sanibel, FL 33957

Phone: 941-472-1100

Fax: 941-472-4061

  • How to get there: Drive approximately 15 miles southwest of Ft. Myers, FL, following the signs onto Sanibel Island.
  • Hours: Wildlife Drive open 7:30 AM to 5:30 PM every day except Fridays.
  • Best Time: Fall through Spring are excellent times for birds. Low tides are best for viewing shore
    and wading birds. Dawn and dusk are best times to view wildlife.
  • Famous for: Named after the cartoonist, environmentalist and father of the Duck Stamp, J.N.
    “Ding” Darling, the refuge is a diverse salt and fresh water habitat excellent for attracting waterfowl
    and wading birds, especially during the winter.
  • How to visit: Drive the 5 mile auto tour route, stopping to explore hiking trails throughout the
    waterways. Birds are accustomed to people. There is a tram service during peak visitation. Wear
    mosquito repellent and protective clothing. Stop in the Visitor’s Center for more information and
    extensive natural history displays.
  • Wildlife: Several threatened and endangered species benefit from the diverse habitats such as
    eastern indigo snakes, American alligators, American crocodiles, bald eagles, wood storks, peregrine
    falcons, west Indian manatees, and Atlantic loggerhead turtles.
  • Habitat: The refuge habitat is diverse. Salt water areas feature sea grass beds, mud flats and
    mangrove islands. Interior freshwater habitats offer open water ponds, Spartina swales, and west
    Indian hardwood hammocks. Two brackish water impoundments totaling 800 acres are managed for
    mosquito control and are used extensively by waterfowl and wading birds.

SITE INFORMATION WEB LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

@XTRA XSPECIAL TIPS

Every once in a while we find a little tidbit worth sharing, just for you.

RISKING YOUR LIFE FOR LIFE

When faced with a chronic or life-threatening disease, and you feel like you are running out of hope
and confidence in your medical staff, you might have another option. You could be a candidate for
clinical trials involving advanced treatments for your problem. ClinicalTrials, developed by the National
Library of Medicine, lists more than 5,800 clinical studies being done worldwide, though most are in
the United States and Canada. The site offers lots of information about the trials including the
protections for the volunteers. To find out more, visit http://www.clinicaltrials.gov/

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

HERE IS ALL THAT LEGAL STUFF

*|* Copyright 2002, VanFossen Productions and Lorelle and Brent VanFossen. All rights reserved.
You have permission to share this e-mail publication via manual forwarding by e-mail to others
providing that 1) the e-mail is transmitted in its entirety (that means the WHOLE thing) and that 2) no fee is charged. Information in this document is provided “as is,” without warranty or endorsement of any kind, either expressed or implied, without limits. Broadcast, publication or storage, in any form, is strictly prohibited without the express written permission of Lorelle and Brent VanFossen. The user assumes the entire risk as to the accuracy and the use of this document. We will not be liable for any damages of any kind arising from the use of this information, including, but not limited to direct, indirect, incidental, punitive, and consequential damages, and just plain old meanness. We like playing fair, how about you?

*|* If you must leave USA, you can unsubscribe by sending an email to
newsletter@cameraontheroad.com and type UNSUBSCRIBE in the Subject. We’ll miss you.

*|* If a friend forwarded this to you and you are interested in getting your own copy, and saving your
friend the trouble, send an email with SUBSCRIBE in the Subject to newsletter@cameraontheroad.com
and we will make sure you get your own newsletter. Thank your friend for us.

*|* If you have a change of email address, send an email to newsletter@cameraontheroad.com with
EMAIL CHANGE in the Subject. Hope you like your new address.

*|* This newsletter is a free service of VanFossen Productions, Lorelle and Brent VanFossen

With over 250 articles on nature, nature photography, writing, the business or nature photography,
travel, and a whole lot more, take some time to visit one of the largest personal web sites on the
Internet. Visit us at http://www.cameraontheroad.com and find out what everyone is talking about.

Interested in back issues? We’ve posted all our issues on our web site. This issue can be found at
http://www.cameraontheroad.com/doing/newsletters/issue02-1202.html.

-30-

Taking Your Camera on the Road Website Reaches 400 Published Articles

PRESS RELEASE
DATE: December 2002
SUBJECT: The VanFossens’ web site Totals over 400 Articles

VanFossen Productions, Lorelle and Brent VanFossen
“Taking Your Camera on the Road”
www.cameraontheroad.com
lorelle@cameraontheroad.com
Tel Aviv, Israel

Tel Aviv, Israel – Want to know about taking your camera on the road? How about life living abroad, or especially living in Israel? Want to know about how to take fantastic photographs as well as how to explore some of the most exciting natural locales in the world? Lorelle and Brent VanFossen’s web site, www.cameraontheroad.com, has now exceeded 400 articles, with more coming every month!

Professional nature photographers and writers, Lorelle and Brent VanFossen, share their adventures and experiences of taking their camera on the road with the public through their easy-to-access web site. Broken into eight different sections, they cover a wide range of photo techniques within their Learning Zone, more than you could ever want to know about living on the road in their Living Zone, and tips for heading out on the road in the Going Zone.

“We’ve just posted our new workshop class book for our popular ‘How To? What For?’ basic photography class bringing our site to almost 500 ‘pages’,” explains Lorelle VanFossen, designer and writer behind the vast web site. “Our goal is to not only share our love for photography and nature with others so they can feel the same satisfaction we do, but to also share our passion for travel and adventure.”

The site, “Taking Your Camera on the Road”, is totally self-produced and funded. Since the development of web pages, Lorelle has designed web pages for dozens of companies and associations. Studying the W3 Accessibility recommendations was very important to her. “I really wanted to design our pages to be as simple to use as possible, without a lot of pomp and flash. Nothing but well-designed text and graphics. It was also critical for the site to be accessible to everyone. Reports are that more than a quarter of all Internet users are disabled and handicapped and I have a lot of friends who are deaf and visually impaired, as well as disabled in some way. I want them to be able to learn from our web site as well much as anyone.”

Lorelle admits that the use of Javascripts has really improved her site, both in presentation and speed. “Javascripts are great for programming computations like computing gas mileage or distances traveled, but they are also great for minimizing repeated programming. For instance, I found some great shareware called Javascript-Maker from Byte-Size Software, http://www.byte-sizesoftware.com/. Usually, when designing a page, I want a uniform look. This means some information will be repeated on every page. Changing that information means a lot of cutting and pasting, as well as finding and replacing, taking a lot of time to do for hundreds of pages. Javascript-Maker allows me to enter in html coding which then outputs it as Javascript file. I put one call-out for the Javascript file on every page, and when I want to change the formatting for those pages, I just change the Javascript file and not the pages themselves. This not only saves me time but lots of energy not having to cut and paste the new coding in on several hundred pages.” She uses these Javascript files for the text seen at the bottom of every page on her site as well as for the constantly changing “Connect the Dots” article listings along the left side of every article. [You can view the source code in Internet Explorer by clicking on VIEW, then SOURCE.]

She has no problem finding Javascript coding on the Internet. “I’ve found some great sites where people upload Javascript coding for others to use free. This saves me time and they work great. You can see examples of these codes from http://javascript.internet.com and others on our travel helpers page. There is even a script to help compute how fast you would be traveling at the speed of light. I like that! Most of all, I like showing off the work that others have done, not just what I’ve done. There are some brilliant people out there doing great things and I love it when we can all benefit.”

Brent, the editor and checker, as well as co-writer on the web site, is very proud of his wife’s accomplishments. “The ideas just keep coming from her brain. She has an interesting way of simplifying concepts that others dismiss as ‘something everyone should know already’, and helping others learn the how-tos and what fors of photography, travel, and life in general. She’s amazing to work with.”

Not to be outdone, Lorelle jumps back in. “Brent is the most incredible photographer I’ve ever worked with or known. He has an eye that ‘sees’ the picture in a way that leaves the viewer not only impressed but awed. He can look at a scene that others will walk away from and find the magical perspective, telling the story in a simple, clean, and yet completely emotional context. I love it. Even I’m not as good as he is, and I’ve been doing it longer. It’s a gift!”

In addition to the 100 “articles” added to the large web site with the production of their basic nature photography workbook online, they’ve recently added some fascinating articles:

  • Smoke Free Traveling tackles the issue of non-smoking travelers who want to explore the world “smoke-free”
  • PhotoQuilts explains the technique of using graphic software to create kalidescope-like pictures
  • Hire Yourself is an article about overcoming the “stuck in a rut” mode many nature photographers and writers get
  • The Photographic Sherlock Holmes takes the photographer on an expedition to discover the mystery behind the mistakes found after the film has been processed.
  • Putting It Together: The Photographic Approach tackles the challenge of explaining their approach to photographing a scene or location
  • Horitzontal vs. Vertical Images is another compositional technique article to help photographers understand the two format choices they have within their camera and how to make the most out of them.

They also have added new stories to their Telling Zone about their life on the road, coming to Israel, and living with terrorism and the threat of war..

They have also started a new free emailed newsletter dedicated to people involved and interested in nature photography and editorial writing. Each month will feature tips, tricks, advice, wisdom, incentives, motivation, inspiration and just information about nature photography, editorial writing, environmental issues, and more. To find out more and how to sign up for your free copy, visit our newsletter information page.

The VanFossens are nature photographers and writers traveling full-time whose work has been featured in major publications such as Shutterbug, Outdoor and Nature Photography, Arriving Magazine, Jerusalem Post, Trailer Life, and the Photographic Society of America’s Journal. Their web page, http://www.cameraontheroad.com is one of the largest personal web sites on the Internet.


For more information on who the VanFossens are and what are they doing as they take their camera on the road, visit their Doing Zone.

Newsletter: Telling the Whole Story with Photographs and Words

Due to many recent changes in the Internet and our lives, we’ve discontinued our monthly newsletter.

Thanks to everyone who subscribed to our monthly newsletter. With the advent of feeds and feed readers, emailed newsletters are slowly becoming obsolete and redundant. To help readers keep up with the information on our site, we have dozens of feeds for readers to choose from, covering the whole site, site comments, and a variety of categories to narrow down your reading interests.

Thank you again to everyone who enjoys our site and our information and welcome to the future of the Internet: feeds!


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
VANFOSSEN PRODUCTIONS NEWSLETTER
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Issue Date: November 1, 2002

Issue Number: 01

VanFossen Productionshttp://www.cameraontheroad.com

Editor/Publisher: Lorelle VanFossen lorelle@cameraontheroad.com

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Welcome to the first issue of the VanFossen Productions Newsletter. This monthly newsletter is for the nature photographer, nature writer, or someone with a foot in both camps. We will cover environmental issues, motivate and inspire your photography and writing, offer tips and advice, highlight others who are doing great thing, and help you keep focused and motivated to do your best work.

We’ll start by offering this newsletter once a month, and if we like the response, we’ll do it more often. Let us hear your input at newsletter@cameraontheroad.com.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
WHAT’S INSIDE

@FEATURE ARTICLE – Telling the Whole Story

@TAKE ACTION – Will Technology Save the Planet?

@LINKS AND RESOURCES – Writers Resources, FreeFoto, Space is Nature

@BE INSPIRED – The Louvre, Headlines for Ideas

@WHAT ARE THEY DOING? – Fall Workshop Schedule – REGISTER NOW

@NATURE PHOTOGRAPHY TIPS – Shopping for Inspiration, Photographic Adjectives

@WRITING ADVICE – Paper Choices, Typing Hyperlinks

@NATURAL WANDERINGS – Bosque del Apache, New Mexico

@XTRA XSPECIAL TIPS – Cancer Commits Suicide in Israel

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

@FEATURE ARTICLE

TELLING THE WHOLE STORY

By Lorelle VanFossen

On a personal note, Brent and I are doing great in Israel, no matter what the media portrays. As a matter of fact, access to our portal to the world around us is about to change. Israel’s television services are canceling CNN on all networks, save one subscriber service.

Repeatedly, Israelis have accused CNN of bias towards the Palestinians and not giving Israel equal representation. We all know the media is biased, no matter what our journalism professors wanted to drum into our heads. In general, reporters and photo journalists do their very best to show both sides of an issue, and, truthfully, much of the bias is in the hands of the editors and publishers of the information, not the information gatherers. The phrase “if it bleeds, it leads” is a long-held tradition. After all, the bottom line is the pocket book and the share of the viewer market. The more you attract viewers, the more likely you are to stay in business.

As worried as people are about us in Israel, I look outside my window and see a “normal” life, maybe even more normal than the life you are living. The sun is shining on the park of trees below my apartment with children and their caretakers playing, singing little songs in Hebrew, Russian, Romanian, and occasionally English. Joggers and walkers slap their feet on the paved path that winds through the forested park along the playground, sculptures and water fountains. A short walk down the street finds my bread, vegetable, dry cleaner, and food shops, conveniently lined up along the same side of the block. People bustle by, wearing as little as possible in the oppressive heat of summer, hats of all colors, shapes and sizes on their heads and plastic shopping bags filled with produce in their hands as they scurry back to their air conditioned homes and offices. Cafes are half filled with the young and the old, chatting with friends and enjoying coffee and a sweet. Workers from the nearby office buildings pause for a moment outside the cafes to order a coffee-to-go or a cheese filled bourekas or croissant. An ambulance goes by, siren wailing, but it is just delivering a heart attack victim to the nearby hospital, not a victim of terror. The flower seller, his pots overflowing with brilliantly colored flowers of every hue and shape, waves to me as I walk by, taking a moment to notice me, turning his attention away from the three people with money in their hands for the flowers. Roger, the youngest of the vegetable stall workers, jumps up and runs out onto the sidewalk to give me a hug and kiss, smelling like a touch of sweat, tobacco, and fresh watermelon. His head is self-imposed shiny bald and his grin stretches, literally, from ear to ear, always pleased to see me and to inquire as to the health of my husband. Because Brent speaks Hebrew so fluently, he is a hit in the local shops as they can hardly communicate with me, but adore me and my weak attempts at Hebrew. Everyone goes out of their way, once they know you, to assure you that you are wanted and welcome. Sure, there are signs of stress and worry, but life goes on, as it did before the Intifada started, and as it will continue, long after the Intifada is over.

Turn around and compare this with the Palestinians. Honestly, they are suffering. Look at how they are portrayed in the media. They are living in squalor, looking dark and dusty as if they rarely get the luxury of a bath. They are angry, sad, depressed, living among bombed out or bulldozed buildings. They look suppressed and “occupied”. Many businesses are closed down, a lot of them burned out and lying in ruin, often damaged by their own hands as they riot in their own streets, though Israeli forces have done their own destruction as well. Young boys are shown dirty and tattered, lining up throwing rocks at the soldiers or training to become future suicide bombers. Visually, the Palestinians look like they are in a war zone. Visually, the Israelis are getting on with their lives, running businesses, driving around, going on holiday, living normal looking lives on the surface. Which story would you really want to tell about? The life that looks like yours or the one that is visually different.

Let’s look at some of the visual differences. Palestinians parade their dead through the streets, often accompanied by machine gun toting masked militants, shooting bullets up into the sky, screaming and shouting at the cameras, inciting the crowds. Israelis hold quiet, dignified funeral services, everyone speaking softly, respectfully, a few family members and friends breaking down into tears of hysteria, supported by others. Palestinian parents announce publicly that they are proud that their child killed himself in a terrorist act and that they would willingly give up more of their children to the “cause” of killing Israeli civilians. According to recent surveys, some seventy percent of the Palestinian population supports the Intifada and the suicide bombers. Israeli parents, knowing their children will have to serve in the army when they graduate from high school, fret and worry, with mothers lining up at the bus station to wave good-bye and cry as they watch their children go off into an army, involved in conflict every single day, that is fairly strict but also forgiving in its severity. Israeli mothers are well known for taking a strict officer to task for being too harsh on their child, something unheard of in most armies around the world. Many Palestinians work overtime to sneak across the border into Israel with guns and bomb making materials, analyzing and surveying areas to determine where they could bring the most death to the Israeli population, living the reality of a fictional spy novel. Almost every day the local news runs a story about another Palestinian would-be suicide terrorists who was stopped by the police or IDF trying to cross into Israel from the West Bank or Gaza with explosives or Kalishnikovs. Israelis live with the reality of security guards outside of buildings, shops, grocery stores, restaurants and cafes, checking purses and bags and running hand-held metal detectors over people’s bodies before they enter. They walk, drive and bicycle more as an alternative to taking the bus, the frequent target for terrorists. When terrorism strikes Israeli or American citizens, Palestinians celebrate and dance in the streets, as seen after September 11, 2001, until the story was buried by the local authorities. No one celebrates in Israel’s streets when they hear of terrorist acts in the world. When Israel strikes back against the Palestinians, Israeli citizens mourn and gather around their televisions.

Which would you rather photograph? Which part of the story would you rather tell? It doesn’t matter who is right or wrong in this situation. Visually, it is what it is and it is much easier to tell the story of a group that is so visually suffering. Sitting in my safe little apartment above the green garden in Tel Aviv, for three years now I’ve watched CNN, BBC, Sky News, two local Israeli news stations, and news stations from Spain, Russia, India, Italy, France, and Germany, as well as four channels from Jordan and the Arab Israelis. I check out various news web sites and study how the world is watching the “Middle East Conflict”. Who is more or less biased against whom? I have to say that most stations give more time to the Palestinians visually, but most are pretty fair in their coverage. They will tell the Israeli side, but they do so while running footage of the suffering Palestinians and the visual horror of a terrorist act. While people are listening to both sides of the story, they are seeing only one side.

As a photographer and writer, I am always learning about how to tell the story better. Yet, am I biased in my own “reporting” and story-telling? Sure I am, but how? Think about it for yourself. One of our favorite places in the world to photograph is Jasper, Alberta, Canada. What attracts us? Elk, moose, deer, and big horn sheep wander close to the road, giving us easy access. Ground squirrels and pikas, some of our other favorite creatures, are also easy to photograph close up, allowing us to fill our image inventory with their portraits. Yet, there is more to the story of the area that we often forget about. What about the habitat these animals are dependent upon. Isn’t this part of the story? What is it about the area that keeps them there, thriving? Are they thriving? Is this their truly native habitat or have they been forced there for their “protection”? How do weather conditions affect the area? What about earthquakes and the geology? Is that important? What is threatening the animals and their habitat? What are they doing to co-exist with the human invasion into their area? Are they adapting or retreating? How are humans adapting to living with wildlife around them? Since I tend to go towards the dramatic story, what is the quiet part of the story that I’m missing that is just as important?

I will admit that CNN did try to respond to the bias issue by featuring a week-long series of shows on the “Terror in Israel”. It was an incredible series and Brent and I were thrilled to be hearing from regular people about how the Intifada was affecting their lives. Listening to CNN’s Wolfe Blitzer interview a Holocaust survivor, one of the few survivors of a suicide bomber attack at the Park Hotel in Netanya during Passover Dinner, I was touched by the simple way he tried to explain that he was more afraid to be living in Israel now than he ever was during the Holocaust, though he would live nowhere else. He reminded us that Jews, as a nation, have outlasted most of their persecutors for 5000 years. The Palestinians are just the current troublemakers. Now, the Jews have their own land back legally and they will die to defend and protect it. There will be no more diaspora, no more leaving. That’s a quiet story that is hard to photograph. How do you tell the story of a group of people determined to go nowhere?

WANT TO KNOW MORE ABOUT LORELLE AND BRENT?
As one of the first nature photographers with a column in a webzine (now called “e-zines”), Lorelle VanFossen has long been a popular writer, speaker and presenter online and in the real world. Along with her husband, Brent, the two shed their urban skin to live on the road, cris-crossing North America for several years living in a trailer and now living in Israel. Their work has been regularly featured in many magazines and online sites such as Outdoor and Nature Photography, Shutterbug, Mountaineer, PSA, Compuserve, and more. For more information on their amazing life and work, visit the Doing Zone to find out what they are doing.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
IT JUST TAKES ONE
It just takes one person to change the world. Sharing this newsletter with just one person spreads the news that the world is worth changing. To sign up a friend, email newsletter@cameraontheroad.com with their email address and we’ll add them to the list. Then you, too, will have made a difference.
Thanks for your support,
Lorelle and Brent

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

@TAKE ACTION

WILL TECHNOLOGY SAVE THE PLANET
In April of 1998, the Department of Energy released a report stating that “technology innovations in the 21st century will lead to cleaner air and water, more fuel-efficient cars, and healthier, genetically engineered crops.” Specifically it mentioned developments in the area of micro manufacturing, genetic engineering, water treatment, wireless communications, molecular design, bioprocessing, and enviromanufacturing and recycling, efforts that should be in place by the year 2008.

Some technological breakthroughs announced included reducing our dependence on paper by the increased accessibly of wireless and web-based communications. Advanced technical display systems, small and portable, would allow the exchange of information without paper. Freeing ourselves from reliance on paper means decreased waste levels and would reduce the impact of chemicals on the environment from the manufacturing of paper and ink products. Think of all the trees that could be saved.

Improvements would be seen immediately with the introduction of improved water treatment at sewage plants, removing organic compounds which can have undesired reactions with chlorine and other chemicals in the water. Combined with developing higher crop yields with genetic engineering and plant manipulation, the world would increase food products and develop a more efficient use of water and soil requiring less use of chemical fertilizers.

This enthusiasm for all things “natural” was predicted to develop into a growing demand for “green” manufacturers to create more products that are biodegradable or recyclable, putting less strain on landfills and the environment.

It’s now four years later and coming to the end of 2002. Has any of this been done? Where has it been done? In your neck of the woods? Find out if any of these efforts are being used near you. There are many stories and photographs to be found in such research. Part of nature photography and writing is not just capturing the wildlife, but also the impact humans have on the wildlife and its habitat. For example, check out our article on the Wakodahatchee Wetlands sewage treatment and nature reserve for more on how water sewage treatment plants are also becoming havens for wildlife, putting back natural areas once threatened by human development.

If your research reveals that little is being done in your community, how can you get involved? Consider writing a story about the benefits of new agricultural techniques which rely less on chemical fertilizer and pest repellents and use more natural products. Visit an organic farm and tell their story. Explore some of the office buildings around town and see if businesses are becoming more dependent upon Internet and wireless communication for the exchange of information. Ask them if their paper supply purchases are down. Do they recycle their paper waste? Is there a box for recycling paper near their computer and photocopier? Who is handling recycle processing in your community? Is their business growing as people become more environmentally aware? Are there organizations promoting environmental awareness and recycling within your community?

Find out, get involved, ask questions, take pictures, write articles, and just take action.

TOPIC LINKS
* Department of Energy
* Pacific Northwest National Laboratory (created initial report)

Environment Technology
* Environmental Protection Magazine
* Global Environment and Technology Foundation
* Department for Energy and Heritage of the Environment, Australia
* Water Environment Federation (US)
* US Environmental Protection Agency
* Research Foundation for Science, Technology and Ecology in India
* United Nationals Environment Programme, Division of Technology, Industry and Economics
* Vietnam Science, Technology, and Environment Information
* Natural Environment Research Council (NERC) (International)
* Information on Environmental Problems Community Outreach Program (NYU NIEHS)
* Centre for Environment, Technology and Development in Malaysia (CETDEM)

Organic Gardening List of Places
* Organic Gardening Magazine (USA)
* Information on all things gardening
* Organic Gardening Tips and Information
* Tips and resources for do-it-yourself organic gardening
* Organic Gardening News
* Green Nature Links and Information
* Organic Gardening List (newsletters, list servers, etc.)
* Listing and information on organic farms in Britain
* The Gardener’s Directory for international organic gardening info and groups
* HYDRA – The Organic Organization
* Organic UK
* The Vegetable Patch
* Organic Gardening Down Under

Recycling Information
* American Forest and Paper Association
* National Office Paper Recycling Project’s Office Paper Recycling Guide
* WorldWise, article on recycling paper
* Make Your Own Recycled Paper
* The Art of Recycling Paper

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

@LINKS AND RESOURCES

* Inscriptions Magazine: Online Newsletter/E-Zine with tips and info on what is happening in the writing industry. This “newsy” newsletter is filled with good interviews and tips adding up to 15 to 25 pages via email.

* Coffeehouse for Writers: Recognized by Writer’s Digest as a top site for writers, check it out for information on tips, how to, freelancing, fiction, non-fiction, writing for magazines, and more. They also offer a wide range of links to other writer resources.

* Who Is Who and Who Are They? Need to get some information about someone or something and need to access the public records? Visit Netronline Publish Records for an easy way to access official state web sites where tax assessors and recorders publish public records.

* Learn From Other Photographers: While we don’t endorse giving away your pictures, we do believe you can learn from photographers who do offer their images by studying how they see the world around them. Inspiration can come from anywhere. FreeFoto offers 34,000 free photos online.

* Space is Nature, Too: Designed for children, but entertaining enough for adults, visit the NASA for Kids site to learn more about space, rockets, space stations, astronauts, planets, and more. After all, nature photographers will be needed when we can easily visit the nature of space.

“””””””””””””””” BE INSPIRED “””””””””””””””””””””
“”””””””””””””””””””””””””””””””””””””””””””””””””””””””””

“I look like a photographer. I keep my antennae out and pay attention. I move slowly and work quickly. I want to be an active observer not a passive bystander. It breaks down the barriers because here I am, looking like I just landed from Mars with all this equipment on me, and I’m cute and funny and make them laugh as I should. I build a rapport at that moment.”
Nevada Weir, Travel photographer

~*~*~*~*~*
Creativity is dangerous…Its pleasure is not the comfort of the safe harbor, but the thrill of reaching sail.
Robert Grudin, The Grace of Great Things

~*~*~*~*~*
“One should never forget that seeing and producing an effect of nature is not a matter of intellect, but of feeling…I avoid being conventional as much as possible.”
Carl Frieseke

~*~*~*~*~*

VISIT THE LOUVRE ONLINE
Visit The Louvre Online and tour one of the world’s greatest museums. Located in Paris, from the amazing architecture (modern and ancient) outside to the incredible artwork inside, this museum is filled with inspiration. Pick a painting and study how the artist used the light and shadow to add depth and texture to the image. What details did he or she include, and what was probably excluded from the scene? If the painter was standing before the scene, where were they standing? What was their perspective? What time of the day is it? What was the light source? Learning and inspiration comes from all around you. Why not spend a hour or so visiting some of the masters’ works and be inspired?

~*~*~*~*~*
LOOKING FOR IDEAS IN ALL THE WRONG PLACES?
Are you hunting around for newsworthy topics and ideas for your photography and writing? Why not check out what is hot right now in the headlines of the news from around the world. Even an issue effecting South America can find a connection with your home town. Check out the headlines at Newseum’s Today’s Front Pages.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

@WHAT ARE THEY DOING?

Brent and Lorelle VanFossen offer a variety of courses, not limited to nature photography. For information on what is involved in our workshops, check out our program FAQ. Unless otherwise mentioned, these programs require advance registration as space is limited. To register, contact Lorelle VanFossen in Israel at 972-3-696-1890 or lorelle@cameraontheroad.com.

The VanFossens are currently living in Israel and the upcoming programs there include:

NATURE PHOTOGRAPHY PROGRAMS

* Basic Nature Photography
2-Day Workshop
Friday and Saturday
October 25-26, 2002
Fee: NIS 250/ESRAcards 200
8AM – 4PM, Downtown Tel Aviv
In this comprehensive two-day workshop, participants learn the basic elements of exposure, composition, and equipment, and will have fun exploring the world through the camera. Program includes one classroom day and one day in the field for hands-on learning. Great for tourists, artists, nature lovers, and anyone. Advance registration required as space is limited. Call Lorelle at 03-696-1890 or email at lorelle@cameraontheroad.com.

* Wild Thing, I Think I Love You
Photographing Wildlife
Tuesday, November 26, 2002
Fee: NIS 90/ESRAcards 80
7-10PM, Downtown Tel Aviv
Take your camera on an adventure exploring the wild side of nature photography. Learn about photographing animals in the wild, in national parks and wildlife refuges, zoos, wildlife parks and game farms. Fun and innovative, this program covers a wide variety of techniques. Optional free field trip at the Safari Zoological Park in Ramat Gan. Advance registration required as space is limited. Call Lorelle at 03-696-1890 or email at lorelle@cameraontheroad.com.

——————————————————————————–
INTERNET WORKSHOPS
SPACE IS LIMITED. REGISTER NOW!

* Internet Basics: Introduction to the Internet
Thursday, October 31, 2002
9:30 AM Refreshments
10:00AM – Noon Lecture
Women’s League Building, 37 King George St., Tel Aviv
FEE: NIS 35/ESRAcards 30
Registration: Stella 03-629-3936
Learn the basics in this introduction to the Internet:
> What is the Internet? The Web?
> What is a link?
> How do I find things?
> What does Yahoo really mean?

* Internet Tips and Tricks
Wednesday, November 20, 2002
7-10PM, Private Home, Ramat Aviv, Israel
FEE: NIS 60/ESRACards 50
Advance Registration Required: Stella 03-629-3936
This 3-hour workshop offers a variety of tips and information for the advanced beginner to intermediate computer user on:
> Making the Internet more “user friendly.”
> How to make the process faster
> Search engines
> Finding the information you want and need
> Tips for shopping on the Internet!

——————————————————————————–
To bring a VanFossen Production to your group or association, check out our workshop information for more information on available programs and workshops. They are now available in the traditional slide show format as well as digital for projection on television or lcd digital projector.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

@NATURE PHOTOGRAPHY TIPS AND TECHNIQUES

GO SHOPPING FOR INSPIRATION
A visit to a local stationery shop can open a whole world of possibilities for the photographer, revealing all the different ways photographs are used. Patterns are great for backgrounds as well as for use on printed papers and stationery. Wrapping paper, book covers, folders, notebooks, calendars, coffee mugs, and all kinds of things feature photographs. Study the types of images they use. Lots of animals, scenics, flowers, or patterns? Write down a list of what you find. Next, step over to the note cards, postcards, and calendars. Look for pictures featuring local subjects and locations. Write down a description of how they were photographed, where, and when. Do they feature popular landmarks, festivals, pr people doing regional activities such as surfing or hiking? When you get home, write down all the ways you can capture the same subjects on your list, but do so using your own unique perspective and abilities. You know you can do better than they can, so go out and do it.

EXPAND YOUR PHOTOGRAPHIC ADJECTIVES
When Brent and I discuss our images, we tend to use a form of shorthand language. “Pika rocks pika” refers to images taken among giant pink boulders in the Columbia Ice Fields near Jasper, Alberta, of pika, a small gerbil-like creature that lives among the talus of mountain sides. We use other references for the pikas we’ve photographed elsewhere. Do you tend to shorthand your image references, too? Maybe you are short changing yourself.

Consider exploring verbal descriptions through the use of a dictionary and thesaurus to expand your visual repertoire. The more visual concepts you develop, the wider the perspective of your subject may grow. For instance, look up “soft” in the thesaurus, as in soft fur or soft light, and you will find words like pliant, supple, elastic, furry, downy, silky, satiny, calm, delicate, subdued, muted, fuzzy, blurred, tender, gentle, mushy, squashy, pulpy, doughy, spongy, swampy, boggy, and so on. These are very visual words. When you hear “pulpy”, are you inspired by vivid images of fresh squeezed orange juice? Satiny has a distinct visual “feel” to it, suggesting satin sheets, negligees, and other clothing. The challenge is to take these visual words and capture them on film. Give it a try.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

@WRITING ADVICE

SNAIL MAIL – IT’S ABOUT THE PAPER
In general, editors prefer white paper with black ink for submissions and manuscripts. While this is the norm, is it in keeping with your “environment friendly” values? When submitting to an environmentally conscious publisher, or when you are the environmentally conscious one, consider using recycled paper. Sometimes it is a bit more costly, but you are setting a standard for yourself and the publisher, telling them that you really care about the environment and are willing to prove it by making appropriate choices. Sometimes this subtle effort can make a big difference in how you and your work are perceived. If you happen to use soy inks and not environmentally damaging inks, make a small note of this at the bottom of the last page of the submission…just to let them know you are serious about your mission to save this planet.

~*~*~*~*~*
TYPING HYPERLINKS
Most software is so sophisticated nowadays, it seems to read your mind. Or at least it thinks it is. For instance, when typing a hyperlink (link to a web page) or email address, the software recognizes it and when you hit the space bar, it turns the address into a link. Then there are times when you want it to turn into a link but you put it at the end of a sentence. You hit the period key and then the spacebar, putting the period into the hyperlink reference, turning http://www.cameraontheroad.com into http://www.cameraontheroad.com.That simple period can turn a working link into a Page 404 File Not Found Error.

If your word processing software does this, you can remember to hit the spacebar which turns the address into a link, and hit backspace then period to end the sentence. Or, especially if you need clean copy, you can turn off the automatic hyperlinks within your program. In WordPerfect (dependent upon the version) click on the menu Tools, Settings, Environment, and unclick the Activate Hyperlinks check box. In Word, from the Tools menu, click AutoCorrect Options, and then click the AutoFormat As You Type tab. Under Replace as You Type, select or clear the Internet and Network Paths With Hyperlinks check box.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

WANT MORE GOOD INFO?
Visit http://www.cameraontheroad.com for more articles on the business and artistry of nature photography and writing. We’d like to especially recommend you check out our article “The Photographic Sherlock Holmes – Playing Photo Detective” where we introduce you to the detective techniques you need to uncover your photographic crimes.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

@NATURAL WANDERINGS

~^~ Bosque del Apache National Wildlife Refuge ~^~

In addition to the tens of thousands of birds which migrate through Bosque del Apache in the center of New Mexico each year, over 100,000 varieties of the human species join them. All of the humans are seeking a peek at the more than 300 species of birds, and consider themselves fairly lucky if they catch a glimpse of the more than 75 different species of mammals and 60 species of amphibians and reptiles. But the Sandhill Crane and Snow Geese attract most of the fame and glory in this small community.

To read more on this fascinating location for photographing thousands of birds during the winter, visit our article on the tips and tricks for photographing at Bosque del Apache.

-> Contact Info: Bosque del Apache National Wildlife Refuge
Address: P.O. Box 1246
Socorro, New Mexico 87801 USA
Phone: 505/835-1828
Fax: 505/835-0314

-> Hours: The Visitor’s Center is open Monday – Friday 7:30 am to 4:00 pm and weekends from 8:00 am to 4:30 pm year round. The refuge tour route is open from one hour before sunrise to one hour after sunset every day of the year.

-> Getting There: Not far south from the largest town in the area, Socorro, NM, on I-25. From the north, take I-25 south to San Antonio exit 139, then route 380 east.5 mile, then State Highway 1 south 8 miles to refuge. From the south, take I-25 north to San Marcial, then north on state highway 1 for 9 miles to refuge.

-> Best Time: Beginning in late October and early November, winter is the best for access, cooler temperatures, bird migration, and mating season. Excessive fall and spring rains and occasional storms can bring flooding. Extreme winter cold can bring snow and freezing conditions, so be prepared.

-> Famous for: The Annual Festival of the Cranes on the third week of November each year. In the winter, the refuge is popular for sandhill cranes, eagles, and snow geese numbering in the thousands. During spring and fall, visitors can watch migrating warblers, flycatchers and shorebirds.

-> How to visit: September through March is the best season. Begin with a stop at the Visitor’s Center for maps and information on what has been found in the area recently and where. With a vehicle, the 15-mile auto tour loop allows wildlife viewing and photography. Working from within the vehicle allows close access as the wildlife is accustomed to vehicles and it acts as a blind. Bring and use mosquito repellant and sun lotion.

-> Habitat: The refuge consists of marsh, grasslands, flood plains, and desert uplands of the Rio Grande Valley among the 57,000 acres of wetlands providing an excellent habitat for sandhill cranes, snow geese, ducks, and more than 300 other bird species. The refuge is divided into three wilderness areas: Chupadera, Indian Well, and Little San Pascual.

-> Wildlife: While the spring and fall are popular for viewing birds, the summer provides excellent viewing of nesting songbirds, waders, shorebirds, and waterfowl. Other wildlife residents include pheasant, turkey, northern harriers, snipe, coot, quail, and roadrunner, as well as coyote, mule deer, rabbits, beaver, raccoon, skunk, porcupine, and muskrat. Pronghorn and the occasional black bear can be found in the desert areas of the refuge.

-> Equipment: Long lenses are highly recommended to get decent images of the birds. A moderate to wide angle is nice for scenic views of the groups of birds. Best photography time is early morning and late afternoon when the light is low, so a tripod is critical. Bring binoculars and/or spotting scopes for bird spotting.

SITE INFORMATION WEB LINKS
National Wildlife Refuges – Bosque del Apache National Wildlife Refuge
Photographer: Don B. Photo has extensive info on Bosque
Geological Information from NMT

Bird Check Lists
Orthdata Check List, List 1
Orthdata Check List, List 2

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

SHARE THE WEALTH WITH FRIENDS
Living in Israel, we’ve learned the value of friends. To USA, Israelis seem to be some of the most friendly folks on earth. I guess squeezing about 6 million people into a country the size of Vancouver Island in British Columbia, Canada, everyone knows almost everyone else. Do you know someone who would enjoy this newsletter? Help us share the wealth of information and tell them to send an email to newsletter@cameraontheroad.com and we’ll add them to the list.
Thanks,
Lorelle and Brent
PS: Want to compare how big Israel is to the rest of the world? Check out Iris Organization of Israel and US-Israel Organization Peace Relationship to get a better perspective on how little Israel is. Compare its size with its news coverage and be surprised!

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

@XTRA XSPECIAL TIPS
From time to time we run across some special tidbit that we feel we must share.

CANCER COMMITS SUICIDE IN ISRAEL
August 20, 2002 Jerusalem
Hebrew University of Jerusalem researchers have developed a technique to convince cancer cells to “commit suicide”. Developed by graduate student Alexi Shir, PhD, and Alexander Levitzki, Wolfson Family Professor of Biochemistry of the Alexander Silberman Institute of Life Sciences at the Hebrew University, they have engineered a virus that will convince the cancer cell to behave in a manner similar to that of normal cells under attack. The usage of this technique is specific to virulent brain tumor cancer, but could target other cancers, possibly eliminating the need for chemotherapy treatments in the future. So far, this technique has proven harmless to normal cells.

Alexander Silberman Institute of Life Sciences at the Hebrew University
Alexander Levitzki

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

HERE IS ALL THAT LEGAL STUFF
*|* Copyright 2002, VanFossen Productions and Lorelle and Brent VanFossen. All rights reserved. You have permission to share this e-mail publication via manual forwarding by e-mail to others providing that 1) the e-mail is transmitted in its entirety (that means the WHOLE thing) and that 2) no fee is charged. Information in this document is provided "as is," without warranty or endorsement of any kind, either expressed or implied, without limits. Broadcast, publication or storage, in any form, is strictly prohibited without the express written permission of Lorelle and Brent VanFossen. The user assumes the entire risk as to the accuracy and the use of this document. We will not be liable for any damages of any kind arising from the use of this information, including, but not limited to direct, indirect, incidental, punitive, and consequential damages, and just plain old meanness. We like playing fair, how about you?

*|* If you must leave USA, you can unsubscribe by sending an email to newsletter@cameraontheroad.com and type UNSUBSCRIBE in the Subject. We’ll miss you.

*|* If a friend forwarded this to you and you are interested in getting your own copy, and saving your friend the trouble, send an email with SUBSCRIBE in the Subject to newsletter@cameraontheroad.com and we will make sure you get your own newsletter. Thank your friend for us.

*|* If you have a change of email address, send an email to newsletter@cameraontheroad.com with EMAIL CHANGE in the Subject. Hope you like your new address.

This newsletter is a free service of VanFossen Productions and Lorelle and Brent VanFossen

*|* With over 250 articles on nature, nature photography, writing, the business or nature photography, travel, and a whole lot more, take some time to visit one of the largest personal web sites on the Internet. Visit us at http://www.cameraontheroad.com and find out what everyone is talking about.

Interested in back issues? We’ve posted all our issues on our web site and this is issue one in 2001.

-30-