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…
Category: Programming
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…
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…