Posts made by Martin Dougiamas

Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers
It would be cool if, when it couldn't find 'php' (because command-line php isn't that common) that it also looked for wget, lynx etc and basically advised on the best thing to do. smile Oh yes, and it would be extra nice if it checked crontab for an existing entry just in case it's been run twice.

(Gosh it's nice being on this side of the fence for a change! wink big grin )
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers
Microsoft Office docs appearing "embedded" in web pages only works for Microsoft IE on Microsoft Windows.

I'd also like to see a site that lists various media and their browser/plugin compatibility, but I find it hard to believe that there isn't already a site out there that does this (because it's not a Moodle-specific thing, but more of a browser issue).
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers
It's a nice dream, but anything you find is going to be a lot more basic than Excel - look how much space Excel takes up on your hard drive!

This is always a good place to research scripts: www.hotscripts.com.

eg:
http://www.hotscripts.com/Detailed/19244.html
http://www.hotscripts.com/Detailed/19469.html
http://www.hotscripts.com/Detailed/15623.html

of course the other route is www.openoffice.org.
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers
As long as your server is using slasharguments then there is no problem using relative links to images etc.  (see http://moodle.org/doc/?frame=faq.html&sub=filenotfound)

eg <img src="somefile.jpg">

... will work if the image file is in the same directory as the HTML file (within Moodle or elsewhere).