Der deutsche Education Blog

October, 2009

Blog - Title

October, 2009

  • Small Basic

    Graduating from Small Basic

    • 2 Comments

    You probably have heard of the "Graduate" feature introduced with the Small Basic v0.7.  If you haven't - you should check it out - it allows you to convert any Small Basic program into an equivalent Visual Basic program, allowing you to gently ramp up to the full power of a professional programming language.

    Here's how it works.  You start with a program you wrote or opened or imported.  In this case, let's import "TETRIS" from the web.

    When run, this should pop-up a fully playable Tetris game. 

    When we hit the "Graduate" button on the toolbar, we are presented with this friendly wizard which asks for the location to put the converted Visual Basic project.

    Once we pick a location and hit Continue, we should see Visual Basic should launch with the Tetris program.

    If you don't have Visual Basic installed on your machine, you would see this page on the wizard:

    The link (http://microsoft.com/express/vb) allows you to download a free version of Visual Basic that is compatible with Small Basic.

     

  • Small Basic

    Happy Birthday Small Basic

    • 11 Comments

    Marking the first year anniversary since it went public, we're announcing the 7th release of Small Basic CTP.  This release adds localized support to four new languages, extending Small Basic's reach to Chinese, French, German, Italian, Korean, Russian, Spanish and Turkish!

    In addition, this release sports a cool new feature called "Graduate", that allows you to port your Small Basic program seamlessly to Visual Basic.

    Download v0.7 here

    In addition, this version also comes with the following much requested features and bug-fixes:

    1. A helpful crash reporting dialog that pops-up whenever your program crashes
    2. Fixes to Scrollbar size to make it easier to find in huge documents
    3. Fixed crash when a specified image cannot be loaded
    4. Fix for foreign keyboards not being able to use AltGr
    5. Opacity and Visibility properties for Shapes
    6. Make comments and objects more differentiated in syntax color
  • Small Basic

    Sample of the Week - SOko

    • 4 Comments

    This week's Small Basic sample of the week comes from kts99 who has written this beautiful game, SOko Cute.  This is one of the first samples that make great use of the Shapes.Rotate and Shapes.Zoom APIs.  You can check out this game in Small Basic by importing program id: SOKO

    Program listing can be found at: http://smallbasic.com/program/?SOKO 

    You can download Small Basic for free at http://smallbasic.com/, to try this sample and more.

Page 1 of 1 (3 items)