<?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: Adobe&#039;s *@(#*&amp;$ Browser Requirements</title>
	<atom:link href="http://www.barneyb.com/barneyblog/2007/04/28/adobes-browser-requirements/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.barneyb.com/barneyblog/2007/04/28/adobes-browser-requirements/</link>
	<description>Thoughts, rants, and even some code from the mind of Barney Boisvert.</description>
	<lastBuildDate>Thu, 11 Sep 2014 09:58:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: barneyb</title>
		<link>https://www.barneyb.com/barneyblog/2007/04/28/adobes-browser-requirements/comment-page-1/#comment-14191</link>
		<dc:creator>barneyb</dc:creator>
		<pubDate>Thu, 03 May 2007 06:41:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/2007/04/28/adobes-browser-requirements/#comment-14191</guid>
		<description>Sean,

When I was managing &quot;real&quot; infrastructure, I did much the same thing.  But now that it&#039;s just my personal machines, I don&#039;t anymore.  That&#039;s due in no small part to the fact that Comcast (my ISP) throttles outgoing traffic to about 40k (yes, slower than a modem) beyond a certain point, which makes uploading a 300MB file take forever.  As such, any sort of cache I&#039;d have locally wouldn&#039;t be of any use unless the new machine was also local (which wasn&#039;t the case).  So I used my office workstation (via rdesktop) to download and reupload it.</description>
		<content:encoded><![CDATA[<p>Sean,</p>
<p>When I was managing "real" infrastructure, I did much the same thing.  But now that it's just my personal machines, I don't anymore.  That's due in no small part to the fact that Comcast (my ISP) throttles outgoing traffic to about 40k (yes, slower than a modem) beyond a certain point, which makes uploading a 300MB file take forever.  As such, any sort of cache I'd have locally wouldn't be of any use unless the new machine was also local (which wasn't the case).  So I used my office workstation (via rdesktop) to download and reupload it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean Corfield</title>
		<link>https://www.barneyb.com/barneyblog/2007/04/28/adobes-browser-requirements/comment-page-1/#comment-14185</link>
		<dc:creator>Sean Corfield</dc:creator>
		<pubDate>Thu, 03 May 2007 05:36:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/2007/04/28/adobes-browser-requirements/#comment-14185</guid>
		<description>Why would you download the files every time you get a new server? Surely you keep the downloaded files all in a shared storage area somewhere and then you&#039;d just copy the files onto the new server?

In fact we actually kept the CF installer and hotfixes under SVN so that we can manage the configuration of our servers more easily.</description>
		<content:encoded><![CDATA[<p>Why would you download the files every time you get a new server? Surely you keep the downloaded files all in a shared storage area somewhere and then you'd just copy the files onto the new server?</p>
<p>In fact we actually kept the CF installer and hotfixes under SVN so that we can manage the configuration of our servers more easily.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: barneyb</title>
		<link>https://www.barneyb.com/barneyblog/2007/04/28/adobes-browser-requirements/comment-page-1/#comment-13886</link>
		<dc:creator>barneyb</dc:creator>
		<pubDate>Mon, 30 Apr 2007 16:07:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/2007/04/28/adobes-browser-requirements/#comment-13886</guid>
		<description>Erwin,

Those links all bring you to the login form when you click them.  Perhaps you had already logged in?

Tony,

If I had physical access to the server, I&#039;d just use the installation CDs.</description>
		<content:encoded><![CDATA[<p>Erwin,</p>
<p>Those links all bring you to the login form when you click them.  Perhaps you had already logged in?</p>
<p>Tony,</p>
<p>If I had physical access to the server, I'd just use the installation CDs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cozmo</title>
		<link>https://www.barneyb.com/barneyblog/2007/04/28/adobes-browser-requirements/comment-page-1/#comment-13739</link>
		<dc:creator>Cozmo</dc:creator>
		<pubDate>Sun, 29 Apr 2007 14:32:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/2007/04/28/adobes-browser-requirements/#comment-13739</guid>
		<description>Potential solution:

I wrote a CF script a while back that would log me into the dynDNS.org site and create dns Records. I don&#039;t have the code lying around or I would post it. Basically I used the cfhttp and  cfhttpparam  type = &quot;Cookie&quot; to maintain the session.

As far as JS enabled you might want to try spoofing the browser like so.

cfhttp useragent=&quot;some JS enabled browser&quot;

I would do it on CF for POC and then port it to PHP or Python if it works.</description>
		<content:encoded><![CDATA[<p>Potential solution:</p>
<p>I wrote a CF script a while back that would log me into the dynDNS.org site and create dns Records. I don't have the code lying around or I would post it. Basically I used the cfhttp and  cfhttpparam  type = "Cookie" to maintain the session.</p>
<p>As far as JS enabled you might want to try spoofing the browser like so.</p>
<p>cfhttp useragent="some JS enabled browser"</p>
<p>I would do it on CF for POC and then port it to PHP or Python if it works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tony petruzzi</title>
		<link>https://www.barneyb.com/barneyblog/2007/04/28/adobes-browser-requirements/comment-page-1/#comment-13727</link>
		<dc:creator>tony petruzzi</dc:creator>
		<pubDate>Sun, 29 Apr 2007 12:17:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/2007/04/28/adobes-browser-requirements/#comment-13727</guid>
		<description>put a copy of the thing on a UNC share, a CD or a thumbdrive and stop your bitching already.

;)</description>
		<content:encoded><![CDATA[<p>put a copy of the thing on a UNC share, a CD or a thumbdrive and stop your bitching already.</p>
<p>;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erwin Verdonk</title>
		<link>https://www.barneyb.com/barneyblog/2007/04/28/adobes-browser-requirements/comment-page-1/#comment-13700</link>
		<dc:creator>Erwin Verdonk</dc:creator>
		<pubDate>Sun, 29 Apr 2007 06:29:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/2007/04/28/adobes-browser-requirements/#comment-13700</guid>
		<description>Hi Barney,

I think you havent tried hard enough ;-).

Coldfusion Download (dont use the dropdown but scrolldown): http://www.adobe.com/downloads/?product_list=%2Fgo%2Ftrycoldfusion&amp;Submit=Go
Coldfusion Hotfixes: http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_17883

It works for me here without JavaScript.

Cheers,
Erwin</description>
		<content:encoded><![CDATA[<p>Hi Barney,</p>
<p>I think you havent tried hard enough ;-).</p>
<p>Coldfusion Download (dont use the dropdown but scrolldown): <a href="http://www.adobe.com/downloads/?product_list=%2Fgo%2Ftrycoldfusion&amp;Submit=Go" rel="nofollow">http://www.adobe.com/downloads/?product_list=%2Fgo%2Ftrycoldfusion&amp;Submit=Go</a><br />
Coldfusion Hotfixes: <a href="http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_17883" rel="nofollow">http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_17883</a></p>
<p>It works for me here without JavaScript.</p>
<p>Cheers,<br />
Erwin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: barneyb</title>
		<link>https://www.barneyb.com/barneyblog/2007/04/28/adobes-browser-requirements/comment-page-1/#comment-13697</link>
		<dc:creator>barneyb</dc:creator>
		<pubDate>Sun, 29 Apr 2007 06:13:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/2007/04/28/adobes-browser-requirements/#comment-13697</guid>
		<description>You have to be logged in to download software.  If you copy and paste a link between computers, you won&#039;t have a logged in session, so you&#039;ll get booted to the login form, which will then boot you to the requirements page.  I suppose you could copy your cookies, but that&#039;s hardly straightforward with memory-only cookies.</description>
		<content:encoded><![CDATA[<p>You have to be logged in to download software.  If you copy and paste a link between computers, you won't have a logged in session, so you'll get booted to the login form, which will then boot you to the requirements page.  I suppose you could copy your cookies, but that's hardly straightforward with memory-only cookies.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andy matthews</title>
		<link>https://www.barneyb.com/barneyblog/2007/04/28/adobes-browser-requirements/comment-page-1/#comment-13696</link>
		<dc:creator>andy matthews</dc:creator>
		<pubDate>Sun, 29 Apr 2007 06:08:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/2007/04/28/adobes-browser-requirements/#comment-13696</guid>
		<description>Why not just browse to the link to the file, transfer the link to your server, then just download it normally from there?</description>
		<content:encoded><![CDATA[<p>Why not just browse to the link to the file, transfer the link to your server, then just download it normally from there?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
