The degree to which a product, device, service, or environment is available to as many people as possible.
Questions tagged [accessible]
69 questions
0
votes
0 answers
tomcat server folder accessible to web client
I dont know how to set a folder accessible to a web clients direct access.A Client needs to see some images or pdfs in a specified folder in tomcat server. When i hit the direct URL to the files, it returns a 404 error.
below is snapshot of tomcat…

Mungunbat Enkhbayar
- 171
- 2
- 15
0
votes
1 answer
Network Accessibility and Content Providers on android
I recently have gotten very interested in android development. I have this application that needs to be able to store user accounts onto a database. How do I go about making this database network accessible, so users of my application can access…

Albert Borges
- 23
- 4
0
votes
1 answer
Getting null at EventQueueMonitor.getCurrentMousePosition();
i am trying to make an App, with javax.accessibility.
I have a Frame with a Panel and at this Panel is a Button.
I made an accessibility class, included it to the accessibility.properties and made this class implements GUIInitializedListener,…

Maksim Kerbel
- 31
- 5
0
votes
2 answers
Responsive Website - mobile size - jQuery tabs don't work
http://www.cheryldesign.com/category/portfolio/
On the above page, when you shrink the browser down below 475px wide, the tabs aren't clickable anymore. I've been looking at this for a week and can't figure out what's going…
0
votes
1 answer
making accessible mega menu, trouble with slideDown on focus
Hi there I'm trying to make an accessible mega menu. I can get the dropdown menu to display fine on hover, but I also need it to slideDown when a user doesn't have a mouse i.e. when the link is focused. You can try this if you click in the fiddle…

steve
- 43
- 1
- 7
-1
votes
1 answer
Best way to create a data file in Android
What is the best way to create a data file in Android for saving data like usernames, configuration, and other variables accessible only by the Application?
Is there an official way to do this?

ProtectedVoid
- 1,293
- 3
- 17
- 42
-1
votes
4 answers
Is it possible do use global variables in IF's?
Can somehow a variable defined in a part of an IF be accessible in another part of the same IF?
Ex:
if ($a == 1)
{
$b = "ABC";
}
elseif ($a == 2)
{
echo $b;
}
In functions i use global $variable but in IF-statements i dont know.
The reason why…

xRed
- 1,895
- 6
- 20
- 36
-2
votes
2 answers
Web accessible navigation
I'm stuck while implementing drop down for each individual list item on focus/hover on any of them, now on hovering over any single list item all dropdowns are getting displayed.
This is my pen: https://codepen.io/apeandme/pen/GRZOxJQ
and the JS:
//…

Sanjib Adhya
- 5
- 3
-3
votes
1 answer
How to show negative numbers in a financial table for accessibility
I am coding these tables in HTML and am required to code for accessibility. Financial tables typically show negative numbers in parentheses. Is that considered 508/WCAG compliant? Or should negative numbers be shown as -$100.00?
The title of the…

RioBrewster
- 43
- 3