Wiki ⇒ Glossary ⇒ Web
Glossary
The Project
Install
Dragonfly admin interface
Dragonfly public view
Dragonfly Themes
Build local server
Running Dragonfly CVS
Tips and Tricks
Rules & Regulations
v9 Developer's Manual
v10 Developer's manual
|
1.3: Web  Web Terms
- Backup
- Bug
- CHMOD
- Cookie
- CVS
- Database
- FTP
- IFRAME/Use of Frames
- i18n
- Javascript
- l10n
- Query
- Session
- SQL
- Uploading
Web Definitions
- Backup
A second copy of a file or set of files to be used in case the primary file(s) are destroyed or corrupted. The same applies to data from a database. Murphy's Law (applied to computers) says that nothing will go wrong with a well backed-up file.
- Bug
An error in a software program or computer system that causes a malfunction.
- CHMOD
A Unix/Linux command for changing access permissions on files and directories (folders). This does not apply to Windows servers.
- Cookie
A piece of information, such as login or registration identification, that is sent by a server to a user's web browser. This information is stored for future use.
- CVS
Concurrent Version System A code management system that provides the ability to track incremental changes to files.
- Database
A collection of data, typically organized to make common retrievals easy and efficient.
- FTP
File Transfer Protocol A method of transferring files over the internet from one computer to another.
- IFRAME/Use of Frames
A HTML element that allows embedding content from another location without clearly indicating it's true origin. Mostly useful in intranet/extranet sites, but also popular with many web sites. (i.e. advertising).
- i18n
Internationalization The process of planning and developing products so that they can be changed to meet the requirements of specific local languages and cultures.
- Javascript
A scripting language that allows building code into a web site to do functions that are not handled, or handled well using normal markup languages. Is very powerful and can be used for harmful as well as good reasons.
- l10n
Localization The actual preparing of data for a particular language.
- Query
A request to retrieve information from a database.
- Session
A fixed period in which the server stores information about the user using a cookie or special url.
- SQL
Structured Query Language A language used by relational databases to query, update, and manage data.
- Uploading
A task performed by many means to put a file on the web site.
|
| |
Updated: Thursday, April 03, 2008 (03:23:35) by tuta Created: Sunday, February 06, 2005 (13:37:55) by Trevor |

|