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 609(0.019 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!

4.8
public class Button2NewB extends Applet {   Button     b1 = new Button("Button 1"),     b2 = new Button("Button 2");   TextField t = new TextField(20);   public void init() {     b1.addActionListen...
Zones: JavaDate Answered: 02/25/1999 Views: 0
Hi, I am trying to output a report using arrays.  I don't know why I am not getting any returns from my query.  I checked in the database itself and there should be something returned--however, not...
Zones: ColdFusion Application ServerDate Answered: 08/15/2000 Views: 0
when i define a border for a table in style sheet it takes only the outer border. my problem is, how do i define the table border so that it takes both the outer and the internal borders in the tab...
Zones: JavaScript, DHTMLDate Answered: 03/04/2003 Views: 0
I have a co-worker who has devised this method of querying multiple data tables: SELECT * FROM Students, Bookings, RotaryClubs, Schools WHERE Students.RotaryID=RotaryClubs.RotaryID and Bookings....
Zones: MS SQL ServerDate Answered: 09/19/2001 Views: 15
the following statement works in both ie5/6 and ns6 : document.getElementByID("lblDate").innerHTML = etc.etc however the following statement does not work in ns6. what is wrong ? strDate =...
Zones: JavaScriptDate Answered: 02/03/2002 Views: 15
The following SQL statement works and is bound to a datagrid. SQL = "SELECT CountryName, SiteName FROM tblSite INNER JOIN tblCountry ON tblSite.CountryID=tblCountry.CountryID WHERE tblCountry....
Zones: ProgrammingDate Answered: 10/28/2002 Views: 0
I create a MFC DLL Project using Visual C++ 6.0 and one class is declared as "class __declspec(dllexport) CHLSmSock" to be used by other applications. But  two question are raised.   1. I have to ...
Zones: Windows MFCDate Answered: 11/06/2003 Views: 0
I have an append query to update a table with certian information which the user chooses via form. When you run the query it adds the data twice. I cannot see why. Any ideas? INSERT INTO Training ...
Zones: MS AccessDate Answered: 01/21/2004 Views: 0
I have 2 tables, one called Payments data, the other T-cards.   I want to update the value in the field Payment type in Payments data to the same value as is in Payment_type in T-cards. This ...
Zones: MS SQL ServerDate Answered: 03/16/2005 Views: 0
select bid from business_accounts a , bank_accounts b , bank_branches c , banks d where a.BANK_ACCOUNT_ID = b.bank_account_id and   c.BANK_BRANCH_ID  = a.BANK_BRANCH_ID and d.bank_id = c.bank_...
Zones: OracleDate Answered: 06/14/2006 Views: 0