Article Index
10 Easy Ways to Promote Your Website
5 Simple Steps to Accepting Payments
5 Steps to Understanding HTML
5 Ways to Avoid the 1998 Look
6 Reasons Why You Need a Website
7 Ways to Make Your Web Forms Better
A Question of Scroll Bars
Ads Under the Radar Linking to Affiliates
AJAX Should You Believe the Hype
All About Design Principles and Elements
An Introduction to Paint Shop Pro
An Issue of Width the Resolution Problem
Avoiding the Nuts and Bolts Content Management Software
Beware the Stock Photographer Picking Your Pictures
Building a Budget Website
Building Online Communities
Clean Page Structure Headings and Lists
ColdFusion Quicker Scripting at a Price
Column Designs with CSS
Content is King
CSS and the End of Tables
Cut to the Chase How to Make Your Website Load Faster
Designing for Sales
Designing for Search Engines
Dont Be Scared Its Only Code HTML for Beginners
Dreamweaver The Professional Touch
Encryption and Security with SSL
Finding a Good HTML Editor
Focus on the User Task Oriented Websites
Fonts are More Important Than You Think
Free Graphics Alternatives
FrontPage Easy Pages
Hints All the Way
Hiring Professionals 5 Things to Look For
How Databases Work
How the Web Works
How to Get Your Website Talked About on Blogs
How to Install and Configure a Forum
How to Make Visitors Add You to Their Favorites
How to Run Ads Without Driving Visitors Crazy
How to Set Up Your Hosting in 5 Minutes Flat
IIS and ASP Microsofts Server
Image Formats GIF JPEG PNG and More
Its a World Wide Web Going International
JSP Java on Your Server
LAMP The Most Popular Server System Ever
Making Friends and Influencing People the Importance of Links
Making Searches Simple
Offering Free Downloads on Your Website
Opening a Web Shop with E Commerce Software
Perl Cryptic Power
Photoshop a Graphic Designers Dream
PHP Easy Dynamic Websites
Picking a Colour Scheme
Printing and Sending the Two Things Users Want to Do
Putting Multimedia to Good Use
Python and Ruby the Newer Alternatives
Registering a Domain Name
Registering Your Users by Stealth
RSS Really Simple Syndication
Setting Up a Mailing List
Setting up a Test Server on Your Own Computer
Some Places to Go For More Information
Taking HTML Further with Javascript
Taking HTML Further
Taking Your Website Mobile
Text Ads Unobtrusive Advertising
The 5 Principles of Effective Navigation
The Art of the Logo
The Basics of Web Forms
The Basics of Web Servers
The Case Against Flash
The Confusing World of Web Hosting Making Your Decision
The Evils of PDFs
The Importance of Validation
The Many Flavours of HTML
The Smaller the Better Avoiding Graphical Overload
The Top 10 Biggest Web Design Mistakes
The Web Designers Toolbox
The Web is Not Paper
Theres More than One Web Browser
Time for User Testing
Titles and Headlines Its Not a Newspaper
Tracking Your Visitors
Understanding Web Jargon
Uploading Your Website with FTP
Using Flash Sensibly
Using Quizzes and Games to Get Traffic
VBScript Javascript Made Easy
Websites and Weblogs Whats the Difference
What Do You Want Your Website to Do
What You See Isnt Always What You Get
Which Database is Right for You
Why Doing It Yourself is Best
Why Java Will Drive Your Visitors Away
Why Word is Bad for the Web
Why You Should Put Your Content in a Weblog Format
Why You Should Stick to Design Conventions
Working With Templates
Writing for the Web

Understanding Web Jargon

Understanding Web Jargon.

Don't know your HTML from your HTTP? Your cache from your cookies? The web has serious amounts of jargon, and it seems like people come up with new words almost every day. Most of it isn't especially useful, but there are some words that it's good to know to help you along on the web. Here are the essentials.

Apache. The most popular web server. It is open source and free for anyone to use.

Blog. A short for 'weblog'. A web page that is updated like a diary, with the most recent writing first. Usually done using blogging software instead of being maintained by hand.

Browser. A web browser is the software that you use to view pages on the web. Internet Explorer is the most common browser.

Cache. A web browser's cache is where it keeps files that it has downloaded from the web and might need to use again. A site's logo and navigation graphics may be stored in the cache, for example, so that they don't have to be downloaded again each time you go from one page of the site to another. This happens automatically.

Cookies. Small files that websites can store on your computer to let them 'remember' you. When you log into a website and you're still logged in when you go back there later on, that's because the site gave your browser a cookie.

Favorites. Also known as Bookmarks, this is a place in your browser where you can save links to pages that you'd like to visit again.

Flash. A browser plug-in developed by Macromedia that displays animations and animated websites.

FTP. File Transfer Protocol. The usual method of uploading files from your computer to a web server.

HTML. Hypertext Markup Language. The language that web pages are written in.

HTTP. Hypertext Transfer Protocol. Theoretically, the way that HTML pages are sent between a server and a browser, although in practice HTTP is used for sending all sorts of data, including graphics and file downloads. Many files should really be provided using FTP, but HTTP is considered to be easier and faster.

IIS. Internet Information Server. Microsoft's competitor to Apache, comes with versions of Windows that can be used as web servers. Often considered to be somewhat insecure and prone to crashing, although recent versions have improved.

ISP. Internet Service Provider. The company or institution that provides your computer with access to the Internet, usually in exchange for a monthly fee.

Link. A link is some text on one web page that will take you to another page if you click on it.

MySQL. MySQL is a free, open source database. It is often used for smaller web applications and websites.

Open source. Open source software is software which makes its source code freely available. This is intended to give you more freedom to modify the software however you want (or pay someone to modify it for you), instead of tying you to a company and relying on them for updates. In practice, this means that the software is available for download at no cost. Visit www.opensource.org for more information.

PDF. Portable Document Format. A document format that aims to reproduce text exactly the way it would appear on a page. Viewable in web browsers using a plug-in, but disliked by many users because it can be very slow.

PHP. Stands for 'PHP: Hypertext Processor'. A very easy to learn and easy to use scripting language that is one of the most common on the web, helped along by the fact that it is also free. It is most often used in quite simple ways, such as retrieving text from a database and adding it to a page.

URL. Uniform Resource Locator. A technical term for a whole web address, such as http://www.example.com/page.html. It is called uniform because you can use similar addresses to refer to entirely different kinds of resources: for example, file://c:/windows refers to your Windows folder, and ftp://ftp.example.com/public_html refers to a folder on an FTP server.

W3C. The World Wide Web Consortium (three Ws and a C, so W3C). This is the standards body that is considered to be 'in charge' of the web, and decides what gets put in and taken out of the various versions of HTML, amongst other things.