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 3305(0.018 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
I need a script that plays and loops a MID-file, and works with both Netscape Navigator 3.0 and Internet Explorer 3.0. I was thinking about a script that detects the browser of the user and then se...
Zones: JavaScriptDate Answered: 05/23/1997 Views: 0
How can I change the case statement in the while loop looping? can you show me the source code for this question?
Zones: PascalDate Answered: 12/13/1998 Views: 4
for (loop=1; loop < div0.children.length; loop++) { if loop++ increments a for loop, how do you decrement it?  and how do you specify the increment to be greater than 1?
Zones: JavaScriptDate Answered: 03/23/1999 Views: 0
There is utility text2pdf which converts text file to pdf file. Format for conversion is:- text2pdf readme.txt > readme.pdf Output is  readme.pdf for further information u can see site:=p...
Zones: Windows NTDate Answered: 11/03/1999 Views: 0
I have a couple hundred roles in a database (SQL Server 7.0) that each have one user named 'tester1'. I want to delete all of the roles, but of course need to delete the users out of the roles f...
Zones: MS SQL ServerDate Answered: 06/09/2000 Views: 4
I'm a novice programmer using VB6 /w ADO controls & connections & Crystal control w/ Access DB. Tables capture data to pass to the Crystal Print Engine (CRPE). My print report code works /w hard co...
Zones: VB DBDate Answered: 07/24/2000 Views: 0
have the following loop creating error: while( fgets( line1, 256, parse1 ) ){                   //ptr1=strtok(line1,"|");             int i;             i=1;             for((ptr1[i]=strtok(line1,"|")...
Zones: CDate Answered: 08/16/2000 Views: 0
I need to know how I can loop thru arrays using this format using javascript. rs1 = new Array("a","b","c","d","e") rs2 = new Array("f","g","h","i","j") rs3 = new Array("k","l","m","n","o") rs...
Zones: JavaScriptDate Answered: 10/18/2000 Views: 0
Instead of using 'max(date)' I would like to check if todays date occurs in a column. If not, go back a day and check again, and loop until I find a date that exists (giving the same result as max(...
Zones: SybaseDate Answered: 12/13/2000 Views: 0
I'm new to javaScript and I don't quite understand the For loop syntax. I was expecting the following code to loop just once, and then exit - but it seems to go on forever. Please can someone...
Zones: JavaScriptDate Answered: 01/17/2001 Views: 4