Built a small project that you want to show off, but don't want to pay for hosting? Try GitHub Pages! Find out how to get your GitHub project hosted on its own page: robcallaghan.co.uk/blog/serving-a…#github#100DaysOfCode
@VodafoneUK broadband has been down for about 40 minutes now (based in Cheshire). WFH so not ideal at all. Your Contact page isn't working for me either so can't call. Can you help?
#100DaysOfCode Day 7+8: Forgot to post last night. After a break I'm back home and coding again.
Implemented jump links with smooth scrolling and intersection observers to update the 'active' nav link depending on the current section.
#javascript
#100DaysOfCode Day 6: 'Completed' the logic of the Direct Comparison chart, including select / dropdown fields that auto-update the chart.
Rookie mistake, though; using one scale for all nutritional values is just wrong (look at the Calcium!).
#javascript#chartjs
#100DaysOfCode Day 5: messing around with the 2D Canvas API today trying to write labels dynamically on to a chart; getting the text to rotate and in the right place was a challenge, but got there in the end. ctx.transform() rotates the canvas, not the text... duh!