techruler.com

Windows Tips
Downloads
Blog
Message Board
Software Reviews
JobFinder
Fun Links
About us
Site Map
Contact
Guestbook
Services
Search
Links
About us

Home

 

 

 

1. Publish your webpage

2. learn how to submit your website to search engines for free and get hits

 

How to begin and publish your own web page:

Beginning HTML
Beginning in Dreamweaver, Frontpage, or other editor
Publishing your page
Publishing your webpage tutorial


Beginning HTML

In order to begin a web page:
1. Open a program such as notepad or some other text editor other than word.
2. Paste this code into your text editor:
<html>
<head>
<title>my first page</title>
</head>
<body>
Here is where I put everything on my web page!
<br>
My First Link:<a href="http://techruler.com">techruler.com Home Page</a>
</body>
</html>


3. Save this file as index.html and place it on your desktop.
4. Open the file. It should open up with your default browser. The page should display the following text: "Here is where I put everything on my web page!" and have a link for techruler.com.
5. From here you can go back into the text file and start to modify it. This is just some very basic html but it will get you started and hopefully motivated!

Back to Top


Beginning in Dreamweaver, Frontpage, or other editor

It is very simple to create a web page in an editor. Using most web editors are similiar to using Microsoft's Word or Paint.

1. Open up your editor and type a few words into the page just as you would in Microsoft's Word.
2. Save your page as an .htm or .html file
3. Open up the file and it should be a web page. It will display the text you wrote. There is alot more to creating a webpage than this but it should give you start.

Back to Top


Publishing your page

Publishing your web page can be a very simple task. Please check out our tutorial. We have provided two different ways to publish your page. The Flash tutorial will be easier and useful for windows users.

Please try to use the Flash Tutorial before trying the directions for FTP below. The tutorial is a much simpler way to publish your page.

Flash Tutorial

1. The first thing that you need is a File Transfer Protocol or FTP. If your computer doesn't have an FTP you can download one at: FTP
2. After you install your FTP you should open it up. It will look like this:
ftp login screen

1. In the host name type in your web address. For example since the name of this site is techruler.com I type that into this box.
2. In the userID and password boxes you type in the what your service provider has given to you. Then click connect.
Next a screen will come up which looks like this:
main ftp screen

1. Now what you want to do is work with the right hand column. If you have a www folder as I have up top click on it. If now here is what you do: click the MkDir button and type public_html and create it. Click this folder.
2. Now take your index.html file that you have created and simply drag it into the right hand column and it should be on the internet. To check type in you web address. For example if I sent my index.html file over i could check it at www.techruler.com
-you need to name your main page index.html, after this name all of your pages different names like page2.html. Then when you would send this page onto the internet you would go to www.your_domain_name.com/page2.html.

Back to Top


Submit to search engines for free

In order to have your site come up in search engines you need to do several different things. To begin you need to go to different search engine sites such as google and yahoo. Then all that you need to do is click the submit a site link at the bottom of the main pages(sometime you need to select the site map link to find this link). Once you find the submit a site link you can add your URL and it will take about a month for your site to be listed under these search engines.

In order to get people to search for keywords in you pages

You need to use the meta tag.

place this code in the head tag in your webpages:

<META name="keywords" content="type is your keywords seperated by commas">

<meta name="description" content="type in your description here ">

This code will allow the search engines to organize your site and allow people to search for it. Also another tip is that the search engine spiders will search your site to ensure that your keywords match your page so there is no advantage to adding in words like "free" or "sex" to your site if your site has nothing to do with that topic.

 

 

 

 
 
 
 
 
 
 
 
 
 
 

Email the: webmaster@techruler.com