<?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>Freelance Web Development &#187; cfheader</title>
	<atom:link href="http://www.webveteran.com/blog/index.php/tag/cfheader/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webveteran.com/blog</link>
	<description>Programming: coldfusion, php, javascript, sql, css, scriptaculous, seo</description>
	<lastBuildDate>Tue, 10 Aug 2010 14:42:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>A better Fix for IE6 and gzip compressed javascripts</title>
		<link>http://www.webveteran.com/blog/index.php/web-coding/coldfusion/a-better-fix-for-ie6-and-gzip-compressed-javascripts/</link>
		<comments>http://www.webveteran.com/blog/index.php/web-coding/coldfusion/a-better-fix-for-ie6-and-gzip-compressed-javascripts/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 12:00:24 +0000</pubDate>
		<dc:creator>Jules</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Scriptaculous]]></category>
		<category><![CDATA[cfcontent]]></category>
		<category><![CDATA[cfheader]]></category>
		<category><![CDATA[HTTP_USER_AGENT]]></category>
		<category><![CDATA[ie6]]></category>

		<guid isPermaLink="false">http://www.webveteran.com/blog/?p=545</guid>
		<description><![CDATA[In previous posts I found a fix for an intermittent problem with IE6 not loading compressed javascripts. IE was loading the first zero bytes of the gzipped javascripts. But if you copy-paste the url of the javascript it loads fine. And then the pages with those javascripts work just fine from there on. That fix was to exclude [...]<br/><br/>
<table>
<tr><td nowrap valign="top">
<a href="http://www.webveteran.com/blog/index.php/web-coding/coldfusion/a-better-fix-for-ie6-and-gzip-compressed-javascripts/#comments" title="to the comments">0 comment(s)</a><br/><small>
<a href="http://www.addthis.com/bookmark.php?v=15&#038;winname=addthis&#038;pub=freelancewebdeveloper&#038;s=more&#038;url=http://www.webveteran.com/blog/index.php/web-coding/coldfusion/a-better-fix-for-ie6-and-gzip-compressed-javascripts/&#038;logo=http://www.webveteran.com/blog/images/freelance-web-development.png&#038;logobg=&#038;logocolor=&#038;ate=AT-freelancewebdeveloper/-/~/54030aa53bfd7/12/491901bf3836ddcd&#038;adt=1&#038;content=&#038;CXNID=2000001.5215456080540439074NXC&#038;brand=WebVeteran.com" target="_blank"><img width="125" height="16" border="0" alt="" src="http://s7.addthis.com/static/btn/lg-addthis-en.gif" /></a></small></td><td valign='top'><small>
Copyright &#169; 2010 Jules Gravinese @ The <a href="http://www.webveteran.com/blog/">Freelance Web Development Blog</a>.<br/>This feed is for personal, non-commercial use only. The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. ac7933855cc938c69031a858b4e532f0 (38.107.191.112) </td></tr></table>]]></description>
		<wfw:commentRss>http://www.webveteran.com/blog/index.php/web-coding/coldfusion/a-better-fix-for-ie6-and-gzip-compressed-javascripts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix for Safari and gzip compressed javascripts</title>
		<link>http://www.webveteran.com/blog/index.php/web-coding/coldfusion/fix-for-safari-and-gzip-compressed-javascripts/</link>
		<comments>http://www.webveteran.com/blog/index.php/web-coding/coldfusion/fix-for-safari-and-gzip-compressed-javascripts/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 12:33:28 +0000</pubDate>
		<dc:creator>Jules</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Scriptaculous]]></category>
		<category><![CDATA[cfcontent]]></category>
		<category><![CDATA[cfheader]]></category>
		<category><![CDATA[Content-Disposition]]></category>
		<category><![CDATA[Content-Type]]></category>
		<category><![CDATA[gz]]></category>
		<category><![CDATA[gzip]]></category>
		<category><![CDATA[HTTP_ACCEPT_ENCODING]]></category>
		<category><![CDATA[HTTP_USER_AGENT]]></category>
		<category><![CDATA[safari]]></category>

		<guid isPermaLink="false">http://www.webveteran.com/blog/?p=540</guid>
		<description><![CDATA[IE sometimes loads the first zero bytes of the gzipped javascripts. But if you copy-paste the url of the javascript it loads fine. And then the pages with those javascripts work from there on (probably cached at that point). Read more for the fix!<br/><br/>
<table>
<tr><td nowrap valign="top">
<a href="http://www.webveteran.com/blog/index.php/web-coding/coldfusion/fix-for-safari-and-gzip-compressed-javascripts/#comments" title="to the comments">5 comment(s)</a><br/><small>
<a href="http://www.addthis.com/bookmark.php?v=15&#038;winname=addthis&#038;pub=freelancewebdeveloper&#038;s=more&#038;url=http://www.webveteran.com/blog/index.php/web-coding/coldfusion/fix-for-safari-and-gzip-compressed-javascripts/&#038;logo=http://www.webveteran.com/blog/images/freelance-web-development.png&#038;logobg=&#038;logocolor=&#038;ate=AT-freelancewebdeveloper/-/~/54030aa53bfd7/12/491901bf3836ddcd&#038;adt=1&#038;content=&#038;CXNID=2000001.5215456080540439074NXC&#038;brand=WebVeteran.com" target="_blank"><img width="125" height="16" border="0" alt="" src="http://s7.addthis.com/static/btn/lg-addthis-en.gif" /></a></small></td><td valign='top'><small>
Copyright &#169; 2010 Jules Gravinese @ The <a href="http://www.webveteran.com/blog/">Freelance Web Development Blog</a>.<br/>This feed is for personal, non-commercial use only. The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. ac7933855cc938c69031a858b4e532f0 (38.107.191.112) </td></tr></table>]]></description>
		<wfw:commentRss>http://www.webveteran.com/blog/index.php/web-coding/coldfusion/fix-for-safari-and-gzip-compressed-javascripts/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Fix for IE6 and gzip compressed javascripts</title>
		<link>http://www.webveteran.com/blog/index.php/web-coding/coldfusion/fix-for-ie6-and-gzip-compressed-javascripts/</link>
		<comments>http://www.webveteran.com/blog/index.php/web-coding/coldfusion/fix-for-ie6-and-gzip-compressed-javascripts/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 12:36:56 +0000</pubDate>
		<dc:creator>Jules</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Scriptaculous]]></category>
		<category><![CDATA[cfcontent]]></category>
		<category><![CDATA[cfheader]]></category>
		<category><![CDATA[Content-Disposition]]></category>
		<category><![CDATA[Content-Type]]></category>
		<category><![CDATA[gz]]></category>
		<category><![CDATA[gzip]]></category>
		<category><![CDATA[HTTP_ACCEPT_ENCODING]]></category>
		<category><![CDATA[HTTP_USER_AGENT]]></category>
		<category><![CDATA[ie6]]></category>

		<guid isPermaLink="false">http://www.webveteran.com/blog/?p=538</guid>
		<description><![CDATA[IE sometimes loads the first zero bytes of the gzipped javascripts. But if you copy-paste the url of the javascript it loads fine. And then the pages with those javascripts work from there on (probably cached at that point). Read more for the fix!<br/><br/>
<table>
<tr><td nowrap valign="top">
<a href="http://www.webveteran.com/blog/index.php/web-coding/coldfusion/fix-for-ie6-and-gzip-compressed-javascripts/#comments" title="to the comments">0 comment(s)</a><br/><small>
<a href="http://www.addthis.com/bookmark.php?v=15&#038;winname=addthis&#038;pub=freelancewebdeveloper&#038;s=more&#038;url=http://www.webveteran.com/blog/index.php/web-coding/coldfusion/fix-for-ie6-and-gzip-compressed-javascripts/&#038;logo=http://www.webveteran.com/blog/images/freelance-web-development.png&#038;logobg=&#038;logocolor=&#038;ate=AT-freelancewebdeveloper/-/~/54030aa53bfd7/12/491901bf3836ddcd&#038;adt=1&#038;content=&#038;CXNID=2000001.5215456080540439074NXC&#038;brand=WebVeteran.com" target="_blank"><img width="125" height="16" border="0" alt="" src="http://s7.addthis.com/static/btn/lg-addthis-en.gif" /></a></small></td><td valign='top'><small>
Copyright &#169; 2010 Jules Gravinese @ The <a href="http://www.webveteran.com/blog/">Freelance Web Development Blog</a>.<br/>This feed is for personal, non-commercial use only. The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. ac7933855cc938c69031a858b4e532f0 (38.107.191.112) </td></tr></table>]]></description>
		<wfw:commentRss>http://www.webveteran.com/blog/index.php/web-coding/coldfusion/fix-for-ie6-and-gzip-compressed-javascripts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
