<?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/"
	>

<channel>
	<title>digitaltechparis</title>
	<atom:link href="http://www.digitaltechparis.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.digitaltechparis.com</link>
	<description>web presence for photographers</description>
	<lastBuildDate>Mon, 06 May 2013 21:07:02 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>How To Get Symbolset To Work With PhotoShelter</title>
		<link>http://www.digitaltechparis.com/2012/12/how-to-get-symbolset-to-work-with-photoshelter/</link>
		<comments>http://www.digitaltechparis.com/2012/12/how-to-get-symbolset-to-work-with-photoshelter/#comments</comments>
		<pubDate>Wed, 12 Dec 2012 22:53:31 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[PhotoShelter]]></category>

		<guid isPermaLink="false">http://www.digitaltechparis.com/?p=1159</guid>
		<description><![CDATA[<p>Have you tried Symbolset? A nifty symbol font that allows you to add social media and other icons to your website by loading a font instead of images. It loads fast, looks good and is easy to set up if you know a little html. See them in use at the bottom of this page or on my photojournalism website.&#8230;  <a href="http://www.digitaltechparis.com/2012/12/how-to-get-symbolset-to-work-with-photoshelter/"><strong><span style="font-size:13px; font-style:italic;">read&#160;more.</span></strong></a></p><p><a href="http://www.digitaltechparis.com/2012/12/how-to-get-symbolset-to-work-with-photoshelter/">How To Get Symbolset To Work With PhotoShelter</a> from <a href="http://www.digitaltechparis.com">digitaltechparis - web presence for photographers</a></p>]]></description>
				<content:encoded><![CDATA[<p>Have you tried <a href="https://symbolset.com" target="_blank">Symbolset</a>? A nifty symbol font that allows you to add social media and other icons to your website by loading a font instead of images. It loads fast, looks good and is easy to set up if you know a little html. See them in use at the bottom of this page or on my <a href="http://www.davidbrabyn.com/contact.html" target="_blank">photojournalism website</a>. With a little magic you can even use them as share buttons like I did on my <a href="http://dbrabyn.photoshelter.com/gallery/ESCF-Gregoire-Ferrandi-Cooking-School-in-Paris-France/G0000s9_CMcndLak/" target="_blank">PhotoShelter gallery display pages</a> and <a href="http://dbrabyn.photoshelter.com/gallery-image/ESCF-Gregoire-Ferrandi-Cooking-School-in-Paris-France/G0000s9_CMcndLak/I0000SdphqXzFXO4" target="_blank">PhotoShelter gallery image display pages</a>.</p>
<p>For technical reasons that we don&#8217;t need to get into them here, it just won&#8217;t load on a PhotoShelter page viewed in Firefox. Here is how to make Symbolset work with PhotoShelter (requires <em>Manual Customization</em> mode).</p>
<h2>The Fix</h2>
<p>Add the following code to your <a href="http://httpd.apache.org/docs/2.2/howto/htaccess.html" target="_blank">.htaccess</a> file:</p>
<pre class="brush: xml; title: ; notranslate">
&lt;FilesMatch &quot;\.(ttf|ttc|otf|eot|woff|font.css)$&quot;&gt;
  &lt;IfModule mod_headers.c&gt;
    Header set Access-Control-Allow-Origin &quot;http://YourPhotoShelterUsername.photoshelter.com&quot;
  &lt;/IfModule&gt;
&lt;/FilesMatch&gt;

AddType application/x-font-woff woff
AddType application/x-font-ttf ttf
AddType application/vnd.ms-fontobject eot
AddType image/svg+xml svg
</pre>
<p>Replace YourPhotoShelterUsername.photoshelter.com with your PhotoShelter website address (not your CNAME). You can find it in <em>Website > Customize > Website Settings</em>.</p>
<p>Simple.</p>
<p>**********************<br />
UPDATE &#8211; 26 April 2013<br />
**********************</p>
<p>Adding a second webfont (from another provider) wasn&#8217;t working so well. Despite have included the above code it simply wouldn&#8217;t load on some of my PhotoShelter pages.</p>
<p>The solution was to add the CNAME as well. Notice the switch from <em>set</em> to <em>add</em>. You can use both and <a href="http://www.w3.org/wiki/CORS_Enabled#For_Apache" target="_blank"><em>set</em> might be best</a> but <em>add</em> worked better for me.</p>
<pre class="brush: xml; title: ; notranslate">
&lt;FilesMatch &quot;\.(ttf|ttc|otf|eot|woff|font.css)$&quot;&gt;
  &lt;IfModule mod_headers.c&gt;
    Header add Access-Control-Allow-Origin &quot;http://dbrabyn.photoshelter.com&quot;
    Header add Access-Control-Allow-Origin &quot;http://archive.davidbrabyn.com&quot;
  &lt;/IfModule&gt;
&lt;/FilesMatch&gt;
</pre>
<p><a href="http://www.digitaltechparis.com/2012/12/how-to-get-symbolset-to-work-with-photoshelter/">How To Get Symbolset To Work With PhotoShelter</a> from <a href="http://www.digitaltechparis.com">digitaltechparis - web presence for photographers</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.digitaltechparis.com/2012/12/how-to-get-symbolset-to-work-with-photoshelter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add Your Author Info To PhotoShelter Galleries in Google Search Results</title>
		<link>http://www.digitaltechparis.com/2012/10/add-your-author-info-to-photoshelter-galleries-in-google-search-results/</link>
		<comments>http://www.digitaltechparis.com/2012/10/add-your-author-info-to-photoshelter-galleries-in-google-search-results/#comments</comments>
		<pubDate>Tue, 30 Oct 2012 16:10:24 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[PhotoShelter]]></category>

		<guid isPermaLink="false">http://www.digitaltechparis.com/?p=1053</guid>
		<description><![CDATA[<p>Photography is personal. Your images are what they are because you took them. In short, you&#8217;re an author. As you may know given the right information Google will highlight authors in it&#8217;s search results. The good news is you can make that happen for your PhotoShelter galleries by adding a snippet of code to your manually customized PhotoShelter pages (you&#8230;  <a href="http://www.digitaltechparis.com/2012/10/add-your-author-info-to-photoshelter-galleries-in-google-search-results/"><strong><span style="font-size:13px; font-style:italic;">read&#160;more.</span></strong></a></p><p><a href="http://www.digitaltechparis.com/2012/10/add-your-author-info-to-photoshelter-galleries-in-google-search-results/">Add Your Author Info To PhotoShelter Galleries in Google Search Results</a> from <a href="http://www.digitaltechparis.com">digitaltechparis - web presence for photographers</a></p>]]></description>
				<content:encoded><![CDATA[<p>Photography is personal. Your images are what they are because you took them. In short, you&#8217;re an author.</p>
<p>As you may know given the right information Google will highlight authors in it&#8217;s search results. The good news is you can make that happen for your PhotoShelter galleries by adding a snippet of code to your manually customized PhotoShelter pages (you will need to have access to your code) and tweaking a few simple settings. This is ideal for photojournalists of course but I think it is also helpful for non-press photographers.</p>
<h2>Google Author Information in Search Results</h2>
<p>I&#8217;m sure you have seen these little headshots popping up in search results. Notice the additional byline links? All this connects the search result to it&#8217;s author.</p>
<div id="attachment_1060" class="wp-caption aligncenter" style="width: 510px"><img class="size-full wp-image-1060" title="Google Search Result Author" src="http://www.digitaltechparis.com/wp-content/uploads/2012/10/brabyn-authorship-photo.jpg" alt="Google search result author example" width="500" height="105" /><p class="wp-caption-text">Author information for one of my PhotoShelter galleries as it appears in a search result</p></div>
<p>That matters because you want your content to stand out from other results, because it makes your results more recognizable as yours and because Google is developing &#8220;AuthorRank&#8221; which basically <a href="http://www.seomoz.org/blog/how-to-prepare-for-authorrank-and-get-the-jump-on-google" target="_blank">boosts content produced by well-received and popular &#8220;agents&#8221;</a> in results.</p>
<p>An additional advantage of authorship details are the bonus links that appear when you click on a search result with authorship markup and then return to the search results after reading the article, Google will display three additional links below the result. Some people say it takes two minutes away from the search results for the links to appear once you return but in my experience it takes longer than that.</p>
<div id="attachment_1065" class="wp-caption aligncenter" style="width: 510px"><img class="aligncenter size-full wp-image-1065" title="Additional links to your content in search results" src="http://www.digitaltechparis.com/wp-content/uploads/2012/10/google-extra-links.png" alt="Additional links to your content in search results" width="500" height="213" /><p class="wp-caption-text">Additional links appearing under my gallery listing in search results</p></div>
<h2>Get a Google+ Profile Page</h2>
<p>You should already have one (if nothing else, it&#8217;s a great directory to be listed in) but if you don&#8217;t, <a href="http://www.google.com/intl/en/+/learnmore/" target="_blank">go ahead and sign up</a>. It&#8217;s easy to do and totally free. Make sure that the image that you pick for your Google+ profile photo is recognizable and works well small as that is what will be used in the search results listings.</p>
<h2>Associate Your PhotoShelter Gallery With Your Google+ Profile Page</h2>
<p>There are two ways to verify authorship of your content but only one will work for PhotoShelter galleries. Normally you would be able to link your content to your Google+ profile by verifying your email address but to do that you would need an email address with the same domain as the content page, i.e. xxxxx@photoshelter.com.</p>
<p>Fortunately for non-PhotoShelter employees there is an alternative option: linking your content directly to your Google+ profile. Add a link to your Google Profile your gallery pages: Gallery Display and Gallery Image Display. Use your profile URL and name obviously:
<pre class="brush: xml; title: ; notranslate">images by &lt;a href=&quot;https://plus.google.com/u/0/109561171699460530358&quot; rel=&quot;author&quot;&gt;David Brabyn&lt;/a&gt;</pre>
<p><em>rel=&#8221;author&#8221;</em> tells Google that I&#8217;m the creator of the page. On my Gallery Display page I added &#8220;images by David Brabyn&#8221; after my image counter because I think it makes sense for a byline to appear there but you can add the link anywhere you want. On my Gallery Image Display pages I added it right after the caption.</p>
<p>Once you&#8217;ve linked your gallery to your Google Profile, go to your Google Profile and add your PhotoShelter archive URL to the contributor links section.</p>
<p><img class="aligncenter size-full wp-image-1076" title="Google+ contributor information" src="http://www.digitaltechparis.com/wp-content/uploads/2012/10/google-contributor.png" alt="Google+ contributor information" width="500" height="73"></p>
<p>That&#8217;s it. Simple. Check what Google is seeing with their useful <a href="http://www.google.com/webmasters/tools/richsnippets" target="_blank">structured data testing tool</a>.</p>
<p>Of course you can link your portfolio and blog content in the same way. This time you probably have an email address with the same domain name as the URLs to those pages so you can simply <a href="https://plus.google.com/authorship" target="_blank">verify your email address</a>. You only need to do this once. Your email will appear in the Contributor to section of your Google+ profile.</p>
<p>Watch Google&#8217;s Matt Cutts and Othar Hansson discuss how to connect authors with their content using authorship markup:</p>
<p><iframe width="626" height="352" src="http://www.youtube.com/embed/FgFb6Y-UJUI?rel=0" frameborder="0" allowfullscreen></iframe></p>
<p><a href="http://www.digitaltechparis.com/2012/10/add-your-author-info-to-photoshelter-galleries-in-google-search-results/">Add Your Author Info To PhotoShelter Galleries in Google Search Results</a> from <a href="http://www.digitaltechparis.com">digitaltechparis - web presence for photographers</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.digitaltechparis.com/2012/10/add-your-author-info-to-photoshelter-galleries-in-google-search-results/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>For or Against Blogrolls on a Photographer&#8217;s Website? Against.</title>
		<link>http://www.digitaltechparis.com/2012/09/for-or-against-blogrolls-on-a-photographers-website-against/</link>
		<comments>http://www.digitaltechparis.com/2012/09/for-or-against-blogrolls-on-a-photographers-website-against/#comments</comments>
		<pubDate>Thu, 27 Sep 2012 12:47:17 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Tip]]></category>

		<guid isPermaLink="false">http://www.digitaltechparis.com/?p=547</guid>
		<description><![CDATA[<p>Remember blogrolls? Those lists of recommended links to other websites usually placed in the sidebar used to be ubiquitous. You don&#8217;t see them as much nowadays. And that&#8217;s a good thing. They are bad for your website in many ways and should be left in the 1990s where they belong. Some argue that providing your visitors with a list of&#8230;  <a href="http://www.digitaltechparis.com/2012/09/for-or-against-blogrolls-on-a-photographers-website-against/"><strong><span style="font-size:13px; font-style:italic;">read&#160;more.</span></strong></a></p><p><a href="http://www.digitaltechparis.com/2012/09/for-or-against-blogrolls-on-a-photographers-website-against/">For or Against Blogrolls on a Photographer&#8217;s Website? Against.</a> from <a href="http://www.digitaltechparis.com">digitaltechparis - web presence for photographers</a></p>]]></description>
				<content:encoded><![CDATA[<p>Remember blogrolls? Those lists of recommended links to other websites usually placed in the sidebar used to be ubiquitous. You don&#8217;t see them as much nowadays. And that&#8217;s a good thing. They are bad for your website in many ways and should be left in the 1990s where they belong.</p>
<p>Some argue that providing your visitors with a list of links to interesting sites is a useful service. It helps build the community spirit that fuels the blogosphere. It allows you to thank other site owners for their content or any other reason by giving them exposure. It demonstrates generosity and knowledge of your online ecosphere. It gets you noticed (blog software notifies you of incoming links). It supposedly helps your Google ranking by encouraging reciprocal links.</p>
<img src="http://www.digitaltechparis.com/wp-content/uploads/2012/09/blogrolls-625x156.png" alt="" title="blogrolls" width="625" height="156" class="alignnone size-large wp-image-1008" />
<p>Blogrolls certainly haven&#8217;t disappeared. Some very big photography sites still have them including The Lens, Lightbox, Vincent Laforet&#8217;s and John Harrington&#8217;s blogs. I&#8217;m pretty sure Chase Jarvis had one too but it seems to be gone. A few clients have told me early on that they had planned to include one.</p>
<p>I always advise against it. There are many reasons to avoid blogrolls.</p>
<h2>They provide almost no value to the visitor</h2>
<p>By far the most important argument against theme is that they provide almost no value to the visitor. Listing a website without providing any context or justification for the recommendation is pretty much pointless. It tells visitors &#8220;You should click on this link&#8221; but without explaining why or what is to be found on the other end of the link. A fundamental rule of good UX in web design is that a link should leave no room for doubt in the visitor&#8217;s mind as to its destination. No-one will click on a link to find out where it will send them simply because it&#8217;s there.</p>
<p>Even if your visitors hold you in great esteem and follow your advice religiously you are still leaving them in the dark about why you think this site is so fantastic. In fact they don&#8217;t even know if you think it&#8217;s that fantastic at all. Maybe you included that link because the site&#8217;s owner is a friend or because he links back to your site. Maybe he even paid you to be listed.</p>
<p>If you genuinely recommend a site to your visitors write a post about it explaining why you think they should pay a visit, use their services, hire the owner, etc. Now that&#8217;s a useful service for your readers.</p>
<h2>I don&#8217;t care that you feel the need to thank that site owner</h2>
<p>Who doesn&#8217;t like incoming links? Dishing them out is generous, no doubt about it. The problem is your site has an audience and that audience doesn&#8217;t care and shouldn&#8217;t be expected to care about your wish to thank X, Y or Z. It&#8217;s simply irrelevant to your visitors.</p>
<h2>It can be bad for SEO</h2>
<p>Google doesn&#8217;t like site-wide links much and blogrolls &#8211; at least on traditionally formatted blogs &#8211; blogrolls tend to appear in the sidebar or the footer which are displayed on every page. In addition links in blogrolls will frequently be reciprocated often artificially, some will be purchased, both of which will hurt your SEO. In all cases they are low quality links and Google knows that.</p>
<p>And there are still more reasons to ditch your blogroll. They take up valuable real estate particularly on a minimalist site, as a photographer&#8217;s website should be. They require you to keep checking the links to make sure the sites are still worthy of your recommendation or simply still active. They can upset the owners of sites that have been left out. They belong to the Web 1.0. They are ugly.</p>
<p><a href="http://www.digitaltechparis.com/2012/09/for-or-against-blogrolls-on-a-photographers-website-against/">For or Against Blogrolls on a Photographer&#8217;s Website? Against.</a> from <a href="http://www.digitaltechparis.com">digitaltechparis - web presence for photographers</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.digitaltechparis.com/2012/09/for-or-against-blogrolls-on-a-photographers-website-against/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recognize Fake Comments On Your Website</title>
		<link>http://www.digitaltechparis.com/2012/09/recognize-fake-comments-on-your-website/</link>
		<comments>http://www.digitaltechparis.com/2012/09/recognize-fake-comments-on-your-website/#comments</comments>
		<pubDate>Tue, 11 Sep 2012 19:31:24 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Tip]]></category>

		<guid isPermaLink="false">http://www.digitaltechparis.com/?p=946</guid>
		<description><![CDATA[<p>FYI, those sweet-but-slightly-weird comments you get on your blog are fake. I see these comments on sites all the time and you probably have too but may not have noticed anything particular about them. They look more or less normal. They&#8217;re always positive, often enthusiastic even. And who doesn&#8217;t like to see that someone out there enjoyed your post so&#8230;  <a href="http://www.digitaltechparis.com/2012/09/recognize-fake-comments-on-your-website/"><strong><span style="font-size:13px; font-style:italic;">read&#160;more.</span></strong></a></p><p><a href="http://www.digitaltechparis.com/2012/09/recognize-fake-comments-on-your-website/">Recognize Fake Comments On Your Website</a> from <a href="http://www.digitaltechparis.com">digitaltechparis - web presence for photographers</a></p>]]></description>
				<content:encoded><![CDATA[<p>FYI, those sweet-but-slightly-weird comments you get on your blog are fake.</p>
<p>I see these comments on sites all the time and you probably have too but may not have noticed anything particular about them. They look more or less normal. They&#8217;re always positive, often enthusiastic even. And who doesn&#8217;t like to see that someone out there enjoyed your post so much they felt compelled to respond?</p>
<img src="http://www.digitaltechparis.com/wp-content/uploads/2012/09/spam.gif" alt="" title="spam" width="450" height="191" class="alignnone size-full wp-image-962" />
<p>Problem is they are total baloney. They are not genuine reactions to the contents of your post but generic comments that aim solely at driving traffic to the commenter&#8217;s website. They don&#8217;t even need to include a link in the body of the text as the commenter&#8217;s name will be linked. The logic is that at least some readers will click on it and thereby drive traffic to the intended site.</p>
<p>Fake commenting used to be a way to simply accumulate inbound links, which are <em>per se</em> perfectly legitimate tools of SEO. But nowadays almost all blogs add <em>nofollow</em> tags to comment links so that Google ignores them. Backlinks in comments have lost a lot of their SEO appeal. Unlike genuine commenters who can rely on quality content to generate interest (and clicks), spammers have to rely on volume which they achieve thanks to automated comment writing.</p>
<p>So how does one recognize fake spammy comments? There are 3 key giveaways and they all need to be there.</p>
<ol>
<li><strong>Generic content</strong>.<br />
The comment can be rambling or short but it will always be nonspecific to your post. They have to be since no-one has actually read your post. And don&#8217;t be fooled by the automatic insertion of your post title in the text. It&#8217;s just a robot doing its thing.</li>
<li><strong>Written by a stranger</strong>.<br />
Spammers stay anonymous. Acquaintances don&#8217;t.</li>
<li><strong>They include a link (or dozens)</strong>.<br />
Either in the body of the text or attached to the name of the commenter or both.</li>
</ol>
<img src="http://www.digitaltechparis.com/wp-content/uploads/2012/09/spam3.png" alt="" title="spam3" width="600" height="53" class="alignnone size-full wp-image-974" />
<p>Just occasionally you will get a generic comment that will include a link from someone you don&#8217;t know and it will be genuine. The only way to recognize those false positives is to checkout the website that they link to. Most spammers promote fake handbags or viagra sales. In my case I know that my audience is one of professional photographers &#8211; a status which I can verify with a glance to the commenter&#8217;s website.</p>
<img src="http://www.digitaltechparis.com/wp-content/uploads/2012/09/spam4.png" alt="" title="spam4" width="600" height="62" class="alignnone size-full wp-image-977" />
<p>You don&#8217;t need to actually click on the link to verify it. First thing to do is to read the domain name. Spammers&#8217; sites often have totally obvious URLs. Secondly, at least in WordPress, hover over the link in the Comments page in your admin and a preview of the site will popup.</p>
<p>If this is all new to you, go take a look at the Comments section in your admin page and run through the list. It will be an eye opener.</p>
<p><a href="http://www.digitaltechparis.com/2012/09/recognize-fake-comments-on-your-website/">Recognize Fake Comments On Your Website</a> from <a href="http://www.digitaltechparis.com">digitaltechparis - web presence for photographers</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.digitaltechparis.com/2012/09/recognize-fake-comments-on-your-website/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>New Website For Legendary Photographer Harold Feinstein</title>
		<link>http://www.digitaltechparis.com/2012/09/new-website-for-legendary-photographer-harold-feinstein/</link>
		<comments>http://www.digitaltechparis.com/2012/09/new-website-for-legendary-photographer-harold-feinstein/#comments</comments>
		<pubDate>Thu, 06 Sep 2012 19:12:13 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://www.digitaltechparis.com/?p=895</guid>
		<description><![CDATA[<p>A few weeks ago I received a phone call from Harold Feinstein&#8217;s long-time partner Judith asking me if I could help them relaunch Harold&#8217;s dated website and set them up with a PhotoShelter-based photo archive. The existing website was getting old. It had been built in-house using iWeb and, while it didn&#8217;t look that bad, it certainly looked out-dated and&#8230;  <a href="http://www.digitaltechparis.com/2012/09/new-website-for-legendary-photographer-harold-feinstein/"><strong><span style="font-size:13px; font-style:italic;">read&#160;more.</span></strong></a></p><p><a href="http://www.digitaltechparis.com/2012/09/new-website-for-legendary-photographer-harold-feinstein/">New Website For Legendary Photographer Harold Feinstein</a> from <a href="http://www.digitaltechparis.com">digitaltechparis - web presence for photographers</a></p>]]></description>
				<content:encoded><![CDATA[<p>A few weeks ago I received a phone call from Harold Feinstein&#8217;s long-time partner Judith asking me if I could help them relaunch Harold&#8217;s dated website and set them up with a PhotoShelter-based photo archive.</p>
<div id="attachment_898" class="wp-caption alignright" style="width: 260px"><a href="http://www.digitaltechparis.com/wp-content/uploads/2012/08/old-hp-800.jpg" rel="wp-prettyPhoto" rel="lightbox[895]"><img src="http://www.digitaltechparis.com/wp-content/uploads/2012/08/old-hp-250.jpg" alt="Screen grab of Harold Feinstein&#039;s old website" title="Harold Feinstein&#039;s former website" width="250" height="183" class="size-full" /></a><p class="wp-caption-text">Former homepage</p></div>
<p>The existing website was getting old. It had been built in-house using iWeb and, while it didn&#8217;t look that bad, it certainly looked out-dated and lacked many of the functionalities that are now commonplace.</p>
<p>Harold Feinstein&#8217;s career &#8211; think Photo League, Jazz Loft, Coney Island and Korean war &#8211; is long, rich and on-going. It was obvious they had a ton of content to share with their visitors. It quickly became clear that this project would be a perfect match for the WordPress + Slideshowpro + PhotoShelter combo that I recommend for most photographers.</p>
<ol>
<li>It allows the client to easily edit both static pages (About, Contact, Books, etc.), posts and portfolio slideshows (through SlideshowPro Director).</li>
<li>It enabled us to build a homepage that would please Google (rich text content) and engage visitors by offering them multiple entry points.</li>
<li>The addition of seamlessly customized PhotoShelter-powered archives suddenly makes it much easier for the client to manage the licensing of Harold&#8217;s massive photo collection.</li>
</ol>
<div id="attachment_897" class="wp-caption alignright" style="width: 260px"><a href="http://www.digitaltechparis.com/wp-content/uploads/2012/08/new-hp-800.jpg" rel="wp-prettyPhoto" rel="lightbox[895]"><img src="http://www.digitaltechparis.com/wp-content/uploads/2012/08/new-hp-250.jpg" alt="Screen grab of Harold Feinstein&#039;s new website" title="Harold Feinstein&#039;s new website" width="250" height="539" class="size-full" /></a><p class="wp-caption-text">New homepage</p></div>
<p>It turns out that the recommendations, explanations, tutorials and support that I always provide alongside the designing and building of a new site were a key part of the project. Judith and her assistant Cherie know all about fine art prints and the photo market but they needed help understanding exactly how much can be done online nowadays and how to get the most out of WordPress and PhotoShelter.</p>
<p>Needless to say, working on this project was particularly interesting. Not only are Harold&#8217;s images remarkable but his story and life experiences are fascinating. I am extremely happy to have been part of this.</p>
<p>We pressed the &#8220;Go Live&#8221; button for the new site a couple of weeks ago. The PhotoShelter pages will be visible once the full archive of images has been uploaded by the client.</p>
<p><a href="http://www.haroldfeinstein.com" title="Harold Feinstein's new website" target="_blank">www.haroldfeinstein.com</a></p>
<p><a href="http://www.digitaltechparis.com/2012/09/new-website-for-legendary-photographer-harold-feinstein/">New Website For Legendary Photographer Harold Feinstein</a> from <a href="http://www.digitaltechparis.com">digitaltechparis - web presence for photographers</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.digitaltechparis.com/2012/09/new-website-for-legendary-photographer-harold-feinstein/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Friendsofanton.org: Supporting Anton Hammerl&#8217;s Kids</title>
		<link>http://www.digitaltechparis.com/2011/09/friendsofanton-org-supporting-anton-hammerls-kids/</link>
		<comments>http://www.digitaltechparis.com/2011/09/friendsofanton-org-supporting-anton-hammerls-kids/#comments</comments>
		<pubDate>Wed, 14 Sep 2011 22:07:57 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[PhotoShelter]]></category>
		<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://www.digitaltechparis.com/?p=708</guid>
		<description><![CDATA[<p>In April London-based photographer Anton Hammerl was shot by Qaddafi loyalists in Libya near Brega. For 44 days the regime told his family he was alive and in detention along with 3 other kidnapped journalists. The truth is he was left to die in the desert. Anton had 3 children, including a newborn baby. Now they need our help. With&#8230;  <a href="http://www.digitaltechparis.com/2011/09/friendsofanton-org-supporting-anton-hammerls-kids/"><strong><span style="font-size:13px; font-style:italic;">read&#160;more.</span></strong></a></p><p><a href="http://www.digitaltechparis.com/2011/09/friendsofanton-org-supporting-anton-hammerls-kids/">Friendsofanton.org: Supporting Anton Hammerl&#8217;s Kids</a> from <a href="http://www.digitaltechparis.com">digitaltechparis - web presence for photographers</a></p>]]></description>
				<content:encoded><![CDATA[<div class="alignright">
<a href="/wp-content/themes/dtp/images/foa-homepage-750.jpg" rel="wp-prettyPhoto" title="WordPress page: homepage." rel="lightbox[708]"><img src="/wp-content/themes/dtp/images/foa-homepage-250.jpg" width="250" height="159" alt="WordPress page: homepage." /></a><br />
<a href="/wp-content/themes/dtp/images/foa-gallery-750.jpg" rel="wp-prettyPhoto" title="PhotoShelter page: print gallery display page." rel="lightbox[708]"><img src="/wp-content/themes/dtp/images/foa-gallery-250.gif" width="250" height="159" alt="PhotoShelter page: print gallery display page." /></a><br />
<a href="/wp-content/themes/dtp/images/foa-galimg-750.jpg" rel="wp-prettyPhoto" title="PhotoShelter page: single image display page." rel="lightbox[708]"><img src="/wp-content/themes/dtp/images/foa-galimg-250.gif" width="250" height="159" alt="PhotoShelter page: single image display page." /></a>
</div>
<p>In April London-based photographer Anton Hammerl was shot by Qaddafi loyalists in Libya near Brega.</p>
<p>For 44 days the regime told his family he was alive and in detention along with 3 other kidnapped journalists. The truth is he was left to die in the desert.</p>
<p>Anton had 3 children, including a newborn baby. Now they need our help.</p>
<p>With the very generous support of <a href="http://www.photoshelter.com/" title="PhotoShelter" target="_blank">PhotoShelter</a> and <a href="http://www.rsf.org/" title="Reporters Without Borders" target="_blank">Reporters Without Borders</a>, I put together a website using on the same model as <a href="http://joaosilva.photoshelter.com/" title="Support Joao Silva" target="_blank">Joao Silva&#8217;s</a>: selling prints and collecting donations. But this time the prints are from work by other photographers.</p>
<p>Some of the biggest names in contemporary photography have contributed: David Burnett, Gary Knight, Kenneth Jarecke, Todd Heisler, Tomas van Houtryve, Greg Marinovich. And we have more coming.</p>
<p>Please buy a print &#8211; they look incredible, are affordable and make really great Xmas gifts &#8211; or make a donation:</p>
<p><a href="http://www.friendsofanton.org/" title="Friends of Anton Hammerl" target="_blank">www.friendsofanton.org</a></p>
<p><a href="http://www.digitaltechparis.com/2011/09/friendsofanton-org-supporting-anton-hammerls-kids/">Friendsofanton.org: Supporting Anton Hammerl&#8217;s Kids</a> from <a href="http://www.digitaltechparis.com">digitaltechparis - web presence for photographers</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.digitaltechparis.com/2011/09/friendsofanton-org-supporting-anton-hammerls-kids/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easy Artist&#8217;s Statements For a Photography Website</title>
		<link>http://www.digitaltechparis.com/2011/06/easy-artists-statements-for-a-photography-website/</link>
		<comments>http://www.digitaltechparis.com/2011/06/easy-artists-statements-for-a-photography-website/#comments</comments>
		<pubDate>Tue, 14 Jun 2011 14:07:00 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Tip]]></category>

		<guid isPermaLink="false">http://www.digitaltechparis.com/?p=651</guid>
		<description><![CDATA[<p>Some photographers include an artist statement on their website, either a general one or project-specific ones. I&#8217;m no artist and I have never written one but I can imagine how painful it must be to formulate clearly in words the inspiration and ideas that drive a creative process. And quite frankly that difficulty often shows. A well-written artist statement offers&#8230;  <a href="http://www.digitaltechparis.com/2011/06/easy-artists-statements-for-a-photography-website/"><strong><span style="font-size:13px; font-style:italic;">read&#160;more.</span></strong></a></p><p><a href="http://www.digitaltechparis.com/2011/06/easy-artists-statements-for-a-photography-website/">Easy Artist&#8217;s Statements For a Photography Website</a> from <a href="http://www.digitaltechparis.com">digitaltechparis - web presence for photographers</a></p>]]></description>
				<content:encoded><![CDATA[<p>Some photographers include an artist statement on their website, either a general one or project-specific ones. I&#8217;m no artist and I have never written one but I can imagine how painful it must be to formulate clearly in words the inspiration and ideas that drive a creative process.</p>
<p>And quite frankly that difficulty often shows. A well-written artist statement offers wonderful insights but more often than not they are lofty, meaningless and self-aggrandizing texts that break all the rules of good online copy.</p>
<p>Fortunately there is a brilliant tool to make the process a whole lot easier: the <a href="http://www.artybollocks.com/">Arty Bollocks Generator</a>.</p>
<p>I think mine is spot on:<br />
<img src="http://www.digitaltechparis.com/wp-content/uploads/2011/06/artiststatement.png" alt="artist’s statements for a photography website" title="artist statement" width="384" height="551" class="alignnone size-full wp-image-667" /></p>
<p><a href="http://www.digitaltechparis.com/2011/06/easy-artists-statements-for-a-photography-website/">Easy Artist&#8217;s Statements For a Photography Website</a> from <a href="http://www.digitaltechparis.com">digitaltechparis - web presence for photographers</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.digitaltechparis.com/2011/06/easy-artists-statements-for-a-photography-website/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Add a Google +1 Button to your PhotoShelter galleries and website</title>
		<link>http://www.digitaltechparis.com/2011/06/add-a-google-1-button-to-your-photoshelter-galleries-and-website/</link>
		<comments>http://www.digitaltechparis.com/2011/06/add-a-google-1-button-to-your-photoshelter-galleries-and-website/#comments</comments>
		<pubDate>Thu, 02 Jun 2011 17:35:29 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[PhotoShelter]]></category>

		<guid isPermaLink="false">http://www.digitaltechparis.com/?p=607</guid>
		<description><![CDATA[<p>WARNING: for Manual Customizers and photographers with access to their site&#8217;s code only. Yesterday Google released +1 buttons for use on any website. When a visitor clicks a +1 button on a page, he/she recommends that page to friends, contacts and the rest of the world. The next time that visitor&#8217;s connections Google something, they could see the +1’s directly&#8230;  <a href="http://www.digitaltechparis.com/2011/06/add-a-google-1-button-to-your-photoshelter-galleries-and-website/"><strong><span style="font-size:13px; font-style:italic;">read&#160;more.</span></strong></a></p><p><a href="http://www.digitaltechparis.com/2011/06/add-a-google-1-button-to-your-photoshelter-galleries-and-website/">Add a Google +1 Button to your PhotoShelter galleries and website</a> from <a href="http://www.digitaltechparis.com">digitaltechparis - web presence for photographers</a></p>]]></description>
				<content:encoded><![CDATA[<p>WARNING: for <em>Manual Customizers</em> and photographers with access to their site&#8217;s code only.</p>
<p>Yesterday Google released +1 buttons for use on any website. When a visitor clicks a +1 button on a page, he/she recommends that page to friends, contacts and the rest of the world. The next time that visitor&#8217;s connections Google something, they could see the +1’s directly in their search results &#8211; and in ads &#8211; helping them find their recommendation from their social network.</p>
<p>If all goes according to &#8211; Google&#8217;s &#8211; plan, we will soon see photo editors and buyers recommending your work to each other like crazy.</p>
<p>Here is the quick Google video about this new tool:</p>
<p><object width="600" height="365"><param name="movie" value="http://www.youtube.com/v/OAyUNI3_V2c&#038;hl=en_US&#038;feature=player_embedded&#038;version=3"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.youtube.com/v/OAyUNI3_V2c&#038;hl=en_US&#038;feature=player_embedded&#038;version=3" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="600" height="365"></embed></object></p>
<h2>An Easy Way to Let Your Contacts Give You Some Google Love</h2>
<p>Adding a +1 button to your public PhotoShelter galleries makes perfect sense. We, editorial photographers at least, often use them to showcase stories. Even if you have NOT just returned from an assignment, the content of your galleries will probably have a coherence that is relevant to your wider brand. Think wedding, portrait session, stock theme, etc. The button will appear but not work on urls that are not public so don&#8217;t worry about this affecting your privacy settings.</p>
<h2>Pick Your Settings</h2>
<p>Visit <a href="http://www.google.com/webmasters/+1/button/index.html">Google&#8217;s dedicated page</a> and select the options you need.<br />
<img src="http://www.digitaltechparis.com/wp-content/uploads/2011/06/Google1page.jpg" alt="" title="Google1page" width="600" height="363" class="alignright size-full wp-image-618" /></p>
<ol>
<li><b>Size</b>: your choice;</li>
<li><b>Language</b>: also your choice but note that for now the annotations only appear in US English results;</li>
<li><b>Include count</b> (in Advanced options): tick the box if you want the button to show the number of clicks it received. For small traffic websites I find this kind of counter only highlights how few people have clicked. I usually don&#8217;t recommend it but it is your decision;</li>
<li><b>Parse</b>: keep the default setting;</li>
<li><b>JS Callback function</b>: leave blank;</li>
<li><b>URL to +1:</b>: this option lets you choose which URL the button will +1. You can&#8217;t enter a gallery URL here as each gallery has a different URL. Fortunately if you leave this attribute blank Google will use the URL of the page as found in the address bar (for the geeks: as defined in document.location.href). This should work fine on both public galleries and search results.</li>
</ol>
<h2>Grab the code</h2>
<p>Scroll down and copy the line of code that reads:
<pre class="brush: jscript; title: ; notranslate">&lt;script type=&quot;text/javascript&quot; src=&quot;http://apis.google.com/js/plusone.js&quot;&gt;&lt;/script&gt;</pre>
<p> That line will load the necessary script from the Google server. Paste it into your Gallery Display page at the very end of the code. No need to paste the first line of code which is just a comment.</p>
<p>Then copy the last line of code. It should read something like:
<pre class="brush: jscript; title: ; notranslate">&lt;g:plusone count=&quot;false&quot;&gt;&lt;/g:plusone&gt;</pre>
<p> depending on the settings you picked. That tag generates the button. Paste it into your Gallery Display page but this time paste it where you want the +1 button to render on your page. Again, no need to paste the first line of code.</p>
<p>When choosing where to render the button think like a visitor. Too close to your logo and it will appear to be related to the entire site. A good spot will always be near the gallery title. I chose to place mine alongside other social media sharing tools but clearly in a column that refers to the gallery.</p>
<img src="http://www.digitaltechparis.com/wp-content/uploads/2011/06/Google1page4.jpg" alt="" title="" width="600" height="264" class="aligncenter size-full wp-image-644" />
<h2>Add a +1 button for your homepage as well</h2>
<p>Of course you can just as easily add a +1 button that recommends your homepage. Keep in mind that for photographers seeking mainly jobs over stock sales, the homepage should be the primary focus of their SEO effort. It doesn&#8217;t have to appear only on your homepage. It can appear on other pages as well &#8211; by the logo in the header for example &#8211; but make sure to pick a location that leaves no doubt about what it relates to and enter your homepage&#8217;s URL in the &#8216;URL to +1:&#8217; field otherwise Google will recommend the displayed page which might not be your homepage. In any case, having multiple +1 buttons does no harm.</p>
<p>To place a button on your homepage paste both lines of code into the homepage page.</p>
<p>To place a button in your site&#8217;s header or footer place the first line of code in your footer just before your closing body tag (should be right near the bottom of the footer&#8217;s code) and the second wherever you want the button to render.</p>
<p>The script only needs to be loaded once so if you have already pasted the first line of code into your footer you won&#8217;t need to also paste it in your Gallery Display page should you want to also show a button there.</p>
<p>Let me know if you think of creative ways of using the button.</p>
<p><a href="http://www.digitaltechparis.com/2011/06/add-a-google-1-button-to-your-photoshelter-galleries-and-website/">Add a Google +1 Button to your PhotoShelter galleries and website</a> from <a href="http://www.digitaltechparis.com">digitaltechparis - web presence for photographers</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.digitaltechparis.com/2011/06/add-a-google-1-button-to-your-photoshelter-galleries-and-website/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Stop Image Harvesters Like HyperImage From Downloading All Your Images</title>
		<link>http://www.digitaltechparis.com/2011/02/stop-image-harvesters-like-hyperimage-from-downloading-all-your-images/</link>
		<comments>http://www.digitaltechparis.com/2011/02/stop-image-harvesters-like-hyperimage-from-downloading-all-your-images/#comments</comments>
		<pubDate>Fri, 25 Feb 2011 18:51:11 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://www.digitaltechparis.com/?p=566</guid>
		<description><![CDATA[<p>News flash: not everyone thinks they should have to pay to use the great images you have on your website. And to make it easier for them to grab your work there are tools that download all the images on a website at a click of a button. One such tool is HyperImage (H/T Steve Skoll for pointing them out).&#8230;  <a href="http://www.digitaltechparis.com/2011/02/stop-image-harvesters-like-hyperimage-from-downloading-all-your-images/"><strong><span style="font-size:13px; font-style:italic;">read&#160;more.</span></strong></a></p><p><a href="http://www.digitaltechparis.com/2011/02/stop-image-harvesters-like-hyperimage-from-downloading-all-your-images/">Stop Image Harvesters Like HyperImage From Downloading All Your Images</a> from <a href="http://www.digitaltechparis.com">digitaltechparis - web presence for photographers</a></p>]]></description>
				<content:encoded><![CDATA[<p>News flash: not everyone thinks they should have to pay to use the great images you have on your website. And to make it easier for them to grab your work there are tools that download all the images on a website at a click of a button.</p>
<p>One such tool is HyperImage (H/T <a href="http://www.steveskoll.com/" target="_blank">Steve Skoll</a> for pointing them out). From their website: </p>
<blockquote><p><em>HyperImage is an industrial-strength tool for searching the web and downloading entire websites worth of pictures. Just enter an address or keyword, and watch as thousands of pictures stream down to your computer.</em></p></blockquote>
<p><img src="http://www.digitaltechparis.com/wp-content/uploads/2011/02/hyperi-log.png" alt="hyperimage downloading images" title="" width="198" height="154" class="alignright size-full wp-image-578" />Unfortunately this is nothing new and there are <a href="http://www.google.com/search?client=safari&#038;rls=en&#038;q=image+downloaders&#038;ie=UTF-8&#038;oe=UTF-8">plenty more besides HyperImage</a>. They crawl up and down static links to all corners of your site (and to any other site you link to) and download any image that renders in the browser: logos and icons but also your thumbnails, large img files, background images, slideshow images, etc. I just downloaded 794 images from a photographer&#8217;s website. Took me under a minute.</p>
<h2>Tweak Your .htaccess File</h2>
<p>The good news is you can block them with an .htaccess file placed on the root folder of your website. This file will detect the unwelcome visitor and send them away. Modifying an .htaccess file is a very simple task BUT get it wrong and it can really mess up your website. <strong>So take the utmost care doing this &#8211; and don&#8217;t hold me responsible</strong>.</p>
<p><img src="http://www.digitaltechparis.com/wp-content/uploads/2011/02/htaccess-ftp.png" alt=".htaccess file on a server" title="" width="219" height="179" class="alignright size-full wp-image-579" />An .htaccess file is a simple ASCII text file that provides a way to make configuration changes on a per-directory basis. It can do many things: password protect a folder, redirect users automatically, direct to custom error pages, change file extensions, ban or allow users with certain IP addresses, stop directory listings and use a different file as the index file.</p>
<p>Most hosting providers support .htaccess but some don&#8217;t publicize it much and some won&#8217;t allow you to use it at all. If your server runs Unix or Linux, or any version of the Apache web server it will support .htaccess, although your host may not. Search on their help pages or give them a call. </p>
<h2>Watermark Your Images</h2>
<p>Of course if you don&#8217;t have access to the server hosting your site as is the case with WordPress.com or PhotoShelter sites you can&#8217;t modify the .htaccess. The fallback solution is to watermark your images &#8211; something that should be done anyway for all archives images and possibly on portfolio images as well (more on that someday). You want HyperImage to download the watermarked image so your watermark needs to be part of the image itself, not overlayed by the browser. Thankfully PhotoShelter serves up &#8216;real&#8217; watermarked images (<a href="http://www.photoshelter.com/mem/home/help/tut/custom/watermark" target="_blank">PhotoShelter instructions on watermarking</a>). Now not all photographers will agree to use watermarks and not all images can reasonably be watermarked. I suspect PhotoShelter will be taking steps to block &#8216;bad bots&#8217; pretty quickly if there is enough consensus among users. The consensus is needed because these image harvesters are not actually doing anything illegal. They are simply extreme facilitators of copyright infringement.</p>
<p>Back to your server. Before you create a new .htaccess file check to see if you already have one in your site&#8217;s root directory on your server (make sure your FTP client is showing system files). You will probably need to edit the permissions for that file in order to edit it. Download it to your computer and place a copy on your desktop as a safety net.</p>
<p>Open it in a plain text editor that doesn&#8217;t use word wrap or in a code editor like Dreamweaver. You don&#8217;t want the application to insert special ASCII codes to signify a line break or save the file with any other extension.</p>
<p>In your plain text editor type the following:</p>
<pre class="brush: plain; title: ; notranslate">RewriteEngine on
RewriteCond %{HTTP_USER_AGENT} ^HyperImage 
RewriteRule ^.* - [F,L]
</pre>
<p>The first line turns on the rewrite engine in Apache, this allows you to redirect the user’s request. The second line sets a condition using RewriteCond. In this case you want to detect visitors with user agent HyperImage. The third line sends a 403 forbidden error to user (F) and tells the engine to stop rewriting so no other rules are applied (L).</p>
<p>Save the file with filename .htaccess. If you can&#8217;t shake off an unwanted extension added by your editor name it htaccess.txt and rename it with your FTP client once you have uploaded it to the server.</p>
<p><img src="http://www.digitaltechparis.com/wp-content/uploads/2011/02/htaccess-chmod.png" alt="permissions or CHMOD settings" title="htaccess-chmod" width="287" height="279" class="alignright size-full wp-image-580" />Place the file in your root directory so that it affects your entire site. Change file permissions (CHMOD) back to 644  (RW- R&#8211; R&#8211;) or whatever it was originally (on my server it was 604) in order to make the file usable by the server, but prevent it from being read by a browser.</p>
<p>While you are at it you can deny access to many more unwanted visitors: email harvesters, offline browsing programs (site rippers like HyperImage), spammers. Typically they ignore robots.txt rules, which is plain rude, but also allows you <a href="http://www.kloth.net/internet/bottrap.php" target="_blank">identify and trap them</a>. Identifying them by their user agent (as we have done for HyperImage) is less reliable as bad bots will often fake their user agent. Here is <a href="http://www.kloth.net/internet/badbots.php" target="_blank">one list of bad bots</a> and here is a <a href="http://www.webmasterworld.com/forum92/205.htm" target="_blank">discussion of the &#8220;perfect .htaccess ban list&#8221;</a>. In the end choosing who to ban is a matter of personal choice.</p>
<p><a href="http://www.digitaltechparis.com/2011/02/stop-image-harvesters-like-hyperimage-from-downloading-all-your-images/">Stop Image Harvesters Like HyperImage From Downloading All Your Images</a> from <a href="http://www.digitaltechparis.com">digitaltechparis - web presence for photographers</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.digitaltechparis.com/2011/02/stop-image-harvesters-like-hyperimage-from-downloading-all-your-images/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Get Serious About Password Security</title>
		<link>http://www.digitaltechparis.com/2011/01/get-serious-about-password-security/</link>
		<comments>http://www.digitaltechparis.com/2011/01/get-serious-about-password-security/#comments</comments>
		<pubDate>Fri, 14 Jan 2011 14:40:21 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Tip]]></category>

		<guid isPermaLink="false">http://digitaltechparis.com/?post_id=8</guid>
		<description><![CDATA[<p>I wish my clients didn&#8217;t keep telling me their wife&#8217;s, kids&#8217; and pets&#8217; names. Don&#8217;t get me wrong. We ARE best friends from day one. My concern is that photographers seems to take an astonishingly lax attitude to password security. Yet as small business owners they have so much to loose should things go wrong. By using their wife&#8217;s name&#8230;  <a href="http://www.digitaltechparis.com/2011/01/get-serious-about-password-security/"><strong><span style="font-size:13px; font-style:italic;">read&#160;more.</span></strong></a></p><p><a href="http://www.digitaltechparis.com/2011/01/get-serious-about-password-security/">Get Serious About Password Security</a> from <a href="http://www.digitaltechparis.com">digitaltechparis - web presence for photographers</a></p>]]></description>
				<content:encoded><![CDATA[<p>I wish my clients didn&#8217;t keep telling me their wife&#8217;s, kids&#8217; and pets&#8217; names.</p>
<p><img src="http://www.digitaltechparis.com/wp-content/uploads/2010/09/login2.png" alt="login fields" title="" width="248" height="152" class="alignright size-full wp-image-529" />Don&#8217;t get me wrong. We ARE best friends from day one. My concern is that photographers seems to take an astonishingly lax attitude to password security. Yet as small business owners they have so much to loose should things go wrong. By using their wife&#8217;s name as their password, they are playing Russian roulette with their online photo archives, their client list, their website, their bank accounts, their reputation and more.</p>
<p>Put simply, family names, dictionary words, countries, &#8220;123456&#8243;, &#8220;password&#8221; and &#8220;qwerty&#8221; don&#8217;t make good online passwords. Even simpler: if your password is easy to memorize it&#8217;s probably a bad one. My advice: use specialized software to generate strong passwords and store them securely.</p>
<p>BRUTE FORCE ATTACKS</p>
<p>There are many technological and non-technological ways an ill-intentioned person can get hold of your login credentials. One of them is known as a &#8216;brute force attack&#8217;: an automated process of trial and error used to guess the “secret” protecting a system. Picture a powerful computer entering every word in the dictionary, every first name and then variations on them in your account login form. This is (probably) what happend to Twitter in 2008 when <a href="http://blog.twitter.com/2009/03/safekeeping-twitter-accounts.html">750 user accounts were hacked</a>.</p>
<p>Password reminders or so-called &#8220;security questions&#8221; can make it even easier. According to the <a href="http://projects.webappsec.org/w/page/13246915/Brute-Force">Web Application Security Consortium</a>:</p>
<blockquote><p>(&#8230;) if the personal detail is &#8220;favorite color&#8221; then an attacker can use a brute force attack to retrieve the password as the number of color choices is limited. In addition, studies have shown that approximately 40% of the population selects blue as their favorite color (&#8230;).
</p></blockquote>
<p><a href="http://www.digitaltechparis.com/wp-content/uploads/2010/09/1password-password-generator-full.png" rel="wp-prettyPhoto" rel="lightbox[8]"><img src="http://www.digitaltechparis.com/wp-content/uploads/2010/09/1password-password-generator-full-300x185.png" alt="1password strong password generator" title="1password-password-generator-full" width="300" height="185" class="alignright size-medium wp-image-532" /></a>Need more? A recent study of a 32 million user password breach at RockYou, a Facebook application developer, found that the most common password, by far, was “123456”, followed by “12345”, “123456789”, “password” and “iloveyou.”</p>
<p>THE BASICS OF PASSWORD SECURITY</p>
<ol>
<li><strong>Use different passwords on different sites</strong>. If you use the same login for multiple sites as soon as one gets compromised, they all are.</li>
<li><strong>Don’t use common words or sequences</strong>. Instead use at least 8 characters and 3 of the following character types: upper-case letters, lower-case letters, numbers and special characters. There are 26^8 possible permutations for an 8-character lowercase password, but 94^8 possible permutations for an 8-character password that cambines mixed-case letters, numbers and symbols. That&#8217;s over 6 quadrillion more possible variations.</li>
<li>Don’t base passwords on personal data — we share these bits of information with others more routinely than you think.</li>
<li>Don’t leave your passwords somewhere visible. Take that post-it off your monitor. And if you keep a list of passwords in a file on your computer, call it something a little less explicit than “passwords.”</li>
<li>Make sure your password recovery questions are also secure and not based on common-knowledge personal data either.</li>
</ol>
<p><img src="http://www.digitaltechparis.com/wp-content/uploads/2010/09/1password-icon-128.png" alt="1password icon" title="" width="128" height="128" class="alignright size-full wp-image-538" />USE SPECIALIZED TOOLS</p>
<p>There are <a href="http://www.macworld.com/article/142430/2009/08/passwords.html">tricks to make secure passwords memorable</a> but I find they require more work than suits my brain. I much prefer to use a specialized password management utility.</p>
<p>There are a number of them. I use <a href="http://agilewebsolutions.com/onepassword">1Password</a> (Mac/Win, $39.95) and I highly recommend it. It&#8217;s simple and intuitive to use. It stores your usernames, passwords and other sensitive information on your computer, not on a remote server. It constantly gets <a href="http://mashable.com/2010/10/08/password-management-tools/">great reviews</a>).</p>
<p>And disable password storage by your browsers. As practical as it is to let your browser store your login info, they are very vulnerable. Even if the application encrypts the account information, it does so with a static key that can be easily deciphered. So turn it off and let 1Password or whatever tool you choose do the work.</p>
<p>There is plenty <a href="http://gmailblog.blogspot.com/2009/10/choosing-smart-password.html">more you can do</a> to secure your accounts but this is a good start.</p>
<p><a href="http://www.digitaltechparis.com/2011/01/get-serious-about-password-security/">Get Serious About Password Security</a> from <a href="http://www.digitaltechparis.com">digitaltechparis - web presence for photographers</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.digitaltechparis.com/2011/01/get-serious-about-password-security/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
