Re: Application scope problem

2006-11-19 Thread Rick Root
It's also worth asking if you're doing this on EVERY page load or only on application initilization.. ie... if (not isDefined("application.rews") { // set vars here } ~| Introducing the Fusion

Re: Application scope problem

2006-11-19 Thread Rick Root
Matthew Chambers wrote: > > application.rews.timePeriods[1] = StructNew(); You might try using : arrayAppend(application.rews.timePeriods, structNew()); Or... create the struct first... ie tmpStruct = structNew() tmpStruct.xxx = val;

Re: IIS vs Apache on Win2003 w CF

2006-11-19 Thread Rick Root
Ryan Stille wrote: > > Ah, good point. I do remember running into that. Also if you are on > CF5, that driver doesn't support MySQL transactions. And in fact it won't work with MySQL 4.x or 5.x at all, IIRC. Rick ~| Introduci

ANN: AVBlog 1.5 released

2006-11-19 Thread Andrea Veggiani
I've finally released the 1.5 version of AVBlog. If you're interested please click here to download it: http://www.avblog.org/index.cfm?mode=plugin&plugin=library&pluginmode=view&id=028AE254-EB92-BC91-469B559B4E3C4165 The SVN is updated and the last good revision is the 85, you can access it fro

Application scope problem

2006-11-19 Thread Matthew Chambers
Hi guys, I think I'm getting a corrupt application scope problem. The CF error is: The element at position 3 cannot be found. LINE 411 LINE 411 is: #application.rews.timePeriods[X].name# (it's in a loop so X would have been equal to 3). Application.cfm code: ---

Re: IIS vs Apache on Win2003 w CF

2006-11-19 Thread Ryan Stille
John Paul Ashenfelter wrote: >> I don't know of any 'gotchas' using MySQL with CF, I've used it for a >> number of large sites and never had a problem. >> > > The first gotcha is probably that the Adobe MySQL driver is still the > one that uses the old password hashing, so you'll get login pro

Re: IIS vs Apache on Win2003 w CF

2006-11-19 Thread Tom King
Thanks to all for the insight: Looks like I've got some reading to do :) Ta T ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your d

Re: IIS vs Apache on Win2003 w CF

2006-11-19 Thread Rick Root
Tom King wrote: > > We want to set up a new server, and after some discussion have > thought about running CF on Win2003 +Apache (+php) and thus having > better mySql support: apparently installing MySql on IIS is not very > straightforward. MySQL doesn't care about the web server at all.

Re: IIS vs Apache on Win2003 w CF

2006-11-19 Thread John Paul Ashenfelter
> I don't know of any 'gotchas' using MySQL with CF, I've used it for a > number of large sites and never had a problem. The first gotcha is probably that the Adobe MySQL driver is still the one that uses the old password hashing, so you'll get login problems when you configure things. Topic's bee

Re: IIS vs Apache on Win2003 w CF

2006-11-19 Thread John Paul Ashenfelter
On 11/19/06, Tom King <[EMAIL PROTECTED]> wrote: > Hi All, > > Currently, we've got a couple of servers happily running IIS, +Server > 2003 +ColdFusion, with some of the sites using access databases, > which contrary to some people's experience on here, have been > behaving very well. > > We want t

Re: IIS vs Apache on Win2003 w CF

2006-11-19 Thread Ryan Stille
Tom King wrote: > Hi All, > > Currently, we've got a couple of servers happily running IIS, +Server > 2003 +ColdFusion, with some of the sites using access databases, > which contrary to some people's experience on here, have been > behaving very well. > > We want to set up a new server, and

RE: Dreamweaver is a total dog!!

2006-11-19 Thread Eric Roberts
Doug...I think your problem is not any one application...but the combination of apps you have running concurrently. While computers are capable of running a lot, when you have apps that are designed to run on their own machines (i.e. CF on a web server, SQL on a db server, etc) you are looking at

RE: Dreamweaver is a total dog!!

2006-11-19 Thread Eric Roberts
I find it to be a bit slower that I care for...especially when dealing with ftp. But overall the features it offers far exceed the PIA factor of the slowness. Eric -Original Message- From: Peter Tilbrook [mailto:[EMAIL PROTECTED] Sent: Sunday, 19 November 2006 03:57 To: CF-Talk Subject

RE: Dreamweaver is a total big dog!!

2006-11-19 Thread Jim Davis
> -Original Message- > From: Tom Forbes [mailto:[EMAIL PROTECTED] > Sent: Sunday, November 19, 2006 7:42 AM > To: CF-Talk > Subject: Re: Dreamweaver is a total big dog!! > > Adobe and Macromedia are famous for applications that have huge overheads > too. > > Bring Back JJ Allaire! Java go

Re: Dreamweaver is a total dog!!

2006-11-19 Thread Claude Schneegans
>>I suppose I will go back to HS+ and be happy once again. Like many others ;-) -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED]) Thanks. ~~

RE: Dreamweaver is a total dog!!

2006-11-19 Thread Dawson, Michael
Other than uninstalling DW 8, does anyone know how to get the DW snippets to STOP showing in HS+? Disabling DW integration, in HS+, doesn't make any difference. Why did Macromedia think everyone would always want to share snippets between the two applications? I certainly don't. M!ke -Ori

IIS vs Apache on Win2003 w CF

2006-11-19 Thread Tom King
Hi All, Currently, we've got a couple of servers happily running IIS, +Server 2003 +ColdFusion, with some of the sites using access databases, which contrary to some people's experience on here, have been behaving very well. We want to set up a new server, and after some discussion have t

Re: Dreamweaver is a total dog!!

2006-11-19 Thread Casey Dougall
On 11/19/06, Doug Brown <[EMAIL PROTECTED]> wrote: > > Not sure what you mean by IE using more resources than DW. On my machine > DW > uses 51,366k and Explorer uses 25,383k. My biggest hog though is JRUN > which > is using 75,700k > > > D.B > Firefox 2 tabs 73,200 IE 2 tabs 42,700 Dreamweaver 2

Re: Dreamweaver is a total dog!!

2006-11-19 Thread Robertson-Ravo, Neil (RX)
Indeed, I have 2GB and 32 bit on mine which runs AOK :-) "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and ma

RE: Dreamweaver is a total dog!!

2006-11-19 Thread Doug Bezona
Yes, RAM is your main issue. Windows barely runs well on 500mb - add some server apps and you are likely running mostly from the swap file, which is ordrs of magnitude slower. RAM is fairly cheap these days, so go for as much as your machine will accept - 2gig is great. Personally I have 4gig i

RE: Detecting application memory usage

2006-11-19 Thread Snake
Alas no FustionReactor doesn't tell u anything except overall memory usage -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: 19 November 2006 14:31 To: CF-Talk Subject: Re: Detecting application memory usage Hmm, not sure if it gives you down to the appl

Re: Dreamweaver is a total dog!!

2006-11-19 Thread Doug Brown
Not sure what you mean by IE using more resources than DW. On my machine DW uses 51,366k and Explorer uses 25,383k. My biggest hog though is JRUN which is using 75,700k D.B - Original Message - From: "Casey Dougall" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Sunday, November 19, 2006 8:58

Re: Dreamweaver is a total dog!!

2006-11-19 Thread Casey Dougall
Dreamweaver always runs less ram than firefox and Internet explorer so I don't know what peoples issues are with it. Ben Forta wrote an article eons ago about closing certain panels which would speed up dreamweaver. All of the panels are also running every time you look at an element on the page.

Re: Detecting application memory usage

2006-11-19 Thread Robertson-Ravo, Neil (RX)
Hmm, not sure if it gives you down to the application level (ColdFusion app level) but I always use VisualGC from Sun to look at memory usage on the JVM. I am not sure if there is any tool to monitor the ColdFusion scopes to that degree. Does SeeFusion or FusionReactor do this? "This e-mai

Detecting application memory usage

2006-11-19 Thread Snake
Do any of you Java guys know if it is possible to calculate how much memory any individual application on a server is using, e.g. data in variable scopes, cached queries etc. -- Russ ~| Introducing the Fusion Authority Quarterl

Re: MySQL to MSSQL Help

2006-11-19 Thread Robertson-Ravo, Neil (RX)
Why on earth are you using full text names to search on? How well does this perform? You will need a UDF to get some form of REGEX in SQL Server I think. "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Busi

RE: MySQL to MSSQL Help

2006-11-19 Thread Mark A Kruger
I believe you will have to use a third party "extended" stored procedure to support Regex. Can you describe what you are trying to accomplish with the regex? -Mark -Original Message- From: James Smith [mailto:[EMAIL PROTECTED] Sent: Saturday, November 18, 2006 4:44 PM To: CF-Talk Subjec

Re: Dreamweaver is a total dog!!

2006-11-19 Thread Doug Brown
Thanks for the input everyone. I guess I assumed that DW & HS+ would be somewhat comparable as far as memory usage. I guess that is what I get for assuming. Things were so beautiful with Jeremy running the show. Doug - Original Message - From: "James Holmes" <[EMAIL PROTECTED]> To: "CF

Re: Dreamweaver is a total dog!!

2006-11-19 Thread James Holmes
The RAM is absolutely the problem. RAM is dirt cheap - bump it up to 2GB if you are running all those servers there too. On 11/19/06, Doug Brown <[EMAIL PROTECTED]> wrote: > I am running it on a Intel 3.2ghz 500MB Ram. Maybe the ram is the problem, I > am not sure. I probably need to add more bein

Re: Dreamweaver is a total dog!!

2006-11-19 Thread Robertson-Ravo, Neil (RX)
500mb with SQL server on the same machine is asking for performance issues! You defo need a gig or more. "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It co

RE: Dreamweaver is a total dog!!

2006-11-19 Thread Snake
DWMX will run like a dog with anything les sthan 1GB ram in your machine, rather like Photoshop. If you run a lot of other services and have a big page file, you may need more. Russ -Original Message- From: Doug Brown [mailto:[EMAIL PROTECTED] Sent: 19 November 2006 13:03 To: CF-Talk S

Re: Dreamweaver is a total dog!!

2006-11-19 Thread Doug Brown
I am running it on a Intel 3.2ghz 500MB Ram. Maybe the ram is the problem, I am not sure. I probably need to add more being that I run CF/MSSQL/Apache/ etc on here. Doug - Original Message - From: "James Holmes" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Saturday, November 18, 2006 11:4

Re: Dreamweaver is a total big dog!!

2006-11-19 Thread Tom Forbes
Adobe and Macromedia are famous for applications that have huge overheads too. Bring Back JJ Allaire! Java goes, Delphi stays. The last good version of CF was 5.0 Now the package is too expensive, runs anywhere from slow to crawl, has problems and is slowly loosing ground to PhP, IMHO. Everyon

Re: Dreamweaver is a total dog!!

2006-11-19 Thread Will Tomlinson
Get 2GB RAM. Mine runs like greased lightnin'. DW doesn't like pooh boy machines. Will ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered

Re: Dreamweaver is a total dog!!

2006-11-19 Thread Massimo Foti
> Install the 8.02 update, turn off cloaking and design notes. I would suggest to turn off site synchronization and site cache as well. It can be done on a site by site level. > It isn't too bad after that! In my opinion, if you only use Code View and never take advantage of the visual tools

Re: Dreamweaver is a total dog!!

2006-11-19 Thread Peter Tilbrook
It is no Studio/HomeSite+ for sure but... Install the 8.02 update, turn off cloaking and design notes. It isn't too bad after that! Also it likes RAM. And lots of it! ~| Introducing the Fusion Authority Quarterly Update. 80 pag