Re: (ot) people search

2009-05-17 Thread Peter Boughton
It was Peter Bell who blogged about it. Here we go: http://www.pbell.com/index.cfm/2009/2/20/Stalkerdotcom The site itself is pipl.com ~| Want to reach the ColdFusion community with something they want? Let them know on the

cfdot.net new Coldfusion / C# Comparison site

2009-05-17 Thread Jose Diaz
Hello All, In a quest to get better at ASP.net and C# I have built the following site: www.cfdot.net in C#.net. The purpose of the CFDot Project (CFDot.net) is to create a code comparison library between common ColdFusion syntax tasks and the equivelant using C#.net 3.5 syntax. These libraries

Re: cfdot.net new Coldfusion / C# Comparison site

2009-05-17 Thread Michael van Leest
Nice initiative! 2009/5/17 Jose Diaz bleached...@gmail.com Hello All, In a quest to get better at ASP.net and C# I have built the following site: www.cfdot.net in C#.net. The purpose of the CFDot Project (CFDot.net) is to create a code comparison library between common ColdFusion

Re: cfdot.net new Coldfusion / C# Comparison site

2009-05-17 Thread Jose Diaz
Thanks Michael :) If there is anything you would like to see on the site please let me know. Thanks, Jose Diaz www.cfdot.net Knowing your CF from your C# On Sun, May 17, 2009 at 8:41 PM, Michael van Leest mvanle...@gmail.comwrote: Nice initiative! 2009/5/17 Jose Diaz

Re: cfdot.net new Coldfusion / C# Comparison site

2009-05-17 Thread Mike Chabot
For features where there is no obvious equivalent you could add entries stating that so people don't waste time looking around. The one that comes to mind is cfdump, which I wish existed in .NET. The ColdFusion encrypt function is another one that has no real equivalent in the .NET framework. I'm

Ok...I give...why can't I delete a file using cffile?

2009-05-17 Thread Rick Faircloth
I have been trying to run some code (testing Windows 7) and up until now everything has been working well. However, now means the time when I'm attempting to run cffile operations. I can't seem to figure out how to set up CF 8 or Win 7, etc., to allow to delete a file (which is the current

Re: Ok...I give...why can't I delete a file using cffile?

2009-05-17 Thread Andrew Grosset
I think windows still has a hold on it somehow, I found passing it to a scheduled event to delete it (using cffile) 5 mins from now() usually does the trick. If that doesnt work increase the time to say 30 mins. Andrew ~|

Re: Ok...I give...why can't I delete a file using cffile?

2009-05-17 Thread Rick Faircloth
Thanks for the tip, Andrew. Is this something you've had to start using on Windows 7? Or perhaps Vista? I never did transition to Vista, so this problem might have started on Vista. Rick On Sun, May 17, 2009 at 9:02 PM, Andrew Grosset rushg...@yahoo.com wrote: I think windows still has a

Changing CF Admin Server Settings

2009-05-17 Thread Phillip Vector
Sadly, I need to install PHP on my computer and I'd like to have everything running in Apache. I got PHP running and I got Apache running. No issues. I'm download CF8 now. But before I install (and have to redo all the settings again), is there a way to tell the administrator Hey. I don't want

Re: Ok...I give...why can't I delete a file using cffile?

2009-05-17 Thread Andrew Grosset
windows 7 ~| 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/message.cfm/messageid:322605 Subscription:

Re: Changing CF Admin Server Settings

2009-05-17 Thread Azadi Saryev
just run the wsconfig tool (if you already have cf installed) and tell it to configure Apache for cf, or select Apache as your web server during cf configuration (which should run automatically after cf install) Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ Phillip Vector wrote:

Re: Ok...I give...why can't I delete a file using cffile?

2009-05-17 Thread Rick Faircloth
Bummer...wonder what the difference is? On Sun, May 17, 2009 at 9:33 PM, Andrew Grosset rushg...@yahoo.com wrote: windows 7 ~| Want to reach the ColdFusion community with something they want? Let them know on the House

Re: Changing CF Admin Server Settings

2009-05-17 Thread Azadi Saryev
sorry if i misunderstood you... if you already have cf installed, and now you want it to work with Apache instead of the built-in cf web server, just run the wsconfig tool ({cf_root}/runtime/lib/wsconfig.jar) and select Apache as your web server - that will re-configure cf to use Apache as web

Re: Changing CF Admin Server Settings

2009-05-17 Thread Phillip Vector
You understood correctly before. I just didn't notice the first part. Thanks. I'm up and functional now. :) On Sun, May 17, 2009 at 7:37 PM, Azadi Saryev az...@sabai-dee.com wrote: sorry if i misunderstood you... if you already have cf installed, and now you want it to work with Apache

Re: Changing CF Admin Server Settings

2009-05-17 Thread Phillip Vector
No. You don't understand. I have an install of CF already. Is there any way to merge the old records to the new (or even better, don't uninstall it and then reinstall it)? On Sun, May 17, 2009 at 6:53 PM, Azadi Saryev az...@sabai-dee.com wrote: just run the wsconfig tool (if you already have

Re: Changing CF Admin Server Settings

2009-05-17 Thread Phillip Vector
Oops. Sorry about that. :) Thanks. :) On Sun, May 17, 2009 at 7:21 PM, Dave Watts dwa...@figleaf.com wrote: just run the wsconfig tool (if you already have cf installed) and tell it to configure Apache for cf, or select Apache as your web server during cf configuration (which should run

Re: cfdot.net new Coldfusion / C# Comparison site

2009-05-17 Thread Michael Dinowitz
What does .Net have that you think is missing in ColdFusion? Should there be a separate page for each language on what's missing and maybe how it can be remedied? On Sun, May 17, 2009 at 6:18 PM, Mike Chabot mcha...@gmail.com wrote: For features where there is no obvious equivalent you could

Re: Changing CF Admin Server Settings

2009-05-17 Thread Dave Watts
just run the wsconfig tool (if you already have cf installed) and tell it to configure Apache for cf, or select Apache as your web server during cf configuration (which should run automatically after cf install) No. You don't understand. I have an install of CF already. Is there any way