<?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</title>
	<atom:link href="http://lukecarbis.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://lukecarbis.com/blog</link>
	<description>It's more complicated than 42.</description>
	<lastBuildDate>Sun, 08 Aug 2010 23:35:34 +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>Trivia Buzzer Progress</title>
		<link>http://lukecarbis.com/blog/2010/08/trivia-buzzer-progress/</link>
		<comments>http://lukecarbis.com/blog/2010/08/trivia-buzzer-progress/#comments</comments>
		<pubDate>Sun, 08 Aug 2010 23:35:34 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://lukecarbis.com/blog/?p=467</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><object width="580" height="1031"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=13986000&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ffffff&amp;fullscreen=1&amp;autoplay=0&amp;loop=0" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=13986000&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ffffff&amp;fullscreen=1&amp;autoplay=0&amp;loop=0" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="580" height="1031"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://lukecarbis.com/blog/2010/08/trivia-buzzer-progress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trivia Buzzers</title>
		<link>http://lukecarbis.com/blog/2010/08/trivia-buzzers/</link>
		<comments>http://lukecarbis.com/blog/2010/08/trivia-buzzers/#comments</comments>
		<pubDate>Mon, 02 Aug 2010 11:50:51 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://lukecarbis.com/blog/?p=461</guid>
		<description><![CDATA[Here&#8217;s a sneak peak at an arduino project I&#8217;ve been working on.

]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a sneak peak at an arduino project I&#8217;ve been working on.</p>
<p><object width="580" height="435"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=13821916&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ffffff&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=13821916&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ffffff&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="580" height="435"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://lukecarbis.com/blog/2010/08/trivia-buzzers/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>5 Things I&#8217;ve Learned Lately</title>
		<link>http://lukecarbis.com/blog/2010/07/5-things-ive-learned-lately/</link>
		<comments>http://lukecarbis.com/blog/2010/07/5-things-ive-learned-lately/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 01:46:07 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[History]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://lukecarbis.com/blog/?p=456</guid>
		<description><![CDATA[Talia&#8217;s 10 Things&#8230; has inspired me to write a new blog post to put down a few thoughts on my blog. Here&#8217;s 5 things that I&#8217;ve learned lately.
1. Jquery&#8217;s Draggable and Droppable classes don&#8217;t work on iOS devices. Obviously this is because the browser uses this drag/drop motion to scroll and pan around the screen. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://taliacarbis.com/2010/07/13/10-things">Talia&#8217;s 10 Things&#8230;</a> has inspired me to write a new blog post to put down a few thoughts on my blog. Here&#8217;s 5 things that I&#8217;ve learned lately.</p>
<p>1. Jquery&#8217;s <a href="http://jqueryui.com/demos/draggable/">Draggable</a> and <a href="http://jqueryui.com/demos/droppable/">Droppable</a> classes don&#8217;t work on iOS devices. Obviously this is because the browser uses this drag/drop motion to scroll and pan around the screen. There is one JS library that I found that provides drag and drop abilities to iOS, though. It can be found <a href="http://www.gotproject.com/blog/post2.html">here</a>. I&#8217;m considering taking the code and turning it into a JQuery plugin.</p>
<p>2. The account of the Gracchus brother (Tiberius and Gaius) in &#8220;<a href="http://www.gutenberg.org/cache/epub/674/pg674.html">Plutarch&#8217;s Lives</a>&#8221; is fascinating. In fact, the entire document is surprisingly readable. Tiberius, and after his death, Caius led sort of a sudo-revolution in Rome through the office of tribune of the people &#8211; cut short by the senate. The effects of which, one could argue, led to the downfall of Rome.</p>
<p>3. When Hitler implemented the &#8216;Final Solution&#8217;, he asked Jozeph Tiso, then President of the Slovak State (a satellite state of Nazi Germany) and a Catholic Priest, to send all the Jews in Slovakia state to Nazi Germany / Poland for &#8216;processing&#8217;. Although Tiso was anti-semetic, he also knew that (some of) the Jewish population of Slovakia was crucial to the economy. He ended up sending Jews anyway, to maintain an alliance with Nazi Germany, but not all of them. He personally allowed about 25,000 out of 200,000 to remain. After the war Tiso was tried and executed for war crimes &#8211; but many Slovaks maintain that he was a good guy because he saved so many Jews.</p>
<p>4. Isaac Casaubon was a Genevan born Humanist and Scholar in the Renaissance. He wrote a commentary on &#8220;Theophrastus&#8217;s Characteres&#8221;, which contained an unusual note on the front cover. It was unusual because it wasn&#8217;t written in Greek or Latin, but rather, in Hebrew &#8211; not a language you expect to find on a book about Theophrastus, an Athenian writer. It said &#8220;Praise be to God, creator of the universe&#8221;. One of the discoveries you make when you look into the life of Casaubon is that a prominent Jewish element exists. He copied and annotated many Hebrew texts (including books of the bible) that now reside in the Library of London.</p>
<p>5. To add an Arduino library (such as <a href="http://github.com/asynclabs/WiShield">WiShield</a>) to Arduino for Mac, you need to right click the Arduino application and choose Show Package Contents. From there, navigate to Contents -&gt; Resources -&gt; Java -&gt; libraries and copy the library to this folder.</p>
]]></content:encoded>
			<wfw:commentRss>http://lukecarbis.com/blog/2010/07/5-things-ive-learned-lately/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Speeds &amp; Page Sizes</title>
		<link>http://lukecarbis.com/blog/2010/06/internet-speeds-page-sizes/</link>
		<comments>http://lukecarbis.com/blog/2010/06/internet-speeds-page-sizes/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 23:35:42 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://lukecarbis.com/blog/?p=452</guid>
		<description><![CDATA[One of my uni subject this term is web design. My first assignment is a webpage (link), and you are penalised if your submission is more than 200kb! My site is 299kb.
I appreciate that image optimisation and download times are extremely important, however, a 200kb limit is far too small.
For example:
The facebook front page (logged [...]]]></description>
			<content:encoded><![CDATA[<p>One of my uni subject this term is web design. My first assignment is a webpage (<a href="http://lukecarbis.com/assignment1">link</a>), and you are penalised if your submission is more than 200kb! My site is 299kb.</p>
<p>I appreciate that image optimisation and download times are extremely important, however, a 200kb limit is far too small.</p>
<p><span style="text-decoration: underline;">For example:</span><br />
The facebook front page (logged out) loads 507kb<br />
The Amazon.com homepage loads 877kb.<br />
The Ebay.com.au homepage loads 861kb<br />
The ABC.net.au homepage loads 1.26 MB<br />
The ninemsn.com.au homepage loads 1.458MB (I think this is the default IE homepage?)<br />
<em><strong>THE WEB DESIGN COURSE MOODLE PAGE</strong></em> loads 589kb!</p>
<p>And even the W3C.org homepage is 203kb!<br />
<em>(These stats were taken from the firebug firefox extension)</em></p>
<p>In 2008, only 14% of Australians had dial up. If we extrapolate this data based on previous years decline, in 2010, only approx. 4.3% of Australians use dial up. <em>(see http://www.abs.gov.au/AUSSTATS/abs@.nsf/Lookup/8153.0Main+Features1Dec%202008?OpenDocument)</em>. I would personally believe this to be a generous estimate.</p>
<p>Dial up support is an interesting topic. Do we continue to develop pages that support the minority of the population at the expense of good design and UI? If so, we should stop using Jquery and other JS libraries, as well as any CMS systems which are typically bulky (read: wordpress, joomla), CSS3 fonts and some great things that are happening with HTML5 and SVGs.</p>
<p>As an &lt;aside&gt; (get it? That was my first HTML5 joke), the course also requires that your page supports an 800&#215;600 display &#8211; the industry has <a href="http://woothemes.com/">clearly</a> <a href="http://themeforest.net/">moved</a> to 1024 minimum support. The disconnection between uni and reality really annoys me!</p>
<p>I&#8217;d appreciate thoughts from other developers on this.</p>
]]></content:encoded>
			<wfw:commentRss>http://lukecarbis.com/blog/2010/06/internet-speeds-page-sizes/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Public Roadmap</title>
		<link>http://lukecarbis.com/blog/2010/04/public-roadmap/</link>
		<comments>http://lukecarbis.com/blog/2010/04/public-roadmap/#comments</comments>
		<pubDate>Sun, 11 Apr 2010 23:02:30 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://lukecarbis.com/blog/?p=444</guid>
		<description><![CDATA[Here&#8217;s a roadmap for the development of CHARLES.
http://spreadsheets.google.com/pub?key=t__njtrdxttvetJznTvRiWQ&#38;single=true&#38;gid=0&#38;output=html
]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a roadmap for the development of CHARLES.</p>
<p>http://spreadsheets.google.com/pub?key=t__njtrdxttvetJznTvRiWQ&amp;single=true&amp;gid=0&amp;output=html</p>
]]></content:encoded>
			<wfw:commentRss>http://lukecarbis.com/blog/2010/04/public-roadmap/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<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>Dear Talia&#8230;</title>
		<link>http://lukecarbis.com/blog/2009/09/dear-talia/</link>
		<comments>http://lukecarbis.com/blog/2009/09/dear-talia/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 13:10:24 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://lukecarbis.com/blog/?p=431</guid>
		<description><![CDATA[Dear Talia&#8230;
Please buy this for me. You don&#8217;t need an excuse, it&#8217;s just because you love me. Or Christmas. Whichever makes me get it faster.
Logitech® Performance Mouse MX™
http://www.logitech.com/index.cfm/mice_pointers/mice/devices/5845&#38;cl=us,en
And as much as I love my Microsoft Ergonomic 4000 keyboard, the wireless USB dongle which comes with the mouse supports a wireless logitech keyboard too, so I [...]]]></description>
			<content:encoded><![CDATA[<p>Dear Talia&#8230;</p>
<p>Please buy this for me. You don&#8217;t need an excuse, it&#8217;s just because you love me. Or Christmas. Whichever makes me get it faster.</p>
<p>Logitech® Performance Mouse MX™</p>
<p><a href="http://www.logitech.com/index.cfm/mice_pointers/mice/devices/5845&amp;cl=us,en">http://www.logitech.com/index.cfm/mice_pointers/mice/devices/5845&amp;cl=us,en</a></p>
<p>And as much as I love my Microsoft Ergonomic 4000 keyboard, the wireless USB dongle which comes with the mouse supports a wireless logitech keyboard too, so I might have to borrow your keyboard to test it out (<a href="http://www.logitech.com/index.cfm/keyboards/keyboard/devices/6040&amp;cl=us,en">http://www.logitech.com/index.cfm/keyboards/keyboard/devices/6040&amp;cl=us,en</a>).</p>
]]></content:encoded>
			<wfw:commentRss>http://lukecarbis.com/blog/2009/09/dear-talia/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>10 Places I Would Live</title>
		<link>http://lukecarbis.com/blog/2009/09/10-places-i-would-live/</link>
		<comments>http://lukecarbis.com/blog/2009/09/10-places-i-would-live/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 02:59:32 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://lukecarbis.com/blog/?p=428</guid>
		<description><![CDATA[Lately, Talia and I have been having small disagreements about where we are going to spend the rest of our lives. Talia wants to settle down where we are. I would be happy anywhere else.
Don&#8217;t get me wrong, I love our house, but I love travelling and change and culture more.
So, here&#8217;s a short Google [...]]]></description>
			<content:encoded><![CDATA[<p>Lately, Talia and I have been having small disagreements about where we are going to spend the rest of our lives. Talia wants to settle down where we are. I would be happy anywhere else.</p>
<p>Don&#8217;t get me wrong, I love our house, but I love travelling and change and culture more.</p>
<p>So, here&#8217;s a short Google Earth placemark movie of 10 places I would live. Google Earth required. See if you can spot some recurring themes.</p>
<p><a href="http://lukecarbis.com/blog/wp-content/uploads/2009/09/The-Places-I-Would-Live.kmz">The Places I Would Live</a></p>
]]></content:encoded>
			<wfw:commentRss>http://lukecarbis.com/blog/2009/09/10-places-i-would-live/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;m working on an iPhone app</title>
		<link>http://lukecarbis.com/blog/2009/08/im-working-on-an-iphone-app/</link>
		<comments>http://lukecarbis.com/blog/2009/08/im-working-on-an-iphone-app/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 11:33:37 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://lukecarbis.com/blog/?p=426</guid>
		<description><![CDATA[It&#8217;s going to be a take on something familiar &#8211; I think you&#8217;ll like it.
So far I&#8217;ve been having fun with:

Pulling a cross domain JSON file (can&#8217;t do it with XML I discovered) into my app
Experimenting with jQuery and $.ajax
Using some of HTML 5&#8217;s cool new features like LOCAL SQL STORAGE! (Can you believe it???!! [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s going to be a take on something familiar &#8211; I think you&#8217;ll like it.</p>
<p>So far I&#8217;ve been having fun with:</p>
<ul>
<li>Pulling a cross domain JSON file (can&#8217;t do it with XML I discovered) into my app</li>
<li>Experimenting with jQuery and $.ajax</li>
<li>Using some of HTML 5&#8217;s cool new features like LOCAL SQL STORAGE! (Can you believe it???!! Very handy)</li>
</ul>
<p>I&#8217;m hoping to use <a href="http://phonegap.com">Phone Gap</a> to compile all my hardwork into a native app, so hopefully Apple doesn&#8217;t mind. I&#8217;m going to probably submit it by this time next week.</p>
<p>Stay tuned for more updates! <span style="color: #ffffff;">Maybe even a sneak preview &#8211; email me if you want one.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://lukecarbis.com/blog/2009/08/im-working-on-an-iphone-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
