Re: library of practical JavaScript examples
- From: Dr John Stockton <jrs@xxxxxxxxxxxxxxxxxx>
- Date: Wed, 19 Jul 2006 23:14:31 +0100
JRS: In article <1153239860.785630.301870@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
, dated Tue, 18 Jul 2006 09:24:20 remote, seen in
news:comp.lang.javascript, Manne <manne@xxxxxxxxxxxxxx> posted :
I'm looking for a library of practical JavaScript examples. Can you
recommend any?
No.
Be warned : many such are old and contain amateurish coding.
Be particularly wary of those which allow almost anyone to contribute
almost anything without applying quality control.
For example, one such site contains code obviously copied (without
permission) from my site; but it has been so carelessly copied as to be
of little use as it stands.
When using libraries, remember that the whole of a page, and of the
include files that it uses, must in general be transmitted to the
reader, who may be on a radio or dial-up link. Therefore, use the sort
of library that allows you substantially to select, as an author, only
code which will be executed, and avoid the sort which provides only vast
multi-purpose chunks.
Watch out also for those who code for one specific version of one
browser.
--
© John Stockton, Surrey, UK. ?@merlyn.demon.co.uk Turnpike v4.00 IE 4 ©
<URL:http://www.jibbering.com/faq/>? JL/RC: FAQ of news:comp.lang.javascript
<URL:http://www.merlyn.demon.co.uk/js-index.htm> jscr maths, dates, sources.
<URL:http://www.merlyn.demon.co.uk/> TP/BP/Delphi/jscr/&c, FAQ items, links.
.
- Follow-Ups:
- Re: library of practical JavaScript examples
- From: Matt Kruse
- Re: library of practical JavaScript examples
- References:
- library of practical JavaScript examples
- From: Manne
- library of practical JavaScript examples
- Prev by Date: prototype.js tries to loose one "flaw"
- Next by Date: get html from created element
- Previous by thread: Re: library of practical JavaScript examples
- Next by thread: Re: library of practical JavaScript examples
- Index(es):
Relevant Pages
|
Loading