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

http://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
From: Peter Michaux on
On Jun 26, 10:38 am, agendu...(a)gmail.com wrote:
> I've found a million references on the web to the page:
>
> http://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.

http://efficacy.net/blog/2008/05/13/widget-javascript-the-un-series-part-0

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

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

http://javascript.crockford.com/private.html

and the free pdf chapter here

http://yuiblog.com/blog/2008/05/05/crockford-inheritance/

Peter
From: Peter Michaux on
On Jun 26, 10:57 am, Peter Michaux <petermich...(a)gmail.com> wrote:
> On Jun 26, 10:38 am, agendu...(a)gmail.com wrote:
>
> > I've found a million references on the web to the page:
>
> >http://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.
>
> http://efficacy.net/blog/2008/05/13/widget-javascript-the-un-series-p...
>
> http://yuiblog.com/blog/2007/06/12/module-pattern/
>
> http://yuiblog.com/blog/2008/05/24/durable-objects
>
> http://javascript.crockford.com/private.html
>
> and the free pdf chapter here
>
> http://yuiblog.com/blog/2008/05/05/crockford-inheritance/

and, of course, from the group's FAQ notes

http://www.jibbering.com/faq/faq_notes/closures.html

Peter


From: Bjoern Hoehrmann on
* agendum97(a)gmail.com wrote in comp.lang.javascript:
>I've found a million references on the web to the page:
>
>http://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
http://web.archive.org/*/http://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(a)hoehrmann.de � http://bjoern.hoehrmann.de
Weinh. Str. 22 � Telefon: +49(0)621/4309674 � http://www.bjoernsworld.de
68309 Mannheim � PGP Pub. KeyID: 0xA4357E78 � http://www.websitedev.de/
From: agendum97 on
On Jun 26, 11:00 am, Peter Michaux <petermich...(a)gmail.com> wrote:
> and, of course, from the group's FAQ notes
>
> http://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