Re: Dreamweaver changing code on me

2003-03-11 Thread Dave Carabetta
if i was you i'd consider uninstalling and reinstalling dwmx.
check out this link
http://www.joexx.de/DW-Exporter/download_en.php

that will make it a breeze  i think it will cure your woes

I took your advice and now things looke to be Kosher. The one thing I have 
not done yet is go in and play with creating my own Keyboard Shortcuts 
because I think that's where things went bad last time. But for anybody who 
might run in to this problem, at the very least this is what I did to get 
working again:

1. Ran the DW-Exporter utility recommeded (great tool!)
2. Add/Remove Programs - Uninstall DWMX
3. Ran RegEdit to look for lingering Dreamweaver keys (only found some in 
the file associations options)
4. Re-booted for posterity!
5. Ran Installer for DW 6.0
6. Opened DWMX to see if problems were still present (they weren't)
7. Close DWMX and installed 6.1 updater
8. Re-imported backed-up Sites via DW-Exporter tool (though not the config 
files)
9. Opened DWMX and all was well

As I said, I'm thinking that things went south when I went o make copies of 
Keyboard Shortcuts to set up my own preferences. I'm gonna wait to test that 
part till later. But those steps should at least get you a fully-function 
product. I'll let you know how the Shortcuts part goes later on.

Regards,
Dave.


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Dreamweaver changing code on me

2003-03-11 Thread Dave Lyons
I can always help with non-cf issues lol


- Original Message -
From: Dave Carabetta [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, March 11, 2003 11:56 AM
Subject: Re: Dreamweaver changing code on me


 if i was you i'd consider uninstalling and reinstalling dwmx.
 check out this link
 http://www.joexx.de/DW-Exporter/download_en.php
 
 that will make it a breeze  i think it will cure your woes

 I took your advice and now things looke to be Kosher. The one thing I have
 not done yet is go in and play with creating my own Keyboard Shortcuts
 because I think that's where things went bad last time. But for anybody
who
 might run in to this problem, at the very least this is what I did to get
 working again:

 1. Ran the DW-Exporter utility recommeded (great tool!)
 2. Add/Remove Programs - Uninstall DWMX
 3. Ran RegEdit to look for lingering Dreamweaver keys (only found some in
 the file associations options)
 4. Re-booted for posterity!
 5. Ran Installer for DW 6.0
 6. Opened DWMX to see if problems were still present (they weren't)
 7. Close DWMX and installed 6.1 updater
 8. Re-imported backed-up Sites via DW-Exporter tool (though not the config
 files)
 9. Opened DWMX and all was well

 As I said, I'm thinking that things went south when I went o make copies
of
 Keyboard Shortcuts to set up my own preferences. I'm gonna wait to test
that
 part till later. But those steps should at least get you a fully-function
 product. I'll let you know how the Shortcuts part goes later on.

 Regards,
 Dave.


 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Dreamweaver changing code on me

2003-03-10 Thread Cantrell, Adam
I've been gradually moving to DreamweaverMX as my web IDE... just because.
Today I was writing (hand coding) a form in code-view. I saved it to my web
server and tried running it - didn't work correctly. Looked at the HTML
source... WTF - what's all this garbage in here?

I opened the file up in CFstudio and it appears that dreamweaver took the
liberty of putting it's own tags in there. This is really bad for me... how
do I set dreamweaver to save ONLY the code I've written in code view. I need
to turn off its proprietary mark-up. Here's what it converted a simple xfa
variable into:

MM:BeginLock translatorClass=MM_COLDFUSION type=DynData depFiles=
orig=%23xfa.pageDescription%23 MM_DYNAMIC_CONTENT
SOURCE=xfa.pageDescription DYNAMICDATA=1MM:DECORATION HILITECOLOR=Dyn
Untranslated
Color{xfa.pageDescription}/MM:DECORATION/MM_DYNAMIC_CONTENTMM:EndLock



Help!! Adam.



ps... the buttons in my toolbars are all greyed out... CFMLBasic, CFMLflow,
CFMLAdvanced, etc. Is there a reason for this?

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Dreamweaver changing code on me

2003-03-10 Thread Cantrell, Adam
I was experiencing a known bug in the original version of DreamweaverMX. I
installed the latest updater - so-far-so-good.


My buttons in the toolbars are still all grayed out. Any idea on that one?

Adam.



 -Original Message-
 From: Cantrell, Adam [mailto:[EMAIL PROTECTED]
 Sent: Monday, March 10, 2003 12:29 PM
 To: CF-Talk
 Subject: Dreamweaver changing code on me
 
 
 I've been gradually moving to DreamweaverMX as my web IDE... 
 just because.
 Today I was writing (hand coding) a form in code-view. I 
 saved it to my web
 server and tried running it - didn't work correctly. Looked 
 at the HTML
 source... WTF - what's all this garbage in here?
 
 I opened the file up in CFstudio and it appears that 
 dreamweaver took the
 liberty of putting it's own tags in there. This is really bad 
 for me... how
 do I set dreamweaver to save ONLY the code I've written in 
 code view. I need
 to turn off its proprietary mark-up. Here's what it converted 
 a simple xfa
 variable into:
 
 MM:BeginLock translatorClass=MM_COLDFUSION type=DynData 
 depFiles=
 orig=%23xfa.pageDescription%23 MM_DYNAMIC_CONTENT
 SOURCE=xfa.pageDescription DYNAMICDATA=1MM:DECORATION 
 HILITECOLOR=Dyn
 Untranslated
 Color{xfa.pageDescription}/MM:DECORATION/MM_DYNAMIC_CONTE
 NTMM:EndLock
 
 
 
 Help!! Adam.
 
 
 
 ps... the buttons in my toolbars are all greyed out... 
 CFMLBasic, CFMLflow,
 CFMLAdvanced, etc. Is there a reason for this?
 
 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Dreamweaver changing code on me

2003-03-10 Thread Massimo, Tiziana e Federica
 I've been gradually moving to DreamweaverMX as my web IDE... just because.
 Today I was writing (hand coding) a form in code-view. I saved it to my
web
 server and tried running it - didn't work correctly. Looked at the HTML
 source... WTF - what's all this garbage in here?

There are a few cases were DW can turn your code into garbage, only a
limited amount of them are documented:

http://www.macromedia.com/support/dreamweaver/ts/documents/translator_code.h
tm

More in general DW still pretend to figure out the structure of an HTML file
and it can go crazy whenever fundamental tags like body or head are
totally dynamically created (as part of includes and the like)

I also *strongly* suggest to update DW to 6.1, the updater actually solved a
good amount of nasty bugs like the one above. After the update I am able to
reproduce only a small subset of the bugs I knew, all of them are related to
cfimport


Massimo Foti
Team Macromedia Volunteer for Dreamweaver
Certified Dreamweaver MX Developer
Certified Advanced ColdFusion MX Developer
http://www.macromedia.com/go/team





~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Dreamweaver changing code on me

2003-03-10 Thread Dave Carabetta
My buttons in the toolbars are still all grayed out. Any idea on that one?

I posted a question on Friday concerning the same issue, but got no answer. 
The Dreamweaver forum has the question posted numerous times as well -- all 
with no answer. If you do find an answer, can you post it here or to me 
off-list? I'll do the same. It's very frustrating!!

Regards,
Dave.



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Dreamweaver changing code on me

2003-03-10 Thread Dave Lyons
are you guys using anything like windowblinds?


- Original Message -
From: Dave Carabetta [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, March 10, 2003 2:54 PM
Subject: RE: Dreamweaver changing code on me


 My buttons in the toolbars are still all grayed out. Any idea on that
one?

 I posted a question on Friday concerning the same issue, but got no
answer.
 The Dreamweaver forum has the question posted numerous times as well --
all
 with no answer. If you do find an answer, can you post it here or to me
 off-list? I'll do the same. It's very frustrating!!

 Regards,
 Dave.



 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Dreamweaver changing code on me

2003-03-10 Thread Dave Carabetta
are you guys using anything like windowblinds?

I've never even heard of that, so I guess not! ;)

Thanks,
Dave.



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Dreamweaver changing code on me

2003-03-10 Thread Dave Lyons
lol
i have seen a few apps that change the appearance of windows and they seem
to mess up dwmx

was just checkin;)

dave
- Original Message -
From: Dave Carabetta [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, March 10, 2003 3:21 PM
Subject: Re: Dreamweaver changing code on me


 are you guys using anything like windowblinds?

 I've never even heard of that, so I guess not! ;)

 Thanks,
 Dave.



 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Dreamweaver changing code on me

2003-03-10 Thread Cantrell, Adam
  are you guys using anything like windowblinds?
  

No, not here.

Adam.   

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Dreamweaver changing code on me

2003-03-10 Thread Massimo, Tiziana e Federica
 My buttons in the toolbars are still all grayed out. Any idea on that
one?

 I posted a question on Friday concerning the same issue, but got no
answer.
 The Dreamweaver forum has the question posted numerous times as well --
all
 with no answer. If you do find an answer, can you post it here or to me
 off-list? I'll do the same. It's very frustrating!!

It really sounds weird to me... Are you sure you aren't working in Layout
View?
Please note it's just wild guessing...


Massimo Foti
Team Macromedia Volunteer for Dreamweaver
Certified Dreamweaver MX Developer
Certified Advanced ColdFusion MX Developer
http://www.macromedia.com/go/team



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Dreamweaver changing code on me

2003-03-10 Thread Cantrell, Adam
Massimo, thanks for the reply. I have the updater now, and it seems to have
fixed the overwriting code problem. Still have grayed out toolbar buttons
(but it has forced me to start using the CFML code comment hotkey instead of
the toolbar button - which I admit was a really wasteful habit. So this has
been a temporary good thing.)

I recognize your name from a few of the Dreamweaver articles I've read, glad
to know we have a dreamweaver authority on the list :)

Adam.



 -Original Message-
 From: Massimo, Tiziana e Federica [mailto:[EMAIL PROTECTED]
 Sent: Monday, March 10, 2003 1:54 PM
 To: CF-Talk
 Subject: Re: Dreamweaver changing code on me
 
 
  I've been gradually moving to DreamweaverMX as my web 
 IDE... just because.
  Today I was writing (hand coding) a form in code-view. I 
 saved it to my
 web
  server and tried running it - didn't work correctly. Looked 
 at the HTML
  source... WTF - what's all this garbage in here?
 
 There are a few cases were DW can turn your code into garbage, only a
 limited amount of them are documented:
 
 http://www.macromedia.com/support/dreamweaver/ts/documents/tra
 nslator_code.h
 tm
 
 More in general DW still pretend to figure out the structure 
 of an HTML file
 and it can go crazy whenever fundamental tags like body or 
 head are
 totally dynamically created (as part of includes and the like)
 
 I also *strongly* suggest to update DW to 6.1, the updater 
 actually solved a
 good amount of nasty bugs like the one above. After the 
 update I am able to
 reproduce only a small subset of the bugs I knew, all of them 
 are related to
 cfimport
 
 
 Massimo Foti
 Team Macromedia Volunteer for Dreamweaver
 Certified Dreamweaver MX Developer
 Certified Advanced ColdFusion MX Developer
 http://www.macromedia.com/go/team
 
 
 
 
 
 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Dreamweaver changing code on me

2003-03-10 Thread Massimo, Tiziana e Federica
 I recognize your name from a few of the Dreamweaver articles I've read,
glad
 to know we have a dreamweaver authority on the list :)

I've been around since years, I actually started with Allaire's product many
years ago, long before the merge, even before DW 1 came out. It's just that
I am more vocal among the DW community so people tend to forget I am a CF
geek too :-)

One of these days I have to post some CF material on my website, right now I
mainly contribute to the italian CFUG's website


Massimo Foti
Team Macromedia Volunteer for Dreamweaver
Certified Dreamweaver MX Developer
Certified Advanced ColdFusion MX Developer
http://www.macromedia.com/go/team



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Dreamweaver changing code on me

2003-03-10 Thread Haggerty, Mike
As an off and on DW user, I have been downloading your behaviours for years.
Before I learned javascript, I relied on you. 

Good work, and nice to see you here!

M

-Original Message-
From: Massimo, Tiziana e Federica [mailto:[EMAIL PROTECTED] 
Sent: Monday, March 10, 2003 4:45 PM
To: CF-Talk
Subject: Re: Dreamweaver changing code on me


 I recognize your name from a few of the Dreamweaver articles I've 
 read,
glad
 to know we have a dreamweaver authority on the list :)

I've been around since years, I actually started with Allaire's product many
years ago, long before the merge, even before DW 1 came out. It's just that
I am more vocal among the DW community so people tend to forget I am a CF
geek too :-)

One of these days I have to post some CF material on my website, right now I
mainly contribute to the italian CFUG's website


Massimo Foti
Team Macromedia Volunteer for Dreamweaver
Certified Dreamweaver MX Developer
Certified Advanced ColdFusion MX Developer http://www.macromedia.com/go/team




~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Dreamweaver changing code on me

2003-03-10 Thread Cantrell, Adam
Dave, I'll certainly let you know if I find a fix for the grayed out buttons
- they're still gray. I agree that it's frustrating, but after reading some
of the threads about Dreamweaver, I promised myself before going into this
that I wouldn't get frustrated, and that I would try my hardest to avoid
falling into the dreamweaver fscking sux attitude that seems prevalent
with most people upgrading from CF Studio. It has taken a lot of self
discussion, Adam, calm down, this is new software, it's going to behave
differently... let's patiently work through this and things will make
sense, but I've found out how easy it is to become frustrated quickly. I'm
not quitting, I want to believe that Dreamweaver can make a good text
editor!!

One thing that's really frustrating is that it takes roughly 2 - 3 seconds
for DW to load when using alt-tab to switch between a web browser. I would
imagine that after adding this time up by day, then week, then year - it
equates to a significant amount of time lost. Is there anything that can be
done about this? My system specs are pretty high.

Adam.



 -Original Message-
 From: Dave Carabetta [mailto:[EMAIL PROTECTED]
 Sent: Monday, March 10, 2003 1:54 PM
 To: CF-Talk
 Subject: RE: Dreamweaver changing code on me
 
 
 My buttons in the toolbars are still all grayed out. Any 
 idea on that one?
 
 I posted a question on Friday concerning the same issue, but 
 got no answer. 
 The Dreamweaver forum has the question posted numerous times 
 as well -- all 
 with no answer. If you do find an answer, can you post it 
 here or to me 
 off-list? I'll do the same. It's very frustrating!!
 
 Regards,
 Dave.
 
 
 
 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Dreamweaver changing code on me

2003-03-10 Thread Massimo, Tiziana e Federica
 I want to believe that Dreamweaver can make a good text
 editor!!

As much as I love DW, I still think it's overkilling if all you want is a
text editor... Homesite is alive and kicking, the 5.2 updater shipped
recentely, I would take a look at it

Instead, if you really want to enjoy the benefits of DW compared to a plain
text editor, explore features like the server Behavior Builder, the Tag
Libraries/Editor or the Components Panel (both for CFC and webservices). In
my opinion those are the kind of features that makes DW worth using


 One thing that's really frustrating is that it takes roughly 2 - 3 seconds
 for DW to load when using alt-tab to switch between a web browser. I would
 imagine that after adding this time up by day, then week, then year - it
 equates to a significant amount of time lost. Is there anything that can
be
 done about this? My system specs are pretty high.

This may really help:

http://cfmxplus.blogspot.com/2002_10_13_cfmxplus_archive.html

More extreme measures:

http://www.dwteam.com/Articles/speedhints/index.asp


Massimo Foti
Team Macromedia Volunteer for Dreamweaver
Certified Dreamweaver MX Developer
Certified Advanced ColdFusion MX Developer
http://www.macromedia.com/go/team





~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Dreamweaver changing code on me

2003-03-10 Thread Dave Carabetta
 Dave, I'll certainly let you know if I find a fix for the grayed out
buttons
 - they're still gray. I agree that it's frustrating, but after reading
some
 of the threads about Dreamweaver, I promised myself before going into this
 that I wouldn't get frustrated, and that I would try my hardest to avoid
 falling into the dreamweaver fscking sux attitude that seems prevalent
 with most people upgrading from CF Studio. It has taken a lot of self
 discussion, Adam, calm down, this is new software, it's going to behave
 differently... let's patiently work through this and things will make
 sense, but I've found out how easy it is to become frustrated quickly.
I'm
 not quitting, I want to believe that Dreamweaver can make a good text
 editor!!

Definitely not getting frustrated to the point of product-bashing or giving
up!! Just baffled that it's even occurring. ;)

 One thing that's really frustrating is that it takes roughly 2 - 3 seconds
 for DW to load when using alt-tab to switch between a web browser. I would
 imagine that after adding this time up by day, then week, then year - it
 equates to a significant amount of time lost. Is there anything that can
be
 done about this? My system specs are pretty high.

I had that problem until I heeded the advice of some post-ers who metioned
that turning off automatic refreshing options within my sites my help. Since
I've done that, I haven't had the slooow problems that many have
experienced. Maybe that suggestion will help you out some? Here's what I
did:

1. Go to the Files panel and click on Site-Edit Sites...
2. Click Edit on a Site you have defined
3. Click the Advanced tab
4. Under the Local Info option, uncheck the Refresh Local File List
Automatically checkbox
5. Check Enable Cache on that same Category
6. Repeat 1-5 for each Site you have defined

Those steps, while seemingly incovenient, alleviated the bigger
inconvenience of having to wait for the sluggishness to subside.

Hope this helps a bit.

Regards,
Dave.
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Dreamweaver changing code on me

2003-03-10 Thread Dave Lyons
if i was you i'd consider uninstalling and reinstalling dwmx.
check out this link
http://www.joexx.de/DW-Exporter/download_en.php

that will make it a breeze  i think it will cure your woes

dave
- Original Message -
From: Dave Carabetta [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, March 10, 2003 7:15 PM
Subject: Re: Dreamweaver changing code on me


  Dave, I'll certainly let you know if I find a fix for the grayed out
 buttons
  - they're still gray. I agree that it's frustrating, but after reading
 some
  of the threads about Dreamweaver, I promised myself before going into
this
  that I wouldn't get frustrated, and that I would try my hardest to avoid
  falling into the dreamweaver fscking sux attitude that seems prevalent
  with most people upgrading from CF Studio. It has taken a lot of self
  discussion, Adam, calm down, this is new software, it's going to behave
  differently... let's patiently work through this and things will make
  sense, but I've found out how easy it is to become frustrated quickly.
 I'm
  not quitting, I want to believe that Dreamweaver can make a good text
  editor!!

 Definitely not getting frustrated to the point of product-bashing or
giving
 up!! Just baffled that it's even occurring. ;)

  One thing that's really frustrating is that it takes roughly 2 - 3
seconds
  for DW to load when using alt-tab to switch between a web browser. I
would
  imagine that after adding this time up by day, then week, then year - it
  equates to a significant amount of time lost. Is there anything that can
 be
  done about this? My system specs are pretty high.

 I had that problem until I heeded the advice of some post-ers who metioned
 that turning off automatic refreshing options within my sites my help.
Since
 I've done that, I haven't had the slooow problems that many have
 experienced. Maybe that suggestion will help you out some? Here's what I
 did:

 1. Go to the Files panel and click on Site-Edit Sites...
 2. Click Edit on a Site you have defined
 3. Click the Advanced tab
 4. Under the Local Info option, uncheck the Refresh Local File List
 Automatically checkbox
 5. Check Enable Cache on that same Category
 6. Repeat 1-5 for each Site you have defined

 Those steps, while seemingly incovenient, alleviated the bigger
 inconvenience of having to wait for the sluggishness to subside.

 Hope this helps a bit.

 Regards,
 Dave.
 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4