Difference between revisions of "TI-BASIC:Home"

From Learn @ Cemetech
Jump to navigationJump to search
(Initial automated import)
 
Line 1: Line 1:
{|
+
'''''Welcome to Cemetech's TI-Basic Developer, the TI-BASIC information repository!''''' This repository started with permission from [http://tibasicdev.wikidot.com/ TI-BASIC Developer], an excellent repository of TI-BASIC information, and is being continually updated and improved to bring you even more information. This site does ''not'' include TI-BASIC Developer's forum, file archives, TI-89 documentation, and TI-Nspire BASIC documentation; we strongly encourage you to [http://tibasicdev.wikidot.com/ visit TI-BASIC Developer] for these resource. If you are a first-time visitor, please check out the [[TI-BASIC:Welcome_Pack|Welcome_Pack]] to get you up to speed on using the site. We encourage you to become a member by clicking the Register link on this page, to [[TI-BASIC:Contribute|get involved]] in the community, and to come back often to see what [[Special:Recent_Changes|changes]] have occurred. And above all else, enjoy your stay!
|-
 
|
 
'''''Welcome to TI-Basic Developer (TI|BD), the TI-Basic information repository!''''' If you are a first-time visitor, please check out the [[TI-BASIC:Welcome_Pack|Welcome_Pack]] to get you up to speed on using the site. We encourage you to [[TI-BASIC:System:Join|become a member]] and to [[TI-BASIC:Contribute|get involved]] in the community, and to come back often to see what [[TI-BASIC:System:Recent_Changes|changes]] have occurred. And above all else, enjoy your stay!
 
  
|}
+
<div style="float:right; width: 18em; margin: 0 0 0 20px; padding: 3px; background: #fdfcf6; border: 1px solid #4D5C63;">
  
<div style="float:right; width: 18em; margin: 0 0 0 20px; background: #fdfcf6; border: 1px solid #4D5C63;">
 
 
{|
 
|-
 
|
 
 
'''New to TI-Basic?'''
 
'''New to TI-Basic?'''
  
|-
 
|
 
 
These pages provide an overview of TI-Basic, and are designed to help you quickly get started learning and using TI-Basic.
 
These pages provide an overview of TI-Basic, and are designed to help you quickly get started learning and using TI-Basic.
  
 
* [[TI-BASIC:Thecalcs|The Calculators]]
 
* [[TI-BASIC:Thecalcs|The Calculators]]
 
* [[TI-BASIC:WhyTI-BASIC|Why TI-Basic?]]
 
* [[TI-BASIC:WhyTI-BASIC|Why TI-Basic?]]
* [[TI-BASIC:Using_This_Guide|Using_This_Guide]]
+
* [[TI-BASIC:Using_This_Guide|Using This Guide]]
 
* [[TI-BASIC:Starter_Kit|TI-Basic Starter Kit]]
 
* [[TI-BASIC:Starter_Kit|TI-Basic Starter Kit]]
 
* [[TI-BASIC:Faq|TI-Basic FAQ]]
 
* [[TI-BASIC:Faq|TI-Basic FAQ]]
 
|}
 
 
{|
 
|-
 
|
 
'''[[TI-BASIC:Did_You_Know...|Did_You_Know...]]'''
 
 
|-
 
|
 
<module ListPages category="dyk" tags="+_dyk _83portal _both-portals" separate="no" order="random" limit="1" urlAttrPrefix="dyk">
 
%%content%%
 
</module>
 
 
 
|}
 
 
{|
 
|-
 
|
 
'''[[TI-BASIC:Development|Development]]'''
 
 
 
|-
 
|
 
<module ListPages category="excerpt" tags="_excerpt +_83portal +featured-article" order="random" separate="false" limit="1">
 
%%content%%
 
</module>
 
 
 
|}
 
 
 
</div>
 
</div>
  
{|
+
<div style="display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap;">
|-
+
<div style="border: 1px solid #888; margin: 0.2em; padding: 0.2em;">'''Commands'''<div>
|
+
* [[TI-BASIC:Homescreen|Home Screen]]
'''[[TI-BASIC:News|Recent News]]'''
+
* [[TI-BASIC:Graphscreen|Graph Screen]]
 
+
* [[TI-BASIC:Math|Math Functions]]
|
+
* [[TI-BASIC:Variables|Variables]]
'''[[TI-BASIC:Forum:Recent_Posts|Recent Posts]]'''
+
* [[TI-BASIC:Userinput|User Input]]
 
+
* [[TI-BASIC:Operators|Operators]]
|
+
* [[TI-BASIC:Linking|Calculator Linking]]
'''[[TI-BASIC:System:Recent_Changes|Recent Edits]]'''
+
* [[TI-BASIC:Controlflow|Controlling Flow]]
 
+
* [[TI-BASIC:Settings|User Settings]]
 
+
* [[TI-BASIC:Memory_Management|Memory_Management]]
|-
+
* [[TI-BASIC:Time_And_Date|Time_And_Date]]
|
+
</div></div>
<module ListPages category="news" order="name desc" tags="+_news _83portal _both-portals +_announcement" limit="1" date="last 7 days">
+
<div style="border: 1px solid #888; margin: 0.2em; padding: 0.2em;">'''Development'''<div>
<div style="border: 1px dotted #A45; padding: 1px;">
+
* [[TI-BASIC:Development|Overview]]
%%content%%
+
* [[TI-BASIC:Plan|Planning]]
 +
* [[TI-BASIC:Portability|Portability]]
 +
* [[TI-BASIC:Usability|Usability]]
 +
* [[TI-BASIC:Setup|Program Setup]]
 +
* [[TI-BASIC:Code_Conventions|Code Conventions]]
 +
* [[TI-BASIC:Techniques|Techniques]]
 +
* [[TI-BASIC:Comments|Commenting Code]]
 +
* [[TI-BASIC:Subprograms|Subprograms]]
 +
* [[TI-BASIC:Cleanup|Program Cleanup]]
 +
* [[TI-BASIC:Debug|Debugging]]
 +
* [[TI-BASIC:Optimize|Optimization]]
 +
* [[TI-BASIC:Timings|Code Timings]]
 +
* [[TI-BASIC:Documentation|Writing Program Documentation]]
 +
* [[TI-BASIC:Marketing|Marketing]]
 +
* [[TI-BASIC:Releasing_Your_Program|Releasing Programs]]
 +
* [[TI-BASIC:Creating_New_Program_Versions|Creating New Program Versions]]
 +
</div></div>
 +
<div style="border: 1px solid #888; margin: 0.2em; padding: 0.2em;">'''Techniques'''<div>
 +
* [[TI-BASIC:Techniques|Overview]]
 +
* [[TI-BASIC:Animation|Animation]]
 +
* [[TI-BASIC:Assembly|Assembly]]
 +
* [[TI-BASIC:Compression|Compression Techniques]]
 +
* [[TI-BASIC:Cryptography|Cryptography]]
 +
* [[TI-BASIC:Custommenus|Custom Menus]]
 +
* [[TI-BASIC:Custominput|Custom Text Input]]
 +
* [[TI-BASIC:Easy_Map_Making|Easy Map Making]]
 +
* [[TI-BASIC:Friendly_Window|Friendly Graphing Window]]
 +
* [[TI-BASIC:Graphics|Graphics]]
 +
* [[TI-BASIC:Grouping|Grouping A Program]]
 +
* [[TI-BASIC:Highscores|Highscores]]
 +
* [[TI-BASIC:Lookuptables|Look-Up Tables]]
 +
* [[TI-BASIC:Maps|Making Maps]]
 +
* [[TI-BASIC:Movement|Movement in Maps]]
 +
* [[TI-BASIC:Multiplayer|Multiplayer]]
 +
* [[TI-BASIC:Piecewise_Expressions|Piecewise Expressions]]
 +
* [[TI-BASIC:Protection|Program Protection]]
 +
* [[TI-BASIC:Recursion|Recursion]]
 +
* [[TI-BASIC:Saving|Saving]]
 +
* [[TI-BASIC:Selfmodify|Self-Modifying Code (SMC)]]
 +
* [[TI-BASIC:Subprograms|Subprograms]]
 +
* [[TI-BASIC:Validation|Validation of User Input]]
 +
</div></div>
 +
<div style="border: 1px solid #888; margin: 0.2em; padding: 0.2em;">'''References'''<div>
 +
* [[TI-BASIC:Resources|Resources]]
 +
* [[TI-BASIC:Experiment|Experiment]]
 +
* [[TI-BASIC:Showcases|Showcases]]
 +
* [[TI-BASIC:Sidebar|Sidebar]]
 +
* [[TI-BASIC:Tokens|Token Size]]
 +
* [[TI-BASIC:Textsprites|Text Sprites]]
 +
* [[TI-BASIC:Binandhex|Binary & Hex]]
 +
* [[TI-BASIC:83lgfont|TI-83+ Font]]
 +
* [[TI-BASIC:Errors|Error Conditions]]
 +
* [[TI-BASIC:File_Extensions|File_Extensions]]
 +
* [[TI-BASIC:Key_Codes|Key_Codes]]
 +
* [[TI-BASIC:Abbreviations|Abbreviations]]
 +
* [[TI-BASIC:Glossary|Glossary]]
 +
</div></div>
 +
<div style="border: 1px solid #888; margin: 0.2em; padding: 0.2em;">'''Related Sites'''<div>
 +
* [http://www.omnimaga.org Omnimaga]
 +
* [http://codewalr.us CodeWalrus]
 +
* [http://www.cemetech.net Cemetech]
 +
* [http://tiplanet.org TI-Planet]
 +
* [http://tistory.wikidot.com TI Story]
 +
* [http://www.ticalc.org ticalc.org]
 +
</div></div>
 
</div>
 
</div>
</module>
 
<module ListPages category="news" order="name desc" tags="+_news _83portal _both-portals -_announcement" separate="false" limit="3">
 
%%content%%
 
</module>
 
 
|
 
<module MiniRecentPosts limit="3">
 
 
|
 
<module ListPages separate="no" limit="6" order="dateEditedDesc">
 
%%title_linked%%
 
<span style="color: #444; font-size: 85%; margin-left: 15px;">(by [[TI-BASIC:User_%%updated_By%%|User_%%updated_By%%]] %%updated_at|%O ago%%)</span>
 
</module>
 
 
 
|}
 
 
{|
 
|-
 
|
 
'''Search the Site'''
 
 
 
|-
 
|
 
<div style="padding-bottom: 5px;">
 
There is a wide range of TI-Basic content available on this site, so we recommend using the search engine or referring to the [[TI-BASIC:Sitemap|Sitemap]]. If you can't find what you're looking for, leave a post in the [http://tibasicdev.wikidot.com/forum/t-437432/search-help-2 forums] and somebody will assist you.
 
</div>
 
 
<module Search>
 
 
 
|}
 
  
<module CSS>
+
[[Category:TI-BASIC]]
#sside-bar {
 
    display: none;
 
    width: 0;
 
}
 
</module>[[Category:TI-BASIC]]
 
 
[[Category:TIBD]]
 
[[Category:TIBD]]

Revision as of 20:09, 25 February 2016

Welcome to Cemetech's TI-Basic Developer, the TI-BASIC information repository! This repository started with permission from TI-BASIC Developer, an excellent repository of TI-BASIC information, and is being continually updated and improved to bring you even more information. This site does not include TI-BASIC Developer's forum, file archives, TI-89 documentation, and TI-Nspire BASIC documentation; we strongly encourage you to visit TI-BASIC Developer for these resource. If you are a first-time visitor, please check out the Welcome_Pack to get you up to speed on using the site. We encourage you to become a member by clicking the Register link on this page, to get involved in the community, and to come back often to see what changes have occurred. And above all else, enjoy your stay!

New to TI-Basic?

These pages provide an overview of TI-Basic, and are designed to help you quickly get started learning and using TI-Basic.