<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Automatic downloads and usability</title>
	<atom:link href="http://www.sidesofmarch.com/index.php/archive/2008/05/02/automatic-downloads-and-usability/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sidesofmarch.com/index.php/archive/2008/05/02/automatic-downloads-and-usability/</link>
	<description>Thoughts on life, liberty, and information technology</description>
	<lastBuildDate>Tue, 24 Jan 2012 10:43:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: harborpirate</title>
		<link>http://www.sidesofmarch.com/index.php/archive/2008/05/02/automatic-downloads-and-usability/#comment-177419</link>
		<dc:creator>harborpirate</dc:creator>
		<pubDate>Thu, 08 May 2008 00:30:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.sidesofmarch.com/index.php/archive/2008/05/02/automatic-downloads-and-usability/#comment-177419</guid>
		<description>I have to agree with the sentiment that auto-downloads are lame.

In your example fix I would probably have the [START DOWNLOAD] link prominently displayed at the top of the paragraph, before the &quot;Your Download is Ready&quot; text. Though this is slightly counterintuitive, most users at this point have already figured out that they want to download something, and they already know what it is, so they just want a way to trigger the download actually happening without reading any further. Other users who are not quite sure and would like to read the text can use the secondary link provided in the text. Listing the download link at the top and then again in the text covers both bases and makes everyone happy.</description>
		<content:encoded><![CDATA[<p>I have to agree with the sentiment that auto-downloads are lame.</p>
<p>In your example fix I would probably have the [START DOWNLOAD] link prominently displayed at the top of the paragraph, before the &#8220;Your Download is Ready&#8221; text. Though this is slightly counterintuitive, most users at this point have already figured out that they want to download something, and they already know what it is, so they just want a way to trigger the download actually happening without reading any further. Other users who are not quite sure and would like to read the text can use the secondary link provided in the text. Listing the download link at the top and then again in the text covers both bases and makes everyone happy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brian</title>
		<link>http://www.sidesofmarch.com/index.php/archive/2008/05/02/automatic-downloads-and-usability/#comment-171214</link>
		<dc:creator>brian</dc:creator>
		<pubDate>Fri, 02 May 2008 15:48:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.sidesofmarch.com/index.php/archive/2008/05/02/automatic-downloads-and-usability/#comment-171214</guid>
		<description>If you want to count downloads, you can either (1) analyze your web traffic logs, or (2) use code to manage the download file request. The latter is the best approach in terms of download tracking management, as you can store other information along with the download itself (session-specific information, such as a logged in user&#039;s username), and you can also keep your downloaded files in a physical disk location that is not directly accessible by the web. As well, with this approach you can implement security on files, since file downloads have to go through some sort of code/web page.

This is the approach I took when writing a custom CSS for www.gnyha.org. They have thousands of files hosted, some of them private, some of them public. In all cases, files are downloaded through a custom URL, files are stored in a directory remote from the web page, and security permissions can be applied to all downloads.

Overkill for simple scenarios, but if you need the power, that&#039;s the way to do it.</description>
		<content:encoded><![CDATA[<p>If you want to count downloads, you can either (1) analyze your web traffic logs, or (2) use code to manage the download file request. The latter is the best approach in terms of download tracking management, as you can store other information along with the download itself (session-specific information, such as a logged in user&#8217;s username), and you can also keep your downloaded files in a physical disk location that is not directly accessible by the web. As well, with this approach you can implement security on files, since file downloads have to go through some sort of code/web page.</p>
<p>This is the approach I took when writing a custom CSS for <a href="http://www.gnyha.org" rel="nofollow">http://www.gnyha.org</a>. They have thousands of files hosted, some of them private, some of them public. In all cases, files are downloaded through a custom URL, files are stored in a directory remote from the web page, and security permissions can be applied to all downloads.</p>
<p>Overkill for simple scenarios, but if you need the power, that&#8217;s the way to do it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucas</title>
		<link>http://www.sidesofmarch.com/index.php/archive/2008/05/02/automatic-downloads-and-usability/#comment-171198</link>
		<dc:creator>Lucas</dc:creator>
		<pubDate>Fri, 02 May 2008 15:29:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.sidesofmarch.com/index.php/archive/2008/05/02/automatic-downloads-and-usability/#comment-171198</guid>
		<description>I&#039;ve always wondered why sites use this &quot;your download will start automatically&quot; system instead of a direct link to the file. Is it for usability or for technical reasons? Is it to keep a download count? That can be done in other ways. To keep people from linking the file directly from another site? There&#039;s usually a direct link anyway (&quot;Click here if the download doesn&#039;t start in XX seconds.&quot;), so that can&#039;t be it.

Someone enlighten me :)</description>
		<content:encoded><![CDATA[<p>I&#8217;ve always wondered why sites use this &#8220;your download will start automatically&#8221; system instead of a direct link to the file. Is it for usability or for technical reasons? Is it to keep a download count? That can be done in other ways. To keep people from linking the file directly from another site? There&#8217;s usually a direct link anyway (&#8220;Click here if the download doesn&#8217;t start in XX seconds.&#8221;), so that can&#8217;t be it.</p>
<p>Someone enlighten me <img src='http://www.sidesofmarch.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

