Board index » javascript » Private static members in JavaScript

Private static members in JavaScript

2008-06-27 01:38:48 AM
I've found a million references on the web to the page:
www.litotes.demon.co.uk/js_info/private_static.html
regarding private static members. However, this page does not exist
anymore. Does anybody know where it has moved to?
Thanks
-
 

Re:Private static members in JavaScript

On Jun 26, 10:38 am, agendu...@gmail.com wrote:
Quote
I've found a million references on the web to the page:

www.litotes.demon.co.uk/js_info/private_static.html

regarding private static members. However, this page does not exist
anymore. Does anybody know where it has moved to?
As far as I know, the above was part of Richard Cornford's site. I've
added him as a CC to this message in case he does not happen upon it.
--------
In the mean time, you might like some of the following articles which
are in the same area of privacy in JavaScript.
efficacy.net/blog/2008/05/13/widget-javascript-the-un-series-part-0
yuiblog.com/blog/2007/06/12/module-pattern/
yuiblog.com/blog/2008/05/24/durable-objects
javascript.crockford.com/private.html
and the free pdf chapter here
yuiblog.com/blog/2008/05/05/crockford-inheritance/
Peter
-

Re:Private static members in JavaScript

On Jun 26, 10:57 am, Peter Michaux <petermich...@gmail.com>wrote:
Quote
On Jun 26, 10:38 am, agendu...@gmail.com wrote:

Quote
I've found a million references on the web to the page:

Quote
regarding private static members. However, this page does not exist
anymore. Does anybody know where it has moved to?

As far as I know, the above was part of Richard Cornford's site. I've
added him as a CC to this message in case he does not happen upon it.

--------

In the mean time, you might like some of the following articles which
are in the same area of privacy in JavaScript.

efficacy.net/blog/2008/05/13/widget-javascript-the-un-series-p...

yuiblog.com/blog/2007/06/12/module-pattern/

yuiblog.com/blog/2008/05/24/durable-objects

javascript.crockford.com/private.html

and the free pdf chapter here

yuiblog.com/blog/2008/05/05/crockford-inheritance/
and, of course, from the group's FAQ notes
www.jibbering.com/faq/faq_notes/closures.html
Peter
-

Re:Private static members in JavaScript

* agendum97@gmail.com wrote in comp.lang.javascript:
Quote
I've found a million references on the web to the page:

www.litotes.demon.co.uk/js_info/private_static.html

regarding private static members. However, this page does not exist
anymore. Does anybody know where it has moved to?
You can use the Internet Archive's Wayback machine to get older copies
web.archive.org/*/www.litotes.demon.co.uk/js_info/private_static.html
and then, if you want to find some alternate location, extract some of
the phrases and use your favourite search engine to find them.
--
Björn Höhrmann ?mailto:bjoern@hoehrmann.de ?bjoern.hoehrmann.de
Weinh. Str. 22 ?Telefon: +49(0)621/4309674 ?www.bjoernsworld.de
68309 Mannheim ?PGP Pub. KeyID: 0xA4357E78 ?www.websitedev.de/
-

Re:Private static members in JavaScript

On Jun 26, 11:00 am, Peter Michaux <petermich...@gmail.com>wrote:
Quote
and, of course, from the group's FAQ notes

www.jibbering.com/faq/faq_notes/closures.html
Yes I've seen this page, but even this page references the non-
existant litotes one. You can see the link in the sentence "Which can
be extended to all sorts of structures of scope contained nested
accessibility/visibility, including the emulation of private static
members for ECMAScript objects."
Thanks
-