RE: Browser detection w/CF

2001-11-23 Thread Tangorre, Michael T.
Hi Doug, Try this.. Your Browser: NETSCAPE 6 NETSCAPE 4.76 INTERNET EXPLORER WHO KNOWS!!! There is a cool custom tag out there as well.. Try here: http://www.digital-jungle.com/cfuseragent/ Mike -Original Message- From: Douglas L. Brown [mailto:[EMAIL PROTECTED]] Sent: Friday,

Browser detection w/CF

2001-11-23 Thread Douglas L. Brown
Does anyone know how I can check for browser type and version with CF? I really do not want to use JS to do this, although I am currently doing it that way. I would imagine a CGI car, but not sure how to do it. http://www.carnivorepc.com";>

Re: VTM Files

2001-11-23 Thread Bryan LaPlante
There is an online wizard that will create the vtm file and the default template for your custom tag and then email you the resulting files. http://www.netwebapps.com/mytags/main.cfm You can play around with it and get a feel for how vtm files are written. The final page will allow you to pick a

RE: VTM Files

2001-11-23 Thread Zac Belado
Does anyone have any insight into the future of VTML now that Macromedia has announced that they are developing a new IDE? Does anyone know if the new IDE will support existing VTML files and Wizards? ~~ Structure your ColdFusion code with Fusebox.

RE: Load balancing with hardware solution - still require Enterprise?

2001-11-23 Thread Tony Schreiber
No problem. BTW, Looks like I typed too fast, couple errors in my post: "this way" instead of "this was" and "machine without error" instead of "machine with error" > Thanks Tony, > > Thats pretty much what I had presumed > > Dave > > > -Original Message- > > From: Tony Schreiber [mai

Re: CF Stylesheets output formatting

2001-11-23 Thread Bryan Stevenson
I'd use the semi colon as a delimiter in a list and insert an ASCII carriage return after each semi colon my 2 cents Bryan Stevenson VP & Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] -

RE: Complete lack of locking...

2001-11-23 Thread Benjamin S. Rogers
> BTW, a corollary of this is that, if your site does not use frames, ***you > don't have to worry about locking session variables ever***. Regardless of > the setting of "Single Threaded Sessions" . That is not true. A framed site can greatly increase the chances of simultaneous access to sessi

RE: Load balancing with hardware solution - still require Enterprise?

2001-11-23 Thread Dave Wilson
Thanks Tony, Thats pretty much what I had presumed Dave > -Original Message- > From: Tony Schreiber [mailto:[EMAIL PROTECTED]] > Sent: 23 November 2001 14:19 > To: CF-Talk > Subject: Re: Load balancing with hardware solution - still require > Enterprise? > > > No, you don't need lb/fail

Re: Load balancing with hardware solution - still require Enterprise?

2001-11-23 Thread Tony Schreiber
No, you don't need lb/failover services of Enterprise with a hardware load balancer... At my last big site we used a Foundry lb with several webservers. If you use session variables, be sure to use the datasource method rather than registry - this was a user can pass from machine to machine witho

Load balancing with hardware solution - still require Enterprise?

2001-11-23 Thread Dave Wilson
Hi all, I was wondering if I passed the job of load balancing to a third party hardware solution, do I still need to use Enterprise? TIA, Dave ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co

Locales

2001-11-23 Thread Bud
Are available locales dependent upon the OS? My server is NT 4. My development box is Win98. Both are running 4.51 SP 2. There are 2 additional locales available on the NT box using Server.ColdFusion.SupportedLocales. What's up with that? -- Bud Schneehagen - Tropical Web Creations _/_/_/_/_

Re: innerHTML

2001-11-23 Thread Douglas L. Brown
Thanks, I did want it to work w/ NS6 but was only checking for appName Doug - Original Message - From: "Craig Dudley" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, November 23, 2001 2:26 AM Subject: RE: innerHTML > If you use; > > document.getElementById("sho

RE: Complete lack of locking...

2001-11-23 Thread Philip Arnold - ASP
> I guess I'm hoping that future versions of CF will require *less* locking. > The whole locking thing is silliness that should be handled automatically > within CF. > > But the important point is that the "Single Threaded Sessions" > option makes session variable locking unnecessary. And I'll be

RE: innerHTML

2001-11-23 Thread Craig Dudley
If you use; document.getElementById("show_price_top").innerHTML = ("" + total + ""); Then it will work in IE5+ and NN6+ aswell -Original Message- From: Douglas L. Brown [mailto:[EMAIL PROTECTED]] Sent: 22 November 2001 19:06 To: CF-Talk Subject: Re: innerHTML Thnks for the help. I fin

RE: VTM Files

2001-11-23 Thread John McCosker
I don't know if you have come accross this online resource Steve, but here it is. http://www.allaire.com/handlers/index.cfm?id=16289&method=full jmc .. .. .. -Original Message- From: Steve Reich [mailto:[EMAIL PROTECTED]] Sent: Friday, November 23, 2001 4:31 AM To: CF-Talk Subject: Re: