<?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>moonbug.org &#187; moonbug</title>
	<atom:link href="http://www.moonbug.org/log/author/moonbug/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.moonbug.org/log</link>
	<description>the sun’s not yellow it is chicken</description>
	<lastBuildDate>Thu, 15 Dec 2011 20:18:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Translation</title>
		<link>http://www.moonbug.org/log/2011/12/15/translation/</link>
		<comments>http://www.moonbug.org/log/2011/12/15/translation/#comments</comments>
		<pubDate>Thu, 15 Dec 2011 20:16:54 +0000</pubDate>
		<dc:creator>moonbug</dc:creator>
				<category><![CDATA[Lucas]]></category>
		<category><![CDATA[Snapshots]]></category>

		<guid isPermaLink="false">http://www.moonbug.org/log/?p=478</guid>
		<description><![CDATA[Drew my three year old a circle and asked what he saw. He said: &#8220;Moon!&#8221;]]></description>
			<content:encoded><![CDATA[<p>Drew my three year old a circle and asked what he saw. He said: &#8220;Moon!&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.moonbug.org/log/2011/12/15/translation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>$this-&gt;lang /* FAIL */</title>
		<link>http://www.moonbug.org/log/2011/12/05/this-lang-fail/</link>
		<comments>http://www.moonbug.org/log/2011/12/05/this-lang-fail/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 21:01:50 +0000</pubDate>
		<dc:creator>moonbug</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[Today's Aha-Erlebnis]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.moonbug.org/log/?p=452</guid>
		<description><![CDATA[Note to self: when dealing with a multi-language site, in a CodeIgniter extended class constructor, do not attempt this: Instead you will want to do this: protected $language; function __construct() { parent::__construct(); $this->language = $this->uri->segment(1); } See what I did &#8230; <a href="http://www.moonbug.org/log/2011/12/05/this-lang-fail/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Note to self: when dealing with a multi-language site, in a <a href="http://codeigniter.com/">CodeIgniter</a> extended class constructor, do <strong>not</strong> attempt this:</p>
<pre><code><br />	protected $lang;<br />	function __construct() {<br />		parent::__construct();<br />		$this->lang = $this->uri->segment(1);<br />	}<br /></code></pre>
<p>Instead you will want to do this:</p>
<pre><code>
	protected $language;
	function __construct() {
		parent::__construct();
		$this->language = $this->uri->segment(1);
	}
</code></pre>
<p>See what I did there? &#8216;lang&#8217; to &#8216;language&#8217;. </p>
<p>As it happens <code>$this->lang</code>, when in a CI constructor, will name-conflict with any native CI system library that needs to tap into something similar to <code>$CI =&#038; get_instance()</code>, with a subsequent <code>$CI->load-><b>lang</b>('some_library')</code> call.</p>
<p>Thank me not.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.moonbug.org/log/2011/12/05/this-lang-fail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nevermind</title>
		<link>http://www.moonbug.org/log/2011/08/24/nevermind/</link>
		<comments>http://www.moonbug.org/log/2011/08/24/nevermind/#comments</comments>
		<pubDate>Wed, 24 Aug 2011 19:48:03 +0000</pubDate>
		<dc:creator>moonbug</dc:creator>
				<category><![CDATA[Lucas]]></category>
		<category><![CDATA[Me Myself And I]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Snapshots]]></category>

		<guid isPermaLink="false">http://www.moonbug.org/log/?p=446</guid>
		<description><![CDATA[It was sorta kinda twenty years ago.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.moonbug.org/log/wp-content/uploads/2011/08/nirvana20-1024x568.jpg" alt="lucas seated &copy; moonbug.org" title="lucas seated &copy; moonbug.org" width="640" height="355" class="alignnone size-large wp-image-447" /></p>
<p>It was sorta kinda <a href="http://en.wikipedia.org/wiki/Nevermind">twenty years ago</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.moonbug.org/log/2011/08/24/nevermind/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Witch Parade</title>
		<link>http://www.moonbug.org/log/2011/08/02/witch-parade/</link>
		<comments>http://www.moonbug.org/log/2011/08/02/witch-parade/#comments</comments>
		<pubDate>Tue, 02 Aug 2011 18:40:14 +0000</pubDate>
		<dc:creator>moonbug</dc:creator>
				<category><![CDATA[Snapshots]]></category>
		<category><![CDATA[Tripping]]></category>
		<category><![CDATA[beselare]]></category>
		<category><![CDATA[heksenstoet]]></category>

		<guid isPermaLink="false">http://www.moonbug.org/log/?p=421</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.moonbug.org/log/wp-content/uploads/2011/08/P1070747.jpg" rel="lightbox[421]"><img src="http://www.moonbug.org/log/wp-content/uploads/2011/08/P1070747-768x1024.jpg" alt="" title="P1070747" width="640" height="853" class="alignnone size-large wp-image-422" /></a></p>
<p><a href="http://www.moonbug.org/log/wp-content/uploads/2011/08/P1070771.jpg" rel="lightbox[421]"><img src="http://www.moonbug.org/log/wp-content/uploads/2011/08/P1070771-768x1024.jpg" alt="" title="P1070771" width="640" height="853" class="alignnone size-large wp-image-424" /></p>
<p><span id="more-421"></span></p>
<p></a><a href="http://www.moonbug.org/log/wp-content/uploads/2011/08/P1070775.jpg" rel="lightbox[421]"><img src="http://www.moonbug.org/log/wp-content/uploads/2011/08/P1070775-768x1024.jpg" alt="" title="P1070775" width="640" height="853" class="alignnone size-large wp-image-425" /></a></p>
<p><a href="http://www.moonbug.org/log/wp-content/uploads/2011/08/P1070781.jpg" rel="lightbox[421]"><img src="http://www.moonbug.org/log/wp-content/uploads/2011/08/P1070781-768x1024.jpg" alt="" title="P1070781" width="640" height="853" class="alignnone size-large wp-image-426" /></a></p>
<p><a href="http://www.moonbug.org/log/wp-content/uploads/2011/08/P1070780.jpg" rel="lightbox[421]"><img src="http://www.moonbug.org/log/wp-content/uploads/2011/08/P1070780-1024x768.jpg" alt="" title="P1070780" width="640" height="480" class="alignnone size-large wp-image-429" /></a></p>
<p><a href="http://www.moonbug.org/log/wp-content/uploads/2011/08/P1070791.jpg" rel="lightbox[421]"><img src="http://www.moonbug.org/log/wp-content/uploads/2011/08/P1070791-1024x768.jpg" alt="" title="P1070791" width="640" height="480" class="alignnone size-large wp-image-430" /></a></p>
<p><a href="http://www.moonbug.org/log/wp-content/uploads/2011/08/P10707941.jpg" rel="lightbox[421]"><img src="http://www.moonbug.org/log/wp-content/uploads/2011/08/P10707941-1024x768.jpg" alt="" title="P1070794" width="640" height="480" class="alignnone size-large wp-image-433" /></a></p>
<p><a href="http://www.moonbug.org/log/wp-content/uploads/2011/08/P1070777.jpg" rel="lightbox[421]"><img src="http://www.moonbug.org/log/wp-content/uploads/2011/08/P1070777-1024x768.jpg" alt="" title="P1070777" width="640" height="480" class="alignnone size-large wp-image-434" /></a></p>
<p><a href="http://www.moonbug.org/log/wp-content/uploads/2011/08/P1070802.jpg" rel="lightbox[421]"><img src="http://www.moonbug.org/log/wp-content/uploads/2011/08/P1070802-768x1024.jpg" alt="" title="P1070802" width="640" height="853" class="alignnone size-large wp-image-437" /></a></p>
<p><a href="http://www.moonbug.org/log/wp-content/uploads/2011/08/P1070785.jpg" rel="lightbox[421]"><img src="http://www.moonbug.org/log/wp-content/uploads/2011/08/P1070785-1024x768.jpg" alt="" title="P1070785" width="640" height="480" class="alignnone size-large wp-image-438" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.moonbug.org/log/2011/08/02/witch-parade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I Am An Island</title>
		<link>http://www.moonbug.org/log/2011/08/01/i-am-an-island/</link>
		<comments>http://www.moonbug.org/log/2011/08/01/i-am-an-island/#comments</comments>
		<pubDate>Mon, 01 Aug 2011 18:46:16 +0000</pubDate>
		<dc:creator>moonbug</dc:creator>
				<category><![CDATA[Me Myself And I]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.moonbug.org/log/?p=417</guid>
		<description><![CDATA[Facebook wants me to update my status Twitter wants me to be opinionated and witty about my status Google+ wants me to elaborate on my witty, opinionated status in long form (MySpace thinks I&#8217;m a musician)]]></description>
			<content:encoded><![CDATA[<ul>
<li>Facebook wants me to update my status</li>
<li>Twitter wants me to be opinionated and witty about my status</li>
<li>Google+ wants me to elaborate on my witty, opinionated status in long form</li>
<li>(MySpace thinks I&#8217;m a musician)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.moonbug.org/log/2011/08/01/i-am-an-island/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Guitar Tabs For Billy Joel&#8217;s Laura</title>
		<link>http://www.moonbug.org/log/2011/05/11/guitar-tabs-for-billy-joels-laura/</link>
		<comments>http://www.moonbug.org/log/2011/05/11/guitar-tabs-for-billy-joels-laura/#comments</comments>
		<pubDate>Wed, 11 May 2011 19:33:47 +0000</pubDate>
		<dc:creator>moonbug</dc:creator>
				<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://www.moonbug.org/log/?p=398</guid>
		<description><![CDATA[These days, Billy Joel is generally being brushed off as an 80&#8242;s sellout wanker (here&#8217;s looking at you, Uptown Girl), but I really think The Nylon Curtain features some terrific songs: there&#8217;s Allentown, Pressure, Goodnight Saigon &#8212; and then there&#8217;s &#8230; <a href="http://www.moonbug.org/log/2011/05/11/guitar-tabs-for-billy-joels-laura/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>These days, Billy Joel is generally being brushed off as an 80&#8242;s sellout wanker (here&#8217;s looking at you, <i>Uptown Girl</i>), but I really think <i><a href="http://itunes.apple.com/be/album/the-nylon-curtain/id157506242">The Nylon Curtain</a></i> features some terrific songs: there&#8217;s <i>Allentown, Pressure, Goodnight Saigon</i> &#8212; and then there&#8217;s <i>Laura</i>.</p>
<p>Okay, so I&#8217;m admittedly somewhat obsessed with <a href="http://www.songmeanings.net/songs/view/77959/">this song</a> (<a href="http://www.moonbug.org/log/2011/05/08/laura-vs-baby-britain/">previously</a>) and its intricate chord changes in particular. Sat myself down with my guitar for half an hour in an effort to figure out the chords, as the Google had failed me dismally. Here&#8217;s what I came up with &#8212; mainly for my own reference, so hold your horses&#8230;</p>
<p><b>Intro:</b><br />
<code>G- D# - C</code></p>
<p><b>Main theme</b> (as in <i>Laura Calls me / In the middle of the night</i>):<br />
<code>G - Em - A7 - C7</code></p>
<p><b>First bridge</b> (as in <i>I&#8217;m on her side / Why does she push the poison on me?</i>):<br />
<code>F7 - Em /* @TODO:  that 'oh wow wow'  */</code></p>
<p><b>Second bridge</b> (as in <i>Here I am / Feeling like a fucking fool / Do I react&#8230;</i>):<br />
<code>A# - C7 - Cm - A#</code></p>
<p>Now these chord changes may well owe their exotic feel due to my picking <code>G</code> as the root chord but still: cleverly done Mr Joel, most cleverly done&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.moonbug.org/log/2011/05/11/guitar-tabs-for-billy-joels-laura/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Today&#8217;s Aha-Erlebnis</title>
		<link>http://www.moonbug.org/log/2011/05/10/todays-aha-erlebnis/</link>
		<comments>http://www.moonbug.org/log/2011/05/10/todays-aha-erlebnis/#comments</comments>
		<pubDate>Tue, 10 May 2011 19:20:48 +0000</pubDate>
		<dc:creator>moonbug</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[Lucas]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Today's Aha-Erlebnis]]></category>

		<guid isPermaLink="false">http://www.moonbug.org/log/?p=374</guid>
		<description><![CDATA[There&#8217;s a second, optional argument to CodeIgniter&#8217;s uri segment helper which allows for a fall back default in cases where the uri segment returns false: $this->uri->segment(2, date('Y')); When loading a CI view, there&#8217;s an optional third argument which, when set &#8230; <a href="http://www.moonbug.org/log/2011/05/10/todays-aha-erlebnis/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<ul>
<li>There&#8217;s a second, optional argument to CodeIgniter&#8217;s uri segment helper which allows for a fall back default in cases where the uri segment returns false:<br />
<code>$this->uri->segment(2, date('Y'));</code></li>
<li>When loading a CI view, there&#8217;s an optional third argument which, when set to <i>true</i>, allows you to assign the view to a variable, instead of directly outputting it to the browser. Very very handy when constructing RSS feeds, PDF-downloads, or html emails:<br />
<code>//mail config...<br />
$msg = $this->load->view('email_template', $data, TRUE);<br />
$this->email->message($msg);<br />
$this->email->send();</code></li>
<li>At age two and a half my son is a confirmed, certified Apple nerd (do disregard Khadaffi audio in the back):
<p><iframe src="http://player.vimeo.com/video/21452439?title=0&amp;byline=0&amp;portrait=0" width="600" height="450" frameborder="0"></iframe>
</li>
<li>Today&#8217;s favorite Beatles tune has to be <i>Golden Slumbers</i>.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.moonbug.org/log/2011/05/10/todays-aha-erlebnis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When Laura Meets Baby Britain</title>
		<link>http://www.moonbug.org/log/2011/05/08/laura-vs-baby-britain/</link>
		<comments>http://www.moonbug.org/log/2011/05/08/laura-vs-baby-britain/#comments</comments>
		<pubDate>Sun, 08 May 2011 15:58:19 +0000</pubDate>
		<dc:creator>moonbug</dc:creator>
				<category><![CDATA[Me Myself And I]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Today's Aha-Erlebnis]]></category>

		<guid isPermaLink="false">http://www.moonbug.org/log/?p=366</guid>
		<description><![CDATA[Billy Joel&#8217;s point of view looks in from the outside, anger toward his &#8220;Nemesis&#8221; being the main driving force, whereas Elliott Smith tends to empathize with his &#8220;Nemesis&#8221;, realizing he&#8217;s been an accomplice all the way. It&#8217;s an interesting juxta &#8230; <a href="http://www.moonbug.org/log/2011/05/08/laura-vs-baby-britain/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Billy Joel&#8217;s point of view looks in from the outside, anger toward his &#8220;Nemesis&#8221; being the main driving force, whereas Elliott Smith tends to empathize with his &#8220;Nemesis&#8221;, realizing he&#8217;s been an accomplice all the way. It&#8217;s an interesting juxta position &#8212; while both songs are obvious witnesses of a jarring issue needing to be to cleared out.</p>
<p><iframe width="640" height="510" src="http://www.youtube.com/embed/D9FC34rbeio?rel=0" frameborder="0" allowfullscreen></iframe><br />
<i>Billy Joel &#8211; Laura</i></p>
<p><iframe width="640" height="510" src="http://www.youtube.com/embed/3lnHybH_I6Q?rel=0" frameborder="0" allowfullscreen></iframe><br />
<i>Elliott Smith &#8211; Baby Britain</i></p>
]]></content:encoded>
			<wfw:commentRss>http://www.moonbug.org/log/2011/05/08/laura-vs-baby-britain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CodeIgniter&#8217;s Cart Class With Accented Characters</title>
		<link>http://www.moonbug.org/log/2011/03/23/codeigniters-cart-class-with-accented-characters/</link>
		<comments>http://www.moonbug.org/log/2011/03/23/codeigniters-cart-class-with-accented-characters/#comments</comments>
		<pubDate>Wed, 23 Mar 2011 10:19:43 +0000</pubDate>
		<dc:creator>moonbug</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[Today's Aha-Erlebnis]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.moonbug.org/log/?p=343</guid>
		<description><![CDATA[This has bit me in the ass one too many times, so I thought I&#8217;d do a quick write-up of how I deal with CodeIgniter&#8216;s otherwise wonderful Cart class and its refusal to accept accented &#8220;foreign&#8221; characters. Important: The following &#8230; <a href="http://www.moonbug.org/log/2011/03/23/codeigniters-cart-class-with-accented-characters/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This has bit me in the ass one too many times, so I thought I&#8217;d do a quick write-up of how I deal with <a href="http://codeigniter.com/">CodeIgniter</a>&#8216;s otherwise wonderful <a href="http://codeigniter.com/user_guide/libraries/cart.html">Cart class</a> and its refusal to accept accented &#8220;foreign&#8221; characters.</p>
<p><b>Important:</b> The following assumes you are using PHP5+ and CI 2.0 or newer.</p>
<h3>The problem</h3>
<p>You have your product pages all nicely set up with an &#8220;Add to Basket&#8221; button. When that button gets clicked, via some <a href="http://api.jquery.com/jQuery.get/">jQuery $.get</a> magic in my set-up, the product and its specifications gets added to the Cart object. If however your product&#8217;s name has any accents in it (e.g. &#8220;Verre à Bière&#8221;), CodeIgniter will by default silently <i>refuse to add that product to the cart</i>.</p>
<h3>The solution</h3>
<p>Create a file in <i>application/libraries</i> and call it &#8220;MY_cart.php&#8221;. In that file, paste the following code:</p>
<pre>
< ?php
if ( ! defined('BASEPATH')) exit('No direct script access allowed');

class MY_Cart extends CI_Cart {
    function __construct() {
        parent::__construct();
        $this->product_name_rules = '\d\D';
    }
}
</pre>
<p>This will override CodeIgniter&#8217;s default set of allowed characters, and extend it with whatever accent you can think of. If you&#8217;re not using Javascript to add items to the cart, that should do the trick and you can stop reading now.</p>
<p>However, as mentioned, I&#8217;m using jQuery&#8217;s $.get method to add items to the cart, so that the page doesn&#8217;t have to reload each time an item gets added (it&#8217;s what the cool kids refer to as &#8220;Ajax&#8221;). Here&#8217;s an example of the script I&#8217;m using for this:</p>
<pre>
$(function(){
	$('#addButton').click(function(){
		$.get("path/to/add_to_cart",
		{
			id: $('input[name=id]').val(),
			name: $('#name').val(),
	   		qty: $('#qty').val(),
		       	price_option: $('#price_option').val()
		 },
		 function(data) {
			$('#addedMsg').html(data.html).show();
			}, 'json'
		); // end get
		return false;
	});
});
</pre>
<p>Notice that I&#8217;m passing on the value of a hidden formfield with id &#8220;name&#8221; to this function. Now, here&#8217;s the pitfall: Javascript will convert accented characters to their equivalent Unicode string (while, for legacy reasons, I&#8217;m having to use the <i>iso-8859-1</i> charset). As a result, CodeIgniter will gladly add my item to its cart, but since it&#8217;s passed through Javascript, the accented characters come out as &#8220;gibberish&#8221;, once you have to display them in your cart view.</p>
<p>The solution here is to pass the regular product name (accents and all) to the jQuery function, and then do the following in the php script which actually adds the item to the cart. Instead of something like:</p>
<pre>
$data['name'] = $this->input->get('name');
//proceed to insert in cart
</pre>
<p>Do this:</p>
<pre>
//run the name variable through the ascii_to_entities() function
$data['name'] = ascii_to_entities($this->input->get('name'));
//proceed to insert in cart
</pre>
<p>Note that for this you will have to have CodeIgniter&#8217;s <a href="http://codeigniter.com/user_guide/helpers/text_helper.html">Text helper</a> loaded.</p>
<h3>Almost there</h3>
<p>What we&#8217;ve accomplished so far: CodeIgniter&#8217;s Cart class accepts our accented product names, and although we&#8217;ve passed the names through Javascript, the correct characters still show up within the Cart object. But how about displaying items in a cart overview? If you link back each item to its product page, you will have to construct that link such that it re-instates the ascii characters instead of their respective entities:<br />
<code><br />
base_url().'/controller/'.sanitize_title_dashes(entities_to_ascii($items['name']));<br />
</code><br />
Note that I&#8217;m using sanitize_title_dashes() (see the WordPress core) as a method to obtain URL&#8217;s which are restricted to an &#8220;a-z0-9&#8243; realm of characters &#8211; thereby omitting any characters that had previously been turned into entities! Using entities_to_ascii() allows them back into the url. Phew.</p>
<h3>Wrapping up</h3>
<p>While it may look a bit messy, the above solved the problem for me. I love CodeIgniter very much, and it&#8217;s sped up my webdevelopment significantly. It being mildly US-centric though in the way it handles accented characters in URL&#8217;s and Cart processing leaves a bit to be desired. The up side is that through its extensibility, you can make things work &#8211; allbeit with a bit of angry fist shaking. Having these workarounds present out of the box from within CodeIgniter would be nice. But that&#8217;s another can of worms&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.moonbug.org/log/2011/03/23/codeigniters-cart-class-with-accented-characters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Conversation With Lucas</title>
		<link>http://www.moonbug.org/log/2009/01/31/conversation-with-lucas/</link>
		<comments>http://www.moonbug.org/log/2009/01/31/conversation-with-lucas/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 16:22:34 +0000</pubDate>
		<dc:creator>moonbug</dc:creator>
				<category><![CDATA[Lucas]]></category>

		<guid isPermaLink="false">http://www.moonbug.org/log/?p=314</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><object width="441" height="249"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=3028707&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=3028707&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="441" height="249"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.moonbug.org/log/2009/01/31/conversation-with-lucas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

