<?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>The Personal Blog of Lucas Bombardier</title>
	<atom:link href="http://www.lucasbombardier.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lucasbombardier.com</link>
	<description></description>
	<lastBuildDate>Mon, 14 May 2012 15:52:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Adding a Dark Background in WordPress&#8217; Distraction Free Writing Mode</title>
		<link>http://www.lucasbombardier.com/adding-a-dark-background-in-wordpress-distraction-free-writing-mode/</link>
		<comments>http://www.lucasbombardier.com/adding-a-dark-background-in-wordpress-distraction-free-writing-mode/#comments</comments>
		<pubDate>Mon, 14 May 2012 15:41:55 +0000</pubDate>
		<dc:creator>InThisStyle</dc:creator>
				<category><![CDATA[Random Stuff]]></category>

		<guid isPermaLink="false">http://www.lucasbombardier.com/?p=224</guid>
		<description><![CDATA[WordPress&#8217; most recent version now has a &#8220;Distraction Free&#8221; writing mode, which is awesome. You can toggle it by clicking on the second last button at the far end of the first row. If you&#8217;re like me and prefer a dark background with light text then, you&#8217;re in luck! With two quick changes you can [...]]]></description>
		<wfw:commentRss>http://www.lucasbombardier.com/adding-a-dark-background-in-wordpress-distraction-free-writing-mode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Word on Content Management</title>
		<link>http://www.lucasbombardier.com/a-word-on-content-management/</link>
		<comments>http://www.lucasbombardier.com/a-word-on-content-management/#comments</comments>
		<pubDate>Sat, 12 May 2012 15:10:24 +0000</pubDate>
		<dc:creator>InThisStyle</dc:creator>
				<category><![CDATA[Tech & Apps]]></category>

		<guid isPermaLink="false">http://www.lucasbombardier.com/?p=202</guid>
		<description><![CDATA[I was recently involved an in-depth discussion with a friend of mine on the topic of web content management, what is it, how much does it cost, and several other topics. Based on that conversation I decided to write an article on the subject to shed some light on the subject for other SMEs. At [...]]]></description>
		<wfw:commentRss>http://www.lucasbombardier.com/a-word-on-content-management/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Handling PHP Errors in WordPress</title>
		<link>http://www.lucasbombardier.com/handling-php-errors-in-wordpress/</link>
		<comments>http://www.lucasbombardier.com/handling-php-errors-in-wordpress/#comments</comments>
		<pubDate>Thu, 29 Mar 2012 15:22:48 +0000</pubDate>
		<dc:creator>InThisStyle</dc:creator>
				<category><![CDATA[Design & Development]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.lucasbombardier.com/?p=161</guid>
		<description><![CDATA[As a bona fide WordPress tinkerer (I&#8217;m not sure that&#8217;s actually a word, but it fits!) I&#8217;ve run into a few snags with handling PHP errors in a development environment. In most of my use cases I&#8217;m being brought on to troubleshoot a critical error which is preventing go live, or, I&#8217;m being asked to [...]]]></description>
		<wfw:commentRss>http://www.lucasbombardier.com/handling-php-errors-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What&#8217;s In A Name</title>
		<link>http://www.lucasbombardier.com/whats-in-a-name/</link>
		<comments>http://www.lucasbombardier.com/whats-in-a-name/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 12:22:42 +0000</pubDate>
		<dc:creator>InThisStyle</dc:creator>
				<category><![CDATA[Business & Project Management]]></category>
		<category><![CDATA[Domain Names]]></category>
		<category><![CDATA[Freelance]]></category>
		<category><![CDATA[Small Business]]></category>
		<category><![CDATA[Startup]]></category>

		<guid isPermaLink="false">http://lucasbombardier.com/?p=1</guid>
		<description><![CDATA[Having developed a variety of online properties over the years, I thought it was time to put my comments down on "paper" regarding how to choose a name. Specifically we're talking about choosing a name for a business that is based primarily online, whether it be a web design company, or a web application.]]></description>
		<wfw:commentRss>http://www.lucasbombardier.com/whats-in-a-name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery Autocomplete with MySQL &amp; PHP</title>
		<link>http://www.lucasbombardier.com/jquery-autocomplete-with-mysql-php/</link>
		<comments>http://www.lucasbombardier.com/jquery-autocomplete-with-mysql-php/#comments</comments>
		<pubDate>Sun, 15 Jan 2012 17:34:01 +0000</pubDate>
		<dc:creator>InThisStyle</dc:creator>
				<category><![CDATA[Design & Development]]></category>

		<guid isPermaLink="false">http://www.lucasbombardier.com/?p=143</guid>
		<description><![CDATA[Over the years I&#8217;ve experimented with several autocomplete scripts, some were really nice to implement, others were really weak sauce. Recently, I had to once again implement an autocompete field in an input form, and decided it was time to take another look at my favorite library, jQuery, to get this done. Well, in this instance I&#8217;m happy to [...]]]></description>
		<wfw:commentRss>http://www.lucasbombardier.com/jquery-autocomplete-with-mysql-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Review: TeuxDeux</title>
		<link>http://www.lucasbombardier.com/review-teuxdeux/</link>
		<comments>http://www.lucasbombardier.com/review-teuxdeux/#comments</comments>
		<pubDate>Wed, 21 Dec 2011 18:29:53 +0000</pubDate>
		<dc:creator>InThisStyle</dc:creator>
				<category><![CDATA[Business & Project Management]]></category>
		<category><![CDATA[Tech & Apps]]></category>
		<category><![CDATA[SaaS]]></category>
		<category><![CDATA[Task Management]]></category>
		<category><![CDATA[To-Do]]></category>

		<guid isPermaLink="false">http://lucasbombardier.com/?p=20</guid>
		<description><![CDATA[I&#8217;ve been reviewing a variety of SaaS apps lately which deal with project management, task management and to-do lists. One of the hats I wear is that of Project Manager, and in doing so, I&#8217;m faced with the need to manage not only what I need to do, but more importantly, what my team needs [...]]]></description>
		<wfw:commentRss>http://www.lucasbombardier.com/review-teuxdeux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PostgreSQL Tips From a MySQL User</title>
		<link>http://www.lucasbombardier.com/postgresql-tips-from-a-mysql-user/</link>
		<comments>http://www.lucasbombardier.com/postgresql-tips-from-a-mysql-user/#comments</comments>
		<pubDate>Tue, 08 Nov 2011 03:25:35 +0000</pubDate>
		<dc:creator>InThisStyle</dc:creator>
				<category><![CDATA[Design & Development]]></category>
		<category><![CDATA[postgreSQL]]></category>

		<guid isPermaLink="false">http://www.lucasbombardier.com/?p=117</guid>
		<description><![CDATA[A recent experience with postgreSQL forced me to get to know some of the syntax and associated architecture associated with a postegreSQL (w/ PHP) environment. I&#8217;m documenting a few tips which would have been helpful, Google is great, no question, but postgreSQL is not the most documented&#8230; so here&#8217;s my newb tips. First Things First [...]]]></description>
		<wfw:commentRss>http://www.lucasbombardier.com/postgresql-tips-from-a-mysql-user/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Populate Input Values From Select List</title>
		<link>http://www.lucasbombardier.com/populate-input-values-from-select-list/</link>
		<comments>http://www.lucasbombardier.com/populate-input-values-from-select-list/#comments</comments>
		<pubDate>Tue, 01 Nov 2011 16:53:42 +0000</pubDate>
		<dc:creator>InThisStyle</dc:creator>
				<category><![CDATA[Design & Development]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.lucasbombardier.com/?p=107</guid>
		<description><![CDATA[Another quick jQuery tutorial! Here&#8217;s the demo. I&#8217;m building an app that requires members to &#8220;invite&#8221; contacts for each new record they create. (This consists primarily of a name and email address.) In some cases the contacts will be invited several times. So, in lieu of having the user re-enter information on multiple occasions I [...]]]></description>
		<wfw:commentRss>http://www.lucasbombardier.com/populate-input-values-from-select-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Coding in the Cloud: Kodingen</title>
		<link>http://www.lucasbombardier.com/coding-in-the-cloud-kodingen/</link>
		<comments>http://www.lucasbombardier.com/coding-in-the-cloud-kodingen/#comments</comments>
		<pubDate>Wed, 26 Oct 2011 18:08:52 +0000</pubDate>
		<dc:creator>InThisStyle</dc:creator>
				<category><![CDATA[Tech & Apps]]></category>

		<guid isPermaLink="false">http://www.lucasbombardier.com/?p=77</guid>
		<description><![CDATA[There&#8217;s been a lot of talk lately about &#8220;The Cloud&#8221; and how it&#8217;s going to fundamentally change operating systems, and specifcally, the way we manage our information. With the anouncement of Google&#8217;s Chrome OS, this does seem to be a fair assumption, although the time to reach any significant saturation point is, I would guess, [...]]]></description>
		<wfw:commentRss>http://www.lucasbombardier.com/coding-in-the-cloud-kodingen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Show Links on Hover With jQuery</title>
		<link>http://www.lucasbombardier.com/jquery-tutorial-show-links-on-hover/</link>
		<comments>http://www.lucasbombardier.com/jquery-tutorial-show-links-on-hover/#comments</comments>
		<pubDate>Fri, 18 Mar 2011 18:50:23 +0000</pubDate>
		<dc:creator>InThisStyle</dc:creator>
				<category><![CDATA[Design & Development]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.lucasbombardier.com/?p=95</guid>
		<description><![CDATA[I spent some time earlier today looking for a jQuery code snippet which would allow me to show some action links in a table row on hover&#8230; a pretty standard SaaS UI component for editing records. Overall, the hover effect is pretty simple to use within the jQuery library, with show() and hide() methods. However, [...]]]></description>
		<wfw:commentRss>http://www.lucasbombardier.com/jquery-tutorial-show-links-on-hover/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

