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

3.4
ell, before we talk about more points I need to find out about the domain thing.  Because if they       are different it is not possible.  The reason is a security issue.  You would not want for ex...
Zones: JavaScriptDate Answered: 10/17/1998 Views: 0
I've got Red Hat installed. I want to give two specific users access to /sbin/shutdown. However, if I logon as any one of these users, and type /sbin/shutdown it says sorry, gotta be root to run...
Zones: Linux, Red Hat LinuxDate Answered: 04/03/2000 Views: 0
I've made a form that has to be filled in by users who visit my site. In this form there is a textfield, which must be checked on having alphabetic and/or numeric values only. Is there anybody who ...
Zones: JavaScriptDate Answered: 06/20/2000 Views: 0
I am creating a report in a stored procedure. The problem is, there is a field that has multiple selections (due to listbox) and the values are separated by ";". The report that has to be displayed...
Zones: MS SQL ServerDate Answered: 07/18/2002 Views: 0
Hi, The Regular Expression object in JScript is good in that it allows a wide range of syntax. However, what I want is only allow the user to use the * and ? characters in their search and al...
Zones: JavaScriptDate Answered: 01/18/2003 Views: 0
hello friends, I have a small problem. presently I have a .htaccess file with the following contents AuthUserFile /home/hw/prakash/.htpasswd AuthGroupFile /dev/null AuthName restricted <Li...
Zones: Linux AdminDate Answered: 04/14/2003 Views: 4
I use this to make a text box only allow 0,1,2,3,4,5,6,7,8,9, KeyAscii = IIf(Not KeyAscii = 8 And Not IsNumeric(Chr(KeyAscii)), 0, KeyAscii) -------------------------------------------...
Zones: Visual BasicDate Answered: 11/14/2002 Views: 0
Ok, now that ive got the dialogs working thanks again kretzschmar!!)... how can i get my app to allow drag n drop (and by filetype association) to open text files? Thanks in advance :)
Zones: Delphi ProgrammingDate Answered: 02/01/2003 Views: 0
I use this code on the keypress event of a textbox so people only enter numbers, dots, backspace, etc. If InStr("1234567890" & Chr$(46) & Chr$(8) & Chr$(13), Chr$(KeyAscii)) = 0 Then KeyAscii = ...
Zones: Visual BasicDate Answered: 08/05/2003 Views: 0
Dim query As String     Dim objConnection As New adodb.Connection     Dim ds As New adodb.Connection     Set ds = New adodb.Connection     ds.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4....
Zones: VB DBDate Answered: 08/07/2003 Views: 0