You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-dev@perl.apache.org by allan juul <la...@inet.uni2.dk> on 2002/07/05 08:47:18 UTC

results page

the results-test page has been fixed to work on

WIN XP:
IE6.0
OPERA6.02
NS7
NS4.75 (perfectly useable)


http://www.bullitt.suite.dk/clean2/dst_html/res/results2.html


please test this page also on other platforms

/allan

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-dev-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-dev-help@perl.apache.org


Re: results page

Posted by "Jonathan M. Hollin" <ne...@digital-word.com>.
allan juul wrote:
> the results-test page has been fixed to work on
> 
> WIN XP:
> IE6.0
> OPERA6.02
> NS7
> NS4.75 (perfectly useable)

Confirmed OK with Mozilla and IE6 (checked properly this time) on Win2K.




-- 
Jonathan M. Hollin

Technical Director:  Digital-Word Co. (http://digital-word.com/)
Co-ordinator:  WYPUG (http://wypug.pm.org/)


---------------------------------------------------------------------
To unsubscribe, e-mail: docs-dev-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-dev-help@perl.apache.org


Re: results page

Posted by Stas Bekman <st...@stason.org>.
I apologize for the huge post, by mistake I made a snapshot of the whole 
desktop rather than the window that I wanted :(

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:stas@stason.org http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


---------------------------------------------------------------------
To unsubscribe, e-mail: docs-dev-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-dev-help@perl.apache.org


Re: results page

Posted by allan juul <la...@inet.uni2.dk>.
Quoting Bill Moseley <mo...@hank.org>:

> I'd rather stick with the table if not using one is going to break all our
> favorite browsers.  Like we said, we can't expect the site to work
> perfectly in buggy browsers.  It's not much of a loss to not see the right
> side of that bar.

you can fix it by using one single large table like this:

<table>

 <tr>
   <td>usual stuff for two topbars</td>
   <td>usual stuff for two topbars</td>
 </tr>
 <tr>
   <td>usual stuff for two topbars</td>
 </tr>
...

 <tr>
  <td colspan="2">
   here comes the actual results embrqaced in <dl> tags
  </td>
 </tr>
...
 
 <tr>
   <td>usual stuff for two topbars</td>
   <td>usual stuff for two topbars</td>
 </tr>
 <tr>
   <td>usual stuff for two topbars</td>
   <td>usual stuff for two topbars</td>
 </tr>
...
</table> 

this will work in any browser.

im off for the weekend
./allan

 
> Maybe IE will get better when more people quit coding to its bugs...
> 
> 
> -- 
> Bill Moseley
> mailto:moseley@hank.org
> 
> 


-- 

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-dev-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-dev-help@perl.apache.org


Re: results page

Posted by Bill Moseley <mo...@hank.org>.
At 02:34 PM 07/05/02 +0200, allan juul wrote:
>the results top bar should be the same width as the rightbox
>the text inside the results-bars should, well be insie and on the same
line as 
>always

It's very odd that the table doesn't work.  

I'd rather stick with the table if not using one is going to break all our
favorite browsers.  Like we said, we can't expect the site to work
perfectly in buggy browsers.  It's not much of a loss to not see the right
side of that bar.

Maybe IE will get better when more people quit coding to its bugs...


-- 
Bill Moseley
mailto:moseley@hank.org

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-dev-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-dev-help@perl.apache.org


Re: results page

Posted by Stas Bekman <st...@stason.org>.
allan juul wrote:
>>>correct guessed. dont know howto fix this then (;
>>
>>Sorry, I've lost the problem you are trying to fix (wide results in 
>>search?). But this fix definitely breaks the linux browsers. I know I 
>>don't help much here :(
> 
> 
> 
> the results top bar should be the same width as the rightbox
> the text inside the results-bars should, well be insie and on the same line as 
> always
> 
> please mail me a screenshot of results3.html and ill look at it ;)

as I said, they are exactly the same snapshots. I've double checked.



__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:stas@stason.org http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


---------------------------------------------------------------------
To unsubscribe, e-mail: docs-dev-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-dev-help@perl.apache.org


Re: results page

Posted by allan juul <la...@inet.uni2.dk>.
> > correct guessed. dont know howto fix this then (;
> 
> Sorry, I've lost the problem you are trying to fix (wide results in 
> search?). But this fix definitely breaks the linux browsers. I know I 
> don't help much here :(


the results top bar should be the same width as the rightbox
the text inside the results-bars should, well be insie and on the same line as 
always

please mail me a screenshot of results3.html and ill look at it ;)
/allan

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-dev-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-dev-help@perl.apache.org


Re: results page

Posted by Stas Bekman <st...@stason.org>.
allan juul wrote:
> Quoting Stas Bekman <st...@stason.org>:
> 
> 
>>allan juul wrote:
>>
>>>Quoting Stas Bekman <st...@stason.org>:
>>>
>>>please try 
>>>http://www.bullitt.suite.dk/clean2/dst_html/res/results2.html
>>
>>Are you sure that's the right URL? That's the one you gave before. In 
>>any case nothing has changed.
>>
>>I've tried results3.html (guessing that may be that was the right one), 
>>with the same results.
> 
> 
> correct guessed. dont know howto fix this then (;

Sorry, I've lost the problem you are trying to fix (wide results in 
search?). But this fix definitely breaks the linux browsers. I know I 
don't help much here :(


__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:stas@stason.org http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


---------------------------------------------------------------------
To unsubscribe, e-mail: docs-dev-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-dev-help@perl.apache.org


Re: results page

Posted by allan juul <la...@inet.uni2.dk>.
Quoting Stas Bekman <st...@stason.org>:

> allan juul wrote:
> > Quoting Stas Bekman <st...@stason.org>:
> > 
> > please try 
> > http://www.bullitt.suite.dk/clean2/dst_html/res/results2.html
> 
> Are you sure that's the right URL? That's the one you gave before. In 
> any case nothing has changed.
> 
> I've tried results3.html (guessing that may be that was the right one), 
> with the same results.

correct guessed. dont know howto fix this then (;

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-dev-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-dev-help@perl.apache.org


Re: results page

Posted by Stas Bekman <st...@stason.org>.
allan juul wrote:
> Quoting Stas Bekman <st...@stason.org>:
> 
> please try 
> http://www.bullitt.suite.dk/clean2/dst_html/res/results2.html

Are you sure that's the right URL? That's the one you gave before. In 
any case nothing has changed.

I've tried results3.html (guessing that may be that was the right one), 
with the same results.



__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:stas@stason.org http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


---------------------------------------------------------------------
To unsubscribe, e-mail: docs-dev-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-dev-help@perl.apache.org


Re: results page

Posted by allan juul <la...@inet.uni2.dk>.
Quoting Stas Bekman <st...@stason.org>:

please try 
http://www.bullitt.suite.dk/clean2/dst_html/res/results2.html


./allan

> > please test this page also on other platforms
> 
> linux:
> Mozilla   -1 (page 1, 2 is shifted to the center, and there is an ugly 
> corner next to it, see snapshot 3)
> Konqueror +1
> Opera     -1 (see snapshot2)

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-dev-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-dev-help@perl.apache.org


Re: results page

Posted by Stas Bekman <st...@stason.org>.
allan juul wrote:
> the results-test page has been fixed to work on
> 
> WIN XP:
> IE6.0
> OPERA6.02
> NS7
> NS4.75 (perfectly useable)
> 
> 
> http://www.bullitt.suite.dk/clean2/dst_html/res/results2.html
> 
> 
> please test this page also on other platforms

linux:
Mozilla   -1 (page 1, 2 is shifted to the center, and there is an ugly 
corner next to it, see snapshot 3)
Konqueror +1
Opera     -1 (see snapshot2)


__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:stas@stason.org http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com