0% found this document useful (0 votes)
16 views33 pages

JavaScript Mini FAQ 1st Edition by Danny Goodman ISBN - Download The Entire Ebook Instantly and Explore Every Detail

The document promotes the download of various ebooks and textbooks available at ebookball.com, including titles like 'JavaScript Mini FAQ' and 'JavaScript Bible'. It also provides links to additional recommended products and discusses JavaScript features and compatibility issues across different browsers. The content includes frequently asked questions about JavaScript and its functionalities.

Uploaded by

badruhafien
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views33 pages

JavaScript Mini FAQ 1st Edition by Danny Goodman ISBN - Download The Entire Ebook Instantly and Explore Every Detail

The document promotes the download of various ebooks and textbooks available at ebookball.com, including titles like 'JavaScript Mini FAQ' and 'JavaScript Bible'. It also provides links to additional recommended products and discusses JavaScript features and compatibility issues across different browsers. The content includes frequently asked questions about JavaScript and its functionalities.

Uploaded by

badruhafien
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 33

Download the full version and explore a variety of ebooks

or text books at https://ebookball.com

JavaScript Mini FAQ 1st Edition by Danny Goodman


ISBN

_____ Follow the link below to get your download now _____

https://ebookball.com/product/javascript-mini-faq-1st-
edition-by-danny-goodman-isbn-11420/

Access ebookball.com now to download high-quality


ebooks or textbooks
Here are some recommended products for you. Click the link to
download, or explore more at ebookball.com

JavaScript Bible 5th Edition by Danny Goodman, Michael


Morrison ISBN 9780764557439

https://ebookball.com/product/javascript-bible-5th-edition-by-danny-
goodman-michael-morrison-isbn-9780764557439-11424/

The Orthodontic Mini implant Clinical Handbook 1st Edition


by Richard Cousley ISBN 1118275993 9781118275993

https://ebookball.com/product/the-orthodontic-mini-implant-clinical-
handbook-1st-edition-by-richard-cousley-
isbn-1118275993-9781118275993-8042/

Home Theater For Dummies 1st Edition by Danny Briere, Pat


Hurley ISBN 0470411899 9780470411896

https://ebookball.com/product/home-theater-for-dummies-1st-edition-by-
danny-briere-pat-hurley-isbn-0470411899-9780470411896-11426/

JavaScript and Node FUNdamentals 1st Edition by Azat


Mardan ISBN B00HDYHKN6

https://ebookball.com/product/javascript-and-node-fundamentals-1st-
edition-by-azat-mardan-isbn-b00hdyhkn6-13414/
Mini Dental Implants Principles and Practice 1st edition
by Victor Sendax 9781455744671 1455744670

https://ebookball.com/product/mini-dental-implants-principles-and-
practice-1st-edition-by-victor-sendax-9781455744671-1455744670-5854/

Mini Dental Implants Principles and Practice 1st Edition


by Victor Sendax 1455743860 9781455743865

https://ebookball.com/product/mini-dental-implants-principles-and-
practice-1st-edition-by-victor-sendax-1455743860-9781455743865-1562/

Mini Dental Implants Principles and Practices 1st edition


by Victor Sendax 9781455744671 1455744670

https://ebookball.com/product/mini-dental-implants-principles-and-
practices-1st-edition-by-victor-sendax-9781455744671-1455744670-7520/

Advanced ActionScript 3 with Design Patterns 1st Edition


by Joey Lott, Danny Patterson ISBN 0321426568
9780321426567
https://ebookball.com/product/advanced-actionscript-3-with-design-
patterns-1st-edition-by-joey-lott-danny-patterson-
isbn-0321426568-9780321426567-12502/

Advanced JavaScript 2nd Edition by Chuck Easttom ISBN


155622852X 9781556228520

https://ebookball.com/product/advanced-javascript-2nd-edition-by-
chuck-easttom-isbn-155622852x-9781556228520-13370/
JavaScript Mini−FAQ
By Danny Goodman

All materials Copyright © 1997−2002 Developer Shed, Inc. except where otherwise noted.
This Mini−FAQ is posted periodically to the comp.lang.javascript newsgroup. It covers the language through
JavaScript 1.2, the version deployed in Netscape Communicator 4.0x, plus some compatibility items with
Microsoft Internet Explorer 3.0x. The focus here is on client−side JavaScript.

Where is the online documentation for JavaScript?


Current JavaScript docs (for Netscape) are available at:
• http://home.netscape.com/eng/mozilla/3.0/handbook/javascript/index.html

A zipped set of Netscape's HTML documents is available at:


• http://developer.netscape.com/library/documentation/jshtm.zip

New JavaScript features in Netscape Communicator can be found at:


• http:developer.netscape.com/library/documentation/communicator/jsguide/js1_2.htm

Documentation for Microsoft's implementation of its core language (called JScript) is at:
• http://www.microsoft.com/JScript/us/techinfo/jsdocs.htm

Also be sure to download Microsoft's document object model description. You can find a link from:
• http://www.microsoft.com/JScript/

Documentation for JScript in Internet Explorer 4 is part of Microsoft's Internet Client SDK documentation:
• http://www.microsoft.com/msdn/sdk/inetsdk/asetup/

Where is the official bug list for JavaScript?


Netscape has collected and published a list of bugs for Navigator 3.0x and Communicator. While not
necessarily 100% complete, it is quite extensive:
• http://developer.netscape.com/

Can JavaScript do any of the following?

• read or write random text files on the local disk or on the server?
• invoke automatic printing of the current document?
• control browser e−mail, news reader, or bookmark windows and menus?
• access or modify browser preferences settings?
• capture a visitor's e−mail address or IP address?
• quietly send me an e−mail when a visitor loads my page?
• launch client processes (e.g.,Unix sendmail,Win apps,Mac scripts)?
• capture individual keystrokes?
• change a document's background .gif after the page has loaded?
• change the current browser window size, location, or options?
• get rid of that dumb "JavaScript Alert:" line in alert dialogs?

No, however many of these items are possible in Communicator 4.0. Those items perceived to be security
risks (e.g., access browser settings) require "signed JavaScript". MSIE JScript version 2 (see below) can
read/write local files via ActiveX−−but only from server−side scripting.

1
JavaScript Mini−FAQ
Why won't my script work under MS Internet Explorer 3 for the Mac? JScript is available on the Macintosh
starting with 3.0.1 (which is different from the Windows 3.01). I am still evaluating the Mac implementation,
whose object model and other support for JavaScript does not necessarily jive with the Windows version (e.g.,
the Mac version supports the Image object for mouse rollovers). MSIE 3.0.1 runs on Mac 68K and PPC.

Why won't my Navigator 3.0x script run under MSIE 3 for Windows 95?
Most language features and objects that are new in Navigator 3.0 are not supported in MSIE 3.0, although
several Navigator 3.0 items have been added to JScript version 2 (see below). Here's the quick list of items not
available in MSIE 3.0:

UNSUPPORTED OBJECTS

• Image −− this means no onMouseOver swappable images in MSIE 3


• Area −− no onMouseOvers
• Applet
• FileUpload
• Array −− hard−wired (JS1.0) arrays OK; implemented in JScript v.2.
• MimeType
• Plugin

UNSUPPORTED PROPERTIES / METHODS / EVENT HANDLERS OF SUPPORTED OBJECTS

• Window
onerror closed blur() focus() scroll() onBlur= onFocus=
• Location
reload() replace()
• Document
applets[] domain embeds[] images[] URL
• Link
onMouseOut=
• Form
reset() onReset=
• (All Form Elements)
type
• Navigator
mimeTypes[] plugins[] javaEnabled()
• String
prototype split()

One more item: the <SCRIPT SRC="xxx.js"> facility for loading external JavaScript library files runs on the
copy of MSIE 3.02 for Windows that I use (with JScript.dll versions 1 and 2). However there are also reports
that this is not working for some users. Try specifying a complete URL for the SRC attribute.

How is compatibility with Microsoft Internet Explorer 4?

2
JavaScript Mini−FAQ
IE4 adheres closely to a standard called ECMAScript, which is essentially the core JavaScript 1.1 language.
This does not cover the document object model (another standard being studied). Navigator 3 document
objects not supported in IE4 are:
FileUpload navigator.mimeTypes[] navigator.plugins[]
The JScript.dll shipping with IE4 is version 3.

Why doesn't the document.cookie work with MSIE?


It does, but not when you access the HTML file from your local hard disk, as you are probably doing during
testing. Be aware, however, that MSIE limits you to one cookie name=value pair per domain, whereas
Netscape allows up to 20 pairs per domain.

What's new in Microsoft JScript version 2?


More than can fit here. Some items are compatible with Navigator 3.0+ (such as the Array object). Others are
unique to MSIE, such as the Dictionary and TextStream objects (acccessible via ActiveX). Additions are to
the core language, not the document object model. New functions let you determine the JScript version
installed in IE, but JScript version 2 must be installed to get this data. If you use version 2 language items,
see:
• http://www.microsoft.com/JScript/
for info about including a link button on your page to encourage visitors to upgrade their IE 3.0x to JScript
version 2.

How do I know if I have JScript version 2 installed on my PC?


Installation of MSIE 3.02 does not guarantee JScript version 2. Search your disk for 'jscript.dll'. Get the file's
properties, and click on the Version tab. The File version should begin with '2'. If not, download the latest
version from Microsoft (installer is 442KB).

How can I e−mail forms?


The most reliable way is to use straight HTML via a Submit style button. Set the ACTION of the <FORM> to
a mailto: URL and the ENCTYPE attribute to "text/plain". For security reasons, the
form.submit() method does not submit a form whose ACTION is a mailto: URL. Microsoft Internet
Explorer 3.0x does not e−mail forms of any kind.

How do I script a visit counter?


At best, a client−side script can show the visitor how many times he or she has been to the site (storing the
count in a local cookie). A count of total hits to the server requires a server−side CGI program. I have an
article on cookies in Netscape's View Source developer newsletter archive (in the "JavaScript Apostle"
section).

Why is my script not working inside a table?


There is a long−standing bug with JavaScript and tables. Do not place <SCRIPT> tags inside <TD> tags.
Instead, start the <SCRIPT> tag before the <TD> tag, and document.write() the <TD> tag through the
</TD> tag. I go one step further, and document.write() the entire table, interlacing script statements
where needed.

3
JavaScript Mini−FAQ

After window.open(), how do I access objects and scripts in the other window?
First, be sure to assign an 'opener' property to the new window if you are using a version of JS that doesn't
do it automatically (Nav 3.0x and MSIE 3.0x do it automatically). The following script should be a part of
_every_ new window creation:

var newWind = window.open("xxx","xxx","xxx")


// u fill in blanks
if (newWind.opener == null) { // for Nav 2.0x
newWind.opener = self // this creates and sets a new property
}<

To access items in the new window from the original window, the 'newWind' variable must not be damaged
(by unloading), because it contains the only reference to the other window you can use (the name you assign
as the second parameter of open() is not valid for scripted window references; only for TARGET
attributes). To access a form element property in the new window, use:

newWind.document.formName.elementName.property

From the new window, the 'opener' property is a reference to the original window (or frame, if the
window.open() call was made from a frame). To reference a form element in the original window:

opener.document.formName.elementName.property

Finally, if the new window was opened from one frame in the main browser window, and a script in the new
window needs access to another frame in the main browser window, use:

opener.parent.otherFrameName.document.formName. ...

How do I use JavaScript to password−protect my Web site?


There are any number of schemes (I've used some myself). Most of them fail to deflect the knowledgeable
JavaScript programmer, because no matter how you encode the correct password (e.g., bit shifting), both the
encoding algorithms and the result have to be in the script −− whose source code is easily accessible. If you're
only interested in keeping out casual visitors, this method may suffice.

A more secure way is to set the password to be the name or pathname of the HTML file on your site that is the
'true' starting page. Set the location to the value entered into the field (unfortunately, you cannot extract the
value property of a password object in Navigator 2.0x). Entry of a bogus password yields an 'invalid URL'
error.

If the protected pages need additional security (e.g., an infidel has managed to get the complete URL), you
might also consider setting a temporary cookie on the password page; then test for the existence of that cookie
upon entry to every protected page, and throw the infidel back to the password page.

What does the IE4 "Access Denied" error mean when accessing a new window?
The "Access Denied" error in any browser usually means that a script in one window or frame is trying to

4
JavaScript Mini−FAQ
access another window or frame whose document's domain is different from the document containing the
script. What can seem odd about this is that you get this error in IE4 frequently when a script in one window
generates a new window (with window.open()), and content for that other window is dynamically created
from the same script doing the opening. The focus() method also triggers the error.

In my experience, this occurs only when the scripts are being run from the local hard disk. You get a clue
about the situation in the titlebar of the new window: It forces an about:blank URL to the new window, which
is a protocol:domain that differs from wherever your main window's script comes from. If, however, you put
the same main window document on a server, and access it via http:, the problem goes away.

There is a workaround for the local−only problem: In the first parameter of the window.open() method call,
load a real document (even if it is a content−free HTML document) into the sub−window before using
document.write() to generate content for the subwindow. The loading action 'legitimizes' the window as
coming from the same domain as your main window's document.

(This solution does not affect scripts that load a page from a secure server into a separate window or frame.
An http: protocol in one window and https: in the other−−even if from the same server.domain−−yield a
security mismatch and "Access Denied." Setting the document.domain properties of both pages may solve the
problem (but I am unable to test it for sure).)

...............................................................................................................................................................................15
Other documents randomly have
different content
INDEX

A B C D E F G H I J K L M N O P Q R S T U V
W X Y Z

A
Page
Abronia fragrans 14
Alpine forget-me-not 46
Alpine sunflower 55
Anemone globosa 20
Aquilegia coerulea 24
Argemone intermedia 25
Asclepias speciosa 43

B
Bird-bill 41
Brook primrose 40
Bush cinquefoil 29
Bush morning-glory 44

C
Cactus 35-36
Calochortus gunnisonii 11
Castilleja integra 49
Cattail Back Cover
Chimaphila umbellata 39
Chrysothamnus nauseosus 52
Cirsium undulatum 56
Claytonia lanceolata 17
Columbine 24
Cypripedium calceolus 13

D
Deer clover 31
Delphinium nelsonii 21
Dodecatheon radicatum 41

E
Easter daisy 53
Echinocereus triglochidiatus 35
Epilobium angustifolium 38
Erigeron speciosus 54
Eriogonum umbellatum 15
Eritrichium elongatum 46
Erysimum asperum 26
Erythronium grandiflorum 12
Evening primrose 37

F
Fireweed 38
Fleabane 54
Fringed gentian 42

G
Gaillardia aristata 51
Gentiana elegans 42
Gilia aggregata 48
Glacier lily 12
Globe anemone 20
Globe flower 23
Golden banner 33

H
Hymenoxys grandiflora 55

I
Indian paintbrush 49
Ipomoea leptophylla 44

L
Lady’s slipper 13
Lambert’s loco 32
Larkspur 21
Lathyrus stipulaceus 30
Leucocrinum montanum 9
Lilium umbellatum 10
Loco 32

M
Mariposa 11
Mentzelia nuda 34
Milkweed 43
Moss campion 18

N
Nelson’s larkspur 21

O
Oenothera brachycarpa 37
Opuntia trichophora 36
Oxytropis lambertii 32

P
Paintbrush 49
Pasque flower 19
Penstemon unilateralis 50
Phacelia sericea 45
Pipsissewa 39
Polemonium viscosum 47
Potentilla fruticosa 29
Prairie pea 30
Prairie snowball 14
Prickly pear 36
Prickly poppy 25
Primula parryi 40
Pulsatilla ludoviciana 19
Purple fringe 45

Q
Queen’s crown 28

R
Rabbit brush 52
Ranunculus adoneus 22
Rumex venosus 16

S
Sand begonia 16
Sand lily 9
Saxifraga rhomboidea 27
Scarlet gilia 48
Sedum rhodanthum 28
Shooting star 41
Showy fleabane 54
Silene acaulis 18
Sky pilot 47
Snowball saxifrage 27
Snow buttercup 22
Spanish bayonet front cover
Spring beauty 17
Stickweed 34
Strawberry cactus 35
Sulphur flower 15

T
Thermopsis divaricarpa 33
Thistle 56
Townsendia sericea 53
Trifolium nanum 31
Trollius laxus 23
Typha latifolia Back Cover
W
Wallflower 26
Wood lily 10

Y
Yellow evening primrose 37
Yellow lady’s slipper 13
Yucca glauca front cover
65
Cattail Family
Cattail, Typha latifolia, L.

BACK COVER⇒

The flower spike forms the top 6 to 10 inches of a stiff rush-like


stem which rises from a sheath of long, narrow, flat leaves to a total
height of about 4 feet, the leaves rising slightly higher than the
stem. The top 3 or 4 inches of the flower spike is composed of
numerous male flowers producing only pollen and early dropping off
to leave a bare, rather sharp, stem tip; the lower 4 or 5 inches of the
flower spike is composed of thousands of female flowers packed so
tightly together as to give the appearance of a smooth, rich-brown
cylinder, more than an inch in diameter, which finally breaks up into
fluffy seeds. Forms solid colonies in marshy places in plains, foothills
and lower montane zones. Blooms first appear about July, and
become mature in September-October.
The Museum

66
Transcriber’s Notes
Silently corrected a few typos.
Retained publication information from the printed edition: this
eBook is public-domain in the country of publication.
In the text versions only, text in italics is delimited by
_underscores_.
*** END OF THE PROJECT GUTENBERG EBOOK COLORADO WILD
FLOWERS ***

Updated editions will replace the previous one—the old editions will
be renamed.

Creating the works from print editions not protected by U.S.


copyright law means that no one owns a United States copyright in
these works, so the Foundation (and you!) can copy and distribute it
in the United States without permission and without paying
copyright royalties. Special rules, set forth in the General Terms of
Use part of this license, apply to copying and distributing Project
Gutenberg™ electronic works to protect the PROJECT GUTENBERG™
concept and trademark. Project Gutenberg is a registered trademark,
and may not be used if you charge for an eBook, except by following
the terms of the trademark license, including paying royalties for use
of the Project Gutenberg trademark. If you do not charge anything
for copies of this eBook, complying with the trademark license is
very easy. You may use this eBook for nearly any purpose such as
creation of derivative works, reports, performances and research.
Project Gutenberg eBooks may be modified and printed and given
away—you may do practically ANYTHING in the United States with
eBooks not protected by U.S. copyright law. Redistribution is subject
to the trademark license, especially commercial redistribution.

START: FULL LICENSE


THE FULL PROJECT GUTENBERG LICENSE
PLEASE READ THIS BEFORE YOU DISTRIBUTE OR USE THIS WORK

To protect the Project Gutenberg™ mission of promoting the free


distribution of electronic works, by using or distributing this work (or
any other work associated in any way with the phrase “Project
Gutenberg”), you agree to comply with all the terms of the Full
Project Gutenberg™ License available with this file or online at
www.gutenberg.org/license.

Section 1. General Terms of Use and


Redistributing Project Gutenberg™
electronic works
1.A. By reading or using any part of this Project Gutenberg™
electronic work, you indicate that you have read, understand, agree
to and accept all the terms of this license and intellectual property
(trademark/copyright) agreement. If you do not agree to abide by all
the terms of this agreement, you must cease using and return or
destroy all copies of Project Gutenberg™ electronic works in your
possession. If you paid a fee for obtaining a copy of or access to a
Project Gutenberg™ electronic work and you do not agree to be
bound by the terms of this agreement, you may obtain a refund
from the person or entity to whom you paid the fee as set forth in
paragraph 1.E.8.

1.B. “Project Gutenberg” is a registered trademark. It may only be


used on or associated in any way with an electronic work by people
who agree to be bound by the terms of this agreement. There are a
few things that you can do with most Project Gutenberg™ electronic
works even without complying with the full terms of this agreement.
See paragraph 1.C below. There are a lot of things you can do with
Project Gutenberg™ electronic works if you follow the terms of this
agreement and help preserve free future access to Project
Gutenberg™ electronic works. See paragraph 1.E below.
1.C. The Project Gutenberg Literary Archive Foundation (“the
Foundation” or PGLAF), owns a compilation copyright in the
collection of Project Gutenberg™ electronic works. Nearly all the
individual works in the collection are in the public domain in the
United States. If an individual work is unprotected by copyright law
in the United States and you are located in the United States, we do
not claim a right to prevent you from copying, distributing,
performing, displaying or creating derivative works based on the
work as long as all references to Project Gutenberg are removed. Of
course, we hope that you will support the Project Gutenberg™
mission of promoting free access to electronic works by freely
sharing Project Gutenberg™ works in compliance with the terms of
this agreement for keeping the Project Gutenberg™ name associated
with the work. You can easily comply with the terms of this
agreement by keeping this work in the same format with its attached
full Project Gutenberg™ License when you share it without charge
with others.

1.D. The copyright laws of the place where you are located also
govern what you can do with this work. Copyright laws in most
countries are in a constant state of change. If you are outside the
United States, check the laws of your country in addition to the
terms of this agreement before downloading, copying, displaying,
performing, distributing or creating derivative works based on this
work or any other Project Gutenberg™ work. The Foundation makes
no representations concerning the copyright status of any work in
any country other than the United States.

1.E. Unless you have removed all references to Project Gutenberg:

1.E.1. The following sentence, with active links to, or other


immediate access to, the full Project Gutenberg™ License must
appear prominently whenever any copy of a Project Gutenberg™
work (any work on which the phrase “Project Gutenberg” appears,
or with which the phrase “Project Gutenberg” is associated) is
accessed, displayed, performed, viewed, copied or distributed:
This eBook is for the use of anyone anywhere in the United States
and most other parts of the world at no cost and with almost no
restrictions whatsoever. You may copy it, give it away or re-use it
under the terms of the Project Gutenberg License included with
this eBook or online at www.gutenberg.org. If you are not located
in the United States, you will have to check the laws of the
country where you are located before using this eBook.

1.E.2. If an individual Project Gutenberg™ electronic work is derived


from texts not protected by U.S. copyright law (does not contain a
notice indicating that it is posted with permission of the copyright
holder), the work can be copied and distributed to anyone in the
United States without paying any fees or charges. If you are
redistributing or providing access to a work with the phrase “Project
Gutenberg” associated with or appearing on the work, you must
comply either with the requirements of paragraphs 1.E.1 through
1.E.7 or obtain permission for the use of the work and the Project
Gutenberg™ trademark as set forth in paragraphs 1.E.8 or 1.E.9.

1.E.3. If an individual Project Gutenberg™ electronic work is posted


with the permission of the copyright holder, your use and distribution
must comply with both paragraphs 1.E.1 through 1.E.7 and any
additional terms imposed by the copyright holder. Additional terms
will be linked to the Project Gutenberg™ License for all works posted
with the permission of the copyright holder found at the beginning
of this work.

1.E.4. Do not unlink or detach or remove the full Project


Gutenberg™ License terms from this work, or any files containing a
part of this work or any other work associated with Project
Gutenberg™.

1.E.5. Do not copy, display, perform, distribute or redistribute this


electronic work, or any part of this electronic work, without
prominently displaying the sentence set forth in paragraph 1.E.1
with active links or immediate access to the full terms of the Project
Gutenberg™ License.

1.E.6. You may convert to and distribute this work in any binary,
compressed, marked up, nonproprietary or proprietary form,
including any word processing or hypertext form. However, if you
provide access to or distribute copies of a Project Gutenberg™ work
in a format other than “Plain Vanilla ASCII” or other format used in
the official version posted on the official Project Gutenberg™ website
(www.gutenberg.org), you must, at no additional cost, fee or
expense to the user, provide a copy, a means of exporting a copy, or
a means of obtaining a copy upon request, of the work in its original
“Plain Vanilla ASCII” or other form. Any alternate format must
include the full Project Gutenberg™ License as specified in
paragraph 1.E.1.

1.E.7. Do not charge a fee for access to, viewing, displaying,


performing, copying or distributing any Project Gutenberg™ works
unless you comply with paragraph 1.E.8 or 1.E.9.

1.E.8. You may charge a reasonable fee for copies of or providing


access to or distributing Project Gutenberg™ electronic works
provided that:

• You pay a royalty fee of 20% of the gross profits you derive
from the use of Project Gutenberg™ works calculated using the
method you already use to calculate your applicable taxes. The
fee is owed to the owner of the Project Gutenberg™ trademark,
but he has agreed to donate royalties under this paragraph to
the Project Gutenberg Literary Archive Foundation. Royalty
payments must be paid within 60 days following each date on
which you prepare (or are legally required to prepare) your
periodic tax returns. Royalty payments should be clearly marked
as such and sent to the Project Gutenberg Literary Archive
Foundation at the address specified in Section 4, “Information
about donations to the Project Gutenberg Literary Archive
Foundation.”

• You provide a full refund of any money paid by a user who


notifies you in writing (or by e-mail) within 30 days of receipt
that s/he does not agree to the terms of the full Project
Gutenberg™ License. You must require such a user to return or
destroy all copies of the works possessed in a physical medium
and discontinue all use of and all access to other copies of
Project Gutenberg™ works.

• You provide, in accordance with paragraph 1.F.3, a full refund of


any money paid for a work or a replacement copy, if a defect in
the electronic work is discovered and reported to you within 90
days of receipt of the work.

• You comply with all other terms of this agreement for free
distribution of Project Gutenberg™ works.

1.E.9. If you wish to charge a fee or distribute a Project Gutenberg™


electronic work or group of works on different terms than are set
forth in this agreement, you must obtain permission in writing from
the Project Gutenberg Literary Archive Foundation, the manager of
the Project Gutenberg™ trademark. Contact the Foundation as set
forth in Section 3 below.

1.F.

1.F.1. Project Gutenberg volunteers and employees expend


considerable effort to identify, do copyright research on, transcribe
and proofread works not protected by U.S. copyright law in creating
the Project Gutenberg™ collection. Despite these efforts, Project
Gutenberg™ electronic works, and the medium on which they may
be stored, may contain “Defects,” such as, but not limited to,
incomplete, inaccurate or corrupt data, transcription errors, a
copyright or other intellectual property infringement, a defective or
damaged disk or other medium, a computer virus, or computer
codes that damage or cannot be read by your equipment.

1.F.2. LIMITED WARRANTY, DISCLAIMER OF DAMAGES - Except for


the “Right of Replacement or Refund” described in paragraph 1.F.3,
the Project Gutenberg Literary Archive Foundation, the owner of the
Project Gutenberg™ trademark, and any other party distributing a
Project Gutenberg™ electronic work under this agreement, disclaim
all liability to you for damages, costs and expenses, including legal
fees. YOU AGREE THAT YOU HAVE NO REMEDIES FOR
NEGLIGENCE, STRICT LIABILITY, BREACH OF WARRANTY OR
BREACH OF CONTRACT EXCEPT THOSE PROVIDED IN PARAGRAPH
1.F.3. YOU AGREE THAT THE FOUNDATION, THE TRADEMARK
OWNER, AND ANY DISTRIBUTOR UNDER THIS AGREEMENT WILL
NOT BE LIABLE TO YOU FOR ACTUAL, DIRECT, INDIRECT,
CONSEQUENTIAL, PUNITIVE OR INCIDENTAL DAMAGES EVEN IF
YOU GIVE NOTICE OF THE POSSIBILITY OF SUCH DAMAGE.

1.F.3. LIMITED RIGHT OF REPLACEMENT OR REFUND - If you


discover a defect in this electronic work within 90 days of receiving
it, you can receive a refund of the money (if any) you paid for it by
sending a written explanation to the person you received the work
from. If you received the work on a physical medium, you must
return the medium with your written explanation. The person or
entity that provided you with the defective work may elect to provide
a replacement copy in lieu of a refund. If you received the work
electronically, the person or entity providing it to you may choose to
give you a second opportunity to receive the work electronically in
lieu of a refund. If the second copy is also defective, you may
demand a refund in writing without further opportunities to fix the
problem.

1.F.4. Except for the limited right of replacement or refund set forth
in paragraph 1.F.3, this work is provided to you ‘AS-IS’, WITH NO
OTHER WARRANTIES OF ANY KIND, EXPRESS OR IMPLIED,
INCLUDING BUT NOT LIMITED TO WARRANTIES OF
MERCHANTABILITY OR FITNESS FOR ANY PURPOSE.

1.F.5. Some states do not allow disclaimers of certain implied


warranties or the exclusion or limitation of certain types of damages.
If any disclaimer or limitation set forth in this agreement violates the
law of the state applicable to this agreement, the agreement shall be
interpreted to make the maximum disclaimer or limitation permitted
by the applicable state law. The invalidity or unenforceability of any
provision of this agreement shall not void the remaining provisions.

1.F.6. INDEMNITY - You agree to indemnify and hold the Foundation,


the trademark owner, any agent or employee of the Foundation,
anyone providing copies of Project Gutenberg™ electronic works in
accordance with this agreement, and any volunteers associated with
the production, promotion and distribution of Project Gutenberg™
electronic works, harmless from all liability, costs and expenses,
including legal fees, that arise directly or indirectly from any of the
following which you do or cause to occur: (a) distribution of this or
any Project Gutenberg™ work, (b) alteration, modification, or
additions or deletions to any Project Gutenberg™ work, and (c) any
Defect you cause.

Section 2. Information about the Mission


of Project Gutenberg™
Project Gutenberg™ is synonymous with the free distribution of
electronic works in formats readable by the widest variety of
computers including obsolete, old, middle-aged and new computers.
It exists because of the efforts of hundreds of volunteers and
donations from people in all walks of life.

Volunteers and financial support to provide volunteers with the


assistance they need are critical to reaching Project Gutenberg™’s
goals and ensuring that the Project Gutenberg™ collection will
remain freely available for generations to come. In 2001, the Project
Gutenberg Literary Archive Foundation was created to provide a
secure and permanent future for Project Gutenberg™ and future
generations. To learn more about the Project Gutenberg Literary
Archive Foundation and how your efforts and donations can help,
see Sections 3 and 4 and the Foundation information page at
www.gutenberg.org.

Section 3. Information about the Project


Gutenberg Literary Archive Foundation
The Project Gutenberg Literary Archive Foundation is a non-profit
501(c)(3) educational corporation organized under the laws of the
state of Mississippi and granted tax exempt status by the Internal
Revenue Service. The Foundation’s EIN or federal tax identification
number is 64-6221541. Contributions to the Project Gutenberg
Literary Archive Foundation are tax deductible to the full extent
permitted by U.S. federal laws and your state’s laws.

The Foundation’s business office is located at 809 North 1500 West,


Salt Lake City, UT 84116, (801) 596-1887. Email contact links and up
to date contact information can be found at the Foundation’s website
and official page at www.gutenberg.org/contact

Section 4. Information about Donations to


the Project Gutenberg Literary Archive
Foundation
Project Gutenberg™ depends upon and cannot survive without
widespread public support and donations to carry out its mission of
increasing the number of public domain and licensed works that can
be freely distributed in machine-readable form accessible by the
widest array of equipment including outdated equipment. Many
small donations ($1 to $5,000) are particularly important to
maintaining tax exempt status with the IRS.

The Foundation is committed to complying with the laws regulating


charities and charitable donations in all 50 states of the United
States. Compliance requirements are not uniform and it takes a
considerable effort, much paperwork and many fees to meet and
keep up with these requirements. We do not solicit donations in
locations where we have not received written confirmation of
compliance. To SEND DONATIONS or determine the status of
compliance for any particular state visit www.gutenberg.org/donate.

While we cannot and do not solicit contributions from states where


we have not met the solicitation requirements, we know of no
prohibition against accepting unsolicited donations from donors in
such states who approach us with offers to donate.

International donations are gratefully accepted, but we cannot make


any statements concerning tax treatment of donations received from
outside the United States. U.S. laws alone swamp our small staff.

Please check the Project Gutenberg web pages for current donation
methods and addresses. Donations are accepted in a number of
other ways including checks, online payments and credit card
donations. To donate, please visit: www.gutenberg.org/donate.

Section 5. General Information About


Project Gutenberg™ electronic works
Professor Michael S. Hart was the originator of the Project
Gutenberg™ concept of a library of electronic works that could be
freely shared with anyone. For forty years, he produced and
distributed Project Gutenberg™ eBooks with only a loose network of
volunteer support.
Welcome to our website – the ideal destination for book lovers and
knowledge seekers. With a mission to inspire endlessly, we offer a
vast collection of books, ranging from classic literary works to
specialized publications, self-development books, and children's
literature. Each book is a new journey of discovery, expanding
knowledge and enriching the soul of the reade

Our website is not just a platform for buying books, but a bridge
connecting readers to the timeless values of culture and wisdom. With
an elegant, user-friendly interface and an intelligent search system,
we are committed to providing a quick and convenient shopping
experience. Additionally, our special promotions and home delivery
services ensure that you save time and fully enjoy the joy of reading.

Let us accompany you on the journey of exploring knowledge and


personal growth!

ebookball.com

You might also like