<?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>Just Us</title>
	<atom:link href="http://nick.declario.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://nick.declario.com/blog</link>
	<description>Dirty Diapers and Life...</description>
	<lastBuildDate>Sun, 20 Feb 2011 13:27:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Gallery-esque Generator</title>
		<link>http://nick.declario.com/blog/?p=334</link>
		<comments>http://nick.declario.com/blog/?p=334#comments</comments>
		<pubDate>Sun, 20 Feb 2011 13:27:32 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nick.declario.com/blog/?p=334</guid>
		<description><![CDATA[I&#8217;ve had my server up and running for over 10 years now and in time it has accumulated a ton of crap.  Tons of images and what-not, especially in my &#8216;html&#8217; directories.  On top of that I often copy images &#8230; <a href="http://nick.declario.com/blog/?p=334">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had my server up and running for over 10 years now and in time it has accumulated a ton of crap.  Tons of images and what-not, especially in my &#8216;html&#8217; directories.  On top of that I often copy images that I don&#8217;t want in my gallery but do want to be viewable by myself or others.  I found myself hand writing a simple script to convert the images to thumbnails and create a simple html page to display.  So I finally took all those steps and created a BASH script to handle it all.</p>
<p>The script is extremely easy to use and requires only that you have ImageMagick installed on your system.  In theory this script should also work on Mac OS X and if you have a bash interpreter for Windows, it should work on that platform as well.</p>
<p>I have detailed instructions in the man page included in the script simply by calling it with &#8216;&#8211;man&#8217;.  I am sure there could be improvements made to the script so I am always happy to hear back on these things.  <a href="http://demandred.dyndns.org/tn/sample">Check out a sample result generated from the script.</a></p>
<p>This is a very basic script and in turn takes up little to no system resources.  It creates a &#8216;thumbs&#8217; directory to store the thumbnails and the html file.  There&#8217;s no databases or anything of that sort.  Of course, it&#8217;s also limited to a static web page with nothing fancy.</p>
<p>The script can be fetched here:</p>
<p><a href="http://demandred.dyndns.org/tn/tn">tn script</a><br />
md5sum: ﻿﻿b808ec7b12b24bf09fec34787eea49ba<br />
sha256: 1cf98aad1a37c558ea7166a05ca107ef258d704235e01090b775eb665a8b4c06</p>
]]></content:encoded>
			<wfw:commentRss>http://nick.declario.com/blog/?feed=rss2&#038;p=334</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TelnetBBS Server v0.5</title>
		<link>http://nick.declario.com/blog/?p=332</link>
		<comments>http://nick.declario.com/blog/?p=332#comments</comments>
		<pubDate>Tue, 21 Dec 2010 05:16:00 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[bbs]]></category>
		<category><![CDATA[renegade]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[telnet]]></category>

		<guid isPermaLink="false">http://nick.declario.com/blog/?p=332</guid>
		<description><![CDATA[A while back I was fiddling around with getting my old BBS to run in a &#8220;modern&#8221; environment.  I use quotes around modern simply because the solution was running Renegade on a 9 year old operating system that shared quite &#8230; <a href="http://nick.declario.com/blog/?p=332">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A while back I was fiddling around with getting my old BBS to run in a &#8220;modern&#8221; environment.  I use quotes around modern simply because the solution was running Renegade on a 9 year old operating system that shared quite a bit with an even older OS.</p>
<p>I can say now I finally have what I feel is an optimal solution.  I have my BBS running in multi-node under Linux without X11.  Enter TelnetBBS Server v0.5.  This is a Perl-based server that manages incoming connections and manages the BBS running through DOSBox.  Now, DOSBox without a doubt requires X, to get around this, since I run headless, I have been using nomachine&#8217;s nxserver.</p>
<p>My original set up had very high overhead on top of maintaining a second system.  This new set up minimalizes overhead by getting rid of that virtualization layer and replacing it with DOSBox.  Since there was nothing out there I could find that could manage something of this nature I decided to write it from scratch.  See the end of this post for a link to download.</p>
<p>TelnetBBS Server will host you telnet connections, allocate a node, and start-up DOSBox.  Through an included DOSBox configuration, the autoexec will fire up the appropriate node.  TelnetBBS Server is extremely configurable allowing mutliple BBS&#8217; with multiple nodes each to be hosted from a single machine.  I&#8217;ve, in fact, have started getting my original BBS running through it which will be up and running shortly and have a new BBS, that I am still configuring.  My new BBS, Resurrection BBS can be found by telneting to &#8216;demandred.dyndns.org:3023&#8242;.  Right now the BBS is still being put together.</p>
<p>Currently this setup is running under Ubuntu 10.04.1 LTS, with DOSBox 0.74 on an Athlon 64 3200+ system without issue.  I have both my BBS&#8217; running with 4 nodes each and 1 local node each.  The system has 1GB of RAM and has no issue handling this along with all it&#8217;s other tasks.  This should work on any platform able to support DOSBox, including OS X, FreeBSD and Windows.</p>
<p>Included in the tarball and zip files below is documentation to configure everything.  However, I left out very detailed documentation.  I feel I did comment my code sufficiently so UTSL or you can resort to leaving messages on here.</p>
<p><a href="http://demandred.dyndns.org/bbs/telnetbbs-0.5.tar.gz">telnetbbs-0.5.tar.gz</a></p>
]]></content:encoded>
			<wfw:commentRss>http://nick.declario.com/blog/?feed=rss2&#038;p=332</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hand Lotion&#8230; wait, what?</title>
		<link>http://nick.declario.com/blog/?p=325</link>
		<comments>http://nick.declario.com/blog/?p=325#comments</comments>
		<pubDate>Thu, 09 Dec 2010 15:59:36 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Funnies]]></category>

		<guid isPermaLink="false">http://nick.declario.com/blog/?p=325</guid>
		<description><![CDATA[So today I saw my barcode scanner got updated.  I was waiting for some stuff on my computer to finish up so I figured I would scan something in.  The nearest thing I found was this container of Duane Reade &#8230; <a href="http://nick.declario.com/blog/?p=325">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So today I saw my barcode scanner got updated.  I was waiting for some stuff on my computer to finish up so I figured I would scan something in.  The nearest thing I found was this container of Duane Reade hand lotion.</p>
<p><img style="display: block; margin-right: auto; margin-left: auto;" src="http://nick.declario.com/blog/wp-content/uploads/2010/12/wpid-IMG_20101209_103303.jpg" alt="image" width="298" height="399" /></p>
<p>I believe this is a Lubriderm knock-off, available at all the Duane Reade locations here in Manhattan.  So I scan in the barcode.</p>
<p style="text-align: center;"><a href="http://nick.declario.com/blog/wp-content/uploads/2010/12/wpid-IMG_20101209_103316.jpg"><img class="aligncenter size-medium wp-image-322" style="border: 0pt none;" title="wpid-IMG_20101209_103316.jpg" src="http://nick.declario.com/blog/wp-content/uploads/2010/12/wpid-IMG_20101209_103316-300x224.jpg" alt="" width="300" height="224" /></a></p>
<p>I first did a basic search and it couldn&#8217;t locate it.</p>
<p>So then I did a different search that brought me to the UPC Database where it was revealed to me that my jug of hand lotion was indeed a dildo.</p>
<p><img style="display: block; margin-right: auto; margin-left: auto;" src="http://nick.declario.com/blog/wp-content/uploads/2010/12/wpid-IMG_20101209_103901.jpg" alt="image" width="298" height="399" /></p>
<p>Sorry for the poor picture quality, easiest way at work is to take a picture of the site on the screen.  You can see the link for yourself <a href="http://www.upcdatabase.com/item/639194016735">here</a>.  I am really curious what it says on the cashiers&#8217; screens when the item is scanned.</p>
]]></content:encoded>
			<wfw:commentRss>http://nick.declario.com/blog/?feed=rss2&#038;p=325</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy 3rd Birthday Connor!</title>
		<link>http://nick.declario.com/blog/?p=310</link>
		<comments>http://nick.declario.com/blog/?p=310#comments</comments>
		<pubDate>Mon, 29 Nov 2010 02:48:36 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Family]]></category>
		<category><![CDATA[Friends]]></category>

		<guid isPermaLink="false">http://nick.declario.com/blog/?p=310</guid>
		<description><![CDATA[Today is Connor&#8217;s 3rd Birthday!  We had a nice little birthday party for the little guy at home today with family and friends.  Everything went very well.  I can&#8217;t believe he&#8217;s 3 years old.  I also can&#8217;t believe just how &#8230; <a href="http://nick.declario.com/blog/?p=310">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Today is Connor&#8217;s 3rd Birthday!  We had a nice little birthday party for the little guy at home today with family and friends.  Everything went very well.  I can&#8217;t believe he&#8217;s 3 years old.  I also can&#8217;t believe just how much our lives continually change as I was looking back on some old pictures.  Here&#8217;s a little 3 year time line, birth, 1yr, 2yr and 3yrs old followed up by a little video of Connor practicing blowing out his birthday candles.</p>
<p><img class="alignnone" title="Connor at birth - 11/28/07" src="http://demandred.dyndns.org/photos/albums/birth/IMG_3445.sized.jpg" alt="Connor at birth - 11/28/07" width="410" height="307" /></p>
<p><img class="alignnone" title="Connor at 1 years old -- 11/28/08" src="http://demandred.dyndns.org/photos/albums/album21/IMG_7901.sized.jpg" alt="Connor at 1 years old -- 11/28/08" width="410" height="307" /></p>
<p><img class="alignnone" title="Connor at Two Years Old -- 11/28/09" src="http://demandred.dyndns.org/photos/albums/Connors_Second_Birthday/IMG_5588.sized.jpg" alt="Connor at Two Years Old -- 11/28/09" width="410" height="307" /></p>
<p><img class="alignnone" title="Connor at Three Years Old -- 11/28/10" src="http://demandred.dyndns.org/photos/albums/Connors_Third_Birthday/IMG_6219.sized.jpg" alt="Connor at Three Years Old -- 11/28/10" width="410" height="230" /></p>
<div id="wp_zdytfp_container_310" style="width:100%; height:200px; text-align:center; margin:auto;">
<div id="v_wp_zdytfp_container_310" style="width:100%; height:100%;">ZD YouTube FLV Player</div>
</div>
<script type="text/javascript">
var flashvars = {
vurl: "http://www.declario.com/connor/movies/Connors_Practice.flv",
yturl: "http://nick.declario.com/blog/wp-content/plugins/zd-youtube-flv-player/fl_youTubeProxy.php"
};
var params = {
wmode: "transparent",
allowFullScreen: "true"
};
var attributes = {
id: "my_wp_zdytfp_container_310",
name: "my_wp_zdytfp_container_310"
};
swfobject.embedSWF("http://nick.declario.com/blog/wp-content/plugins/zd-youtube-flv-player/flash/zdytflv-player-dark.swf", "v_wp_zdytfp_container_310", "320", "200", "9.0.0", false, flashvars, params, attributes);
</script>

<p>A full gallery of Connor&#8217;s Birthday pictures can be found <a href="http://demandred.dyndns.org/photos/Connors_Third_Birthday" target="_blank">here.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://nick.declario.com/blog/?feed=rss2&#038;p=310</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.declario.com/connor/movies/Connors_Practice.flv" length="1398743" type="video/x-flv" />
		</item>
		<item>
		<title>I Am The Stig</title>
		<link>http://nick.declario.com/blog/?p=303</link>
		<comments>http://nick.declario.com/blog/?p=303#comments</comments>
		<pubDate>Wed, 10 Nov 2010 06:30:53 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nick.declario.com/blog/?p=303</guid>
		<description><![CDATA[Some say he left comments on the wall of every female on Facebook, and created FireFox Personas at the same time.  All we know is, he&#8217;s called The Stig. For those of you who use Firefox I wanted to share &#8230; <a href="http://nick.declario.com/blog/?p=303">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Some say he left comments on the wall of every female on Facebook, and created FireFox Personas at the same time.  All we know is, he&#8217;s called The Stig.</p>
<p style="text-align: center;"><img class="aligncenter" title="I Am The Stig" src="http://demandred.dyndns.org/images/stig.jpg" alt="I Am The Stig" width="230" height="229" /></p>
<p>For those of you who use Firefox I wanted to share this neat TopGear persona I came across.  I love the portrayal of <a href="http://demandred.dyndns.org/cgi-bin/jonel/index.cgi?page=mission#">J</a>eremy, <a href="http://demandred.dyndns.org/cgi-bin/jonel/index.cgi?page=mission#">J</a>ames and Hammond as SouthPark characters.</p>
<p><img class="alignnone" title="TopGear FireFox Persona" src="http://demandred.dyndns.org/images/TopGear-SouthPark-crop.jpg" alt="" width="400" height="100" /></p>
<p>In other news, the US version of TopGear airs on the History Channel on November 21st.  I hope it stands up to the UK version.  Also, for those interested, the UK series is on Netflix instant watch.  For those that don&#8217;t have NetFlix, this service is absolutely incredible and even after a very strict re-budgeting we managed to work it in.</p>
<p>How can I forget, here&#8217;s the link to the <a title="TopGear Persona" href="http://www.getpersonas.com/en-US/persona/299025" target="_blank">FireFox TopGear Persona</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://nick.declario.com/blog/?feed=rss2&#038;p=303</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Its Been A While</title>
		<link>http://nick.declario.com/blog/?p=294</link>
		<comments>http://nick.declario.com/blog/?p=294#comments</comments>
		<pubDate>Mon, 11 Oct 2010 10:37:44 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nick.declario.com/blog/?p=294</guid>
		<description><![CDATA[Its been a good 6 months since I have last posted.  Laurie has been maintaining her on blog and other stuff on her Facebbok page and, well, Connor can&#8217;t quite blog yet.  So I was thinking of taking this over &#8230; <a href="http://nick.declario.com/blog/?p=294">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Its been a good 6 months since I have last posted.  Laurie has been maintaining her on blog and other stuff on her <br />
Facebbok page and, well, Connor can&#8217;t quite blog yet.  So I was thinking of taking this over with more &#8220;nick&#8221; stuff, but still keep family stuff on here.  I am going to make a good attempt as there has been quite a few things I have wanted to blog.  So we&#8217;ll see where things take us.</p>
]]></content:encoded>
			<wfw:commentRss>http://nick.declario.com/blog/?feed=rss2&#038;p=294</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Creepy Stuff You See</title>
		<link>http://nick.declario.com/blog/?p=293</link>
		<comments>http://nick.declario.com/blog/?p=293#comments</comments>
		<pubDate>Mon, 11 Oct 2010 10:32:42 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[chair]]></category>
		<category><![CDATA[creepy]]></category>
		<category><![CDATA[dog]]></category>
		<category><![CDATA[walking]]></category>

		<guid isPermaLink="false">http://nick.declario.com/blog/?p=293</guid>
		<description><![CDATA[When walking your dog&#8230; I came across this chair sized for an infant girl while walking Carleigh around midnight&#8230;  Creepy.]]></description>
			<content:encoded><![CDATA[<p>When walking your dog&#8230;</p>
<p><img style="display: block; margin-right: auto; margin-left: auto;" src="http://nick.declario.com/blog/wp-content/uploads/2010/10/wpid-IMG_20101010_214456.jpg" alt="image" width="359" height="269" /></p>
<p>I came across this chair sized for an infant girl while walking Carleigh around midnight&#8230;  Creepy.</p>
]]></content:encoded>
			<wfw:commentRss>http://nick.declario.com/blog/?feed=rss2&#038;p=293</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Brendan and Holly (finally) Married</title>
		<link>http://nick.declario.com/blog/?p=291</link>
		<comments>http://nick.declario.com/blog/?p=291#comments</comments>
		<pubDate>Mon, 11 Oct 2010 10:30:02 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Friends]]></category>
		<category><![CDATA[wedding]]></category>

		<guid isPermaLink="false">http://nick.declario.com/blog/?p=291</guid>
		<description><![CDATA[This past weekend was a great weekend.  My really good friends Brendan and Holly finally sealed the deal on Friday October 8th.  We had a fantastic time at the wedding.  I have lots of pictures posted here.  It was also &#8230; <a href="http://nick.declario.com/blog/?p=291">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter" title="Brendan and Holly -- Just Married!" src="http://demandred.dyndns.org/photos/albums/BnH_Ceremony/IMG_6002.sized.jpg" alt="" width="456" height="257" /></p>
<p>This past weekend was a great weekend.  My really good friends Brendan  and Holly finally sealed the deal on Friday October 8th.  We had a  fantastic time at the wedding.  I have lots of pictures posted <a href="http://demandred.dyndns.org/photos/BnH_Wedding">here</a>.   It was also great seeing all our friends again and awesome that Chris  and Carol were able to make it down to NJ for the wedding!</p>
<p><img style="display: block; margin-right: auto; margin-left: auto;" src="http://nick.declario.com/blog/wp-content/uploads/2010/10/wpid-IMG_20101009_223109.jpg" alt="image" width="449" height="336" /></p>
<p>Check out the pictures of Connor trying to get in the middle of  everything the night after the wedding.  Brendan, I hope your cats have  recovered from his wraith.</p>
<p><img style="display: block; margin-right: auto; margin-left: auto;" src="http://nick.declario.com/blog/wp-content/uploads/2010/10/wpid-IMG_20101009_223924.jpg" alt="image" width="449" height="336" /></p>
<p>Can&#8217;t wait to see everyone together again.  I hope it wasn&#8217;t the last time.  <img src='http://nick.declario.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://nick.declario.com/blog/?feed=rss2&#038;p=291</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DST &amp; Spring</title>
		<link>http://nick.declario.com/blog/?p=284</link>
		<comments>http://nick.declario.com/blog/?p=284#comments</comments>
		<pubDate>Tue, 16 Mar 2010 12:44:43 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[cars]]></category>
		<category><![CDATA[Family]]></category>
		<category><![CDATA[Homebrew]]></category>
		<category><![CDATA[bbq]]></category>
		<category><![CDATA[beer]]></category>
		<category><![CDATA[connor]]></category>
		<category><![CDATA[dst]]></category>
		<category><![CDATA[golf]]></category>
		<category><![CDATA[gti]]></category>
		<category><![CDATA[sale]]></category>
		<category><![CDATA[spring]]></category>
		<category><![CDATA[volkswagen]]></category>
		<category><![CDATA[vw]]></category>

		<guid isPermaLink="false">http://nick.declario.com/blog/?p=284</guid>
		<description><![CDATA[It&#8217;s been quite some time since my last post.  Things are alive and well though, just very busy.  Connor has been going with Laurie to a gym and sport class at the YMCA along with an art class that he &#8230; <a href="http://nick.declario.com/blog/?p=284">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been quite some time since my last post.  Things are alive and well though, just very busy.  Connor has been going with Laurie to a gym and sport class at the YMCA along with an art class that he has been enjoying and I have been taking him to Father-Tot swimming on Saturday mornings.  Now with DST starting earlier it feels like spring is coming sooner.  Time to clean out the garage, clean out the shed, take the snow tires off the car&#8230;</p>
<p>Here&#8217;s Connor playing outside last week, he loves those golf clubs.</p>
<p><img class="alignnone" title="Connor and his Golf Clubs" src="http://demandred.dyndns.org/images/Connor-golf-clubs.jpg" alt="Connor and his Golf Clubs" width="361" height="270" /></p>
<p>I also (finally) brewed my <a title="Vanilla Bourbon Stout" href="http://demandred.dyndns.org/photos/homebrew-022810" target="_blank">vanilla bourbon stout</a>, just in time for, err.. spring.</p>
<p><img class="alignnone" title="Vanilla Bourbon Stout" src="http://demandred.dyndns.org/photos/albums/homebrew-022810/IMG_0613.sized.jpg" alt="" width="384" height="216" /></p>
<p>I also have everything fixed up on the old <a title="1997 Volkswagen GTI 2.0" href="http://demandred.dyndns.org/cars/gallery/GTI" target="_blank">VW GTI</a> and it&#8217;s ready to sell.  I just need to take some spiffy pictures of it to put on Craiglist and it&#8217;s ready to go.</p>
<p><img class="alignnone" title="1997 Volkswagen GTI 2.0" src="http://demandred.dyndns.org/cars/albums/reseviour-050107/IMG_3429.sized.jpg" alt="" width="384" height="288" /></p>
<p>Now I just need to get the patio cleaned up, the furniture back out and the BBQ ready for another season!</p>
]]></content:encoded>
			<wfw:commentRss>http://nick.declario.com/blog/?feed=rss2&#038;p=284</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy New Year!</title>
		<link>http://nick.declario.com/blog/?p=283</link>
		<comments>http://nick.declario.com/blog/?p=283#comments</comments>
		<pubDate>Sat, 02 Jan 2010 14:51:14 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nick.declario.com/blog/?p=283</guid>
		<description><![CDATA[Happy New Year 2010! Hope everyone has a great year and had a safe New Years!]]></description>
			<content:encoded><![CDATA[<p>Happy New Year 2010!  Hope everyone has a great year and had a safe New Years!</p>
]]></content:encoded>
			<wfw:commentRss>http://nick.declario.com/blog/?feed=rss2&#038;p=283</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

