Domain Empire

Web Design and Internet Acronyms and Definitions

Spaceship Spaceship
Watch
Impact
6
Perl

Perl is short for “Practical Extraction and Report Language,” although it has also been called a “Pathologically Eclectic Rubbish Lister.”

Perl is a high-level programming language with an eclectic heritage written by Larry Wall and a cast of thousands. It derives from the ubiquitous C programming language and to a lesser extent from sed, awk, the Unix shell, and at least a dozen other tools and languages. Perl's process, file, and text manipulation facilities make it particularly well-suited for tasks involving quick prototyping, system utilities, software tools, system management tasks, database access, graphical programming, networking, and world wide web programming. These strengths make it especially popular with system administrators and CGI script authors, but mathematicians, geneticists, journalists, and even managers also use Perl. Maybe you should, too.

Links:
The Perl Source
Perl Documentation
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
0
•••
HTML

H-T-M-L are initials that stand for HyperText Markup Language

HTML is used for publishing hypertext on the World Wide Web.
It is used to define the structure, layout, hypertext links, paragraphs, tables, lists, and many other things on Web pages. It is used on just about every Web page on the internet if not all of them.

HTML starts with:
<HTML>
<HEAD>
<TITLE>Enter The Title Here</TITLE>
</HEAD>
<BODY>


And ends with:
</BODY>
</HTML>

All the information you want to display on your Web page is placed between the <BODY> and </BODY> tags.
 
0
•••
SQL

"SQL" is an abbreviation for "Structured Query Lanquage," the language to communicate with relational database systems.

SQL was first introduced as part of a commercial database system in 1979 by Oracle, and in 1986, the American National Standards Institute (ANSI) adopted SQL and it became an industry standard.
 
0
•••
MySQL

MySQL is the most widely used Open Source SQL database, with several million users ranging from small personal sites to large corporations that use MySQL to power high-traffic Web Sites.
MySQL is a relational database management system (RDBMS).

Links:
MySQL
 
0
•••
ICANN

The Internet Corporation for Assigned Names and Numbers. This non-profit private-sector corporation ensures that domain names, IP address space allocation, and ports are all unique, and coordinates the operation of the root servers.

Links:
ICANN
 
0
•••
ARIN

American Registry for Internet Numbers. The non-profit organization that assigns IP addresses for North America, a portion of the Caribbean, and sub-equatorial Africa.

Links:
ARIN
 
0
•••
InterNIC

The Internet's Network Information Center has been established to provide the public information regarding Internet domain name registration services.

Links:
InterNIC
 
0
•••
IPv6

Internet Protocol version 6

The next generation of Internet Protocol Addresses. This is to replace IPv4 (xxx.xxx.xxx.xxx)

Links:
IPv6
 
0
•••
GUI

GUI = Graphical User Interface
 
0
•••
0
•••
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back