Monday, November 10, 2008

Key Web Terms Defined

URL
URL stands for Uniform Resource Locator.
A URL is the unique address for a file that is accessible on the Internet. The URL contains the protocol to be used to access the file resource, the domain name that identifies a specific computer on the Internet, and the path name, which is a hierarchical description specifying the location of a file in that computer.
An example of a URL is
http://scosborne-web-design.blogspot.com/
A URL can be obtained from an web hosting company. Personal URLs are often obtained from Internet service providers, such as Optus, Telstra, iiNet, Vodafone, etc.

HTML
HTML stands for Hyper Text Markup Language.
HTML was developed by Sir Tim Berners-Lee in 1980, with the purpose of allowing researchers to share and update information amongst themselves. The use of HTML led Berners-Lee to develop the World Wide Web, to increase the amount of researchers that could share information.
HTML looks like this:

An example of an HTML website is:
http://www.killersites.com/

CSS
CSS stands for Cascading Style Sheet, is a style sheet language used to determine the appearance of a website written in a markup language such as HTML and XHTML. CSS consists of a list of rules, with selectors and declarations, which define the function of a website.
The advantage of CSS is that it improves content accessibility, as well as providing more flexibility and control of the presentation of a website. CSS also reduces the complexity of the structural content, because it does not require the use of tables for design.CSS enables the same page to be presented in number of different formats, such as on-screen, print, voice and also on Braille-based tactile devices.
CSS can be implemented in two ways. One is to attach the style sheet to the HTML page as a separate document contained within the root folder. The other method is to embed the CSS coding into the HTML document itself.

Flash
Flash is a vector animation program, designed to create animations for web display.
Three advantages of using Flash content in a website are:
Flash movies load faster and have smaller files because they are vector based.
Flash caches movies that have been viewed, meaning they don’t have to be downloaded multiple times.
There are almost no browser compatibility issues with Flash, as everything is embedded, and does not rely on any coded formatting.
Three disadvantages of using Flash content in a website are:
Flash handles text very poorly, which is a problem because the Internet is based on users reading text.
Flash also displays text very slowly and in poor quality.
Development of Flash sites are also significantly slower than HTML development. Even with the incorporated coding available in the program, coding in HTML is still faster.

Javascript
JavaScript is a simple coding language used as an add-on to HTML coding. It is cross-browser and cross-platform compatible.
Some instances of where to use JavaScript in a website would be:
Creating an image rollover
Creating pop-up menus that enable instant navigation
Form validation, which informs the user if a submitted form is valid, without connecting to a web server.
Creating body text, with the use of the tag, and applying text formatting with JavaScript.

Browser
A browser is a program or application that allows the user to view and interact with web pages.
The first web browser was Tim Burners-Lee’s WorldWideWeb.
6 web browsers are Internet Explorer, Mozilla Firefox, Safari, Google Chrome, Opera and Netscape.
As the default Microsoft browser, Internet Explorer has the greatest market share, with 71.52% of the market share across its 8 versions. Version 6 has 24.67% of the market, while version 7 has 46.35%
Firefox controls 19.97% of the market share.
As the default browser for Macs, Safari has 6.65% of the market share.
Google Chrome has approximately 1% of the market for web browsers.
Opera also has approximately 1% of the market share, although it is used by approximately 20% of the Russian market, and is a common browser on mobile devices.
Netscape currently has approximately 0.4% of the market share.
Cross Browser Compatibility refers to the ability of a website to maintain its correct appearance and functions across all different web browsers. With the advent of more web browsers this has become more difficult, with a feature that works on one browser often causing problems in another.
Cross browser compatibility is important for web design because it means that your web page design will display and function correctly on any web browser. It is because of cross browser compatibility that tables have been replaced by CSS code, because CSS relies less on the web browser to display correctly.

ISP
An ISP is an Internet Service Provider; a company that provides its customers with Internet access through dial-up, cable modem, DSL or dedicated high speed connections.
iiNet and Optusnet are Australian ISP’s, while BT Broadband provides Internet services in the UK.

Hosting
Hosting involves running Internet Servers, allowing individuals and companies to upload information to the Internet.
Web Central is Australia’s largest web hosting company, while ASPHostCentral is a web hosting company based in Houston, Texas.

Open Source
Open Source is a program where, the source code is publicly available for use and modification from its original design for no cost.

No comments: