<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0">
			<channel>
			<title>The MKVille Blog</title>
			<link>http://www.mkville.com/blog/index.cfm</link>
			<description>The personal blog of Mark Mazelin</description>
			<language>en-us</language>
			<pubDate>Fri, 18 May 2012 15:15:10-0400</pubDate>
			<lastBuildDate>Fri, 15 May 2009 08:51:00-0400</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>blogger@mkville.com</managingEditor>
			<webMaster>blogger@mkville.com</webMaster>
			
			
			
			
			
			<item>
				<title>CFPayment 0.9b Released</title>
				<link>http://www.mkville.com/blog/index.cfm/2009/5/15/CFPayment-09b-Released</link>
				<description>
				
				
				I have been working with Brian Ghidinelli for over a year on putting together, testing, and implementing the CFPayment ColdFusion Payment Processing API. Brian and I have both been using it in production for several months with great success. You can...
				
				
				</description>
						
				
				<category>CFPayment</category>				
				
				<category>ColdFusion</category>				
				
				<pubDate>Fri, 15 May 2009 08:51:00-0400</pubDate>
				<guid>http://www.mkville.com/blog/index.cfm/2009/5/15/CFPayment-09b-Released</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Signed up for HighEdWeb Conference 2008</title>
				<link>http://www.mkville.com/blog/index.cfm/2008/8/15/Signed-up-for-HighEdWeb-Conference-2008</link>
				<description>
				
				
				For those of us in higher education, it&apos;s important to stay on top of what other institutions are doing. I usually attend two conferences a year and try to vary the target of those conferences. My last two have been Adobe- and ColdFusion-specific (MA...
				
				
				</description>
						
				
				<category>Web Design</category>				
				
				<category>Conference</category>				
				
				<pubDate>Fri, 15 Aug 2008 09:32:00-0400</pubDate>
				<guid>http://www.mkville.com/blog/index.cfm/2008/8/15/Signed-up-for-HighEdWeb-Conference-2008</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>New Custom Tag and CFC case sensitivity on linux could be crippling</title>
				<link>http://www.mkville.com/blog/index.cfm/2008/7/18/New-Custom-Tag-and-CFC-case-sensitivity-on-linux-could-be-crippling</link>
				<description>
				
				
				I received a response back from Adobe early this morning about the new case sensitivity issue that I have been dealing with that appeared in a hot fix applied to a ColdFusion 8.0.1 instance.

The response pointed me to a newly created Adobe Tech No...
				
				
				</description>
						
				
				<category>ColdFusion</category>				
				
				<pubDate>Fri, 18 Jul 2008 07:59:00-0400</pubDate>
				<guid>http://www.mkville.com/blog/index.cfm/2008/7/18/New-Custom-Tag-and-CFC-case-sensitivity-on-linux-could-be-crippling</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Custom Tag and CFC Case Issue Followup and Workaround</title>
				<link>http://www.mkville.com/blog/index.cfm/2008/7/16/Custom-Tag-and-CFC-Case-Issue-Followup-and-Workaround</link>
				<description>
				
				
				In my previous post, I discovered an issue with ColdFusion 8.0.1 + Cumulative HotFix 1 that was causing me a major headache. While the custom tag issue wasn&apos;t too bad, the CFC invocation case sensitivity was huge. It stopped me in my tracks while try...
				
				
				</description>
						
				
				<category>ColdFusion</category>				
				
				<pubDate>Wed, 16 Jul 2008 14:07:00-0400</pubDate>
				<guid>http://www.mkville.com/blog/index.cfm/2008/7/16/Custom-Tag-and-CFC-Case-Issue-Followup-and-Workaround</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>ColdFusion 8.0.1 gotchas - Custom Tag Case Issue</title>
				<link>http://www.mkville.com/blog/index.cfm/2008/7/16/ColdFusion-801-gotchas--Custom-Tag-Case-Issue</link>
				<description>
				
				
				Continuing with my 8.0.1 gotchas, this is the biggest and worst offender of the bunch. I&apos;m running ColdFusion on linux (Red Hat Enterprise Linux 4 Updater 5), installed in server mode running with Apache 2. 

After the 8.0.1 upgrade, all calls to c...
				
				
				</description>
						
				
				<category>ColdFusion</category>				
				
				<pubDate>Wed, 16 Jul 2008 12:33:00-0400</pubDate>
				<guid>http://www.mkville.com/blog/index.cfm/2008/7/16/ColdFusion-801-gotchas--Custom-Tag-Case-Issue</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>ColdFusion 8.0.1 gotchas - ImageNew</title>
				<link>http://www.mkville.com/blog/index.cfm/2008/7/16/ColdFusion-801-gotchas--ImageNew</link>
				<description>
				
				
				In ColdFusion 8.0, the following code worked:





Apparently some others (scroll down to the section discussing &quot;...image format is not supported on this operating system...&quot;) had this problem before, but this code has successfully run for sev...
				
				
				</description>
						
				
				<category>ColdFusion</category>				
				
				<pubDate>Wed, 16 Jul 2008 08:28:00-0400</pubDate>
				<guid>http://www.mkville.com/blog/index.cfm/2008/7/16/ColdFusion-801-gotchas--ImageNew</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>ColdFusion 8.0.1 gotchas - CFExecute</title>
				<link>http://www.mkville.com/blog/index.cfm/2008/7/16/ColdFusion-801-gotchas--CFExecute</link>
				<description>
				
				
				I recently upgraded our CF 8 server to CF 8.0.1 plus the cumulative hotfix 1. I&apos;m blogging threw a couple issues we ran into that I thought may help others.

CFExecute

The CFExecute tag changed, but according to the docs, all that was changed wa...
				
				
				</description>
						
				
				<category>ColdFusion</category>				
				
				<pubDate>Wed, 16 Jul 2008 07:53:00-0400</pubDate>
				<guid>http://www.mkville.com/blog/index.cfm/2008/7/16/ColdFusion-801-gotchas--CFExecute</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Ready, set, CFUnited is a go - ColdFusion 9 Sneak Peaks!</title>
				<link>http://www.mkville.com/blog/index.cfm/2008/6/18/Ready-set-CFUnited-is-a-go--ColdFusion-9-Sneak-Peaks</link>
				<description>
				
				
				After muddling through the first 30 minutes at the start of an introductory keynote, Ben Forta and Adam Lehman from Adobe really took off during their keynote talking about the future of ColdFusion. This is early sneak peaks, so this may or may not b...
				
				
				</description>
						
				
				<category>ColdFusion</category>				
				
				<category>CFUnited</category>				
				
				<pubDate>Wed, 18 Jun 2008 12:45:00-0400</pubDate>
				<guid>http://www.mkville.com/blog/index.cfm/2008/6/18/Ready-set-CFUnited-is-a-go--ColdFusion-9-Sneak-Peaks</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Arrived at CFUnited 2008</title>
				<link>http://www.mkville.com/blog/index.cfm/2008/6/17/Arrived-at-CFUnited-2008</link>
				<description>
				
				
				I realized today that I have blogged very little recently. And once again I purpose to blog during the CFUnited conference. I usually blog a bunch during the conference then taper off again as I get back into my daily routine. Someday I&apos;ll get bloggi...
				
				
				</description>
						
				
				<category>ColdFusion</category>				
				
				<category>CFUnited</category>				
				
				<pubDate>Tue, 17 Jun 2008 16:37:00-0400</pubDate>
				<guid>http://www.mkville.com/blog/index.cfm/2008/6/17/Arrived-at-CFUnited-2008</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>RegExer - The online regular expression tester for ColdFusion</title>
				<link>http://www.mkville.com/blog/index.cfm/2008/4/23/RegExer--The-online-regular-expression-tester-for-ColdFusion</link>
				<description>
				
				
				I published a new project to RIA Forge today named &quot;RegExer.&quot; Now I know there are many ways to test regular expressions, including some on the web, stand-alone apps, and even eclipse plug-ins, but I wanted one that I could (1) run locally on my deve...
				
				
				</description>
						
				
				<category>RegExer</category>				
				
				<category>ColdFusion</category>				
				
				<pubDate>Wed, 23 Apr 2008 13:05:00-0400</pubDate>
				<guid>http://www.mkville.com/blog/index.cfm/2008/4/23/RegExer--The-online-regular-expression-tester-for-ColdFusion</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Apache Derby Embedded datasource in ColdFusion on Linux</title>
				<link>http://www.mkville.com/blog/index.cfm/2008/4/1/Apache-Derby-Embedded-datasource-in-ColdFusion-on-Linux</link>
				<description>
				
				
				I&apos;m working on moving an application over from my development machine (WinXp Pro) to my testing/production servers (RedHat Linux). The application uses an Apache Derby Embedded datasource in ColdFusion 8. Setting up the datasource on my Windows machi...
				
				
				</description>
						
				
				<category>ColdFusion</category>				
				
				<pubDate>Tue, 01 Apr 2008 09:10:00-0400</pubDate>
				<guid>http://www.mkville.com/blog/index.cfm/2008/4/1/Apache-Derby-Embedded-datasource-in-ColdFusion-on-Linux</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>The future of ColdFusion -- there is no doubt!</title>
				<link>http://www.mkville.com/blog/index.cfm/2008/3/5/The-future-of-ColdFusion--there-is-no-doubt</link>
				<description>
				
				Good &lt;a href=&quot;http://www.fusionauthority.com/News/4729-community-chronicles-0-2.htm&quot;&gt;article &lt;/a&gt; posted on Fusion Authority Community Chronicles about the future of ColdFusion recapping an interview between Jared Rypka-Hauer and former Adobe CEO Bruce Chizen.
				
				</description>
						
				
				<category>ColdFusion</category>				
				
				<pubDate>Wed, 05 Mar 2008 14:55:00-0400</pubDate>
				<guid>http://www.mkville.com/blog/index.cfm/2008/3/5/The-future-of-ColdFusion--there-is-no-doubt</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Simple Form Processing and E-mailing with CFFormMail</title>
				<link>http://www.mkville.com/blog/index.cfm/2008/2/4/Simple-Form-Processing-and-Emailing-with-CFFormMail</link>
				<description>
				
				
				I posted a new project today to RIA Forge called CFFormMail. This project is a ColdFusion port of the venerable formmail Perl script found on Matt&apos;s Script Archive. Every attempt was made to make this a drop-in replacement for the perl script, so tha...
				
				
				</description>
						
				
				<category>CFFormMail</category>				
				
				<category>ColdFusion</category>				
				
				<pubDate>Mon, 04 Feb 2008 11:53:00-0400</pubDate>
				<guid>http://www.mkville.com/blog/index.cfm/2008/2/4/Simple-Form-Processing-and-Emailing-with-CFFormMail</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>ColdFusion 8 Random Slowness? Downgrade the JVM!</title>
				<link>http://www.mkville.com/blog/index.cfm/2008/2/4/ColdFusion-8-Random-Slowness-Downgrade-the-JVM</link>
				<description>
				
				
				I upgraded our main production server to ColdFusion 8 during the Christmas holidays. We had been running it on our beta server for several weeks without issue. Everything seemed to be humming along fine, until the student population returned. We bega...
				
				
				</description>
						
				
				<category>ColdFusion</category>				
				
				<pubDate>Mon, 04 Feb 2008 08:27:00-0400</pubDate>
				<guid>http://www.mkville.com/blog/index.cfm/2008/2/4/ColdFusion-8-Random-Slowness-Downgrade-the-JVM</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Querying Excel files in ColdFusion Part II</title>
				<link>http://www.mkville.com/blog/index.cfm/2008/1/10/Querying-Excel-files-in-ColdFusion-Part-II</link>
				<description>
				
				
				After penning my first blog entry about Querying Excel files in ColdFusion, a friend pinged and asked if this would work with arbitrary files that users could upload. Since I was using an ODBC datasource that pointed directly to the Excel file, I tol...
				
				
				</description>
						
				
				<category>ColdFusion</category>				
				
				<pubDate>Thu, 10 Jan 2008 14:53:00-0400</pubDate>
				<guid>http://www.mkville.com/blog/index.cfm/2008/1/10/Querying-Excel-files-in-ColdFusion-Part-II</guid>
				
			</item>
			
		 	
			</channel></rss>
