Page 1 of 3 123 LastLast
Results 1 to 10 of 21

Thread: Idea for tutorials

  1. #1
    Member marcuslee's Avatar
    Join Date
    Sep 2008
    Location
    Kansas, USA
    Age
    42
    Posts
    222
    Rep Power
    38

    Idea for tutorials

    I've attached my beginning idea for restructuring the tutorials that come up with the startup application in thinAir. I have added a page describing the use of the InputBox. I think it fits well right after the information on Variables.

    In the long run, though, I wonder if grouping tutorials by topic is such a good idea. One of the next things that I think would work well right after InputBoxes is an article on expressions. There may be enough for an entire tutorial or just a page. I'm wondering if grouping all beginner subjects in the same beginner tutorial would make learning the language quicker. I think so. I was wondering what everyone else thought. That's why I didn't just submit my idea to Eros only.

    So, what I have attached is just a start, because in the end, the beginner tutorial wouldn't just be about Variables ... that's just where it would start. Then, the tutorial would go through several concepts that don't require other modules ... the basics of programming, in other words. Then, we could have other tutorials that go into more detail on the modules such as the console and GUI versions that have already been started.

    If what I have described here doesn't make sense, I would be happy to work further on altering the current format to demonstrate what I am trying to get across.

    Of all the BASICS out there that I have tried, I think I like thinBasic the best. It is free (donations are welcome, of course). Help from experts is easy to get. It does more than the other good BASICS out there, methinks. I don't think it is overreaching to say that thinBasic could be the leader in the BASIC category if it were completely accesible to brand new people who know little of programming. But, a step-by-step tutorial is what is missing.

    Okay, I'll get off my soap box for a little while.



    Mark
    Attached Files Attached Files

  2. #2
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    57
    Posts
    8,777
    Rep Power
    10

    Re: Idea for tutorials

    Mark,

    thanks a lot for working on this matter.
    It is of great help for me reading what you think about thinBasic. There are many many good programming languages out there. I think thinBasic can make its part in helping programmers (expert or newbie) in some specific areas or programming just for fun.

    See what we get, than I will add your material to thinTutorial.

    Ciao
    Eros

    PS: I'm moved your post into tutorial forum.
    www.thinbasic.com | www.thinbasic.com/community/ | help.thinbasic.com
    Windows 10 Pro for Workstations 64bit - 32 GB - Intel(R) Xeon(R) W-10855M CPU @ 2.80GHz - NVIDIA Quadro RTX 3000

  3. #3

    Re: Idea for tutorials

    Marc,

    yes, thinBasic is awesome. To bad it doesn't run on OSX natively but someone can dream or? And thinBasic is huge, that is why it is difficult to create the things you mentioned. The best way I think is to just go ahead a create something that Eros can link into the tutorial. Eros simply can't do everything alone and has his hands full already. Sometimes I wonder if he clones himself for certain tasks.

    I say just go for it.


  4. #4
    Super Moderator Petr Schreiber's Avatar
    Join Date
    Aug 2005
    Location
    Brno - Czech Republic
    Posts
    7,128
    Rep Power
    732

    Re: Idea for tutorials

    Mark,

    good job!
    Any help from your side is welcome, and your plans for tutorial sound very good!


    Petr
    Learn 3D graphics with ThinBASIC, learn TBGL!
    Windows 10 64bit - Intel Core i5-3350P @ 3.1GHz - 16 GB RAM - NVIDIA GeForce GTX 1050 Ti 4GB

  5. #5
    Member marcuslee's Avatar
    Join Date
    Sep 2008
    Location
    Kansas, USA
    Age
    42
    Posts
    222
    Rep Power
    38

    Re: Idea for tutorials

    Quote Originally Posted by Petr Schreiber

    Any help from your side is welcome, and your plans for tutorial sound very good!
    I wonder if you will still say that after the next round of changes. I've been working on the format a little more. And, I even altered the script file a little. The reason for altering the format even more in my mind is to make it easier for people new to the language and easier for ones submitting articles in the future.

    The way y'all had it set up before would make it a little cumbersome in my mind to navigate the tutorials. So, one change I made was to put all the lessons of a certain tutorial in one folder. So, you don't have tons of tutorials but tons of lessons in one tutorial. In other words, there is not a tutorial on Variables but several lessons within the "Beginning" tutorial that cover variables. I hope my changes make sense.

    I changed "Startup" tutorial to "Beginning" tutorial, which makes more sense in English, IMHO.

    Since I changed the folder layout, I took out the "author" section of the header since multiple authors may contribute to the same tutorial, each writing a different lesson. We can find another place to mention the authors, if you wish. I personally don't need recognition for any articles that I write. This is the least that I can do to help the cause. Wish I had money to give. Maybe in the future. But, we are moving because we don't have much money. Well, that's one of the reasons anyway.

    In the header section I also took out the Version Number. That doesn't make much sense to me. Yes, with thinBasic and thinAir, but not with the tutorials.

    I also moved the INDEX file to the first lesson, combining information where I needed to. I hope everyone likes the new format. I think all of these changes can make the tutorials easy to expand on.

    One other semi major change I want to work on soon is smoothing out English syntax throughout the application and HTML pages, which I think will go a long way to making thinBasic even more accessible.


    Mark

    P.S. - Please comment if you can. I would love some input. Am I making good changes? I don't want my time wasted.

    EDIT: To avoid confusion for everyone, me included, I have taken off the attachment on this post. An up-to-date version can be downloaded elsewhere.

  6. #6
    Super Moderator Petr Schreiber's Avatar
    Join Date
    Aug 2005
    Location
    Brno - Czech Republic
    Posts
    7,128
    Rep Power
    732

    Re: Idea for tutorials

    Hi Mark,

    I like it. Only thing I would consider, if you don't like versioning, use date of last change to the tutorial.
    Imagine you publish tutorial, and in 2 months you update it with new stuff because ThinBASIC introduces some cool commands.

    From first look on the tutorial, it might seem nothing changed, but the date could be good indicator for "check it out, its updated". Nobody will check file time, but when you see 22-Nov-2009 you can clearly see it is something new.

    English smoothing is welcomed too. I am not native speaker so my English can appear robotic or disturbing to the eye of the reader. Making the text "perfect English" will make the tutorials more accessible as you say.

    Regarding author(s) - the good thing was that you saw who wrote it, so you could directly ask him(them) in case of trouble.


    Thanks!,
    Petr
    Learn 3D graphics with ThinBASIC, learn TBGL!
    Windows 10 64bit - Intel Core i5-3350P @ 3.1GHz - 16 GB RAM - NVIDIA GeForce GTX 1050 Ti 4GB

  7. #7

    Re: Idea for tutorials

    Nothing to add to Petr's comments.

  8. #8
    Member marcuslee's Avatar
    Join Date
    Sep 2008
    Location
    Kansas, USA
    Age
    42
    Posts
    222
    Rep Power
    38

    Re: Idea for tutorials

    Quote Originally Posted by Petr Schreiber
    Only thing I would consider, if you don't like versioning, use date of last change to the tutorial.
    Imagine you publish tutorial, and in 2 months you update it with new stuff because ThinBASIC introduces some cool commands.

    From first look on the tutorial, it might seem nothing changed, but the date could be good indicator for "check it out, its updated". Nobody will check file time, but when you see 22-Nov-2009 you can clearly see it is something new.
    You hit the nail on the head, really. A modification date makes more sense for articles that are being put up at random or at uneven intervals. Perhaps in the future if there is enough interest, a forum thread or email newsletter can go out, telling people about new additions to the tutorial. If anyone would like to help out in an endeavor such as this, I would be happy to help out where I can.

    English smoothing is welcomed too. I am not native speaker so my English can appear robotic or disturbing to the eye of the reader. Making the text "perfect English" will make the tutorials more accessible as you say.
    I am always nervous about mentioning that because I don't want to offend anyone. I don't want it to come off like I don't have respect for all of you (non-native English). Cause the opposite is true. Especially Eros but a lot of the others as well ... y'all have accomplished so much. And, I am honored to be a part of this. And, even though I get busy with life and don't do much with programming from time to time, I always come back. With the tutorial application accessible to me, maybe I'll stick around a little longer this time. Moving to Kansas means I am not going to be working for myself anymore, so maybe I will have more time for thinBasic. We'll see!

    Regarding author(s) - the good thing was that you saw who wrote it, so you could directly ask him(them) in case of trouble.
    That's a good point. It depends on what we decide to do with the modification date. We could put the modification date and the contributing author at the top of a lesson (article). Should there be a modification date for each article or for the whole thing all together? If there is going to be just one date change, then the contributing author could be posted at the end of a lesson. There is a date posted in the INI file. That could simply be shown in the header where the Version was previously shown. I'll look into that and see if I can figure it out. It is always hard for me to alter someone else's program ... I'm slow to understand where things are.

    If I am taking an active role in the tutorials, I will be able to recognize my on writing style. So, knowing an author would only be helpful to me if it isn't me doing the writing. And, here's some blunt honesty ... at present, I don't see many of y'all contributing to this project because y'all are so busy with other thinBasic projects as well as real life duties. And, I wouldn't ask for any futher help besides helping me with the parts of thinBasic and programming in general that I don't completely understand.

    Well, this is exciting! Let's see where it goes.




    Mark

  9. #9

    Re: Idea for tutorials

    I vote for author and date.

  10. #10
    Member marcuslee's Avatar
    Join Date
    Sep 2008
    Location
    Kansas, USA
    Age
    42
    Posts
    222
    Rep Power
    38

    Re: Idea for tutorials

    Quote Originally Posted by Michael Hartlef
    I vote for author and date.
    I'm cool with that. Should the author and date be at the top or bottom of the article?

    I'ved attached the next update to the tutorial. I was able to add the modification date in the header. I don't completely understand all the commands used to get it there, but I can alter other people's code to get it done.

    There are a couple more lessons in the tutorial. The "Conditions" lesson isn't complete, though.

    EDIT: The attachment has been removed. An up to date Tutorial.zip can be downloaded elsewhere.

    Mark

Page 1 of 3 123 LastLast

Similar Threads

  1. Latest Ne(w)He tutorials
    By Petr Schreiber in forum TBGL Tutorials
    Replies: 1
    Last Post: 05-07-2008, 23:35

Members who have read this thread: 0

There are no members to list at the moment.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •