<?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 &#187; Coding</title>
	<atom:link href="http://www.villelink.com/category/code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.villelink.com</link>
	<description>Ramblings of a computer programmer.</description>
	<lastBuildDate>Wed, 17 Mar 2010 21:17:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<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 &#8230; <a href="http://www.villelink.com/2009/09/03/t-sql-only-return-date-in-a-date-time/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></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>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 &#8230; <a href="http://www.villelink.com/2009/08/04/play-freecol-from-svn/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.villelink.com/2009/08/04/play-freecol-from-svn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First Days of AnkhSVN</title>
		<link>http://www.villelink.com/2009/07/31/first-days-of-ankhsvn/</link>
		<comments>http://www.villelink.com/2009/07/31/first-days-of-ankhsvn/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 18:33:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[ankhsvn]]></category>
		<category><![CDATA[ClickOnce]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[source control]]></category>
		<category><![CDATA[SVN]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://www.villelink.com/?p=140</guid>
		<description><![CDATA[Where I&#8217;ve worked we&#8217;ve been long time Visual Source Safe users. Everytime a new version of Visual Studio would come out, we&#8217;d quickly grab it from Microsoft, cross our fingers, and pray for a new version of Visual Source Safe. &#8230; <a href="http://www.villelink.com/2009/07/31/first-days-of-ankhsvn/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.villelink.com/2009/07/31/first-days-of-ankhsvn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Database Mail not responding&#8230;</title>
		<link>http://www.villelink.com/2009/03/10/database-mail-not-responding/</link>
		<comments>http://www.villelink.com/2009/03/10/database-mail-not-responding/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 14:12:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[MSSQL2005]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[T-SQL]]></category>
		<category><![CDATA[database mail]]></category>
		<category><![CDATA[databasemail90.exe]]></category>
		<category><![CDATA[sql2005]]></category>
		<category><![CDATA[sqlserver]]></category>

		<guid isPermaLink="false">http://www.villelink.com/?p=137</guid>
		<description><![CDATA[Yesterday we had a freak outage of database mail. Our SQL Server 2005 on our Server 2008 machine decided to just queue up all the mail, and not send anything out for several hours. There were a few errors in &#8230; <a href="http://www.villelink.com/2009/03/10/database-mail-not-responding/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.villelink.com/2009/03/10/database-mail-not-responding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make Images Look Like They Do In The WordPress Editor!</title>
		<link>http://www.villelink.com/2009/02/02/make-images-look-like-they-do-in-the-wordpress-editor/</link>
		<comments>http://www.villelink.com/2009/02/02/make-images-look-like-they-do-in-the-wordpress-editor/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 03:07:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[wordpress editor]]></category>
		<category><![CDATA[wprocks.com]]></category>

		<guid isPermaLink="false">http://www.villelink.com/?p=120</guid>
		<description><![CDATA[I love how images look in the new wordpress editor found in v2.6+. But when I hit publish, they looked pretty weak. Here, I thought it was just how the theme I used wanted images to look very minimal. Turns &#8230; <a href="http://www.villelink.com/2009/02/02/make-images-look-like-they-do-in-the-wordpress-editor/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.villelink.com/2009/02/02/make-images-look-like-they-do-in-the-wordpress-editor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

