Re: Subversion and Dreamweaver 8

2007-06-09 Thread J.J. Merrick
Congrats on the first step to bad development recovery :-)

I have been using subversion for about 4 years now and haven't found
anything for DW yet... though it looks like some people have some ideas.

My take is that if you are using windows that you will need to install
TortoiseSVN regardless. It is one of the better shell integrated clients out
there. It has been under development for many years and  most of the bugs
seems to be worked out of it. It makes the tag/branch/merge processes very
manageable. Most of your integrated clients just don't seem to be as robust
as you will find you will need. Most can do it but for some reason I don't
trust them as much as I do TortoiseSVN.

I also use Eclipse with CFeclipse and subclipse. This allows quick access to
the update and commit command and also shows you what branch you are on,
what has been updated via icons etc.

So since there is not really anything for DW it is not the end of the world
since you can just drop down to explorer and do stuff with TortoiseSVN. If
you want to move to eclipse there are tools for it that help get the job
done.


J.J.



On 6/8/07, Elena Aminova [EMAIL PROTECTED] wrote:

 I was asked to select and configure code repository for our development
 environment and since I have heard and read so much about subversion, so far
 it is my pick, unless anyone has any compelling reasons for me not to. The
 questions I have are the following:

 How does Subversion version control system work with Dreamweaver 8?

 Any other open source alternatives to Subversion (using Apache OS)?

 Thanks!

 

~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280543
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Subversion and Dreamweaver 8

2007-06-09 Thread Eric Roberts
http://www.grafxsoftware.com/product.php/SVN_for_Dreamweaver_10/135/

-Original Message-
From: J.J. Merrick [mailto:[EMAIL PROTECTED] 
Sent: Saturday, June 09, 2007 6:06 AM
To: CF-Talk
Subject: Re: Subversion and Dreamweaver 8

Congrats on the first step to bad development recovery :-)

I have been using subversion for about 4 years now and haven't found
anything for DW yet... though it looks like some people have some ideas.

My take is that if you are using windows that you will need to install
TortoiseSVN regardless. It is one of the better shell integrated clients out
there. It has been under development for many years and  most of the bugs
seems to be worked out of it. It makes the tag/branch/merge processes very
manageable. Most of your integrated clients just don't seem to be as robust
as you will find you will need. Most can do it but for some reason I don't
trust them as much as I do TortoiseSVN.

I also use Eclipse with CFeclipse and subclipse. This allows quick access to
the update and commit command and also shows you what branch you are on,
what has been updated via icons etc.

So since there is not really anything for DW it is not the end of the world
since you can just drop down to explorer and do stuff with TortoiseSVN. If
you want to move to eclipse there are tools for it that help get the job
done.


J.J.



On 6/8/07, Elena Aminova [EMAIL PROTECTED] wrote:

 I was asked to select and configure code repository for our development
 environment and since I have heard and read so much about subversion, so
far
 it is my pick, unless anyone has any compelling reasons for me not to. The
 questions I have are the following:

 How does Subversion version control system work with Dreamweaver 8?

 Any other open source alternatives to Subversion (using Apache OS)?

 Thanks!

 



~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280548
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Subversion and Dreamweaver 8

2007-06-09 Thread J.J. Merrick
ah cool... though I don't know if it is $59 cool :-)



On 6/9/07, Eric Roberts [EMAIL PROTECTED] wrote:

 http://www.grafxsoftware.com/product.php/SVN_for_Dreamweaver_10/135/

 -Original Message-
 From: J.J. Merrick [mailto:[EMAIL PROTECTED]
 Sent: Saturday, June 09, 2007 6:06 AM
 To: CF-Talk
 Subject: Re: Subversion and Dreamweaver 8

 Congrats on the first step to bad development recovery :-)

 I have been using subversion for about 4 years now and haven't found
 anything for DW yet... though it looks like some people have some ideas.

 My take is that if you are using windows that you will need to install
 TortoiseSVN regardless. It is one of the better shell integrated clients
 out
 there. It has been under development for many years and  most of the bugs
 seems to be worked out of it. It makes the tag/branch/merge processes very
 manageable. Most of your integrated clients just don't seem to be as
 robust
 as you will find you will need. Most can do it but for some reason I don't
 trust them as much as I do TortoiseSVN.

 I also use Eclipse with CFeclipse and subclipse. This allows quick access
 to
 the update and commit command and also shows you what branch you are on,
 what has been updated via icons etc.

 So since there is not really anything for DW it is not the end of the
 world
 since you can just drop down to explorer and do stuff with TortoiseSVN. If
 you want to move to eclipse there are tools for it that help get the job
 done.


 J.J.



 On 6/8/07, Elena Aminova [EMAIL PROTECTED] wrote:
 
  I was asked to select and configure code repository for our development
  environment and since I have heard and read so much about subversion, so
 far
  it is my pick, unless anyone has any compelling reasons for me not to.
 The
  questions I have are the following:
 
  How does Subversion version control system work with Dreamweaver 8?
 
  Any other open source alternatives to Subversion (using Apache OS)?
 
  Thanks!
 
 



 

~|
Create Web Applications With ColdFusion MX7  Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280549
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Subversion and Dreamweaver 8

2007-06-09 Thread Eric Roberts
It wasn't worth it to me...when I was using DW I was using TortoiseSVN
(which is an excellent product).  I have since switched to Eclipse since I
have to use it at work (still don't like it very much) and tend to use
Subclipse...which is a good interface in itself.

Eric

-Original Message-
From: J.J. Merrick [mailto:[EMAIL PROTECTED] 
Sent: Saturday, June 09, 2007 11:03 AM
To: CF-Talk
Subject: Re: Subversion and Dreamweaver 8

ah cool... though I don't know if it is $59 cool :-)



On 6/9/07, Eric Roberts [EMAIL PROTECTED] wrote:

 http://www.grafxsoftware.com/product.php/SVN_for_Dreamweaver_10/135/

 -Original Message-
 From: J.J. Merrick [mailto:[EMAIL PROTECTED]
 Sent: Saturday, June 09, 2007 6:06 AM
 To: CF-Talk
 Subject: Re: Subversion and Dreamweaver 8

 Congrats on the first step to bad development recovery :-)

 I have been using subversion for about 4 years now and haven't found
 anything for DW yet... though it looks like some people have some ideas.

 My take is that if you are using windows that you will need to install
 TortoiseSVN regardless. It is one of the better shell integrated clients
 out
 there. It has been under development for many years and  most of the bugs
 seems to be worked out of it. It makes the tag/branch/merge processes very
 manageable. Most of your integrated clients just don't seem to be as
 robust
 as you will find you will need. Most can do it but for some reason I don't
 trust them as much as I do TortoiseSVN.

 I also use Eclipse with CFeclipse and subclipse. This allows quick access
 to
 the update and commit command and also shows you what branch you are on,
 what has been updated via icons etc.

 So since there is not really anything for DW it is not the end of the
 world
 since you can just drop down to explorer and do stuff with TortoiseSVN. If
 you want to move to eclipse there are tools for it that help get the job
 done.


 J.J.



 On 6/8/07, Elena Aminova [EMAIL PROTECTED] wrote:
 
  I was asked to select and configure code repository for our development
  environment and since I have heard and read so much about subversion, so
 far
  it is my pick, unless anyone has any compelling reasons for me not to.
 The
  questions I have are the following:
 
  How does Subversion version control system work with Dreamweaver 8?
 
  Any other open source alternatives to Subversion (using Apache OS)?
 
  Thanks!
 
 



 



~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280550
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Subversion and Dreamweaver 8

2007-06-09 Thread Robertson-Ravo, Neil (RX)
Yep +1 for Subclipse.



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 may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.  If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions. 
Visit our website at http://www.reedexpo.com

-Original Message-
From: Eric Roberts
To: CF-Talk
Sent: Sat Jun 09 17:23:07 2007
Subject: RE: Subversion and Dreamweaver 8

It wasn't worth it to me...when I was using DW I was using TortoiseSVN
(which is an excellent product).  I have since switched to Eclipse since I
have to use it at work (still don't like it very much) and tend to use
Subclipse...which is a good interface in itself.

Eric

-Original Message-
From: J.J. Merrick [mailto:[EMAIL PROTECTED] 
Sent: Saturday, June 09, 2007 11:03 AM
To: CF-Talk
Subject: Re: Subversion and Dreamweaver 8

ah cool... though I don't know if it is $59 cool :-)



On 6/9/07, Eric Roberts [EMAIL PROTECTED] wrote:

 http://www.grafxsoftware.com/product.php/SVN_for_Dreamweaver_10/135/

 -Original Message-
 From: J.J. Merrick [mailto:[EMAIL PROTECTED]
 Sent: Saturday, June 09, 2007 6:06 AM
 To: CF-Talk
 Subject: Re: Subversion and Dreamweaver 8

 Congrats on the first step to bad development recovery :-)

 I have been using subversion for about 4 years now and haven't found
 anything for DW yet... though it looks like some people have some ideas.

 My take is that if you are using windows that you will need to install
 TortoiseSVN regardless. It is one of the better shell integrated clients
 out
 there. It has been under development for many years and  most of the bugs
 seems to be worked out of it. It makes the tag/branch/merge processes very
 manageable. Most of your integrated clients just don't seem to be as
 robust
 as you will find you will need. Most can do it but for some reason I don't
 trust them as much as I do TortoiseSVN.

 I also use Eclipse with CFeclipse and subclipse. This allows quick access
 to
 the update and commit command and also shows you what branch you are on,
 what has been updated via icons etc.

 So since there is not really anything for DW it is not the end of the
 world
 since you can just drop down to explorer and do stuff with TortoiseSVN. If
 you want to move to eclipse there are tools for it that help get the job
 done.


 J.J.



 On 6/8/07, Elena Aminova [EMAIL PROTECTED] wrote:
 
  I was asked to select and configure code repository for our development
  environment and since I have heard and read so much about subversion, so
 far
  it is my pick, unless anyone has any compelling reasons for me not to.
 The
  questions I have are the following:
 
  How does Subversion version control system work with Dreamweaver 8?
 
  Any other open source alternatives to Subversion (using Apache OS)?
 
  Thanks!
 
 



 





~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7  
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280551
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Subversion and Dreamweaver 8

2007-06-09 Thread Zaphod Beeblebrox
it looks like the web site is down right now, but there is an
extension for Dreamweaver that integrates with TortoiseSVN.  It's
called SVN4DW.  It's free and it works.

http://www.nearlygeek.com/tools/subversion-for-dreamweaver/introduction/



On 6/9/07, Robertson-Ravo, Neil (RX)
[EMAIL PROTECTED] wrote:
 Yep +1 for Subclipse.



 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 may also be privileged.  It is for the exclusive use of the
 intended recipient(s).  If you are not the intended recipient(s) please note
 that any form of distribution, copying or use of this communication or the
 information in it is strictly prohibited and may be unlawful.  If you have
 received this communication in error please return it to the sender or call
 our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
 communication are not necessarily those expressed by Reed Exhibitions.
 Visit our website at http://www.reedexpo.com

 -Original Message-
 From: Eric Roberts
 To: CF-Talk
 Sent: Sat Jun 09 17:23:07 2007
 Subject: RE: Subversion and Dreamweaver 8

 It wasn't worth it to me...when I was using DW I was using TortoiseSVN
 (which is an excellent product).  I have since switched to Eclipse since I
 have to use it at work (still don't like it very much) and tend to use
 Subclipse...which is a good interface in itself.

 Eric

 -Original Message-
 From: J.J. Merrick [mailto:[EMAIL PROTECTED]
 Sent: Saturday, June 09, 2007 11:03 AM
 To: CF-Talk
 Subject: Re: Subversion and Dreamweaver 8

 ah cool... though I don't know if it is $59 cool :-)



 On 6/9/07, Eric Roberts [EMAIL PROTECTED] wrote:
 
  http://www.grafxsoftware.com/product.php/SVN_for_Dreamweaver_10/135/
 
  -Original Message-
  From: J.J. Merrick [mailto:[EMAIL PROTECTED]
  Sent: Saturday, June 09, 2007 6:06 AM
  To: CF-Talk
  Subject: Re: Subversion and Dreamweaver 8
 
  Congrats on the first step to bad development recovery :-)
 
  I have been using subversion for about 4 years now and haven't found
  anything for DW yet... though it looks like some people have some ideas.
 
  My take is that if you are using windows that you will need to install
  TortoiseSVN regardless. It is one of the better shell integrated clients
  out
  there. It has been under development for many years and  most of the bugs
  seems to be worked out of it. It makes the tag/branch/merge processes very
  manageable. Most of your integrated clients just don't seem to be as
  robust
  as you will find you will need. Most can do it but for some reason I don't
  trust them as much as I do TortoiseSVN.
 
  I also use Eclipse with CFeclipse and subclipse. This allows quick access
  to
  the update and commit command and also shows you what branch you are on,
  what has been updated via icons etc.
 
  So since there is not really anything for DW it is not the end of the
  world
  since you can just drop down to explorer and do stuff with TortoiseSVN. If
  you want to move to eclipse there are tools for it that help get the job
  done.
 
 
  J.J.
 
 
 
  On 6/8/07, Elena Aminova [EMAIL PROTECTED] wrote:
  
   I was asked to select and configure code repository for our development
   environment and since I have heard and read so much about subversion, so
  far
   it is my pick, unless anyone has any compelling reasons for me not to.
  The
   questions I have are the following:
  
   How does Subversion version control system work with Dreamweaver 8?
  
   Any other open source alternatives to Subversion (using Apache OS)?
  
   Thanks!
  
  
 
 
 
 





 

~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280565
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Subversion and Dreamweaver 8

2007-06-09 Thread Elena Aminova
Thanks for all the replies. Moving to Eclipse is a work in progress for the 
team, and since we are using Dreamweaver already, and there is a very tight 
deadline for this project, we cant afford to spend time on learning and 
adjusting to the new IDE, but going the Eclipse way is a sure goal for me. 
As for the Dreamweaver plug ins, I have seen 2 on the www.grafxsoftware.com 
website for the same price of $59, I assume the price is for each developer...
Does anyone know a major difference between SVN for Dreamweaver and CVS for 
Dreamweaver that are on that site. 
The ColdFusion server we have running is on Apache. Dreamweaver, of course runs 
on Windows.


Thanks.

http://www.grafxsoftware.com/product.php/SVN_for_Dreamweaver_10/135/

-Original Message-
From: J.J. Merrick [mailto:[EMAIL PROTECTED] 
Sent: Saturday, June 09, 2007 6:06 AM
To: CF-Talk
Subject: Re: Subversion and Dreamweaver 8

Congrats on the first step to bad development recovery :-)

I have been using subversion for about 4 years now and haven't found
anything for DW yet... though it looks like some people have some ideas.

My take is that if you are using windows that you will need to install
TortoiseSVN regardless. It is one of the better shell integrated clients out
there. It has been under development for many years and  most of the bugs
seems to be worked out of it. It makes the tag/branch/merge processes very
manageable. Most of your integrated clients just don't seem to be as robust
as you will find you will need. Most can do it but for some reason I don't
trust them as much as I do TortoiseSVN.

I also use Eclipse with CFeclipse and subclipse. This allows quick access to
the update and commit command and also shows you what branch you are on,
what has been updated via icons etc.

So since there is not really anything for DW it is not the end of the world
since you can just drop down to explorer and do stuff with TortoiseSVN. If
you want to move to eclipse there are tools for it that help get the job
done.


J.J.



On 6/8/07, Elena Aminova [EMAIL PROTECTED] wrote:

 I was asked to select and configure code repository for our development
 environment and since I have heard and read so much about subversion, so
far

~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280566
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Subversion and Dreamweaver 8

2007-06-09 Thread [Sunshine Tech Solutions] Ravi Gehlot
Hi Elena,

SVN is an enhancement of CVS.

Ravi.

Elena Aminova wrote:
 Thanks for all the replies. Moving to Eclipse is a work in progress for the 
 team, and since we are using Dreamweaver already, and there is a very tight 
 deadline for this project, we cant afford to spend time on learning and 
 adjusting to the new IDE, but going the Eclipse way is a sure goal for me. 
 As for the Dreamweaver plug ins, I have seen 2 on the www.grafxsoftware.com 
 website for the same price of $59, I assume the price is for each developer...
 Does anyone know a major difference between SVN for Dreamweaver and CVS for 
 Dreamweaver that are on that site. 
 The ColdFusion server we have running is on Apache. Dreamweaver, of course 
 runs on Windows.


 Thanks.

   
 http://www.grafxsoftware.com/product.php/SVN_for_Dreamweaver_10/135/

 -Original Message-
 From: J.J. Merrick [mailto:[EMAIL PROTECTED] 
 Sent: Saturday, June 09, 2007 6:06 AM
 To: CF-Talk
 Subject: Re: Subversion and Dreamweaver 8

 Congrats on the first step to bad development recovery :-)

 I have been using subversion for about 4 years now and haven't found
 anything for DW yet... though it looks like some people have some ideas.

 My take is that if you are using windows that you will need to install
 TortoiseSVN regardless. It is one of the better shell integrated clients out
 there. It has been under development for many years and  most of the bugs
 seems to be worked out of it. It makes the tag/branch/merge processes very
 manageable. Most of your integrated clients just don't seem to be as robust
 as you will find you will need. Most can do it but for some reason I don't
 trust them as much as I do TortoiseSVN.

 I also use Eclipse with CFeclipse and subclipse. This allows quick access to
 the update and commit command and also shows you what branch you are on,
 what has been updated via icons etc.

 So since there is not really anything for DW it is not the end of the world
 since you can just drop down to explorer and do stuff with TortoiseSVN. If
 you want to move to eclipse there are tools for it that help get the job
 done.


 J.J.



 On 6/8/07, Elena Aminova [EMAIL PROTECTED] wrote:
 
 I was asked to select and configure code repository for our development
 environment and since I have heard and read so much about subversion, so
   
 far
 

 

~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280567
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Subversion and Dreamweaver 8

2007-06-08 Thread Elena Aminova
I was asked to select and configure code repository for our development 
environment and since I have heard and read so much about subversion, so far it 
is my pick, unless anyone has any compelling reasons for me not to. The 
questions I have are the following:

How does Subversion version control system work with Dreamweaver 8?

Any other open source alternatives to Subversion (using Apache OS)?

Thanks!

~|
Create Web Applications With ColdFusion MX7  Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280497
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Subversion and Dreamweaver 8

2007-06-08 Thread Ravi Gehlot
Hey Elena,

My advise for you would be to use Eclipse instead of Dreamweaver. 
You can then download CFEclipse which is the plug in for Eclipse and 
then following that install SVN which is the subversion for Eclipse. 
 From that point on you need to get acquitted with the workbench in 
Eclipse and a few other things.

Ravi.

Elena Aminova wrote:
 I was asked to select and configure code repository for our development 
 environment and since I have heard and read so much about subversion, so far 
 it is my pick, unless anyone has any compelling reasons for me not to. The 
 questions I have are the following:

 How does Subversion version control system work with Dreamweaver 8?

 Any other open source alternatives to Subversion (using Apache OS)?

 Thanks!

 

~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280498
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Subversion and Dreamweaver 8

2007-06-08 Thread Matt Williams
Elena, if you do go with Dreamweaver, you will need an external
Subversion client such as Tortoise to manage updating and committing
your local working copy. As far as I know (DW 8), DW does not have
anyway to natively support access to a SVN repository.

Matt

On 6/8/07, Ravi Gehlot [EMAIL PROTECTED] wrote:
 Hey Elena,

 My advise for you would be to use Eclipse instead of Dreamweaver.
 You can then download CFEclipse which is the plug in for Eclipse and
 then following that install SVN which is the subversion for Eclipse.
  From that point on you need to get acquitted with the workbench in
 Eclipse and a few other things.

 Ravi.

 Elena Aminova wrote:
  I was asked to select and configure code repository for our development 
  environment and since I have heard and read so much about subversion, so 
  far it is my pick, unless anyone has any compelling reasons for me not to. 
  The questions I have are the following:
 
  How does Subversion version control system work with Dreamweaver 8?
 
  Any other open source alternatives to Subversion (using Apache OS)?
 
  Thanks!
 
 

 

~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7  
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280503
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Subversion and Dreamweaver 8

2007-06-08 Thread John Wilker
there is a free plugin for DW that does SVN, it works ok. I used it for a
short period, but have moved off DW for Eclipse, which as noted has
CFEclipse, and subclipse, which is better than the one for DW.

-- 
John Wilker
Vice President of Operations
360Conferences, Inc.
www.johnwilker.com / www.red-omega.com / www.360conferences.com

Everything changes, nothing remains without change. ~Buddha c.483 bc


~|
CF 8 – Scorpio beta now available, 
easily build great internet experiences – Try it now on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280504
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Subversion and Dreamweaver 8

2007-06-08 Thread Ravi Gehlot
That's right. I have never heard of any native support access to SVN on 
version 8. Elena, you might want to check with Dreamweaver CS3.

Ravi.

Matt Williams wrote:
 Elena, if you do go with Dreamweaver, you will need an external
 Subversion client such as Tortoise to manage updating and committing
 your local working copy. As far as I know (DW 8), DW does not have
 anyway to natively support access to a SVN repository.

 Matt

 On 6/8/07, Ravi Gehlot [EMAIL PROTECTED] wrote:
   
 Hey Elena,

 My advise for you would be to use Eclipse instead of Dreamweaver.
 You can then download CFEclipse which is the plug in for Eclipse and
 then following that install SVN which is the subversion for Eclipse.
  From that point on you need to get acquitted with the workbench in
 Eclipse and a few other things.

 Ravi.

 Elena Aminova wrote:
 
 I was asked to select and configure code repository for our development 
 environment and since I have heard and read so much about subversion, so 
 far it is my pick, unless anyone has any compelling reasons for me not to. 
 The questions I have are the following:

 How does Subversion version control system work with Dreamweaver 8?

 Any other open source alternatives to Subversion (using Apache OS)?

 Thanks!


   
 

 

~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade  see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280506
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Subversion and Dreamweaver 8

2007-06-08 Thread Doug Bezona
The only plug-in SVN solution for Dreamweaver I know of is this:
http://www.grafxsoftware.com/product.php/SVN_for_Dreamweaver_10/135/

It's a bit pricey ($60), and I have never actually used it, so have no idea
how well it works.

Aside from that, as others have mentioned, you can use TortoiseSVN, or make
the move to Eclipse and use the Subclipse or Subversive plug-ins which are
both quite good.

On 6/8/07, Elena Aminova [EMAIL PROTECTED] wrote:

 I was asked to select and configure code repository for our development
 environment and since I have heard and read so much about subversion, so far
 it is my pick, unless anyone has any compelling reasons for me not to. The
 questions I have are the following:

 How does Subversion version control system work with Dreamweaver 8?

 Any other open source alternatives to Subversion (using Apache OS)?

 Thanks!

 

~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280519
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Subversion and Dreamweaver 8

2007-06-08 Thread Andrew Scott
Dreamweaver has native support to any source repository as long as the
source repository supports webdav.

The only drawback with this is that Dreamweaver will only allow check in /
check out operations from the source repository.

-- 
Senior Coldfusion Developer
Aegeon Pty. Ltd.
www.aegeon.com.au
Phone: +613  8676 4223
Mobile: 0404 998 273



On 6/9/07, Ravi Gehlot [EMAIL PROTECTED] wrote:

 That's right. I have never heard of any native support access to SVN on
 version 8. Elena, you might want to check with Dreamweaver CS3.

 Ravi.





~|
Macromedia ColdFusion MX7
Upgrade to MX7  experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280523
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Subversion and Dreamweaver 8

2007-06-08 Thread Eric Roberts
There is also a plugin you can buy for dreamweaver.  I don't remember the
name...but it isn't hard to ind.

Eric

-Original Message-
From: Andrew Scott [mailto:[EMAIL PROTECTED] 
Sent: Friday, June 08, 2007 8:32 PM
To: CF-Talk
Subject: Re: Subversion and Dreamweaver 8

Dreamweaver has native support to any source repository as long as the
source repository supports webdav.

The only drawback with this is that Dreamweaver will only allow check in /
check out operations from the source repository.

-- 
Senior Coldfusion Developer
Aegeon Pty. Ltd.
www.aegeon.com.au
Phone: +613  8676 4223
Mobile: 0404 998 273



On 6/9/07, Ravi Gehlot [EMAIL PROTECTED] wrote:

 That's right. I have never heard of any native support access to SVN on
 version 8. Elena, you might want to check with Dreamweaver CS3.

 Ravi.







~|
Macromedia ColdFusion MX7
Upgrade to MX7  experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280529
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: dreamweaver 8

2007-05-25 Thread Bader, Terrence C CTR MARMC, 231
M!ke that worked great.   I always forget about snippets.

~Terry 

-Original Message-
From: Dawson, Michael [mailto:[EMAIL PROTECTED] 
Sent: Thursday, May 24, 2007 16:21
To: CF-Talk
Subject: RE: dreamweaver 8

Create a snippet, then reassign the keyboard shortcut.

M!ke 

-Original Message-
From: Bader, Terrence C CTR MARMC, 231
[mailto:[EMAIL PROTECTED]
Sent: Thursday, May 24, 2007 1:23 PM
To: CF-Talk
Subject: dreamweaver 8

ok, recently started working with DW 8 vs 7/mx that I have used for a
long while now.  In the old version I could hit my surround # key and
type with the cursor on the inside of the #s, but now in 8 it puts the
cursor outside of the #s.  I find this quite annoying.  Does anyone know
if I missed a preference somewhere to get that particular functionality
back?

~Terry



~|
Macromedia ColdFusion MX7
Upgrade to MX7  experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:279249
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


dreamweaver 8

2007-05-24 Thread Bader, Terrence C CTR MARMC, 231
ok, recently started working with DW 8 vs 7/mx that I have used for a
long while now.  In the old version I could hit my surround # key and
type with the cursor on the inside of the #s, but now in 8 it puts the
cursor outside of the #s.  I find this quite annoying.  Does anyone know
if I missed a preference somewhere to get that particular functionality
back?

~Terry


~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:279123
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: dreamweaver 8

2007-05-24 Thread Cutter (CFRelated)
Not sure, but I know CFEclipse functions as you would expect it;)

Steve Cutter Blades
Adobe Certified Professional
Advanced Macromedia ColdFusion MX 7 Developer
_
http://blog.cutterscrossing.com

Bader, Terrence C CTR MARMC, 231 wrote:
 ok, recently started working with DW 8 vs 7/mx that I have used for a
 long while now.  In the old version I could hit my surround # key and
 type with the cursor on the inside of the #s, but now in 8 it puts the
 cursor outside of the #s.  I find this quite annoying.  Does anyone know
 if I missed a preference somewhere to get that particular functionality
 back?
 
 ~Terry
 
 
 

~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7  
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:279133
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: dreamweaver 8

2007-05-24 Thread Dawson, Michael
Create a snippet, then reassign the keyboard shortcut.

M!ke 

-Original Message-
From: Bader, Terrence C CTR MARMC, 231
[mailto:[EMAIL PROTECTED] 
Sent: Thursday, May 24, 2007 1:23 PM
To: CF-Talk
Subject: dreamweaver 8

ok, recently started working with DW 8 vs 7/mx that I have used for a
long while now.  In the old version I could hit my surround # key and
type with the cursor on the inside of the #s, but now in 8 it puts the
cursor outside of the #s.  I find this quite annoying.  Does anyone know
if I missed a preference somewhere to get that particular functionality
back?

~Terry

~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7  
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:279144
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Other simple but powerful editors out there like CF Studio? Dreamweaver 8 nope!

2006-11-22 Thread Munson, Jacob
 I still use Studio 4.5 (true) and I am happy with it 
 especially when assigning shortcuts to tags and snippets, a 
 simple feature that DW8 does not offer easily after I 
 searched everywhere and posted my problems on the forums at 
 Adobe.

I'm late to the thread, but I want to say that cfeclipse does snippets,
and it's very powerful.  Also, let me give a bit of advice.  If you like
CFStudio, stick with it.  However, you'll eventually be dissatisfied as
more and more ColdFusion versions are released, and you find that you're
editor is missing a lot of integration you'd find elsewhere.  

When I made the switch to CFEclipse from Homesite a couple of years ago,
I had to tell myself to just do it.  You will NOT be comfortable with
CFE when you first try it.  It's kind of weird, you won't know where to
find things, and it takes getting used to.  You'll recognize the feeling
from your attempts to try DreamWeaver.  But I had to tell myself to give
it a couple of weeks, and see if it sticks.  When you say, I can't find
[fill in the blank], this editor is getting in my way, be patient.  If
necessary get on the CFE mailing list and ask for help.  But don't throw
it out the window the first time you get stuck.  Believe me, it's WELL
worth the pain of converting.







--
This transmission may contain information that is privileged, confidential 
and/or exempt from disclosure under applicable law. If you are not the intended 
recipient, you are hereby notified that any disclosure, copying, distribution, 
or use of the information contained herein (including any reliance thereon) is 
STRICTLY PROHIBITED. If you received this transmission in error, please 
immediately contact the sender and destroy the material in its entirety, 
whether in electronic or hard copy format. Thank you. 

==
EMF idahopower.com made the previous annotations.

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:261519
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Other simple but powerful editors out there like CF Studio? Dreamweaver 8 nope!

2006-11-21 Thread Claude Schneegans
 Got so used to it that It never crossed my mind to swap it for 
something else until I started to play with eclipse.

Same thing here, except that when I tried Eclipse, I came back to CF 
Studio faster than light! ;-)

-- 
___
REUSE CODE! Use custom tags;
See http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please send any spam to this address: [EMAIL PROTECTED])
Thanks.


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:261355
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Dreamweaver 8 question

2006-06-28 Thread Phill B
Howdy everyone.

I'm using CF MX 6.1 but will be upgrading to Dreamweaver 8. Can I make
the tag insight in Dreamweaver only show MX 6.1 tags?

Thanks

-- 
Phil

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:244967
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Dreamweaver 8 question

2006-06-28 Thread massimo
 I'm using CF MX 6.1 but will be upgrading to Dreamweaver 8. Can I make
 the tag insight in Dreamweaver only show MX 6.1 tags?

As far as I know, this functionality isn't available out of the box.
What you may try to do is to save the VTML files from your current version
of DW, then use them to replace the ones that ship with DW 8.

The VTML files are stored inside:
Configuration\TagLibraries\CFML

Do this at your own risk and backup everything first :-)

Massimo

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:244971
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Dreamweaver 8 question

2006-06-28 Thread Phill B
Thanks Massimo. I was afraid of that. :-\

On 6/28/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
  I'm using CF MX 6.1 but will be upgrading to Dreamweaver 8. Can I make
  the tag insight in Dreamweaver only show MX 6.1 tags?

 As far as I know, this functionality isn't available out of the box.
 What you may try to do is to save the VTML files from your current version
 of DW, then use them to replace the ones that ship with DW 8.

 The VTML files are stored inside:
 Configuration\TagLibraries\CFML

 Do this at your own risk and backup everything first :-)

 Massimo



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:244977
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


sot: Dreamweaver 8

2005-11-08 Thread Michael T. Tangorre
I have a bunch of variables in the bindings tab on the Application pane...
is there a way to have the output use all lowercase scope names? Right now
it outputs:

Session.varnam
Application.varname

etc...

I like all the scope names to be lowercase. 

Not a major deal but I want to keep the code consistent.

Thanks!

MT.




~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223562
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Dreamweaver 8

2005-11-08 Thread Massimo Foti
 I have a bunch of variables in the bindings tab on the Application
pane...
 is there a way to have the output use all lowercase scope names? Right now
 it outputs:

 Session.varnam
 Application.varname

 etc...

 I like all the scope names to be lowercase.

I like it too. But I never took the time to hack DW's in order to fix this
:-)

Anyway, you may look into your DW's configuration, inside:
Configuration\DataSources\ColdFusion

Back up first, then start hacking around


Massimo Foti
Tools for ColdFusion and Dreamweaver developers:
http://www.massimocorner.com





~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223565
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Dreamweaver 8

2005-11-08 Thread Michael T. Tangorre
 I like it too. But I never took the time to hack DW's in 
 order to fix this
 :-)

Sounds good. I will post the hack if I can figure it out!

Thanks Massimo.

MT




~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223567
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Dreamweaver 8

2005-11-08 Thread Massimo Foti
 Sounds good. I will post the hack if I can figure it out!

Feel free to ask in case you get stuck.

BTW If you would like to handle request variables from DW's Binding panel,
you can use this extension:
http://www.massimocorner.com/dreamweaver/coldfusion/cf_request_var.mxp


Massimo Foti
Tools for ColdFusion and Dreamweaver developers:
http://www.massimocorner.com




~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223570
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Dreamweaver 8

2005-11-08 Thread Michael T. Tangorre
 From: Massimo Foti [mailto:[EMAIL PROTECTED] 
 Feel free to ask in case you get stuck.

Thanks! I am sure as I use DW8 more I will ask you more questions.
 
 BTW If you would like to handle request variables from DW's 
 Binding panel, you can use this extension:
 http://www.massimocorner.com/dreamweaver/coldfusion/cf_request_var.mxp

Perfect! Thanks.

Also, to change the case, edit the .edml files located in:
Macromedia\Dreamweaver 8\Configuration\DataSources\ColdFusion

The files are small and you have to change the case in two locations; they
are pretty easy to notice in the files.

MT.




~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223572
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Dreamweaver 8 and CSS

2005-08-10 Thread Connie DeCinko
Anyone know how this helps in regards to cross-browser support?  I spent
many hours this week finding CSS that made both IE and FF happy.
 
Take CSS-based design to the next level.
The new, unified CSS panel makes complex CSS simple. See a visual
representation of the cascade as it applies to content for quick access and
power. Plus, the new CSS layout visualization provides design-time visual
aids for quick review of page structure, and the styles rendering toolbar
previews different CSS media types.
 




~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214468
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54