Re: library of practical JavaScript examples



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.
.



Relevant Pages

  • Re: Recommend please : free math library
    ... > confliction overcoming. ... it boils down to some large linear algebra matrix ... I know there are some Fortran libraries doing this kind of work. ... If I take an extreme example, here is the matrix I can sort out, ...
    (sci.math.num-analysis)
  • need help w/ ld.so.conf.d entries
    ... of a number of different video processing tools, I am meeting problems ... They seem to need different versions of the Qt libraries, ... $ ls /etc/ld.so.conf.d | sort ... I've been saving the various Qt .conf files one level up and cp'ing them ...
    (comp.os.linux.misc)
  • RE: How to discover the class libraries
    ... I"m still growing and learning. ... ..Net class libraries (which are apparently split into the Base Class ... I could do with some sort of a "map". ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: List of tools for C development in Linux.
    ... e.g ldd displays which libraries are linked in. ... would be nice to have some sort of monitoring system ... program: # of invocations: time spent ... I've recently done a minimal install, ...
    (comp.os.linux.development.system)

Loading