Tuesday, 13 May 2008

Final Live Client Work

Bachmann Junior website is completed, games and images are finally uploaded. It has now been tested and it is uploaded online. To view the website click here www.tumeiluong.com/bachmannjunior

Sunday, 4 May 2008

Personal Research Project - Artefact 5 HTML markups

As stated in theW3C Web Content Accessibility Guidelines checkpoint 9.4, it is important to create a logical tab order through links, form controls and objects.
But tabindex attribute are often neglected or forgotten by many web developers. There is an argument that when using the tabindex, a user could be misguided through a web document when using the tab key. Therefore I applied the tabindex attribute onto certain elements such as: a, area, button, input, object, select and textareas and evaluated this prototype to investigate for myself whether or not it should be in great use on every webpage.
I found this was slightly time-intensive when applying this attribute. I had to be sure the coding was correctly entered, so the web page/content flows in a logical manner or therefore the website will be in bad use for mobility impaired users. For example on the inaccessible website that I created, the tabindex was coded incorrectly. So if a user with mobility
impairment is trying to navigate their way through the website or trying to fill in a form, it will certainly be impossible for them to do that. As a result I think this attribute is very useful for users who have a condition which prevents them from making effective use of a mouse. Referring back to the argument, it could possibly misguide users. If I was to only apply a tabindex structure within the form on my website, a mobility impaired user would be navigated straight to the first tabindex when the first tab key is pressed. Therefore the user is probably expecting to be navigated straight to the first hyperlink on the page. However the problem was solved by providing an extensive structure on my website by taking site navigation and form elements into consideration. Personally, I thought tabindex works effectively on users who have difficulty with using a pointing device and it should therefore be applied on every website so every user have equal access.

Monday, 7 April 2008

Live Client Project: Layout Almost completed

I've almost completed my final design for the Bachmann Junior website but still need to include images and activity games. As you could see previously in my draft templates, I included no clouds in the background. But i have included more interaction to my website. Below are the screenshots taken for each link:



1.Main page:





2.About us



3. news and info




4. Fun Games

5.Find your nearest stock
6. Contact us




Thursday, 6 March 2008

Tuesday, 4 March 2008

Personal Research Project: Artefact 4 - Labelling Forms Correctly


For my fourth artefact, I discovered that forms is another top typical accessible issue on websites. Forms are one of the most crucial parts of your website. They are used to:


  • Buy products
  • Sign up to newsletters
  • Contact you

I found that the group of users who experiences the most problems with forms is usually visually impaired users utilising screen readers. Therefore I have created a simple form, which users are able to fill in the form to recieve the latest updates on their travelguide.

I learnt that a normal form-building — wrapping a form input with its label, can seriously impact the accessibility and usability of a web form. Here is an example shown below of an incorrect labelled form:





Here is a good example of an accessible form:




Below shows a screenshot of my of my accessible form on my website.

Thursday, 14 February 2008

More inspirational websites

Flash websites

1. http://helpthehoneybees.com/

I thought this website was amazing, alot of interaction is happening on this site. I really like the interactivity on this, it is fun as you are able to drag the bumble bee to the left or right to explore the area. I love the colours that the web designer has chosen and the background sound is very soothing to hear. Everything seems calming and not too overcrowded. I think it's brilliant!




2. http://www.potatoparade.co.uk/

This is another website that i thought was excellent, it is colourful and again very interactive!




Monday, 4 February 2008

Personal Research Project: Artefact 3 -HTML markups

For this 3rd Artefact, I looked into HTML markups which is one of the typical Web Accessible issues. Alot of web sites today have been programmed to be inaccurate or incomplete HTML markup. This is one of the “typical” accessibility issues that have failed miserably when analysed through the W3C’s online mark up validators. If the document is poorly coded, users of assistive technology will find it difficult or even impossible with navigating their way through the website.
Using the W3C’s online markup validator (http://validator.w3.org) I evaluated the inaccessible homepage document to see whether or not it was poorly coded. From the results I established that there were 64 errors found. Typical issues were found, for example the incorrect html structure might look like this:





Therefore to make it accessible, I corrected the html markups by using simple codes for example:


When correcting the HTML structure in my accessibility document, it has come to my consideration that it took longer to code the web page than I thought it would be. Although the codes were very simple, I was more familiar coding the incorrect way. The correct HTML markups made a huge difference to the overall website. As the correct html coding, there is only a limited of choices to changing the font size which gives it the downfall i.e.


Whereas the incorrect html coding you are able to change the font size i.e.

But the advantage of the standard markup would be is that the HTML document is easier to read.