<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/">
 	<channel>
		<title>About | Sans Mirror — mirrorless, interchangeable lens cameras | Thom Hogan</title>
		<link>http://www.sansmirror.com/about-sans-mirror/</link>
		<description></description>
		<language>en</language>
		<lastBuildDate>Thu, 16 May 2013 15:17:46 -0400</lastBuildDate>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<generator>Sandvox 2.8</generator>
		<item>
			<title>Pre-Orders</title>
			<link>http://www.sansmirror.com/about-sans-mirror/pre-orders.html</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p&gt;Previous to May 1st, 2013, this site had a policy of not linking to pre-orders. Pre-orders are defined as a dealer taking an order for a product before it has been …&lt;/p&gt;&lt;/div&gt;
			</description>
			<pubDate>Fri, 10 May 2013 10:59:34 -0400</pubDate>
			<guid>http://www.sansmirror.com/about-sans-mirror/pre-orders.html</guid>
            
			
		</item>
		<item>
			<title>Contact Form</title>
			<link>http://www.sansmirror.com/about-sans-mirror/contact-form.html</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p&gt;To send email to Thom and the sans Mirror staff, just fill out the following form and then click the Send button at the bottom:
					&lt;/p&gt;
					&lt;div class="first graphic-container wide left"&gt;
						&lt;div style="" class="graphic"&gt;
							&lt;div class="figure-content"&gt;
								&lt;!-- sandvox.ContactElement --&gt;
								&lt;div id="contactform"&gt;
									&lt;script&gt;&lt;!--
								
									function verifyAndSubmitcontactform(form) {
								
										var theResults	= document.getElementById("contactform-results");
								
										checkEmail = form.e.value;
										if (checkEmail=='email@domain.com'
											|| checkEmail.indexOf('@') &lt; 0
											|| checkEmail.lastIndexOf('.') &lt; (checkEmail.indexOf('@') + 1)
											|| checkEmail.lastIndexOf('.') &gt;= (checkEmail.length - 2)
											|| checkEmail == form.e.title)
										{
											var message = "Email address is missing. Message cannot be sent.";
											theResults.className = 'contactError';
											theResults.innerHTML = message;
											return false;
										}
										if (form.s.value == '' &amp;&amp; form.m.value == '')
										{
											var message = "No message has been entered. Message cannot be sent.";
											theResults.className = 'contactError';
											theResults.innerHTML = message;
											return false;
										}
										return true;
									}
								
									function doblurcontactform(anInput) {
										if (anInput.value == '') { anInput.value = anInput.title; anInput.style.color = '#999'; }
									}
								
									function dofocuscontactform(anInput) {
										if (anInput.value == anInput.title) { anInput.value = ''; anInput.removeAttribute('style'); }
									}
								
									//--&gt;&lt;/script&gt;
									&lt;form class="contactElement labelsOnSide" action="http://service.karelia.com/mailme.php" onsubmit="return verifyAndSubmitcontactform(this);" method="post"&gt;
										
										&lt;div class="hidden"&gt;
											&lt;label for="contactform-subject"&gt;Please leave this field empty:&lt;/label&gt;
											&lt;input id="contactform-subject" type="text" name="subject" /&gt;
											&lt;br /&gt;
											&lt;label for="contactform-message"&gt;Please leave this field empty:&lt;/label&gt;
											&lt;textarea id="contactform-message" name="message" rows="3" cols="20"&gt;&lt;/textarea&gt;
										&lt;/div&gt;
										&lt;table width="100%"&gt;
											&lt;tr&gt;
												&lt;th&gt;
													&lt;label for="contactform-n"&gt;Name:&lt;/label&gt;
												&lt;/th&gt;
												&lt;td&gt;
													&lt;!-- text field --&gt;
													&lt;input id="contactform-n"type="text" class="fullWidth" name="n" /&gt;
												&lt;/td&gt;
											&lt;/tr&gt;	
											&lt;tr&gt;
												&lt;th&gt;
													&lt;label for="contactform-e"&gt;Email:&lt;/label&gt;
												&lt;/th&gt;
												&lt;td&gt;
													&lt;!-- text field --&gt;
													&lt;input id="contactform-e" type="email" style="color:#888" class="fullWidth" name="e" title="email@domain.com" value="email@domain.com" onfocus="dofocuscontactform(this)" onblur="doblurcontactform(this)" /&gt;
												&lt;/td&gt;
											&lt;/tr&gt;	
											&lt;tr&gt;
												&lt;th&gt;
													&lt;label for="contactform-s"&gt;Subject:&lt;/label&gt;
												&lt;/th&gt;
												&lt;td&gt;
													&lt;!-- text field --&gt;
													&lt;input id="contactform-s"type="text" class="fullWidth" name="s" title="sansmirror: " value="sansmirror: " /&gt;
												&lt;/td&gt;
											&lt;/tr&gt;	
											&lt;tr&gt;
												&lt;th&gt;
													&lt;label for="contactform-m"&gt;Message:&lt;/label&gt;
												&lt;/th&gt;
												&lt;td&gt;
													&lt;!-- text area --&gt;
													&lt;textarea class="fullWidth" id="contactform-m" name="m" rows="10" cols="80"&gt;&lt;/textarea&gt;
												&lt;/td&gt;
											&lt;/tr&gt;	
											&lt;tr&gt;
												&lt;th&gt;
													&lt;label for="contactform-challenge_question_whats"&gt;Challenge question: what's the name of the planet you're on?&lt;/label&gt;
												&lt;/th&gt;
												&lt;td&gt;
													&lt;!-- text field --&gt;
													&lt;input id="contactform-challenge_question_whats"type="text" class="fullWidth" name="Challenge question: what's the name of the planet you're on?" /&gt;
												&lt;/td&gt;
											&lt;/tr&gt;	
											&lt;tr&gt;
												&lt;!-- Send Button --&gt;
												&lt;td colspan="2"&gt;
													&lt;input type="submit" class="submit" id="contactform-submit" name="x" value="Send" /&gt;
												&lt;/td&gt;
											&lt;/tr&gt;	
										&lt;/table&gt;
										&lt;div class="hidden"&gt;
											&lt;!-- CSS URL --&gt;
											&lt;input type="hidden" name="a" id="contactform-a" value="" /&gt;
											&lt;!-- Site Title --&gt;
											&lt;input type="hidden" name="t" id="contactform-t" value="Sans Mirror — mirrorless, interchangeable lens cameras" /&gt;
											&lt;!-- Verification Code --&gt;
											&lt;input type="hidden" name="v1" id="contactform-v1" value="4KIJecEp21x1iO3Wr6DtH7Ca72/TrhsqebVEUBEciuk=" /&gt;
										&lt;/div&gt;
									&lt;/form&gt;
									&lt;div style='text-align:center;' id="contactform-results"&gt;&lt;/div&gt;
								&lt;/div&gt;
								&lt;!-- /sandvox.ContactElement --&gt;
							&lt;/div&gt;
						&lt;/div&gt;
					&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;byThom has other Web sites you might …&lt;/p&gt;
				&lt;/div&gt;
			</description>
			<pubDate>Wed, 07 Dec 2011 16:44:50 -0500</pubDate>
			<guid>http://www.sansmirror.com/about-sans-mirror/contact-form.html</guid>
            
			<category>contact form</category>
		</item>
		<item>
			<title>Search this Site</title>
			<link>http://www.sansmirror.com/about-sans-mirror/search-this-site.html</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p&gt;Search this site using Google's engine. A few reminders:
					&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Type one to a few descriptive words you want to search for in the search box below.&lt;/li&gt;&lt;li&gt;Capitalization is ignored (…&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;
			</description>
			<pubDate>Wed, 02 Nov 2011 21:32:48 -0400</pubDate>
			<guid>http://www.sansmirror.com/about-sans-mirror/search-this-site.html</guid>
            
			<category>search</category><category>sansmirror</category>
		</item>
		<item>
			<title>Sitemap</title>
			<link>http://www.sansmirror.com/about-sans-mirror/sitemap.html</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p&gt;The site's already grown bigger than I thought it might, so you might want to consider using the &lt;a href="http://www.sansmirror.com/about-sans-mirror/search-this-site.html"&gt;search page&lt;/a&gt; instead. Here's the full list of pages you can find on …&lt;/p&gt;&lt;/div&gt;
			</description>
			<pubDate>Wed, 26 Oct 2011 14:22:07 -0400</pubDate>
			<guid>http://www.sansmirror.com/about-sans-mirror/sitemap.html</guid>
            
			<category>sitemap</category><category>articles</category><category>navigation</category>
		</item>
		<item>
			<title>About Reviews</title>
			<link>http://www.sansmirror.com/about-sans-mirror/about-reviews.html</link>
			<description>
				&lt;div class="article-summary"&gt;
					&lt;div class="first blockquote-container wide center"&gt;
						&lt;div style="" class="graphic"&gt;&lt;blockquote class="figure-content"&gt;
								&lt;p&gt;Three stars is not bad news in my rating system. This article will tell you why that is.&lt;/p&gt;
								
							&lt;/blockquote&gt;
						&lt;/div&gt;
					&lt;/div&gt;&lt;p&gt;You'll find both complete reviews and mini reviews in various places on this site. Just so I'm clear about what I mean, I'm going to explain my current rating system. …&lt;/p&gt;
				&lt;/div&gt;
			</description>
			<pubDate>Mon, 17 Oct 2011 16:23:12 -0400</pubDate>
			<guid>http://www.sansmirror.com/about-sans-mirror/about-reviews.html</guid>
            
			<category>reviews</category><category>sansmirror</category><category>ratings</category>
		</item>
		<item>
			<title>Support this Site</title>
			<link>http://www.sansmirror.com/about-sans-mirror/support-this-site.html</link>
			<description>
				&lt;div class="article-summary"&gt;
					&lt;div class="first blockquote-container wide center"&gt;
						&lt;div style="" class="graphic"&gt;&lt;blockquote class="figure-content"&gt;
								&lt;p&gt;It costs you nothing and it helps me keep this site going.&lt;/p&gt;
								
							&lt;/blockquote&gt;
						&lt;/div&gt;
					&lt;/div&gt;&lt;p&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 38, 0); font-family: Helvetica;"&gt;Start any shopping session on Amazon by &lt;br /&gt;clicking on one of the following links &lt;br /&gt;and you'll help support this site: &lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
					&lt;div class="not-first-item wide left"&gt;
						&lt;div style="" class="graphic"&gt;
							&lt;div class="figure-content HTMLElement"&gt;
								United States: &lt;iframe src="http://rcm.amazon.com/e/cm?t=nikonfieldguide&amp;o=1&amp;p=12&amp;l=ur1&amp;category=amazonhomepage&amp;f=ifr" width="300" height="250" scrolling="no" border="0" marginwidth="0" style="border:none;" frameborder="0"&gt;&lt;/iframe&gt;
							&lt;/div&gt;
						&lt;/div&gt;
					&lt;/div&gt; 
					&lt;div class="not-first-item wide left"&gt;
						&lt;div style="" class="graphic"&gt;
							&lt;div class="figure-content HTMLElement"&gt;
								United Kingdom: &lt;iframe src="http://rcm-uk.amazon.co.uk/e/cm?t=bythom-21&amp;o=2&amp;p=44&amp;l=ur1&amp;category=homepage&amp;banner=152CDRSFDH5EAZDJ8QR2&amp;f=ifr" width="100" height="70" scrolling="no" border="0" marginwidth="0" style="border:none;" frameborder="0"&gt;&lt;/iframe&gt;
							&lt;/div&gt;
						&lt;/div&gt;
					&lt;/div&gt; 
					&lt;div class="not-first-item wide left"&gt;
						&lt;div style="" class="graphic"&gt;
							&lt;div class="figure-content HTMLElement"&gt;
								Canada: &lt;iframe src="http://rcm-ca.amazon.ca/e/cm?t=sansmirror-20&amp;o=15&amp;p=40&amp;l=ur1&amp;category=amazonhomepage&amp;f=ifr" width="120" height="60" scrolling="no" border="0" marginwidth="0" style="border:none;" frameborder="0"&gt;&lt;/iframe&gt;
							&lt;/div&gt;
						&lt;/div&gt;
					&lt;/div&gt;&lt;p&gt;&lt;span style="font-family: Helvetica;"&gt;&lt;em&gt;&lt;br /&gt;&lt;/em&gt;This Amazon program &lt;/span&gt;&lt;em style="font-family: Helvetica;"&gt;costs you nothing&lt;/em&gt; &lt;span style="font-family: Helvetica;"&gt;but …&lt;/span&gt;&lt;/p&gt;
				&lt;/div&gt;
			</description>
			<pubDate>Thu, 13 Oct 2011 11:41:21 -0400</pubDate>
			<guid>http://www.sansmirror.com/about-sans-mirror/support-this-site.html</guid>
            
			<category>support</category><category>site</category><category>affiliate</category><category>program</category><category>commission</category><category>B&amp;H</category><category>Amazon</category>
		</item>
		<item>
			<title>Privacy Info</title>
			<link>http://www.sansmirror.com/about-sans-mirror/privacy-info.html</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p&gt;&lt;strong&gt;Summary: sansmirror.com collects minimal information about you, though most of the partners and services I use on the site collect more. All of the partners and services …&lt;/strong&gt;&lt;/p&gt;&lt;/div&gt;
			</description>
			<pubDate>Thu, 13 Oct 2011 11:38:09 -0400</pubDate>
			<guid>http://www.sansmirror.com/about-sans-mirror/privacy-info.html</guid>
            
			<category>sansmirror</category><category>privacy</category><category>policy</category>
		</item>
		<item>
			<title>About Thom</title>
			<link>http://www.sansmirror.com/about-sans-mirror/about-thom.html</link>
			<description>
				&lt;div class="article-summary"&gt;
					&lt;div class="first callout-container"&gt;
						&lt;div class="callout"&gt;
							&lt;div class="callout-content"&gt;
								&lt;div class="pagelet untitled i1 o last-item"&gt;
									&lt;div class="pagelet-body"&gt;
										&lt;div class="ImageElement"&gt;
											&lt;div class="photo"&gt;
												&lt;div&gt;
													&lt;!-- sandvox.ImageElement --&gt;&lt;img src="http://www.sansmirror.com/_Media/smallportrait.jpeg" alt="smallportrait" width="198" height="257" /&gt;
													&lt;!-- /sandvox.ImageElement --&gt;&lt;/div&gt;
											&lt;/div&gt;
										&lt;/div&gt;
									&lt;/div&gt;
								&lt;/div&gt;
							&lt;/div&gt;
						&lt;/div&gt;
					&lt;/div&gt;
					&lt;div class="not-first-item blockquote-container wide center"&gt;
						&lt;div style="" class="graphic"&gt;&lt;blockquote class="figure-content"&gt;
								&lt;p&gt;He's done a little bit of everything...some of it well.&lt;/p&gt;
								
							&lt;/blockquote&gt;
						&lt;/div&gt;
					&lt;/div&gt;&lt;p&gt;Thom Hogan's resume reads like a random walk, albeit an interesting one. Author of over three dozen books that combined have sold over a million copies worldwide, …&lt;/p&gt;
				&lt;/div&gt;
			</description>
			<pubDate>Thu, 13 Oct 2011 11:37:44 -0400</pubDate>
			<guid>http://www.sansmirror.com/about-sans-mirror/about-thom.html</guid>
            
			<category>Thom Hogan</category><category>Osborne</category><category>Connectix</category><category>GO</category><category>Penpoint</category><category>Tycho</category><category>Tablemaker</category><category>Infoworld</category>
		</item>
 	</channel>
</rss>