This is a discussion on "Sign your work" within the Web Page Design section. This forum, and the thread "Sign your work are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Sign your work
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Sign your work
I've added this to the stcky in this forum but thought I would place a seperate thread to raise awareness, hopefully interest and allow comment.
Sign your work: What this means is giving your pages an identity that browsers can recognise. Why you might ask? The answer is increased accessibility. A lot of people do not realise that the <html> tag can have an id just like any other tag. Lets assume that you have coded the following: <html id='mysiteid'> It's usual to use the site's actual domain name, but without the hyphens, dots, etc. Now if an end-user is going to be a regular visitor to your site but need to adjust font, colour, etc., because of accessibility needs, they can create, or have created for them, a local style sheet which is coded up as follows: #mysiteid h1{ ... } #mysiteid p { ... } and so on. Now every time they visit your site, the pages are automatically adjusted to meet that user's requirements. Last edited by ukgeoff; Sep 21st, 2006 at 16:17. |
|
|
|
||||
|
Re: Sign your work
To be honest, I don't see the sense in this.
|
|
||||
|
Re: Sign your work
Aside from the average user not knowing what to do, if you have h3.blue set up in your stylesheet, a local stylesheet won't adjust the style with #mysite h1. If they're going through the hassle of changing your site, why wouldn't they just duplicate the stylesheet entirely and change it instead of trying to add to it?
If there is another point to this, I missed it entirely. |
|
|||
|
Re: Sign your work
I think the point your missing is it's about giving the end user options.
The cost to you, the developer, to include this is trivial. You can explain its availability in the section on your site about accessibility. Just as it's good practice to use em's rather than px's to specify font sizes. It gives the end user options. Remember also that a users local css file takes priority over other style sheets unless you have used the !important override. I don't think we give people with accessibility needs enough credit. If you have a need and there are ways you can improve the situation, you will learn how to make the tools work for you. |
|
||||
|
Re: Sign your work
I understand. It is always good practice to give the user as many options as possible. Plus it is not like that is really hard to do. Just one line of code. Thanks for the explanation!!
|
![]() |
| Tags |
| sign, work |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Newbie trying to help a friend, keep getting an  by the copyright sign? | augsep14 | Starting Out | 6 | Jan 12th, 2008 08:50 |
| euro sign | ahwell | Flash & Multimedia Forum | 6 | Nov 26th, 2007 17:59 |
| Sign petition to increase broadband speeds | whym | Webforumz Cafe | 9 | Oct 13th, 2007 20:36 |
| Star sign and statistics | Voodoochilli | Webforumz Cafe | 20 | Sep 30th, 2007 22:47 |
| sign up to receive free download file | Lchad | PHP Forum | 34 | Sep 5th, 2007 17:16 |