Friday, July 9, 2010

3D Displays May Be Hazardous to Young Children

Could this be a problem with the 3DS?

3D is all the rage right now, with cinemas and home theatre equipment both beefing up with glasses-mandatory viewing. Even gaming on-the-go is heading that way too with Nintendo's upcoming 3DS handheld.
While 3D gives us a neat effect while watching Toy Story 3, taking the kids to see that one over and over again, and eventually when it's on Blu-ray Disc, isn't a good idea at all.
According researchers who have been examining 3D video for years, the exposing children under the age of seven could affect their vision in a bad way. You see, our 3D human vision relies on our two eyes sending an image to our brains, which then makes stereoscopic sense out of it. This gives us depth perception – something that our brains only fully develop by the time we hit six years old.
Some of us aren't able to fully develop stereoscopic vision due to malaise in children called strabismus, sometimes known as lazy eye. This condition is treatable by training the nervous system to 'learn' stereopsis.
More than 15 years ago, Sega was toying with a VR headset that would give the wearer 3D images near the eye; but following a test by the Stanford Research Institute (SRI) at Palo Alto California, Sega was warned that the peripheral should not be given to kids – a tough order given that the video game market at the time was catered to a younger audience. The project was ditched, and 3D VR headsets slowly disappeared from the market.
Now that 3D is back, bigger than ever, the risk is even greater for young viewers. Adults are believed to be mostly safe from 3D effects, though most will likely find that they reach a point of fatigue before long anyway.

Make Firefox 4's Tab Bar Take Up Less Space

Chrome made a dent on the browser wars (aside from its touted page loading speed) because of its minimalist interface. Interface elements presented in a way that maximized screen real estate—especially moving the browser tabs to the window title.

You'd think that Mozilla would've come up with something similar for the Firefox 4 beta. Turns out that wasn't the case. Yes, the browser's title bar is now smaller, but the tabs are still below it. Luckily, the latest version of Mozilla's browser lets users work some CSS magic to push Firefox's tabs upwards. All it involves is adding the following code:
#appmenu-button-container{
position: fixed !important;
}
#navigator-toolbox[tabsontop="true"] #TabsToolbar{
padding-left: 80px !important;
margin-right: 105px !important;
padding-top: 2px !important;
}
#appmenu-button{
padding: 3px 5px 3px 5px !important;
height: 20px !important;
}
...to Firefox 4's userChrome.css file. Instructions on how to locate the file—and an important warning—are available on Gdgtry.