|
Glossary of Internet terms. Underlined orange links point to terms within this Glossary.
Index -
Chars
Nums
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 -
User Guide
- Object-Oriented
- On the fly.
- Open Source
-
Object-Oriented
A method of programming that allows programmers to utilize prewritten code for common functions. In Perl, the prewritten code is stored in PM files (Perl Modules) allowing entire subroutines to be utilized with one word statements. Objects, once created can then call multiple subroutines associated with that object.
-
On the fly.
Content or data produced at the time of request.
-
Open Source
Programming or scripting language which is not compiled. That is, the code can be read and modified by humans. Open source programming has fuelled the internet and programming in general. Open Source languages include Perl and PHP. Compiled languages include C+ and Java (not JavaScript).
|
|
|