Java Gaint Cursor in JavaScript, Framing Pandora (for visually impaired user)

  • Thread starter Thread starter k_squared
  • Start date Start date
  • Tags Tags
    Javascript
Click For Summary
Creating a web page to assist a low-vision user by utilizing a large cursor in JavaScript while framing the Pandora Radio website is a feasible idea, but it presents challenges. JavaScript cannot modify the cursor within Flash content, which is primarily used by Pandora. The discussion suggests that while JavaScript can manipulate DHTML elements, it may not effectively interact with Flash. An alternative approach mentioned is using tools like GreaseMonkey to execute scripts that could enhance visibility. Additionally, lowering the screen resolution is proposed as a simple solution to increase the size of all on-screen elements, potentially making it easier for the user to navigate. Overall, the focus is on finding ways to improve accessibility for low-vision users through web development techniques.
k_squared
Messages
62
Reaction score
0
My brother is low vision and I wanted to create a web page on our local computer that will use a large cursor in JavaScript (I've heard this is possible) while being a frame around the pandora radio website, to make is easier for him to see the cursor. Alas, most of my programming experience happens to be in C++, and I know little of Java. Does anyone happen to be kind enough to point me in the right direction?

Also, I know in windows it is possible to 'emulate' clicks by knowing the winproc handler (or something like that) for each object. Is it possible to do that for flash in a browser? Then, maybe I could create our OWN interface with much larger text than Pandora radio uses.
 
Technology news on Phys.org
k_squared said:
My brother is low vision and I wanted to create a web page on our local computer that will use a large cursor in JavaScript (I've heard this is possible) while being a frame around the pandora radio website, to make is easier for him to see the cursor.

Ok... which cursor are you talking about? If you're talking about the one that comes up in the Flash window, JavaScript won't help. It also won't help if you mean the cursor in the address bar or search bar of the browser. In theory, you could affect any DHTML content, although you'd have to have it execute when the page was loaded, meaning you'd need to use something like GreaseMonkey (and a browser that supported it). But it looks like Pandora's pretty much just Flash.

k_squared said:
maybe I could create our OWN interface with much larger text than Pandora radio uses.

Could you just lower the screen resolution, resulting in larger everything?

DaveE
 
I tried a web search "the loss of programming ", and found an article saying that all aspects of writing, developing, and testing software programs will one day all be handled through artificial intelligence. One must wonder then, who is responsible. WHO is responsible for any problems, bugs, deficiencies, or whatever malfunctions which the programs make their users endure? Things may work wrong however the "wrong" happens. AI needs to fix the problems for the users. Any way to...

Similar threads

  • · Replies 22 ·
Replies
22
Views
2K
  • · Replies 4 ·
Replies
4
Views
4K
  • · Replies 16 ·
Replies
16
Views
5K
  • · Replies 13 ·
Replies
13
Views
4K
  • · Replies 94 ·
4
Replies
94
Views
12K