Monthly Archives: September 2008
Thoughts on CMS’s as Version Control Systems
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 … Continue reading
SQL Server BULK INSERT Using a Data Field?
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 … Continue reading
Git for Windows Users
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 … Continue reading