Archive for the 'Development' Category


Introduction:

Open Source is a common term often heard or spoken about now days especially in the IT industry. There are numerous articles that have been written and television interviews that have been done that give more information on the subject, but we’re going to cover “Open Source” a bit as this is the technology that we, at Mammoth Solutions, have come to love in our everyday web development practice.

Full Story »

In Development 26 Feb 2008 by a Mammoth

So what is a credit card payment gateway?

A payment gateway in essence allows you to do a credit card transaction from your website. The most common use for payment gateways are for the following types of websites:

Full Story »

In Development 25 Jan 2008 by a Mammoth

Introduction:

Server Side Includes(SSI) are directives that are placed in HTML pages, and evaluated on the server while the pages are being served. They let you add dynamically generated content to an existing HTML page, without having to serve the entire page via a CGI program, or other dynamic technology. [apache.org]

Full Story »

In Development 15 Jan 2008 by a Mammoth