A little bit of CSS, part one
Introduction In reading some of the posts on the Moodle theme’s forum (moodle.org/mod/forum/view.php?id=46) I realise that the problems are sometimes
Read moreFor the online learning world
Introduction In reading some of the posts on the Moodle theme’s forum (moodle.org/mod/forum/view.php?id=46) I realise that the problems are sometimes
Read moreIntroduction If you’ve not read my ‘The first step’ posts (all three – one, two and three) and don’t understand
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 moreHow do computers store, process and interpret data? In this post we will explore through the medium of simple programs how this happens.
Read more