About javascript – Apple Mac OS X Server (Extending Your Wiki Server For Version 10.5 Leopard) User Manual

Page 26

Advertising
background image

2

Restart the web service by doing one of the following:

Restart the server.

Â

In Server Preferences, click Web, move the slider to Off, and then to On.

Â

In Server Admin, open the disclosure triangle for your server, select Web, click Stop

Â

Web, and then click Start Web.
Enter the following in Terminal:

Â

$ sudo serveradmin stop teams; sudo serveradmin start teams;

If prompted, enter your administrator account password.

Restarting the server and restarting web service can disrupt users, so send out a
notification that the server will be temporarily down before doing this.

About JavaScript

JavaScript is a lightweight, object-oriented, cross-platform scripting language.

All wiki server pages automatically include the frameworks prototype.js and script.
aculo.us, which enhance and streamline the use of JavaScript.

For more information, see the following:

Topic

URL

JavaScript

developer.mozilla.org/en/docs/JavaScript
quirksmode.org/js/contents.html
crockford.com/javascript/javascript.html

prototype.js

prototypejs.org/api

script.aculo.us

wiki.script.aculo.us

Here are some published JavaScript guides:

Â

JavaScript: The Definitive Guide, 5th Edition, by David Flanagan. O’Reilly Media, Inc.
2006.

Â

Beginning JavaScript with DOM Scripting and Ajax: From Novice to Professional, by
Christian Heilmann. Apress. 2006.

26

Chapter 1

Customizing How the Wiki Looks

Advertising