NEW UPDATES: Small Basic Website 2.1 & Small Basic Online 0.91
Published Feb 12 2019 06:05 PM 3,042 Views
Microsoft
First published on MSDN on Sep 23, 2018

Authored by Ed Price


UPDATED : 10/18/18

Our progress continues! This is our next release on the Small Basic Website. See our July (last) release here:

A big thank-you goes out to our 2018 Hackathon website team: Casey Schaertl , Chandler Baker, Juan Tian, Brooke Chang, Elena Escalas, Aayushi Modi, Coby Hanley, Huma Agarwal, Liyan Li, Mimi Sasouvanh, Janelynn Chan, Joy Awad, Allison Hopper, Huma Agarwal, Krishna Prajeeth Vysyaraju, Lilian Kasem, Mary Gansallo, Mimi Sasouvanh, Sanchita Srivastava, and Selma Ikiz.

Small Basic Website 2.1 is a set of improvements from our 2018 Hackathon efforts, including the release of Small Basic Online 0.91 :





What's New:

  1. Home Page :

    1. New design : A new design with more buttons and colors. We moved the Download and Online buttons down onto the banner level, so that we could move the menu up to the top and remove a layer at the top of the page. Special thanks to Janelynn Chan, Casey Schaertl, and Allison Hopper.

    2. Banner stories : A next step toward rotating stories on the top banner. It's a known issue that the rotating banner isn't ready yet, but fixing that is in the works.

    3. Submitting featured games : We updated the link to the current forum thread for submitting games to be featured on the blog.

    4. Popular forum topics : We added some links to popular forum topics. We'll revisit those in the future and either update them manually or create a system for more easily/automatically updating those. Special thanks to Brooke Chang.



  2. General:

    1. Favicon : We have a Small Basic Favicon added to the Internet tab. Special thanks to Casey Schaertl.

    2. Mobile optimization : Website text is now optimized on mobile devices. Thanks to Lilian Kasem on this update.

    3. Accessibility updates : Removed the language from the HTML, added color contrast, added alt text to images, made the text with embedded links clearer, added landmarks on the page for screen readers, added tab stops to the FAQ page, screen-reader users can tab to the main content on the page, made headings stand out from the text for the screen readers, added language attributes to the HTML. Special thanks to Brooke Chang, Elena Escalas, and Liyan Li.

    4. Telemetry : Built telemetry into the website.

    5. URL update : We have a roadmap in progress for joining the domain with the URL. For this release, we improved the final URL slightly as we point to the production version of the site. Regardless, you get to the site via SmallBasic.com, as always.



  3. Tutorials :

    1. Code formatting : We fixed the formatting on the code. Thanks to Mimi Sasouvanh.

    2. Grammar updates

    3. Turtle Graphics and XY coordinates : Expanded on descriptions of turtle graphics and how Small Basic handles XY coordinates.

    4. Array improvements : We added more details to the articles about arrays.



  4. Help Page : We added a Help page with an online form.

  5. Small Basic Online - Version 0.91 (new release):

    1. Improved Help Pane reference text : Fixed content bug where the Text object description was inaccurate in the Help Pane "Reference Documents." Special thanks to Juan Tian on the bug fix.

    2. Added support for the GraphicsWindow.Hide() function : In SB Online 0.9, we through an exception for this function (it wasn't supported). Now, we support the function (as part of our effort to support the SB Desktop library for parity), but we currently ignore the function in SB Online. Thanks to Juan Tian for adding the function!




    3. Added support for the Turtle.Angle() function : In SB Online 0.9, we through an exception for this function (it wasn't supported). Now, we support the function (as part of our effort to support the SB Desktop library for parity), but we currently ignore the function in SB Online. Thanks to Juan Tian for adding the function.




    4. Turtle's pen aligned : The Turtle's pen is now centered underneath it.

    5. Turtle animated rotation : The Turtle now animates as it rotates to new angles.

    6. Turtle.Speed function now supported : You can now change the turtle's speed! Special thanks to Lilian Kasem.




Website Known Issues:

  1. Rotating Banner Issue: The home page of the new website design shows 5 circles with the first 1 selected in the picture with the ninja’s shown. To the right and left of that are Less than and Greater than symbols. Should be able to select one of these and move the picture to the next selection. This doesn’t work.


SB Online Known Issues:

  1. Different keymapping: GraphicsWindow.LastKey returns different characters. Ex. [1] key returns “D1” on SBD v1.2 but “1” on SBO v0.91.

  2. AND/OR don’t work: Program stops at an instruction with And/Or operations on SBO v0.91. Sample code: KFQ075(O).

  3. To detect keys one has to click on TextWindow: Status SPEC. Input focus will be provided when the text window is clicked on SBO v0.91.

  4. No window title: No GraphicsWindow.Title and TextWindow.Title are shown on SBO v0.91. GraphicsWindow.Title is just ignored. But TextWindow.Title makes the program result in no output. Sample: SHV441(O).

  5. DrawText acts as shape, changing font changes all drawn font size: Not as Shapes but FontName and FontSize can be changed after DrawText on SBO v0.91. Sample code: KSQ033(O).

  6. Italic doesn’t work: FontItalic and FontBold make the program no output on SBO v0.91. Sample code: LWG131(O).

  7. SB Desktop Parity: All the quotations must be closed: Program with text literal without closing double quotation doesn’t show anything on SBO v0.91. Sample code: NVW432(O).

  8. TETRIS is loaded instead of SOKO: See https://social.msdn.microsoft.com/Forums/en-US/2cf7421f-662f-4b73-832d-4aab97007fc4/import-sok...


Please reply below with any new features you've found (that aren't yet listed) and any bugs you find!

Now, let's update the release pipeline...

Release Pipeline


We have many steps in the future for Small Basic Online (and Small Basic Desktop):

  1. Release Small Basic Online 0.9. Done! See the announcement here .

  2. Release Small Basic Online 0.91 (SBO 0.91). Done! This shipped with our release of the Small Basic Website 2.1. (This announcement.)

  3. Release Small Basic Desktop 1.3.

    1. It has the bug fixes found in the Windows App Store mobile release, 3 new languages, and extra coding help in the interface!

    2. 10/18/18 Status : We're researching ways to build the localized languages.



  4. Release Small Basic Online 1.0. You can see this project in the works over on GitHub: https://github.com/sb/SmallBasic-Online

    1. It's Open Source!

    2. I'd expect to see some bug fixes from Small Basic Online 0.91.

    3. We're building toward parity with SB Desktop. Hopefully, we'll eclipse the parity so far in SBO 0.91.

    4. New features, including our first Debugger in a core SB release! It's Small and Basic, of course.

    5. I don't expect perfect parity with SBD, nor would we get complicated feature sets like Extensions or Graduate to work (yet).



  5. Release Small Basic Online 1.1-1.9

    1. I expect continual parity improvements, as we move SBO features closer to what's available in Small Basic Desktop (SBD).

    2. I also expect to find some features we hoped to get in SBD, but were never able to.

    3. This might also be where we see some UI and UX (design) improvements. We're going to be very slow and thorough before we change the look and feel. We have a very broad base of users, and we want to keep a simplified look and feel that appeals to young kids and adults alike.

    4. This is where we'd seek to get the Extensions and Graduate feature sets to work out.

    5. We would be moving toward building a Desktop version in the exact same open source repository.



  6. Simultaneous release of Small Basic Online 2 and Small Basic Desktop 2.

    1. The vision would then come into fruition, as we release both SBO 2 and SBD 2 at the same time, from the same source code.

    2. Obviously, we'd need both the Extensions and Graduate feature sets for this to work out.

    3. I'd also expect to find further features we wanted in SBD, like in-app tutorials and an Extension Manager. And if we didn't get them yet, I'd expect them to be coming on the horizon...



  7. Small Basic 2.1+

    1. Once we had a combined release, I'd hope to see an emphasis on in-app tutorials, extensions (like Minecraft), and more!

    2. This also might be where we see the in-app tutorials and the Extension Manager.

    3. I'd love to see a more robust Graduate feature set (such as to export into JavaScript, as an option).

    4. We'd also drive toward mobile apps, built from the same repo!




That's the vision. There is no timeline, just a roadmap. The more we work together (with the community), the faster we get there.

Have a Small and Basic week!

Ninja Ed

1 Comment
Version history
Last update:
‎Feb 12 2019 06:05 PM
Updated by: