Folks,
I just spent 2 days on this and just finished coding my page so that loading and resizing automatically sizes some scrolling elements on the page. It had to be PEFECT for both FF/IE6...
Type: Posts; User: hsantos; Keyword(s):
Folks,
I just spent 2 days on this and just finished coding my page so that loading and resizing automatically sizes some scrolling elements on the page. It had to be PEFECT for both FF/IE6...
It is possible to remove the print page header and footer. We are specifically using FireFox.
Essentially, this is for printing an invoice page and I would like to remove the non-essential...
Oh, I do not mean to start a language debate. :-) Currently, I happen to work in a mixed language product development environment with Pascal, C/C++, VB, Java for our native language SDK/API and a...
Thanks, I'll read up on ECMA-262.
Like yourself, I use well outlined, documented clean code with semi-colons and line-breaks. Generalize functionality and reusability is big with me.
I guess...
Thanks for your input. I see your point about "trains." Thats probably what happen when I was breaking up the example js and it then failed to behave right.
Probably a poor example, but how...
Whats the skinny with NOT using semi-colons in javascript?
I guess I am using to using semi-colons to "cleanly" seperate code, but I guess that just my style.
But I see example scripts without...