Advertisement

Check out our new and improved Advanced Search! We have added additional search options and the ability to save your searches.
 
Enter Keywords:
 
1 - 10 of 831(0.002 seconds)
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

9.0
I call two servlets very swiftly after another in a JavaScript function: serverAddress = "/servlet/threader.RedServlet"; parent.frames[0].location = serverAddress; serverAddress = "/servlet/thr...
Zones: Java, ServletsDate Answered: 11/04/1999 Views: 0
class Test implements Runnable {   Thread t = null;   Test() {         t = new Thread(this);         t.start();   }     public void run() {       printTest();   }    void printTest() {    sync...
Zones: JavaDate Answered: 03/13/2000 Views: 0
When using Outlook to dial in and synchronize all folders i get the following error " synchronization with offline folder could not be completed.The information store could not be opened" I seem to...
Zones: Outlook GroupwareDate Answered: 05/31/2000 Views: 0
How to run a batch file in background in Synchronous mode from C or C++ programming langauge using VC++ tool?
Zones: C++Date Answered: 05/01/2001 Views: 0
Hi Is it possible to use the synchronize procedure in another way than just passing a procedure name. Is it somehow possible to pass it a procedure which takes a parameter. Like this? sync...
Zones: Delphi ProgrammingDate Answered: 06/25/2001 Views: 0
Hi, I have two full installed SQL2000 Enterprise Servers. The first (SQL1) is the big machine, which takes the workload. The second one (SQL2) is a smaller computer which only should get a live...
Zones: MS SQL ServerDate Answered: 05/29/2002 Views: 0
I would like to run code which will synchronize my database. Basically I'm trying to negate the need for users to go to Tools->Replication->Synchronize. I believe I need a shell function, but am no...
Zones: MS AccessDate Answered: 01/16/2003 Views: 0
Hi experts, I wonder how the TThread.Synchronize method works: e.g.   ...   Synchronize(Foo);   Bar;   ... Does Foo _always_ finish _before_ Bar is executed? Reagards, J
Zones: Delphi ProgrammingDate Answered: 03/05/2003 Views: 0
I am trying to integrate a command button within the application that will instruct access to perform a synchronization of an assigned replica.  The users of this database have difficulty with comp...
Zones: MS AccessDate Answered: 07/17/2003 Views: 0
Hi, i have this problem. I'm trying to play various sounds using the playsound method from winmm.dll The issue is that we are Drawing many things using timers, so we can't synchronize the sounds ...
Zones: C#Date Answered: 08/04/2003 Views: 0