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 »
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 »
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 »