webdev

.gov A generic top level domain for a nonprofit organization.            

.html A Hypertext Markup Language file. Typically used for webpages.            

.net Generic top level domain.   Wikipedia         

.org Generic top level domain.   Wikipedia         

Active Server Pages (ASP) Server-side scripting language for dynamic webpages developed by Microsoft.   Wikipedia         

Adaptive design             

AllJoyn  First released December 21, 2013.  Wikipedia         

AngularJS (aka: Angular) Web framework based on JavaScript and maintained by Google. First released October 20, 2010.  Wikipedia  W3Schools       

Apache HTTP server.

ServerRoot:
/usr/local/apache2
/etc/apache2 Debian
/etc/httpd
"C:/Program Files/Apache Software Foundation/Apache2.2" Windows
 Released as Apache 1.0 December 1, 1995.  Website  Wikipedia  Apache HTTP Server Wiki     

array_rand PHP function that randomly picks from an array.   PHP Manual  W3Schools       

Asynchronous JavaScript and XML (AJAX)    Wikipedia  W3Schools       

Bower "A package manager for the web". Created in 2012.  Website  GitHub  Twitter     

Cascading Style Sheet (CSS) Web design language used for styling a web page.   Wikipedia  Khan Academy       

Client-side scripting    Wikipedia         

Common Gateway Interface (CGI) Standard environment for web servers to interface with executable programs installed on the server that generate web pages dynamically.   Wikipedia         

Django High-level web development framework written in Python. First released July 21, 2005.  Website  Wikipedia       

favicon Icon that identifies a website in a web browser or shortcut.   Wikipedia         

generic top-level domain Type of top-level domain   Wikipedia         

GET A clients request for data.            

HTTP Strict Transport Security (HSTS) Protects HTTPS traffic.   Wikipedia         

Hypertext Markup Language (HTML) Common language that most web pages are coded with in conjunction with CSS. Other programs may use HTML to display information including emails.   Wikipedia  Khan Academy       

iframe Displays a web page within a web page.   W3Schools         

Knockout JavaScript web framework. First released July 5, 2010.  Website  Wikipedia       

Laravel PHP web framework developed by Taylor Otwell. First released as a beta June 9, 2011.  Website  Wikipedia       

Laravel 5.3.0  Released August 23, 2016.  Website  Wikipedia       

Laravel 5.4.0  Released January 24, 2017.  Website  Wikipedia       

Laravel 5.5.0  Released August 30, 2017.  Laravel News  Wikipedia       

Laravel 5.6.0  Released February 7, 2018.  Laravel News  Wikipedia       

Model-View-ViewModel (MVVM)  Announced in 2005  Wikipedia         

Mono "A software platform designed to allow developers to easily create cross platform applications."   Website  Wikipedia       

MySQL A popular RDBMS.  First released May 23, 1995.  Website  Wikipedia  YouTube (Derek Banas)     

MySQL server A database server.   Wikipedia         

mysqli_fetch_array Function that fetches an array. Syntax: mysqli_fetch_array(result,resulttype);   PHP Manual  W3Schools       

Node Package Manager (npm) Package manager for Node.js. First released January 12, 2010.  Website  Wikipedia       

pastebin Web application where users can store plain text.   Wikipedia         

PHP Data Objects (PDO) Connects to a MySQL database using PHP.   Wikipedia  PHP Manual  PHP Manual  W3Schools  YouTube (Codecourse) 

PHP Hypertext Preprocessor (PHP) Server-side scripting language designed for web development but also used as a general-purpose programming language. The basic syntax looks like this: < ? php //code goes here ?> Originaly released as "Personal Home Page Tools (PHP Tools)" June 8, 1995.  Wikipedia  Website  YouTube (Derek Banas)     

Relational Database Management System (RDBMS) Type of database management system (DBMS) based on the relational model of data. Most databases in widespread use today are based on this model.   Wikipedia         

Responsive design Same concept as RWD just generalized for other applications.   Wikipedia         

Responsive Web Design (RWD) Web pages that scale and resize depending on the size of the screen or browser window.   Wikipedia         

ruby on rails Open-source web framework.   Wikipedia  Website       

Single-Serving Sites (SSS) A website that consists if a single page and has a single   isitchristmas.com         

SpiderMonkey JavaScript engine   Wikipedia         

stateless application Application where data does not change.   TechTarget         

tailored web design (aka: Responsive Web Design (RWD))   Wikipedia         

Windows Web App (WWA)             

XHTML See Extensible HyperText Markup Language            

Yahoo! User Interface Library (YUI) An open-source (BSD license) JavaScript library.   Wikipedia  Website