<?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>blog.TomDuff.net</title>
	<atom:link href="http://blog.tomduff.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tomduff.net</link>
	<description>A guy from New Jersey</description>
	<lastBuildDate>Wed, 20 Oct 2010 18:21:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>weddingsite is online at BitBucket!</title>
		<link>http://blog.tomduff.net/2010/10/weddingsite-is-online-at-bitbucket/</link>
		<comments>http://blog.tomduff.net/2010/10/weddingsite-is-online-at-bitbucket/#comments</comments>
		<pubDate>Wed, 20 Oct 2010 18:21:50 +0000</pubDate>
		<dc:creator>Tom Duff</dc:creator>
				<category><![CDATA[Application Development]]></category>
		<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[IRL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Wedding]]></category>

		<guid isPermaLink="false">http://blog.tomduff.net/?p=25</guid>
		<description><![CDATA[Just a quick note &#8211; I&#8217;ve released a preliminary version of the wedding website software I&#8217;m calling &#8220;weddingsite&#8221; (no points for originality, but meh). It&#8217;s been published on my dev site over at bitbucket.org. Feel free to fork and set &#8230; <a href="http://blog.tomduff.net/2010/10/weddingsite-is-online-at-bitbucket/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Just a quick note &#8211; I&#8217;ve released a preliminary version of the wedding website software I&#8217;m calling &#8220;weddingsite&#8221; (no points for originality, but meh). It&#8217;s been published on my dev site over at <a title="weddingsite Software" href="http://dev.tomduff.net/weddingsite" target="_blank">bitbucket.org</a>. Feel free to fork and set yourself up a repository for your own wedding website. Or, download the latest snapshot by clicking the &#8220;get source&#8221; link.</p>
<p>An installer script is coming soon, but for now, you should have some working knowledge of CodeIgniter and PHP to go through all the files and edit what needs to be edited (It&#8217;s all marked). Feel free to email me through the <a title="Tom's Contact Form" href="http://www.tomduff.net/contact/" target="_blank">contact form on my website</a> if you have any questions, comments, or ideas for improvement!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tomduff.net/2010/10/weddingsite-is-online-at-bitbucket/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Marital Development</title>
		<link>http://blog.tomduff.net/2010/10/marital-development/</link>
		<comments>http://blog.tomduff.net/2010/10/marital-development/#comments</comments>
		<pubDate>Sat, 02 Oct 2010 21:40:55 +0000</pubDate>
		<dc:creator>Tom Duff</dc:creator>
				<category><![CDATA[Application Development]]></category>
		<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[IRL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Wedding]]></category>

		<guid isPermaLink="false">http://blog.tomduff.net/?p=20</guid>
		<description><![CDATA[Well, I went and got myself engaged. I&#8217;ve been best friends with Kim since High School, and we&#8217;ve been living together for the past 4 years, so I felt it was abut time to make it official. It&#8217;s pretty neat, &#8230; <a href="http://blog.tomduff.net/2010/10/marital-development/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Well, I went and got myself engaged. I&#8217;ve been best friends with Kim since High School, and we&#8217;ve been living together for the past 4 years, so I felt it was abut time to make it official. It&#8217;s pretty neat, actually.</p>
<p>So, It&#8217;s been about a month since I popped the question (she said yes obviously), and we&#8217;ve actually been planning pretty much non-stop for the past month. We&#8217;ve got a date set, a place for the ceremony and reception already booked, DJ, flowers, and everything in the works, and yadda yadda yadda. Kim and her Mom have been taking care of a lot of the details, but luckily, I&#8217;ve been given the task of making a web site for our Wedding.</p>
<p>I&#8217;ve got a bunch of stuff already written up, the site is in beta right now, it&#8217;s got its own domain name, and I&#8217;m writing the CMS from scratch using the CodeIgniter framework, like I used for tomduff.net and phlarg.net. I&#8217;m having a blast with it.</p>
<p>I recently wrote an RSVP system that&#8217;l knock my guest&#8217;s socks off. It&#8217;s got a MySQL backend, and I&#8217;ve even built in a section of the website called CENTCOM, or Wedding Central Command, where Kim and I can manage names, addresses, and RSVP statuses of guests. The whole thing is really neat.</p>
<p>I&#8217;m also using the opportunity to avail myself of version control for this project, forgoing my usual SF.net-powered SVN repository, for a more distributed model, using Mercurial and bitbucket.org. It&#8217;s been working out GREAT so far. What I&#8217;m doing is keeping a working copy at work and home, and committing my changes back up to bitbucket.org. Then, when I get a working trunk, I pull it down to my web server using Hg as well. Pretty neat.</p>
<p>So anyway, that&#8217;s what&#8217;s going on recently.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tomduff.net/2010/10/marital-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Keeping Busy</title>
		<link>http://blog.tomduff.net/2010/05/keeping-busy/</link>
		<comments>http://blog.tomduff.net/2010/05/keeping-busy/#comments</comments>
		<pubDate>Thu, 13 May 2010 18:05:23 +0000</pubDate>
		<dc:creator>Tom Duff</dc:creator>
				<category><![CDATA[Application Development]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://blog.tomduff.net/?p=11</guid>
		<description><![CDATA[Lots of things have happened in the past couple of days, I'm working on posting a few new projects, namely a Nessus Scan Automator for Nessus 4.2.2, used for scheduling security and vulnerability scans via SQL table records. I've already got this set up and running at work, but it's a different environment, so I'm trying to make a portable version with a web interface (the one I've got now is just CLI-based perl, ruby, and php scripts). <a href="http://blog.tomduff.net/2010/05/keeping-busy/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Lots of things have happened in the past couple of days, I&#8217;m working on  posting a few new projects, namely a Nessus Scan Automator for Nessus  4.2.2, used for scheduling security and vulnerability scans via SQL  table records. I&#8217;ve already got this set up and running at work, but  it&#8217;s a different environment, so I&#8217;m trying to make a portable version  with a web interface (the one I&#8217;ve got now is just CLI-based perl, ruby,  and php scripts).</p>
<p>In addition to the Nessus Scanner, I&#8217;ve got a few new automation  projects coming down the pipes, as well as some more site modifications  such as a tag cloud and other nice stuff. Stay tuned.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tomduff.net/2010/05/keeping-busy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Project Development with CodeIgniter &#8211; Impressive!</title>
		<link>http://blog.tomduff.net/2010/05/project-development-with-codeigniter-impressive/</link>
		<comments>http://blog.tomduff.net/2010/05/project-development-with-codeigniter-impressive/#comments</comments>
		<pubDate>Sun, 02 May 2010 18:04:38 +0000</pubDate>
		<dc:creator>Tom Duff</dc:creator>
				<category><![CDATA[Application Development]]></category>
		<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.tomduff.net/?p=7</guid>
		<description><![CDATA[CodeIgniter is probably the best and "least fatty" frameworks I've used in a long time. CakePHP has its charms, and I'm sure Symfony has its good points too (though I'm not familiar with them) - but CodeIgniter gives you just what you need, and lets you interject the rest. <a href="http://blog.tomduff.net/2010/05/project-development-with-codeigniter-impressive/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>CodeIgniter is probably the best and &#8220;least fatty&#8221; frameworks I&#8217;ve used  in a long time. CakePHP has its charms, and I&#8217;m sure Symfony has its  good points too (though I&#8217;m not familiar with them) &#8211; but CodeIgniter  gives you just what you need, and lets you interject the rest.</p>
<p>This site (www.tomduff.net) used to be run by a shoddy, horribly hacked  together CMS that I wrote when I was first starting out with PHP.  Instead of looking into a framework to ease my work, I chose to build on  top of the code I had. In hindsight, I suppose this helped me figure  out the intricacies of the language, and somewhat good practices, but  for such a large project, if you keep building on top of what you&#8217;ve  got, you tend to pigeonhole yourself at one point or another, and wind  up hitting a wall for new features.</p>
<p>I think this whole thing started when I began looking into Ruby on Rails  to fix the issues I had, but what I really needed was the cleanliness  an MVC framework could give me, while at the same time, allowing me to  use a language I already knew. Ruby isn&#8217;t that hard to learn, but I use  PHP more, so I was better off with an MVC framework written in, and for,  PHP.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tomduff.net/2010/05/project-development-with-codeigniter-impressive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

