Introduction to Web Programming - Part 1
Whenever you open your web browser and go to a website you are interacting with one or more web programmers and/or designers who have created the web page you are visiting. The text they have written and the graphics they have created, along with the programming they’ve written are all taken by your browser and displayed on your monitor (or your speakers, or other human interface device, but let’s not make this complicated yet!).
Design Vs. Programming
First, there may be some confusion regarding the difference between design and programming. We will use the term design to refer to the graphics and color schemes used to control the display of the web site. These tutorials will have very little to teach you about designing graphics for the web. We will touch on some issues regarding colors and fonts, but it will not be covered in depth.
We will define web programming as the various instructions that are written so that the website will be displayed as intended in the client browser. Web programming as used in this tutorial will fall into 5 programming languages or types of instructions:
- XHTML
- CSS
- Javascript
- PHP
- MySQL
BestWebTutorials.com is a free service of CrystalClearWeb.net. You can help us keep providing free tutorials and information by:
- Link to us
- Tell a friend
- Correct any you might find
- Make for improvement
- Make a donation
BestWebTutorials.com attempts to post accurate information on this site, but we cannot guarantee that errors do not sometimes occur. The use of code examples from this site in any other site is at the user's own risk. We cannot guarantee that our code might not be in conflict with code written by others, or that our code is fit for other uses.
For further information please review our Terms of Use and Privacy Policy.
Copyright 2005-2008 CrystalClearWeb.net. All rights reserved.



