More results...

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

Can you explain this equation?

== and != are called comparison operators. They are used to compare two values and see whether they are the same (==) or check if they are different (!=). E.g. if (gender=="Male") alert("You are a man.");  = is used to

16 Million Colours

When designing webpages you have to identifiy the key colours of your colour scheme. And considering that the RGB colour palette consists of 16 Million colours (16,777,216 to be exact) this can be a tricky task! Website such as www.colorpicker.com

Do you know your colour codes?

When creating your HTML pages you will most likely use colour codes in HTML or even better in your CSS code. Do you understand how hexadecimal colour codes work? If so you should be able to guess the colour codes

Any Free Alternative to MS Access?

8 of the Challenges listed in the 101 Computing Challenges book require you to use an RDBMS (Relational Database Management Software) which support the creation of multiple objects such as tables, queries, input forms and reports. One of the most

Star Script in Scratch

Scratch Script

Here is a cool little script for you to try…    

Starting from Scratch!

Scratch is a free programming language and online community where you can create your own interactive stories, video games, and animations. It provides a dynamic and visual approach to programming where learners can drag and drop scripting blocks to write

HTML & CSS Editor: NotePad++

Download Notepad++

A text-editor will be required for you to type your code especially when writing HTML, CSS or Javascript code. Our recommendation is to use a free text editor such as Notepad++. There are other alternatives that would most likely be

Python IDE: PyScripter

Though you can start writing and testing your own programs once you have installed Python, we would strongly recommend that you investigate installing a Python IDE (integrated Development Environment). There are several free Python IDEs available, but if you are

Welcome to 101 Computing…

Looking for some computing challenges to boost your programming skills or spice up your teaching of computer science? Our new book, 101 Computing Challenges will soon be available to buy from this website.