Posts

Adapt Authoring Tool Hello World Part 3: Adding questions

April 29, 2020
Uncategorized

If you’ve been following on from the previous post you will be on the Page Structure page, if not then from the dashboard double click on the Hello World course, then from the Course structure page double click on the Take the test and say “Hello World” page. You’ll now be back on the Course structure page. Double click on the page box which is now labelled Take the test and say “Hello World! ...

Adapt Authoring Tool Hello World Part 2: Course creation and introductory text

April 29, 2020
Elearning
Adapt, Adapt Authoring Tool, elearning

As I mentioned in the overview page I won’t be covering the installation of the Adapt Authoring Tool as the documentation{.aioseop-link} covers it thoroughly. With the Authoring Tool started navigate to the Dashboard which will probably be at http://localhost:5000 if you have followed the installation defaults. If this is the first time starting it up the Dashboard will be blank.Click the green Add new course button in the top left. ...

Adapt Authoring Tool Hello World Part 1: Storyboard

April 29, 2020
Elearning
Adapt, Adapt Authoring Tool, elearning

Like most development that requires logic, whether this is created through code or a user interface, it’s best to have a plan of what you will be producing rather than diving in and ending up with a result that is hard to maintain. Even though this elearning course is fairly simple we’ll create a storyboard to refer to throughout its creation. For this I have used Pages and exported it as a PDF. ...

Adapt Authoring Tool Hello World

April 29, 2020
Elearning
Adapt, Adapt Authoring Tool, elearning

I’ve created a small series of blog posts showing how you can create a simple Adapt elearning course using the Adapt Authoring Tool{.aioseop-link}. These posts assume you have already installed the Authoring Tool. If you have not then please follow the very comprehensive installation instructions{.aioseop-link}. To start off we will create a storyboard{.aioseop-link} that will guide our development of the course. Further posts will cover Creating the course with introductory text{. ...

Arduino Indoor Outdoor Temperatures

April 14, 2020
API, Arduino
Arduino

There has been many times that I’ve left the house and noticed the difference in temperature between inside and outside my home. I thought a fun project would be to combine an Arduino reading the inside temperature and the outside temperature. I had a couple ideas on how to do this. The first involved two Arduinos, one inside and one outside, both using TMP36 sensors to monitor the temperatures. The second was a single Arduino inside that recorded the temperature using the sensor and then using the Open Weather Map API{. ...

When to use a custom search solution

January 22, 2019
Uncategorized

This post also appears on the Headscape site. Website search can often be a thorny subject. Expectations of search capabilities have been set very high by search engines. The default search offered by content management systems (CMSs) is often a bit basic by comparison. For example, the results are often not the most relevant to the search term used because the CMS is only offering a simple “does this page contain this word” method. ...

Blogging, Completed It Mate

September 8, 2018
Uncategorized

Oddly enough I’d had this post in mind over the summer and then some gentle encouragement from Paul Boag on an episode of The Boagworld Podcast convinced me to finish writing it. Towards the end of last year I had several ideas for blog posts rattling round my head. I made a conscious decision I should actually finish the blog posts instead of leaving them as “Draft” and thinking “I’ll finish that soon”. ...

Today I am Not Working From Home

March 27, 2018
Uncategorized

I’m a full time remote worker and have a room at home set up as an office I can shut myself away in. As I’ve talked about before I love working from home but this week for the first time I decided to try remote working from a public space. I choose a local Wetherspoons as it seemed to tick all the boxes and was a short walk from home. ...

Fractal – A Backend Developers Perspective

March 20, 2018
Uncategorized

One of the great thing about attending conferences is attending a talk and learning about something you didn’t even realise you wanted to know about. During DrupalCon Vienna I saw a talk by Anton Staroverov and Tassilo Groeper from Wondrous titled Decouple your Twig from PHP and make Frontenders happy! In the talk they showed a tool called Fractal which has been developed by Clearleft. After seeing the presentation I felt this would be a very useful tool so set about looking into it further. ...