Previous page Next page Bottom Top One level up Home
Home > Directory > Kids and Teens > Computers > Web Page Design > CGI and Programming

CGI and Programming

DHTML (4)
Java (3)
XML (2)

Webpages concerning "CGI and Programming"

SitePoint.com - With a vast variety of web design tutorials and articles coupled with a vibrant and well informed community, SitePoint the natural place to go to grow your online business
http://www.sitepoint.com
Keywords:
CSS positioning, XHTML standards, tableless design, accessability, freelance web design, PHP MySQL tutorial, page tutorial, teaching dotnet, standards compliant, PHP, web, programming, tutorial, graphics, selecting, a, web, hosting, service, xhtml complaint site, kevin yank, development tutorials, database lesson, apache, web, server, lessons, Flash books, free design help, where, can, i, find, ...

http://www.sitepoint.com

WebDeveloper.com Forums, Where Web Developers and Designers Learn How to Build Web Sites, Program in HTML, Java and JavaScript and More!
http://www.webdeveloper.com/
Keywords:
HTML, web, development, web, design, XML, CSS, DHTML, JavaScript, developer, discussion, forums, Perl, PHP, ecommerce, scripting, affiliate, domains, accessability, business, matters, webdeveloper.com, internet.com

http://www.webdeveloper.com/

Your programming directory for free JavaScript, scripts, php, flash, source code, books, examples, help and more! Now with thousands of categorized listings in a searchable index.
http://www.scriptsearch.com/
Keywords:
JavaScript, php, script, free, java, asp, scripts, flash, image, menu, search, code, games, source, download, calendar, form, VBScript, Perl, cgi, ScriptSearch

http://www.scriptsearch.com/

Learn CGI today with this easy-to-follow online tutorial. Lots of helpful examples. No programming experience needed!
http://www.cgi101.com/learn/
Keywords:
CGI, Perl, programming, tutorial, learn

http://www.cgi101.com/learn/

http://www.onlyscripts.com
Keywords:
Java, javascript, scripts, asp, cgi, php scripts, free java script, script, free php, mouse, text

http://www.onlyscripts.com

CGI scripts are used to create dynamic Web pages. When you fill out and submit a form or add your name to a guestbook, you're using CGI. Learn what CGI is and how to create your very own scripts.
http://www.howstuffworks.com/cgi.htm
Keywords:
CGI, CGI-BIN, cgi-bin, scripting, information, tutorials, explanation, explains, understand, understanding, tell me, students, teachers, study, educational, learns, learning, resources, k12, k-12, help, helpful

http://www.howstuffworks.com/cgi.htm

Help building the largest human-edited directory of the web
Suggest URL - Open Directory Project - Become an editor
directopedia.org uses links and structure from dmoz Open Directory Project.
The contents has been generating using technology developed by scientec.

Wikipedia-Article "CGI"

CGI may mean:

This article is based on the article "CGI" from Wikipedia - the free encyclopedia created and edited by online user community. This article is distributed under the terms of GNU Free Documentation License. Here you find the list of authors of this article. The article can only edited within Wikipedia. Edit this article in Wikipedia.

Wikipedia-Article "Programming"

Wikibooks
Wikibooks has more about this subject:

Computer programming (often simply programming) is the craft of implementing one or more interrelated abstract algorithms using a particular programming language to produce a concrete computer program. Programming has elements of art, science, mathematics, and engineering.

Programming languages

Main article: programming language

A programmer writes source code in a particular programming language.

Different programming languages support different styles of programming (called programming paradigms). Part of the art of programming is selecting one of the programming languages best suited for the task at hand. Different programming languages require different levels of detail to be handled by the programmer when implementing algorithms, often resulting in a compromise between ease of use and performance (a trade-off between "programmer time" and "computer time").

The only programming language a computer can directly execute is machine language (sometimes called "machine code"). Originally all programmers worked out every detail of the machine code, but this is hardly ever done anymore. Instead, programmers write source code, and a computer (running a compiler, an interpreter or occasionally an assembler) translates it through one or more translation steps to fill in all the details, before the final machine code is executed on the target computer. Even when complete low-level control of the target computer is required, programmers write assembly language, whose instructions are mnemonic one-to-one transcriptions of the corresponding machine language instructions.

In some languages, an interpretable p-code binary (or byte-code) is generated, rather than machine language. Bytecode is used in the popular Java programming language by Sun Microsystems as well as Microsoft's recent .NET family of languages and Visual Basic previous to the .NET version.

Software development

Main article: software engineering

Software is a mass noun for computer programs and data. The accompanying documentation and software license are also considered an essential part of the software, even though they don't involve any actual coding.

Creating software involves:

  • Requirements Analysis
  • Specification
  • Design and Architecture
  • Coding
  • Compilation
  • Testing
  • Documentation
  • Maintenance

See software engineering for more details.

External links

  • TechBookReport - reviews of books on all aspects of computer programming - including programming language tutorials, best practices, methodologies etc
This article is based on the article "Programming" from Wikipedia - the free encyclopedia created and edited by online user community. This article is distributed under the terms of GNU Free Documentation License. Here you find the list of authors of this article. The article can only edited within Wikipedia. Edit this article in Wikipedia.