Questions | Answers |
---|---|
Describe the difference between an XML Sitemap and a HTML Sitemap.List the benefits and disadvantages of using each? |
Difference between an HTML site map and an XMLAn HTML sitemap is a list of URLs that defines the important content of a website and allows users to quickly navigate to any page. Its primary purpose is to make the user experience better and eaiser. HTML is the background instructions used by the browser to display a webpage. XML sitemap is specifically intended for search engines. XML is a file that includes all behind the scenes activity on a website. By using tags XML defines the document structure, how it should be stored and transported. Benefits of HTML
Benefits of XML:
Disadvantages of HTML:
Disadvantages of XML:
|
Evaluate three IDE's (Integrated development environments) and provide a brief summary on the positive and negative aspects of each. Also, in your own words include how it would suit an entry level trainee code developer? |
An integrated development environment is a software application that provides comprehensive facilities to computer programmers for software development. IDE's present a single program in which all development is done. This program typically provides many features for authoring, modifying , compiling, deploing and debugging software. Microsoft Visual Studio:Positives:
Negetives:
Visual code suits an entry level trainee code developer as it comes with many features with one palce. It is a good tool for beginners. Visual studio IDE brings together graphical designers, compilers, code completion tool, source control and extensions. Eclipse:Positives:
Negetives:
Eclipse is a well designed, robust and feature loaded IDE which acts as a user friendly interface. Eclipse is a free and open source Java integrated development environment, Eclipse ha s a solid plugin system that enables trianee developers to create unique features. NetBeans:Positives:
Negatives:
|
Provide a brief history on web browser development and the issues encountered by web developers, specifically, the adherence to web standards? |
Tim Berners-Lee, a British scientist, invented the world wide web in 1989, while working at CERN.The web was originally conceived and developed to meet demand for automated information-sharing between scientists in universities and institutes around the world. The basic idea of WWW was to merge the evolving tecnologies of computers, data networks and hypertext into a powerful and easy to use global information system. The issues encounterd by the web developers adherence to web standards are:
|
What are website testing methodologies? Your answer MUST cover browser compatibility, and website functionality? |
Website testing methodologies:
|
What are the endorsed requirements of accessibility for all NT Government webpages? |
Endorsed requirements of accessibility for all NT Government web pages: The requirements aare formulated around four key ares of accessible website creation.
|
How do you think it's best to organise all the assets used for a specific webpage? Think locally on your computer AND within the root folder of the website? |
A key to successfully designing a website is to organise all the information logically, so that users can easily access the information they are looking for. When you are working on a website locally on your computer, you should keep all the related files on a single folder with a file structure on the server. It is always good to put it somewhere where you can easily find it like deskstop, home folder. Sructure of the website should have The most common things we’ll have on any website project we create are index HTML file and folders to contain images, style files and script files.
|