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 1508(0.001 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.0
I have an image say 200 x 200 and I want to be able to split it up into smaller pieces say 50 x 50 therefore giving me 16 tiles which when I lay them out properly on my page will give me the overal...
Zones: Web ImagesDate Answered: 08/12/1997 Views: 0
Hi, I'm interested in VC-development Window. How can I Build such a window?
Zones: Windows MFCDate Answered: 08/20/1997 Views: 0
My project is SDI. I need to split the window the the next form: +----------+------+ | View1    | View2| |          +------+ |          | View3| |          |      | +----------+------+ I know how ...
Zones: Windows MFCDate Answered: 08/16/1999 Views: 0
I have data files of the following format: data1,data2,data3,data4...;data6,data7,data8... with an unknown number of floating point values before and after the semi-colon.  The values are comma...
Zones: C++Date Answered: 05/01/2000 Views: 0
I have a project from my boss: faster download large size photo from Internet. What I am going to do is use multi-thread technology, how to split the large size photo file into small pics and ...
Zones: Delphi ProgrammingDate Answered: 03/21/2001 Views: 0
I currently have the following setup: AMD 1.33Ghz, 256Mb RAM, WinME installed on C: (27gigs), D: (45 gigs) is full of vital mp3's and E: (9 gigs) is pretty much empty.  Other information should ...
Zones: Windows 98Date Answered: 05/16/2001 Views: 0
When I do: @words = split /\s+/,$long_string; where $long_string has leading and trailing whitespaces, the leading whitespaces will cause the first word returned to be an empty string (i.e. "...
Zones: PerlDate Answered: 10/13/2003 Views: 0
Hi; I have a string "1234200202020020590010001020", How to split it into ... 1234 20020202002059 001 0001 020 and assign into different variable according to the length. If the string is "...
Zones: PerlDate Answered: 05/14/2002 Views: 0
http://www.experts-exchange.com/java/Q.20192063.html Points split. Moondancer - EE Moderator
Zones: JavaDate Answered: 05/27/2002 Views: 0
hi all, $str = aaa,"bbb,ccc,ddd",xxx; if i need to split with comma but dont split with comma when the words are inside the quotes, what do i do? my output should be like aaa "bbb,ccc,ddd" ...
Zones: PerlDate Answered: 07/01/2002 Views: 0