Author Topic: FREE website design course ....Join the class  (Read 4843 times)

0 Members and 2 Guests are viewing this topic.

Offline Dennis Isong

  • Nigeria best webhosting
  • Administrator
  • Hero Member
  • *****
  • Posts: 1181
  • You to can do it
    • View Profile
    • Nigeria best webhosting
FREE website design course ....Join the class
« on: September 25, 2009, 11:52:45 PM »
Yes, It time to start the website design course as
I promised.

Please I will want you to practice what I will be showing you
here.

so if you don't have a personal computer yet,click the link
below to claim yours
http://theexperthost.com/forum/index.php/topic,634.0.html

Today is Topic : What is HTML?


HTML stands for "Hyper Text Mark-up Language"
HTML is the bricks and mortar of the WWW. Without HTML the
World Wide Web could not have become as important as it is today.

HTML is a document formatting language common the all computers
on the WWW. html permits cross platform communication between
Macs, Apples, SUNs, PCs and others to view a document in a similar
way.

Every webpage that you visit uses HTML in some way, you can view
the HTML code behind a website in Internet Explorer by selecting:
View > Source


Please wait let me inform others that we have started the class.....

« Last Edit: September 26, 2009, 12:23:06 AM by Dennis Isong »

Offline aji4sale

  • Sr. Member
  • ****
  • Posts: 256
  • Prize is not giving at the begining of a race....
    • View Profile
    • money makings
Re: FREE website design course ....Join the class
« Reply #1 on: September 26, 2009, 06:32:38 AM »
                                                         
Yes, It time to start the website design course as
I promised.

Please I will want you to practice what I will be showing you
here.

so if you don't have a personal computer yet,click the link
below to claim yours
http://theexperthost.com/forum/index.php/topic,634.0.html

Today is Topic : What is HTML?


HTML stands for "Hyper Text Mark-up Language"
HTML is the bricks and mortar of the WWW. Without HTML the
World Wide Web could not have become as important as it is today.

HTML is a document formatting language common the all computers
on the WWW. html permits cross platform communication between
Macs, Apples, SUNs, PCs and others to view a document in a similar
way.

Every webpage that you visit uses HTML in some way, you can view
the HTML code behind a website in Internet Explorer by selecting:
View > Source


Please wait let me inform others that we have started the class.....



                                                                       Your first code

                                      HTML has two sections, the "Head" section and the "Body" section.

The head section is where the information about the web page is put for the browser. This has nothing to do with the heading that you want to see on your web page.

Things that can be stored in the head section include Keywords for search engines or the title of your web page. The body section is where the web page is coded. This is where you put the information for your web page. We are now going to create our very own webpage, for now we are going to create a simple page telling people your name. Please follow these instructions:

1. Create a new folder so you have somewhere to save your website, call this folder anything you wish; Examples: aji4sale,goodboy etc, this is where all pages and images for your website will be saved.

2. Open notepad and type the following code, you may change the code in red to suit your needs:

                    Type the following code into Notepad
<html>
<head>
<title>My Own Home Page </title>
</head>
<body>
<H1> I am Your-Name and this is my web Page! </H1>
</body>
</html>


3. That’s it! You have just coded your first webpage. Now save the notepad file by selecting "Save as" (make sure you save the file in the folder you have just created)

In the filename box type "index.html" and from the "Save as type" box select "All Files" Then click "Save".

4. You are now ready to view your first webpage, navigate to the folder where you saved the file, double click on it and you will see your first webpage. 

See you at the next class........read on.




Offline Dennis Isong

  • Nigeria best webhosting
  • Administrator
  • Hero Member
  • *****
  • Posts: 1181
  • You to can do it
    • View Profile
    • Nigeria best webhosting
Re: FREE website design course ....Join the class
« Reply #2 on: September 26, 2009, 11:34:34 AM »
@aji4sale

Great one,I like that,let do it together

....
great one aji4sale

Offline shegdirect

  • Newbie
  • *
  • Posts: 17
    • View Profile
Re: FREE website design course ....Join the class
« Reply #3 on: September 28, 2009, 08:46:57 AM »
well thanks a lot, have you come about web page maker?

http://www.myautomatedcash.blogspot.com

Offline rollandclarint

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: FREE website design course ....Join the class
« Reply #4 on: September 28, 2009, 07:29:45 PM »
Pls explain better on how to write the code. I mean the rule to follow when writting those codes. thanks this course is interesting.

Offline aji4sale

  • Sr. Member
  • ****
  • Posts: 256
  • Prize is not giving at the begining of a race....
    • View Profile
    • money makings
Re: FREE website design course ....Join the class
« Reply #5 on: September 29, 2009, 09:47:16 AM »
Rollandclarint what you need to here to write the codes is so simple, all you need to is:

<html>
<head>
<title>My Own Home Page or Put whatever you want your site to appear here </title>
</head>
<body>
<H1> I am Your-Name and this is my web Page! and so on ..... </H1>
</body>
</html>

Try this out and mail me your codes and i will add some with correction if needs to be made.




















Offline Dennis Isong

  • Nigeria best webhosting
  • Administrator
  • Hero Member
  • *****
  • Posts: 1181
  • You to can do it
    • View Profile
    • Nigeria best webhosting
Re: FREE website design course ....Join the class (part2)
« Reply #6 on: September 30, 2009, 05:35:50 PM »
HTML Basic Part 2

Today I want to share with you some basic syntax that you
will need to learn in Html .

These are some of them

HTML Headings:
Use to place a head text


HTML headings are defined with the <h1> to <h6> tags.
Example
<h1>This is a heading</h1>
<h2>This is a heading</h2>
<h3>This is a heading</h3>


HTML Paragraphs:
Use to place Paragraph


HTML paragraphs are defined with the <p> tag.

Example
<p>This is a paragraph</p>
<p>This is another paragraph</p>


HTML Links:
Use to link to a website or link


HTML links are defined with the <a> tag.
Example
<a href="http://www.theexperthost.com">This is a link</a>



HTML Images :
 Use to link an image


HTML images are defined with the <img> tag.
Example
<img src="theexperthost.jpg" width="104" height="142" />

Note: The name and the size of the image are provided as attributes.

Please don't stop your learning here,there are many other things
you need to know about Html.


To get full course about html,Visit
http://www.w3schools.com

My next post will be on how to use Dreamwaver ...Stay on
Remember that you can practice what you just learn by ordering
for a domain name and hosting space from
http://www.TheExpertHost.com


Dennis Isong

Offline aji4sale

  • Sr. Member
  • ****
  • Posts: 256
  • Prize is not giving at the begining of a race....
    • View Profile
    • money makings
Re: FREE website design course ....Join the class
« Reply #7 on: October 01, 2009, 08:17:44 AM »
                                                         JUST WHAT KIND OF WEB SITE ARE YOU ANYWAY?

I thought you might find it interesting to know the six basic types of web sites proliferating on the internet. It is through this attempt to isolate and clearly identify the types of sites we stumble across on our daily surfing and searching that you may be able to take the best of the best of these types, mix and match their various features so as to present your web site in a more definable and user-friendly, and yes, profitable format. So let's get started.

1. INFORMATION ONLY - Information web sites are typified by those that are solid gold context rich.
These types of web sites offer nothing but pure information. They sell nothing. At least not to the visitor. Information only sites can be sites offering free items as well as where to find free items, i.e.; the information. Sites in this category are always supported by those advertisers anxious to place their text or banner links in front of the eyeballs of those people seeking information that is relevant or germane to the interest of the advertiser. For example, and all search engines started this way, by the way, a visitor who accesses a search engine looking for a particular book will quite often find themselves staring at an animated banner offering Amazon.com books or other titles in the genre.

2. COMMERCIAL ONLY - These web sites exist for the sole purpose of selling something, a product or a
service, or an opportunity. These sites are not advertiser supported. They are indeed the advertiser in and of themselves.

3. BUSINESS SUPPORT - These kind of sites typically support and bolster the efforts of the marketing
department of those businesses who wish to provide more information to their prospective customers in an environment which enables the customer to select from the information they seek and examine it in detail. Everything from manufacturing specifications to engineering schematics to 3-D animated display
of various products and their features are presented on these types of web sites. These sites further are supported through the business presenting the material exclusively.

4. ENTERTAINMENT SITES - These sites are purely for the fun, game and enjoyment that the internet can
bring to a monitor near you. Entertainment sites are not only ad supported by advertisers seeking to reach the demographics the site attracts, but also are typically commercial oriented as well. In other words, entertainment sites very frequently offer various games and other entertainment devices for sale at the site.

5. INFORMATION/COMMERCIAL SITES - Okay - you got me. This really is a combination of the first two. But, it's appropriately placed on this list of five basics because it is so prevalent. After all, it's the valuable content information that inspires the visitor. Once the visitor is there, why not sell them the product, the service, or the opportunity to which the information applies.

6. FREE SERVICES - Free services web sites are quickly growing in popularity - These sites almost
always offer web marketers valuable tools without having to install any special programming script on their servers or downloading programs. Examples include free auto-responders, free page stat tracking, free linking networks, free banner traders like www.BannersGoMLM.com, free direct submitting, free merchant account processing, etc. Sites of this type are always ad supported and may even require the service user to trade banner ad space that the service provider then sells. Additionally, these sites frequently offer an upscale or "professional" version of the service for a fee, either one time or on an ongoing basis. Go ahead. Throw them all in a bag and mix them up and see what you get. It's possible to take an entertainment site and turn it into a commercial site, just as much as it is possible to turn a business support site into an information site which does more than passively support the business but actually draws the visitor as a result of the valuable information, and hence, new prospects to the
companies front door. You can take an information only based type web site and very quickly turn it into an info/commercial site, and while you're at it, why not seek out those advertisers who wish to reach the visitors your site attracts and support the web sites efforts with even more revenue from these hopeful
advertisers. For fun and profit mix and match all you want - there are NO RULES!

Remember all this before you start your web design today.

Offline Dennis Isong

  • Nigeria best webhosting
  • Administrator
  • Hero Member
  • *****
  • Posts: 1181
  • You to can do it
    • View Profile
    • Nigeria best webhosting
Re: FREE website design course ....Join the class "How to use Dreamweaver"
« Reply #8 on: October 02, 2009, 05:38:22 PM »
Today is another great day.I hope you have been
enjoying this great course.

Today I want to share a great information,
How to use Dreamweaver.

What is Dreamweaver you may ask ?

Just click this link below to download this great ebook.
http://bit.ly/DqJVP

I decided to put this particular topic on ebook because
I want to graphical show you how to use the software.

So click this link to download the ebook
http://bit.ly/DqJVP


Stay on......
Remember that you can practice what you just learn by ordering
for a domain name and hosting space from
http://www.TheExpertHost.com


Dennis Isong
« Last Edit: October 02, 2009, 05:40:05 PM by Dennis Isong »

Offline aji4sale

  • Sr. Member
  • ****
  • Posts: 256
  • Prize is not giving at the begining of a race....
    • View Profile
    • money makings
Re: FREE website design course ....Join the class
« Reply #9 on: October 03, 2009, 04:13:25 AM »
              QUICK STEPS TO WEB DESIGNING WITH MS FRONTPAGE

Go to start, choose programs, click Microsoft front page

Choose file, New , page orWeb

Click on empty web icon and ok

Click on ‘create new normal page’ at the top

Press control + S(or go to file and click on Save As)

Type index.html in the dialog box

Click ‘ change title’ in the dialogue box, type the title of your Web site, click ok.
Click save

Click on view, then click on  Navigation

Right click on the homepage icon(your website title), choose New page(you

can repeat this process many times to the number of pages you wanted)

Right click on each of the new pages, choose Rename, type the name of the pages you want(e.g contact us , about us etc)

Click view and click on page
From here, you can continue to design using your own format or you can use the Front page format (Template) as you continue

Go to Format, choose Theme Click " apply theme to all pages, choose the theme you want Click ok and yes

Go to Format, click "Shared borders", choose " Apply to all pages" Select " top", "include Navigation Buttons” and “Bottom"
Click ok

Double click on "Edit the properties for this link Bar" to display hyperlinks here. Choose "child pages under home" click ok

Type in your text and insert pictures

Offline Dennis Isong

  • Nigeria best webhosting
  • Administrator
  • Hero Member
  • *****
  • Posts: 1181
  • You to can do it
    • View Profile
    • Nigeria best webhosting
Re: FREE website design course ....Join the class
« Reply #10 on: October 03, 2009, 04:41:50 AM »
@aji4sale ,A good one

Offline aji4sale

  • Sr. Member
  • ****
  • Posts: 256
  • Prize is not giving at the begining of a race....
    • View Profile
    • money makings
Re: FREE website design course ....Join the class
« Reply #11 on: October 03, 2009, 05:02:22 AM »
Thanks pro....

Offline Dennis Isong

  • Nigeria best webhosting
  • Administrator
  • Hero Member
  • *****
  • Posts: 1181
  • You to can do it
    • View Profile
    • Nigeria best webhosting
Re: FREE website design course ....Join the class
« Reply #12 on: October 03, 2009, 05:05:29 AM »
you are welcome

Offline aji4sale

  • Sr. Member
  • ****
  • Posts: 256
  • Prize is not giving at the begining of a race....
    • View Profile
    • money makings
Re: FREE website design course ....Join the class
« Reply #13 on: October 03, 2009, 07:34:27 AM »
                                                     Getting Traffic To Your Website
Setting up your online business presence is a major accomplishment. However, it is only the beginning. Contrary to popular opinion, people will not come just because you built it. Part of the reason for that set of circumstances is that no one is likely to visit a web site that they do not know exists.

So, after you have put together the most spectacular, intuitive, and fun to browse web site, the time has come to get busy and find ways to generate the traffic to your little corner of the Internet.

The good news is that there are many options when it comes to the task of driving traffic to your site. While many of the strategies involve online methods, there are also some offline effective procedures that will also lead to more hits and thus increase the chances of making a sale.

Here are some tips on creating a comprehensive battle plan to publicize your site and generate interest that will result in making your online presence a successful venture.

1.Pay Per Click Advertising

One of the easiest methods to employ in your plan to drive traffic to your site is pay per click advertising. This particular advertising model has been around since the late 1990’s and has been a means of generating hits for many different businesses with an online presence.

Pay per click advertising is an excellent way to get the word about your company to a wide audience. The process involves spotting an ad on various web sites that will forward an interested party back to your web site.

Part of the attraction of pay per click advertising is that the ad owner only pays when someone clicks on the ad and actually follows through to the web site.

When it comes to PPC advertising, never forget the importance of keywords. Essentially, keywords are words and phrases that are considered to be common modes of searching the Internet to find desired content.

As an advertiser, your job is to come up with keywords that you believe are likely to take you to web sites that are relevant to the type of business site you currently operate. The rationale is that persons who visit those sites would most likely be interested in the content of your site.

If you manage to find the right web sites for your ads, then the chances of generating clicks to your site are much greater.

While the keyword mode of pay per click advertising is very common, there is also a second method. Known as content match PPC, the principle is still the same.

The main difference is that rather than basing the search on keywords, the results are based on the content of the site. As an example, if you run a site that is dedicated to gardening supplies, then it would be a natural for you to want to place ads on sites dedicated to gardening.

Content matching can be used right along with keywords to create a well rounded pay per click component in your overall publicity campaign.

Finding online resources to help you with the process of placing pay per click ads is relatively easy. One of the most popular approaches is to make use of the Google Adwords program. You can get started by identifying a list of relevant keywords. You can also get help in designing the appearance of your ad, using online tools.

Adwords also includes a number of online tools, so you can keep track of how many hits get to your web site through those hits. This allows you to stay on top of how much pay per click is advertising is costing you each month. By comparing the sales that result from the hits with the cost of your pay per click campaign, you can determine if the program is making money for you.

Another target for your pay per click campaign is online comparison shopping engines. These types of engines often are willing to provide feeds through the placement of ads on their searches.

Just as with the ads on informational web sites, persons can click through to your web site and see what you have to offer. Some of these sites provide you with the ability to see the number of hits, while others do not. Payment for placing the ad on the shopping comparison site may be in the form of a fixed monthly amount or based on a fixed rate per click.

Keep in mind that there is no such thing as exclusionary pay per click arrangement. This means you can sign up with as many keyword and shopping ad services as you like. In fact, you may do very well to try out several different services, to see which ones seem to provide you with the best matches and coverage.

If funds for advertising are limited, go with a well known service, and then add more services as your revenue stream builds to the point you can afford to do so. Remember that your goal is to build a solid foundation for your web site, so it may take some time before you begin to see results.

Disregard stories about overnight success. Chances are you will go about six months to a year before you see significant traffic that results in sales.

Pay per click advertising is often an affordable way to launch your advertising campaign. The cost per click is often a fraction of a cent, so it certainly will not cost a great deal, unless you happen to get a huge number of visitors clicking through to your site.

The law of averages would dictate that of that huge number, enough sales would result to make your investment in the pay per click program well worth your time and the expense.

2.Search Engine Optimization

While you are running ads through one or more pay per click programs, it is important to not underestimate the effectiveness of the content of your own site. In fact, paying close attention to your own web content will help your web site to show up higher on search engines. The magic way this happens has to do with search engine optimization.

Here is how the process works, and why it is so important to make the best use of this value method of publicizing your web site.

When people think of search engine optimization, the first thing they think about is keywords scattered through the content that is found on the site. Keywords help people who are interested in what you have to offer find your site.

Generally, persons entering one of those important keywords into one of the several search engines will be directed to sites that are directly of interest. A judicious use of keywords on your part will help improve the chances that you will appear in those listings.

Along with keywords that are in the text of your web content, you also want to register your web site with each of the various search engines. As part of that registration, you can include all sorts of keywords that will add your site to a search command.

You can use terms that have a direct relationship to the content and purpose of your site, as well as keywords that have some indirect relationship to your content. For example, if your web site has to do with pet supplies, a direct keyword would be “pet.” An indirect keyword might be something like house, bed, or snacks.

Registration on all the search engines does not cost anything, if you choose to take the time to do the work yourself. However, there are services that will create a profile for you and register your web site on a huge number of sites on your behalf.

Many of these services do an excellent job, but be prepared to pay for what you get. Most of these registration services offer different size packages, with each package including a select number of search engines.

While some of the packages will include the more popular search engines, it is always a good idea to verify which of the engines are included. This will help you to determine if the price tag is worth it.

If you choose to go with a registration service for the search engine optimization, make sure you provide them with an exhaustive list of keywords. Once the task is done, you cannot go back and update the list at will.

Don’t rush into this project. Instead, take a few days and add more keywords to the list as you think of them. After several days, you will probably have a list of keywords that is broad enough to make a real impact.

One other benefit of using a registration service is that some of them will guarantee that your site will make it to the top of the search engine results. Be prepared to pay extra for this option.

However, it may be worth the extra cost if there is a lot of competition in your line of work. You can gauge the effectiveness of the venture by the number of hits you receive, plus the resulting value of the sales you make.

Of course, you can also handle the registration site on your own. This will involve going to each search engine individually and setting up the search engine criteria. A good rule of thumb is to come up with your list of keywords and key phrases before you jump into the task.

Have the list in an electronic format, so you can cut and paste them into the registration form. This will save you a lot of time with the data entry, and allow you to move much more quickly in completing each registration.

Another tip is to begin with the well known search engines first. Generally, it takes somewhere between twenty-four to forty-eight hours to deploy information about a web site into the search engine files.

By taking care of major search engines first, such as Yahoo, Google, AOL, and MSN, you will have an Internet presence very quickly. Once these are taken care of, you can move on to some of the smaller search engines.

Don’t dismiss the smaller search engines as part of your search engine project. While the major engines will cover just about all the Internet, you never know when one of the minor engines will yield some results. Since it costs nothing to register with the engine--all which is required is a bit of your time. And after all, one sale is more than a make up for your investment.

Most search engines provide information about registration that will provide you with some tips on how to create the registration profile. In some cases, the process is very quick, provided you have all the details and keywords handy.

Try one or two of the search engines first, just to get a feel for how much time and effort is involved. Then, you will be able to decide if registration is something that you want to do on your own, or farm out to a service.

Read More On this...........article at my website: www.obamalabel.net/moneymakings

Offline Dennis Isong

  • Nigeria best webhosting
  • Administrator
  • Hero Member
  • *****
  • Posts: 1181
  • You to can do it
    • View Profile
    • Nigeria best webhosting
Re: FREE website design course ....Join the class "Learning the Basics in php"
« Reply #14 on: October 09, 2009, 06:09:59 PM »
Re: FREE website design course ....Join the class "Learning the Basics in php"


Today tutor is going to be a great one.

I want to share with you today "The Basics in php"

I have prepare an ebook for you just download it by clicking the
link below  http://bit.ly/48xQ0b .



Thanks
Dennis Isong
2348028667565
www.TheExpertHost.com

TheExpertHost offers Website design,
cheap Web Hosting and Domain
Registration in Nigeria. We also provide
the most reliable, Linux hosting in
addition to Search engines optimization
services Nigeria.