Saturday, May 26, 2007

When does it end?

More or less, that's all. These were the basics. I hope that they will help you at least a little bit. Now, I can only encourge you to make your own website and to earn a dollar or two.

Greetings :-)

Saturday, May 19, 2007

Affiltiate Programs

There are various ways to make money with your websites, but one of the simplest are affiltiate programs like Google Adsense. Google provides you with javascript elements which you only have to paste to your websites. After that you only have to wait for visitors.

Saturday, May 12, 2007

Making money

The first thing you have to do if you want to make money with your website or blog is to get traffic. How to get traffic? That's a very simple and very complicated question at the same time.You should tell all your friends about your site. They are probbably the first visitors which will regularly see your site. After that, you should add your website to various search engines. Try Google's add url function, and the open directory project.

Saturday, May 5, 2007

html

To create a more unique or an dynamic site, you need to know something about html. All sites on the internet are written in html (Hyper Text Markup Language). All sites consist of html elements: title, head and body.

Your site's title is placed in the title element.
The title element, and other server related information is placed in the head element.
Content: text and pictures are placed in the body element

You can create a site in html in any text editor like notepad, Word, etc. , but my recommendation wuld be Dreamweaver.

Wednesday, May 2, 2007

Uploading your site to a server

When you have created your site, only one step is left to publish it. You need to find a hosting service. You can pay for a yoursitename.com domain, or use a yoursitename.freewebhosting.com domain to publish your site. Simply use a search engine, and search for web hosting or free web hosting solutions. After you have found your host, simply follow his instructions.

The final step is to upload your site to a server with a FTP client like Core Ftp lite (this software is for free). That's it, your site is now on the web. Congratulations! ;-)

Tuesday, May 1, 2007

How to build a website in Word?

In this post we will figure out how to build your first website (newbie style). The simplest way is to open Microsoft Office, and create a document as you like. You can use pictures, tables and create links  as you desire. When you are satisfied with your work, choose File>Save As, and then in the typ field choose website, or simply type in the name of your document, and instead the .doc extension write .html . That's it; now you have a website. You can open your site in Internet Explorer, Opera, or Firefox.

All in all, you can turn any text document into a website (html) only by replacing the .doc with the .html extension.