<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0">
			<channel>
			<title>Phillip Gagnon</title>
			<link>http://www.phillipgagnon.com/index.cfm</link>
			<description>Phillip Gagnon&apos;s personal blog about all kinds of fun computer stuff. Focusing mainly on ColdFusion, Flash, Flex, and Microsoft SQL Server</description>
			<language>en-us</language>
			<pubDate>Wed, 08 Sep 2010 06:05:59-0400</pubDate>
			<lastBuildDate>Tue, 26 Aug 2008 21:52:00-0400</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>phill.gagnon@gmail.com</managingEditor>
			<webMaster>phill.gagnon@gmail.com</webMaster>
			
			<item>
				<title>Copying Stored Procedures From one server to another</title>
				<link>http://www.phillipgagnon.com/index.cfm/2008/8/26/Copying-Stored-Procedures-From-one-server-to-another</link>
				<description>
				
				In our coding environment, like most, we have a development environment and a production environment. As we have been making the move to use more stored procedures and less queries, we have run into an issue where the procs do not get synchronized between the development (dev) and live server.  [More]
				</description>
				
				<category>ColdFusion</category>				
				
				<category>MSSQL</category>				
				
				<pubDate>Tue, 26 Aug 2008 21:52:00-0400</pubDate>
				<guid>http://www.phillipgagnon.com/index.cfm/2008/8/26/Copying-Stored-Procedures-From-one-server-to-another</guid>
				
			</item>
			
			<item>
				<title>ColdFusion and Google Talk - The missing link</title>
				<link>http://www.phillipgagnon.com/index.cfm/2008/8/21/ColdFusion-and-Google-Talk--The-missing-link</link>
				<description>
				
				After spending several hours trying to get this to work, I was finally able to get ColdFusion 7 and Google Talk to communicate with each other. 

I steped through the tutorial by &lt;a href=&quot;http://coldfusion.sys-con.com/node/138960&quot; target=&quot;_blank&quot;&gt;Ben Forta on the sys con website&lt;/a&gt;, and at then end, was unable to get the event gateway running. It just &quot;stalled&quot; and said starting. It never threw an error (in the eventgateway.log or the exception.log) nor connected; it just said &quot;starting...&quot; but never started.

Then I stumbled on this little gem. I must have looked at 10 different blogs before I found this site on Adobe (thanks Google)

All you have to do is replace the smack.jar with this one, and there is no problem.

&lt;a href=&quot;http://kb.adobe.com/selfservice/viewContent.do?externalId=b39b42b5&amp;sliceId=1&quot; target=&quot;_blank&quot;&gt;
http://kb.adobe.com/selfservice/viewContent.do?externalId=b39b42b5&amp;sliceId=1
&lt;/a&gt;

I hope this helps! 
				</description>
				
				<category>ColdFusion</category>				
				
				<pubDate>Thu, 21 Aug 2008 21:45:00-0400</pubDate>
				<guid>http://www.phillipgagnon.com/index.cfm/2008/8/21/ColdFusion-and-Google-Talk--The-missing-link</guid>
				
			</item>
			
			<item>
				<title>How To Read A Calyx Point File in ColdFusion</title>
				<link>http://www.phillipgagnon.com/index.cfm/2007/10/26/How-To-Read-A-Calyx-Point-File-in-ColdFusion</link>
				<description>
				
				Well, after the huge success of my last custom tag, I decided to write another. This time, it is incredibly useful, but at the same time completely useless (instead of just partially useless). I&apos;ll explain the useful part first. 
&lt;br/&gt;&lt;br/&gt;
This tag is designed to read and decrypt a file, but not just any file. In my time working for a large mortgage company, I discovered that the majority of mortgage brokers and loan officers use a piece of software called Calyx Point to manage their loans. Point stores its files on the computer in an &quot;encrypted&quot; format. I did manage to find a plug-in that would read a Point file, but only in VB6. Obviously, this did me no good. So I managed to &quot;crack&quot; the encryption, and wrapped the whole thing in a custom tag. Now, you (or anyone else for that matter) can now process and read Point files via the web using ColdFusion. This saves the broker(s) from having to retype all the borrower/loan information twice (i.e. once in Point, and once on your site, now just once in Calyx Point)
&lt;br/&gt;&lt;br/&gt;  [More]
				</description>
				
				<category>ColdFusion</category>				
				
				<pubDate>Fri, 26 Oct 2007 16:31:00-0400</pubDate>
				<guid>http://www.phillipgagnon.com/index.cfm/2007/10/26/How-To-Read-A-Calyx-Point-File-in-ColdFusion</guid>
				
			</item>
			
			<item>
				<title>CF_GenInserts - Way Cool Custom Tag</title>
				<link>http://www.phillipgagnon.com/index.cfm/2007/9/13/CFGenInserts--Way-Cool-Custom-Tag</link>
				<description>
				
				So the other day, I was talking with a &lt;a href=&quot;http://www.strikefish.com/blog&quot; target=&quot;_blank&quot;&gt;friend of mine&lt;/a&gt; and we came up with a problem. We were both working on a project, and we ended up with disparate sets of data. The database schemas were the same, but I had inserted some data that he needed. I could have just sent him a SQL backup file, but he had data in his database that I did not have. So the only solution was to create INSERT statements for all the data that I had inserted, and for him to do the same. Obviously, this is a tremendous waste of time. So we came up with &quot;CF_GenInserts&quot;  [More]
				</description>
				
				<category>ColdFusion</category>				
				
				<category>MSSQL</category>				
				
				<pubDate>Thu, 13 Sep 2007 13:59:00-0400</pubDate>
				<guid>http://www.phillipgagnon.com/index.cfm/2007/9/13/CFGenInserts--Way-Cool-Custom-Tag</guid>
				
			</item>
			
			<item>
				<title>Begining Flex with Flash Remoting - Part 1</title>
				<link>http://www.phillipgagnon.com/index.cfm/2007/8/27/Begining-Flex-with-Flash-Remoting</link>
				<description>
				
				A friend of mine was telling me about the problem he was having getting Flex to communicate with CF. While it is not difficult in and of its self, the problem is that there are several ways to do it and doing some combination of them will not work. Coming from a Flash background, I am most comfortable/familiar with the Remoting method, so that is what I will demonstrate.&lt;br&gt;  [More]
				</description>
				
				<category>ColdFusion</category>				
				
				<category>Flex</category>				
				
				<pubDate>Mon, 27 Aug 2007 13:26:00-0400</pubDate>
				<guid>http://www.phillipgagnon.com/index.cfm/2007/8/27/Begining-Flex-with-Flash-Remoting</guid>
				
			</item>
			
			<item>
				<title>Strange FuseBox Bug</title>
				<link>http://www.phillipgagnon.com/index.cfm/2007/8/26/Strange-FuseBox-Bug</link>
				<description>
				
				I encountered a strange problem at work the other day. I started getting all kinds of strange fusebox errors, mostly saying that fuses were undefined, that did exist, and the default was looking for a fuse that did not exist! Pretty much drove me insane. The application has 2 &quot;parts&quot; the main site and the admin. In the main site, I am tracking the number of active sessions and a couple other vars. I wanted to be able to check the values of those variables from the admin, so in the Application.cfc of the admin, I specified the same name as the main site. I.e.&lt;br&gt;&lt;br&gt;
&lt;code&gt;
/*Main Site Application.cfc*/
this.name=&quot;MainSite&quot;;
&lt;/code&gt;
&lt;br&gt;
&lt;code&gt;
/*Admin Application.cfc*/
this.name=&quot;MainSite&quot;;
&lt;/code&gt;
&lt;br&gt;&lt;br&gt;
I had done this numerous times, in various locations with no problem. Somehow (don&apos;t ask me how) I realized that all of fusebox is loaded in the application scope and the bug was occured if the app.cfc that was loaded into memory was the admin app.cfc, then you went to the front of the site (mainSite) it would break, because it was using the fusebox vars from the admin, and thus looking for fuses that don&apos;t exist, and not finding fuses that do exist. Anyway, I&apos;m not entirely sure on what exacly was going on, however, I do know that once I name the applications unique names, I have not had the problem since. I now store the vars in the server scope, so that I can hit them from any application.&lt;br/&gt;&lt;br/&gt;
I create a struct in the Server scope for each site on the server, with active sessions etc.&lt;br&gt;&lt;br&gt;

Has anyone else encountered a problem like this? 
				</description>
				
				<category>ColdFusion</category>				
				
				<category>FuseBox</category>				
				
				<pubDate>Sun, 26 Aug 2007 12:18:00-0400</pubDate>
				<guid>http://www.phillipgagnon.com/index.cfm/2007/8/26/Strange-FuseBox-Bug</guid>
				
			</item>
			
			<item>
				<title>Draw your database in any language</title>
				<link>http://www.phillipgagnon.com/index.cfm/2007/8/26/Draw-your-database-in-any-language</link>
				<description>
				
				A friend of mine at work sent me this link; it&apos;s pretty cool. Basically, you create your tables, columns, defaults, and relationships in designer mode, and once you are done, you tell it what language to generate the script in. You can also import your database from an XML file, and modify it, simlar to what you used to be able to do in the old(er) version of Visio.
&lt;br&gt;&lt;br&gt;
&lt;a href=&quot;http://ondras.zarovi.cz/sql/demo/&quot; target=&quot;_blank&quot;&gt;http://ondras.zarovi.cz/sql/demo/&lt;/a&gt; 
				</description>
				
				<category>MSSQL</category>				
				
				<category>IT</category>				
				
				<pubDate>Sun, 26 Aug 2007 12:13:00-0400</pubDate>
				<guid>http://www.phillipgagnon.com/index.cfm/2007/8/26/Draw-your-database-in-any-language</guid>
				
			</item>
			
			<item>
				<title>My First Post</title>
				<link>http://www.phillipgagnon.com/index.cfm/2007/8/11/My-First-Post</link>
				<description>
				
				I&apos;ve spent the past few hours thinking about what my first blog entry should be. Turns out that it was a lot easier to think of blog topics when I didn&apos;t have a blog. Anyway, after thinking about it, I decided to start off small and mention a really cool site that I found a few weeks ago.

I am currently working on a freelance project with a designer. We needed to have some sort of project tracking software and an SVN server. Enter &lt;a href=&quot;http://www.assembla.com/&quot; target=&quot;_blank&quot;&gt;Assembla&lt;/a&gt;. I must have spent a good 2 or 3 hours looking for a free SVN server before I came across Assembla. It has all sorts of cool tools and utilities, and most importantly, it is free. I have been using it now for about 2-3 weeks and have had no problems. I highly recommend it. &lt;br/&gt;&lt;br/&gt;
&lt;a href=&quot;http://www.assembla.com/&quot; target=&quot;_Blank&quot;&gt; http://www.assembla.com/&lt;/a&gt; 
				</description>
				
				<category>IT</category>				
				
				<category>SVN</category>				
				
				<pubDate>Sat, 11 Aug 2007 16:41:00-0400</pubDate>
				<guid>http://www.phillipgagnon.com/index.cfm/2007/8/11/My-First-Post</guid>
				
			</item>
			</channel></rss>