Happy Birthday Small Basic!! - The 6th Anniversary
Today is the 6th birthday of Small Basic. I made a program to celebrate the birthday. Please [Import] and [Run] this program so you can listen to the music.Happy Birthday Small Basic!!
View ArticleSmall Basic for Kids - Featured Small Basic Book! - Ages 10-12
We're featuring another Small Basic book from Philip Conrod and Lou Tylee!Learn more about the book here. SMALL BASIC FOR KIDS In the 1980's, there was a series of books aimed at teaching kids how...
View ArticleSmall Basic - WebCam Motion Detection
WebCam ExtensionThere has been a webcam object in the LitDev extension (LDWebCam) for a while, and I recently updated it so it works on WIndows 8 as well as earlier versions of Windows.There are some...
View ArticleStack in Small Basic?
A stack is a special memory of a computer program. In Small Basic, Stack object supports stack. Today, I' d like to introduce Stack.In Small Basic forum, there was a question How do I give a...
View ArticleTrick or Treat?
I made a program GDD325-11. Push [TRICK] or [TREAT] button. Happy Halloween!
View ArticleSmall Basic - November Challenges
Check out this month's Forum Challenges.Provide some answers, ideas or partial answers and see how others solve them.Happy Coding.Small ChallengesWrite a program using the While statement to read...
View ArticleSmall Basic: Tips about Timer Object
In my Halloween program, there is a bats animation. But at the first, the animation didn't work well in browser (with Silverlight). I used Timer object for this animation. Today, I'd like to write...
View ArticleNeural Network Extension - Small Basic Featured Thread
Today I'd like to introduce a great thread in Small Basic forum, "Neural Network Extension".This extension was written by EzyMCP. You can download the extension and the sample code.SmallBasicANN.dll...
View ArticleCalling all Small Basic fans! Your chance to win love and glory! Be our...
November has been designated National Novel Writing Month and National Blog Posting Month.But we don't want that! We want a professional wiki article!TechNet Wiki provides anyone the chance to...
View ArticleSmall Basic Game Programming: Game AI
Three days until yesterday, I had participated in the Game Programming Workshop 2014 at Hakone in Japan. I saw many presentations about many kind of games such like chess, shogi, Go, Reversi, mahjong,...
View ArticleSmall Basic - 3 Simple Games
Here are 3 text games from Dinomite07. These were school assignments!XMC288 - BlackJack SBN038 - Rock Paper ScissorsLGB100 - Guessing Game Good examples of basic text games you can make with Small...
View ArticleSmall Basic Text RPG - Conquer the Underworld!
Check out this funny text-based RPG from Dinomite07:BDB469 - Text Based RPG You're going to have to take out some zombies.I think we should do an RPG for a future Small Basic Challenge. - Ninja Ed
View ArticleSmall Basic - Chart Extension
I added a chart object to the LitDev extension, LDChart.So far it just has a pie and doughnut variant. The C# extension source code is also available for download if you want to see how it is done or...
View ArticleSmall Basic: Network Object
Today I will talk about Network Object in Small Basic programming language.Network Object is very simple. There are only two operations. That's all. One is DownloadFile(). The other is...
View ArticleSmall Basic Guru - October Winner!!!
Find all the October TechNet Gurus here:The Microsoft TechNet Guru Awards! (October 2014) Congrats to Nonki for a fantastic showing in October! Small Basic Technical Guru - October 2014 Nonki...
View ArticleSmall Basic - Mouse Position
Mouse Position MethodsThere are 2 ways to get the position of the mouse cursor in Small Basic.gwX = GraphicsWindow.MouseXgwY = GraphicsWindow.MouseY mX = Mouse.MouseXmY =...
View ArticleWood Grain Drawn with Small Basic
What kind of pattern can you see in cross section of a tree? Stripe? Concentric circles?I made a Small Basic program to draw wood grain. The program ID is KFJ748.
View ArticleYo-Yo Simulations - Small Basic Featured Programs
In the November 2014 challenges... LitDev included this Physics challenge:Physics ChallengeWrite a program to model the movement of a yo-yo. Try to get the rotation consistent with the up and down...
View ArticleSmall Basic Featured Program - Solar System
Today's featured program is a great animated Solar System by a young Small Basic developer.In the words of his parent, "This program, developed by my 12 years old son, Adrian, provides a planet...
View ArticlePolyline Editor from Nonki - Small Basic Featured Program
Here are some great Polyline Editor programs from Nonki Takahashi: This is his first step for community suggestions 2 by Nonki: CBF139. This is his second step for community suggestion 2 by Nonki:...
View Article