An unexpected editor
Introduction For years now I’ve been developing Moodle code in Notepad++, because of its tabs and understanding of line endings
Read moreFor the online learning world
Introduction For years now I’ve been developing Moodle code in Notepad++, because of its tabs and understanding of line endings
Read moreWhat exactly is ‘Development’? In this post I’ll describe what it means to me within the context of ‘Software Engineering’.
Read moreNot sure if you are ready to start Moodle development? Use this free course to find out!
Read moreSave time and energy while enhancing consistency of digital learning materials by repurposing them. Teachers, here are a few ways
Read moreLast time in part one we setup a web server and looked at PHP output. This time in part two we will look at:
1. variables
2. functions
3. scope and globals
So you want to modify your Moodle installation? You’ve learnt a little about HTML and CSS, but you’re not really a programmer. As Moodle’s dynamic element is orchestrated by PHP which is a scripting language (similar to a programming one). How can you make that leap?
Read moreIntroduction This month I’m going to discuss ‘Refactoring’ within the context of developing, maintaining and improving a Moodle plugin. The
Read moreIntroduction Moodle stands for ‘Modular Object Orientated Dynamic Learning Environment’ (and the first word is ‘Modular’ and not “Martin’s” as
Read moreIntroduction Time marches on and with that time we seek to improve upon what we have created. So has been
Read more