ACTIVITY 301: Advantages of CSS

October 12, 2007 by amyef

What is CSS?

  • CSS stands for Cascading Style Sheets
  • Styles define how to display HTML elements
  • Styles are normally stored in Style Sheets
  • Styles were added to HTML 4.0 to solve a problem
  • External Style Sheets can save you a lot of work
  • External Style Sheets are stored in CSS files
  • Multiple style definitions will cascade into one

 Advantages:

Styles Solve a Common Problem

HTML tags were originally designed to define the content of a document. They were supposed to say “This is a header”, “This is a paragraph”, “This is a table”, by using tags like <h1>, <p>, <table>, and so on. The layout of the document was supposed to be taken care of by the browser, without using any formatting tags.

As the two major browsers – Netscape and Internet Explorer – continued to add new HTML tags and attributes (like the <font> tag and the color attribute) to the original HTML specification, it became more and more difficult to create Web sites where the content of HTML documents was clearly separated from the document’s presentation layout.

To solve this problem, the World Wide Web Consortium (W3C) – the non profit, standard setting consortium, responsible for standardizing HTML – created STYLES in addition to HTML 4.0.  

All major browsers support Cascading Style Sheets.

  

Style Sheets Can Save a Lot of Work

Styles sheets define HOW HTML elements are to be displayed, just like the font tag and the color attribute in HTML 3.2. Styles are normally saved in external .css files. External style sheets enable you to change the appearance and layout of all the pages in your Web, just by editing one single CSS document!

CSS is a breakthrough in Web design because it allows developers to control the style and layout of multiple Web pages all at once. As a Web developer you can define a style for each HTML element and apply it to as many Web pages as you want. To make a global change, simply change the style, and all elements in the Web are updated automatically.

  

Multiple Styles Will Cascade Into One

Style sheets allow style information to be specified in many ways. Styles can be specified inside a single HTML element, inside the <head> element of an HTML page, or in an external CSS file. Even multiple external style sheets can be referenced inside a single HTML document. 

Cascading Order

What style will be used when there is more than one style specified for an HTML element?

Generally speaking we can say that all the styles will “cascade” into a new “virtual” style sheet by the following rules, where number four has the highest priority:

  1. Browser default
  2. External style sheet
  3. Internal style sheet (inside the <head> tag)
  4. Inline style (inside an HTML element)

So, an inline style (inside an HTML element) has the highest priority, which means that it will override a style declared inside the <head> tag, in an external style sheet, or in a browser (a default value).

Activity 203 – Facebook

October 5, 2007 by amyef

 Facebook is designed as a means of keeping in contact with friends, as well as displaying information on yourself.

The process of setting up a Facebook account is quite simple.  You first enter the main page which immediately has a link to a ‘Sign Up’ page.  Once this linked is entered you are asked to enter the following details:

Full Name

I am – details of your current employment status

School Status – graduate, undergraduate etc.

Graduation year

Email

Password

Date of Birth

Security Check

Once this is filled out an email verification is sent to your address.  A Link within this email, will take you through the final process of registering where you live.  Then your page is set up.

Disadvantages:

On first impression, there does not seem to be any option of uploading audio or video

The US, UK and Canada are all under one registration.  When entering your town it may not be registered.  After a while it becomes clear that it may be best to enter your county instead.

Advantages:

Good for publishing a blog

Can restrict the people who view it to ‘friends’ or people of your choice.

Able to upload any pictures successfully

Gives information on yourself including education,  about you

ACTIVITY 104: Website Evaluation

September 28, 2007 by amyef

How fast do the pages download?

YAHOO.com = Loaded in under 2 seconds.  This may be because it is a well known/ pouplar server.  The quality is therefore better despite the high usage of images in its design.

WORC.ac.uk = Loaded in approximately 4 seconds.  May be faster because it has few images.  Text and images uploaded at relatively the same speed.

NME.com = Loaded slightly longer at 4 seconds.  However you can navigate the essential areas of the site before it uploads any remaining pictures which are slightly slower.

 SKY.com = Loaded slightly longer at 6 seconds.  Could also nagivate before download complete. Slowed down by use of images.

Does the screen size matter for this site?

YAHOO.com = Yes.  It does not adapt its shape when reading text in the smaller window.

WORC.ac.uk = No.  It can adpat its size so it can be fully read in a smaller window.

NME.com = Yes and No.  When reading in a smaller window the full page is not shown.  However the right side of the page is blank on full screen, so is still readable in a smaller screen.

SKY.com = Yes.  The display of the page does not alter to the size of the window.

What about other browsers?

Mozilla Firefox = does not affect the layout of any of theese sites.

What is the site trying to do?

YAHOO.co.uk = A search engine, it has vasts amounts of information, an index including TV listings, news bulletins etc.  The site has been designed extremely well in allowing all this info to be easy to reach, and readily available.

WORC.ac.uk = Purpose of this site is to provide information on the university of worcester.  Website has an audience of Students, Staff, Potential Students/Staff.  The home page is designed well in specifically laying out the relevant areas of the site for each of theese users.

NME.com = Is trying to deliver news and information specifically on the topic of music or bands.  There is also some promtion with the sale of merchandise and gig tickets.  It also has a media player.  It is successful in providing all the information that may be wanted in this specific area of music.

SKY.com = Provides information on specific sky products, as well as news stories, and info on Sky channels.  Successful in providing all of the relevant info on sky, ranging from its service, as well as its channels and products, which may be of relevance to the reader.

What are the good points about the site?

All the sites are good in establishing what information is wanted from them.  Some, with vast amounts of information have managed to make there sites easier to read with well structed layout/navigation, appropriate use of colours, font and images.

What are the bad points about the site?

These sites tend to have many links.  You may have to go through many pages before getting to the desired information.  People my wish to search more specifically for a certain page of a site rather then channeling to it through the home page.  However this problem is common amongst most large websites.

Overall evaluation

These web sites are designed effectively, with purpose and clarity making them all high standard websites.

ACTIVITY 103 – Good web design?

September 28, 2007 by amyef

http://www.longscycle.com/ = The length of the site is very long.  It may have benefited form having seperate pages to highlight the different subject areas of the site.  The purpose of the site is to sell.  With the payment details at the very end of the page, it means that readers would have to read through large amounts of information first.  Many people may not read it long enough to see this, and the company are therefore losong potential customers.

Endless lists, too many different colours, use of times new roman instead of arial.

 http://www.brown.edu/ = Only one image on the page.  Purpose is to promote university.  Use of only a sports image may deter those uninterested in sport who may presume the univeristy is driven mainly by sports achievment.  Images of study may be more appropriate for an audience whose interest in the university will be based on wanting to gain a degree.

Page also uses times roman, arial may be better.  Navigation bar is filled with information.  Should be simplified with more linked pages.

 However, there is an appropriate use of colours.

Acitivity 102 – Introduction

September 28, 2007 by amyef

* I am amy

* I already have some knowledge of web design, as i studied web development in the first year.  I have also designed a website for my parents, using Publisher? which i hadnt previously.

 * I hope this module will give me the relevant experience to make web design a possible future career, or developed hobby/interest.  It is the area of computing i most enjoy.

Hello world!

September 28, 2007 by amyef

Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!