Programming

Compass

Compass functions as a framework for CSS. Sometimes CSS (Cascading Style Sheets) can become overly complicated; Compass addresses this problem by offering ways to simplify the coding process.

Compass Read More »

Cookie

HTTP cookies (also called web cookies, Internet cookies, browser cookies, or simply cookies) are small blocks of data created by a web server while a user is browsing a website and placed on the user’s computer or other device by the user’s web browser. Cookies are placed on the device used to access a website,

Cookie Read More »

CSS

Cascading Style Sheets; while HTML dictates the content of page, CSS regulates the format, including headers, footers, navigation bars, etc. While all of these elements can be created in HTML, such a method would have to be repeated on every web page. CSS on the other hand, is applied to all pages of a website.

CSS Read More »

htaccess

The .htaccess file is a powerful website file that controls high-level configuration of your website. On servers that run Apache (a web server software), the .htaccess file allows you to make changes to your website’s configuration without having to edit server configuration files.

htaccess Read More »

HTML5

HyperText Markup Language, the coding language used to create hypertext documents for the World Wide Web. In HTML, a block of text can be surrounded with tags that indicate how it should appear (for example, in bold face or italics). Also, in HTML a word, a block of text, or an image can be linked

HTML5 Read More »

HTTP Status Code

This code expresses the meanings of responses from the web server when computers are communicating information to each other. The code is 3 digits with different meanings depending on the number. Responses are grouped in five classes: Informational responses (100–199) Successful responses (200–299) Redirects (300–399) Client errors (400–499) Server errors (500–599)   Information responses 100

HTTP Status Code Read More »

jQuery

This is a javascript library designed to simplify HTML scripting. It is made to more easily navigate documents, create animations, and create plug ins to add onto the javascript library.

jQuery Read More »