Click to See Complete Forum and Search --> : Does javascript take very long to load


tanfwc
09-12-2003, 11:19 AM
as above...sometime i can feel that if a page has quite a few of javascript...it will take longer to load....

Khalid Ali
09-12-2003, 11:28 AM
possibly yes,if there is allots that browser has to digest then.

tanfwc
09-12-2003, 11:35 AM
is there anything i can do to make the script to load faster...can use other kinds of scripting?

pyro
09-12-2003, 11:42 AM
Do as much as you can with a serverside langauge such as PHP, Perl, etc...

tanfwc
09-12-2003, 11:45 AM
erm...ok...which is the easier scripting to learn? coz i am only familiar wif javascript...

pyro
09-12-2003, 11:49 AM
That depends who you ask, I'm sure... I found it very easy to learn PHP after learning JavaScript, and am a PHP addict... :)

Charles
09-12-2003, 11:52 AM
Perl is rather difficult to learn, but well worth the effort. Aall the things really worth knowing take effort and time to learn.

tanfwc
09-12-2003, 11:57 AM
what does PHP and Perl does...

Khalid Ali
09-12-2003, 12:02 PM
the best combination could be

C/C++

Java

PHP

and last but not the least JavaScript

Jeff Mott
09-12-2003, 01:29 PM
This thread is going in many different directions without really knowing the original poster's ultimate goal. It may even be the case that what they want to achieve requires client-side scripting. In which case debating what language is best for server-side programming is pointless.