Free mouse software for people with motor disabilities

Posted in General Interest, Popular, Uncategorized on by admin – Be the first to comment

Washington.edu – The hand moves the computer mouse, but the cursor doesn’t comply. The cursor doesn’t go where told.

The hand tries again. The cursor shoots past the intended target.

The hand tries a third time – and the cursor loops farther from the target than where it started. And the user is frustrated.

So it often goes for computer users whose motor disabilities prevent them from easily using a computer mouse.

As the population ages, more people are having trouble with motor control, but a University of Washington team has invented two mouse cursors that make clicking targets a whole lot easier. And neither requires additional computer hardware – just some free, downloadable software. The researchers hope that in exchange for the software, users offer feedback.

The Pointing Magnifier [click for download page] combines an area cursor with visual and motor magnification, reducing need for fine, precise pointing. The UW’s AIM Research Group, which invented the Pointing Magnifier, learned that users can much more easily acquire targets, even small ones, 23 percent faster with the Pointing Magnifier.

The magnifier runs on Windows-based computer systems. It replaces the conventional cursor with a larger, circular cursor that can be made even larger for users who have less motor control. To acquire a target, the user places the large cursor somewhere over the target, and clicks. The Pointing Magnifier then magnifies everything under that circular area until it fills the screen, making even tiny targets large. The user then clicks with a point cursor inside that magnified area, acquiring the target. Although the Pointing Magnifier requires two clicks, it’s much easier to use than a conventional mouse, which can require many clicks to connect with a target.

Screen magnifiers for people with visual impairments have been around a long time, but such magnifiers affect only the size of screen pixels, not the motor space in which users act, thus offering no benefit to users with motor impairments. The Pointing Magnifier enlarges both visual and motor space.

Software for the Pointing Magnifier includes a control panel that allows the user to adjust color, transparency level, magnification factor, and area cursor size. User preferences are saved when the application is closed. Keyboard shortcuts quickly enable or disable the Pointing Magnifier. The UW team is also making shortcuts customizable.

“It’s less expensive to create computer solutions for people who have disabilities if you focus on software rather than specialized hardware, and software is usually easier to procure than hardware,” said Jacob O. Wobbrock, an assistant professor in the Information School who leads the AIM Group.

His group’s paper on enhanced area cursors, including the Pointing Magnifier, was presented at the 2010 User Interface Software and Technology symposium in New York. A follow-on paper will be presented at a similar conference in May.

Another AIM technology, the Angle Mouse, similarly helps people with disabilities. Like the Pointing Magnifier, it may be downloaded, and two videos, one for general audiences and another for academic ones, are available as well.

When the Angle Mouse cursor initially blasts towards a target, the spread of movement angles, even for people with motor impairments, tends to be narrow, so the Angle Mouse keeps the cursor moving fast. However, when the cursor nears its target and the user tries to land, the angles formed by movements diverge sharply, so the Angle Mouse slows the cursor, enlarges motor space and makes the target easier to get into. The more trouble a user has, the larger the target will be made in motor space. (The target’s visual appearance will not change.)

Wobbrock compares the Angle Mouse to a race car. “On a straightaway, when the path is open, the car whips along, but in a tight corner, the car slows and makes a series of precise corrections, ensuring its accuracy.”

A study of the Angle Mouse included 16 people, half of whom had motor impairments. The Angle Mouse improved motor-impaired pointing performance by 10 percent over the regular Windows™ default mouse and 11 percent over sticky icons – an earlier innovation in which targets slow the cursor when it is inside them.

“Pointing is an essential part of using a computer, but it can be quite difficult and time consuming if dexterity is a problem,” Wobbrock said. “Even shaving one second off each time a person points may save hours over the course of a year.”

Wobbrock suggests that users try both the Pointing Magnifier and the Angle Mouse before deciding which they prefer.

“Our cursors make ubiquitous mice, touchpads, and trackballs more effective for people with motor impairments without requiring new, custom hardware,” Wobbrock said. “We’re achieving accessibility by improving devices that computer users already have. Making computers friendlier for everyone is the whole point of our work.”

The Pointing Magnifier work was funded by the National Science Foundation and the Natural Sciences and Engineering Research Council of Canada.

The Angle Mouse work was supported by Microsoft Research, Intel Research and the National Science Foundation (By Catherine O’Donnell; UW News and Information).

Your web surfing history invisibly stolen via JavaScript

Posted in General Interest, Popular, Uncategorized on by admin – Be the first to comment

UCSD.edu – The Web surfing history saved in your Web browser can be accessed without your permission, especially if you use Internet Explorer as your browser. JavaScript code deployed by real websites and online advertising providers use browser vulnerabilities to determine which sites you have and have not visited, according to new research from computer scientists at the University of California, San Diego.

The researchers documented JavaScript code secretly collecting browsing histories of Web users through “history sniffing” and sending that information across the network. While history sniffing and its potential implications for privacy violation have been discussed and demonstrated, the new work provides the first empirical analysis of history sniffing on the real Web.

“Nobody knew if anyone on the Internet was using history sniffing to get at users’ private browsing history. What we were able to show is that the answer is yes,” said UC San Diego computer science professor Hovav Shacham.

The computer scientists from the UC San Diego Jacobs School of Engineering presented this work in October at the 2010 ACM Conference on Computer and Communications Security (CCS 2010) in a paper entitled, “An Empirical Study of Privacy-Violating Information Flows in JavaScript Web Applications.”

History Sniffing

History sniffing takes place without your knowledge or permission and relies on the fact that browsers display links to sites you’ve visited differently than ones you haven’t: by default, visited links are purple, unvisited links blue. History sniffing JavaScript code running on a Web page checks to see if your browser displays links to specific URLs as blue or purple.

History sniffing can be used by website owners to learn which competitor sites visitors have or have not been to. History sniffing can also be deployed by advertising companies looking to build user profiles, or by online criminals collecting information for future phishing attacks. Learning what banking site you visit, for example, suggests which fake banking page to serve up during a phishing attack aimed at collecting your bank account login information.

“JavaScript is a great thing, it allows things like Gmail and Google Maps and a whole bunch of Web 2.0 applications; but it also opens up a lot of security vulnerabilities. We want to let the broad public know that history sniffing is possible, it actually happens out there, and that there are a lot of people vulnerable to this attack,” said UC San Diego computer science professor Sorin Lerner.

The latest versions of Firefox, Chrome, and Safari now block the history sniffing attacks the computer scientists monitored. Internet Explorer, however, does not currently defend against history sniffing. In addition, anyone using anything but the latest versions of the patched browsers is also vulnerable.

Sniffing out History Sniffing

“We built a dynamic data flow engine for JavaScript to track history sniffing in the wild. I don’t know of any other practical tool that can be used to do this kind of extensive study,” said Dongseok Jang, the UC San Diego computer science Ph.D. student who developed the JavaScript monitoring technology. The researchers plan to broaden their work and study what information is being leaked by applications on social media and other Web 2.0 sites.

The computer scientists looked for history sniffing on the front pages of the top 50,000 websites, according to Alexa global website rankings. They found that 485 of the top 50,000 sites inspect style properties that can be used to infer the browser’s history. Out of 485 sites, 63 transferred the browser’s history to the network. “We confirmed that 46 of them are actually doing history sniffing, one of these sites being in the Alexa global top 100,” the UC San Diego computer scientists write in the CCS 2010 paper.

Table 1 in the paper outlines the websites the computer scientists found that performed history sniffing during the data collection period. In some cases, the websites created their own history sniffing systems. In other cases, advertisements served by outside companies contained JavaScript code performing the history sniffing.

History Sniffing in Perspective

The computer scientists say that history sniffing does not pose as great a risk to your privacy or identity as malicious software programs (malware) that can steal your banking information or your entire Facebook profile. But, according to Shacham, “history sniffing is unusual in effectively allowing any site you visit to learn about your browsing habits on any other site, regardless if the two sites have any business relationship.”

To see history sniffing in action, visit: www.whattheinternetknowsaboutyou.com

“I think people who have updated or switched browsers should now worry about things other than history sniffing, like keeping their Flash plug-in up to date so they don’t get exploited. But that doesn’t mean that the companies that have engaged in history sniffing for the currently 60 percent of the user population that is vulnerable to it should get a free pass,” said Shacham.

Tracking History Sniffing

The UC San Diego history-sniffing detection tool analyzes the JavaScript running on the page to identify and tag all instances where the browser history is being checked. The way the system tags each of these potential history tracking events can be compared to the ink or paint packets that banks add to bags of money being stolen.

“As soon as a JavaScript tries to look at the color of a link, we immediately put ‘paint’ on that. Some sites collected that information but never sent it over the network, so there was all this ‘paint’ inside the browser. But in other cases, we observed ‘paint’ being sent over the network, indicating that history sniffing is going on,” explained Lerner. The computer scientists only considered it history sniffing when the browser history information was sent over the network to a server.

“We detected when browser history is looked at, collected on the browser and sent on the network from the browser to their servers. What servers then do with that information is speculation,” said Lerner.

The “paint” tracking approach to monitoring JavaScript could be useful for more than just history sniffing, Lerner explained. “It could be useful for understanding what information is being leaked by applications on Web 2.0 sites. Many of these apps use a lot of JavaScript.”

Reference: Dongseok Jang, Ranjit Jhala, Sorlin Lerner, and Hovav Shacham. “An Empirical Study of Privacy-Violating Information Flows in JavaScript Web Applications.”In A. Keromytis and V. Shmatikov, eds., Proceedings of CCS 2010, pages 270–83. ACM Press, Oct. 2010.

Click-through behavior in web searches – research insight

Posted in Internet Marketing, Web Marketing on by admin – Be the first to comment

PSU.edu – In the world of search engines, clicks mean cash, and in a sluggish economy, companies can benefit by maximizing click-throughs to their Web sites from search engines.

Jim Jansen, associate professor of information sciences and technology, Penn State, and colleagues, developed a measurement to gauge customer satisfaction with search engine results. They hope this metric will aid companies in search engine optimization and internet marketing.

“In some sense, this study is a first step in using neural networks in the analysis of user-system interactions for Web search data,” Jansen said. “This research explores the online behaviors of users so that commercial search engine companies can utilize the data to improve click-through rates by designing more efficient retrieval and ranking algorithms.”

Jansen, along with Ying Zhang, industrial and manufacturing engineering, Penn State and Amanda Spink, Queensland University of Technology, used search logs from Dogpile.com to find the factors that predicted increased or decreased user click-throughs. They reported their results in the Journal of the American Society for Information Science and Technology.

Based on neural network data, the researchers were able to identify nine factors that can help predict future click-through rates, with five having positive effects, four having negative effects and one having no effect. The positive factors were: number of records in a search, sum of listing ranks, mean query length, browser type and query time. Negative factors were: number of organic links clicked, rate of vertical type, time of first query and log in time. User intent, whether they were looking for information, to make a transaction or to navigate somewhere, did not have a significant impact on predicting future click-throughs.

“From a practical point of view, the more that a user reformulates the initial query, the click-through will increase, although there may be individual queries where the user clicks on no links,” Jansen said.

The researchers used neural networks because they are modeling tools that can capture relationships between input and output. They took results from a Dogpile search engine transaction log and crated input and output values for the neural network.

“Because click-through is based on each user, we grouped the records according to each unique IP address and cookie to determine a single user,” Jansen said. “A huge data set was not necessary to train the neural networks because the principle of training is about how to use insufficient data to get necessary relationships between inputs and outputs.”

The researchers found that more web searchers clicked through early in the day and more searchers using Internet Explorer clicked through. They also found that searchers who clicked through more often, used longer than average queries, modified their queries more than the average searcher and searched for a longer period of time than average. They also noted that those searching on the Web clicked through more than those searching Audio, Video or Images.

How to Create New Products Almost Instantly

Posted in Internet Marketing, Uncategorized, Web Marketing on by admin – Be the first to comment

Interested to know how you can create almost instant $47, $67 and $97 digital information products?

Creating a product from scratch is time-consuming. The research alone can take a week, the writing can take two, and packaging the whole thing and getting it to market can easily take a month (and for most, it takes 2 months.)

But there is a shortcut: Find the absolute BEST PLR you can find. Don’t get junk, and don’t buy the stuff everyone else is getting. What you want are Private Label Rights (PLR) to premier products that are already PROVEN sellers.

Then increase their value five or ten fold by adding audio and or video. Audio is super easy to do: Get a free audio program and a microphone, and read the ebook. Add any thoughts you have along the way. Video is almost as easy; get Camtasia, create a few slides, and again read the content. Simple! You can do this in ONE afternoon.

Now you have a multi-media package you can sell for a good price. And since it’s already a proven seller, you know it’s going to make money.

Of course, the problem with this scenario is FINDING the super high quality PLR that is already proven to sell. The best source is to buy the rights directly from the author. Expect to pay $500 to $2000 for each ebook.

Or you could do what I’m doing… John Delavera is retiring, and he’s letting his entire stock of Turbo Products go with PLR rights. I’m buying it, and I’m going to add either audio or video to about 10 of the products and resell them. I figure I’ll make my money back in a couple of weeks, and be in profit from then on.

If you’re ready to take your income to the next level, I suggest you do the same. There are over 110 products in his package on Internet marketing alone, so we certainly won’t be stepping on each other’s toes. Especially if you rename the products and claim authorship.

And that’s another point: How do you become and instant author overnight? How do you claim the fame, credibility and money of an author of high quality Internet marketing How-to information? By getting John’s Turbo Farewell deal.

And if there was ever a PLR Mona Lisa, John is the person who would have the title. Yes, his stuff is THAT GOOD.

Here’s the link for more info…

http://qicute.com/?farewell

What is SEO, You Ask?

Posted in Internet Marketing on by admin – Comments Off

SEO, or search engine optimization, is a term used to
describe techniques used to drive traffic to your website
from search engines. Most of the web traffic you get will
come from the three search engines with the largest number
of indexed sites Google, Yahoo, and MSN (bing). If you want to
succeed in marketing your products online, you need to make
sure that your customers can find you. Below we introduce
you to the most basic concepts involved in SEO.

Keywords and Your Web Site

Most visitors to your site will find you by typing keywords
into a search engine. These may be a single word or a
phrase. By putting content on your web site that contains
relevant keywords, you have a better chance of having Web
surfers find your site.

How Search Engines Work

Very briefly, here’s how the process works…

Search engines have programs that go out through the World
Wide Web looking at content. These programs are referred to
as bots, spiders, or crawlers. Even the most advanced
search engine doesn’t have every web page crawled yet;
according to estimates, only about half of the 20 billion
pages online have actually been indexed.

Once a particular page has been crawled by a search
engine’s spiders, it is indexed. Indexing means that the
page has been added to that search engine’s database. Web
crawlers will revisit your pages to see whether they have
been updated since the last visit, so it’s important to
keep feeding your site with fresh content.

When you type a search query into a search engine, the
process is really quite impressive. The search engine
software goes through all of its pages to find a match for
the word or phrase you submitted. The more narrow your
query, the more specific your results will be.

The search results you are given are not just pulled out of
the air (figuratively speaking); they are ranked according
to a formula known as the search engine’s algorithm. The
specific factors that a search engine uses to rank sites is
a closely-guarded secret; the best anyone has come up with
are strategies that seem to work to get a higher ranking.

High Ranking and Web Traffic

If you want to attract a steady stream of traffic to your
site, you need to get a high search engine ranking. SEO
techniques will help you to reach that goal by helping you
to determine which keywords people are most likely to be
using to find information relevant to your niche market.
When you make a point of putting out content with these
well-chosen keywords in it, you have a better chance of
attracting site visitors who are interested in what your
site has to offer, and motivated to buy from you – now.

A key component of SEO is to track where the traffic coming
to your site is coming from and what kinds of keywords
Internet users are using to find you. If you can’t track
your results, you have no idea what techniques you are
using that are the most effective, and that is an important
aspect of search engine optimization.