<?xml version="1.0"?>
<rss version="2.0">
    <channel>
        <title>WinCleaner AntiSpyware Reviews RSS Feed</title>
        <link>http://wincleaner-antispyware.business-logic-corporation.qarchive.org</link>
        <description>Free AntiSpyware Solution for Windows



WinCleaner AntiSpyware is free software that helps protect your Microsoft Windows ® computer against pop-ups, slow performance, and security threats caused by spyware, adware and other unwanted nuisances.



It features Real-Time Protection and an automatic monitoring system against spyware called Active Shields, that is both quick and timely so it minimizes interruptions and helps you stay productive.



WinCleaner AntiSpyware exceeds the protection of most commercial grade solutions! And since experts recommend that you have at least two or three different antispyware solutions to maximize the security and privacy of your computer, you will find our free antispyware solution to be of great value.



WinCleaner AntiSpyware Benefits and Features:



- Extensive spyware knowlege base

- Ultra fast spyware scanning and detection

- Minimal impact on computer performace

- Comprehensive realtime shields that protect again spyware infections

- Provides forum based active support

- Installs quickly and is very easy to use

- It's a totally free antispyware solution</description>
        <generator>QArchive.org RSS Generator</generator>
	            <item>
            <title>Wincleaner Installation on Win98 by Alfredossillum with average rate 3.0</title>
            <link>http://wincleaner-antispyware.business-logic-corporation.qarchive.org/#4</link>
            <description>
                Dear sirs,

I installed your program 'Wincleaner' on a computer using 'Win98SE'.
On the first use of your program after completion everything just locked up resulting me having to re format the drive and reinstall 'Win 98SE. I am not saying that the failure I experienced was the fault of your program but since reinstalling the operating system things are running ok again. 

Kindest regards,

Terence A Mulliss

            </description>
            <pubDate>10 Tue 2008</pubDate>
        </item>
        <item>
            <title>Wincleaner not for the blind by imcoocoo with average rate 2.5</title>
            <link>http://wincleaner-antispyware.business-logic-corporation.qarchive.org/#3</link>
            <description>
                My name is Jason Bratcher.<br />
The reason I'm writing this review is because I had a very difficult time with the ui of WinCleaner.<br />
You see, the problem I have is that I was born blind.<br />
I will never get my sight back.<br />
So in the computer world, I rely entirely on a special program called a screen reader.<br />
It takes the text written on the screen and translates it in to audible speech.<br />
Screen readers use a special component called msaa (MicroSoft Active Accessibility) to retrieve pertinent info about on- and off-screen objects, dialogs, child elements, etc.<br />
I was expecting to use the keyboard to get around the wincleaner ui, but I found it woefully inadequate.<br />
The tab key would not move focus from element to element, i e, button to editbox to checkbox.<br />
I physically had to use my screen reader's mouse cursor implement just to get around.<br />
And even then I was not getting the kind of info I should have been getting.<br />
For example, the "save" button in the settings dialog was not even indicated as a button.<br />
In fact, the settings dialog, which a sighted user could easily figure out, did not appear at all to be a dialog to my screen reader.<br />
I also didn't see any underlined letters to indicate access keys.<br />
So from these three woes, I had a truly WinDirty time with WinCleaner.<br />
What do I do now?<br />
<br />
Program authors can do a few things to make their software half-heartily accessible to the totally blind who have absolutely no choice but to use a screen reader on a 24-7-365/366 basis, which essentially means every day:<br />
вЂў1. Try to stay away from your own custom (and oftentimes, really cute) window classes and use only the Microsoft foundation classes.<br />
These standard classes are interpreted perfectly by my screen reader.<br />
вЂў2. Implement a tab order in your software and force the active focus to move when I press the tab key; reverse the direction if i use shift tab.<br />
вЂў3. Along the lines of window classes, make sure that each and every class has its own window.<br />
That way, my screen reader will truly know where the focus is at all times.<br />
And keep the parent-child family view in mind while writing your window layout.<br />
вЂў4. If you really have to use toolbars, include a tool tip for each (and every) graphical picture on the tool bar.<br />
While my screen reader can read text, it can not say that a graphic is drawn like a dog, cat, horse, whatever, so the tool tip takes the place of it.<br />
Put your tool tips in the status bar of the active window.<br />
Average users like me prefer the Goldilox approach (you know, not too much info, not too little info, but just right).<br />
If you can't decide what's just right, add a dialog box to your program to allow us to physically we write the tool tips to our liking.<br />
вЂў5. Use a standard menu bar.<br />
Man, I have to take the kinda cute look away from your software, but a standards-looking and usable ui will go a very long way to make a piece of software more accessible then it is.<br />
вЂў6. Include access keys and follow standard pneumonic rules in Windows.<br />
Oh, brother, am i really going to have to play "professor" for a day?<br />
What if my words don't come out right?<br />
Put an and (&) sign immediately to the left of the letter you want to designate as a access key.<br />
E G, a file menu indicated with alt f would be written as "&File" without quotes, of course.<br />
Add accelerator commands next to common tasks and honor them at all times.<br />
Close, anyone?<br />
Alt f4.<br />
I am not sure how to do keyboard short cuts for accelerators.<br />
вЂў7. Blind people really do not care about the visual appearance of a window.<br />
We would if we could see, but since i have an eye disease called RLF, that won't be happening any time soon, maybe never...<br />
Honor and obey the window appearance that was set ahead of time for the user.<br />
Do not assume anything.<br />
If you have to give us feedback, give us the choice between a dialog box or a sound.<br />
When you write the dialog box, write it in a form like this:<br />
I will be writing this part as to how my screen reader actually says what it does when it is encountered.<br />
Keep in mind that I will be writing audio descriptions that are to be excluded from the actual text at all costs.<br />
This would be the title of a wincleaner dialog box:<br />
"WinCleaner Scan Results dialog"<br />
Take out the word "dialog" when you write a dialog box title.<br />
"the scan is now finished.<br />
Summary<br />
memory:<br />
running processes  66<br />
Un-welcome  45  (76%)<br />
registry:<br />
total  60,000<br />
Un-welcome  40,000  (75%)<br />
files<br />
total  80,000<br />
Un-welcome  20,000 (25%)<br />
Press "next" to decide what to remove."<br />
"next button"<br />
"Cancel button"<br />
If we decide on a sound, use either the windows registry to save the location of the sound.<br />
That guarantees that we can get to the sounds applet and change it that way.<br />
or use a standard open dialog to let us browse for a sound.<br />
Include a "play" or Listen" button so we can hear the fruits of our labor.<br />
Again, Goldilox calls.<br />
Don't make the sound loud and obtrusive, but also don't make it soft and saddle.<br />
The sound of breaking glass or a passing ambulance should be a good enough indicator that this pc needs help.<br />
From the sample description i wrote earlier, that pc really needs help!<br />
And really include the percentages; i can then truly know how much damage that spyware has really done to the computer.<br />
And if you really want to make things great, actually show the three progress bars while the scan happens.<br />
In this example, you really don't want to see all of the progress bars go all the way to 100%?<br />
I didn't think so.<br />
Hope that explains my: WinCleaner Woes!
            </description>
            <pubDate>15 Tue 2007</pubDate>
        </item>
        <item>
            <title>Author's Response by Author with average rate -</title>
            <link>http://wincleaner-antispyware.business-logic-corporation.qarchive.org/#2</link>
            <description>
                I don't understand the problem that you are having. It seems to install fine for most people as we do have many tens of thousands of downloads just in the last few days alone. Please send me more details on the problem and we can take a look at it.
            </description>
            <pubDate>08 Sun 2007</pubDate>
        </item>
        <item>
            <title>registry mistake by charundefined with average rate 1.0</title>
            <link>http://wincleaner-antispyware.business-logic-corporation.qarchive.org/#1</link>
            <description>
                the registry instruction for your program has uninstall instead of install I was unable to down  load your program please correct look forward to down loading your program in future
            </description>
            <pubDate>08 Sun 2007</pubDate>
        </item>
    </channel>
</rss>
