<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6" -->
<rss version="0.92">
<channel>
	<title>Tyler Clendenin</title>
	<link>http://tylerclendenin.com</link>
	<description>Glass Bricks In Stone Houses</description>
	<lastBuildDate>Mon, 18 Jan 2010 21:47:35 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>AlanClendenin.com Launched</title>
		<description>Well, a much overdue update to my father's website has been completed. AlanClendenin.com has been launched on GSL Solutions' FrontRunner CMS.  Check it out, I'm rather proud of it.

It's the perfect communication tool for my father, who is politically active and needed a website to publish not only blog posts, ...</description>
		<link>http://tylerclendenin.com/2010/01/alanclendenincom-launched/</link>
			</item>
	<item>
		<title>Thoughts on CMS&#8217;s as Version Control Systems</title>
		<description>I got myself to thinking about versioning content in a content management system.  It seems to me that when it comes down to it versioning of content is integral to the success of long term usability of a CMS.  As any website grows more and more users will need to ...</description>
		<link>http://tylerclendenin.com/2008/09/thoughts-on-cmss-as-version-control-systems/</link>
			</item>
	<item>
		<title>SQL Server BULK INSERT Using a Data Field?</title>
		<description>I have wondered for a while if there is a way to use SQL Server's BULK INSERT command using BLOB or CLOB data Instead of a local file.

The reason for this is that when writing imports, using both Coldfusion and PHP, parsing and importing the data into the database is ...</description>
		<link>http://tylerclendenin.com/2008/09/sql-server-bulk-insert-using-a-data-field/</link>
			</item>
	<item>
		<title>Git for Windows Users</title>
		<description>Here I am compiling information as a windows user that I needed or should have known while working with Git.

	CRLF Issues
Git by default uses binary mode to transfer files.  On windows to prevent line break issues the option "core.autocrlf" can be used to convert CR+LF to LF automatically.

ex. git config ...</description>
		<link>http://tylerclendenin.com/2008/09/git-for-windows-users/</link>
			</item>
	<item>
		<title>A List Apart Survey, 2008</title>
		<description>Follow the banner link below to take the 2008 A List Apart, The Survey for People Who Make Websites

 </description>
		<link>http://tylerclendenin.com/2008/08/a-list-apart-survey-2008/</link>
			</item>
	<item>
		<title>MS SQL Server Time Dimension UDF</title>
		<description>I use this function when writing reports.

Use:
[sourcecode language='sql']
SELECT
	time.Date
	, Count(tab.ID) AS [Count]
FROM
	dbo.TimeDimension('1/1/2007 00:00:00', '12/31/2007 23:59:59', 'month', 1) time
	LEFT OUTER JOIN
		TempTable tab
	ON tab.DateCreated BETWEEN time.Date AND time.DateEnd
[/sourcecode]

Here is the function. I don't know if there is a better way to do this, if there is can someone tell me. As far as ...</description>
		<link>http://tylerclendenin.com/2007/07/ms-sql-server-time-dimension-udf/</link>
			</item>
	<item>
		<title>MD5 Hash in SQL Server 2000 and 2005, 32 bit and 64 bit</title>
		<description>SQL Server 2000
xp_MD5 at http://www.codeproject.com/database/xp_md5.asp

Also works in SQL Server 2005 32 bit

SQL Server 2005
[sourcecode language='sql']
DECALRE @Data varchar(MAX)
SubString(master.dbo.fn_varbintohexstr(HashBytes('MD5', @Data)), 3, 32)
[/sourcecode]

Works in SQL Server 2005 32 and 64 bit

Solution found at http://www.codeproject.com/database/xp_md5.asp?df=100&#38;forumid=32460&#38;select=1519990#xx1519990xx </description>
		<link>http://tylerclendenin.com/2007/06/md5-hash-in-sql-server-2000-and-2005-32-bit-and-64-bit/</link>
			</item>
	<item>
		<title>My Introduction</title>
		<description>Hello there, this is my first blog at tylerclendenin.com.
To start let me tell you a little about myself.

	I am a web developer at GSL Solutions.
	I am the keytar player for the band falterboy.
	I like manga and anime.
	My favorite color is green.
	My favorite band is Nine Inch Nails.

What do I hope ...</description>
		<link>http://tylerclendenin.com/2007/02/my-introduction/</link>
			</item>
</channel>
</rss>
