<?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/"
xmlns:series="http://unfoldingneurons.com/"
> <channel><title>Comments on: Downloadify:  Client-Side File Generation Using JavaScript and&#160;Flash</title> <atom:link href="http://davidwalsh.name/downloadify/feed" rel="self" type="application/rss+xml" /><link>http://davidwalsh.name/downloadify</link> <description>Legendary scribbles about JavaScript, HTML5, AJAX, PHP, CSS, and ∞.</description> <lastBuildDate>Thu, 09 Feb 2012 02:40:12 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3</generator> <item><title>By: Kelley</title><link>http://davidwalsh.name/downloadify/comment-page-1#comment-26469</link> <dc:creator>Kelley</dc:creator> <pubDate>Wed, 10 Aug 2011 22:59:18 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4386#comment-26469</guid> <description>David
I just wanted to run a couple of things out there.
1) It took me a couple of hours before I figured out that I needed a place holder in the form of an element that had the id=downloadify.
2) I have a web page that lets users define the parts they want on a bike, much like a web page that lets users define their build on building a computer.
All my code is javascript on the client side and the downloadify looked like a good solution to getting the information into a spread sheet through .csv file.
It works very nicely and I was able to put a couple of formulas and column headers in the file. The problems is, the button does not even show up in FireFox. And Chrome adds \n and 16 spaces after the first line item.
Any ideas? Any help would be appreciated
example web page http://bikemountain.info/926worksheet/926erWorksheetZ.html</description> <content:encoded><![CDATA[<p>David<br
/> I just wanted to run a couple of things out there.<br
/> 1) It took me a couple of hours before I figured out that I needed a place holder in the form of an element that had the id=downloadify.<br
/> 2) I have a web page that lets users define the parts they want on a bike, much like a web page that lets users define their build on building a computer.<br
/> All my code is javascript on the client side and the downloadify looked like a good solution to getting the information into a spread sheet through .csv file.<br
/> It works very nicely and I was able to put a couple of formulas and column headers in the file. The problems is, the button does not even show up in FireFox. And Chrome adds \n and 16 spaces after the first line item.<br
/> Any ideas? Any help would be appreciated<br
/> example web page <a
href="http://bikemountain.info/926worksheet/926erWorksheetZ.html" rel="nofollow">http://bikemountain.info/926worksheet/926erWorksheetZ.html</a></p> ]]></content:encoded> </item> <item><title>By: Aditya</title><link>http://davidwalsh.name/downloadify/comment-page-1#comment-19565</link> <dc:creator>Aditya</dc:creator> <pubDate>Fri, 27 Aug 2010 15:29:25 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4386#comment-19565</guid> <description>I tried initiating the downloadify object with the Mootools Swiff plugin, but had not success. Is it possible to do so?</description> <content:encoded><![CDATA[<p>I tried initiating the downloadify object with the Mootools Swiff plugin, but had not success. Is it possible to do so?</p> ]]></content:encoded> </item> <item><title>By: Dave</title><link>http://davidwalsh.name/downloadify/comment-page-1#comment-15473</link> <dc:creator>Dave</dc:creator> <pubDate>Fri, 22 Jan 2010 00:37:30 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4386#comment-15473</guid> <description>@Douglas Neiner:  Ok, that makes sense, didn&#039;t think about it like that :)</description> <content:encoded><![CDATA[<p>@Douglas Neiner:  Ok, that makes sense, didn&#8217;t think about it like that :)</p> ]]></content:encoded> </item> <item><title>By: Douglas Neiner</title><link>http://davidwalsh.name/downloadify/comment-page-1#comment-15441</link> <dc:creator>Douglas Neiner</dc:creator> <pubDate>Thu, 21 Jan 2010 14:14:40 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4386#comment-15441</guid> <description>@Dave:  This isn&#039;t a replacement for that method at all. This is so front end functionality (for instance David&#039;s code snippets) can be downloaded without server interaction.  If David wanted to add that functionality without Downloadify, he would have to post every snippet back to the server before he could trigger a download of the data.One benefit of this is that the download triggers instantly. On an overtaxed server, and when data can be repurposed on the client side, this will greatly increase speed to download.The sample project that uses this as a good example is http://starter.pixelgraphics.us It is a plugin starter for jQuery. Once the page loads, the user can generate as many variations as they want without any trips to the server.</description> <content:encoded><![CDATA[<p>@Dave:  This isn&#8217;t a replacement for that method at all. This is so front end functionality (for instance David&#8217;s code snippets) can be downloaded without server interaction.  If David wanted to add that functionality without Downloadify, he would have to post every snippet back to the server before he could trigger a download of the data.</p><p>One benefit of this is that the download triggers instantly. On an overtaxed server, and when data can be repurposed on the client side, this will greatly increase speed to download.</p><p>The sample project that uses this as a good example is <a
href="http://starter.pixelgraphics.us" rel="nofollow">http://starter.pixelgraphics.us</a> It is a plugin starter for jQuery. Once the page loads, the user can generate as many variations as they want without any trips to the server.</p> ]]></content:encoded> </item> <item><title>By: Dave</title><link>http://davidwalsh.name/downloadify/comment-page-1#comment-15439</link> <dc:creator>Dave</dc:creator> <pubDate>Thu, 21 Jan 2010 08:00:37 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4386#comment-15439</guid> <description>@David Walsh:  Though I wonder what the added bonus of using this over the tried-and-proven method of letting your language of choice crank out the proper headers to trigger a file download. Thoughts?</description> <content:encoded><![CDATA[<p>@David Walsh:  Though I wonder what the added bonus of using this over the tried-and-proven method of letting your language of choice crank out the proper headers to trigger a file download. Thoughts?</p> ]]></content:encoded> </item> <item><title>By: David Walsh</title><link>http://davidwalsh.name/downloadify/comment-page-1#comment-15438</link> <dc:creator>David Walsh</dc:creator> <pubDate>Thu, 21 Jan 2010 04:26:36 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4386#comment-15438</guid> <description>@brett, @Kevin:  Easy.  I hope to use this on my site site.  Look at 95% of my posts.  I have code snippets everywhere.  I&#039;d love to offer a &quot;download snippet&quot; link which would use Downloadify.  I find it hard to believe you couldn&#039;t thing of a use for this.</description> <content:encoded><![CDATA[<p>@brett, @Kevin:  Easy.  I hope to use this on my site site.  Look at 95% of my posts.  I have code snippets everywhere.  I&#8217;d love to offer a &#8220;download snippet&#8221; link which would use Downloadify.  I find it hard to believe you couldn&#8217;t thing of a use for this.</p> ]]></content:encoded> </item> <item><title>By: brett</title><link>http://davidwalsh.name/downloadify/comment-page-1#comment-15437</link> <dc:creator>brett</dc:creator> <pubDate>Thu, 21 Jan 2010 04:16:58 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4386#comment-15437</guid> <description>I agree with Kevin, can you give a real world example of its usefulness?</description> <content:encoded><![CDATA[<p>I agree with Kevin, can you give a real world example of its usefulness?</p> ]]></content:encoded> </item> <item><title>By: Douglas Neiner</title><link>http://davidwalsh.name/downloadify/comment-page-1#comment-15435</link> <dc:creator>Douglas Neiner</dc:creator> <pubDate>Thu, 21 Jan 2010 00:49:06 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4386#comment-15435</guid> <description>@Nicolas:  There seems to be large misunderstanding of the limitations of data URI&#039;s. First there is limited browser support. Second, you cannot pre-supply a file name. Finally, having worked for the last number of years to make sure a user never has to &quot;right click and choose save&quot; to download by setting proper headers, etc, it sure feels like 3 steps backwards in the interest of progress.I think browsers will get there eventually, but I really think we are a few years out to get what I consider serious usability issues worked out as well full cross-browser support.</description> <content:encoded><![CDATA[<p>@Nicolas:  There seems to be large misunderstanding of the limitations of data URI&#8217;s. First there is limited browser support. Second, you cannot pre-supply a file name. Finally, having worked for the last number of years to make sure a user never has to &#8220;right click and choose save&#8221; to download by setting proper headers, etc, it sure feels like 3 steps backwards in the interest of progress.</p><p>I think browsers will get there eventually, but I really think we are a few years out to get what I consider serious usability issues worked out as well full cross-browser support.</p> ]]></content:encoded> </item> <item><title>By: Nicolas</title><link>http://davidwalsh.name/downloadify/comment-page-1#comment-15434</link> <dc:creator>Nicolas</dc:creator> <pubDate>Thu, 21 Jan 2010 00:37:56 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4386#comment-15434</guid> <description>Okay I didn&#039;t expect this crap to actually parse HTML.Second try:
&lt;a href=&quot;data:text/plain,Hello world&quot;&gt;Right click here and select &#039;save to disk&#039;&lt;/a&gt;</description> <content:encoded><![CDATA[<p>Okay I didn&#8217;t expect this crap to actually parse HTML.</p><p>Second try:<br
/> &lt;a href=&#8221;data:text/plain,Hello world&#8221;&gt;Right click here and select &#8216;save to disk&#8217;&lt;/a&gt;</p> ]]></content:encoded> </item> <item><title>By: Nicolas</title><link>http://davidwalsh.name/downloadify/comment-page-1#comment-15433</link> <dc:creator>Nicolas</dc:creator> <pubDate>Thu, 21 Jan 2010 00:37:15 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4386#comment-15433</guid> <description>This should be doable without Flash.&lt;a href=&quot;text/plain,Hello world&quot; rel=&quot;nofollow&quot;&gt;Right click here and select &#039;save to disk&#039;&lt;/a&gt;</description> <content:encoded><![CDATA[<p>This should be doable without Flash.</p><p><a
href="text/plain,Hello world" rel="nofollow">Right click here and select &#8216;save to disk&#8217;</a></p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 1/17 queries in 0.026 seconds using disk: basic
Object Caching 873/874 objects using disk: basic

Served from: davidwalsh.name @ 2012-02-09 00:03:30 -->
