Debugging SCSS
Introduction You’re customising your Moodle site using CSS / SCSS, perhaps with a plugin or in theme, then suddenly your
Read moreFor the online learning world
Introduction You’re customising your Moodle site using CSS / SCSS, perhaps with a plugin or in theme, then suddenly your
Read moreIntroduction A long time ago, seven and a half years or so, when I was involved with and maintaining the
Read moreIn our world these days we interact with advanced machines, machines that are the result of centuries of human tool development. They are complex and require careful configuration to ensure that they operate in the way we intend them to do so. There are many ‘configurations’ with varying levels of complexity. Take the software that runs on the machine, that is a ‘configuration’ that is instructions that tell the machine what to do, and yet that has a ‘configuration’ too, a set of values associated with the particular operational functionality of the software, the settings. Hopefully that configuration you can manage yourself from the information provided to you by the developer (or via a technical writer) on what each setting does. But what of the actual software? How is this created? What is this mysterious person ‘The Developer’?
Read moreIntroduction With the introduction of H5P in Moodle and having themes that allow us to customise the look brings the
Read moreRecently a mate of mine had been mulling over a puzzle that he’d found via Reddit and couldn’t solve. It goes something like this “You can only be exactly twice someone’s age once, and it’s when they turn the same age you were when they were born. Every birthday after that makes you less than twice their age”. So I thought, ‘Hang on a moment! I’ve been writing calendar orientated small Java programs, Java has a “GregorianCalendar” class that I can use, and you can perform time functions! Challenge accepted!’.
Read moreAs a follow on from ‘A little bit more Java’, this time we will progress to look at how we can input from the command line and enhance our program even further. The beginnings of a program can be an uphill struggle as we work away to get something that actually does something. Now we’ve made progress, that hill will start to soften and we’ll be able to add more functionality now that we have our base.
Read moreIn recent years, I’ve been creating a calendar using images that I’ve taken. Back in 2002, I created a small Java program that prints out the calendar for the next twelve months. In my themes and on the MoodleBites eLearningWorld theme courses I have code that arranges the Moodle blocks horizontally, this is partly facilitated through the employment of column CSS classes that are based upon the ideas implemented in the Bootstrap framework. Combine all of these thoughts, and add to my recent posts with Java then I thought ‘Why can’t I get Java to create a calendar just like the one I have printed?’. And that’s what this month is all about, where we will additionally see how pre-processing of HTML output can be designed and implemented from scratch.
Read moreAs a follow on from ‘A little bit of Java’, I thought that we’d progress into something a bit more complicated. The thing is with software creation is that the initial learning curve is steep, but once you’ve gotten over that then things do become easier. One way of climbing that initial curve is to have a defined goal with an outcome that you strive to reach. The program also needs to have a purpose so that it does something useful for us. Then we will be motivated to attain the goal of achieving our solution when things get tricky. Therefore our program will take text that we enter and apply a ‘Substitution cipher’ and tell us the result. That result we can then enter again and get what we originally typed back.
Read moreLife is all about learning and maintaining the skills you have. I started off writing software in procedural languages, then moved on to C++, being object orientated, then Java came along and I fell in love with it. I found it much easier not having to worry about memory management and having so much ‘out of box’ components, especially graphical ones. So let us learn and revisit the language and discover it.
Read moreAre you a Moodle LMS plugin developer? Whether or not you make your plugins available on Moodle.org, GitHub.com or for
Read more