<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9 - Entries tagged with SmallBasic</title>
    <atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Tags/smallbasic/RSS"></atom:link>
    <itunes:summary></itunes:summary>
    <itunes:author>Microsoft</itunes:author>
    <itunes:subtitle></itunes:subtitle>
    <image>
      <url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
      <title>Channel 9 - Entries tagged with SmallBasic</title>
      <link>http://channel9.msdn.com/Tags/smallbasic</link>
    </image>
    <itunes:image href=""></itunes:image>
    <itunes:category text="Technology"></itunes:category>
    <description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
    <link>http://channel9.msdn.com/Tags/smallbasic</link>
    <language>en</language>
    <pubDate>Sat, 25 May 2013 19:43:56 GMT</pubDate>
    <lastBuildDate>Sat, 25 May 2013 19:43:56 GMT</lastBuildDate>
    <generator>Rev9</generator>
    <c9:totalResults>2</c9:totalResults>
    <c9:pageCount>1</c9:pageCount>
    <c9:pageSize>25</c9:pageSize>
  <item>
      <title>Intro to &quot;Small Basic&quot; with Vijaye Raji</title>
      <description><![CDATA[
<p>There once was a time when computers would boot up straight into a (very rudimentary) programming environment. You learned to write code because, well, that’s what computers were used for. BASIC was king. Gradually, the notion of “operating systems” caught
 hold, making it easier for non-programmers to use these marvels of technology and to run programs that other people wrote.
</p>
<p>Today, Windows no longer includes a programming environment out-of-the-box. Instead, real programmers buy Visual Studio, a “professional” development system. But what if your young son or daughter wants to follow in your footsteps? What if they show an interest
 in programming? Do you fire up Visual Studio for them and let them play around with interfaces, classes, and services?
</p>
<p>After reading &quot;Why Johnny Can't&nbsp;Code,&quot; Vijaye Raji, a developer at Microsoft, was pondering the same issue and decided to do something about it. In his spare time, he worked on a small and simple BASIC compiler for Windows, which used .NET and generated
 Silverlight applications. In this episode of The Knowledge Chamber, we meet Vijaye and discuss with him what Small Basic is, what it is capable of, and how it can hopefully help your kids discover the wonders of programming.</p>
<p>You can read the article that originally inspired Vijaye Raji here:<strong> </strong>
</p>
<ul>
<li><a shape="rect" href="http://www.salon.com/technology/feature/2006/09/14/basic" shape="rect">Why Johnny Can’t Code</a>&nbsp;
</li></ul>
<p>You can download Small Basic for free here:</p>
<ul>
<li><a shape="rect" href="http://smallbasic.com/" shape="rect">http://smallbasic.com/</a>
</li></ul>
<p>You can read more about the Small Basic Computer Games book here:</p>
<ul>
<li><a shape="rect" href="http://computerscienceforkids.com/DavidAhlsBasicComputerAdventures.aspx" shape="rect">http://computerscienceforkids.com/DavidAhlsBasicComputerAdventures.aspx</a>
</li></ul>
<p>and another similar book as well:</p>
<ul>
<li><a shape="rect" href="http://ComputerScienceForKids.com/SmallBasicComputerGames.aspx" shape="rect">http://ComputerScienceForKids.com/SmallBasicComputerGames.aspx</a>
</li></ul>
<p>You don’t even need to install Small Basic to experience what it is capable of. Here are some links to programs you can run within your browser:</p>
<ul>
<li><a shape="rect" href="http://smallbasic.com/program/?PMT149" shape="rect">Collision Physics</a>
</li><li><a shape="rect" href="http://smallbasic.com/program/?TETRIS" shape="rect">Tetris</a>
</li><li><a shape="rect" href="http://smallbasic.com/program/?SOKO" shape="rect">Soko Ban</a>
</li></ul>
<p>And if you want to see the little turtle sample that Vijaye wrote during this episode, you can find it here:</p>
<ul>
<li><a shape="rect" href="http://smallbasic.com/program/?NVZ771" shape="rect">Simple Turtle Application</a>
</li></ul>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/smallbasic/RSS&WT.dl=0&WT.entryid=Entry:RSSView:44dc0e69ed8e42f8adbd9dea00a2f66c">]]></description>
      <comments>http://channel9.msdn.com/Shows/The+Knowledge+Chamber/Intro-to-Small-Basic-with-Vijaye-Raji</comments>
      <itunes:summary>
There once was a time when computers would boot up straight into a (very rudimentary) programming environment. You learned to write code because, well, that’s what computers were used for. BASIC was king. Gradually, the notion of “operating systems” caught
 hold, making it easier for non-programmers to use these marvels of technology and to run programs that other people wrote.
 
Today, Windows no longer includes a programming environment out-of-the-box. Instead, real programmers buy Visual Studio, a “professional” development system. But what if your young son or daughter wants to follow in your footsteps? What if they show an interest
 in programming? Do you fire up Visual Studio for them and let them play around with interfaces, classes, and services?
 
After reading &amp;quot;Why Johnny Can&#39;t&amp;nbsp;Code,&amp;quot; Vijaye Raji, a developer at Microsoft, was pondering the same issue and decided to do something about it. In his spare time, he worked on a small and simple BASIC compiler for Windows, which used .NET and generated
 Silverlight applications. In this episode of The Knowledge Chamber, we meet Vijaye and discuss with him what Small Basic is, what it is capable of, and how it can hopefully help your kids discover the wonders of programming. 
You can read the article that originally inspired Vijaye Raji here: 
 

Why Johnny Can’t Code&amp;nbsp;

You can download Small Basic for free here: 

http://smallbasic.com/

You can read more about the Small Basic Computer Games book here: 

http://computerscienceforkids.com/DavidAhlsBasicComputerAdventures.aspx

and another similar book as well: 

http://ComputerScienceForKids.com/SmallBasicComputerGames.aspx

You don’t even need to install Small Basic to experience what it is capable of. Here are some links to programs you can run within your browser: 

Collision Physics
Tetris
Soko Ban

And if you want to see the little turtle sample that Vijaye wrote during this episode, you can find it here: </itunes:summary>
      <itunes:duration>922</itunes:duration>
      <link>http://channel9.msdn.com/Shows/The+Knowledge+Chamber/Intro-to-Small-Basic-with-Vijaye-Raji</link>
      <pubDate>Tue, 06 Jul 2010 15:46:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Shows/The+Knowledge+Chamber/Intro-to-Small-Basic-with-Vijaye-Raji</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/559174_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/559174_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/4/7/1/9/5/5/TKC034VijayeRaji_320_ch9.png" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/4/7/1/9/5/5/TKC034VijayeRaji_512_ch9.png" height="384" width="512"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/4/7/1/9/5/5/TKC034VijayeRaji_85_ch9.png" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/4/7/1/9/5/5/TKC034VijayeRaji_2MB_ch9.wmv" expression="full" duration="922" fileSize="235804464" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/4/7/1/9/5/5/TKC034VijayeRaji_ch9.mp3" expression="full" duration="922" fileSize="7384235" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/4/7/1/9/5/5/TKC034VijayeRaji_ch9.mp4" expression="full" duration="922" fileSize="93852002" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/4/7/1/9/5/5/TKC034VijayeRaji_ch9.wma" expression="full" duration="922" fileSize="7469917" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/4/7/1/9/5/5/TKC034VijayeRaji_ch9.wmv" expression="full" duration="922" fileSize="129890441" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/4/7/1/9/5/5/TKC034VijayeRaji_Zune_ch9.wmv" expression="full" duration="922" fileSize="113954493" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ecn.channel9.msdn.com/o9/ch9/4/7/1/9/5/5/TKC034VijayeRaji_ch9.wmv" length="129890441" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Robert Hess</dc:creator>
      <itunes:author>Robert Hess</itunes:author>
      <slash:comments>1</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Shows/The+Knowledge+Chamber/Intro-to-Small-Basic-with-Vijaye-Raji/RSS</wfw:commentRss>
      <category>.NET</category>
      <category>.NET Framework</category>
      <category>Programming Languages</category>
      <category>Silverlight</category>
      <category>Small Basic</category>
      <category>SmallBasic</category>
      <category>Visual Basic</category>
    </item>
  <item>
      <title>Expert to Expert: The Basics of SmallBasic</title>
      <description><![CDATA[<a href="http://msdn.microsoft.com/en-us/devlabs/cc950524.aspx" target="_blank">SmallBasic</a>&nbsp;is a new programming language aimed at beginners. It was created as a side project of
<a href="http://blogs.msdn.com/smallbasic/" target="_blank">Vijaye Raji</a>, a software developer on the Oslo team. SmallBasic is a very limited language with only a handful of keywords and a small set of concepts that should make builing an application on
 Windows very simple for beginners. However, don't let it's simplicity fool you into thinking that you can't build very compelling applications with it on Windows...<br /><br />Here, programming language designer&nbsp;(and de facto Expert to Expert host)&nbsp;Erik Meijer, Oslo architect Chris Anderson, Vijaye Raji and I discuss the details behind, in between and in front of SmallBasic. Why was it created in the first place? Why the VB-like
 syntax? What's the goal of the language and runtime, anyway, given that there are already beginning languages out there that run on the Microsoft stack? Why is the language designed in the way that it is? Why is it so popular? How will it evolve? You know,
 typical Channel 9 questions. We go pretty deep here, but we don't touch bottom. It was a lot of fun taking part in this conversation and I am impressed with SmallBasic and the folks behind it.<br /><br />Tune in. If you want to know the details behind (and in front of) SmallBasic, then this conversation is for you.
<br /><br />Enjoy  <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/smallbasic/RSS&WT.dl=0&WT.entryid=Entry:RSSView:7b13504c722e45469d939dea00cb3f74">]]></description>
      <comments>http://channel9.msdn.com/Blogs/Charles/Expert-to-Expert-The-Basics-of-SmallBasic</comments>
      <itunes:summary>SmallBasic&amp;nbsp;is a new programming language aimed at beginners. It was created as a side project of
Vijaye Raji, a software developer on the Oslo team. SmallBasic is a very limited language with only a handful of keywords and a small set of concepts that should make builing an application on
 Windows very simple for beginners. However, don&#39;t let it&#39;s simplicity fool you into thinking that you can&#39;t build very compelling applications with it on Windows...Here, programming language designer&amp;nbsp;(and de facto Expert to Expert host)&amp;nbsp;Erik Meijer, Oslo architect Chris Anderson, Vijaye Raji and I discuss the details behind, in between and in front of SmallBasic. Why was it created in the first place? Why the VB-like
 syntax? What&#39;s the goal of the language and runtime, anyway, given that there are already beginning languages out there that run on the Microsoft stack? Why is the language designed in the way that it is? Why is it so popular? How will it evolve? You know,
 typical Channel 9 questions. We go pretty deep here, but we don&#39;t touch bottom. It was a lot of fun taking part in this conversation and I am impressed with SmallBasic and the folks behind it.Tune in. If you want to know the details behind (and in front of) SmallBasic, then this conversation is for you.
Enjoy </itunes:summary>
      <itunes:duration>2739</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/Charles/Expert-to-Expert-The-Basics-of-SmallBasic</link>
      <pubDate>Tue, 20 Jan 2009 19:00:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/Charles/Expert-to-Expert-The-Basics-of-SmallBasic</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/453542_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/453542_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/ch9/2/4/5/3/5/4/E2ESmallBasicNewNew_large_ch9.jpg" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/ch9/2/4/5/3/5/4/E2ESmallBasicNewNew_small_ch9.jpg" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/2/4/5/3/5/4/E2ESmallBasicNewNew_2MB_ch9.wmv" expression="full" duration="2739" fileSize="857430379" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/2/4/5/3/5/4/E2ESmallBasicNewNew_ch9.mp3" expression="full" duration="2739" fileSize="21914354" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/2/4/5/3/5/4/E2ESmallBasicNewNew_ch9.mp4" expression="full" duration="2739" fileSize="277006970" type="video/mp4" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/2/4/5/3/5/4/E2ESmallBasicNewNew_ch9.wma" expression="full" duration="2739" fileSize="44326003" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/2/4/5/3/5/4/E2ESmallBasicNewNew_ch9.wmv" expression="full" duration="2739" fileSize="165157875" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/2/4/5/3/5/4/E2ESmallBasicNewNew_Zune_ch9.wmv" expression="full" duration="2739" fileSize="217109855" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="mms://mschnlnine.wmod.llnwd.net/a1809/d1/ch9/2/4/5/3/5/4/E2ESmallBasicNewNew_s_ch9.wmv" expression="full" duration="2739" fileSize="218" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/2/4/5/3/5/4/E2ESmallBasicNewNew_ch9.wmv" length="165157875" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Charles</dc:creator>
      <itunes:author>Charles</itunes:author>
      <slash:comments>26</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/Charles/Expert-to-Expert-The-Basics-of-SmallBasic/RSS</wfw:commentRss>
      <category>Chris Anderson</category>
      <category>Erik Meijer</category>
      <category>Expert to Expert</category>
      <category>Programming</category>
      <category>SmallBasic</category>
      <category>Vijaye Raji</category>
    </item>    
</channel>
</rss>