The Microduino is due out in November. It is based off the Arduino board/computer. It will be interesting to see how this device does and what interesting programs arise for…
Category: Programming
Can you program a Website?
What does it take to learn to program?
Game Maker Studio Tutorials
Link to Video Link to Video
Game Maker Tutorial – Introduction – Coding in GM
http://youtu.be/5kd7jwYRQtI
Game Maker Tutorial – Platform Game
Link to Video … http://youtu.be/Nh6Jr6I_aqA
How do I fix this problem?!?
Its inevitable … If you own a computer, you will have computer problems. We begin an introduction to Troubleshooting this week. Over the course of the next few months, we…
Binary to ASCII
Ever wonder how a computer actually handles input from your keyboard? When you type a letter such a Z your computer actually converts it to and from this 01011010. Z…
Binary = 010000100110100101101110011000010111001001111001
This week we begin covering Binary and Hexidecimal # Systems. We will learn how to convert alpha and numeric characters into and from Binary and Hexidecimal. We will learn why…