Skip to main content

A C Roynon

  • Blog
  • About
  • Contact
  • Links

How To Create A Simple To Do List App Using HTML, CSS, JS, and PHP

17th March 202011th January 2020 acroynon Leave a comment

In this series of tutorials, you will learn how to create a basic to-do list web application. This tutorial series is aimed at beginner programmers who may have created a simple webpage/website before or people who are interested in how … Click to read more

How To Create A Simple To Do List App Using HTML, CSS, JS, and PHP – Part 11

16th March 20205th January 2020 acroynon Leave a comment

This is the continuation of a series of tutorials about creating a to-do list web application, if you haven’t checked out the entire tutorial please start from Part 1.

In this part we are going to add code to … Click to read more

JavaScript Spread Operator Explained

13th March 20205th January 2020 acroynon 2 Comments

The JavaScript spread operator is a way to expand an array or list into a concatenable type. This will make more sense after looking at a few examples and code snippets. If you do not understand arrays or lists within … Click to read more

JavaScript Arrow Functions Explained

11th March 20205th January 2020 acroynon Leave a comment

JavaScript arrow functions, or lambdas, are a way to reduce the lines of code around writing functions. This can make code more readable if used in an appropriate way. When using arrow functions you can remove a few lines of … Click to read more

How To Create A Simple To Do List App Using HTML, CSS, JS, and PHP – Part 10

9th March 20205th January 2020 acroynon Leave a comment

This is the continuation of a series of tutorials about creating a to-do list web application, if you haven’t checked out the entire tutorial please start from Part 1.

In this part, we are going to add a few … Click to read more

Basic SQL Commands Explained

6th March 20205th January 2020 acroynon 2 Comments

SQL, or Structured Query Language, is a programming language to interact with and modify data within a SQL database. You use the SQL programming language to run operations onto a database, this can involve retrieving, adding, updating, or delete data … Click to read more

REST Method Basics Explained

4th March 20205th January 2020 acroynon Leave a comment

HTTPS verbs can be used to differentiate requests and tell the server what you want out of your request. It can also impose restrictions that can allow a more structured and secure web application. Using HTTP verbs can allow you … Click to read more

How To Create A Simple To-Do List App Using HTML, CSS, JS, and PHP – Part 9

2nd March 20206th December 2019 acroynon Leave a comment

This is the continuation of a series of tutorials about creating a to-do list web application, if you haven’t checked out the entire tutorial please start from Part 1.

In this tutorial, we are going to add a simple … Click to read more

What is SQL?

28th February 20206th December 2019 acroynon 1 Comment

SQL or Structured Query Language is a scripting language used to program and interact with a relational database. Using SQL you can create, manipulate, delete databases as well as add, remove, edit, and update tables in the database and data … Click to read more

What are Path Variables in Windows?

26th February 20206th December 2019 acroynon Leave a comment

Path variables are a set of directories that contain executable programs that can be executed using a terminal from any directory within the operating system.

Path variables can allow you to create, or use already existing, programs within the command … Click to read more

Posts navigation

Newer posts 1 2 3 … 13 Older posts
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Privacy Policy

Popular

  • How To Create A Simple To Do List App Using HTML, CSS, JS, and PHP
  • Relational Databases Explained
  • What is Programming Syntax?
  • How To Create A Simple To Do List App Using HTML, CSS, JS, and PHP – Part 8
  • The TCP/IP Model
  • What is Encryption?
  • How To Create A Simple To Do List App Using HTML, CSS, JS, and PHP – Part 3
  • How To Create A Simple To Do List App Using HTML, CSS, JS, and PHP – Part 5
  • Concurrency vs. Parallelism
  • JavaScript Spread Operator Explained
  • Functions in JavaScript
  • What is PHP?
  • What is Hashing?
  • REST Method Basics Explained
  • Open-Closed Principle

Recent

  • Dependency Inversion Principle
  • Interface Segregation Principle
  • Liskov Substitution Principle
  • Open-Closed Principle
  • Single Responsibility Principle (SRP)
  • The SOLID Principles
  • What is a Firewall?
  • What is Steganography?
  • The Difference Between a LAN and a WAN
  • JavaScript Destructuring Explained
  • How To Create A Simple To Do List App Using HTML, CSS, JS, and PHP
  • How To Create A Simple To Do List App Using HTML, CSS, JS, and PHP – Part 11
  • JavaScript Spread Operator Explained
  • JavaScript Arrow Functions Explained
  • How To Create A Simple To Do List App Using HTML, CSS, JS, and PHP – Part 10
© A C Roynon - Copyright 2021