User Profile

Collapse

Profile Sidebar

Collapse
afrog4u2
afrog4u2
Last Activity: Dec 21 '08, 10:31 PM
Joined: Dec 11 '08
Location: Atlanta, GA, USA
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • drhowarddrfine
    drhowarddrfine posted a Visitor Message for afrog4u2
    Well, I guess the truth hurts and if you can't handle the truth then get out of this business. There is nothing I say that is wrong and everything I say is verifiable. If you don't like that then it's too bad, but a year or two from now, I'll still be doing this and you won't. (And I've been doing this a long, long time)
    See more | Go to post

  • afrog4u2
    replied to Form problem in Firefox
    Form Problem in Firefox.



    PPK does have some good info on Javascript, but he has done a lot of testing with different browser versions and his information on CSS and differences between browsers is extremely insightful and informative. I have not found ANY other site on the web which has as much depth.

    But alas, that is not enough as I have had to research even past his site - for javascript and CSS when...
    See more | Go to post

    Leave a comment:


  • afrog4u2
    replied to hardware requirement
    SQL Server 2005 Hardware Requirements

    Here is a link to the SQL Server 2005 System Requirements:
    Microsoft SQL Server 2005: System Requirements

    Nothing specific that I saw about Hard Drive space required - although I do know that depending on what you install it could take a few gigs. Installing the SQL Books online and sample code will definitely cause the installation to bloat.

    During the installation,...
    See more | Go to post

    Leave a comment:


  • afrog4u2
    replied to Form problem in Firefox
    Form Problem in Firefox



    My recent exploits into this realm have seen exactly what you are now. A lot of the differences seem to be in the differences in how IE 7- and Firefox 3 implement their box model. I still can't make some things work, but I have been able to find a work around that works in BOTH browsers.

    See QuirksMode for some good information on browser differences (primarily shows differences...
    See more | Go to post

    Leave a comment:


  • afrog4u2
    replied to error in query
    "$crt" is not a valid variable name in VBScript...
    Refer to the link below for rules on naming variables.
    Only string literals should be between your double quotes.

    For simple debugging of what is held in variables I often use something like this:
    Code:
    Response.Write(<put your string expression or variables here>)
    Response.End
    To append string variables and literals together...
    See more | Go to post

    Leave a comment:


  • afrog4u2
    replied to error in query
    if you have your code continuing on another line as it looks like you do in your post, that is the problem.

    In VBScript, to be able to continue your code on another line you have to use
    the line continuation character at the end of each continued line, except for the last. The line continuation character is "-" and it must have a space before it.

    In addition, the entire string you are building is not terminated...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...