Making Cash On The Web is a serious attempt to compile useful information about making money on the internet. It is a combination of things that I have learned myself, as well as information culled from other sources. It is NOT about get rich quick schemes, or wierd marketing programs. I am not going to sell you anything.
If you don't yet have a website but want to get started making cash on the web, start here.
You can create additional value for your readers by linking from your site to other pages of interest on the internet. One of the things that is most frustrating about the world wide web is that there are billions of web pages out there, and that—even with a search engine—it can take a long time to find what you’re looking for.
One purpose that you can serve is as a human internet filter. When you find a site that relates directly to your topic, you can write an article on that site, telling your readers what useful information they can find there. Then, you insert a link that readers can click on, taking them directly to the recommended web page.
When you get enough web site reviews and links, readers will come to your s
If you are using WordPress, creating links is very easy.
1) Use your web browser to go to the page you want to link to.
2) Copy the page’s address from the address bar (that’s the place where you would type in http://www.google.com to go to Google). Highlight the address and hit CONTROL-C
3) Go back to your WordPress Write page.
4) Highlight the text that you want to serve as the link to the page.
5) Click on the link button and paste (CONTROL-V) the address into the form.
6) Click OK.
The basic form of the HTML link tag is as follows:
You can, of course, type this stuff in by hand.
In the example above, (once published) if someone clicks on any part of the sentence “Go To This Website”, they will immediately be sent away to that website.
Continue On To Getting Started With Advertisers
If you include photos and other images on your site, you will immedately find that they vary in size, and that many don’t exactly fit. Here’s how to adjust the size:
You know that the basic tag for including an image is as follows:
To dictate the size of the photo, you simply add a height= or a width= tag
or
You can technically use both, but should only use one. That way, the photo will keep its original proportions. If you shrink the height, the width will also shrink proportionally. If you specify both, you will end up with a distorted photo.
The actual numbers that you use between the quotes after the width= or the height= will vary depending upon your site’s layout. You’ll have to experiment . I’d suggest that you start with the height= variable and set it to about 150. Then save the post and see how it looks. If its too big, or too small, go back and edit the post. Change the number as appropriate.
Go On To Linking To Other Web Pages
Grouping your posts into meaningful categories will make it easier for your reader to find what they are looking for.
While you are writing your posts, be sure to create logical categories to group them under. Look at the way things are grouped in this site as an example. You also could to to http://www.teachingecon.com to see another example of a site that uses WordPress and has good categories.
The WordPress software makes it easy to do this. Just choose the Categories section from the menu and add one. Then, when you are writing a post, remember to select one from the categories list on the right side.
Continue On To Adding Pictures To Your Posts.
There are three ways to add images to your posts.
The first is to show a picture that you are hosting yourself. Here are the steps:
1) Take a photo with a digital camera, or scan an existing picture.
2) Use your ftp program to upload the photo to your web server.
3) In your post, add an image link.
WordPress makes it really easy to add an image link. All you have to do is find the address of the photo you want to link to.
If the file is on your website in a folder called “photos”, the url would be http://www.domainname.com/files/photoname.jpg
Of if the picture is a “gif”, then replace .jpg with .gif
Put the cusor at the top of your post. Then click on the img button. A window will pop up. Type the address of the photo into the form. Then click Ok. It’s all done for you.
The basic syntax for an image link is as follows:
Another way is to find a picture that you like on the internet and do the following:
1) Hover the mouse pointer over the image. Right click and choose “Save Picture As”.
2) Save the picture to your computer.
3 ) Do steps 2 and 3 above.
This, of course, can lead you to all kinds of copyright and trademark issues. So be sure you have permission.
The final way is to find a picture that you like on the internet and do the following:
1) Hover the mouse pointer over the image. Right click and choose “Properties”
2) In the popup box will be a line that says “Address”. Highlight that line and copy it, using Control-C.
3) Go to your post
4) Type in
You also should get permission to do this, as it’s both stealing a photo, AND stealing bandwidth, because every time someone looks at your site, the site you have the photo linked from has to expend bandwidth to send the picture to your site. Of course, the likelihood that any one will find out is slim.
Continue to adjusting the size of the image.
To get started making money on the web, you need three basic pieces of software:
1) A program to create web pages;
2) A basic text editor; and
2) A program to upload those pages to your web host.
You could spend hundreds of dollars buying professional grade software. And lots of people will try to convince you that’s what you need to do. But the honest truth is that there are free programs out there that will do the job as well as—or even better—than the commercial ones.
Here’s what I recommend:
To create your web pages, I suggest you use a piece of free software called WordPress. That’s the program that I have used to create this site. Neat, huh? You can find more about WordPress here. If you feel confident about installing programs on your web hosting service, you can download for self-installation here However, if you just want to get started and have someone else do the technical work, HostRocket.Com offers a hosting plan where they will automatically install the software. This is by far the easiest solution for getting started making cash on the web.
The basic text editor that you need came with your computer. It’s called WordPad or NotePad. You can’t use a word processor like MS Word, or Works, though. Those programs insert extra characters into the code that will mess things up. I use WordPad.
To upload your programs and pages, you will need what’s known as FTP software. A good, free FTP program is Ace FTP It’s just a download away. There’s a futher explanation of FTP programs here.
Continue to Creating Content.