ICTWEB304 - Assesment Task 1
| Q1. Describe the difference between an XML Sitemap and a HTML Sitemap. List the benefits and disadvantages of using each. |
|---|
XML (Extended Markup Language) is designed for search engines (bots), it is storing, transfering data and listing all the important URLs on a website in XML format. While HTML, it displays the data and lists links to important pages in a user-friendly format, helping users/visitors navigate the website easily.
|
| Q2. 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. |
|---|
|
| Q3. Provide a brief history on web browser development and the issues encountered by web developers, specifically, the adherence to web standards. |
|---|
The first web browser was called WorlWideWeb created by Tim Berners-Lee in 1990, it allowed users to access and navigate linked documents over the internet. The second web browser is released in 1993 which is called Mosaic, it introduced a graphical interfece that made the web more user-friendly, providing support to display text and images together. Netscape Navigator and Microsoft Internet Explorer were released by mid-1990s, they became a main competitor. Both tried to rushed to introduce new features to dominate the market and appeal more users. However, these updated features were not based on a standard, thus it created lack of consistency and made it difficult for web developers.To resolve theses issues, World Wide Web Consortium (W3C) established a web standards such as HTML, CSS, and JavaScript guidelines. These standards designed to achieve the consistency and make web development easier. However, not every web browser adhered strictly to the standards, especially Internet Explorer, which follows its own rules. In the early 2000s, web browsers such as Mozilla Firefox, Google Chrome and Apple Safari got published with stronger support for web standards. These web browsers was aiming to achieve more consistet experience. |
| Q4. What are website testing methodologies? Your answer MUST cover browser compatibility, and website functionality. |
|---|
Webiste testing methodologies are techniques can be used, works as intended, and accessible accros various devices and browsers. These methodologies can significantly enhance user experience, identify bugs and helps improve performance. Website testing methodologies includes:
|
| Q5. What are the endorsed requirements of accessibility for all NT Government webpages? |
|---|
|
| Q6. 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. |
|---|
|