Advertisement

05.14.2008 at 11:28AM PDT, ID: 23402593
[x]
Attachment Details
[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

Two columns print out, via while loop

Asked by catonthecouchproductions in Extensible HTML (XHTML), Cascading Style Sheets (CSS)

I have a project list page where it displays all results in a table, and i am trying to set it up as two columns across, but I am not sure how i would do that, I know how with a static code, but not sure how it will treat it with the while loop to print out the results on my page, so far, i have it just stacking one on top of the other, in DIV's. My code is below.Start Free Trial
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
<? include_once("windowNav.php"); ?>
<h1>Projects by Overhead Door of Burlington, VT</h1>
<h2>Click the image to view details</h2>
<?
//error checking
error_reporting(E_ERROR | E_WARNING | E_PARSE);
include "windows/configProject.php";
 
    $sql    = "SELECT project.id AS projectID, project.name AS projectName, project.id AS pID, image.name AS imageName  FROM project JOIN image on project.id = image.s_id WHERE project.cat_id = 1 GROUP BY projectID";
    $query  = mysql_query($sql) or die(mysql_error());
	while($row = mysql_fetch_array($query)){
        print "\n";
        print '<div class="winBox">';        print "\n";
        print '<div class="winImg">';        print "\n";
        print '<a href="?p=viewProject&id='.$row['pID'].'"><img src="images/windows/'.$row['imageName'].'" alt="images for windows project" width="150" height="125" class="left" /></a>';        print "\n";
        print '</div>';        print "\n";
        print '<div class="rightBox">';        print "\n";
        print '<h1>'.$row['projectName'].'</h1>'; print "\n";
        print '<h2>'.$row['description'].'</h2>'; print "\n";
        print $row['id'];
        print '</div>';        print "\n";
        print "\n";
        print '</div>';        print "\n";
    }
?>
 
Loading Advertisement...
 
[+][-]05.14.2008 at 11:34AM PDT, ID: 21567225

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05.14.2008 at 11:37AM PDT, ID: 21567260

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05.14.2008 at 11:37AM PDT, ID: 21567262

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05.14.2008 at 11:42AM PDT, ID: 21567298

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05.14.2008 at 11:42AM PDT, ID: 21567301

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05.14.2008 at 11:44AM PDT, ID: 21567330

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05.14.2008 at 12:26PM PDT, ID: 21567795

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05.14.2008 at 12:40PM PDT, ID: 21567945

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05.14.2008 at 12:45PM PDT, ID: 21567996

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05.14.2008 at 12:46PM PDT, ID: 21568003

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05.14.2008 at 12:54PM PDT, ID: 21568065

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05.14.2008 at 08:21PM PDT, ID: 21570471

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05.15.2008 at 06:37AM PDT, ID: 21573459

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05.15.2008 at 07:34AM PDT, ID: 21574063

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05.16.2008 at 01:42PM PDT, ID: 21586294

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Extensible HTML (XHTML), Cascading Style Sheets (CSS)
Sign Up Now!
Solution Provided By: hielo
Participating Experts: 2
Solution Grade: A
 
 
[+][-]05.23.2008 at 11:44AM PDT, ID: 21634670

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628