More results...

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
post
page
Python IDE Dashboard
Author: Administrator

Escape Flowcharts

In this challenge you will be asked to solve four mazes by designing their matching escape flowcharts. You can download and print this pdf booklet to draw your flowcharts. Maze #1: The Staircase The first maze has already been solved

Python Turtle – My House

Using Python Turtle we created a range of functions to draw a house. We use these functions in our main program but can’t seem to get it to work. We believe the code has all the required instructions but these

HTML – Website Add-Ons

You have now completed a fully working website. You have added a few webpages and created a fully working navigation system. All your pages have some meaningful and relevant content including pictures and text. What’s Next? This blog post will

HTML / CSS – Transition Effects

In this blog post we will investigate how to create transition effects. This effect will occur when you load or refresh a web page. It makes the navigation through a webpage more interactive and user friendly. Transition effects are drawing

HTML – Adding Webpages & Hyperlinks

In this video tutorial we investigate how to add more webpages to our website and how to create the hyperlinks for the navigation bar using the anchor tag <A> Video Tutorial

HTML – External CSS Stylesheet

Did you know? You can use CSS code both within your HTML page or as a separate CSS file Internal CSS Stylesheet Internal CSS is saved wihtin the HTML page by adding a <STYLE> tag inside the <HEAD> section of

Hogwarts Sorting Hat Challenge

In the Harry Potter series of novels written by British author J. K. Rowling, The Sorting Hat is a magical hat at Hogwarts that determines which of the four school Houses each new student belongs most to. These four Houses

Voting Age Checker – Flowchart

For this challenge you are going to code a script to ask a user how old they are and inform them as to whether they are old enough to vote or not. If they are not old enough to vote,

Pizza Robot – Flowchart

In this blog post we will design our own algorithms using both pseudo-code and flowcharts. When given a problem to solve using a computer program you need to think about? What are the main steps required to solve this program?

Digital Data – Terminology

Complete this domino activity to revise key definitions on how text files, pictures and sound files are stored on a computer using binary code.