Re: Avoiding SQL deadlocks

2010-06-11 Thread Paul Cormier
Check out the articles here: http://stackoverflow.com/questions/661908/sql-server-deadlocks-between-select-update-or-multiple-selects and here: http://blogs.msdn.com/b/bartd/archive/2006/09/25/770928.aspx to troubleshoot and fix different deadlock scenarios. Paul Cormier

Re: (OT) Best windows subversion server

2009-11-11 Thread Paul Cormier
for a nice, smooth system. Paul Cormier WebmasteryMadeSimple.com ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com

Re: CF, IE6 Ext JS Oh My!

2009-10-30 Thread Paul Cormier
flexible. Paul Cormier webmasterymadesimple.com ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk

Re: javascript and coldfusion

2009-10-21 Thread Paul Cormier
-using-extjs-3-and-coldfusion Paul Cormier WinCorp Software, Inc. ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups

Re: Coldfusion Encrypt and Insert quotation mark issue

2009-10-16 Thread Paul Cormier
, I'm assuming that your passwords aren't trying to protect information that's stored unencrypted in other database fields. If the encrypted password field is compromised, then you should assume that any database field can be compromised. Paul Cormier WinCorp Software, Inc

Re: Can't get 301 permanent redirect to work properly

2009-01-09 Thread Paul Cormier
redirect from your link, but the page it redirects to, main.cfm doesn't render in the browser, instead I get prompted to download the source file (which it does, yikes!). That looks like an IIS problem. Paul Cormier ~| Adobe

Re: Can't get 301 permanent redirect to work properly

2009-01-08 Thread Paul Cormier
I just confirmed that the following code did correctly return HTTP/1.x 301 Moved permanently under CF8. Sorry no CF5 available to test: cfheader statuscode=301 statustext=Moved permanently cfheader name=Location value=http://www.besthomepro.com/; Try removing the cfabort. Paul Cormier

Re: RETS Implementation

2008-08-05 Thread Paul Cormier
Curious if anyone has done a RETS implementation with ColdFusion to download MLS listings? I have a CFC encapsulating all the necessary functions to interface to RETS v1.5. I've also built it around CFX_HTTP5 which is much faster and more robust than the CFHTTP tag. Paul Cormier

CFLAYOUTAREA - Attaching an ONRESIZE event

2008-04-21 Thread Paul Cormier
. The window.resize event appears to fire only before the cflayout DIVs are redrawn, and not after, which is no help at all. Paul Cormier ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get

CF8 Install Wizard Not Seeing IIS running on Windows 2000

2008-01-06 Thread Paul Cormier
IIS sites (different IPs) are running. Next is disabled unless I select Built-in web server which I don't want to do. Any ideas why the CF8 install wizard doesn't see my IIS server/websites? Paul Cormier ~| Adobe® ColdFusion® 8

CF8 Install Wizard Not Seeing IIS running on Windows 2000

2008-01-06 Thread Paul Cormier
IIS sites (different IPs) are running. Next is disabled unless I select Built-in web server which I don't want to do. Any ideas why the CF8 install wizard doesn't see my IIS server/websites? Paul Cormier ~| Adobe® ColdFusion® 8

Re: Zip Code Locator

2007-12-04 Thread Paul Cormier
ZipCodes aren't geographic areas, they are postal service delivery routes. Some of them have really wacky layouts and boundaries. In some places, a building has it's own zipcode. I also recommend you geocode each address, then do the distance math between lat-lons. Google it and you'll find

Need Help with mixed text and unencoded binary data

2007-07-26 Thread Paul Cormier
to parse out the binary data and save it to JPG files? It needs to be efficient, as there could be tens of thousands of those per day. Regards, Paul Cormier ~| ColdFusion is delivering applications solutions at at top companies

Digest Authentication woes

2007-05-09 Thread Paul Cormier
Does anyone have any success stories performing CF Server to remote HTTP Server Digest Authentication? I know it's not natively supported by the cfhttp tag. I also know the server I'm trying to connect to works and that I have proper credentials, as I can connect using a web browser. I even

Re: Digest Authentication woes

2007-05-09 Thread Paul Cormier
Can you show the recording and your code? Did you record your attempts to run it from CF with a packetsniffer or proxy? Jochem I did not yet try the packetsniffer/proxy monitoring to see exactly what the CF Server is sending. Recording of successful FireFox session (credentials

Re: Microsoft Mappoint Working on CFMX 7 Standalone

2007-04-02 Thread Paul Cormier
Hey Paul, I will get my working example packed up and on the web for your to download. Eric Eric, will you have that ready soon by any chance? Regards, Paul ~| Macromedia ColdFusion MX7 Upgrade to MX7 experience

Re: Microsoft Mappoint Working on CFMX 7 Standalone

2007-03-20 Thread Paul Cormier
WOW what a week!! I never thought I would be diving into java headfirst. I was able to get a map rendered via Microsoft Mappoint .NET webservice. If anyone is interested let me know and I will put up what I have. I am now working on adding functionality (I was just happy to get an example to