Plugin pages updated on ghisler.com (64-bit)
Moderators: Hacker, petermad, Stefan2, white
- Balderstrom
- Power Member
- Posts: 2148
- Joined: 2005-10-11, 10:10 UTC
There are some nice 16x16 icon set in which there are several images that can be used for a download button.
http://www.iconarchive.com/show/fugue-icons-by-yusuke-kamiyamane.html
http://www.iconarchive.com/show/fugue-icons-by-yusuke-kamiyamane.html
If you remove the border around the image, center the image, underline the text, make the arrow for the combined package somewhat bigger, then it looks quite respectable already. See:ghisler(Author) wrote:I meant something like this:
http://www.ghisler.com/pluginstest.htm
But with better looking images!
http://img198.imageshack.us/img198/2531/tcplugins6.png
Just perfect enough! That's what I was talking about.If you remove the border around the image, center the image, underline the text, make the arrow for the combined package somewhat bigger, then it looks quite respectable already. See:
http://img198.imageshack.us/img198/2531/tcplugins6.png
Ukrainian Total Commander Translator. Feedback and discuss.
- ghisler(Author)
- Site Admin
- Posts: 50475
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Have a look at my test page now, please:
http://www.ghisler.com/pluginstest.htm
I haven't centered the 32-bit links so it's easier to spot the plugins with 64-bit versions.
http://www.ghisler.com/pluginstest.htm
I haven't centered the 32-bit links so it's easier to spot the plugins with 64-bit versions.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Yep, looks better now.
Suggestion:
Move "release date" from plugin name cell to new column.
Suggestion:
Move "release date" from plugin name cell to new column.
Ukrainian Total Commander Translator. Feedback and discuss.
Hello, Christian.
The current layout of the Total Commander - Plugins page is much clearer and better than the old one. Implementing Henrie's and MaXx's suggestions (post above) would indeed further improve readability.
Having praised the layout, I would like to mention a flaw affecting the content:
Though the link promises a 32/64-bit download package this link DEB 1.0 2012/05/15 - x32/x64 actually downloads the original 32-bit only version dated 2002.
Cheers,
Karl
The current layout of the Total Commander - Plugins page is much clearer and better than the old one. Implementing Henrie's and MaXx's suggestions (post above) would indeed further improve readability.
Having praised the layout, I would like to mention a flaw affecting the content:
Though the link promises a 32/64-bit download package this link DEB 1.0 2012/05/15 - x32/x64 actually downloads the original 32-bit only version dated 2002.
Cheers,
Karl
MX Linux 21.3 64-bit xfce, Total Commander 11.50 64-bit
The people of Alderaan keep on bravely fighting back the clone warriors sent out by the unscrupulous Sith Lord Palpatine.
The Prophet's Song
The people of Alderaan keep on bravely fighting back the clone warriors sent out by the unscrupulous Sith Lord Palpatine.
The Prophet's Song
- Balderstrom
- Power Member
- Posts: 2148
- Joined: 2005-10-11, 10:10 UTC
- ghisler(Author)
- Site Admin
- Posts: 50475
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
2karlchen
DEB fixed, thanks! You may need to refresh the page manually.
The date has been moved down, and it's bold only when it's from the same year.
2Balderstrom
What would be the advantage? Doesn't the one I use work in more browsers?
DEB fixed, thanks! You may need to refresh the page manually.
The date has been moved down, and it's bold only when it's from the same year.
2Balderstrom
What would be the advantage? Doesn't the one I use work in more browsers?
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
- Balderstrom
- Power Member
- Posts: 2148
- Joined: 2005-10-11, 10:10 UTC
Actually <td valign="top" align="center"> will do the same, and it is not correct that css will work in old browsers.Use:
<td style="text-align:center" valign="top" align="left">
valign="top" and align="center" has been supported by browsers far longer than style="text-align:center".
It is not before IE 5.5 and Netscape 6.0 that the early CSS1 recommendations were reasonably supported.
So Christian is right: not using the style tag will make the html work in more browsers.
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
- Balderstrom
- Power Member
- Posts: 2148
- Joined: 2005-10-11, 10:10 UTC
That's correct - to comply with html 4 or 5 strict or xhtml you must use:Most of those html attributes are deprecated.
<td style="text-align: center; vertical-align: top">
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar