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 101(0.005 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!

8.6
This one is driving me crazy! I have a menu that is positioned on the left side of the screen. When I scroll over an item, the menu expands to the left. It works great! However. as the menu expa...
Zones: ColdFusion Application ServerDate Answered: 02/12/2005 Views: 0
Here's a doozy.  Consider the following: * I have a page that contains a Flash CFForm. * I have a query object that contains a list of states/provinces from the US, Canada and Australia. * I h...
Zones: ColdFusion Application ServerDate Answered: 07/29/2005 Views: 0
I have an employee select list that shows all employees' names.  I then have a cfselect that shows what medical insurance plan they chose (which comes from a different query related by an ID number...
Zones: ColdFusion Application ServerDate Answered: 10/14/2005 Views: 0
<CFSELECT name="TEST"></CFSELECT> generates an empty OPTION tag in the final HTML when using XML forms. How can I override this? I presume I have to edit the XML or XSLT files in order to fix this...?
Zones: ColdFusion Application ServerDate Answered: 03/27/2006 Views: 0
I've been trying to use CFSELECT to make a field be required, but it doesn't seem to work. My code looks like: <cfselect name="referrer" required="Yes" message="Please tell us how you heard abou...
Zones: ColdFusion Application ServerDate Answered: 08/17/2000 Views: 9
I want to be able to change the font size, width, background colour etc of a CFSELECT box. Does anyone know how to do this?
Zones: ColdFusion Application ServerDate Answered: 08/29/2000 Views: 0
Hi, I am trying to use the cfselect tag. In the documentation the example states that one can use the required attribute with the cfselect too. It does not work properly. As soon as the <...
Zones: ColdFusion Application ServerDate Answered: 11/14/2000 Views: 4
I'm trying to find out if I can, or how to put a CFLOOP into a CFSELECT drop down menu. I'm stumped and cant't get it to fly. Check BOX A to see my query: I've set the name "FUSION" to be t...
Zones: ColdFusion Application ServerDate Answered: 03/30/2004 Views: 0
ok first i have the following two cfqueries at the top of my document. ************************************************ <cfquery name="GetProducts" datasource="ds1"> select * FROM products </...
Zones: ColdFusion Application ServerDate Answered: 10/22/2002 Views: 0
Hi, I am trying to create two dynamically linked drop down menus. IE Person selects product category in first drop down menu and then sub categories for that major category are automatically pop...
Zones: ColdFusion Application ServerDate Answered: 06/04/2003 Views: 0