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 464(0.004 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!

7.4
I want to index a top-level directory but I only want to include certain directories underneath.  I have used the tag cf_pathindex and that works great....but it does not allow me to exclude a dire...
Zones: ColdFusion Application Server, SSIDate Answered: 10/12/2000 Views: 4
We want to do a SQL Load using 8i loader. We have  records from the file that contain an 'A','B','C','D' ....'N' in a varchar2(1) column, field1.  We want to exclude all except A-D.   We are t...
Zones: OracleDate Answered: 03/27/2001 Views: 0
Hi, I'm running rsync. I would like to exclude some dir but the case is I would like to exclude by refer to symbolic link dir instead of the dir itself. ex: file_a -> /fs/junk/rubbish i...
Zones: UnixDate Answered: 02/17/2003 Views: 0
Hi Friends, How can I get number of days between two days excluding Sunday by using DateDiff function or other method. Thanks & Regards Manoj
Zones: MS AccessDate Answered: 09/20/2003 Views: 0
Hi, I have a form with a textfield which I want to validate before the form is submitted. The textfield is not allowed to contain spaces and the following characters: ,.<>/*&^%$#@!~-_  ., ...
Zones: JavaScriptDate Answered: 05/21/2003 Views: 0
I have 4 fields that help track the response time of the technicians at work. The four fields are DateInitial, InitialTime, DateArrived, ArrivalTime, These four fields added together give me ...
Zones: MS AccessDate Answered: 12/16/2003 Views: 0
I have my site hosted remotely. I would like to create a CFCOLLECTION, but exclude certain pages (such as Application.cfm, robots.txt, and anything with _vti_cnf in the URL). How can this be ...
Zones: ColdFusion Application ServerDate Answered: 03/30/2004 Views: 0
I am outputing DIR to a TXT file that I want to email. I want to exclude some portions. Here's a sample of how it is: c:\Temp\vid>dir  Volume in drive C has no label.  Volume Serial Number...
Zones: MS DOSDate Answered: 08/26/2004 Views: 0
With this code: <select name="strFileList"> <% set objFSO = CreateObject("Scripting.FileSystemObject") set objFolder = objFSO.GetFolder(Server.MapPath("..\InProgress"))     for each objFile ...
Zones: ASPDate Answered: 12/29/2004 Views: 0
I have this cool little ASP below that takes an open table and prints all contents. Question is can I easily exclude certain tables fields? <TABLE BORDER=1> <TR> <% ' %%%%%%%%%%%%%%%%%%%%%%%...
Zones: ASPDate Answered: 02/25/2005 Views: 0