Programming

Asynchronous JavaScript and XML (AJAX)

AJAX stands for Asynchronous JavaScript and XML. It is a buzzword and technique in web-development that uses JavaScript to get data from an external server.
CakePHP

CakePHP

CakePHP is a robust open-source MVC framework for web developers. It provides solid database, file, and directory naming patterns and code generation tools.

Cascading Style Sheets

Cascading Style Sheets (CSS) is a programming language that allows for a separation of content and formatting and is standard for all presentation on the web.

DRY Programming

DRY programming stands for Don't Repeat Yourself. In software development it is extremely important to consolidate logic into reusable methods and widgets.

HTML

HTML is the most basic programming language of the web. HTML stands for HyperText Markup Language and is used to format and build almost every website.

JavaScript

JavaScript is a programming language. JavaScript was invented by Netscape in the early days of the web and has evolved significantly since that point.

KISS Programming

KISS stands for Keep It Simple Stupid. It was introduced by the Navy in 1960 when they realized that the best systems are typically the simplest.

MAMP

MAMP is short for Mac Apache MySQL & PHP. It is one of the best and easiest solution for a locally hosted Apache development environment on the Mac.

PHP

PHP is an open source server-side web programming language used by millions of websites. PHP is in conjunction with a database to produce dynamic websites.

PHP Graphs With GD Library

A relatively simple PHP script can be written to gather data statistics from the database, define the graph size and intervals, and plot line or bar graphs.
  1. 1
  2. 2