Friday 17th Dec

Every thing was fine apart from the screen count has got a error on it.

 

Jamie

19th Novemeber 2010

Nothing to report quite night.

CSS code

reference iconSet the link as undecorated blue, 100% font size, normal weight and sans-serif font.

/* Set the link format */
a {
text-decoration: none;
color: Blue;
font-size: 100%;
font-weight: normal;
font-family: verdana, arial, helvetica, sans-serif;
}

reference iconSet the visited link as undecorated red.

/* Set the visited links format */
a:visited {
text-decoration: none;
color: #FD0000;
}

reference iconOn hover the link is underlined and turns blue to look like a standard link

/* Switch to underline on hover */
a:hover {
text-decoration: underline;
color: Blue;
}

reference iconThis helps with location by giving different format for page we are on.

/* Define "menuhere" */
.menuhere {
color: Black;
font-size: 100%;
font-weight: bold;
font-family: verdana, arial, helvetica, sans-serif;
}

Usablility and Accessibility of amazon.co.uk

Amazon.co.uk is very easy to navigate and move around. The navigation is laid out in a way that allows you to find what you are looking for even if you have never been to this website before. The subsection and then the fact it has a really good search on the website makes its navigation really good. A user who had been on the site quite a few times would be able to find what they are searching for and pay for it with in minutes, this is one of the reasons why this is one of the most popular online shopping websites in the world. You don’t even need to remember how to use the site as its laid out in such a simple manner, that every time you come back you can do what you need to so simply. Its quite difficult for a user to make a error while using Amazon but if they do make a mistake it is easily fixable, unless you leave it for to long then it become s difficult to fix. Its very user friendly and a nice website over all.

Accessability and Usability

Usability – This is using and navigating your website.
Accessibility – This is using special software to gain access to the website or software.

Advantages and disantages of CSS!

style sheets is a tool that helps design the look and feel of a web page, css allows you to completely change the website quite simply and also gives you a lot more control over the layout and design than  HTML.

Advantages

Using CSS, you can define colours, backgrounds, borders, margins, alignment, fonts, sizes and loads of other things for almost any part of your web pages.

One of the features of CSS is that if the browser does not understand something, it will ignore it and move on to the next attribute. It will not display warnings. This can make things easier in some circumstances, since you can apply styles without having to worry that a browser might ignore the entire stylesheet, because it should only ignore the parts it does not understand.

Disadvantages

It can be difficult to work out if a browser will correctly apply a rule or not. For example, you may want to apply display:table-cell;width:25% to an element if it understands it, and width:100% if not. Unfortunately, CSS does not provide any way to test for support of a property.

How to use twitter!

Twitter was one of the most confusing social interactive web pages that i have come across, but thankfully for you i have worked out how to use it!

Here is my step by step guide to “How to use twitter!”

  1. Make an account, add your email address and make a password.
  2. Then update your status…also known as twitting, when you make a post.
  3. By clicking on Find People, you can search for people you know also on twitter and can follow them.
  4. To include people in a post, first put @ and their user name.

This my step my step guide to “Twittering”

Good web design

There are lots of diffrent ways of producing good web design, some of these are:

  • Usuability
  • Accessiblity
  • Clear and easy to navigate
  • Clear text
  • Up to date content
  • Simplicity
  • Clearly labelled links

These are just some of the ways that web design can be improved.

Hello world!

Welcome to my blog.

Hope you enjoy it!

Follow

Get every new post delivered to your Inbox.