Getting started with JaveScript and a real basic program

I’m currently following an online course on udemy.com which is teaching me JavaScript. I’ve decided to make some notes along the way to refer back to once all this stuff gets pushed out of my head again when I get back into robotics in September. This post is about how to start up a new JavaScript project using Sublime text editor (3). The first thing to do would be to create a new project folder somewhere on your computer and...Read more
Understanding HTML forms

Understanding HTML forms

For years I’ve constantly found myself struggling (as I come back to it again and again) with HTML forms. Not necessarily because I don’t understand how they work, but more because I’m not exposed to them that often. However, that said, I’ve now got to start building a system that has some forms in it and I’m therefore revisiting my notes to freshen up on the topic. I decided to write a blog post as my own personal “cheat sheet”...Read more