Hello Leon,
I can undestand, that you don't feel to good knowing that others take
advantage of your work. But what we're doing in this usergroup is
nothing but sharing our knowledge. That's the internet. If you write a
function, that could be useful for others, start it up with a comment
line, with your name as the author and ask not to remove it, if other
people use it on their site. Maybe you will feel a bit better. (Even
though you will probably never know if it works);~)
Hans
-----Urspr=FCngliche Nachricht-----
Von: Leon Mwazange [mailto:leonisthegenius@h...]
Gesendet: Mittwoch, 16. Mai 2001 12:59
An: javascript
Betreff: [javascript] Short and Compact?
I am a very amature javascript programmer and I was thinking if there
would be any problems if i type in my code without spaces at the end of
codes, between operators etc. I like to put my HTML very compact so that
it basically makes it a bit tiring for people to copy it well! In the
book "Begining Javascript" there are codes like "var degFahren =3D 9 / 5
*
degCent + 32 ;" is there any problem with typing it without spaces
between
the operators eg btn 9 and /? or after the ";" could i just continue
with
the next script block? I hope you understand what i mean!
cheers..Leon