<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Don Vaillancourt's Blog About Everything</title>
	<atom:link href="http://donvaillancourt.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://donvaillancourt.wordpress.com</link>
	<description></description>
	<lastBuildDate>Tue, 21 Oct 2008 18:11:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='donvaillancourt.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Don Vaillancourt's Blog About Everything</title>
		<link>http://donvaillancourt.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://donvaillancourt.wordpress.com/osd.xml" title="Don Vaillancourt&#039;s Blog About Everything" />
	<atom:link rel='hub' href='http://donvaillancourt.wordpress.com/?pushpress=hub'/>
		<item>
		<title>MVC in Java Using Spring Framework</title>
		<link>http://donvaillancourt.wordpress.com/2008/10/21/mvc-in-java-using-spring-framework/</link>
		<comments>http://donvaillancourt.wordpress.com/2008/10/21/mvc-in-java-using-spring-framework/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 18:11:59 +0000</pubDate>
		<dc:creator>Don</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Java Server Faces]]></category>
		<category><![CDATA[JSF]]></category>
		<category><![CDATA[Spring Faces]]></category>
		<category><![CDATA[spring framework]]></category>
		<category><![CDATA[Spring Web Flow]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://donvaillancourt.wordpress.com/?p=50</guid>
		<description><![CDATA[I love the MVC design pattern, it&#8217;s the easiest way to build and manage websites.  I have used CakePHP and Zend Framework for PHP; both make building sites to easy.  So I decided to look into something similar for Java web &#8230; <a href="http://donvaillancourt.wordpress.com/2008/10/21/mvc-in-java-using-spring-framework/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=donvaillancourt.wordpress.com&amp;blog=4163517&amp;post=50&amp;subd=donvaillancourt&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I love the MVC design pattern, it&#8217;s the easiest way to build and manage websites.  I have used <a href="http://cakephp.org/">CakePHP</a> and <a href="http://framework.zend.com/">Zend Framework</a> for PHP; both make building sites to easy.  So I decided to look into something similar for Java web applications and found <a href="http://www.springframework.org/webflow">Spring Web Flow</a> which seems to provide what I am looking for.  I had started to work on a project in PHP using Zend Framework and through I&#8217;d move this over to Java.</p>
<p>Spring Web Flow seems to support <a href="http://java.sun.com/javaee/javaserverfaces/">Java Server Faces</a> via <a href="http://static.springframework.org/spring-webflow/docs/2.0.x/reference/html/ch12.html">Spring Faces</a> which I like.</p>
<p>So I&#8217;ll be exploring this for the next little while.  I usually ramp up pretty fast, so I&#8217;ll see how this works out.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/donvaillancourt.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/donvaillancourt.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/donvaillancourt.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/donvaillancourt.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/donvaillancourt.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/donvaillancourt.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/donvaillancourt.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/donvaillancourt.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/donvaillancourt.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/donvaillancourt.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/donvaillancourt.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/donvaillancourt.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/donvaillancourt.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/donvaillancourt.wordpress.com/50/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=donvaillancourt.wordpress.com&amp;blog=4163517&amp;post=50&amp;subd=donvaillancourt&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://donvaillancourt.wordpress.com/2008/10/21/mvc-in-java-using-spring-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/10b82a410aafbbab5504ce078052a0e7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Don</media:title>
		</media:content>
	</item>
		<item>
		<title>Design Patterns</title>
		<link>http://donvaillancourt.wordpress.com/2008/10/21/design-patterns/</link>
		<comments>http://donvaillancourt.wordpress.com/2008/10/21/design-patterns/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 17:18:50 +0000</pubDate>
		<dc:creator>Don</dc:creator>
				<category><![CDATA[design patterns]]></category>
		<category><![CDATA[anti-design patterns]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://donvaillancourt.wordpress.com/?p=47</guid>
		<description><![CDATA[I just did a search for design patterns and found this great website for it.  I remember looking for design patterns a few years ago yielded pretty much nothing, now I found this great list.  Wikipedia also has a great &#8230; <a href="http://donvaillancourt.wordpress.com/2008/10/21/design-patterns/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=donvaillancourt.wordpress.com&amp;blog=4163517&amp;post=47&amp;subd=donvaillancourt&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I just did a search for design patterns and found this great <a href="http://www.javacamp.org/designPattern/">website</a> for it.  I remember looking for design patterns a few years ago yielded pretty much nothing, now I found this great list.  <a href="http://en.wikipedia.org/wiki/Software_design_pattern">Wikipedia</a> also has a great list of design patterns.</p>
<p>I know a few design patterns already, but there are a lot I still need to learn.  And there are the <a href="http://en.wikipedia.org/wiki/Anti-pattern">anti-design patterns</a> that I&#8217;m not even going to worry about for a good while.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/donvaillancourt.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/donvaillancourt.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/donvaillancourt.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/donvaillancourt.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/donvaillancourt.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/donvaillancourt.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/donvaillancourt.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/donvaillancourt.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/donvaillancourt.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/donvaillancourt.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/donvaillancourt.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/donvaillancourt.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/donvaillancourt.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/donvaillancourt.wordpress.com/47/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=donvaillancourt.wordpress.com&amp;blog=4163517&amp;post=47&amp;subd=donvaillancourt&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://donvaillancourt.wordpress.com/2008/10/21/design-patterns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/10b82a410aafbbab5504ce078052a0e7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Don</media:title>
		</media:content>
	</item>
		<item>
		<title>Java Software</title>
		<link>http://donvaillancourt.wordpress.com/2008/10/21/java-software/</link>
		<comments>http://donvaillancourt.wordpress.com/2008/10/21/java-software/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 17:06:37 +0000</pubDate>
		<dc:creator>Don</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[design patterns]]></category>
		<category><![CDATA[hibernate]]></category>
		<category><![CDATA[j2ee]]></category>
		<category><![CDATA[j2se]]></category>
		<category><![CDATA[spring framework]]></category>
		<category><![CDATA[struts]]></category>
		<category><![CDATA[tapestry]]></category>

		<guid isPermaLink="false">http://donvaillancourt.wordpress.com/?p=44</guid>
		<description><![CDATA[I have a lot of weakesses when it comes to Java.  The programming language itself is not one of them.  What my weaknesses are include: Design patterns &#8211; I still do not understand their purpose.  I know what they are, &#8230; <a href="http://donvaillancourt.wordpress.com/2008/10/21/java-software/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=donvaillancourt.wordpress.com&amp;blog=4163517&amp;post=44&amp;subd=donvaillancourt&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have a lot of weakesses when it comes to Java.  The programming language itself is not one of them.  What my weaknesses are include:</p>
<ul>
<li><strong>Design patterns</strong> &#8211; I still do not understand their purpose.  I know what they are, I know what they represent, but to me, someone who knows a design pattern doesn&#8217;t mean they know how to implement them.  Which is why I have been a little reluctant to learn them.  But everytime I have an interview, they come up and so the obvious solution is to learn them.  Hopefully the community can help me out with this.</li>
<li><strong>EJB</strong> &#8211; yes, again I know what they are.</li>
<li><strong><a href="http://www.springframework.org/">Spring Framework</a></strong> &#8211; Yes, this guy I need to learn.</li>
<li><a href="http://www.hibernate.org/"><strong>Hibernate</strong></a> &#8211; This is nother guy I need to learn.</li>
<li>Apache Libraries &#8211; Apache has a number of platforms and libraries for Java development including <a href="http://struts.apache.org/">Struts</a> and <a href="http://tapestry.apache.org/">Tapestry</a>.  </li>
</ul>
<div>If there is anything else that I missed, which I&#8217;m sure I have, let me know.</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/donvaillancourt.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/donvaillancourt.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/donvaillancourt.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/donvaillancourt.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/donvaillancourt.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/donvaillancourt.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/donvaillancourt.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/donvaillancourt.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/donvaillancourt.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/donvaillancourt.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/donvaillancourt.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/donvaillancourt.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/donvaillancourt.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/donvaillancourt.wordpress.com/44/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=donvaillancourt.wordpress.com&amp;blog=4163517&amp;post=44&amp;subd=donvaillancourt&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://donvaillancourt.wordpress.com/2008/10/21/java-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/10b82a410aafbbab5504ce078052a0e7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Don</media:title>
		</media:content>
	</item>
		<item>
		<title>Blog Changes</title>
		<link>http://donvaillancourt.wordpress.com/2008/10/21/blog-changes/</link>
		<comments>http://donvaillancourt.wordpress.com/2008/10/21/blog-changes/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 16:50:16 +0000</pubDate>
		<dc:creator>Don</dc:creator>
				<category><![CDATA[information technology]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[project management]]></category>
		<category><![CDATA[software architect]]></category>

		<guid isPermaLink="false">http://donvaillancourt.wordpress.com/?p=42</guid>
		<description><![CDATA[I decided to change the focus of this blog to something a bit more generic.  The reason is I need to improve a few things beyond just my photography such as my tech skills.  I really want to get a &#8230; <a href="http://donvaillancourt.wordpress.com/2008/10/21/blog-changes/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=donvaillancourt.wordpress.com&amp;blog=4163517&amp;post=42&amp;subd=donvaillancourt&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I decided to change the focus of this blog to something a bit more generic.  The reason is I need to improve a few things beyond just my photography such as my tech skills.  I really want to get a job in Java and so need to improve some of my skills in respect to improve my chances of getting that special job.</p>
<p>I&#8217;ll still keep my <a href="http://orbis-writings.com/">other blog</a> up, which I haven&#8217;t updated in a long while.  But will probably most like update here most often to force me to learn.</p>
<p>As anyone in the tech industry knows, there are to many things to learn that sometimes it&#8217;s confusing what to take on.</p>
<p>Since I am a software architect, my first goal is to improve my knowledge of Java.  After that I need to learn more about project management.  The UML diagrams, and on and on.  I&#8217;ll detail more later.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/donvaillancourt.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/donvaillancourt.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/donvaillancourt.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/donvaillancourt.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/donvaillancourt.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/donvaillancourt.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/donvaillancourt.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/donvaillancourt.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/donvaillancourt.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/donvaillancourt.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/donvaillancourt.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/donvaillancourt.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/donvaillancourt.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/donvaillancourt.wordpress.com/42/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=donvaillancourt.wordpress.com&amp;blog=4163517&amp;post=42&amp;subd=donvaillancourt&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://donvaillancourt.wordpress.com/2008/10/21/blog-changes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/10b82a410aafbbab5504ce078052a0e7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Don</media:title>
		</media:content>
	</item>
		<item>
		<title>Shooting In Colour In Montreal</title>
		<link>http://donvaillancourt.wordpress.com/2008/07/20/shooting-in-colour-in-montreal/</link>
		<comments>http://donvaillancourt.wordpress.com/2008/07/20/shooting-in-colour-in-montreal/#comments</comments>
		<pubDate>Sun, 20 Jul 2008 20:38:04 +0000</pubDate>
		<dc:creator>Don</dc:creator>
				<category><![CDATA[shooting]]></category>
		<category><![CDATA[bike]]></category>
		<category><![CDATA[fm10]]></category>
		<category><![CDATA[ile des soeurs]]></category>
		<category><![CDATA[kodak]]></category>
		<category><![CDATA[mont royal]]></category>
		<category><![CDATA[montreal]]></category>
		<category><![CDATA[nikon]]></category>
		<category><![CDATA[nikon fm10]]></category>
		<category><![CDATA[uc400]]></category>

		<guid isPermaLink="false">http://donvaillancourt.wordpress.com/?p=40</guid>
		<description><![CDATA[Went bike riding yesterday from Ile Des Soeurs all the way to Mont Royal following the Monteal bike lanes.  It was fun.  Brought with me by Nikon FM10 and 5 rolls of Kodak UC400/36 film that&#8217;s about to expire next &#8230; <a href="http://donvaillancourt.wordpress.com/2008/07/20/shooting-in-colour-in-montreal/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=donvaillancourt.wordpress.com&amp;blog=4163517&amp;post=40&amp;subd=donvaillancourt&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Went bike riding yesterday from Ile Des Soeurs all the way to Mont Royal following the Monteal bike lanes.  It was fun.  Brought with me by Nikon FM10 and 5 rolls of Kodak UC400/36 film that&#8217;s about to expire next month.  I&#8217;ve never kept film so long that it would expire on me.</p>
<p>So I shot a couple of pictures.  Was kinda ok.  I remember when I used to shoot with the group that it would take a few shots to warm up the eye.  So Monday after work and before salsa class I&#8217;m going shooting throughout downtown Montreal.  Hope to get rid of those rolls of film and get some nice shots out of it.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/donvaillancourt.wordpress.com/40/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/donvaillancourt.wordpress.com/40/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/donvaillancourt.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/donvaillancourt.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/donvaillancourt.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/donvaillancourt.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/donvaillancourt.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/donvaillancourt.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/donvaillancourt.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/donvaillancourt.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/donvaillancourt.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/donvaillancourt.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/donvaillancourt.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/donvaillancourt.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/donvaillancourt.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/donvaillancourt.wordpress.com/40/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=donvaillancourt.wordpress.com&amp;blog=4163517&amp;post=40&amp;subd=donvaillancourt&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://donvaillancourt.wordpress.com/2008/07/20/shooting-in-colour-in-montreal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/10b82a410aafbbab5504ce078052a0e7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Don</media:title>
		</media:content>
	</item>
		<item>
		<title>Fortepan Film No Longer Exists?</title>
		<link>http://donvaillancourt.wordpress.com/2008/07/17/fortepan-film-no-longer-exists/</link>
		<comments>http://donvaillancourt.wordpress.com/2008/07/17/fortepan-film-no-longer-exists/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 03:59:49 +0000</pubDate>
		<dc:creator>Don</dc:creator>
				<category><![CDATA[film news]]></category>
		<category><![CDATA[black and white]]></category>
		<category><![CDATA[film]]></category>
		<category><![CDATA[fortepan]]></category>

		<guid isPermaLink="false">http://donvaillancourt.wordpress.com/?p=38</guid>
		<description><![CDATA[I was going through my links from my old site and moving them over to this blog (see right panel) and discovered that Forte is no longer making film.  It seems they seased all film and paper manufacturing.  I read &#8230; <a href="http://donvaillancourt.wordpress.com/2008/07/17/fortepan-film-no-longer-exists/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=donvaillancourt.wordpress.com&amp;blog=4163517&amp;post=38&amp;subd=donvaillancourt&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I was going through my links from my old site and moving them over to this blog (see right panel) and discovered that Forte is no longer making film.  It seems they seased all film and paper manufacturing.  I read a few posts here and there that it may have been saved.  If anyone has any news please letr me know.</p>
<p>I have used Fortepan film a number of times and loved it grainyness.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/donvaillancourt.wordpress.com/38/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/donvaillancourt.wordpress.com/38/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/donvaillancourt.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/donvaillancourt.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/donvaillancourt.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/donvaillancourt.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/donvaillancourt.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/donvaillancourt.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/donvaillancourt.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/donvaillancourt.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/donvaillancourt.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/donvaillancourt.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/donvaillancourt.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/donvaillancourt.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/donvaillancourt.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/donvaillancourt.wordpress.com/38/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=donvaillancourt.wordpress.com&amp;blog=4163517&amp;post=38&amp;subd=donvaillancourt&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://donvaillancourt.wordpress.com/2008/07/17/fortepan-film-no-longer-exists/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/10b82a410aafbbab5504ce078052a0e7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Don</media:title>
		</media:content>
	</item>
		<item>
		<title>Belief</title>
		<link>http://donvaillancourt.wordpress.com/2008/07/17/belief/</link>
		<comments>http://donvaillancourt.wordpress.com/2008/07/17/belief/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 00:53:59 +0000</pubDate>
		<dc:creator>Don</dc:creator>
				<category><![CDATA[black and white]]></category>
		<category><![CDATA[burning]]></category>
		<category><![CDATA[church]]></category>
		<category><![CDATA[dodging]]></category>
		<category><![CDATA[jesus]]></category>
		<category><![CDATA[kodak]]></category>
		<category><![CDATA[marie]]></category>
		<category><![CDATA[status]]></category>
		<category><![CDATA[tri-x]]></category>

		<guid isPermaLink="false">http://donvaillancourt.wordpress.com/?p=35</guid>
		<description><![CDATA[This is one of the best first pictures I ever printed myself.  It requires some work because the background was quite underexposed and so required a lot of burning in work.  I think exposure was a full one minute including &#8230; <a href="http://donvaillancourt.wordpress.com/2008/07/17/belief/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=donvaillancourt.wordpress.com&amp;blog=4163517&amp;post=35&amp;subd=donvaillancourt&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is one of the best first pictures I ever printed myself.  It requires some work because the background was quite underexposed and so required a lot of burning in work.  I think exposure was a full one minute including the burning.  This is the statue found in front one of the churches in Toronto.</p>
<div id="attachment_36" class="wp-caption aligncenter" style="width: 410px"><img class="size-full wp-image-36" src="http://donvaillancourt.files.wordpress.com/2008/07/bw-religion-4.jpg?w=500" alt="Belief"   /><p class="wp-caption-text">Belief</p></div>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/donvaillancourt.wordpress.com/35/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/donvaillancourt.wordpress.com/35/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/donvaillancourt.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/donvaillancourt.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/donvaillancourt.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/donvaillancourt.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/donvaillancourt.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/donvaillancourt.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/donvaillancourt.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/donvaillancourt.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/donvaillancourt.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/donvaillancourt.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/donvaillancourt.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/donvaillancourt.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/donvaillancourt.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/donvaillancourt.wordpress.com/35/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=donvaillancourt.wordpress.com&amp;blog=4163517&amp;post=35&amp;subd=donvaillancourt&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://donvaillancourt.wordpress.com/2008/07/17/belief/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/10b82a410aafbbab5504ce078052a0e7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Don</media:title>
		</media:content>

		<media:content url="http://donvaillancourt.files.wordpress.com/2008/07/bw-religion-4.jpg" medium="image">
			<media:title type="html">Belief</media:title>
		</media:content>
	</item>
		<item>
		<title>Shooting In Groups 2</title>
		<link>http://donvaillancourt.wordpress.com/2008/07/16/shooting-in-groups-2/</link>
		<comments>http://donvaillancourt.wordpress.com/2008/07/16/shooting-in-groups-2/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 20:50:47 +0000</pubDate>
		<dc:creator>Don</dc:creator>
				<category><![CDATA[photographer]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[agfa scala]]></category>
		<category><![CDATA[black and whiet]]></category>
		<category><![CDATA[digital]]></category>
		<category><![CDATA[film]]></category>
		<category><![CDATA[group]]></category>
		<category><![CDATA[group photography]]></category>

		<guid isPermaLink="false">http://donvaillancourt.wordpress.com/?p=33</guid>
		<description><![CDATA[I was just thinking today when I used to shoot with a group of photographers there were a few of us who had connections.  Or someone had a desire to shoot something that none of us had thought of.  Once &#8230; <a href="http://donvaillancourt.wordpress.com/2008/07/16/shooting-in-groups-2/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=donvaillancourt.wordpress.com&amp;blog=4163517&amp;post=33&amp;subd=donvaillancourt&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I was just thinking today when I used to shoot with a group of photographers there were a few of us who had connections.  Or someone had a desire to shoot something that none of us had thought of.  Once we got access to the Woodbine Race Track through someone.  Another time I discovered an abandoned hotel in Toronto I had never heard of.  Or I would never had visited the Toronto islands without them.</p>
<p>Everyone in a group has a different background and something different to offer.  I remember <a href="http://www.ramsesmoya.com/">Ramses Moya</a> working for Sun Microsystems who traveled the world and took his gear with him.  The pictures he shot are incredible.  And <a href="http://torontofirephotos.carbonmade.com/">John Riddel</a> had a press pass so had access to emergency scenes to shoot pictures, most of which are breathless.  There were a few other guys that were amazing at it as well that I will have to look up.</p>
<p>Some shot digital, some film and some slides.  Ramses even shot the famous <a href="http://www.agfascala.com/">Agfa Scala</a> black and white slide film.</p>
<p>So being in a group has many benefits.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/donvaillancourt.wordpress.com/33/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/donvaillancourt.wordpress.com/33/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/donvaillancourt.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/donvaillancourt.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/donvaillancourt.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/donvaillancourt.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/donvaillancourt.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/donvaillancourt.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/donvaillancourt.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/donvaillancourt.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/donvaillancourt.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/donvaillancourt.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/donvaillancourt.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/donvaillancourt.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/donvaillancourt.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/donvaillancourt.wordpress.com/33/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=donvaillancourt.wordpress.com&amp;blog=4163517&amp;post=33&amp;subd=donvaillancourt&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://donvaillancourt.wordpress.com/2008/07/16/shooting-in-groups-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/10b82a410aafbbab5504ce078052a0e7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Don</media:title>
		</media:content>
	</item>
		<item>
		<title>Ansel Adams</title>
		<link>http://donvaillancourt.wordpress.com/2008/07/16/ansel-adams/</link>
		<comments>http://donvaillancourt.wordpress.com/2008/07/16/ansel-adams/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 14:02:34 +0000</pubDate>
		<dc:creator>Don</dc:creator>
				<category><![CDATA[photographer]]></category>
		<category><![CDATA[ansel adams]]></category>
		<category><![CDATA[black and white]]></category>
		<category><![CDATA[darkroom]]></category>
		<category><![CDATA[film]]></category>
		<category><![CDATA[photography]]></category>

		<guid isPermaLink="false">http://donvaillancourt.wordpress.com/?p=28</guid>
		<description><![CDATA[For those who shoot black and white, there is no better photographer out there than Ansel Adams(wikipedia) for a number of reasons.  The foremost reason is that he knew how to shoot and compose photographs.  But my best reason is &#8230; <a href="http://donvaillancourt.wordpress.com/2008/07/16/ansel-adams/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=donvaillancourt.wordpress.com&amp;blog=4163517&amp;post=28&amp;subd=donvaillancourt&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>For those who shoot black and white, there is no better photographer out there than <a href="http://www.anseladams.com">Ansel Adams</a>(<a href="http://en.wikipedia.org/wiki/Ansel_Adams">wikipedia</a>) for a number of reasons.  The foremost reason is that he knew how to shoot and compose photographs.  But my best reason is that he knew how to print.</p>
<p>He was one of the few great photographers who knew how to manipulate a photograph at the printing stage by doing just the right amount of dodging and burning.  I&#8217;m not referring to Photoshop, but using an enlarger in a darkroom.</p>
<p>Below is one one of his most famous images.  You&#8217;ll notice that the composition causes the eye to travel along the river and to the top left portion of the photograph.  The balance of the whites and blacks is wonderful to look at.</p>
<div id="attachment_29" class="wp-caption aligncenter" style="width: 510px"><img class="size-full wp-image-29" src="http://donvaillancourt.files.wordpress.com/2008/07/749px-adams_the_tetons_and_the_snake_river_small.jpg?w=500&#038;h=401" alt="The Tetons and The Snake River" width="500" height="401" /><p class="wp-caption-text">The Tetons and the Snake River</p></div>
<p>His photographs can be purchased <a href="http://www.anseladams.com/index.html">here</a>.</p>
<p><a href="http://www.amazon.com/gp/product/0821221876?ie=UTF8&amp;tag=orbiwrit-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0821221876"><img src="http://ecx.images-amazon.com/images/I/51A163AGDSL._SL160_.jpg" border="0" alt="" align="left" /></a><img style="border:none !important;margin:0 !important;" src="http://www.assoc-amazon.com/e/ir?t=orbiwrit-20&amp;l=as2&amp;o=1&amp;a=0821221876" border="0" alt="" width="1" height="1" />I had purchased two <a href="http://www.amazon.com/gp/product/0821221868?ie=UTF8&amp;tag=orbiwrit-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0821221868"><img src="http://ecx.images-amazon.com/images/I/51J3XVH38QL._SL160_.jpg" border="0" alt="" align="right" /></a><img style="border:none !important;margin:0 !important;" src="http://www.assoc-amazon.com/e/ir?t=orbiwrit-20&amp;l=as2&amp;o=1&amp;a=0821221868" border="0" alt="" width="1" height="1" />of his books on printing that I enjoyed very much for the film and darkroom enthusiasts and those who would like to get involved in the art of true black and white photography.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/donvaillancourt.wordpress.com/28/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/donvaillancourt.wordpress.com/28/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/donvaillancourt.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/donvaillancourt.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/donvaillancourt.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/donvaillancourt.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/donvaillancourt.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/donvaillancourt.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/donvaillancourt.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/donvaillancourt.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/donvaillancourt.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/donvaillancourt.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/donvaillancourt.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/donvaillancourt.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/donvaillancourt.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/donvaillancourt.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=donvaillancourt.wordpress.com&amp;blog=4163517&amp;post=28&amp;subd=donvaillancourt&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://donvaillancourt.wordpress.com/2008/07/16/ansel-adams/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/10b82a410aafbbab5504ce078052a0e7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Don</media:title>
		</media:content>

		<media:content url="http://donvaillancourt.files.wordpress.com/2008/07/749px-adams_the_tetons_and_the_snake_river_small.jpg" medium="image">
			<media:title type="html">The Tetons and The Snake River</media:title>
		</media:content>

		<media:content url="http://ecx.images-amazon.com/images/I/51A163AGDSL._SL160_.jpg" medium="image" />

		<media:content url="http://www.assoc-amazon.com/e/ir?t=orbiwrit-20&#038;l=as2&#038;o=1&#038;a=0821221876" medium="image" />

		<media:content url="http://ecx.images-amazon.com/images/I/51J3XVH38QL._SL160_.jpg" medium="image" />

		<media:content url="http://www.assoc-amazon.com/e/ir?t=orbiwrit-20&#038;l=as2&#038;o=1&#038;a=0821221868" medium="image" />
	</item>
		<item>
		<title>Shooting In Groups</title>
		<link>http://donvaillancourt.wordpress.com/2008/07/15/shooting-in-groups/</link>
		<comments>http://donvaillancourt.wordpress.com/2008/07/15/shooting-in-groups/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 11:38:39 +0000</pubDate>
		<dc:creator>Don</dc:creator>
				<category><![CDATA[shooting]]></category>
		<category><![CDATA[group shooting]]></category>
		<category><![CDATA[nikonians]]></category>
		<category><![CDATA[subjects]]></category>
		<category><![CDATA[toronto islands]]></category>
		<category><![CDATA[university of toronto]]></category>
		<category><![CDATA[woodbine racetrack]]></category>

		<guid isPermaLink="false">http://donvaillancourt.wordpress.com/?p=25</guid>
		<description><![CDATA[My best photography learning experience came when I joined a group of other photographers that I had met on a web site.  These were down to earth Nikonians who only shot Nikon cameras. The first outing was cool, we were &#8230; <a href="http://donvaillancourt.wordpress.com/2008/07/15/shooting-in-groups/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=donvaillancourt.wordpress.com&amp;blog=4163517&amp;post=25&amp;subd=donvaillancourt&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>My best photography learning experience came when I joined a group of other photographers that I had met on a web site.  These were down to earth <a href="http://www.nikonians.org/">Nikonians</a> who only shot Nikon cameras. The first outing was cool, we were all using film cameras and only a couple of us actually carried tripods.  This was a chance for me to show off what I could do and see what the other guys did.  And I have impressed.</p>
<p>There were a few times when a number from the group would be shooting the same subject.  One of the subjects I remember was a canoe turned upside-down and a rope running along its hull in a wavy shape.  At first I dismissed the whole thing, it was just a rope after all.  And they&#8217;re all shooting the same picture.  But when I saw the pictures I was surprised.  Everyone had shot the same subject differently.  This is when I realized that this group photography thing would be good for me.</p>
<p>I&#8217;ve taken a number of  trips with them from the <a href="http://en.wikipedia.org/wiki/Toronto_Islands">Toronto Islands</a> to the <a href="http://www.utoronto.ca/">University of Toronto</a> and other places in the GTA.  One year someone in the group even got us access to the <a href="http://www.woodbineentertainment.com/qct/default.asp">Woodbine Racetrack</a> before the season started.  I still have to develop those rolls film.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/donvaillancourt.wordpress.com/25/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/donvaillancourt.wordpress.com/25/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/donvaillancourt.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/donvaillancourt.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/donvaillancourt.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/donvaillancourt.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/donvaillancourt.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/donvaillancourt.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/donvaillancourt.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/donvaillancourt.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/donvaillancourt.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/donvaillancourt.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/donvaillancourt.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/donvaillancourt.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/donvaillancourt.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/donvaillancourt.wordpress.com/25/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=donvaillancourt.wordpress.com&amp;blog=4163517&amp;post=25&amp;subd=donvaillancourt&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://donvaillancourt.wordpress.com/2008/07/15/shooting-in-groups/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/10b82a410aafbbab5504ce078052a0e7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Don</media:title>
		</media:content>
	</item>
	</channel>
</rss>
