<?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>villelink</title>
	<atom:link href="http://www.villelink.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.villelink.com</link>
	<description>Ramblings of a computer programmer.</description>
	<lastBuildDate>Wed, 23 Sep 2009 15:42:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Review: Dan Brown&#8217;s The Lost Symbol</title>
		<link>http://www.villelink.com/2009/09/23/review-dan-browns-the-lost-symbol/</link>
		<comments>http://www.villelink.com/2009/09/23/review-dan-browns-the-lost-symbol/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 15:27:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[angels and demons]]></category>
		<category><![CDATA[book review]]></category>
		<category><![CDATA[dan brown]]></category>
		<category><![CDATA[robert langdon]]></category>
		<category><![CDATA[the lost symbol]]></category>

		<guid isPermaLink="false">http://www.villelink.com/?p=156</guid>
		<description><![CDATA[a review of Dan Brown's The Lost Symbol]]></description>
		<wfw:commentRss>http://www.villelink.com/2009/09/23/review-dan-browns-the-lost-symbol/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>T-SQL Only return date in a date time.</title>
		<link>http://www.villelink.com/2009/09/03/t-sql-only-return-date-in-a-date-time/</link>
		<comments>http://www.villelink.com/2009/09/03/t-sql-only-return-date-in-a-date-time/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 18:42:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Databases]]></category>
		<category><![CDATA[MSSQL2005]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[T-SQL]]></category>

		<guid isPermaLink="false">http://www.villelink.com/?p=152</guid>
		<description><![CDATA[Every once in a great while I need to just return the date of a date time and forget about the time part of it.
SELECT CAST(FLOOR(CAST(getDate() AS FLOAT)) AS DATETIME) as MyDate
Obviously you can replace getDate() with a column.
]]></description>
		<wfw:commentRss>http://www.villelink.com/2009/09/03/t-sql-only-return-date-in-a-date-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows7: VS2005 Publish Web Site</title>
		<link>http://www.villelink.com/2009/08/12/windows7-vs2005-publish-web-site/</link>
		<comments>http://www.villelink.com/2009/08/12/windows7-vs2005-publish-web-site/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 20:31:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.villelink.com/?p=150</guid>
		<description><![CDATA[Recently upgraded my WinXP 32 bit to Win 7 64 bit. There&#8217;s been a few bumps in the road, and here&#8217;s one that cost me about an hour:
Sometimes I like to publish a website to the local IIS to be able to use it independent of visual studio.
So I went to Build -&#62; Publish &#8220;ProjectName&#8221;
Put [...]]]></description>
		<wfw:commentRss>http://www.villelink.com/2009/08/12/windows7-vs2005-publish-web-site/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Steve Czaban Podcast</title>
		<link>http://www.villelink.com/2009/08/04/steve-czaban-podcast/</link>
		<comments>http://www.villelink.com/2009/08/04/steve-czaban-podcast/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 14:22:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.villelink.com/?p=148</guid>
		<description><![CDATA[I&#8217;m a big fan of Steve Czaban&#8217;s national radio show, but unlike his other foxsports brethen, his shows are not podcasted.
Looks like a station in L.A. has answered my prayers:
http://www.am570radio.com/cc-common/podcast/single_podcast.html?podcast=steveczaban.xml
Commerical Free! It&#8217;s going to be a sad day if this ever goes away.  Now I can catch the first two hours after i get to [...]]]></description>
		<wfw:commentRss>http://www.villelink.com/2009/08/04/steve-czaban-podcast/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Play Freecol from SVN</title>
		<link>http://www.villelink.com/2009/08/04/play-freecol-from-svn/</link>
		<comments>http://www.villelink.com/2009/08/04/play-freecol-from-svn/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 14:20:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[freecol]]></category>

		<guid isPermaLink="false">http://www.villelink.com/?p=145</guid>
		<description><![CDATA[Want to run the latest version of the excellent open source game freecol?
Here&#8217;s how on windows:
1. Make sure you have Java SE/ jdk installed, http://java.sun.com/new2java/downloads/index.jsp
2. Download and install ANT. http://ant.apache.org/bindownload.cgi
3. Make a directory for freecol source to reside.
Now, whenever I want to run freecol, I made this little .bat file to ensure I have the latest [...]]]></description>
		<wfw:commentRss>http://www.villelink.com/2009/08/04/play-freecol-from-svn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
