<?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>I Love Bonnie.net</title>
	<atom:link href="http://www.ilovebonnie.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ilovebonnie.net</link>
	<description>Love, Life &#38; Technology in a Turbulent World</description>
	<lastBuildDate>Tue, 26 Jan 2010 04:44:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Experience Liberia &#8211; All The Episodes of The Vice Guide to Liberia</title>
		<link>http://www.ilovebonnie.net/2010/01/25/experience-liberia-all-the-episodes-of-the-vice-guide-to-liberia/</link>
		<comments>http://www.ilovebonnie.net/2010/01/25/experience-liberia-all-the-episodes-of-the-vice-guide-to-liberia/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 04:41:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[government]]></category>
		<category><![CDATA[military]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[politics]]></category>

		<guid isPermaLink="false">http://www.ilovebonnie.net/?p=392</guid>
		<description><![CDATA[While browsing around the Internet, I came upon a rather startling series of videos. These videos were the first, in quite a long time, where I had to stop part way through and take a break. They show the absolutely staggering poverty and conditions that exist within the country of Liberia.
BE WARNED that these videos [...]]]></description>
		<wfw:commentRss>http://www.ilovebonnie.net/2010/01/25/experience-liberia-all-the-episodes-of-the-vice-guide-to-liberia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Random Dates and Numbers in PostgreSQL with the RANDOM() Function</title>
		<link>http://www.ilovebonnie.net/2010/01/20/random-dates-and-numbers-in-postgresql-with-the-random-function/</link>
		<comments>http://www.ilovebonnie.net/2010/01/20/random-dates-and-numbers-in-postgresql-with-the-random-function/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 18:26:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Geekery]]></category>
		<category><![CDATA[postgresql]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.ilovebonnie.net/?p=382</guid>
		<description><![CDATA[Working with the random() function in PostgreSQL can be a bit tricky if you&#8217;re trying to populate a table.
The random() function in PostgreSQL will return a number between 0 and 1 like so:

SELECT RANDOM&#40;&#41;;
      random       
-------------------
 0.115072432027698
&#40;1 row&#41;

If you&#8217;re trying to get a whole [...]]]></description>
		<wfw:commentRss>http://www.ilovebonnie.net/2010/01/20/random-dates-and-numbers-in-postgresql-with-the-random-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Medical Marijuana in Washington D.C.</title>
		<link>http://www.ilovebonnie.net/2009/12/09/medical-marijuana-in-washington-d-c/</link>
		<comments>http://www.ilovebonnie.net/2009/12/09/medical-marijuana-in-washington-d-c/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 16:50:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[government]]></category>
		<category><![CDATA[privacy]]></category>

		<guid isPermaLink="false">http://www.ilovebonnie.net/?p=363</guid>
		<description><![CDATA[The Law Enforcement Against Prohibition blog just announced that the Senate will be removing the ban that they have had in place against their voters since 1998.
In 1998, the voters of Washington D.C. voted for Initiative 59 to allow medical marijuana. This was challenged by using something known as The Barr Amendment which effectively prohibited [...]]]></description>
		<wfw:commentRss>http://www.ilovebonnie.net/2009/12/09/medical-marijuana-in-washington-d-c/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Speed Comparison of strlen() VS empty() in PHP Shows empty() is Faster</title>
		<link>http://www.ilovebonnie.net/2009/10/08/speed-comparison-of-strlen-vs-empty-in-php-shows-empty-is-faster/</link>
		<comments>http://www.ilovebonnie.net/2009/10/08/speed-comparison-of-strlen-vs-empty-in-php-shows-empty-is-faster/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 16:31:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Geekery]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.ilovebonnie.net/?p=350</guid>
		<description><![CDATA[While working on a PHP project, I found myself occasionally switching between using empty() or !strlen() when I was dealing with strings. In PHP, there are often multiple solutions for the same problem and this was one of those cases. I didn&#8217;t really have a reason to use one over the other and, as most [...]]]></description>
		<wfw:commentRss>http://www.ilovebonnie.net/2009/10/08/speed-comparison-of-strlen-vs-empty-in-php-shows-empty-is-faster/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Use onbeforeunload with Form Submit Buttons</title>
		<link>http://www.ilovebonnie.net/2009/09/23/how-to-use-onbeforeunload-with-form-submit-buttons/</link>
		<comments>http://www.ilovebonnie.net/2009/09/23/how-to-use-onbeforeunload-with-form-submit-buttons/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 17:12:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Geekery]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.ilovebonnie.net/?p=345</guid>
		<description><![CDATA[While doing some programming I came across an interesting predicament. While I understand it&#8217;s evil to make it hard for a user to leave a page, I&#8217;m not here to argue the merits (or lack thereof) of onbeforeunload.
On a particular form, we are forcing the browser to not cache the information to avoid potential AJAX/JavaScript [...]]]></description>
		<wfw:commentRss>http://www.ilovebonnie.net/2009/09/23/how-to-use-onbeforeunload-with-form-submit-buttons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Elizabeth McCaughey Leaves Position as Director of Cantel Medical One Day After Daily Show Interview</title>
		<link>http://www.ilovebonnie.net/2009/08/21/elizabeth-mccaughey-leaves-position-as-director-of-cantel-medical-one-day-after-daily-show-interview/</link>
		<comments>http://www.ilovebonnie.net/2009/08/21/elizabeth-mccaughey-leaves-position-as-director-of-cantel-medical-one-day-after-daily-show-interview/#comments</comments>
		<pubDate>Sat, 22 Aug 2009 00:51:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[government]]></category>
		<category><![CDATA[health care]]></category>
		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://www.ilovebonnie.net/?p=340</guid>
		<description><![CDATA[Elizabeth McCaughey has gained attention recently as being the source of the &#8220;Death Panel&#8221; discussions that have brought our news networks to a halt time and time again. Leave it to John Stewart over at The Daily Show to pwn her on national television and cause her to leave her position as the director of [...]]]></description>
		<wfw:commentRss>http://www.ilovebonnie.net/2009/08/21/elizabeth-mccaughey-leaves-position-as-director-of-cantel-medical-one-day-after-daily-show-interview/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Improved AJAX, XHTML, and RSS Safe Function for Converting Entities to ASCII in PHP</title>
		<link>http://www.ilovebonnie.net/2009/08/17/improved-ajax-xhtml-and-rss-safe-function-for-converting-entities-to-ascii-in-php/</link>
		<comments>http://www.ilovebonnie.net/2009/08/17/improved-ajax-xhtml-and-rss-safe-function-for-converting-entities-to-ascii-in-php/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 06:54:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Geekery]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.ilovebonnie.net/?p=327</guid>
		<description><![CDATA[In March, I reported on a particular problem that may or may not have arisen for developers. In short: WebKit and, consequently, Google Chrome might have introduced some problems for developers who weren&#8217;t properly converting their variables to ensure they were safe for XHTML, RSS and AJAX by converting their characters to the proper ASCII [...]]]></description>
		<wfw:commentRss>http://www.ilovebonnie.net/2009/08/17/improved-ajax-xhtml-and-rss-safe-function-for-converting-entities-to-ascii-in-php/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Beaverhead County Decides to Defer Prosecution of Summer Day in Medical Marijuana Case</title>
		<link>http://www.ilovebonnie.net/2009/08/05/beaverhead-county-decides-to-defer-prosecution-of-summer-day-in-medical-marijuana-case/</link>
		<comments>http://www.ilovebonnie.net/2009/08/05/beaverhead-county-decides-to-defer-prosecution-of-summer-day-in-medical-marijuana-case/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 17:35:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[cannabis]]></category>
		<category><![CDATA[government]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[politics]]></category>

		<guid isPermaLink="false">http://www.ilovebonnie.net/?p=320</guid>
		<description><![CDATA[In February of 2008, I reported on the arrests of Scott and Summer Day. Scott and Summer were doing what so many Americans are finding themselves doing these days: growing their own medicine in the form of cannabis. Scott suffered from a rare condition that usually took the lives of its victims at around age [...]]]></description>
		<wfw:commentRss>http://www.ilovebonnie.net/2009/08/05/beaverhead-county-decides-to-defer-prosecution-of-summer-day-in-medical-marijuana-case/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Amazon AWS API REST Authentication for PHP 5</title>
		<link>http://www.ilovebonnie.net/2009/07/27/amazon-aws-api-rest-authentication-for-php-5/</link>
		<comments>http://www.ilovebonnie.net/2009/07/27/amazon-aws-api-rest-authentication-for-php-5/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 19:15:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Geekery]]></category>
		<category><![CDATA[aws]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.ilovebonnie.net/?p=313</guid>
		<description><![CDATA[Since Amazon decided all of their requests needed to be authenticated, developers have been scrambling to convert their existing code to work with their new authentication architecture.
Here&#8217;s an excerpt of the email you probably received:
&#8220;&#8230; signatures will be necessary to authenticate each call to the Product Advertising API. This requirement will be phased in starting [...]]]></description>
		<wfw:commentRss>http://www.ilovebonnie.net/2009/07/27/amazon-aws-api-rest-authentication-for-php-5/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>Commands to Easily Reformat Code with Line Breaks Around Curly Braces in Vim</title>
		<link>http://www.ilovebonnie.net/2009/07/23/commands-to-easily-reformat-code-with-line-breaks-around-curly-braces-in-vim/</link>
		<comments>http://www.ilovebonnie.net/2009/07/23/commands-to-easily-reformat-code-with-line-breaks-around-curly-braces-in-vim/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 18:17:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://www.ilovebonnie.net/?p=305</guid>
		<description><![CDATA[
Personal coding styles can be a big thing for some people. It can take a while for some people to figure out what styles are their favorite. For instance: I used to code by putting curly braces on their own lines; I have since changed. Unfortunately, I&#8217;m constantly coming across my own code (and the [...]]]></description>
		<wfw:commentRss>http://www.ilovebonnie.net/2009/07/23/commands-to-easily-reformat-code-with-line-breaks-around-curly-braces-in-vim/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
