Free Hotspot SoftwareFree Hotspot Software   Dashboard Free Hotspot Software   Homepage Free Hotspot Software   Support Forum Free Hotspot Software   Hotspot Meter Free Hotspot Software
It is currently Wed Feb 08, 2012 9:16 am

All times are UTC




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Accessibility of Login page
PostPosted: Wed Jul 14, 2010 1:53 pm 
Offline

Joined: Sat Jan 02, 2010 9:19 pm
Posts: 4
Hello,

I've noticed that there are some accessibility problems for people with disabilities on the login page. Can I possibly lend some expertise in resolving some of these issues? As a side note, some of them will also improve the experience for mobile device users.

Thanks,



Chris


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Re: Accessibility of Login page
PostPosted: Thu Jul 22, 2010 2:05 pm 
Offline
Site Admin

Joined: Tue Sep 22, 2009 8:44 pm
Posts: 186
chris,
Please do express yourself.
Any advice or ideas are welcome.


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Re: Accessibility of Login page
PostPosted: Thu Jul 22, 2010 3:04 pm 
Offline

Joined: Sat Jan 02, 2010 9:19 pm
Posts: 4
Hi,

The biggest things on the login page in terms of accessibility guidelines are ALT text on images, as well as form markup.

Example 1:
Code:
<img border="0" src="https://dhotspot.com/member/images/paypal_small.jpg">

Replace with:
Code:
<img border="0" src="https://dhotspot.com/member/images/paypal_small.jpg" alt="PayPal">



For forms, fields need to marked up like this:

<label for="pwd">Password</label>
<input type="password" value="" size="20" name="pwd" ID="pwd">




Example 2:
Code:
<tr>
<td><span class="header" id="dhotspot_a2"><b>User ID</b></span></td>
<td><input type="inputbox" value="" maxlength="100" size="20" name="uid" class="inputbox"></td>
</tr>
            
<tr>
<td><span class="header" id="dhotspot_a2"><b>Password</b></span></td>
<td><input type="password" value="" maxlength="100" size="20" name="pwd" class="inputbox"></td>
</tr>

Replace with:
Code:
<tr>
<td><span class="header" id="dhotspot_a2"><label for="uid"><b>User ID</b></label></span></td>
<td><input type="inputbox" value="" maxlength="100" size="20" name="uid" ID="uid" class="inputbox"></td>
</tr>
            
<tr>
<td><span class="header" id="dhotspot_a2"><label for="pwd"><b>Password</b></label></span></td>
<td><input type="password" value="" maxlength="100" size="20" name="pwd" ID="pwd" class="inputbox"></td>
</tr>


Example 3:
Code:
Remember Me 
<input type="checkbox" value="on" checked="checked" name="save_login">

Replace with:
Code:
<label for="save_login">Remember Me</label>
<input type="checkbox" value="on" checked="checked" name="save_login" ID="save_login">


Let me know if more details are required.

Thanks,



Chris


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 0 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
News News Site map Site map SitemapIndex SitemapIndex RSS Feed RSS Feed Channel list Channel list
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group

phpBB SEO