The Ultimate Guide to Cybersecurity for Small Businesses

The Ultimate Guide to Cybersecurity for Small Businesses

In today’s digital age, small businesses are vulnerable to cyber-attacks and data breaches. As a result, cybersecurity has become a top concern for small business owners, as they need to protect their sensitive data and networks from hackers and cybercriminals. However, many small businesses lack the resources or knowledge to implement effective cybersecurity measures, leaving…

HTML / CSS Tutorial Series – Modifying a website template to suit your needs

HTML / CSS Tutorial Series – Modifying a website template to suit your needs

In this 3 part video tutorial series I will show you how to modify a simple HTML/CSS template to produce an aesthetically pleasing online flower shop template. Please experiment and make the design your own. There are links to free resources after each video to help you achieve layouts and interactions such as form validation,…

A Brief History of HTML

A Brief History of HTML

The development of Hypertext Mark-up Language (HTML) and World Wide Web (WWW) began in 1989. HTML was first created by Tim Berners-Lee to establish an online library of resources, a system for the CERN nuclear organisation and researchers to easily use and distribute documents. It quickly became globalised since Tim’s HTML version was mainly text-based,…

Create enemy waves

Create enemy waves

To create enemy waves You need to have followed the tutorial on creating a persistent object in the previous tutorialCreate a score that keeps its value between rooms. Add this global variable to the Create event of objVarPersist: global.wave=1; Create an object called objEnemyWaves In Create event add the following code: //wait 10 seconds for…