Free Tech & AI Simulators for Curious Minds

Over the past few years, I’ve built, and in some cases AI built, a collection of interactive simulators to help my students at South Plantation High explore the basics of artificial intelligence, web development, cybersecurity, and more. These tools were designed to make learning hands-on and approachable—especially for beginners. Whether it’s understanding how HTML works, exploring AI concepts … Read more

Why the FBI is Warning About Unencrypted Communication Between Android and iPhones

Android to iPhone unencrypted communication image.

Recently, the FBI issued a warning highlighting a significant security concern: communication between Android phones and iPhones is often unencrypted. To understand this issue fully, we need to break down a few key concepts. What Are Protocols? In simple terms, protocols are rules that determine how devices communicate with each other. Think of a protocol … Read more

Luigi’s Manifesto

The corporate media today.

I don’t usually do this. My posts are typically focused on educational content, but in this case, I’m making an exception. It’s deeply concerning that major news organizations are refusing to release Luigi Mangione’s full manifesto. While they’ve selectively quoted from it, they are outright withholding the complete text from the public, as revealed by … Read more

How to create screenshots in Windows

Windows Screenshot Image

Instructions for Creating Screenshots on a Windows Desktop Objective: Learn how to take screenshots on a Windows desktop and save them for future use. Step 2: Press the “PrtScn” key. This will capture the entire screen. Step 3: Open an image editing program like Microsoft Paint. To open Paint, type “Paint” in the search bar … Read more

Multimedia Presentation Using HTML (Video And Audio Tracks Explained).

Working with the Iframe, Video, Audio, Track, and its Sources. NOTE: for the purpose of this information, a value pair attribute looks like this: name=”value”. However, a Boolean value attribute looks like this: controls. A Boolean value is a data type that represents one of two values; true or false. <iframe></iframe> Element An Iframe is … Read more

IT Specialists Multimedia Presentation Using HTML (Displaying Images)

HTML 5 Logo

Construct and Analyze Markup That Displays Images <img> Image Tag The <img> tag is used to add a image to a web page. However, technically speaking that image is not really embedded into a webpage, but rather it is linked to the page by the <img> tag. This tag doesn’t have a closing tag and … Read more

Pearson /Certiport Construct and Analyze Markup That Uses Form Elements

This tutorial covers the objectives for the HTML & CSS IT Specialists exam by Pearson /Certiport. The objective is constructing and analyzing markup that uses form elements. INTRODUCTION HTML uses forms to collect information from web users. This information is sent over to a server for storage or processing. <form></form> Element The form element is … Read more