Small Basic 1.2: Installation Guide (Featured Article)
Find the updated version of this article on TechNet Wiki:Small Basic 1.2: Installation Guide OverviewSmall Basic is free! And it teaches actual text/syntax-based programming to students! This is the...
View ArticleSmall Basic Curriculum Videos! by Mr. Adams
Thanks to the fantastic Mr. Adams, we now have an answer to the question... What if I don't want to download the curriculum and learn how to teach Small Basic to my students? ANSWER: Just play these...
View ArticleFeatured Article: Interviews with Vijaye Raji, the creator of Small Basic
You can also find the latest version of this article on TechNet Wiki:Small Basic: Interviews with Vijaye Raji, the creator of Small BasicLet's get to it!Vijaye created Small Basic, based on a challenge...
View ArticleVector Sample in Small Basic
I created a sample program about vector in Small Basic. The program ID is WCT521-0.A 2-dimensional vector can represent the coordinates of a point on the plane.At first, this program shows a sample of...
View ArticleSmall Basic Guru Awards: January 2016 Winners
We had a light competition in January, but Nonki beat me fair and square: Small Basic Technical Guru - January 2016 Nonki TakahashiSmall Basic: ClockMichiel Van Hoorn: "Great article on the clock...
View ArticleSmall Basic Featured Article - How to Publish Your Program
Ever need to share your Small Basic program? Are you a teacher who needs this basic information as a resource? Then you've come to the right place!Read the full article here:Small Basic: How to Publish...
View ArticleCartesian and Polar Coordinates in Small Basic
I introduced a Small Basic sample code about 2-dimensional vector in my last blog. A 2-D vector has two elements. A point in the plane has x coordinate and y coordinate. This kind of coordinate is...
View ArticleSmall Basic Monthly Challenges - March 2016
These challenges are intended for people who are learning to program for the first time or for those returning to programming who want to start using Small Basic. Some will be easy, some will be hard...
View ArticlePhysics in Small Basic
What is PhysicsAccording to SmallBasic.Dictionary, physics is "study of physical forces and qualities".Velocity ModelI once wrote about velocity in a blog post Small Basic Game Programming - Game Math....
View ArticleSmall Basic Featured Article – How to Publish Your Program
Ever need to share your Small Basic program? Are you a teacher who needs this basic information as a resource? Then you’ve come to the right place! Read the full article here: Small Basic: How to...
View ArticleCartesian and Polar Coordinates in Small Basic
I introduced a Small Basic sample code about 2-dimensional vector in my last blog. A 2-D vector has two elements. A point in the plane has x coordinate and y coordinate. This kind of coordinate is...
View ArticleSmall Basic Monthly Challenges – March 2016
These challenges are intended for people who are learning to program for the first time or for those returning to programming who want to start using Small Basic. Some will be easy, some will be hard...
View ArticlePhysics in Small Basic
What is Physics According to SmallBasic.Dictionary, physics is “study of physical forces and qualities”. Velocity Model I once wrote about velocity in a blog post Small Basic Game Programming – Game...
View ArticleSmall Basic – Chord Sounds
This blog is by Small Basic user Yvan Leduc and is based on this Forum Post. It shows how to play musical chords in Small Basic just using the standard Sound.PlayMusic method. Objective How to play a...
View ArticleSmall Basic – TextWindow Colors
In Small Basic, you can change the background and foreground colors of the text window’s output text using the BackgroundColor and ForegroundColor properties of TextWindow. You specify the desired...
View ArticleSmall Basic Featured Thread – Suggestion for a challenge: Calculations by Hand
This is not so new thread but I love this one: Suggestion for a challenge by jherch77 in Small Basic forum. I would like to make the following suggestion for a challenge: Create a fully functional...
View ArticleCalling all Small Basic Gurus!! It’s time to MARCH into the history books!
It’s another month, and another chance to find… the one! That special person who brings us… the knowledge! That thing we didn’t know. That revelation that saves us so much bandwidth on the search tool....
View ArticleUnits of Measurement in Small Basic
What is a Unit? A unit is a standard measurement whose multiples are used in determining quantity, e.g. an inch, degree, calorie, volt, or hour. (Dictionary object) Units in Small Basic There are some...
View ArticleSmall Basic – Arduino
Arduino is a cheap and popular way to build your own electronics, typically with small sensors and motors, and learn a bit of programming to control it. Controlling it with Small Basic enables you to...
View ArticleBOOK GIVEAWAY: Win a free copy of our new book, “Learn to Program with Small...
Hello Small Basic peoples! I’m proud to announce that I’ve teamed up with Majed Marji, the author of Learn to Program with Scratch. We have a new book coming out in April from No Starch Press: Learn to...
View Article