Příspěvky uživatele David Scotson

Hi Juan,

I'm currently doing some theme development and would be happy to help you out in any way I can. However I'm not sure I understand what problems you are having, the sites all look excellent (and I'm using Safari on Mac OS X which is often overlooked by web developers mrzutost)

If you make the theme available for me to download and explain what you are trying to achieve I'll have a tinker with it and see what I can do.

Moodle in English -> Motivy -> Moodle 2.0 themes -> Re: Moodle 2.0 themes

autor David Scotson -

I would strongly recommend a look at the CSS work done for version 2 of the Plone CMS which you can see in action at http://plone.org/ (Note the clickable letter A's in the top-right corner that alter text size, one of many nice touches achieved with CSS).

They have not only created a default look that I find visually pleasing they have used valid and semantically correct XHTML and CSS ( this short article partly explains the difference ). This forward planning approach allowed them to achieve great accessablity in combination with very flexible skinning through only CSS changes.

You can see a Plone 2.0 site altered purely through CSS here: http://www.tyrell.com/

The main CSS guy from Plone lays out his approach in a talk which you can read the slides of here: http://plone.org/events/conferences/1/archive/customizingplone

Accessability has been a focus for Plone, at a recent conference in Europe they had a demo of a blind Austrian grandmother entering content into Plone through a braille interface after only a brief introduction to the system ( see photos here )

Hi, I'm trying to research higher education institutions that have adopted one VLE on a campus wide basis and later found it necessary to switch to a different system.

Obviously, people in this forum will have more experience with switching to Moodle but I would also be interested in switches from lesser known proprietary or homegrown systems to WebCT/Blackboard, switches between those two systems, or moves to other open source solutions.

Bear in mind that I'm talking only about officially supported, campus wide rollouts in higher/further education that have been officially replaced with another campus wide rollout.

As well as the instution and the names of the old and new VLEs, any brief notes on the reasoning behind the move (cost, flexibility, interoperability etc.) would very useful too.

thanks in advance for any help you can offer,

cheers,

dave
Průměr hodnocení: -
Wow! I've been editing that exact file all morning (for an unrelated reason) and I didn't even notice that it included the full <head> tag.

I'd somehow managed to convince myself that this was more complicated than it really is.

Cheers, and thanks for the prompt reply.

Moodle in English -> Motivy -> change in method of importing css files

autor David Scotson -
I'd really like it if the line of code that currently says this:

----

<link REL="stylesheet" TYPE="text/css" HREF="http://example.com/example/theme/example/styles.php">

----

was changed to something like this:

----

<link rel="stylesheet" href="styles.php" type="text/css">

<style type="text/css">
@import url(style.css);
</style>

----

For reasons that are explained here:
http://css-discuss.incutio.com/?page=ImportHack

I'm fairly certain this will have no impact on those not using more advanced css but will open up a whole new world for those that are.

Any thoughts?
Průměr hodnocení: -