Vin wrote:
adx wrote:
1. CSS
I seem to have stepped into a minefield, I can't help jumping back on the soapbox and expanding on my "CSS bashing" (even though I think CSS is a good idea on the whole and is not really the cause of the problems).
Stepped into a minefield? Browsers maybe...
Ah yes, that must be it. I missed most of it, having got a new computer and started using a new browser from then on. But the whole web standards browser campaign seemed misguided and self-serving in a M$esque way. It's my choice what browser I want to run, and if I'm happy with an old one which doesn't support all the latest features, then it's "customers' choice".
BTW I downloaded NS 3.04 which is what I used for a long time, and it's good actually (apart from all the script errors). It displays the CMSMS templates well (as in, without styles at all, so is quite readable unlike NS4). It also displays my website perfectly, no surprise there.
Vin wrote:
The content should be always accessible. This is IMHO more important than code validation (which is not always reliable). The content with disabled styles should be functional, and CMSMS layouts are very advanced in accessibility. I don't understand how a blind man can judge a layout, but he definetely can judge the accessibility.
There are various tools which convert images into sound, this allows a blind person to get an idea of the look of a whole page, and where things are, which is often important ("to the left there is..." for a basic example). Also in html table based days I imagine they could tab from one cell to another. With a poor CSS layout, the "cells" can be all over the place, and in any order. A question of good vs bad design of course, but my gripe is many hack designers obviously just treat CSS as "a way to do proper layouts these days", missing the whole point.
Excellent! I had a bit of a hunt around and found a few related mods which do things like rewrite the stylesheet into the html of each page, which allows the page to be saved (and edited) as one file. That's along the same lines as that CSS emulator idea I was thinking of, it should be possible to emulate most of the important CSS static layout features in good old html, even if roughly. Better to just come up with a design which renders acceptably in all browsers (like that skidoo page), or (like you say) disable stylesheets for older browsers (but only those that are known to be incompatible, rather than presumed of course).
CMS solves a lot of problems potentially. Once you make the decsion that you're not going to publish your source files exact (which a CMS forces onto you), it opens up more options. What about rewriting css and html to remove comments? Or defining a special comment tag which is always stripped from the output? This would allow me to pop a secure comment or version history into the content (or template, or CSS, or metadata - wherever it belongs) with certainty that it would never end up going out to the world. The existing CMSMS templates are full of comments and formatting and probably all sorts of other things that have nothing to do with what the browsers render.
C and CSS - anything with curly braces and semicolons on the end of lines is C to me

Same way as Python and BASIC is the same
Thankyou! That's pretty much exactly what I wanted. Except I noticed:
-it still doesn't let you actually make a note of what your change was
-it doesn't display the archive history in IE6 (it does in FF2, but fck doesn't work properly)
Very promising though, especially for business users who must keep copies of old advertising for proof of claims made etc.
Vin wrote:
Hmm. I haven't seen an animated image in demos of cmses [edit]Except the ads themselves

[/edit], and in fact I don't see any reason why to use an animated gif "buy now". Looks like annoying ad, to be honest...

.
I was kinda joking about the buynow button

But it's the mindset CMSMS probably needs to target. It's a sad fact that a flashing "install NOW" button would probably see downloads jump. Actually that's probably a bit harsh, but the expectation of seeing something flashing or moving on a modern website is quite normal, even though it looks horrible and annoying. I was actually thinking more along the lines of an animated CSS flyout menu, which is something that can't be shown in a still image, let alone a wordy description.
Anyway, CMSMS remains the only non-skilled usable CMS I've found.
Oh BTW I tried that "Greenery" theme under XAMPP rather than Sokkit and it didn't crash anything.