Category: Articles

0

What are HTTP response codes?

HTTP response codes are being received by your browser all the time. Most of the time, these will be successful and pretty much hidden from the user (you!) unless you go digging for them....

0

Command and Conquer (CnC95) Crashes On Save

They say the classics are the best – and in the case of Command and Conquer: Tiberian Dawn they’d be correct! 26 years on and the game is still going strong. Sure there’s no...

0

Sorry, comments are not allowed for this item

The holy grail for bloggers is to be sat on their blog with a flourishing comments section. It gives you great feedback, gives your visitors a chance to interact and helps you answer questions...

0

Programming – What is Input?

Yesterday, we looked at What is a Variable and one of the things we discovered variables are used for is storing user input. Most of the interesting programs in the world will include some...

1

Programming – What is a Variable?

Now variables, they make programming interesting. Think of a variable as a box. Variables have a name and a type and they store data inside of them. This data can be anything from a...

0

What is the fetch-decode-execute cycle?

Over the past couple of days we’ve been looking at What is Von Neumann Architecture and Von Neumann Architecture and Processors. During our exploration of Von Neumann architecture we mentioned the fetch-decode-execute cycle, which...

0

Von Neumann Architecture and Processors

Yesterday we starting taking a look at What is Von Neumann Architecture which is a great place to start if you’re new to all this. Following on from this post, we’ll explore the characteristics...