<?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>InfinityLimited &#187; web</title>
	<atom:link href="http://blog.infinitylimited.net/tag/web/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.infinitylimited.net</link>
	<description>Random bits of stuff I found the need to write down.</description>
	<lastBuildDate>Sun, 01 Jan 2012 18:40:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com" />
	<atom:link rel="hub" href="http://superfeedr.com/hubbub" />
			<item>
		<title>Using Squid as a centralised Proxy</title>
		<link>http://blog.infinitylimited.net/2010/09/16/centralised-squid-proxy</link>
		<comments>http://blog.infinitylimited.net/2010/09/16/centralised-squid-proxy#comments</comments>
		<pubDate>Thu, 16 Sep 2010 13:57:28 +0000</pubDate>
		<dc:creator>Jake</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Ipad]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://blog.infinitylimited.net/?p=1145</guid>
		<description><![CDATA[Use squid with upstream web proxy authentication. And iPads.]]></description>
			<content:encoded><![CDATA[<p>Many programs do not use the built in XP proxy configuration.  <a href="http://www.mozilla.com/en-US/firefox/firefox.html">Firefox</a>, <a href="http://www.dropbox.com/">Dropbox</a>, <a href="http://translateclient.com/">Google Translate Client</a> to name a few.<br />
Moving between networks is a pain, and I had previously tried to automate the task of changing the proxy settings, with <a href="http://blog.infinitylimited.net/2010/09/07/mysterious-hidden-proxy-settings">mixed results</a>.<br />
Enter <a href="http://www.squid-cache.org/">Squid</a>.<br />
<a href="http://hints.macworld.com/article.php?story=20030226161459306">This article</a> explains how to configure it to connect to an <a href="http://www.squid-cache.org/Doc/config/cache_peer/">parent proxy</a> that requires authentication.<br />
Make sure you change the <code>http_port</code> parameter to only bind to 127.0.0.1, unless you&#8217;re doing something sneaky with your iPad, which cannot use the parent proxy&#8230;.</p>
<p><strong>Update:</strong><br />
A few more usefull tidbits:</p>
<ul>
<li>Install Squid as a service with the -i command line option</li>
<li>Start and Stop with the <code>net start|stop</code> commands</li>
<li>You should modify the ACLs from those in the article linked above.  Here are mine:</li>
</ul>
<blockquote><p><code>acl localhost src 127.0.0.1/255.255.255.255<br />
acl all src 0.0.0.0/0.0.0.0<br />
acl INTERNAL src 172.28.0.0/255.255.252.0<br />
acl NAUGHTY_STUFF dstdom_regex →<br />
&nbsp;&nbsp;-i "etc/domain_blacklist"</p>
<p>http_access deny NAUGHTY_STUFF</p>
<p>http_access allow manager localhost<br />
http_access deny manager</p>
<p>http_access allow localhost<br />
# http_access allow all<br />
http_access deny all<br />
</code></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.infinitylimited.net/2010/09/16/centralised-squid-proxy/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The 2o7 cookie.</title>
		<link>http://blog.infinitylimited.net/2010/04/08/the-2o7-cookie</link>
		<comments>http://blog.infinitylimited.net/2010/04/08/the-2o7-cookie#comments</comments>
		<pubDate>Thu, 08 Apr 2010 14:07:57 +0000</pubDate>
		<dc:creator>Jake</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://blog.infinitylimited.net/?p=1072</guid>
		<description><![CDATA[This cookie is force-fed to you from so many places.]]></description>
			<content:encoded><![CDATA[<p>I started blocking cookies, just for fun, and was amazed how many sites try to give me a 207.net cookie!</p>
<p><a href="http://www.makeuseof.com/tag/that-mysterious-2o7-net-tracking-cookie-all-you-need-to-know/">This article</a> was interesting, but not as interesting as one of the comments from the author:</p>
<blockquote><p>Plus, if you think the ads are selling products, you’re sadly mistaken. The ads are selling you to the companies that make the products. You are the product. I find that offensive.</p></blockquote>
<p>He did go on a bit of a rant however, about his electricity bill, which kind of ruined it.  But I like the idea of realising that your anonymity is long-gone, and your browsing habits <em>are</em> a product, and someone if profiting from them.</p>
<p>Maybe someone in the ad industry would like to comment?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.infinitylimited.net/2010/04/08/the-2o7-cookie/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spam Blogs Republish Your RSS Feeds? Use this to your Advantage</title>
		<link>http://blog.infinitylimited.net/2010/03/24/spam-blogs-republish-your-rss-feeds-use-this-to-your-advantage</link>
		<comments>http://blog.infinitylimited.net/2010/03/24/spam-blogs-republish-your-rss-feeds-use-this-to-your-advantage#comments</comments>
		<pubDate>Tue, 23 Mar 2010 20:55:08 +0000</pubDate>
		<dc:creator>Jake</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[profit]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://blog.infinitylimited.net/?p=748</guid>
		<description><![CDATA[Spam Blogs Republish Your RSS Feeds? Use this to your Advantage]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.labnol.org/internet/blogging/spam-websites-republish-blog-rss-feeds/4241/">Here is a tip</a>: When you find your blog is being re-broadcast via your RSS feed, embed links in it back to your site.  This will clearly show the content has been hijacked, and might even drive more page views.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.infinitylimited.net/2010/03/24/spam-blogs-republish-your-rss-feeds-use-this-to-your-advantage/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WPtouch: Mobile Theme for WordPress</title>
		<link>http://blog.infinitylimited.net/2010/03/23/wptouch-for-wordpress</link>
		<comments>http://blog.infinitylimited.net/2010/03/23/wptouch-for-wordpress#comments</comments>
		<pubDate>Tue, 23 Mar 2010 15:48:57 +0000</pubDate>
		<dc:creator>Jake</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.infinitylimited.net/?p=746</guid>
		<description><![CDATA[WPtouch: WordPress theme for iPhone makes your site look and feel like an iPhone app.]]></description>
			<content:encoded><![CDATA[<p>Installed this: <a href="http://www.bravenewcode.com/wptouch/">WPtouch: Mobile Plugin + Theme for WordPress from BraveNewCode.</a></p>
<p>Tried to test it with <a href="http://testiphone.com/">testiphone.com</a> but they are not sending the right agent string. <a href="http://www.flavorstudios.com/iphone-icon-generator" class="broken_link">This site</a> however is cool &#8211; it will create iPhone-y icons.  Heh &#8211; iPhoney&#8230; someone should register that&#8230;.</p>
<p>So, tested with Firefox and the about:config trick described <a href="http://www.mydigitallife.info/2008/06/28/how-to-emulate-iphone-change-user-agent-in-safari-and-firefox-web-browser/">here</a>.  Be sure to blank out any other *.useragent.* strings you find in their as well, which definitely voids all warranties.</p>
<p>Anyone with a real iPhone care to tell me how it looks?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.infinitylimited.net/2010/03/23/wptouch-for-wordpress/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CSS is awesome</title>
		<link>http://blog.infinitylimited.net/2009/06/14/css-is-awesome</link>
		<comments>http://blog.infinitylimited.net/2009/06/14/css-is-awesome#comments</comments>
		<pubDate>Sun, 14 Jun 2009 04:43:07 +0000</pubDate>
		<dc:creator>Jake</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[humour]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://blog.infinitylimited.net/?p=769</guid>
		<description><![CDATA[PicoCool &#8211; CSS is awesome &#8211; mug.]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://picocool.com/story/title/css-is-awesome---mug"><img src="http://picocool.com/images/uploads/img_1705.jpg" alt="" /></a></p>
<p><a href="http://picocool.com/story/title/css-is-awesome---mug">PicoCool &#8211; CSS is awesome &#8211; mug</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.infinitylimited.net/2009/06/14/css-is-awesome/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Same drivel, different host&#8230;.</title>
		<link>http://blog.infinitylimited.net/2009/04/13/same-drivel-different-host</link>
		<comments>http://blog.infinitylimited.net/2009/04/13/same-drivel-different-host#comments</comments>
		<pubDate>Mon, 13 Apr 2009 15:58:41 +0000</pubDate>
		<dc:creator>Jake</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[move]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://blog.infinitylimited.net/?p=686</guid>
		<description><![CDATA[Have had a good run with Livejournal, but it&#8217;s time to move on. In the processes of moving the http://www.infinitylimited.net site to a GoDaddy hosting solution.  The cost of maintaining a full dedicated server was just too much, when considering what it is was being used for. I gave up managing my own email server [...]]]></description>
			<content:encoded><![CDATA[<p>Have had a good run with Livejournal, but it&#8217;s time to move on.<br />
<span id="more-686"></span><br />
In the processes of moving the <a href="http://www.infinitylimited.net ">http://www.infinitylimited.net</a> site to a <a href="http://www.godaddy.com">GoDaddy </a> hosting solution.   The cost of maintaining a full dedicated server was just too much, when considering what it is was being used for.</p>
<p>I gave up managing my own email server a while ago &#8211; just too much work to keep on top of the spam.  And now <a href="http://mail.google.com">Gmail</a> is fast becoming my main mail online anyway.  It has IMAP and  aliases, which means I can keep my @infinitylimited.net account, and others (like my @computer.org account, which I got through the <a href="http://www.ieee.org">IEEE</a> <a href="http://www.computer.org">computer</a> society.)</p>
<p>I&#8217;ve managed to import all my livejournal posts into WordPress, but it wasn&#8217;t easy &#8211; even with all the scripts and so on out there (<a href="http://www.livejournal.com/export.bml">[1]</a>, <a href="http://heinous.org/wiki/LiveJournal_XML_Export_Script" class="broken_link">[2]</a>, <a href="http://codex.wordpress.org/Importing_Content#LiveJournal">[3]</a>, <a href="http://vodex.net/wordpress_lj_import/" class="broken_link">[4]</a>).  I ended up having to edit both the LJ export scripts, and the WP import scripts, which included having to go through that particular kind of pain which is CPAN on cygwin.   The pain was worth it though.  When I get settled on the new server I&#8217;ll post relevant code.</p>
<p>Now all that&#8217;s left is to select a gallery program and migrate the photos without breaking any the 150 or so links&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.infinitylimited.net/2009/04/13/same-drivel-different-host/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

