Mar 27
Steps
  1. Set the following in the “Add a New Email Account” section:
    • E-mail - Enter the name of the email account you want to create. This will be the username such as info@domain.com. Select the domain you want to use for the email account from the drop down menu.
    • Password - Enter the password you want to use for the new email account.
    • Mailbox quota (optional) - Enter the amount in megabytes you want set for the amount of disk space allocated to the new email account.
  2. Click on the Create button.
  3. You will see the following confirmation:
    • “The e-mail account EMAIL_ACCOUNT with the login USERNAME+DOMAIN_NAME and password PASSWORD with a quota of MEGABYTES Megabytes was successfully created.”
  4. Click on the Go Back link.
  5. You should now see your new email account in the four-column “Current Accounts” table, listed under the “Account” column. The “Current Accounts” table provides the following information:
    • Account - The email accounts and their associated email addresses you have created.
    • Access Webmail - You can directly access the associated email account via the available web based email clients.
    • Usage - This entry shows you how much disk space the associated email has used.
    • Functions - The drop down menu provides several options for managing the associated email account as shown below:
      • Delete - This option will delete the associated email account.
      • Change Quota - This will allow you to change the amount of disk space allocated to the associated email account.
      • Change Password - This will allow you to change the password of the associated email account.
      • Configure Mail Client - This will allow you to automatically configure your desktop mail client using the associated email account information, login, password and email address.
Mar 01

At W3Schools you will find all the Web-building tutorials you need, from basic HTML and XHTML to advanced XML, SQL, Database, Multimedia and WAP.

Full Web Building References

Our references cover all Web-building technologies, including W3C standards like HTML, XHTML, CSS, XML and other technologies like JavaScript, PHP, ASP, SQL and much more.

Try-It-Yourself On-Line Examples

At W3schools you will find thousands of cut-and-paste examples.
With our on-line HTML editor you can edit the examples and experiment with the code on-line.

Quick and Easy Learning

Because time is valuable, we deliver quick and easy learning.At W3Schools, you can study everything you need to learn, in an accessible and handy format.

“Never increase, beyond what is necessary, the number of entities required to explain anything” — William of Ockham (1285-1349)

Where to Start

What does a Web developer have to know?W3Schools will answer this, and help you become a professional Web developer, well prepared for the future.

For the beginner: Go to our Web Building Primer
For the developer: Go to our Web Building Tutorial

 All content derived from : W3 Schools

Feb 18

phpBB is a PHP/MySQL Based Bulletin Board. To learn more about phpBB, visit http://phpbb.com/.

Installation

NOTE: Before you attempt to install the phpBB, make sure you read the License Terms shown on the page.

Steps
  1. Set the following information:
    • Admin User - Enter the username you want to use for the administrator’s username.
    • Admin Pass - Enter the password you want to use for the administrator’s password.
    • Email - Enter the email address you want to use for the administrator’s contact information.
    • Installation URL - Select the domain you want to install the E107 on from the drop down menu. By default, the directory it will be installed in is pre-populated. You can change the directory to meet your specific needs.
  2. Click on the Install button.
  3. You should see the following statement:
    • “Done! You can access your new addon at URL_LOCATION”

NOTE: After you have successfully installed your script, the system will tell you how many you have installed on the main page of your cPaddons scripts listing page.

Managing

After you have installed phpBB on your account, it will show the version number you have installed.

Steps
  1. Located to the right of the listed installation URL is a “Rearrange” link. If you click on the Rearrange link, it will allow you to move or copy the installation to another domain and directory of your choice.
  2. To move or copy the installation, select the domain you want to install phpBB on from the drop down menu. By default, the directory it will be installed in is pre-populated. You can change the directory to meet your specific needs.
  3. Click on either the Move or Copy radio button.
  4. Next, click on the Perform Move/Copy button.

Uninstall

If you have installed phpBB on your account, you can uninstall the software at anytime.

Steps
  1. Select the install you want to remove from the drop down menu.
  2. Click on the Uninstall button.
Feb 18

You can set any of your subdomains to point to a different location on your web site or server. For example, if we want support.cpx3demo.com to point to our sales page, we can setup a subdomain redirection and have it point to www.cpx3demo.com/sales.html or any url that’s specific to our needs.

Managing Subdomain Redirection

Steps
  1. Assuming you have created a subdomain, view the “Subdomains” table as described in Step 5 of the Subdomains document.
  2. Find the subdomain you want to manage (setup) a redirection for in the table.
  3. Click on the Manage Redirection link in the Actions column.
  4. The subdomain you are using will be listed. You will see “http://” entered by default in the text box. Enter the domain or location you want the subdomain to be redirected to when visitors go to the subdomain you are using.

NOTE: You do not have to include the “http://” in your redirection url.

  1. Click on the Save button.
  2. The next page will state “YOUR_SUBDOMAIN is currently being redirect to: THE_LOCATION_YOU_ENTERED.”
  3. Click on the Go Back button.
  4. When the page loads, find the subdomain you are using and you should see “redirected to THE_LOCATION_YOU_ENTERED” displayed in the “Redirection” column.

Disable Subdomain

Steps
  1. Assuming you have created a subdomain, view the “Subdomains” table as described in Step 6 of the Subdomains document.
  2. Find the Subdomain you want to manage (setup) a redirection for in the table.
  3. Click on the Manage Redirection link in the Actions column.
  4. The redirect you previously created the Subdomain should be entered by default in the text box. Click on the Disable Redirection button.
  5. The next screen will state “Redirection has been disabled on “YOUR_SUBDOMAIN!”
  6. Click on the Go Back link to view details on your SubDomain.
Feb 18

A subdomain is a domain using your main domain and a prefix name. As an example, let’s say our main domain is cpx3demo.com. We want to create a domain for our support department and direct visitors to a separate area on our web site. Our subdomain would use “support” as the prefix and “cpx3demo.com” as the main domain. The example of putting these two together are shown below:

EXAMPLE: support.cpx3demo.com

Consider a subdomain a url for any area on your web site. You can create the prefix as any name you want based on your own personal preferences.

Creating A Subdomain

Steps
  1. Enter the prefix you want to use for the subdomain in the “Subdomain” text box. Based on our example above (support.cpx3demo.com), we would enter “support” as the “Subdomain” prefix.
  2. Once you place your cursor in the “Document Root” text box, it will automatically fill in the location of your subdomain. cPanel will use the prefix you chose in Step 1 above and add it to the root path, ie. “public_html/PREFIX” or in our example, it would be “public_html/support.”If you want to specify a particular location other than what cPanel automatically enters for you, modify the path according to your specific needs.
  3. Once you have completed the above, click on the Create button.
  4. The next screen will indicate if your subdomain was created successfully. Click on the Go Back button to return to the previous page.
  5. When the page loads, you will see a table with your newly created subdomain containing the following information, split into five columns:
    • Subdomains - This entry will be the “Prefix” you chose in Step 1 above.
    • Root Domain - This entry will be the domain used when creating your subdomain.
    • Document Root - This entry will be the “Document Root” path created in Step 2 above.
    • Redirection - If you have setup a redirection on the subdomain you are viewing, the “Redirection” column will state “redirected to PATH YOU ENTERED.” To learn how to setup redirection on your subdomain, view the Manage (Setup) Subdomain Redirection document.
    • Actions - You have two choices:
      • Manage Redirection - Click on this option to manage the redirection for the subdomain.
      • Remove - Click on this option to remove the subdomain from the system completely.
Feb 09

WS_FTP Home

We are pleased to introduced the new Ipswitch WS_FTP Home product — the best FTP client for your auction, digital photo, personal web site, music and video needs. WS_FTP Home was designed based on feedback from a sampling of the 40 million WS_FTP users around the world and is the ideal product for at home file transferring.

WS_FTP Home is designed to be the easiest, most straight-forward FTP client on the market and is perfect for:

Posting your digital pictures
Publishing your Web site
Adding images to your online auctions
Updating your blog
Uploading and downloading music or video
Features of WS_FTP Home include:
Try WS_FTP Home free for 30 days (from Ipswitch.com)

Thumbnails: Perfect for auction users and digital photography enthusiasts, the thumbnails view in WS_FTP makes finding and transferring your images and photos a snap.

Active Edit: WS_FTP Home’s Active Edit feature allows you to edit files on a remote server with your favorite programs. For example, you can update your Web pages at your Web host using Microsoft FrontPage (or the program of your choice). WS_FTP Home eliminates the need to download files, edit them on your computer and then re-upload them.WS_FTP Home Screenshot

Easy-to-Use Interface: Take a look at the screenshot to the left (click the image for a larger version) and see for yourself how clean and friendly WS_FTP Home’s interface is.

HotDrop: With this feature, you don’t even need to running WS_FTP Home to transfer files. Simply dragging and dropping files into the special HotDrop folders will take care of everything for you.

WS_FTP Home includes all of the features you would expect from an FTP client that has the WS_FTP name: easy transfer, easy sorting options, fast load time, multiple transfers at one time, transfer manager, upload and download history, drag-and-drop transfers and so much more.

Don’t forget, FTPplanet.com is your best resource for everything FTP, including WS_FTP Home.

View the new WS_FTP Getting Started Guide for a tour.

Visit the Ipswitch Web site for more information.

Feb 09

Downloading WS_FTP

What is an FTP Client?
An FTP Client is software that is designed to transfer files back-and-forth between two computers over the Internet. It needs to be installed on your computer and can only be used with a live connection to the Internet.

One of the most popular FTP Clients for Windows is WS_FTP, from Ipswitch, Inc. — the sponsors of FTPplanet.com.

Two different versions of WS_FTP are available, the WS_FTP Home version and the Professional (Pro) version. WS_FTP Home was designed based on feedback from a sampling of the 40 million WS_FTP users around the world and is the ideal product for at home file transferring. WS_FTP Home is designed to be the easiest, most straight-forward FTP client on the market and is perfect for:

Posting your digital pictures
Publishing your Web site
Adding images to your online auctions
Updating your blog
Uploading and downloading music or video

Click here for features

WS_FTP Home is available as a fully-functional 30-day evaluation. Click here to download WS_FTP Home from Ipswitch’s Web site.

WS_FTP Professional is available in English, German, French, Spanish, Italian, Japanese, Portuguese and Korean. It has many advanced features including: multiple file transfer; Auto Resume; Thumbnail view; Active Edit; HotDrop; Transfer Manager; SSL support; scheduling; synchronize; scripting; advanced security features and much more, which make it the most powerful Windows file transfer client available.

New in WS_FTP Professional 2007!
The latest version includes new security enhancements, compression mode, HTTP and HTTPS transfers, workspaces, e-mail notifications more!

WS_FTP Pro is available as a fully-functional 30-day evaluation. Click here to download WS_FTP Pro from Ipswitch’s Web site.
Feb 09

In order to be able to write good HTML, you must first understand exactly what HTML is. The most obvious place to look for this information is in its name: HTML stands for HyperText Markup Language. If this doesn’t make much sense to you, don’t worry, because that’s what I’m here to explain. Let’s take those initials apart one by one, starting from the right:

HTML is a language, but not the kind you tell your kids to watch. It’s a computer language, and as such it has some specific rules that must be followed. In other words, it has a defined syntax, a strict way in which it must be written, and, when the time comes, read. But we’ll get to that later.

Now HTML is also a markup language. What this means is that it takes a document and marks specific parts of it, giving them special meaning. Why does it do this? Well, let me give you an example.

Take the following piece of text:

Acme Computer Corp.

Acme Computer Corporation is a technology-based
company that seeks to offer its customers the
latest in technological innovation. Our products
are created using the latest breakthroughs in
computers and are designed by a team of top-notch
experts.

We are based in Acmetown, USA, and have offices in
most major cities around the world. Our goal is to
have a global approach to the future of computing.
Have a look at our product catalog for some
examples of our innovative approach.

What you, as a human, see in the above text is a heading (”Acme Computer Corp.”) and two paragraphs of text. However, if a computer were to see the above text, all it would see is a bunch of characters, perhaps arranged in a certain way. We have an active interest in letting the computer know that the above is a heading and two paragraphs. I’m sure you can guess some of the reasons. In a larger document, we’d like to be able to have the computer produce an outline of the document containing only the headings; or we might want to display the headings in a different style. However, the computer can’t do any of these things unless it can see each part of the document for what it is. Thus, we introduce markup to show the computer what is what.

HTML is also a hypertext markup. Hypertext is text, in any format, with an added feature: parts of the text is linked to other parts of the text, making it easy to jump from one part of the text to another. For instance, in the Acme example above, the phrase “Have a look at our product catalog” hints that such a catalog exists, but the reader doesn’t know where to find it. With hypertext, you can link this phrase with the catalog itself, giving the reader an easy way to get to it if he’s interested.

But hypertext links aren’t just shortcuts. Just like markup, they mean something. HTML is all about document semantics. A document by itself may be informative, but to be truly useful, you must have a way to get to its meaning. Once you have a way of encoding the document’s semantics, you can manipulate it in many interesting ways (don’t get any ideas… this isn’t that kind of Web site!). By defining the links from a document to a table of contents that lists it, to the next or previous documents if it is part of a series, to a glossary or copyright notice, we give the document itself more meaning, and hence, more value. The primary purpose of any document is to convey information, and by specifying the semantics of a document we supply even more information, which can only be a good thing. That is, if it’s done right.

But of course, I can’t tell you how to do it right unless I tell you how to do it in the first place, can I? So let’s talk briefly about how you can author an HTML document.

Feb 09

You might have noticed that I’ve been using the term “HTML document” instead of “HTML file.” There’s a reason for this; HTML documents aren’t necessarily files on a computer. An HTML document is a series of characters that, through its special syntax, defines a document. These characters may be stored in a single disk file, but this is not necessary. They may be created on the fly by a program, or may (as is most often the case) be received over a network.

HTML was designed primarily as a language to be used for creating World Wide Web pages. You’re probably learning HTML in order to create Web page. People have started to use it for other uses, but it might be useful to note (one of my rants, you’ll get plenty of these) that it’s not a very good language for other uses. There are fine document formats for all kinds of uses, but HTML was created for the Web, and is most suitable for the Web.

So how do you publish a Web page? Well, to do this you need a Web server. A Web server is a program that runs on a computer connected to the Internet, that serves out Web pages. This tutorial will not cover the topic of setting up a Web server or publishing your HTML documents on one. Instead we’re going to talk about how to create an HTML document; we’ll worry about publishing it later.

Now, how are you going to create your HTML document? The easiest way is to create an HTML file using a text editor. Note that a text editor is not a word processor. A word processor is a program that creates a document ready for printing, and stores it in its own format. Recent times have seen word processors that try to store their documents as HTML, but they usually do a terrible job of doing this. What you need is a program that edits simple text files. An example would be the Windows Notepad, or SimpleText for the Macintosh. It doesn’t matter which program you use, as long as it is a simple text editor. In the future, we’ll have a look at some of the text editors that you can use, and even some that are specially made for creating HTML documents and can do some of the work for you. Try to avoid these for now - they might confuse you with HTML features we haven’t discussed yet. So pick something really, really simple, like the Windows Notepad, SimpleText for the Macintosh, or one of the hundreds of text editors available on Unix systems.

Now create a file, and call it anything you want. On some systems such as Windows, you’ll need to give it an extension of .html or .htm to indicate that it’s an HTML document. For instance, you might want to call it tutorial.html. As you read through this tutorial, you’ll be told to type things into your text file, and by the end of the tutorial you’ll have a complete HTML document. In fact, you can stop worrying about typing anything into your file until the end of the tutorial, where we have the complete document listed, so concentrate on reading the tutorial and you can create your HTML file later on if you want to.

In order to view your HTML file, you’ll need a program that can do this. The technical term for this is an HTML User Agent. A User Agent is a program that can understand HTML documents and process them is some way. One type of user agent is a Web Browser, or just browser for short. You’re probably using one to read this tutorial, so I won’t bother with telling you how to get one. After you’ve created your HTML document, you can open it with your browser and view it. If you can’t be bothered to do even that, we’ve included a link to a copy of the document we’re going to create at the end of this tutorial.

Well, here we go. It’s time to create our first HTML document. We’ll start with the most basic concept: Elements.

Feb 09

I mentioned that HTML is an application of SGML. This means that every HTML document is also an SGML document. The first thing an SGML document must have is a Document Type Declaration. This means exactly what it sounds like: a Document Type Declaration declares the document to be of a specific type. In our case this type is HTML. I won’t go into much depth on Document Type Declarations right now. For the moment, you should use the following declaration:

<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.0//EN”

 ”http://www.w3.org/TR/REC-html40/strict.dtd”>

Do not let the angle brackets confuse you. The above is not an element. If you look carefully, you’ll notice that the content of the above construct starts with an exclamation mark; this indicates that this is SGML code. And after looking at it a bit you might be glad you don’t have to learn SGML. So just take me on my word for this once, and put this at the top of your document. In a future tutorial, we’ll explain what this Document Type Declaration means and show that it’s really quite simple.

Now that we have specified that this is an HTML document, we can start adding elements. The first element will always be the HTML element. All HTML documents have an HTML element, which contains all the other elements. Let’s put in the start-tag and end-tag for this element and we’ll worry about its contents later. Here’s what we’ve got so far:

<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.0//EN”

 ”http://www.w3.org/TR/REC-html40/strict.dtd”>

<HTML>

</HTML>

Every HTML document is split into a head and a body, which are marked by similarly named elements, HEAD and BODY. Every HTML document must have one of each, inside the HTML element. In fact, these two are the only things you can have inside the HTML element. So let’s put these in as well and see where we are:

<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.0//EN”

 ”http://www.w3.org/TR/REC-html40/strict.dtd”>

<HTML>

 <HEAD>

 </HEAD>

 <BODY>

 </BODY>

</HTML>

Notice that I’ve used a slight indent for the HEAD and BODY element tags. This has no special meaning and is only there to make the HTML more legible. You might have noticed that white-space (that is, spaces, tabs and linefeeds) is collapsed in HTML. This means you can add as much of it as you want to, in order to make your HTML easier to read, without any change in the meaning of the document.

The difference between the head and body of a document is that the head contains mostly information about the document, while the body contains the document itself. Before we go on to the body, we’ll deal with the one element every document head must contain: a title.

The title of your document is very important. It distinguishes your document and makes it unique, as well as describing it to the reader. In this case, the title “Acme Computer Corp.” is unsuitable, because it doesn’t describe our document. A more descriptive title would be “About Acme Computer Corp.”, but since this is the world of marketing and we can’t afford to be bland, we’ll give it a title of “Acme Computer Corp.: Who We Are”.

The TITLE element is a very simple element. It cannot contain anything but text and that text is the title of the document. So let’s insert our title into our document, which is almost complete:

<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.0//EN”

 ”http://www.w3.org/TR/REC-html40/strict.dtd”>

<HTML>

 <HEAD>

  <TITLE>Acme Computer Corp.: Who We Are</TITLE>

 </HEAD>

 <BODY>

 </BODY>

</HTML>

We’re almost finished! All that remains is to add our document body.