API
Application Programming Interface. An example is the API Google has that allows you to access its computer network to do things like search for multiple queries at once. This API has rules including one that limits your program to only 1000 queries a day so it is limited in some repects.
CGI
The Common Gateway Interface, or CGI, is a standard for external gateway programs to interface with information servers such as Apache HTTP Server and Microsoft IIS HTTP server. It allows for external programs and resources to be called up by websites.
CSS
Cascading Style Sheets is the way to make every page of your website look and feel the same. It helps reduce loading times as the information only needs to be loaded once instead of every time a user goes to a new page. The team at By Wild always uses validated CSS code in their finished websites.
HTML
Hyper Text Mark-up Language is the standard language of the internet. Just about every website uses HTML in some form or another. Validation of the HTML code helps the Search Engine Spiders traverse your site easily and more thoroughly. The team at By Wild always uses validated HTML code in every completed website.
PHP
Personal Home Page tools started in 1994. As it became more powerful and more popular the name was changed in 1997 to PHP: Hypertext Pre-processor. It has fast become a powerful scripting language able to handle security and integration with most other programming languages and SQL.
RSS
Rich Site Summary or Really Simple Syndication. This technology allows users of your website to subscribe to news, press releases or changes made to your website.
SDK
Software development kit is very similar to the API but it normally is associated with hardware of some kind. A SDK is software which allows someone to create software either for a device or for other software. You can also use it to develop things such as a game for a gaming console or to write a driver for a piece of hardware. The hardware, and its driver, might be used in a pc and it will then run under another programme such as Windows.
SQL
Structured Query Language is a common way to create, modify, store and retrieve large amounts of data from a data base. The two most common versions of SQL on the internet are Microsoft SQL and the open source project
MySQL.
SSL
Secured Sockets Layer Encryption comes in various forms from a SSL certificate which might be shared across a few different websites to a more secure, website specific, certificate. They also come in various ranges of encryption from 64kbit through to 256kbit and, for banks and other financial institutions, 2048kbit. As of January 2006 no person or group has managed to crack, or hack into, 256kbit secure certificates.
TLS
Transport Layer Security Encryption pretty much does everything SSL does but uses a stronger encryption and can do other forms of encryption like email. TLS is commonly described as SSL even though technically they are two different standards.
|