Really Simple Internet Jargon Glossary
March 3rd, 2009Thinking about getting a website? Or revamping your existing one?
Done some research?
No idea what anyone’s talking about?
Hopefully, this will make things a little clearer!
- Apache
- A popular web server, maintained by volunteers and distributed free of charge. Is capaple of running on both Unix and Windows servers.
- ASP
- Active Server Pages - a technolgy developed by Microsoft which allows a web developer to create websites based on programming logic and databases
- Bandwidth
- Either a measure of, or a limit to the amount of data sent through an internet connection
- Browser / Client
- The software which sits on most computers and allows one to ‘browse’ the internet
- CMS
- Content Management System - a user friendly interface allowing a website’s content to be easily updated and changed
- CSS
- Cascading Style Sheets - The code used to affect the appearance of a website
- Database Driven Websites / Dynamic Websites
- Websites which use a database to hold the majority of the content of a website and a server-side scripting language such as ASP or PHP to output the content to a web page.
- Domain / Domain Name
- The root address of your website, eg ‘my-website.com’. It is essentially a recognisable label to allow internet users to find your web/email server which will have an unremarkable IP address such as 64.13.232.81
- Email Server
- The software running on a web hosts’s computers which manages the email communications
- FTP
- File Transfer Protocol - A data interchange protocol for the transfer of large amounts of data / files over the internet. Your files for your website will be uploaded to the webserver using FTP (and downloadable via FTP)
- Host / Web Host
- A company which offers web servers for serving websites and web pages
- HTML
- HyperText Markup Language - the code that makes up a web page
- HTTP / HTTPS
- HyperText Transfer Protocol / Secure HyperText Transfer Protocol - the data interchange protocol for web pages
- IIS
- Internet Information Service - Web server software from microsoft
- IP / IP Address
- Internet Protocol - a data exchange protocol for computers on a netweork
An IP address is a numeric address given to every computer which connects to another computer, or computer network, using the ‘Internet Protocol’
- Javascript
- A scripting language widely used on web pages to enhance behaviour and add visual effects.
- MySQL
- A popular database, widely used to power websites that need to be ‘database driven’
- RSS / RSS feed
- Rich Site Summary or Really Simple Syndication - an XML schema designed to transfer information about a website.
An RSS feed is the URL of a specific XML document containing information and conforming to the RSS schema specification
- PHP
- A popular server side scripting language, used to add some ‘intelligence’ to websites which need to be able to alter the content based on individual users’ needs.
- PPC
- Pay Per Click Advertising - A form of advertising on the internet where you only pay for the visitors you get to your website. The ‘click’ is when a web surfer clicks on the advert for your site. Expect to pay anything from a few pence to over £1, depending on competition
- SEO
- Search Engine Optimisation - (onsite) The practice of building sites optimised in such a way that they will rank highly in the search engines for your searches performed by your company’s target market. (offsite) Influencing factors on other websites that promote yours. This is less formal than conventional advertising as the effects are, if done correcly, almost permanent
- SQL
- Structured Query Language - A programming syntax for updating and retriving information from a database
- Unix / Linux
- A computer opperating system very well suited to computer networks
- URL / URI
- Uniform Resource Locator / Uniform Resource Identifier - The address of a webpage on the internet
- Webserver / Server
- The software that sits on a computer at the web hosting company. The web server software is in charge of handling all requests for web pages on that computer and sending the required document back to the ‘client’
- Windows
- A computer opperating system, common in many homes and offices. There are other versions designed to power web servers
- XML
- eXtensible Markup Language - a data interchange format, commonly used in the internet for web sites and web apps to communicate with each other