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 3140(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!

6.6
How can I provide variable (say 1.5) line spacing (like the ones used in MS Word) in an edit box? Can this be done? Thanks.
Zones: Windows MFCDate Answered: 10/25/1998 Views: 0
In DOS there was a maximum for the environment space. I'm not sure what the default was, but there was a way through config.sys to change it. If you had to many "SET" commands, you could increase t...
Zones: Windows NT NetworkDate Answered: 12/09/1998 Views: 0
Hi..... I have an array that holds 35 or so scalars, The problem I have is that each scalar has spaces at the end and at the beginning, eg...... @array = (“ Value one         \n“, “ Value two      ...
Zones: CGIDate Answered: 05/29/1999 Views: 0
I am interested in trending in how a datafile gets filled up with actual filled blocks and not what is allocated. That is allocated space could be 1GB but actual usage could be  1MB.   1) This i...
Zones: OracleDate Answered: 03/06/2000 Views: 0
i open a file on my unix server and display it but use <pre> to preserve white space then i try to use <font face> after the pre but it has no effect <pre> <font face="Times Roman"> ... ...
Zones: HTML, Font CreatorDate Answered: 07/19/2000 Views: 0
I have an ASP with a form on it with a checkbox in the form.   Sometimes the value of the checkbox may be "Financial Applications" with a space between each word.   When the user clicks a sub...
Zones: ASPDate Answered: 08/10/2000 Views: 0
I need some code that will OpenFile(FileName) using paramstr's that will work whether there's spaces in the filename or not. I've looked at the borland richedit example and I can't get it to wor...
Zones: Delphi ProgrammingDate Answered: 10/08/2000 Views: 0
Hi I'm having two problems with a FORM I'm creating.  The form is a search engine, with a text field and a search button, much like Altavista's. 1. For some reason, a blank line is automatica...
Zones: HTMLDate Answered: 10/24/2000 Views: 0
I want it so that a user adds a last name into the textbox.  I validate it with javascript.  This is the code:function check_form()      {      if (document.frmUpdateMember.FirstName.value = "" )...
Zones: JavaScriptDate Answered: 02/02/2001 Views: 0
WHERE: document.form1.shipname.value = "Ship Location" WHAT: Below function gives me error "Expected ';'" WHY: It isn't a problem of course when document.form1.shipname.value is a contiguous ...
Zones: JavaScriptDate Answered: 06/06/2001 Views: 0