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.      

SkillsUSA

SkillsUSA Office Elections will be next week. The three offices are:  President,  Vice-President, and Secretary/Treasurer.   In order to run, you must create a video on why you want to…

CodeAcademy – Javascript

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

Getting Started with RPG Maker

Click Here

Lincoln Rocketry 2016

Please read ALL of this information … Lincoln Rocketry will be taking applications in the fall. In order to be eligible, students must purchase and assemble one of the following…

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…