Web Design and Computer Languages you should learn

Necessary language
XHTML

The easiest way to build a website is by exclusively using the markup language XHTML. XHTML is used to structure your pages and determine what information your website should contain (text). A main line becomes eg

of the opening tag and closing tag . These should enclose the text you want formatted as a h1 header. A paragraph is characterized example of the tags

and and works the same way. These are just examples of XHTML is fairly easy to learn but there is more to read.

You can create a site using only XHTML, but it will not be particularly good looking! “Content is King” is a well-known assertion, and some – you have valuable content to your website can be just as good even if it is very simple. As long as it is clearly structured.
CSS

CSS stands for Cascading Style Sheets. CSS defines how information is displayed on your website. With CSS you set up rules for different classes and IDs, and you can easily format the different elements on your website by setting up rules which says that all h1 tags should be formatted si and all pieces should be formatted so. CSS stands for everything that has to do with the appearance in terms of layout.
You can make a home page without CSS, but it will not be particularly pretty.
Not necessary lever – but good to be able to
PHP

PHP stand for PHP Hypertext Preprocessor and is a “recursive acronym which refers to itself in the name. However, it is nothing to catch up on because it is uses of PHP as it is interesting. PHP is a server-based logic programming language. One of the advantages of PHP is that you can include files in your regular web pages. For example, if you have a sidebar, so this file can be included in a basic template on which all your pages based on. If you then want to update the sidebar, so you only need to update the small individual included file to the sidebar will be updated on the entire site at once. It is one of the things that saves properly with time.

In principle it is only imagination that sets limits to what you can do PHP. Program a admin inst ratio system to your site, create accommodation features, making a program that sees the keywords visitors entering and which ads they click, customize your ads, depending on the keywords your visitors used in Google to find your page. Etc..
MySQL

MySQL is a database management system that works well with PHP and is used to store information. If you have built a website and an admin installs ratio system via PHP, so you probably store your web pages of information in the database. A database can also contain information on your website subscribers, who nibbles on a particular offer, statistics on which keywords are the most commonly used to find your site etc.. Just to name a few.
Javascript

Unlike PHP, which runs through the hotel’s web server will run javascript in your browser. Javascript charged in other words, not your server when the program itself is downloaded to your computer. With javascript, you can get letters to jump on the screen, build user-friendly interface that warns if someone typed something wrong in your newsletter registration form, create popups.. etc!

Related posts:

  1. Web Hosting Company in Sweden
  2. Cheap web hosting market in 2009
  3. Cheap Web Hosting from Surf Town
  4. What is Web Hosting?
  5. Why choose cheap web hosting from Loopia?

Leave a Reply: Web Design and Computer Languages you should learn