<?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; mobile broadband</title>
	<atom:link href="http://www.roaringmoon.com/blog/tag/mobile-broadband/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>O2 PAYG Mobile Broadband</title>
		<link>http://www.roaringmoon.com/blog/2010/01/27/o2-payg-mobile-broadband/</link>
		<comments>http://www.roaringmoon.com/blog/2010/01/27/o2-payg-mobile-broadband/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 18:01:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[mobile broadband]]></category>
		<category><![CDATA[O2]]></category>
		<category><![CDATA[settings]]></category>
		<category><![CDATA[wvdial]]></category>
		<guid isPermaLink="false">http://www.roaringmoon.com/blog/?p=68</guid>
		<description><![CDATA[Having Googled unsuccessfully for the settings needed to use wvdial or a Solwise 3G router with O2 Pay-As-You-Go Mobile Broadband, I thought I would share the correct settings here. In order to connect you need the following details:
APN: m-bb.o2.co.uk
Username: o2bb
Password: password
The URL to visit to buy credit is:
https://mobilebroadbandaccess.o2.co.uk/
Happy surfing! :-)]]></description>
			<content:encoded><![CDATA[<p>Having Googled unsuccessfully for the settings needed to use wvdial or a Solwise 3G router with O2 Pay-As-You-Go Mobile Broadband, I thought I would share the correct settings here. In order to connect you need the following details:</p>
<p>APN: m-bb.o2.co.uk<br />
Username: o2bb<br />
Password: password</p>
<p>The URL to visit to buy credit is:</p>
<p><a href="https://mobilebroadbandaccess.o2.co.uk/">https://mobilebroadbandaccess.o2.co.uk/</a></p>
<p>Happy surfing! <img src='http://www.roaringmoon.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </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/27/o2-payg-mobile-broadband/">{lang: 'en-GB'}</g:plusone></div><p class="wp-flattr-button"></p>]]></content:encoded>
			<wfw:commentRss>http://www.roaringmoon.com/blog/2010/01/27/o2-payg-mobile-broadband/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>

