Re: CF9 Developer Edition - IP Addresses

2010-06-16 Thread Mark Mandel
Well whaddayaknow learn something new every day. Thanks for the heads up! Mark On Thu, Jun 17, 2010 at 8:05 AM, Alan Rother wrote: > > Nope... > > Either edition. > > Enterprise offers more Cloud Instances than Standard (10 vs 1) > > http://www.terrenceryan.com/blog/post.cfm/coldfusion-9-

Securing an IIS7 development server

2010-06-16 Thread Richard Steele
I'd like to password protect the various websites we are developing. Can anyone point me to a good tutorial as to how to do this? Many thanks. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-

cfexchangeConnection

2010-06-16 Thread Glyn Jackson
5 years of CF and this is the first time I have been asked to do something with MS exchange and CF. not being 100% if its possible with cfexchange tags can someone thats used them answer the following questionsthanks My client has his exchanged server on a hosted server and I have CF on a s

Re: CF9 Developer Edition - IP Addresses

2010-06-16 Thread Alan Rother
Nope... Either edition. Enterprise offers more Cloud Instances than Standard (10 vs 1) http://www.terrenceryan.com/blog/post.cfm/coldfusion-9-eula-changes http://www.adobe.com/products/eulas/pdfs/adobe_coldFusion_combined_20090811_0930.pdf 3.2 Development Software License. This Section 3.2 a

Re: CF9 Developer Edition - IP Addresses

2010-06-16 Thread Cameron Childress
On Wed, Jun 16, 2010 at 5:48 PM, Mark Mandel wrote: > I believe that is enterprise only, no? It's both Standard and Enterprise, but only CF9. http://tinyurl.com/yzhwcdb --or-- http://www.terrenceryan.com/blog/post.cfm/coldfusion-9-testing-staging-and-development-changes-to-eula -Cameron -- C

Re: CF9 Developer Edition - IP Addresses

2010-06-16 Thread Mark Mandel
I believe that is enterprise only, no? Mark On Thu, Jun 17, 2010 at 4:31 AM, Alan Rother wrote: > > IF you have purchased CF9 for your production systems, you may also install > a copy on your DEV / Staging servers at no additional cost and without > violating the license. -- E: mark.man.

Re: CF9 Developer Edition - IP Addresses

2010-06-16 Thread Alan Rother
Well... The "Developer License" in CF9 is still exactly the same, you can freely download and use the developer edition just as you do today, with the IP restrictions... IF you have purchased CF9 for your production systems, you may also install a copy on your DEV / Staging servers at no addition

Re: CF9 Developer Edition - IP Addresses

2010-06-16 Thread Matthew Williams
The new wording is, for each license that you *buy*, you can use that license for: * One production environment * One staging environment * One test environment Matthew Williams Geodesic GraFX www.geodesicgrafx.com/blog ~~~

Re: CF9 Developer Edition - IP Addresses

2010-06-16 Thread Cutter (ColdFusion)
Does it still maintain that restriction in CF9? I thought the EULA now provided for development use in a staging environment? I don't know of many staging setups that would only be hit by three IPs... http://www.terrenceryan.com/blog/post.cfm/coldfusion-9-testing-staging-and-development-changes

Re: Avoiding SQL deadlocks

2010-06-16 Thread Andrew Clarke
Thank you everybody for your responses to my question below. The issue hasn't been resolved yet but I haven't had much time to work on it either. I wanted to clarify a couple points on my earlier email: 1. I didn't meant to say that the information they gave me on their database "is" wrong, b

Re: best way to see url vars from cfhttp?

2010-06-16 Thread Dave Watts
> Hosts file on the server has: > > 192.168.1.2       localhost > > Which is the servers ip. It's not a good idea to change localhost to point to an external IP address. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned

State of cffileupload

2010-06-16 Thread Thomas Harper
I'm running a new install of CF9, on IIS 6 on Windows Server 2003. I need cffileupload to be able to upload large files, in the neighboorhood of 5 GB. However, I'm running into some problems, even after I copied the CFIDE scripts to a "publically" available directory. The interface works but th

Re: best way to see url vars from cfhttp?

2010-06-16 Thread Raymond Camden
I'm a bit confused by your question. If you want to "see" url variables then just look at the url scope. You've done that with your dump. If you are asking why you get the connection failure - I'd recommend RDPing to the server and ensuring localhost works in a browser there. I know you have t

best way to see url vars from cfhttp?

2010-06-16 Thread Matthew P. Smith
I am trying this: http://localhost/test.cfm"; throwonerror="yes"> test.cfm: I am getting: Connection Failure: Status code unavailable Hosts file on the server has: 192.168.1.2 localhost Which is the servers ip. ~~

CF Job Opportunity

2010-06-16 Thread Webmaster
Hi All, Long time lurker, first time poster. Hopefully I'm posting this on the right list--apologies if it's out of place here. My organization is looking to hire a ColdFusion/SQL developer. The job is 70% web/database development, and 30% other IT projects (servers, network, etc.). If you

RE: CF9 Developer Edition - IP Addresses

2010-06-16 Thread Paul Alkema
That did it. Thanks. -Original Message- From: Charlie Griefer [mailto:charlie.grie...@gmail.com] Sent: Wednesday, June 16, 2010 9:57 AM To: cf-talk Subject: Re: CF9 Developer Edition - IP Addresses On Wed, Jun 16, 2010 at 6:52 AM, Paul Alkema wrote: > > Does anyone know how to edit th

RE: CF9 Developer Edition - IP Addresses

2010-06-16 Thread Tom Chiverton
>does anyone know how to edit the allowed allocated IP addresses for the CF9 Restart the CF server. This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered in England and Wales un

Re: CF9 Developer Edition - IP Addresses

2010-06-16 Thread Charlie Griefer
On Wed, Jun 16, 2010 at 6:52 AM, Paul Alkema wrote: > > Does anyone know how to edit the allowed allocated IP addresses for the CF9 > developer edition license? AFAIK, not configurable. The allowed addresses are 127.0.0.1, and whatever the first 2 addresses that hit the server are. You can re

CF9 Developer Edition - IP Addresses

2010-06-16 Thread Paul Alkema
Hi, Does anyone know how to edit the allowed allocated IP addresses for the CF9 developer edition license? Thanks, Paul ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael

Re: cftextarea setValue() and jquery dialog

2010-06-16 Thread Scott Brady
Awesome! I'll try that later today. Thanks for all the help. Scott On Tue, Jun 15, 2010 at 12:28 PM, Azadi Saryev wrote: > > ...and the winner is (works in both cf8 and cf9): > >var ta = $("#f1 textarea[name='socialEventDescription']"); >ColdFusion.RichText.setValue(ta.attr('id'), > r