Page 1 of 2
aniDB css conversion.
Posted: Sun Nov 28, 2004 4:13 pm
by fahrenheit
Hi all, i've been doing some work on the conversion of anidb to css html.
So that anyone can contribute with their knowledge as mine in css is not much, i decided to create this thread in development where everyone can check the current developmet and comment and where also i can update the status of the current devolpment.
status wrote:(04.12.2004 - 13:25)
[+] fixed the search box problem, i can now place it.
[+] CSS is now all valid, except for the scrollbars colors.
[-] HTML is not all valid.. But anyway is much more valid than before.
Note: can't upload files atm, my isp ftp server is down..
(29.11.2004 - 01:21)
[+] noticed that there is no styling of scrollbars, don't quite get it..
(28.11.2004 - 16:06)
[-] fixed the image problem on Moz browsers, added a src="na00000.gif" (transparent image) to all img tags and then css styled it.
[+] got a new bug, search thingie doesn't want to go where i want..
Anyway anyone can try to dev other templates to the current files:
html: page1.htm
css: animedb1.css
Re: aniDB css conversion.
Posted: Mon Nov 29, 2004 12:09 am
by pelican
fahrenheit wrote:Hi all, i've been doing some work on the conversion of anidb to css html.
Well, if you must, but I should inform you that your samples are unusable with a browser that does not support css.
Posted: Mon Nov 29, 2004 12:27 am
by fahrenheit
hmmm, what browser?
I've tested
http://pwp.netcabo.pt/fahrenheit/projec ... /page1.htm with IE6, FireFox 1.0 and Opera 7.6p3 and they all work, i suppose that every browser based on ie 5.0, possibly ie4.0, NS 5.0+, Opera 5.0+ and any version of Mozilla/Firefox, should be able to use css.
Posted: Mon Nov 29, 2004 1:28 am
by pelican
And, surprise, surprise, they all support css; there's a world of other browsers out there, and breaking pages on those browsers for a feature like style sheets isn't really on.
Posted: Mon Nov 29, 2004 1:47 am
by fahrenheit
i know they support css and the majority of other standarts on the net, that's why they are used by 90% of the users.
Anyway i was just trying to do this has a free time ocupation having in mind these
minimum requirements, which you all ready noticed are met.
The whole point of this thread and of what i'm doing is basicaly trying to give exp reasons to change for css, giving him reasons why css is nice and can be used as a plus point for the site, the point of the thread is to give other users that wish and want to contribute to this alternative to give their opinions about what i'm doing or what they are doing over the subject.
So basicaly i know that CSS is not a supported by every browser existing, and that if you change the layout to css some browsers wouldn't support it, but check the news it allready happened when exp forced gzip compression, some browsers didn't support it, whose fault is it?
Anyway there is still hope for your non-compilant css browser, the change is posponed for the time being

Posted: Mon Nov 29, 2004 2:19 am
by Elberet
Well, in the end, the goal should be to use plain HTML 3.2 plus <div> and <span> that works in any and all browsers - and have a CSS turn that into a nicely styled page like the current one. That's the zen of CSS design, so to speak.

Posted: Mon Nov 29, 2004 7:37 am
by exp
pelican wrote:And, surprise, surprise, they all support css; there's a world of other browsers out there, and breaking pages on those browsers for a feature like style sheets isn't really on.
IMHO the small amount of users with such browsers does not warrant not implementing improvements for all others.
And after all we're already enforcing gzip support by the browser in a non HTTP conform way :P
BYe!
EXP
Posted: Mon Nov 29, 2004 8:34 am
by Skywalka
errm... html 3.2 is deprecated and _should_ be replaced with html 4 and css usage especially because that way you can get rid of all the span tags. that's what the w3c thinks and that how it should be done.
that way we finally will be able to have pages working in all browsers that support that standard. before html 4 every browser producer could do what they wanted because the graphical rendering was kinda ffa, you could do what you wanted with the kind of wide limitations.
Posted: Mon Nov 29, 2004 10:59 am
by PetriW
exp wrote:pelican wrote:And, surprise, surprise, they all support css; there's a world of other browsers out there, and breaking pages on those browsers for a feature like style sheets isn't really on.
IMHO the small amount of users with such browsers does not warrant not implementing improvements for all others.
And after all we're already enforcing gzip support by the browser in a non HTTP conform way

Agreed, people using non css compliant browsers in this age need to upgrade.
Posted: Mon Nov 29, 2004 7:37 pm
by Elberet
@skywalka: If you follow the puristic approach to it all, then you'll only use a subset of the HTML 4 tags and properties anyways and remove any and all color and background image definitions from the HTML and even do stuff like replacing text labels with images by CSS rather then using an <img> tag.
Posted: Sat Dec 18, 2004 8:50 pm
by raevel
exp wrote:IMHO the small amount of users with such browsers does not warrant not implementing improvements for all others.
And after all we're already enforcing gzip support by the browser in a non HTTP conform way

I agree, you've already ditched IE by using gzip (which I'm perfectly fine with, since it makes users look for other, better, browsers)
CSS2 is considered a web standard by W3, and since it saves some precious bandwidth, why not use it?
And a question, are there any gzip-compatible browsers that doesn't support CSS2 and/or CSS1?
Posted: Mon Dec 20, 2004 9:30 am
by pelican
raevel wrote:And a question, are there any gzip-compatible browsers that doesn't support CSS2 and/or CSS1?
Yes, absolutely; gzip support is trivial, while css is anything but, so there are many such browsers... including the one I currently use (which admittedly only supports gzip because I hacked that into it... but lynx supports gzip and not css without changes).
Posted: Mon Dec 20, 2004 11:54 am
by rowaasr13
raevel wrote:
I agree, you've already ditched IE by using gzip (which I'm perfectly fine with, since it makes users look for other, better, browsers)
What? Do I see illusions of AniDB or all sites that run mod_gzip in IE?
Posted: Mon Dec 20, 2004 8:14 pm
by exp
rowaasr13 wrote:raevel wrote:
I agree, you've already ditched IE by using gzip (which I'm perfectly fine with, since it makes users look for other, better, browsers)
What? Do I see illusions of AniDB or all sites that run mod_gzip in IE?
only some versions of IE are affected.
BYe!
EXP
Posted: Tue Dec 21, 2004 2:37 am
by PetriW
exp wrote:only some versions of IE are affected.
You forgot the magic word: bugged.