Electric Safety

These lessons will cover … The Physiological Effects of Electricity Shock Current Path Safe Practices Emergency Response Students proceeding onto Computer Maintenance and Support will work with more Electric Safety…

SkillsUSA QuizBowl

Find sample questions here … http://www.quizbowl-skillsusa.org/   http://www.quizbowl-skillsusa.org/Quiz_Bowl_Sample_Questions.pdf

History of Windows

Click here for a history of Microsoft Windows.

Virtualization Terms

Application Virtualization – a type of virtualization in which a user connects to a server and accesses one or more applications rather than an entire desktop envirornment Desktop Virtualization –…

Virtual Machine Definition

If you are unable to read the definition, click on the two images below.      

CodeAcademy – Javascript

Here is CodeAcademy’s tutorial on Javascript … https://www.codecademy.com/learn/javascript

Good Info on creating Animated GIFs

PC Magazine just posted a good article on creating Animated GIF’s. http://www.pcworld.com/article/2842792/how-to-create-a-high-quality-animated-gif.html#tk.rss_all  

Text Editor for HTML / JDI Assignments – Sublime

Download this to get the Sublime Text Editor for the Mac.  

HTML / JDI Hint – Image Size

Consider using this tag … <img  src=”http://upload.wikimedia.org/wikipedia/commons/3/36/2006-ca-turkey.jpg”>   You will notice that the image takes up the entire screen because it is such a large size.   Now try adding…

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…