<?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>Luke Carbis &#187; How To</title>
	<atom:link href="http://lukecarbis.com/blog/category/how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://lukecarbis.com/blog</link>
	<description>It's more complicated than 42.</description>
	<lastBuildDate>Wed, 14 Jul 2010 01:46:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to upgrade PHP in Ubuntu</title>
		<link>http://lukecarbis.com/blog/2009/11/how-to-upgrade-php-in-ubuntu/</link>
		<comments>http://lukecarbis.com/blog/2009/11/how-to-upgrade-php-in-ubuntu/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 23:16:27 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://lukecarbis.com/blog/?p=440</guid>
		<description><![CDATA[I decided to upgrade my PHP version as part of my Moodle 2.0 install. It wasn&#8217;t easy. Here&#8217;s the answer:
Step 1 &#8211; Update and Upgrade your existing software repositories
sudo apt-get update
sudo apt-get upgrade
Step 2 &#8211; Add some extra repositories so you can get the latest version
sudo nano /etc/apt/sources.list
Then add the following to that file, and [...]]]></description>
			<content:encoded><![CDATA[<p>I decided to upgrade my PHP version as part of my Moodle 2.0 install. It wasn&#8217;t easy. Here&#8217;s the answer:</p>
<p>Step 1 &#8211; Update and Upgrade your existing software repositories<br />
<code>sudo apt-get update</code><br />
<code>sudo apt-get upgrade</code></p>
<p>Step 2 &#8211; Add some extra repositories so you can get the latest version<br />
<code>sudo nano /etc/apt/sources.list</code></p>
<p>Then add the following to that file, and save it:</p>
<blockquote><p>deb http://http.us.debian.org/debian stable all<br />
deb http://security.debian.org/ stable/updates main contrib<br />
deb http://packages.dotdeb.org/ stable all</p></blockquote>
<p>Step 3: Update your new repositories<code><br />
sudo apt-get update</code></p>
<p>(I got some 404 errors with this step, but you can ignore them)</p>
<p>Step 4: Install the latest version of php<code><br />
sudo apt-get install php5-cli</code></p>
<p>Step 5: Restart Apache<code><br />
sudo /etc/init.d/apache2 restart</code></p>
]]></content:encoded>
			<wfw:commentRss>http://lukecarbis.com/blog/2009/11/how-to-upgrade-php-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Install Moodle 2.0 on PHP 5.2.0 or higher</title>
		<link>http://lukecarbis.com/blog/2009/11/install-moodle-2-0-on-php-5-2-0-or-higher/</link>
		<comments>http://lukecarbis.com/blog/2009/11/install-moodle-2-0-on-php-5-2-0-or-higher/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 22:33:03 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://lukecarbis.com/blog/?p=434</guid>
		<description><![CDATA[While installing Moodle 2.0, I ran into a little problem. It says that it requires a minimum PHP version of 5.2.8 &#8211; but I was running 5.2.6. Updating PHP in Ubuntu is a pain in the bum, so instead, I used this little hack.
A quick look at the source for install.php reveals this on line [...]]]></description>
			<content:encoded><![CDATA[<p>While installing Moodle 2.0, I ran into a little problem. It says that it requires a minimum PHP version of 5.2.8 &#8211; but I was running 5.2.6. Updating PHP in Ubuntu is a pain in the bum, so instead, I used this little hack.</p>
<p>A quick look at the source for install.php reveals this on line 489:</p>
<blockquote><p>$version_fail = (version_compare(phpversion(), &#8220;5.2.8&#8243;) &lt; 0);</p></blockquote>
<p>If you just change 5.2.8 to your version (in my case, 5.2.6), it will install. There aren&#8217;t heaps of changes between these two versions, so I&#8217;m hoping there won&#8217;t be any major side effects!</p>
]]></content:encoded>
			<wfw:commentRss>http://lukecarbis.com/blog/2009/11/install-moodle-2-0-on-php-5-2-0-or-higher/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No Address Bar Chrome on Google Latitude for iPhone</title>
		<link>http://lukecarbis.com/blog/2009/07/no-address-bar-chrome-on-google-latitude-for-iphone/</link>
		<comments>http://lukecarbis.com/blog/2009/07/no-address-bar-chrome-on-google-latitude-for-iphone/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 23:53:45 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://lukecarbis.com/blog/?p=402</guid>
		<description><![CDATA[Before you ask&#8230;
Here&#8217;s how to add Google Latitude to your iPhone as a web clip without Mobile Safari&#8217;s top and bottom navigation bars.

On your iPhone, go to http://carbis.fu8.com/iPhone/latitude (the capital &#8216;P&#8217; matters)
Before you are redirected to the latitude page, quickly press the + button, and press Add to Home Screen
If the icon loads with a [...]]]></description>
			<content:encoded><![CDATA[<p>Before you ask&#8230;</p>
<p>Here&#8217;s how to add Google Latitude to your iPhone as a web clip without Mobile Safari&#8217;s top and bottom navigation bars.</p>
<ol>
<li>On your iPhone, go to http://carbis.fu8.com/iPhone/latitude (the capital &#8216;P&#8217; matters)</li>
<li>Before you are redirected to the latitude page, quickly press the + button, and press Add to Home Screen</li>
<li>If the icon loads with a black background, you didn&#8217;t quite get it before it redirected &#8211; try again</li>
<li>Press Add in the top right hand corner</li>
</ol>
<p>And that&#8217;s that. You&#8217;ll notice I also edited the ugly Latitude home screen icon so that it matches all of Google&#8217;s other web apps.</p>
<p>Hope you like. <img src='http://lukecarbis.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://lukecarbis.com/blog/2009/07/no-address-bar-chrome-on-google-latitude-for-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to use Google Apps Chat in Beejive / Adium / Pidgin</title>
		<link>http://lukecarbis.com/blog/2009/06/how-to-use-google-apps-chat-in-beejive-adium-pidgin/</link>
		<comments>http://lukecarbis.com/blog/2009/06/how-to-use-google-apps-chat-in-beejive-adium-pidgin/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 05:08:18 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://lukecarbis.com/blog/?p=393</guid>
		<description><![CDATA[&#8230; or any third party instant messaging client for that matter. So that you can use Google Talk on your Google Apps domain on your iPhone (through Beejive or IM+), or through your instant messaging client of choice. Even iChat!
First of all, you&#8217;ll need to update your SRV records. Don&#8217;t worry if you&#8217;ve never heard [...]]]></description>
			<content:encoded><![CDATA[<p>&#8230; or any third party instant messaging client for that matter. So that you can use Google Talk on your Google Apps domain on your iPhone (through Beejive or IM+), or through your instant messaging client of choice. Even iChat!</p>
<p>First of all, you&#8217;ll need to update your SRV records. Don&#8217;t worry if you&#8217;ve never heard of them before, it&#8217;s really easy. Log into your domain control, and, in the same way you would add DNS records, add the following SRV records (<em>replacing domain.com with your domain</em>):</p>
<p>_xmpp-server._tcp.domain.com. IN SRV 5 0 5269 xmpp-server.l.google.com.<br />
_xmpp-server._tcp.domain.com. IN SRV 20 0 5269 xmpp-server1.l.google.com.<br />
_xmpp-server._tcp.domain.com. IN SRV 20 0 5269 xmpp-server2.l.google.com.<br />
_xmpp-server._tcp.domain.com. IN SRV 20 0 5269 xmpp-server3.l.google.com.<br />
_xmpp-server._tcp.domain.com. IN SRV 20 0 5269 xmpp-server4.l.google.com.<br />
_jabber._tcp.gmail.domain. IN SRV 5 0 5269 xmpp-server.l.google.com.<br />
_jabber._tcp.gmail.domain. IN SRV 20 0 5269 xmpp-server1.l.google.com.<br />
_jabber._tcp.gmail.domain. IN SRV 20 0 5269 xmpp-server2.l.google.com.<br />
_jabber._tcp.gmail.domain. IN SRV 20 0 5269 xmpp-server3.l.google.com.<br />
_jabber._tcp.gmail.domain. IN SRV 20 0 5269 xmpp-server4.l.google.com.</p>
<p>_xmpp-client._tcp.domain.com. IN SRV 5   0 5222 xmpp-server.l.google.com.<br />
_xmpp-client._tcp.domain.com. IN SRV 20 0 5222 xmpp-server1.l.google.com.<br />
_xmpp-client._tcp.domain.com. IN SRV 20 0 5222 xmpp-server2.l.google.com.<br />
_xmpp-client._tcp.domain.com. IN SRV 20 0 5222 xmpp-server3.l.google.com.<br />
_xmpp-client._tcp.domain.com. IN SRV 20 0 5222 xmpp-server4.l.google.com.</p>
<p>The last five are the most important, and they&#8217;re not included in <a href="http://www.google.com/support/a/bin/answer.py?hl=en&amp;answer=34143">Google&#8217;s article on the topic</a>. They are the part that lets you log in from a different instant messaging client.</p>
<p>Next, just add a Google Talk account, with the username being &#8216;username@yourdomain.com&#8217; . It should all be good from there.</p>
<p>Let me know how you go, if this works for you (or if it doesn&#8217;t).</p>
]]></content:encoded>
			<wfw:commentRss>http://lukecarbis.com/blog/2009/06/how-to-use-google-apps-chat-in-beejive-adium-pidgin/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Post a tweet from an anchor link!</title>
		<link>http://lukecarbis.com/blog/2009/06/post-a-tweet-from-an-anchor-link/</link>
		<comments>http://lukecarbis.com/blog/2009/06/post-a-tweet-from-an-anchor-link/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 04:25:08 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://lukecarbis.com/blog/?p=386</guid>
		<description><![CDATA[Wow! You&#8217;ve heard of mailto: links that automatically launch your mail client, and iTunes links that open the iTunes music store, but did you know that you could make a link that posts a tweet on twitter!
I discovered it when learning about Fussy Follow Friday on Matt Stratton&#8217;s blog.
First, an example: Click here to tweet!
And [...]]]></description>
			<content:encoded><![CDATA[<p>Wow! You&#8217;ve heard of <a href="mailto:email@address.com?subject=email subject">mailto:</a> links that automatically launch your mail client, and <a href="http://ax.phobos.apple.com.edgesuite.net/WebObjects/MZStoreServices.woa/wa/itmsLinkMaker">iTunes links</a> that open the iTunes music store, but did you know that you could make a link that posts a tweet on twitter!</p>
<p>I discovered it when learning about <a href="http://mattstratton.com/2009/06/10/fussy-follow-friday/">Fussy Follow Friday on Matt Stratton&#8217;s blog</a>.</p>
<p>First, an example: <a href="http://twitter.com/home?status=I love Luke's blog, it's awesome! http://lukecarbis.com/blog">Click here to tweet!</a></p>
<p>And now, here&#8217;s some html how-to goodness:</p>
<blockquote><p>&lt;a href=&#8221;http://twitter.com/home?status=<em>type twitter status here</em>&#8220;&gt;Click me!&lt;/a&gt;</p></blockquote>
<p>Of course, if you&#8217;re not signed into twitter, it will ask you to sign in first&#8230; but if you are signed in, it will post automatically.</p>
]]></content:encoded>
			<wfw:commentRss>http://lukecarbis.com/blog/2009/06/post-a-tweet-from-an-anchor-link/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Custom iTunes Genre Art and Language Names</title>
		<link>http://lukecarbis.com/blog/2009/04/custom-itunes-genre-art-and-language-names/</link>
		<comments>http://lukecarbis.com/blog/2009/04/custom-itunes-genre-art-and-language-names/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 23:34:46 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://lukecarbis.com/blog/?p=375</guid>
		<description><![CDATA[Today I decided to make a custom genre icon for all of my Hebrew music. Here&#8217;s a good tutorial on how to do it: Custom iTunes 8 Genre Art.
Of course, all my Hebrew music has the genre &#8216;Hebrew&#8217;. Unfortunately, no matter what I did, I couldn&#8217;t get the custom genre art to work! It would [...]]]></description>
			<content:encoded><![CDATA[<p>Today I decided to make a custom genre icon for all of my Hebrew music. Here&#8217;s a good tutorial on how to do it: <a href="http://candescence.org/2008/09/custom-itunes-8-genre-art/">Custom iTunes 8 Genre Art</a>.</p>
<p>Of course, all my Hebrew music has the genre &#8216;Hebrew&#8217;. Unfortunately, no matter what I did, I couldn&#8217;t get the custom genre art to work! It would work if I used the genre &#8216;Israel&#8217; or &#8216;Jewish&#8217;, but never &#8216;Hebrew&#8217;.</p>
<p>Then I cottoned on to something. I tried the genre &#8216;Italian&#8217;, and that didn&#8217;t work either. Nor did &#8216;French&#8217;.</p>
<p>In short, <strong>iTunes 8 custom genre art does not work with language name genres</strong>.</p>
<p>Hope that helps someone. Here&#8217;s what I ended up with.</p>
<div id="attachment_377" class="wp-caption alignnone" style="width: 310px"><a href="http://lukecarbis.com/blog/wp-content/uploads/2009/04/custom-genre-art.png"><img class="size-medium wp-image-377" title="custom-genre-art" src="http://lukecarbis.com/blog/wp-content/uploads/2009/04/custom-genre-art-300x152.png" alt="iTunes 8 Custom Genre Art" width="300" height="152" /></a><p class="wp-caption-text">iTunes 8 Custom Genre Art</p></div>
]]></content:encoded>
			<wfw:commentRss>http://lukecarbis.com/blog/2009/04/custom-itunes-genre-art-and-language-names/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to reset your Leopard Password without the DVD</title>
		<link>http://lukecarbis.com/blog/2009/04/how-to-reset-your-leopard-password-without-the-dvd/</link>
		<comments>http://lukecarbis.com/blog/2009/04/how-to-reset-your-leopard-password-without-the-dvd/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 21:58:24 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://lukecarbis.com/blog/?p=372</guid>
		<description><![CDATA[Forgotten your password? No problem, here&#8217;s a way of resetting it. The bonus of doing it this way is that it doesn&#8217;t create a root user password, so it can be repeated as long as you haven&#8217;t got one.

Start up in single-user mode by holding command-s while turning on the computer (this gives you root [...]]]></description>
			<content:encoded><![CDATA[<p>Forgotten your password? No problem, here&#8217;s a way of resetting it. The bonus of doing it this way is that it doesn&#8217;t create a root user password, so it can be repeated as long as you haven&#8217;t got one.</p>
<ol>
<li>Start up in single-user mode by holding command-s while turning on the computer (this gives you root access)</li>
<li>Type: &#8220;fsck -fy&#8221; (without quotes &#8211; ALWAYS without quotes)</li>
<li>Type: &#8220;mount -uw /&#8221;</li>
<li>Type: &#8220;launchctl load /System/Library/LaunchDaemons/com.apple.DirectoryServices.plist&#8221;</li>
<li>Type: &#8220;dscl . -passwd /Users/theUsernameWhosPasswordYouWantToChange newPassword&#8221;</li>
<li>Type: &#8220;exit&#8221;</li>
<li>Restart your computer</li>
</ol>
<p>That should work. If you have any problems, let me know in the comments. If you don&#8217;t, let me know in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://lukecarbis.com/blog/2009/04/how-to-reset-your-leopard-password-without-the-dvd/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>God&#8217;s Design for our lives, as a PHP Script</title>
		<link>http://lukecarbis.com/blog/2009/04/gods-design-for-our-lives-as-a-php-script/</link>
		<comments>http://lukecarbis.com/blog/2009/04/gods-design-for-our-lives-as-a-php-script/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 22:47:46 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Religion]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://lukecarbis.com/blog/?p=362</guid>
		<description><![CDATA[UPDATED: Thanks to AKX for a few corrections (he&#8217;s the PHP wiz, not me)
Here&#8217;s the gospel for programmers.
Sorry about the spacing&#8230; wordpress doesn&#8217;t like tabs. Please feel free to point out any syntax errors.
var $sin = 0;
var $pricePaid = true;
var $heaven = true;
var $alive = true;
var $deathAge = 120;
// please set this variable as a [...]]]></description>
			<content:encoded><![CDATA[<p><em>UPDATED: Thanks to AKX for a few corrections (he&#8217;s the PHP wiz, not me)</em></p>
<p>Here&#8217;s the gospel for programmers.</p>
<p>Sorry about the spacing&#8230; wordpress doesn&#8217;t like tabs. Please feel free to point out any syntax errors.</p>
<blockquote><p>var $sin = 0;<br />
var $pricePaid = true;<br />
var $heaven = true;<br />
var $alive = true;<br />
var $deathAge = 120;</p>
<p>// please set this variable as a boolean<br />
var $acceptChrist =</p>
<p>function eatForbiddenFruit ($temptation, $resistance) {<br />
if ($temptation == true &amp;&amp; $resistance = false) {<br />
$sin = 1;<br />
$pricePaid = false;<br />
}<br />
}</p>
<p>function jesus($sinOfChrist) {<br />
death($sinOfChrist,true);<br />
}</p>
<p>function death($amountOfSinFromLife, $programmer) {</p>
<p>if ($amountOfSinFromLife == 0 &amp;&amp; $programmer == true) {<br />
$pricePaid = true;<br />
}<br />
else {</p>
<p>if ($acceptChrist &amp;&amp; $pricePaid) {<br />
$amountOfSinFromLife = $sinOfChrist;<br />
}</p>
<p>if (amountOfSinFromLife == 0) {<br />
$heaven = true;<br />
}<br />
else {<br />
$heaven = false;<br />
}<br />
}</p>
<p>}</p>
<p>eatForbiddenFruit(true,false);</p>
<p>jesus(0);</p>
<p>while ($alive) {</p>
<p>$sin ++;</p>
<p>if (rand(0,$deathAge) == $deathAge) {<br />
$alive = false;<br />
break;<br />
}</p>
<p>$deathAge &#8211;;<br />
}</p>
<p>death($sin,false);</p></blockquote>
<p>I&#8217;m thinking about expanding on this, to include all the major events of the bible. What do you think?</p>
]]></content:encoded>
			<wfw:commentRss>http://lukecarbis.com/blog/2009/04/gods-design-for-our-lives-as-a-php-script/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to hide files and folder in Leopard</title>
		<link>http://lukecarbis.com/blog/2008/12/how-to-hide-files-and-folder-in-leopard/</link>
		<comments>http://lukecarbis.com/blog/2008/12/how-to-hide-files-and-folder-in-leopard/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 00:42:10 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://lukecarbis.com/blog/?p=340</guid>
		<description><![CDATA[In Mac OS X, there&#8217;s no easy way to hide something without renaming it. Sure you can put a . in front of the name of the file/folder, but that changes the path. There&#8217;s also a way to do it with Developer Tools, but what if you don&#8217;t have developer tools?
Finally, I&#8217;ve come accross an [...]]]></description>
			<content:encoded><![CDATA[<p>In Mac OS X, there&#8217;s no easy way to hide something without renaming it. Sure you can put a . in front of the name of the file/folder, but that changes the path. There&#8217;s also a way to do it with Developer Tools, but what if you don&#8217;t have developer tools?</p>
<p>Finally, I&#8217;ve come accross an easy terminal command to change a file or folders visibility! Just type the following into terminal:</p>
<pre class="alt2" style="border: 1px inset; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 34px; text-align: left;" dir="ltr">sudo chflags hidden /path/to/file</pre>
<p>to unhide:</p>
<pre class="alt2" style="border: 1px inset; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 34px; text-align: left;" dir="ltr">sudo chflags nohidden /path/to/file</pre>
<p>Finally! A way to hide those pesky Microsoft User Data and Halo folders that want to live in your Document folder.</p>
<p>If this doesn&#8217;t work for you, or if you have any questions, leave a comment and I&#8217;ll do my best to get back to you.</p>
]]></content:encoded>
			<wfw:commentRss>http://lukecarbis.com/blog/2008/12/how-to-hide-files-and-folder-in-leopard/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to clean up Facebook</title>
		<link>http://lukecarbis.com/blog/2008/02/how-to-clean-up-facebook/</link>
		<comments>http://lukecarbis.com/blog/2008/02/how-to-clean-up-facebook/#comments</comments>
		<pubDate>Sun, 17 Feb 2008 03:18:42 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://lukecarbis.com/blog/how-to-clean-up-facebook/</guid>
		<description><![CDATA[Once a clean, fresh (if not so intuitive) MySpace alternative &#8211; now a spam ridden hell hole of useless applications. If you&#8217;re not met with a veritable plethora of applications each time you log in to Facebook, then you&#8217;re a minority. And if you don&#8217;t hit that damned ignore button at least 10 times a [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Spambook" href="http://lukecarbis.com/blog/wp-content/uploads/spam.gif"><img title="Spambook" src="http://lukecarbis.com/blog/wp-content/uploads/spam.gif" border="0" alt="Spambook" width="283" height="200" align="right" /></a>Once a clean, fresh (if not so intuitive) MySpace alternative &#8211; now a spam ridden hell hole of useless applications. If you&#8217;re not met with a veritable plethora of applications each time you log in to Facebook, then you&#8217;re a minority. And if you don&#8217;t hit that damned ignore button at least 10 times a day &#8211; you might consider decalring Facebook bankrupsy, and creating a new account, to save yourself the hours of ignoring that are saved up waiting for you.</p>
<p>The question that came to mind yesterday is a question I&#8217;m sure many have pondered. Is it possible to take Facebook back to the &#8220;good-&#8217;ol-days&#8221; &#8211; before pirates, ninjas, warewolves, vampires, super-walls, scrabble, and any other application you could possibly be bothered to imagine?</p>
<p>The answer: Yes, and it&#8217;s not too hard. I like lists, here&#8217;s one to help you clean up your Facebook account.</p>
<h2><span id="more-270"></span>1. Cull your Applications.</h2>
<p>It took me a little while, sure, but removing all the third party applications you could manage without is guaranteed to leave you with a sense of Facebook zen. After my cull, I was just left with:</p>
<ul>
<li>Photos</li>
<li>Video</li>
<li>Notes</li>
<li>Groups</li>
<li>Events</li>
<li>Marketplace</li>
<li>Posted Items</li>
</ul>
<p>You might decide to keep some more, but my general rule was only to keep applications developed by Facebook. <strong>No third party apps</strong>.</p>
<h2>2. Start blocking</h2>
<p>Whenever you receive an application request, there are two buttons. One to accept, and one to ignore. Just below these buttons is a link to <em>Block This Application</em>. From now on, instead of pressing Ignore whenever you get a new application request, choose to Block it instead. This will ensure that you don&#8217;t receive multiple requests for the same application, and you will see that the amount of application requests you receive will quickly dissapait.</p>
<h2>3. Hide Notifications</h2>
<p>Hit the Inbox drop down, then choose Notifications from the menu. From here, you can manage which applications you receive notifications from. Hide everything but the essentials (such as Photos or Wall Posts).</p>
<p>Already you will notice Facebook to be MUCH cleaner. But there are still a couple of things we can do to make it even more friendly.</p>
<h2>4. Get rid of email notifications</h2>
<p>If you&#8217;re like most people, you&#8217;re on Facebook at least once everyday. If that&#8217;s the case, you don&#8217;t need to get an email every time someone tags you in a photo, or writes on your wall &#8211; you&#8217;ll be notified by this when you log in. This is also a great way to reduce email clutter.</p>
<p>To stop the emails, hit the &#8216;account&#8217; link, in the top right hand corner of the page. Then go to the Notifications tab. From here, you can choose to turn on or off every email notification. I turned every one of mine off.</p>
<h2>5. Boost</h2>
<p>If you&#8217;re a firefox user, you can take the Facebook clean-up one step further. By installing the <em>Boost </em>firefox extension, you can really customise your Facebook experience. I use this just to get rid of advertisments, and block all application requests altogther, but you can also customise the way you view photo albums, auto-refresh your home page, auto-login or even change the entire look and feel of Facebook. <em>Boost </em>also includes a Facebook toolbar (which I personally prefer to disable) for those hardcore Facebook users.</p>
<p>You can download the Boost extension here: <a href="https://addons.mozilla.org/en-US/firefox/addon/3120">Boost Firefox Extension</a>.</p>
<p>That about wraps it up, but if you have any other tips or hints to help get a better experience out of Facebook, or if you even just found this post useful, let me know in the comments!</p>
]]></content:encoded>
			<wfw:commentRss>http://lukecarbis.com/blog/2008/02/how-to-clean-up-facebook/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
