A few generic terms…

Tags: , , ,

A few web related terms communicated in the simplest way I know 🙂

Pagination refers to the process of creating multiple pages for content items.

Vertical Scaling refers to adding memory, ram, or disk space to a server so it can support a larger website

Horizontal Scaling refers to splitting up a website between multiple servers to support a very large and popular website

Front End refers to the side of the site that the end user sees, and can also refer to “front end” or open source languages which are HTML, DHTML, Javascript, and CSS.

Back End refers to actual code of the site, typically the non-open source language that processes the page and determines what will be displayed without the user knowing.  Such as PHP, CGI, and Ruby.

Caching there are several ways to cache.  Basically caching creates a copy of content on a website so it can be loaded faster.

Server Side Scripts Server Side scripts are the codes that generate the page through the server before the user ever sees a thing. (PHP, PERL, ect.)

Open Source Open sources languages consist of all languages that you can view when viewing the source of a page from a browser which includes CSS, HTML, and Javascript.  Open Source can also refer to applications where all the code has been released to the public.

Online Community A forum where users can interact online, can also be expanded on to a Social Network which offers many more features where users can find and interact with each other.

Social Media Twitter, Facebook, and any application where users create and share content with each other

Streaming this is the process where a video or audio file will download while you watch/listen to it so you don’t need to wait for the entire file to load

Syntax The rules that must be followed to write properly structured code

Permalink » No comments

Stands for…

Tags: , , ,

I hate not knowing what things stand for!  Someone idly asks you “What does FTP stand for?”  And you sit there like a wide eyed idiot.  They’re abbreviations we abuse everyday so it looks bad when you really have no idea what you’re saying.

FTP: File Transfer Protocol

URL: Universal Resource Listing

HTML: Hyper Text Markup Language

CSS: Cascading Style Sheets

PHP: PHP Hypertext Preprocessor (the second PHP is said to stand for Personal Home Page)

CGI: Common Gateway Interface

LAMP: Linux, Apache, MySQL, PHP  (P may also stand for Perl or Python)

MySQL: My Structured Query Language

PERL: Practical Extraction and Report Language

Linux: Linus’ Unix

Unix: UNiplexed Information and Computing System.

CMS: Content Management System

CDN: Content Delivery System

RoR: Ruby on Rails

OOP: object-oriented programming

SVN: Subversion

JSON: JavaScript Object Notation

AJAX: Asynchronous, JavaScript, And XML

GD Library: Originally stood for “Gif Draw”  but is now considered “Graphics Draw”

CHMOD: Change Mode

QEP: Query Execution Plan

API: Application Program Interface

XML: Extensible Markup Language

XXS: Cross-Site Scripting

CSV: Comma Separated Values

cURL: Client URLs

MCE: Moxiecode Content Editor

CRUD: create, read, update, and delete

Permalink » No comments