<?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>Matt&#039;s Blog &#187; UMTS</title>
	<atom:link href="http://www.roaringmoon.com/blog/tag/umts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.roaringmoon.com/blog</link>
	<description>Odds and Ends from inside my head...</description>
	<lastBuildDate>Fri, 28 Oct 2011 17:51:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Better image quality from UMTS using Privoxy</title>
		<link>http://www.roaringmoon.com/blog/2010/01/22/better-image-quality-from-umts-using-privoxy/</link>
		<comments>http://www.roaringmoon.com/blog/2010/01/22/better-image-quality-from-umts-using-privoxy/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 15:56:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Cache-Control]]></category>
		<category><![CDATA[mobile broadband]]></category>
		<category><![CDATA[Pragma]]></category>
		<category><![CDATA[Privoxy]]></category>
		<category><![CDATA[UMTS]]></category>
		<guid isPermaLink="false">http://www.roaringmoon.com/blog/?p=61</guid>
		<description><![CDATA[If you are a mobile broadband user you will notice that your image quality is degraded by UMTS. Firefox can overcome this problem by virtue of the Modify Headers plugin. Essentially you need to add two headers to your outgoing request:
Pragma: no-cache
Cache-Control: no-cache
The same effect can be achieved for Internet Explorer and other Windows ...]]></description>
			<content:encoded><![CDATA[<p>If you are a mobile broadband user you will notice that your image quality is degraded by <a href="http://en.wikipedia.org/wiki/Universal_Mobile_Telecommunications_System">UMTS</a>. Firefox can overcome this problem by virtue of the <a href="https://addons.mozilla.org/en-US/firefox/addon/967">Modify Headers</a> plugin. Essentially you need to add two headers to your outgoing request:</p>
<p>Pragma: no-cache</p>
<p>Cache-Control: no-cache</p>
<p>The same effect can be achieved for Internet Explorer and other Windows applications by running <a href="http://www.privoxy.org/">Privoxy</a> and adding the following rule to the actions file:</p>
<pre class="brush: plain;">
{+add-header{Pragma: no-cache}\
+add-header{Cache-Control: no-cache}}
/
</pre>
<p>More details here: <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=2913535&amp;group_id=11118&amp;atid=211118">http://sourceforge.net/tracker/index.php?func=detail&amp;aid=2913535&amp;group_id=11118&amp;atid=211118</a></p>
<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="medium" count="1" href="http://www.roaringmoon.com/blog/2010/01/22/better-image-quality-from-umts-using-privoxy/">{lang: 'en-GB'}</g:plusone></div><p class="wp-flattr-button"></p>]]></content:encoded>
			<wfw:commentRss>http://www.roaringmoon.com/blog/2010/01/22/better-image-quality-from-umts-using-privoxy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

