I am trying to implement VSS with Dreamweaver in the following way:
(a) We have test code on one server.
(b) We have production code on another server.
(c) I have created the VSS db on a third server.
In Dreamweaver, I created a new test project as follows:
Local View points to a directory on...
I am researching code versioning software for our team. We are 4 ColdFusion developers using Dreamweaver and SQL mainly for our development and currently do not use any code versioning software. What would you recommend for us or what are you using and how is that going?
Thanks for the...
Thanks. I did not know about FAQ searching as I have only done forum searching in the past.
Allan Jagos
Web Developer
Robinson & Cole LLP
http://www.rc.com
When developing for 1024x768, what width ad height should I code for to guarantee no scrolling? Somewhere around 984x568?
For example, for 800x600 I use 780x430 (although sometimes these are smaller).
Allan Jagos
Web Developer
Robinson & Cole LLP
http://www.rc.com
The problem I just discovered is that I had a nested table cell with another height="100%" which while displaying nicely for my purposes on the screen causes the printing issue described. Just another one of those things that happen that you would not expect to.
Allan Jagos
Web...
I have a table which includes the whole site. I made the table height=100% so that I can display my footer code at the bottom of the screen at all times vs towards the middle. This works fine.
The problem is when I print the page, the footer code displays by itself on another page rather then...
I am using Macromedia Dreamweaver MX. When modifying web pages on our server I often receive the following error message: A sharing violation occurred while accessing... it references the directory and file I am modifying. After a while it saves no problem. Why does this happen? It is quite...
Does anyone know of a really cool high tech website? Or a site that lists really good visual sites? I need to get some ideas for a site I am creating for work. Thanks Allan Jagos
Web Developer
Robinson & Cole LLP
http://www.rc.com
Looks like the "w" does not give you just weekdays but rather all days. Thanks for your responses.
I used the following code to take into account weekends:
<cfif DayOfWeek(#Now()#) LT 4>
<cfset ApproveDays = 2>
<cfset LastChanceDays = 3>
<cfelseif DayOfWeek(#Now()#) IS 4>...
I am trying to use the DateAdd function to add weekdays to a variable I am using but it only returns actual days not weekdays.
Here is the code I am using:
<cfset ticketApproveDate = DateAdd("w",3,#Now()#)>
Anyone else have this problem or know why this is happening?
Thanks Allan...
the only way I resolved it was by changing the values of the parameters. It didn't solve the problem per se but it was a work around for me. Allan Jagos
Web Developer
Robinson & Cole LLP
http://www.rc.com
I recieve the following error message:
An exception occurred when executing a Com method.
The cause of this exception was that: coldfusion.runtime.NeoPageContext$InvalidVariableNameException: The string "e:/Inetpub/Intranet/WebContent/Compare/NewFile.htm" is not a valid ColdFusion...
I am trying to install Microsoft SQL Server 2000 and receive the following error:
"Installation of the microsoft data access components failed. (-1)"
How do I get past this?
Thanks Allan Jagos
Web Developer
Robinson & Cole LLP
http://www.rc.com
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.