Synopsis
So you want to modify your Moodle installation? You’ve learnt a little about HTML ( www.w3schools.com/html/html_intro.asp ) and CSS ( www.w3schools.com/Css ), but you’re not really a programmer. As Moodle’s dynamic element is orchestrated by PHP ( www.php.net ) which is a scripting language (similar to a programming one). How can you make that leap?
In the first of a series of posts I’ll walk you through getting on that first step so that you have the confidence to access all of the other material that is out there but at this time completely confusing to you. Then you’ll be in a position to have the skill to learn how to modify and create Moodle code with more confidence.
I must stress that we won’t be using Moodle for the actual code, that’s far more complex!
Link
Post link on eLearningWorld: The first step – part one .