<?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>johnjcamilleri.com &#187; Random Tech</title>
	<atom:link href="http://johnjcamilleri.com/category/random-tech/feed/" rel="self" type="application/rss+xml" />
	<link>http://johnjcamilleri.com</link>
	<description></description>
	<lastBuildDate>Sun, 25 Jul 2010 20:20:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Enabling compression with GoDaddy Shared Hosting</title>
		<link>http://johnjcamilleri.com/2010/07/enabling-compression-with-godaddy-shared-hosting/</link>
		<comments>http://johnjcamilleri.com/2010/07/enabling-compression-with-godaddy-shared-hosting/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 10:44:13 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Random Tech]]></category>
		<category><![CDATA[Useful]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[compression]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[deflate]]></category>
		<category><![CDATA[godaddy]]></category>
		<category><![CDATA[gzip]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[shared hosting]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://johnjcamilleri.com/?p=213</guid>
		<description><![CDATA[Compression of HTML, CSS and JavaScript is quite important for improving your site&#8217;s speed and should always be used. Of you will find that all you need to do is add a line similar to the following to your .htaccess file: AddOutputFilterByType DEFLATE text/html text/plain text/css text/xml application/x-javascript text/javascript application/javascript Source: StackOverflow However, if you&#8217;re [...]]]></description>
			<content:encoded><![CDATA[<p>Compression of HTML, CSS and JavaScript is quite important for improving your site&#8217;s speed and should always be used.</p>
<p>Of you will find that all you need to do is add a line similar to the following to your <code>.htaccess</code> file:</p>
<p><code>AddOutputFilterByType DEFLATE text/html text/plain text/css text/xml application/x-javascript text/javascript application/javascript</code><br />
<em>Source: <a href="http://stackoverflow.com/questions/373725/javascript-compression-via-htaccess">StackOverflow</a></em></p>
<p>However, if you&#8217;re on a GoDaddy shared hosting account you may have realised that this doesn&#8217;t work. <a href="http://help.godaddy.com/article/4485">GoDaddy&#8217;s help page</a> recommends that you paste this code in all your PHP pages:</p>
<p><code>&lt;?php if (substr_count($_SERVER['HTTP_ACCEPT_ENCODING'], 'gzip')) ob_start("ob_gzhandler"); else ob_start(); ?&gt;</code></p>
<p>That&#8217;s fine, but from my understanding this will not cache your CSS or JavaScript. However, I found a <a href="http://wordpresspartner.com/tutorials/godaddy-htaccess-gzip/">solution here</a>, which involves some <code>.htaccess</code> trickery to compress all your CSS and JavaScript files automatically. Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://johnjcamilleri.com/2010/07/enabling-compression-with-godaddy-shared-hosting/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>An interesting way to avoid publishing your email address..</title>
		<link>http://johnjcamilleri.com/2010/03/an-interesting-way-to-avoid-publishing-your-email-address/</link>
		<comments>http://johnjcamilleri.com/2010/03/an-interesting-way-to-avoid-publishing-your-email-address/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 18:11:09 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Random Tech]]></category>
		<category><![CDATA[antispam]]></category>

		<guid isPermaLink="false">http://johnjcamilleri.com/?p=167</guid>
		<description><![CDATA[Check out this page: http://blacksapphire.com/antispam/ Not only does this guy require you to answer a mini quiz to prove you are human, but he will also generate a new email address for every person who wishes to contact him (which I imagine are only valid for a limited amount of time) so that he never [...]]]></description>
			<content:encoded><![CDATA[<p>Check out this page: <a href="http://blacksapphire.com/antispam/">http://blacksapphire.com/antispam/</a></p>
<p>Not only does this guy require you to answer a mini quiz to prove you are human, but he will also generate a new email address for every person who wishes to contact him (which I imagine are only valid for a limited amount of time) so that he never has to give a single, spammable, email address..</p>
<p>I thought it was quite inventive!</p>
]]></content:encoded>
			<wfw:commentRss>http://johnjcamilleri.com/2010/03/an-interesting-way-to-avoid-publishing-your-email-address/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 Backup &#8211; bloody useless</title>
		<link>http://johnjcamilleri.com/2009/12/windows-7-backup-bloody-useless/</link>
		<comments>http://johnjcamilleri.com/2009/12/windows-7-backup-bloody-useless/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 17:58:56 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Random Tech]]></category>
		<category><![CDATA[bakcup]]></category>
		<category><![CDATA[restore]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://johnjcamilleri.com/?p=136</guid>
		<description><![CDATA[As someone whos studies and work are totally computer-based, backup is an important issue to me. Until now I&#8217;ve relied on simple directory synchronisation &#8211; I can specify exactly what I want and know what exacltly is going on. I still use Directory Sync Pro, which is just great for most purposes. However since starting [...]]]></description>
			<content:encoded><![CDATA[<p>As someone whos studies and work are totally computer-based, backup is an important issue to me. Until now I&#8217;ve relied on simple directory synchronisation &#8211; I can specify exactly what I want and know what exacltly is going on. I still use <a href="http://directorysync.sourceforge.net/">Directory Sync Pro</a>, which is just great for most purposes.</p>
<p>However since starting to use Windows 7, I&#8217;ve been wanting to give the inbuilt Backup &amp; Restore feature as a second backup. So I found a nice empty hard-drive for dedicating to this purpose, and went ahead.</p>
<p>First I just chose all the default options, which essentially backs up all your user profile stuff, and makes a &#8220;system image&#8221; (which it&#8217;s a bit vague about, but anyway). First it says it&#8217;s copying the files, which takes absolutely ages (hours and hours). The computer is usable during that time but sometimes it really slows down. Also there&#8217;s no pause button. There&#8217;s stop, but I have yet to see it actually work :/.</p>
<p>Anyway, then it finally gets to the system image, which takes even longer&#8230; long story short, for some reason mine would never complete. It would always get stuck at 83%, even after a whole night of working. At this point the computer is unusable &#8211; I pretty much had to do a hard-reboot. Tried again and it did exact the same thing, practically freezing at 83% then another hard reboot.</p>
<p>So I cleared everything, and decided to try again choosing &#8220;custom&#8221; this time. I selected my libraries and 2 folders in C:\, with no system image since that&#8217;s what seemed to be the problem before. This time it works for about an hour, getting to 25%, then suddenly finishes saying the backup was incomplete because it skipped some files. When I look at the log to find out what it skipped, it&#8217;s some non-existent file: <span style="text-decoration: underline;">C:\Windows\System32\config\systemprofile\Web Development</span></p>
<p>Last chance I thought.. I changed the backup settings and removed some insignificant stuff like the contacts folder &#8211; then start the backup again, it takes 6 whole hours to get to 100%&#8230; but then complains about the same file!</p>
<p>At this point I lost hope. There&#8217;s definitely <em>something</em> in the backup, but it never &#8220;completes&#8221;, always complaining about that file. So honestly I don&#8217;t know how much I can trust it&#8230;</p>
<p>My conclusion: you&#8217;re probably better off with something else. Anyway if anyone has had similar (or different) luck with it I&#8217;d love to know&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://johnjcamilleri.com/2009/12/windows-7-backup-bloody-useless/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use your iPod without iTunes using SharePod</title>
		<link>http://johnjcamilleri.com/2009/11/use-your-ipod-without-itunes-using-sharepod/</link>
		<comments>http://johnjcamilleri.com/2009/11/use-your-ipod-without-itunes-using-sharepod/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 23:30:44 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Random Tech]]></category>
		<category><![CDATA[ipod]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[sharepod]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://johnjcamilleri.com/?p=128</guid>
		<description><![CDATA[So I bought an iPod Nano a while back, it&#8217;s actually a 1st-generation model. I was happy using it with iTunes for a while, but as time went by I started to hate iTunes (on Windows) more and more.. to the point where I got rid of it once and for all. I resorted to [...]]]></description>
			<content:encoded><![CDATA[<p>So I bought an iPod Nano a while back, it&#8217;s actually a 1st-generation model. I was happy using it with iTunes for a while, but as time went by I started to hate iTunes (on Windows) more and more.. to the point where I got rid of it once and for all.</p>
<p>I resorted to Windows Media Player, which is actually pretty decent and BLOODY FAST! Compared to iTunes&#8230; I mean there&#8217;s absolutely no contest.</p>
<p>Anyway I wanted to use my iPod but would absolutely never install iTunes, so was looking for a good way to manage my iPod files without it&#8230; and lo and behold, I found <a href="http://www.getsharepod.com/">SharePod</a>.</p>
<p>SharPod is absolutely wonderful &#8211; there&#8217;s no installation, you just run a single executable which does all the config work for you, and all you do is drag and drop your music to and from your iPod, just like it was a normal non-closed-off-by-Apple personal music player.</p>
<p>Lovely&#8230; I definitely recommend it! Oh, plus it&#8217;s completely free &#8211; but not the &#8220;ok what&#8217;s the catch&#8221; sort of free, but the &#8220;all the best software is free&#8221; kind <img src='http://johnjcamilleri.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://johnjcamilleri.com/2009/11/use-your-ipod-without-itunes-using-sharepod/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>j&#8217;s in Thunderbird emails Outlook smiley faces</title>
		<link>http://johnjcamilleri.com/2009/11/js-in-thunderbird-emails-outlook-smiley-faces/</link>
		<comments>http://johnjcamilleri.com/2009/11/js-in-thunderbird-emails-outlook-smiley-faces/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 11:28:31 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Random Tech]]></category>
		<category><![CDATA[Useful]]></category>
		<category><![CDATA[emoticon]]></category>
		<category><![CDATA[J]]></category>
		<category><![CDATA[outlook]]></category>
		<category><![CDATA[smiley]]></category>
		<category><![CDATA[thunderbird]]></category>

		<guid isPermaLink="false">http://johnjcamilleri.com/?p=121</guid>
		<description><![CDATA[UPDATE: For those using Thunderbird 3, please refer to this post. Like lots of people who use Thunderbird, I was getting irritated when receiving emails from Outlook users with the smiley&#8217;s replaced by J&#8217;s. Unsuprisingly, it&#8217;s Microsoft&#8217;s fault because they just simply don&#8217;t care about other clients and standards. Anyway, here&#8217;s how to fix it: [...]]]></description>
			<content:encoded><![CDATA[<p style="padding: 5px; background: #FFFFE0; border: 1px solid #E6DB55; margin: 1em;"><strong>UPDATE</strong>: For those using Thunderbird 3, please refer to <a href="http://johnjcamilleri.com/2010/07/js-instead-of-smileys-in-thunderbird-3/">this post</a>.</p>
<p>Like lots of people who use Thunderbird, I was getting irritated when receiving emails from Outlook users with the smiley&#8217;s replaced by J&#8217;s.</p>
<p>Unsuprisingly, it&#8217;s Microsoft&#8217;s fault because they just simply don&#8217;t care about other clients and standards. Anyway, here&#8217;s how to fix it:</p>
<p><a href="http://www.justinswan.com/damn-js-in-thunderbird-emails-smiley-faces.html">j&#8217;s in Thunderbird emails Outlook smiley faces | The Swan Song</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://johnjcamilleri.com/2009/11/js-in-thunderbird-emails-outlook-smiley-faces/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Let&#8217;s Kill IE6</title>
		<link>http://johnjcamilleri.com/2009/09/lets-kill-ie6/</link>
		<comments>http://johnjcamilleri.com/2009/09/lets-kill-ie6/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 21:29:54 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Random Tech]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[ie6]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[lets-kill-ie6]]></category>
		<category><![CDATA[style]]></category>

		<guid isPermaLink="false">http://johnjcamilleri.com/?p=101</guid>
		<description><![CDATA[A great effort to get people to switch from IE6: Let&#8217;s Kill IE6. I couldn&#8217;t find the CSS for this anywhere, so here&#8217;s what I&#8217;m using. Note: you will probably also want this image. /* ============== */ /* Let's Kill IE6 */ /* ============== */ #letskillie6 { width:400px; background:#2A2A2A; color:#CCCCCC; font-size:14px; line-height:18px; position:absolute; left:34%; } [...]]]></description>
			<content:encoded><![CDATA[<p>A great effort to get people to switch from IE6:<a href="http://www.neoease.com/lets-kill-ie6/"> Let&#8217;s Kill IE6</a>.</p>
<p>I couldn&#8217;t find the CSS for this anywhere, so here&#8217;s what I&#8217;m using.<br />
Note: you will probably also want <a title="Icons" href="http://letskillie6.googlecode.com/files/icons.gif" class="external">this image</a>.</p>
<p><code><br />
/* ============== */<br />
/* Let's Kill IE6 */<br />
/* ============== */<br />
#letskillie6 {<br />
width:400px;<br />
background:#2A2A2A;<br />
color:#CCCCCC;<br />
font-size:14px;<br />
line-height:18px;<br />
position:absolute;<br />
left:34%;<br />
}<br />
#letskillie6 #letskillie6_close {<br />
background:url(images/letskillie6.gif) no-repeat 0 0;<br />
float:right;<br />
height:15px;<br />
width:0;<br />
overflow:hidden;<br />
padding-left:15px;<br />
margin:5px;<br />
}<br />
#letskillie6 #letskillie6_close:hover {<br />
background:url(images/letskillie6.gif) no-repeat 0 -15px;<br />
}<br />
#letskillie6 .content {<br />
width:100%;<br />
margin:0;<br />
float:none;<br />
}<br />
#letskillie6 .content .pic {<br />
background:url(images/letskillie6.gif) no-repeat -15px 0;<br />
height:73px;<br />
width:55px;<br />
display:block;<br />
float:left;<br />
margin:10px;<br />
}<br />
#letskillie6 .content p {<br />
margin-top:10px;<br />
padding-right:10px;<br />
}<br />
#letskillie6 .content p.browsers {<br />
padding:0 10px 15px 10px;<br />
}<br />
#letskillie6 .content p.meta {<br />
display:none;<br />
}<br />
#letskillie6 .content p.browsers a {<br />
display:block;<br />
float:left;<br />
height:16px;<br />
padding-left:20px;<br />
margin-left:11px;<br />
color:#A8C634;<br />
}<br />
#letskillie6 .content p.browsers a.ie8 		{ background:url(images/letskillie6.gif) no-repeat -70px 0; }<br />
#letskillie6 .content p.browsers a.firefox 	{ background:url(images/letskillie6.gif) no-repeat -70px -16px; }<br />
#letskillie6 .content p.browsers a.opera 		{ background:url(images/letskillie6.gif) no-repeat -70px -32px; }<br />
#letskillie6 .content p.browsers a.chrome 	{ background:url(images/letskillie6.gif) no-repeat -70px -48px; }<br />
#letskillie6 .content p.browsers a.safari 	{ background:url(images/letskillie6.gif) no-repeat -70px -64px; }<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://johnjcamilleri.com/2009/09/lets-kill-ie6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bring Misplaced Off-Screen Windows Back to Your Desktop</title>
		<link>http://johnjcamilleri.com/2009/06/bring-misplaced-off-screen-windows-back-to-your-desktop/</link>
		<comments>http://johnjcamilleri.com/2009/06/bring-misplaced-off-screen-windows-back-to-your-desktop/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 16:32:00 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Random Tech]]></category>
		<category><![CDATA[Useful]]></category>
		<category><![CDATA[hidden]]></category>
		<category><![CDATA[monitor]]></category>
		<category><![CDATA[move]]></category>
		<category><![CDATA[multi]]></category>
		<category><![CDATA[off-screen]]></category>
		<category><![CDATA[window]]></category>

		<guid isPermaLink="false">http://johnjcamilleri.com/?p=68</guid>
		<description><![CDATA[Found this quite useful.. Linked to google cache version because the actual page wouldn&#8217;t load when I tried&#8230; Bring Misplaced Off-Screen Windows Back to Your Desktop (Keyboard Trick) :: the How-To Geek.]]></description>
			<content:encoded><![CDATA[<p>Found this quite useful.. Linked to google cache version because the actual page wouldn&#8217;t load when I tried&#8230;</p>
<p><a href="http://209.85.129.132/search?q=cache:IR_Ipp0MHr0J:www.howtogeek.com/howto/windows/bring-misplaced-off-screen-windows-back-to-your-desktop-keyboard-trick/+window+off+screen&amp;cd=1&amp;hl=en&amp;ct=clnk&amp;gl=mt&amp;client=firefox-a">Bring Misplaced Off-Screen Windows Back to Your Desktop (Keyboard Trick) :: the How-To Geek</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://johnjcamilleri.com/2009/06/bring-misplaced-off-screen-windows-back-to-your-desktop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AllWaySync &#8211; changed my mind</title>
		<link>http://johnjcamilleri.com/2009/02/allwaysync-changed-my-mind/</link>
		<comments>http://johnjcamilleri.com/2009/02/allwaysync-changed-my-mind/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 17:13:12 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Random Tech]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[directory]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[sync]]></category>

		<guid isPermaLink="false">http://www.johnjcamilleri.com/blog/?p=12</guid>
		<description><![CDATA[I thought AllWaySync (previous post) was great, but after some use I was told my usage patterns are too high &#38; that I needed to buy a pro license.. screw that! So I went on another hunt and found something whch I&#8217;m starting to like even more:  DirSyncPro. Don&#8217;t let the &#8220;Pro&#8221; fool you, it&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>I thought AllWaySync (previous post) was great, but after some use I was told my usage patterns are too high &amp; that I needed to buy a pro license.. screw that!</p>
<p>So I went on another hunt and found something whch I&#8217;m starting to like even more:  <a href="http://directorysync.sourceforge.net/">DirSyncPro</a>. Don&#8217;t let the &#8220;Pro&#8221; fool you, it&#8217;s 100% open source goodness. My only real gripe with it is that it&#8217;s Java and therefore a little slower, but really when you only use it occasionally you can look past that. It&#8217;s totally customisable like all good power user software should be.</p>
<p>Anyway, I love it and you should too. Cheers guys</p>
]]></content:encoded>
			<wfw:commentRss>http://johnjcamilleri.com/2009/02/allwaysync-changed-my-mind/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Handy Folder Sync App for Backup</title>
		<link>http://johnjcamilleri.com/2008/12/handy-folder-sync-app-for-backup/</link>
		<comments>http://johnjcamilleri.com/2008/12/handy-folder-sync-app-for-backup/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 08:52:48 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Random Tech]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[folder]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[sync]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://www.johnjcamilleri.com/blog/?p=10</guid>
		<description><![CDATA[After a few years of using the primitive XCOPY command, I was looking for a good, free, folder sync program to handle my backups for me. I&#8217;ve found one, it is called Allway Sync, and can be found here: http://allwaysync.com/ Interfaces that use their own colour schemes other than the OS default always annoy me [...]]]></description>
			<content:encoded><![CDATA[<p>After a few years of using the primitive XCOPY command, I was looking for a good, free, folder sync program to handle my backups for me.</p>
<p>I&#8217;ve found one, it is called Allway Sync, and can be found here: <a href="http://allwaysync.com/">http://allwaysync.com/</a></p>
<p>Interfaces that use their own colour schemes other than the OS default always annoy me (because they always look hiedeous) but other than that this program is really great &#8211; look into it.</p>
]]></content:encoded>
			<wfw:commentRss>http://johnjcamilleri.com/2008/12/handy-folder-sync-app-for-backup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The only decent FireFox theme in existence</title>
		<link>http://johnjcamilleri.com/2008/10/the-only-decent-firefox-theme-in-existence/</link>
		<comments>http://johnjcamilleri.com/2008/10/the-only-decent-firefox-theme-in-existence/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 17:52:27 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Random Tech]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[skin]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://www.johnjcamilleri.com/blog/?p=6</guid>
		<description><![CDATA[After looking through the entire firefox themes directory, I&#8217;ve concluded that they&#8217;re all hideous. If you want something that looks good in Vista, anyway. The only decent one I found (and the one I&#8217;m using) is ChromiFox, which rather sadly is a rip of the Google Chrome skin. Oh well, I guess they can&#8217;t get [...]]]></description>
			<content:encoded><![CDATA[<p>After looking through the entire firefox themes directory, I&#8217;ve concluded that they&#8217;re all hideous. If you want something that looks good in Vista, anyway.<br />
The only decent one I found (and the one I&#8217;m using) is <a href="https://addons.mozilla.org/en-US/firefox/addon/8782">ChromiFox</a>, which rather sadly is a rip of the Google Chrome skin.<br />
Oh well, I guess they can&#8217;t get everything right&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://johnjcamilleri.com/2008/10/the-only-decent-firefox-theme-in-existence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
