Blog Detail
The Computer Monkey
http://thecomputermonkey.blogspot.com
The Computer Monkey is a blog that simply intends to post about Technolgy and the Internet. Posts can vary from subject to subject. They can be technical, by providing tips on how to start programming, how to start a useful home server, or even cover the interesting theory behind Computing. For the more light hearted, posts will be up to make the most of your devices and computers within your home, posts will also be made whenever any interesting or humorous findings on the Internet crop up, or if there any new serious developments in technology.
Recent Posts
Delphi Tutorial Part 3
LoopsIt can be very tedious for someone to write out code that needs to be repeated on more than occasion. Likewise, it can be impossible to predict how many times we want some code to repeated. REPEAT, WHILE and FOR are statements that enable us to ...
Delphi Tutorial Part 2
Conditional StatementsSo far we have made a program to execute a bunch of fixed commands, so no matter what happens, all of the statements in that program will be carried out in chronological order. There are many cases though where we only want to c...
A world without the Internet
Some have wondered what the world would come to if the Internet just suddenly disappeared. Some would become jobless; large online businesses like Google and Yahoo would collapse; people could lose contact, and generally the world would be a duller ...
Delphi Tutorial Part 1
VariablesVariables in programming are used to hold useful bits of information. Numbers, characters, words, lists, memos, and any kind of data that needs to be referenced to, should have an associated variable. Variables in Computing also need to be a...
How to start Programming
There are many ways to which someone can choose to program, but I think a lot of people don't realise the potential that is out there. People can choose to do electronic programming which is known as low-level programming, or develop software of thei...
Delphi Tutorial Part 1
VariablesVariables in programming are used to hold useful bits of information. Numbers, characters, words, lists, memos, and any kind of data that needs to be referenced to, should have an associated variable. Variables in Computing also need to be a...

