QUOTE (Kevin @ June 19, 2005, 10:41) |
Will there be an off-line version? If so I might include it in the archives here once finished, if not I am thinking about creating a topic will all chapters in the Community articles section or a pinned topic in the help and support section :)![]() |
QUOTE | ||||||
Front Page sucks, it's Notepad and PHP/MySQL all the way!
Post by: mdjenkins86 on June 19, 2005, 09:32:00 am ![]() Post by: DJ Omnimaga on June 19, 2005, 09:39:00 am Post by: tifreak on June 19, 2005, 09:52:00 am ![]() Post by: DJ Omnimaga on June 19, 2005, 10:26:00 am ![]() Post by: tifreak on June 19, 2005, 10:40:00 am ![]() If you have a question about the code, I will be more than willing to explain it. :) ![]() Kinda like learnin TI-basic all over again... Post by: DJ Omnimaga on June 20, 2005, 02:51:00 am *waiting TI-89 BASIC tutorial: chapter 3* Post by: mdjenkins86 on June 20, 2005, 04:58:00 am ![]() ![]() ![]() Post by: DJ Omnimaga on June 20, 2005, 05:45:00 am ![]() Post by: tifreak on June 20, 2005, 06:06:00 am Post by: mdjenkins86 on June 28, 2005, 04:07:00 pm Post by: tifreak on June 28, 2005, 04:18:00 pm ![]() Post by: mdjenkins86 on June 28, 2005, 04:28:00 pm ![]() Post by: tifreak on June 28, 2005, 04:45:00 pm ![]() Post by: DJ Omnimaga on June 29, 2005, 02:25:00 am about google I think i finally got my website back in google search, its not always at the top but that might justify the slightly increased amount of guests online I think :) ![]() btw how many tutorial are ready so far? Just in case a 3rd of 4th one was under develkoppement and I didnt knew Post by: tifreak on June 29, 2005, 02:57:00 am Post by: mdjenkins86 on June 29, 2005, 03:55:00 am Post by: DJ Omnimaga on June 29, 2005, 05:37:00 am
? Post by: tifreak on June 29, 2005, 06:21:00 am ![]() Post by: DJ Omnimaga on June 29, 2005, 06:29:00 am ![]() Post by: tifreak on June 29, 2005, 11:10:00 am ![]() Good news. I just saved a load of money on my calc insurance by switching to Geico! lol, no really, I just got the lessons posted on the site, which can be found at: http://tifreakware.calcgames.org/tutorials.htm Let me know if it is satisfactory. :D ![]() Post by: arti on June 29, 2005, 04:12:00 pm Post by: DJ Omnimaga on June 30, 2005, 01:16:00 am Post by: tifreak on June 30, 2005, 07:04:00 am ![]() I was just trying to get something posted, to make it look like I hadn't stopped working on the site... B) ![]() Post by: DJ Omnimaga on June 30, 2005, 01:04:00 pm ![]() Post by: tifreak on July 08, 2005, 12:54:00 pm ![]() Post by: arti on July 08, 2005, 02:15:00 pm
Maybe this means he's working hard on TSOD! :thumb: ![]() Post by: tifreak on July 08, 2005, 03:08:00 pm Post by: mdjenkins86 on July 08, 2005, 07:48:00 pm ![]() Post by: tifreak on July 09, 2005, 02:10:00 am And the next tutorial would be great! :thumb: ![]() Edit: Thought you would like to know that the tutorials are getting a couple hits a week now... :) ![]() Post by: mdjenkins86 on July 15, 2005, 02:51:00 am There is one simple truth about output: everything that is the result of something else is output. And concordantly, anything that can be seen, heard, or understood is also output. Sometimes input is output: Once upon a time there was a fly above a lake. There was a fish watching the fly that was thinking, ?When the fly comes near the water, I can jump up an grab the fly?. Well, their also happened to be a bear that was watching a fish that was thinking, ?When the fly goes near the pond, the fish will grab the fly and I can grab the fish?? The story goes on and on until a cat is watching a mouse watching a hunter?s sandwich; the hunter is busy watching the bear that is watching the fish that is watching the fly. This is an excellent example of output and its relation to input, and also how something can quickly change from input to output. With that said, lets take a look at some ways we can use output to both request and display input on a screen. When you display input, it is called output This chapter is dedicated to dwelling even more on input and output. If you believe that you have a steady foundation in input and output philosophy, please feel free to skip ahead as this may seem unnervingly elementary. Enter the program editor and press 3 to create a new program. Name this program ?Inputut?. Enter the program below as shown: Exoutput() Prgm Post by: DJ Omnimaga on July 15, 2005, 03:12:00 am ![]() Look nice, now I see how it works and might help me if I want to mess around with BASIC if I get a 89. Al;so I now see why there are no word wrap in this function (I think): Basically on the 83+ on the home screen there are 8 row and 16 columns. Basically if you do Output(2,4,"HELLO" it will display HELLO at row 2 column 4. However the TI-89 output function is similar to the 83+ Text( command. If you do Text(12,31,"HELLO" it will display HELLO at pixel row 12 and pixel column 31 with no word wrap (text displayed outside of the screen to the right will be cut). This will display small text though. I dunno if there ar esimilar things on 68ks but on the 83+/84+ calcs (not on the 82/83 regular though) if you do Text(-54125+1,12,31,"HELLO" instead of Text(12,31,"HELLO" it will display big text fonts (like on the homescreen) instead of small ones :) ![]() Post by: arti on July 15, 2005, 04:14:00 am However, you get small font when using the Dialog Box function (like a pop-up window, it's neat) - but on the 92/v200 that font is also quite large. Bleh. Post by: tifreak on July 15, 2005, 05:05:00 am ![]() Post by: mdjenkins86 on July 15, 2005, 08:07:00 am Post by: mdjenkins86 on July 15, 2005, 12:30:00 pm Post by: tifreak on July 16, 2005, 02:24:00 am Post by: mdjenkins86 on July 16, 2005, 06:30:00 am
Don't worry I already have the formatted version and will send them to you today. Post by: tifreak on July 16, 2005, 06:57:00 am ![]() Post by: DJ Omnimaga on July 16, 2005, 11:44:00 am ![]() Post by: mdjenkins86 on July 18, 2005, 03:40:00 am the comand ord("A") will give you the "Ascii Key code" for the character "Capital A", which amazing is 65 like one would assume. Think C programming. The command char(65) will give the Ascii character for the code inputed. In this case the character corresponding with code 65 is "Capital A" or A. So the loop: ord("A")c For a, c,c+25 Disp char(a) Endfor Will display every letter of the alphabet in capital form. This will do the same thing as for a,65,91 Disp char(a) EndFor you would only do ord("A")c if you didnt know that "A" = 65 Post by: DJ Omnimaga on July 29, 2005, 04:06:00 am hmm, is it me or did something happened? Lot of members have left the scene lately in the past weeks, not only on Omnimaga but everywhere as well. I havent seen mjenkins, arti, greenorange, solitaire710, etc for a long while :( ![]() Post by: tifreak on July 29, 2005, 05:59:00 am Post by: DJ Omnimaga on October 11, 2005, 03:40:00 am ![]() Post by: mdjenkins86 on October 20, 2005, 01:24:00 pm Post by: DJ Omnimaga on October 21, 2005, 02:43:00 am ![]() too bad I wish I would see this come out for calc someday, there are too many ppl who quittted calc programming this year this is a shame and something needs to be done :( ![]() *Kevin Post by: tifreak on October 21, 2005, 05:16:00 am Do you plan on workin on the tutorials anymore, or what I have is all that will be? :ph43r: ![]() Post by: mdjenkins86 on October 22, 2005, 07:50:00 am Post by: mdjenkins86 on October 22, 2005, 07:51:00 am Post by: tifreak on October 22, 2005, 10:48:00 am ![]() Post by: arti on October 22, 2005, 12:35:00 pm ![]() Post by: DJ Omnimaga on October 22, 2005, 12:42:00 pm ![]() Post by: arti on October 22, 2005, 03:34:00 pm ![]() Post by: mdjenkins86 on October 23, 2005, 12:37:00 pm Post by: DJ Omnimaga on October 23, 2005, 01:18:00 pm ![]() |