Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Sinbad

  1. Sinbad

    Implementing VSS with Dreamweaver

    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...
  2. Sinbad

    Code Versioning Software

    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...
  3. Sinbad

    Tiff viewer

    Me too, any suggestions? Allan Jagos Web Developer Robinson & Cole LLP http://www.rc.com
  4. Sinbad

    Screen resolution sizes

    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
  5. Sinbad

    Screen resolution sizes

    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
  6. Sinbad

    Using Height=100% on table causes extra print page

    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...
  7. Sinbad

    Using Height=100% on table causes extra print page

    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...
  8. Sinbad

    Sharing Violation Occurred ...

    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...
  9. Sinbad

    High Tech Websites???

    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
  10. Sinbad

    DateAdd for weekdays not working

    Looks like the &quot;w&quot; 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>...
  11. Sinbad

    DateAdd for weekdays not working

    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(&quot;w&quot;,3,#Now()#)> Anyone else have this problem or know why this is happening? Thanks Allan...
  12. Sinbad

    error: not a valid ColdFusion variable name

    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
  13. Sinbad

    error: not a valid ColdFusion variable name

    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 &quot;e:/Inetpub/Intranet/WebContent/Compare/NewFile.htm&quot; is not a valid ColdFusion...
  14. Sinbad

    installation of the microsoft data access components failed

    Thanks Allan Jagos Web Developer Robinson & Cole LLP http://www.rc.com
  15. Sinbad

    installation of the microsoft data access components failed

    I am trying to install Microsoft SQL Server 2000 and receive the following error: &quot;Installation of the microsoft data access components failed. (-1)&quot; How do I get past this? Thanks Allan Jagos Web Developer Robinson & Cole LLP http://www.rc.com

Part and Inventory Search

Back
Top