Home | Web Designing | Web Hosting | Flash intros | SEO | Other Services | Request a quote | Our Clients | Contact Us | TOS | Privacy
© MAYA Creations Inc. 2007. If you are experiencing some difficulties viewing this site please upgrade your browser to the latest version

What Must I Know?

Web Hosting Sri lanka
Web Hosting Sri lanka
Web Design sri lanka
Webmail Login | Control panel login | Domains | Links | Site Map

Pay through credit card or direct to our account @ NDB |
More info...

What our clients have to say

Read about the views and reviews of the satisfied customers of Maya.
Click here

Contact Maya Creations Free php, java script download
Fri 09th May, 2008 2:20:23 pm
Our templates

We have custom made template which are designed purely by us, No cheating. We hold the copyright for our work. Find the template according to your need.
Search here..
The Following artical outlines the basic requirments if you are looking to create your web site of your own. Of course Professional Web Designing Companies like Maya Can do it for you. But the choice is yours. Artical courtecy: Davesite.com
Try these helpful links too...
About Web Hosting | How to choose a better host | Web Hosting Myths

This tutorial will teach you how to write your own web pages by using HTML. You do not need any special what-you-see-is-what-you-get HTML editor to use this guide, any old text editor will do just fine.

By learning HTML, you will have much more control over how your web pages look, and you'll more easily discover ways to make your web pages look even better. HTML is platform independent, meaning it can be written and viewed on any type of computer (Windows, Mac, UNIX/Linux, whatever!)

Because HTML is platform independent, you'll need to save your HTML files in standard text format, sometimes known as ASCII. The easiest way to do this is use a program like notepad.exe in Windows, pico in Linux, and the like.

If you'd prefer to use a word processor like Word or WordPerfect to write your HTML code, you can do so, but you need to save your files as "Text" or "Text Only." You'll see this option in a drop down box in your "Save As..." screen.

If you use a word processor and forget to save it as Text format, you'll see only garbled data when you try to view your page with a web browser.

You'll need to find a web host for your site unless you run your own web server 24/7. (Running your own server is very expensive, complicated, and not recommended).

By choosing a web host, your site will be available to the world all day every day. Most hosts are only down for a few minutes each month, if at all.

If you're making a personal web site, you can choose to get a web site from your Internet Service Provider (ISP), free space at a free host such as Angelfire, or go straight to the big leagues with a domain host.

There are several disadvantages of free hosts:

Domain hosts on the other hand:

So if you're making a personal web site you want to look professional, or you're making a business web site or a web site for an organization (church, etc) you'll want to get a domain host. A domain name ends in a .com, .org, or .net. (For example, davesite.com is a domain name.) Prices for domain hosts usually range from $5 a month to $10 a month. Let me say it again, domain hosts do not show ads, unless you put them up yourself to earn money.

Once you sign up for a host, you'll get a username and password to log in and edit your site. On free hosts, your username is also your directory, so choose wisely. For domains, your username is not as important.

Learn how to right XHTML here

When you write your web site, you'll need two copies:

There are two reasons:

  1. You need a backup (this is the obvious one).
  2. When you're working on your site, you don't work on it live! Imagine how silly it would look if a page changed every two minutes while you worked on it!

When you work on the copy of your HTML pages on your hard disk, it's called "editing the local copy." The copy on the web host is called the "remote copy." (Kind of like a remote control, controls something far away!)

Take our previous example with three files...

You'll edit all three of these from a folder in your hard drive, and once you're down, you'll upload them to your web host. Then the whole world will see them!

Tip: You can view your files on your hard drive before you upload them.

  1. Open your web browser.
  2. Choose File -> Open... File, (Browse).
  3. Find the folder with your HTML files.
  4. Double-click the one you're working on, and presto! It's in your web browser.

The most common mistake for new designers is the urge to put the c:\ in links and images. When you're on the web, there is no c:\ to the rest of the world. When you start out, keep all your HTML files and images in one folder, and don't use c:\ at all.

Quick example:

<img> loads an image into a web page. If you have a file called taco.jpg, use the code <img src="taco.jpg"> to load it, not <img src="c:\My Documents\website\taco.jpg">

  Maya Creations