Hyperlinks and Forms Flashcards
External Hyperlink
Link from a file on your system to a separate file on the internet. Requires full URL and protocol indicator.
Internal Hyperlink
Link from one point to another in a Webpage. Require internal bookmarks (anchors).
Local Hyperlink
Link you create from one file on your local system to another file on your local system.
Absolute URL
Contains a full path to a resource, including a protocol indicator
aka Fully Qualified URL
CGI
Common Gateway Interface
Pre-dates Web servers. Application to process information submitted online. Interface between client applications and servers. Commonly written in Perl.
CAPTCHA
Completely Automated Public Turing Test to Tell Computers and Humans Apart
Distorted image easily recognizable by humans but can’t be interpreted by a machine
Web Server
Receives data from Web form, processes/reformats input, stores data on server-side storage, sends data to other servers, and responds to client-side requests
IIS, Tomcat, Apache Web Server
Server-side Scripting Processor
Interprets a form’s input
PHP, ASP, Java
Client-side scripts
Executed on a client’s computer or browser. JavaScript and VBScript are common languages.
Perl
Practical Extraction and Report Language