Turn your browser into a text editor

Use this code to turn your browser into a text editor. Copy and past the following code into your browser address bar. data:text/html, <body contenteditable style=”font: 2rem/1.5 monospace;max-width:60rem;margin:0 auto;padding:4rem;”> OR…

Get a $20 Computer the Size of a Quarter

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…

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…