cURL / Mailing Lists / curl-users / Single Mail

curl-users

RE: the download page

From: Roth, Kevin P. <KPRoth_at_MAPLLC.com>
Date: Wed, 9 Apr 2003 08:08:16 -0400

My internet explorer also gets confused on those A tags. I think what you want is this:
   <tr><td class="ostitle" colspan="7"><a name="AIX">AIX</a></td></tr>
Or perhaps:
   <tr><td class="ostitle" colspan="7">AIX<a name="AIX">&nbsp;</a></td></tr>
 
For the naming scheme, I agree that Win32 repeated like that looks a bit funny. But I don't think the Type column alone would look OK either. I suggest replacing "Win32" with the flavor, and additionally leaving the word "Generic" off. So, you'd have:
 
 Win32 (native)
    Win32 ....
    Win32 ....
 Win32 - MinGW32
    MinGW32 ...
 Win32 - Cygwin
    Cygwin ...
 
Not sure if this model is OK for the linuxen also, but I'd guess it would work.
 
- Kevin
 
 

        -----Original Message-----
        From: Daniel Stenberg [mailto:daniel_at_haxx.se]
        Sent: Wed 04/09/03 3:03 AM
        

        The only problem I have with this is that my Mozilla gets confused when I
        click on those links, since the <a name> tags are in the middle of a table
        and it doesn't seem to like that!

        That turned out very neat. I now chack for "flavour" within an OS and if
        there are more than one stored, I make a separate section for each one. Then
        I only show package and cpu if there are more than one within one such
        section.

        I have only one minor thing I'm still not entirely happy with: shall I
        continue to keep the name of the OS in the left-most column? Like in the
        three win32 sections, they're all named 'Win32' there. Should I perhaps
        instead use the package type (as shown in the 3rd column)? Using the OS name
        there seems like such a duplication of it.

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
Received on 2003-04-09