User Profile
Collapse
-
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) -
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... -
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,...Leave a comment:
-
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...Leave a comment:
-
"$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:
To append string variables and literals together...Code:Response.Write(<put your string expression or variables here>) Response.End
Leave a comment:
-
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...Leave a comment:
No activity results to display
Show More
Leave a comment: