RE: Studio MX 2004 with Flash Professional

2004-01-09 Thread Michael Wolfe
eCost ( www.ecost.com   ) is usually much cheaper than MM. -- Michael Wolfe [EMAIL PROTECTED]   _   From: Burns, John [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 06, 2004 12:19 PM To: CF-Talk Subject: Studio MX 2004 with Flash Professional Does anyone know where to get Studio MX 200

RE: Studio MX 2004 with Flash Professional

2004-01-07 Thread Christian Martin
You might want to do a search at any of the comparison shopping sites. Shopping.com and CNet come to mind. Christian -Original Message- From: Burns, John [mailto:[EMAIL PROTECTED] Sent: 06 January 2004 15:19 To: CF-Talk Subject: Studio MX 2004 with Flash Professional Does anyone know

RE: Studio MX 2004 with Flash Professional

2004-01-06 Thread Dan Phillips
Try Ebay. I'm not sure if it's cheaper but I have found boxed copies of MS software on there for a lot cheaper than in the stores. Dan Phillips CFXHosting.com [EMAIL PROTECTED] -Original Message- From: Burns, John [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 06, 2004 3:19 PM To: C

RE: Studio MX 2004 licensing and upgrade protection

2003-11-26 Thread Samuel Neff
You should contact MM sales directly, not 3rd party suppliers like CDW. AFAIK there is no official upgrade path right now for subscriptions, but I've seen it mentioned a lot and many subscribers were concerned about it and I think MM is working on this. Sam --

Re: Studio MX install issues - help on upgrade

2002-11-25 Thread Matt Brown
I saw someone telling you to try again. If that does not work, maybe restart and try to install. If that doesn't work, you can contact me and I can try to help out. Sorry you are having an issue. _ Matt Brown

RE: Studio MX install issues - help on upgrade

2002-11-25 Thread David Notik
Hi James: I remember having a similar issue when upgrading from 4.5 to MX. I recall having to enter the serial number a few times before it finally caught it. Try entering it all upper-case (both the old and new) and try simply retyping it. Sorry I don't know the specific thing I did, but I rem

RE: Studio MX install issues - help on upgrade

2002-11-25 Thread Tony Weeg
how about the serial for the new MX stuff? ..tony Tony Weeg Senior Web Developer Information System Design Navtrak, Inc. Fleet Management Solutions www.navtrak.net 410.548.2337 -Original Message- From: James Mathieson [mailto:[EMAIL PROTECTED]] Sent: Monday, November 25, 2002 3:35 PM

RE: Studio MX

2002-11-11 Thread Mosh Teitelbaum
Jeffry Houser wrote: > >Note: never, ever compare boolean expressions to 0 or 1 (or false / > >true), especially to 1 (true). is not always equivalent to > > - precisely because people can be lazy about mixing > >numbers with real booleans. > > I am completely confused by this. > What should

RE: Studio MX

2002-11-10 Thread Mark A. Kruger - CFG
Watts [mailto:dwatts@;figleaf.com] Sent: Saturday, November 09, 2002 6:10 PM To: CF-Talk Subject: RE: Studio MX > > Pedantry can be dangerous. While Len returns an > > integer, CF treats non-zero integer values as > > boolean "true" values when they're used in boolean > &g

Re: Studio MX

2002-11-10 Thread Jeffry Houser
At 03:41 PM 11/9/2002 -0800, you wrote: >Note: never, ever compare boolean expressions to 0 or 1 (or false / >true), especially to 1 (true). is not always equivalent to > - precisely because people can be lazy about mixing >numbers with real booleans. I am completely confused by this. What s

RE: Studio MX

2002-11-09 Thread Dave Watts
> > Pedantry can be dangerous. While Len returns an > > integer, CF treats non-zero integer values as > > boolean "true" values when they're used in boolean > > expressions. > > Yes, so does C and C++ but that doesn't make it good > style, IMO. No, but it doesn't make it "bad" style, either. O

Re: Studio MX

2002-11-09 Thread Sean A Corfield
On Saturday, Nov 9, 2002, at 15:10 US/Pacific, Dave Watts wrote: > Pedantry can be dangerous. While Len returns an integer, CF treats > non-zero > integer values as boolean "true" values when they're used in boolean > expressions. Yes, so does C and C++ but that doesn't make it good style, IMO.

RE: Studio MX

2002-11-09 Thread Dave Watts
> So I'm just left looking for a claification on this > part of my question: > > "I assume there is a demo/single-license version of MX > server I can download. Would my best option be to just > stick with Studio5 and download the MX server?" Yes, I think so. I'd recommend that you try out Dre

RE: Studio MX

2002-11-09 Thread Dave Watts
> > > > > And, really, I would use this: > > > > > > > > should be > > > > BECAUSE Len() DOES NOT RETURN A BOOLEAN! > > Pedantry can be dangerous. While Len returns an integer, CF treats non-zero integer values as boolean "true" values when they're used in boolean expressions. Now, yo

Re: Studio MX

2002-11-08 Thread Massimo, Tiziana e Federica
> There are THREE (3) core reasons that people whom have been in use of > ColdFusion Studio have as a problem with Dreamweaver MX: > > 1) It is SLOOW. Slow, as in molasses-slow. Very true. Personally I don't care too much since I always used DW side by side with a text editor (HomeSite or wh

RE: Studio MX

2002-11-08 Thread Russ
ens, Howard [mailto:HOwens@;insidevc.com] > Sent: Friday, November 08, 2002 12:44 PM > To: CF-Talk > Subject: RE: Studio MX > > > Thanks for the input. > > So far, you all got me leaning toward sticking with Studio5. > It would be fun to have the integrated tools of StudioMX, bu

RE: Studio MX

2002-11-08 Thread Owens, Howard
Thanks for the input. So far, you all got me leaning toward sticking with Studio5. It would be fun to have the integrated tools of StudioMX, but if the program is slow and buggy, what's the use? I have UltraDev, but I hardly ever use it. It's not good for coding and I rarely do visual developmen

Re: Studio MX

2002-11-08 Thread Rick Root
Bryan Stevenson wrote: > Ergwrite less efficient code for the sake of possible future > developers!!!??? > > How about keeping the more efficient code and commenting it so those future > developers will understand it ;-) For a little fun I wrote some code to test the performance difference be

Re: Studio MX

2002-11-08 Thread Bryan Stevenson
Original Message - From: "Rick Root" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, November 08, 2002 9:26 AM Subject: Re: Studio MX > Kreig Zimmerman wrote: > > No. Len() is evaluated as a Boolean because in CF, True/False, Yes/No,

Re: Studio MX

2002-11-08 Thread Bryan Stevenson
rk A. Kruger - CFG" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, November 08, 2002 9:12 AM Subject: RE: Studio MX > Robert, > > Pound signs are used to "output" variables where you want them "display" or > (in some c

RE: Boolean Evaluation was RE: Studio MX

2002-11-08 Thread Lofback, Chris
19 N., Ste. C Clearwater, FL 33761 www.trxi.com > -Original Message- > From: Stephen Moretti [mailto:stephen@;cfmaster.co.uk] > Sent: Friday, November 08, 2002 11:19 AM > To: CF-Talk > Subject: Re: Studio MX > > > > > > > And, really, I would use

Re: Studio MX

2002-11-08 Thread Rick Root
Kreig Zimmerman wrote: > No. Len() is evaluated as a Boolean because in CF, True/False, Yes/No, > and 1(+)/0 are all evaluated as Boolean pairs. > > Trust me. I use this everywhere in my own code. I used to do this a lot too, but I found that spelling it out makes the code more legible to oth

RE: Studio MX

2002-11-08 Thread Mark A. Kruger - CFG
: Studio MX > > And, really, I would use this: > > > should be BECAUSE Len() DOES NOT RETURN A BOOLEAN! I'll go away now.. Stephen ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?fo

RE: Studio MX

2002-11-08 Thread Mark A. Kruger - CFG
Rick, Yes - and it also adds a big "ick" factor to your code. -mk -Original Message- From: Rick Root [mailto:rroot@;wakeinternet.com] Sent: Friday, November 08, 2002 9:38 AM To: CF-Talk Subject: Re: Studio MX Mark A. Kruger - CFG wrote: > CF code very poor. It actualll

RE: Studio MX

2002-11-08 Thread Mark A. Kruger - CFG
m: Robert Polickoski [mailto:rpolickoski@;isrd.com] Sent: Friday, November 08, 2002 9:42 AM To: CF-Talk Subject: RE: Studio MX I am fairly new to CFML (3 months). You mentioned the "rookie use of pound signs." How else do you identify variables? Robert J. Polickoski Senior Programm

RE: Studio MX

2002-11-08 Thread Mark A. Kruger - CFG
Nah... I think you are giving him too much credit . -Original Message- From: Mike Townend [mailto:mike@;cfnews.co.uk] Sent: Friday, November 08, 2002 10:50 AM To: CF-Talk Subject: RE: Studio MX I think stephen was thinking more future wise Len() actually returns an Integer (or maybe

RE: Studio MX

2002-11-08 Thread Mike Townend
: Friday, November 8, 2002 16:29 To: CF-Talk Subject: Re: Studio MX No. Len() is evaluated as a Boolean because in CF, True/False, Yes/No, and 1(+)/0 are all evaluated as Boolean pairs. Trust me. I use this everywhere in my own code. Stephen Moretti wrote: > > > >>And, really, I

RE: Studio MX

2002-11-08 Thread Vernon Viehe
http://vvmx.blogspot.com -Original Message- From: Kreig Zimmerman [mailto:kkz@;foureyes.com] Sent: Friday, November 08, 2002 8:14 AM To: CF-Talk Subject: Re: Studio MX OK. Enough of the sermonizing as to why people are using this that and the other; why coders are coders and designers are desig

Re: Studio MX

2002-11-08 Thread Jeff Garza
AIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, November 08, 2002 9:18 AM Subject: Re: Studio MX > > And, really, I would use this: > > > should be BECAUSE Len() DOES NOT R

Re: Studio MX

2002-11-08 Thread Kreig Zimmerman
No. Len() is evaluated as a Boolean because in CF, True/False, Yes/No, and 1(+)/0 are all evaluated as Boolean pairs. Trust me. I use this everywhere in my own code. Stephen Moretti wrote: > > > >>And, really, I would use this: >> >> >> >> >> > >should be > > > >BECAUSE Len() DOES NOT

Re: Studio MX

2002-11-08 Thread Kreig Zimmerman
It absolutely causes better performance. As of CFMX, that is. The underlying Java translation is much quicker if it is not doing an absolute string comparison. Lofback, Chris wrote: >drop the pound signs for clarity and--I think--better >performance. > > > -- Kreig Zimmerman : Sr. Web Prog

Re: Studio MX

2002-11-08 Thread Stephen Moretti
> > And, really, I would use this: > > > should be BECAUSE Len() DOES NOT RETURN A BOOLEAN! I'll go away now.. Stephen ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www

Re: Studio MX

2002-11-08 Thread Kreig Zimmerman
OK. Enough of the sermonizing as to why people are using this that and the other; why coders are coders and designers are designers and the twain shall never meet; and all sort of idiotic posturing. There are THREE (3) core reasons that people whom have been in use of ColdFusion Studio have as

RE: Studio MX

2002-11-08 Thread todd
t made me wonder if > CF server > >folks were involved in the creation of the CF wizards at all. > > > >-mk > > > >P.S. - Studio 5 rocks. > > > > > > > >-Original Message- > >From: Rick Root [mailto:rroot@;wakeinternet.com]

RE: Studio MX

2002-11-08 Thread Lofback, Chris
Developer TRX Integration 28051 US 19 N., Ste. C Clearwater, FL 33761 www.trxi.com > -Original Message- > From: Robert Polickoski [mailto:rpolickoski@;isrd.com] > Sent: Friday, November 08, 2002 10:42 AM > To: CF-Talk > Subject: RE: Studio MX > > > I am fair

Re: Studio MX

2002-11-08 Thread samcfug
;Rick Root" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, November 08, 2002 8:59 AM Subject: Re: Studio MX | David Adams wrote: | > Everyone I know is still using studio and if in a pinch Homesite MX. In | > our lives we need more simplicity no

RE: Studio MX

2002-11-08 Thread Raymond Camden
oo IM : morpheus "My ally is the Force, and a powerful ally it is." - Yoda > -Original Message- > From: Robert Polickoski [mailto:rpolickoski@;isrd.com] > Sent: Friday, November 08, 2002 10:42 AM > To: CF-Talk > Subject: RE: Studio MX > > > I am fairly new

RE: Studio MX

2002-11-08 Thread Clint Tredway
What he is talking about is inside, lets say the cfif tag, cf variables do not need pound signs around them. Clint -Original Message- From: Robert Polickoski [mailto:rpolickoski@;isrd.com] Sent: Friday, November 08, 2002 9:42 AM To: CF-Talk Subject: RE: Studio MX I am fairly new to

Re: Studio MX

2002-11-08 Thread Rick Root
Mark A. Kruger - CFG wrote: > CF code very poor. It actuallly did this on the validation: > > > validate blah > > > Notice the rookie use of the pound signs. It made me wonder if CF server > folks were involved in the creation of the CF wizards at all. Hahahahha... isn't that o

RE: Studio MX

2002-11-08 Thread Robert Polickoski
he rookie use of the pound signs. It made me wonder if CF server >folks were involved in the creation of the CF wizards at all. > >-mk > >P.S. - Studio 5 rocks. > > > >-Original Message----- >From: Rick Root [mailto:rroot@;wakeinternet.com] >Sent: Friday, Nove

RE: Studio MX

2002-11-08 Thread Mark A. Kruger - CFG
ilto:rroot@;wakeinternet.com] Sent: Friday, November 08, 2002 9:00 AM To: CF-Talk Subject: Re: Studio MX David Adams wrote: > Everyone I know is still using studio and if in a pinch Homesite MX. In > our lives we need more simplicity not complexity. I guess I missed the rest of this thread b

RE: Studio MX

2002-11-08 Thread Michael Kear
November 2002 2:00 AM To: CF-Talk Subject: Re: Studio MX David Adams wrote: > Everyone I know is still using studio and if in a pinch Homesite MX. In > our lives we need more simplicity not complexity. I guess I missed the rest of this thread but I thought I'd chime in with my opinion. I d

RE: Studio MX

2002-11-08 Thread Adrocknaphobia Jones
Howard, I forced myself to switch to Studio MX from Cold Fusion Studio 5 when it was released. Months later, and a jar full of complaints, I can honestly say that Dreamweaver MX does not meet the high standards that Studio 5 set. Dreamweaver is great for designers and n00bs. Like Forta said at de

Re: Studio MX

2002-11-08 Thread Rick Root
David Adams wrote: > Everyone I know is still using studio and if in a pinch Homesite MX. In > our lives we need more simplicity not complexity. I guess I missed the rest of this thread but I thought I'd chime in with my opinion. I don't like Dreamweaver MX. We have a Site License for it here

RE: Studio MX

2002-11-08 Thread David Adams
ell. Dave Adams CFUG Ottawa -Original Message- From: Robertson-Ravo, Neil (REC) [mailto:Neil.Robertson-Ravo@;csd.reedexpo.com] Sent: November 8, 2002 5:37 AM To: CF-Talk Subject: RE: Studio MX I certainly wouldnt say integrated... I would say 'replaced' as DWMX -Original Mess

RE: Studio MX

2002-11-08 Thread Robertson-Ravo, Neil (REC)
I certainly wouldnt say integrated... I would say 'replaced' as DWMX -Original Message- From: Jason Lees (National Express) [mailto:Jason.Lees@;NationalExpress.Co.uk] Sent: 08 November 2002 08:31 To: CF-Talk Subject: RE: Studio MX My understanding is that there is no longer a

RE: Studio MX

2002-11-08 Thread John Beynon
Sent: 08 November 2002 08:31 To: CF-Talk Subject: RE: Studio MX My understanding is that there is no longer a CF Studio, its now fully integrated with Dreamweaver MX. Jason Lees Systems Developer National Express Coaches Ltd. -Original Message- From: Owens, Howard [mailto:HOwens@;insidev

RE: Studio MX

2002-11-08 Thread Jason Lees (National Express)
My understanding is that there is no longer a CF Studio, its now fully integrated with Dreamweaver MX. Jason Lees Systems Developer National Express Coaches Ltd. -Original Message- From: Owens, Howard [mailto:HOwens@;insidevc.com] Sent: 07 November 2002 20:49 To: CF-Talk Subject: Studio

Re: Studio MX

2002-09-12 Thread Bob Haroche
For software, I usually start with: www.bigclearance.com www.buycheapsoftware.com Don't know what they sell studio for. Regards, Bob Haroche O n P o i n t S o l u t i o n s www.OnPointSolutions.com __ Get the mailserver that

Re: Studio MX

2002-09-12 Thread Howie Hamlin
Here's a listing by price: http://shopper.cnet.com/shopping/resellers/0-4773316-311-9920123-3.html?fl=0&tag=st.sh.4773316-311-9920123.sort.price HTH, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com - 631-737-4668 x101 *** Please vote for iMS here:

RE: Studio MX

2002-09-12 Thread Vernon Viehe
The Macromedia online store has it at competitive prices, and has an upgrade eligibility chart, so you can see if you own any qualifying products for the upgrade discount: Store: http://dynamic.macromedia.com/bin/MM/store/US/home.jsp Upgrade chart: http://www.macromedia.com/software/studio/pro

Re: Studio MX was Re: homesite+

2002-09-03 Thread Arthur C. Wood
I've been using fireworks since 4.0. I love it and have never gone back to the resource hogging photoshop. - Original Message - From: "Bill Wheatley" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, September 03, 2002 1:54 PM Subject: Studio MX was Re: homesite+ >

RE: Studio MX and Homesite - Where is Homesite?

2002-07-29 Thread Matthew R. Small
bject: Re: Studio MX and Homesite - Where is Homesite? You should be able to in DWMX, just hit cntrl-f and take a look at your options there. ~Todd On Mon, 29 Jul 2002, Matthew R. Small wrote: > Hi all, > I just bought MX Studio - where is Homesite? I need to do a > site-wide fi

Re: Studio MX and Homesite - Where is Homesite?

2002-07-29 Thread Sean A Corfield
On Monday, July 29, 2002, at 07:42 , Matthew R. Small wrote: > I just bought MX Studio - where is Homesite? I need to do a > site-wide find and replace. Can I do it in DWMX? Yes, DWMX will do site-wide find and replace. Note that Dreamweaver MX - part of the Studio MX bundle - contains H

Re: Studio MX and Homesite - Where is Homesite?

2002-07-29 Thread Bill Wheatley
look in the homesite+ directory on the studio MX cd ;) i had the same issues. Now you're going to have to download the VTM & HELP files from the web becuase homesite+ doesnt come with CF HELP *go figure* if you need those links i can try to dig them up if vern doesnt have them handy :) Bill Wh

Re: Studio MX and Homesite - Where is Homesite?

2002-07-29 Thread todd
You should be able to in DWMX, just hit cntrl-f and take a look at your options there. ~Todd On Mon, 29 Jul 2002, Matthew R. Small wrote: > Hi all, > I just bought MX Studio - where is Homesite? I need to do a > site-wide find and replace. Can I do it in DWMX? > > Matthew Small > IT Su