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 7871(1.035 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!

8.2
I want to set a Href link so that when clicked it fires a function in another frame, but I'm having problems. <'A 'HREF = "javscriptvoid()"           onMouseover = "img_act('butt5')"           ...
Zones: JavaScriptDate Answered: 07/28/1997 Views: 0
Rather than produce one long homogenous lump of code I have followed good programming practice and split out functional areas into separate functions and procedures. As an example I have a number ...
Zones: C++Date Answered: 09/10/1997 Views: 0
Hi, I am in dispair. I have tried to use the GetKeyboardState function but it gives me the error 'Actual parameter not matching formal var parameter. Here is a fragment of my code: var KeybSt...
Zones: Delphi ProgrammingDate Answered: 12/13/1997 Views: 0
Explain the concept of Friend class & Friend Functions with an example.
Zones: C++Date Answered: 02/15/1998 Views: 0
Is there any built in functions that can return me the number of files found (Including sub directories) when i pass in a directory path. I just want the number of files found not including the dir...
Zones: Delphi ProgrammingDate Answered: 04/02/1998 Views: 0
I have a function called ProperCase in a module.  I have a form with the following fields:  Name, Address1, Address2, City, ST, ZIP and Phone Number.    I would like to put the ProperCase function...
Zones: MS AccessDate Answered: 05/14/1998 Views: 0
How many Pascal Experts it will take to answer with "Homework Alert!" as their first answer? Please, I want to learn but I do not want  "Homework Alert" for an answer. If Pascal did not contain co...
Zones: PascalDate Answered: 04/30/1998 Views: 0
I know it is possible to declare a function pointer like:    typedef int (* fun)(int l, int r); and use it like this:    int add   (int l, int r) { return l + r; }    int minus (int l, int r) { ...
Zones: C++Date Answered: 06/13/1998 Views: 0
Hi... I have problem calling ANY function from Rasapi32.dll in win95/98... I'm not shure I do it right... This can't be a problem for an expert...so if anyone please could help me out with this one...
Zones: Visual BasicDate Answered: 07/15/1998 Views: 0
I'm trying to get 2 classes to work together.  The first class is called from the main code by creating an object: CWCA  obj1(record_entry); class CWCA { friend ostream& operator <<(ostream& str,...
Zones: C++Date Answered: 07/27/1998 Views: 0