Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Person Wanted for Website Re-design

  • 29-11-2004 1:03pm
    #1
    Registered Users, Registered Users 2 Posts: 23,216 ✭✭✭✭


    I'm looking for someone who can update an existing website to make it more accessible for people with disabilities. We are looking to get it up to a WAI AA level of compliance.

    The following is a list of things that need to be changed about the website.

    Page Structure:
    The website uses tables to structure a page. This makes it difficult for visually impaired users to navigate the site using screen reader software. The div tag should be used instead of tables.
    Example: <div class=”startcontent”>

    Language:
    Every page on the site should indicate that the content is in English.
    Example: <html lang="en">

    Styling:
    A Cascading Style Sheet (CSS) should be used to style the content of this website. Instead of using font tags, use a style.

    Example: <p class="categoryitems">

    The website is small enough and only contains 21 pages.

    PM me if you are interested or have any questions...


Comments

  • Closed Accounts Posts: 17,208 ✭✭✭✭aidan_walsh


    So basically you want to convert to valid XHTML?


  • Registered Users, Registered Users 2 Posts: 23,216 ✭✭✭✭monkeyfudge


    I'm not exactly hip to the current lingo.. but if a conversion XHTML can accomplish the points outlined above... then yes!


  • Registered Users, Registered Users 2 Posts: 6,762 ✭✭✭WizZard


    Interested, have PM'd you.


Advertisement