<?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>Brian Wigginton &#187; Programming</title>
	<atom:link href="http://www.bwigg.com/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bwigg.com</link>
	<description>libB - Notes &#38; Tutorials on Delicious Bytes of Technology</description>
	<lastBuildDate>Tue, 16 Feb 2010 01:28:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Pragmatic Development</title>
		<link>http://www.bwigg.com/2010/01/pragmatic-development/</link>
		<comments>http://www.bwigg.com/2010/01/pragmatic-development/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 03:01:07 +0000</pubDate>
		<dc:creator>bawigga</dc:creator>
				<category><![CDATA[Developer Life]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.bwigg.com/?p=175</guid>
		<description><![CDATA[What does it mean to be a pragmatic programmer, or to program pragmatically? Generally speaking, acting pragmatically or being pragmatic means to act practically. Taking things for what they are, don't make  things more difficult then they have to be. Take these ideals and apply them to development and you can be a very efficient, [...]]]></description>
		<wfw:commentRss>http://www.bwigg.com/2010/01/pragmatic-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Subversion: Commit Emails</title>
		<link>http://www.bwigg.com/2009/10/subversion-commit-emails/</link>
		<comments>http://www.bwigg.com/2009/10/subversion-commit-emails/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 16:29:46 +0000</pubDate>
		<dc:creator>bawigga</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Subversion]]></category>

		<guid isPermaLink="false">http://www.bwigg.com/?p=89</guid>
		<description><![CDATA[This is a tutorial on how to setup Subversion to email a team when there is a commit to the repository. Subversion Hooks Hooks are what Subversion executes upon certain events. Within your SVN directory you should see the following items README.txt conf dav db format hooks locks Go into the hooks directory and you [...]]]></description>
		<wfw:commentRss>http://www.bwigg.com/2009/10/subversion-commit-emails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Paperclip &#8211; Customizing Paths and URLs</title>
		<link>http://www.bwigg.com/2009/10/paperclip-customizing-paths-and-urls/</link>
		<comments>http://www.bwigg.com/2009/10/paperclip-customizing-paths-and-urls/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 23:08:35 +0000</pubDate>
		<dc:creator>bawigga</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.bwigg.com/?p=64</guid>
		<description><![CDATA[To customize the paths and urls of paperclip objects in your rails app you need to modify both the :path and :url options for  has_attached_file in your models. Here's an example... class SomeModel &#60; ActiveRecord::Base &#160; has_attached_file :image_one, :path =&#62; &#34;public/system/:class/:id/:filename&#34;, :url =&#62; &#34;/system/:class/:id/:basename.:extension&#34; &#160; has_attached_file :image_two, :path =&#62; &#34;public/system/:class/:id/:filename&#34;, :url =&#62; &#34;/system/:class/:id/:basename.:extension&#34; end By [...]]]></description>
		<wfw:commentRss>http://www.bwigg.com/2009/10/paperclip-customizing-paths-and-urls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[TIP] Ruby GUI Applications and Empty Console Window</title>
		<link>http://www.bwigg.com/2008/08/tip-ruby-gui-applications-and-empty-console-window/</link>
		<comments>http://www.bwigg.com/2008/08/tip-ruby-gui-applications-and-empty-console-window/#comments</comments>
		<pubDate>Wed, 06 Aug 2008 20:53:45 +0000</pubDate>
		<dc:creator>bawigga</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.bwigg.com/?p=23</guid>
		<description><![CDATA[While writing a Ruby GUI app I kept seeing an empty console window. As it turns out there are two ruby executables that you can use to run your Ruby scripts: ruby, which is a CUI (Console User Interface) and rubyw, a GUI (Graphical User Interface) used to launch GUI Apps. Using rubyw will prevent [...]]]></description>
		<wfw:commentRss>http://www.bwigg.com/2008/08/tip-ruby-gui-applications-and-empty-console-window/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
