Thursday, October 02, 2025
Art Coding Education STEM

Abstract Art with Code (Art<->Tech). Volume I

VOLUME 1 If arts and tech had a baby, may it’d look like me 🙂 Anyway, I love mixing the two, interconnecting, and interpolating them…because I’m always curious. Results can be incredibly satisfying or surprising. These are not the best of my work in any form in coding, but wanted to share these short programs […]

Read More
Coding Education Javascript STEM

Creating Magic 8 Ball Game in JavaScript

I’ll continue with the Magic 8 ball theme in this coding series. Previously, I posted a fun implementation in Scratch here. If you’re not familiar with it, that’s the best place to start as it has visual aspects and a video clip. This time, I’ll implement the same concept in JavaScript. However, because I’m tired […]

Read More
Coding STEM Uncategorized

World Population Simulation in Scratch

Welcome, for fun (or despair) we will write a program in Scratch to indicate real-time world population changes…increase or decrease. At the current rate, based on data, it’s growing…the net population is ever-increasing. However, this is a real-time world population simulation…simulation. The data is based on CIA World Factbook but the data are NOT connected […]

Read More
Coding STEM Uncategorized

Text-to-speech, Interactive Shopping List (in Scratch)

Welcome! Today, we’re going to try a program with a little more complexity and twists in Scratch.  In this program, I demonstrate the following tips/tricks: How to use a List control real-time How to get inputs from user and take action accordingly How to convert Text-to-speech How to read variables real-time from calculations and let […]

Read More
Coding STEM Uncategorized

Creating Custom Buttons Glyphs & Behavior (for touchscreens)

Howdy, today I continue the discussion on designing fun web applications using MIT’s Scratch platform.  In my earlier blog about Scratch piano playing game, I mentioned how Scratch apps that listen for keystrokes only won’t work on smartphones and touchscreen only devices and that Scratch platform does not support Buttons or touchscreen natively, so it […]

Read More
Back To Top