Glossary

Find important terms, keywords and more related to SITEFORUM.
# SITEFORUM
SITEFORUM is script language which gets interpreted server sided. It enables the combination of all described scripts. Very comprehensive and individual customization regarding design, content and database queries are possible. On templates different dynamic functions can be created and rights can be assigned.

# HTML
HyperText Markup Language
Language to describe sites in the Internet. Hyper texts are connected with each other through hyper links.
(File endings are .html and .htm )

# DHTML
Dynamic HyperText Markup Language
Combination of HTML version 4 and JavaScript.
(File endings are .html and .js )

# XML
Extensible Markup Language
With this extendable description language own elements can be defined.
(File ending is .xml )

# WML
Wireless Markup Language
Description language for the display on mobile clients.
(File ending is .wml )

# SVG
Scalable Vector Graphics
Vector graphic format based on XML.
(File ending is .svg )

# CSS
Cascading Style Sheets
Enables to define templates for HTML sites regarding fonts and colors.
(File ending is .css )

# XSL
Extensible Stylesheet Language
Extendable format language which enables templates regarding fonts and colors for XML sites.

# JAVASCRIPT
JavaScript is a script language, which gets interpreted and executed by the browser of the user. JavaScript doesn't need to be edited by the compiler.
(File ending is .js )

# JAVA / JAVA-APPLET
Object oriented script language, developed by SUN Microsystems, enables to embed platform independent programs or animations in HTML sites. Java based basierte applications are deployed in the Internet as well as offline.
(File ending is .class )

# SQL
Structured Query Language
Developed by IBM to query relational databases. Is a standadised databank query language by now.