Internet
an electronic communications network that connects computer networks and organizational computer facilities around the world
World Wide Web
a part of the Internet accessed through a graphical user interface and containing documents often connected by hyperlinks -- called also Web
Web server
1. A computer that is responsible for accepting HTTP requests from clients, which are known as Web browsers, and serving them HTTP responses along with optional data contents, which usually are Web pages such as HTML documents and linked objects (images, etc.).
2. A computer program that provides the functionality described in the first sense of the term.
Host
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own websites accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Webhosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation.
Web site
a group of World Wide Web pages usually containing hyperlinks to each other and made available online by an individual, company, educational institution, government, or organization
Web page
A web page or webpage is a resource of information that is suitable for the World Wide Web and can be accessed through a web browser. This information is usually in HTML or XHTML format, and may provide navigation to other web pages via hypertext links.
Web browser
A web browser is a software application that enables a user to display and interact with text, images, and other information typically located on a web page at a website on the World Wide Web or a local area network. Text and images on a web page can contain hyperlinks to other web pages at the same or different website. Web browsers allow a user to quickly and easily access information provided on many web pages at many websites by traversing these links. Web browsers format HTML information for display, so the appearance of a web page may differ between browsers.
Podcast
A podcast is a media file that is distributed by subscription (paid or unpaid) over the Internet using syndication feeds, for playback on mobile devices and personal computers[1]. Like 'radio', it can mean both the content and the method of syndication. The latter may also be termed podcasting. The host or author of a podcast is often called a podcaster.
Cache
a computer memory with very short access time used for storage of frequently or recently used instructions or data -- called also cache memory
HTML
a markup language that is used to create documents on the World Wide Web incorporating text, graphics, sound, video, and hyperlinks
XHTML
The Extensible HyperText Markup Language, or XHTML, is a markup language that has the same depth of expression as HTML, but a stricter syntax. Whereas HTML is an application of SGML, a very flexible markup language, XHTML is an application of XML, a more restrictive subset of SGML. Because they need to be well-formed (syntactically correct), XHTML documents allow for automated processing to be performed using a standard XML library—unlike HTML, which requires a relatively complex, lenient, and generally custom parser (though an SGML parser library could possibly be used). XHTML can be thought of as the intersection of HTML and XML in many respects, since it is a reformulation of HTML in XML. XHTML 1.0 became a World Wide Web Consortium (W3C) Recommendation on January 26, 2000. XHTML 1.1 became a W3C recommendation May 31, 2001.
XML
(extensible markup language) a markup language with use and design similar to HTML but employing tags that indicate the logical structure in addition to the display specifications of the coded data
JavaScript
JavaScript is the name of Netscape Communications Corporation's implementation of the ECMAScript standard, a scripting language based on the concept of prototype-based programming. The language is best known for its use in websites (as client-side JavaScript), but is also used to enable scripting access to objects embedded in other applications.
IP Address
(internet protocol) the numeric address of a computer on the Internet
URLs
the address of a resource (as a document or Web site) on the Internet that consists of a communications protocol followed by the name or address of a computer on the network and that often includes additional locating information (as directory and file names) -- called also uniform resource locator, universal resource locator
Domain name
a sequence of usually alphanumeric characters (as Merriam-Webster.com) that specifies a group of online resources (as of a particular company or person) and that forms part of the corresponding Internet addresses
HTTP
hypertext transfer protocol; hypertext transport protocol
FTP
(file transfer protocol) a system for transferring computer files especially via the Internet
ISP
Internet service provider
IPP
# Internet Printing Protocol - print files on Internet/Intranet printers
# Internet Presence Provider - another name for a web host
Modem
a device that converts signals produced by one type of device (as a computer) to a form compatible with another (as a telephone)
Cable modem
a modem for connecting a computer to a network over a cable television line
Ethernet
a computer network architecture consisting of various specified local-area network protocols, devices, and connection methods
Wireless
The term wireless is normally used to refer to any type of electrical or electronic operation which is accomplished without the use of a "hard wired" connection. Some of these operations may also be accomplished with the use of wires if desired, while others, such as long range communications, are impossible or impractical to implement with the use of wires.
CSS
In computing, Cascading Style Sheets (CSS) is a stylesheet language used to describe the presentation of a document written in a markup language. Its most common application is to style web pages written in HTML and XHTML, but the language can be applied to any kind of XML document, including SVG and XUL. The CSS specifications are maintained by the World Wide Web Consortium (W3C).
CSS has various levels and profiles. Each level of CSS builds upon the last, typically adding new features and are typically denoted as CSS1, CSS2, and CSS3. Profiles are typically a subset of one or more levels of CSS built for a particular device or user interface. Currently there are profiles for mobile devices, printers, and television sets. Profiles should not be confused with media types which were added in CSS2.
Blog
a Web site that contains an online personal journal with reflections, comments, and often hyperlinks provided by the writer
MP3
from the file extension .mp3 used for such files, short for MPEG Audio Layer 3
1 : a computer file format for the compression and storage of digital audio data
2 : a computer file (as of a song) in the MP3 format
JPEG
Joint Photographic Experts Group
: a computer file format for the compression and storage of usually high-quality photographic digital images
GIF
graphic interchange format
: a computer file format for the compression and storage of digital video images; also : such an image itself
GUI
graphical user interface
PHP
PHP (PHP: Hypertext Preprocessor) is a reflective programming language originally designed for producing dynamic Web pages.[1] PHP is used mainly in server-side application software, but can be used from a command line interface or in standalone graphical applications.