|
|
|
|
|
Articles related to "Learning To Program"
Best Early Learning Math Programs
Discussion of a variety of great math software for pre-school through lower elementary grades.
Computer Programming 101 This is the general programming start page with links to articles, resources, tools, software and more. programming • computer programming • c programming • programming language • learn programming
Learn to Program with BBC BASIC This article explains why BBC BASIC is a good learning language, which BBC BASIC to choose, programming, and a starter set of links to programming articles. programming • bbc basic • learning to program • how to program • coding
Teacher Exchanges An exciting opportunity is available to any teacher interested. Many teachers are taking advantage of it, and the benefits are reaching the students, the school, and the community. teacher • teacher • teacher exchange • exchange • exchange programs
Making Sounds with BASIC Programs An article describing the way that BASIC can be used to produce sounds of varying complexities - from single notes to chords, and envelopes allowing instrument simulation sound • video game • bbc basic • programming • music
Mac Programming - an Introduction The Macintosh provides many ways to automate tasks. Whether you're a beginner or an expert, you'll find that all the programming tools you need come with every Mac. mac programming languages • how to program a mac • programming on the macintosh • learn to program on a mac • writing programs on a mac
Programming in Phrogram Phrogram is language that enables beginners to learn object-oriented programming in a user-friendly and fun environment. phrogram • object-oriented programming • kpl • .net framework • multi-media programming
Condition Testing BASIC Programs Part of the Learn to Program with BBC BASIC tutorial, this concentrates on decision making and condition testing using the IF THEN ELSE and ENDIF keywords. if • then • else • elseif • elif
Computer Programming for Kids Is computer programming the career for you? Read an interview with Tim Arnold, a game programmer and visit sites on programming just for kids. computer • programming • perl • basic • java
Types and Variables in BASIC Article covering the use of data types and variables in BBC BASIC programming, including integers, arrays, strings, local and static variables, as well as structures. variables • programming • data • types • structures
Afterschool Programs Raise Scores A new study shows that high-quality afterschool programs can help to raise test scores. afterschool programs • after school activities • no child left behind • disadvantaged students and afterschool programs • educational accountability
Gambas: Almost Visual Basic on Linux Gambas is almost Basic on Linux, and for those Visual Basic programmers looking to move from Windows to Linux then this may be the final push that they need. linux gambas programming • get gambas • visual basic linux • vb linux • gambas
JavaScript: The Easy Way Three shareware programs to learn, scramble, and <i>avoid</i> learning JavaScript! shareware • program • software • download • downloadable
Video Game Programming Degrees Many technical schools are offering computer programming degrees to take advantage of the trend. A 4-year computer science degree might serve these students better. video game programming colleges • video game desiners colleges • video game programming degree • computer science degree • devry
Beginning Games Programming Games programming is fun for all ages. GameMaker has a user-friendly, intuitive interface and is free to download. Make your first game and share with others on the web. beginning games programming • free gamemaker software • gamemaker free download • share games with others • free tutorials
Career Education and Vocational School Benefits Vocational and technical education provides benefits for those completing programs at these schools, along with increased job stability and advancement opportunities. career education • benefits vocational schools • benefits continuing education • technical schools • distance learning
Counted Loops in BASIC Programming This article introduces the concept of counted (for) loops in BBC BASIC programming, with several examples, and some possible pitfalls. counted • loop • for • next • step
Didn't you want to program your Mac? Some pointers and links to get you started programming your Mac, as well as latest upgrade news and of course the Drop Box of interesting articles. macos 8.5 programming c pascal games apple macinto
Finding College Courses on the Web A few accredited universities offer long-distance degrees. You can also take non-credit writing courses online, if you know where to look. distance learning • writing courses • writing classes • online degree • online education
Getting Started in C++ Programming A tutorial for getting started in C++ for programmers and non-programmers also covering object oriented design and programming theory and practice. c++ • programming • how to • getting started • object oriented
Programming Functions in BASIC This article looks at the FN keyword, used to define functions, which are like procedures that can return a value. function • basic • bbc basic • subroutine • flow
Pros and Cons of Distance Learning Looking to get ahead in your non-profit organization? Find out about the pros and cons of getting a college degree or certificate through a distance learning program. distance education • distance learning • distance learning degree • distance learning college • online distance education
Text Input with BBC BASIC In this article we learn how to provide for user input in a BASIC program, using the INPUT keyword. bbc basic • input • text • print • tab
The Alice Programming Language Using animated movies and simple video, Alice is a very high level programming language designed to teach basic programming to even the most novice computer user. alice programming language • programming for animation • games programming • programming languages • alice free language
The Benefits of Creating Your Own Website Many companies, organizations and individuals are seeking to create a new website. But should you hire a website developer or create the website on your own? website development • website development firm • website design • website creation • cons of website developer
Using HREF JavaScript Links JavaScript tutorial showing how to use HREF JavaScript links rather than submit buttons, in HTML documents and generated web pages. href javascript • javascript links • javascript tutorial • javascript button • html
Choosing Between Public and Private High Schools Switching to private high schools entails an investigative process that must be inclusive and thorough. Visits and meetings with school personnel are imperative. public private high school • switch to private school • public school alternatives • private school options • investigating private schools
Don't Get Burned by Diploma Mills The Internet has caused a boom in distance education programs, which allow you to get college degrees without attending classes. These can be a great boon for writers, but many diplomas aren't worth the paper they're printed on. online education • college degree • writing courses • writing • education
Flow Control in BASIC Programming An introduction to flow control in programming, including the use of GOTO and GOSUB, with some good reasons why, and why not, to use these to change execution sequence. flow • control • programming • loops • goto
How to Limit Your College Costs Without Applying for Aid A description of methods for reducing the cost of a college education without financial aid forms, including pre-entry coursework, study away, tuition reinbursement, and tution-free colleges. college • university • colleges • universities • higher
IF Programming Series, Second Installment: ADRIFT A new system for designing IF that can be mastered in a couple of days. Yes, really. game design • adrift • fiction • writing • interactive
Project: NetCaster -- Variably Thinking Assigning Variables early in the game⦠what do you mean 'what's a variable?' imagination • common • thought • catharsis • game
Repetition in BASIC Programming This article looks at an alternative to counted loops, using the REPEAT, UNTIL, WHILE and ENDWHILE constructs. loops • repeat • until • while • endwhile
Roanoke Valley Kid-Tested Fun Kids from preschool to middle school and their parents can find plenty of activities for summer fun in the Roanoke Valley. Here are six kid-tested things to see and do. virginia va activities • roanoke virginia • kid friendly activities roanoke va • activities in roanoke va • summer activities
Text Output with BBC BASIC This article discusses the BBC BASIC keywords for text display, PRINT and TAB, as well as the STRING$ keyword used by BBC BASIC to concatenate strings, and printing text. bbc basic • output • text • printing • print
Writing PROCedures in BASIC Using blocks of code, called procedures in BBC BASIC programming is a little different from C, Visual Basic, and other languages. They are, however, powerful and useful. procedure • basic • bbc basic • subroutine • flow
CGI Programming (Part 3) Discusses on how a CGI program can get input from an HTML form. cgi programming • perl • linux • windows • apache
How To Build and Maintain Your Web Site There are a number of tools that can be used for building and maintaining a Web site. In order to better understand the market, I will categorize these tools in two ways: First are the "off-the-shelf" products and then there is the "online" or "server-based" approach. web site builders • web site software • web page software • server-based web site builder • frontpage
Programming Graphics in BBC BASIC In which we learn how to set colors, using GCOL and COLOR, create Teletext style block graphics, and draw simple line drawings with other graphics commands in BBC BASIC. bbc basic • graphics • programming • video games • tutorial |
|
|
|