From: moodler This page contains definitions for many of the words and
+ This page contains a number of definitions for many of the words and
expressions you may encounter while working with Moodle. If you don't find the answer here try the Using
Moodle course on moodle.org, and search the forums for keywords. You may
have to try a few different search phrases before you find a resolution. If you still can't find any answers try posting your question
+ If you still can't find any answers then we can recommend Google, or try posting your question
on the appropriate forum in Using
Moodle - someone should be able to help you. A proprietary method of controlling certain functions (applets) in a web page A method of scripting (controlling) certain functions in a web page, used only by Microsoft Internet Explorer. Most late version browsers can run these small
-programs if the Active-X or Java feature in the browser has been enabled. Most recent browsers can run these small programs if the Java feature in the browser has been enabled. American Standard Code for Information Interchange Abbreviation for "Cascading Style Sheets".
-CSS is used as a style template to make it easier to update the look of many
+CSS is used as a template to make it easier to update the look (style) of many
web pages at the same time and CSS also makes it possible to have several pages
-that all follow a similar theme. CSS is an extremely efficient method of building
-complex web sites. Will eventually be replaced by XSLGlossary
-Active-X
-applet
-ASCII
CSS
Concurrent Versioning System is simply a method of storing files -on a server that ensures that all persons working on that file are always working on the -most recent version of that file.
+on a server that helps coordinate many people working on those files. To "check out" files from a CVS server means to copy the very latest versions to your own computer.The term " database ", as used in Moodle, applies to -an electronic collection of information.
+An electronic collection of information, stored in tables of data. For example, Moodle contains a table of all users in a site. MySQL is a brand of database software.
The place where Moodle can save uploaded files. This @@ -96,7 +93,11 @@ directory should be readable and writeable by the web server user but it should not be accessible directly via the web.
A unique address on the internet. ie. http://www.moodle.org
+A name given to a computer or a group of computers. eg moodle.org You can buy new domain names on the Internet.
+ +To move your files from a +server "down" to your personal computer. Also see FTP and upload.
Please see dirroot
@@ -104,63 +105,40 @@ but it should not be accessible directly via the web.A root directory has content and a name. This root directory may contain
several sub-directories and the name is the location on your server
-where your Moodle files will reside after you upload them.
-A website may contain several root directories each containing a seperate Moodle
-installation. Your Moodle installation may be located at http://www.yoursite.com/moodle/
-in which case your " dirroot " would be ie. http://www.moodle.org/moodle
-
-If you had two Moodle sites on the same server then each would have a distinct
-" dirroot "
-
-ie. http://www.yoursite.com/school26 & http://www.yoursite.com/school27
-
-Therefore /school26 is a dirroot and /school27 is a dirroot.
File transfer protocol - the upload method you must use to -transfer your Moodle installation to your web server
+File Transfer Protocol - a method a copying files from one +computer to another. For example, you might FTP your Moodle files from your +home computer to your web server
A business that will host your web site for a fee. They -typically provide everything you need. All you have to provide them with -is the content, a domain name and some local currency.
+A business that will host your web site for a monthly fee. +You provide a domain name that you own, and after they've set +it up for you, then you can copy your files to their server and set up your site.
A language that standardized a method of writing the hypertext language. -This language is called HTML or Hypertext Mark-up Language. It can only be used to -describe how a page will display its' content.
- -A method of writing text that provides hyper links to additional -content or information in different locations. This ability to hyper re-locate -a user to a new location is the foundation of the world wide web and was the -concept which demanded a need to standardize a method of writing this hypertext language. -That language evolved into HTML. also seeXHTML
+HyperText Markup Language - a language used to create web pages.
It is literally a directory index.
+When a web address specifies a directory (eg http://yoursite.com/moodle/) instead of a file (eg http://yoursite.com/moodle/index.php), then the web server needs to assume the name of the file. The files it looks for to use in this case are called the index files.
A programming language that can be used to write programs that may run -on multiple operating systems.
+A programming language that can be used to write applets that may run within web pages. Moodle doesn't use any of it.
A programming language that can be used to write programs that may run -on multiple operating systems.
+A scripting language that can be used to write small programs in web pages, such as popup menus. Moodle uses a little Javascript.
The word Moodle is an acronym for Modular Object-Oriented Dynamic Learning Environment
-A server powered by mySQL programming. -MySQL is the world's most popular open source database, +
MySQL is the world's most popular open source database, recognized for its speed and reliability.
A Moodle Nightly is the most recent version available for download -from the Moodle site. You are always downloading a version that is less than 24 -hours old if you use a nightly.
+A Moodle Nightly is built automatically every day from the most recent code, and is available from the Moodle web site. It can be useful if you don't have CVS, but you want to try the latest features. It can also contain bugs, since they haven't been well-tested.
PHP is a server-side scripting language which executes commands on @@ -177,19 +155,17 @@ or both, resides. You may choose to run your own server or have a
To upload is simply to move your files from your computer -to a server. Please see FTP
+to a server. Also see FTP.Uniform Resource Locator is the address that is used to -reach a website. The URL also contains information that describes the method of transmission- HTTP -or Hypertext Transfer Protocol.
+A Uniform Resource Locator is the address that is used to +reach a website.
XHTML will, eventually, replace HTML as the language used to program web pages for display in your web browser. XHTML will, hopefully, make writing code for browsers easier as XHTML code will cause the page to display -exactly the same in any web browser. XHTML will be an intermediate step on the -path to XML. see also XML
+exactly the same in any web browser.Extensible Mark-up Language is just what the name implies, extensible. @@ -200,12 +176,7 @@ no freedom exists to " extend " this set of rules. Due to its' extreme versatility XML may be the end of the evolutionary path for HTML. also see XHTML -
Extensible Style Language is the style definition language -that will complement XML. also see CSS
-Place answer here