How to Make Money Online

There has been much talk on how to make money on the Internet. There are many ways to make money, and I will discuss some of the ways in this post.


Advertising on a Web Site

If you have an existing Web site this is perhaps the easiest method to implement. There are many advertisers on the Internet that you can sign up with, and they will in turn provide you with code to add to any Web page. Once you add the code, advertisement will then start appearing on the page, usually specific to the topic discussed on the Web page. Many people choose Google’s AdSense for the advertisements, although there are many other companies that can also provide advertisments. After doing a search on the Internet you will find many people who have had great financial success with advertising on their Web site.

See also

Auction Selling

I decided to name this point as “Auction Selling” and not “eBay Selling.” I did this because there are many other auction sites online that many people have chosen over eBay, most notably because the fees are lower. Regardless of the fees; however, online auction selling can be very profitable, any many people successfully run a home-based business just by selling on one of these sites.

See also eBay.

Online Store

This is probably the most involved method of making money online, as it requires you to manage your inventory, setup merchant accounts, handle shipping, create a Web site storefront, and many other things that go along with a business. If you prefer to just create the Web site to sell the products, and have someone else do the inventory management and shipping you may want to look into dropshipping.

See also Shopster.com.

Summary

As with any business venture, those listed in this post require hardwork and time. Making money online is not a “get rich quick” scheme, and you may find that you will be working as many hours as a regular 9 to 5 job.

How To Generate Web Site Traffic

There is much discussion on how to generate traffic to your Web site, but I decided to list a few points on the methods I like to use.

  1. It’s All About Content

    You may have heard that "content is king." What does this mean? Visitors to your site like to read updated and unique content. This means you must update your Web site on a regulary basis to keep your visitors coming back for more. Search engines also love unique content. The more content you have the more you will get listed in search engines. When you first start a site search engines may be your main traffic generator so it’s best to get listed in them. Also remember to check your spelling and grammar.

  2. Write Content For Your Visitors

    When writing your content, write it for your visitors and not search engines. This means don’t load up the content with keywords that is hard to read and understand. You need your visitors to keep coming back and not the search engines. If you write unique content the search engines will list you…don’t worry.

  3. Linking to Your Web Site

    This is a big part of getting listed in search engines, and thus getting more traffic. The more quality Web sites that link to yours, the better search engine rank you will receive. You should have sites that share the same niche as your site link back to you. When a search engine indexes the other site, it will find the link to yours and then index your site.

  4. Get Listed in Directories

    Besides search engines, there is another type of site you should get listed in: a directory. A directory is a list of Web sites that are organized into various categories. Many of these Web sites are very popular so getting listed in one of them can help you generate traffic. A bonus to getting listed in a directory is that they usually have a high page rank, which will help increase yours. Do a search for directories that contain your Web site niche and get added.

  5. See also Open Directory Project.

  6. Forums and Blogs

    I put these two into the same point because they essentially do the same thing: you leave comments and a link to your Web site. Let me explain. Do a search for a forum that is related to your niche, and sign up. Add your Web site name and URL in your signature to your profile. Now leave comments to some of the posts in the forum. Search engines will index forums, and at the same time will find the link in your signature which will once again act as a link back to your site. Leaving comments in blogs acts the same way as comments in forums.

    See also Website Babble.

  7. Write Ezine Articles

    Ezine articles are similar to magazine articles except they appear online. There are several free Web sites that allow you to write your own article. These are great as you can become a well-known leader in your niche. You should then put a link at the end of your article to your Web site, so anyone reading it can click the link and go to your site. Search engines will also index any article you have written. Other sites that also enjoy your article may print your article with the link to your Web site included. You can’t get any better than that for something that cost you nothing but time.

    See also Ezine Articles.

  8. Good Site layout

    This one is important to get your visitors to return. Make sure your site is easy to read and navigate. Having light grey text on a white background may be hard for some to easily read, so use black instead. A visitor to your site should be able to understand how to navigate within the first few seconds of loading the page. Keep the navigation simple, such as a menu on one side of the page or across the top.

  9. Submit Your Feed

    If you have a blog make sure you submit your feed to various Web sites. A feed is the content that you have created in a specific format. You can also create feeds for a regular Web site as well.

    See also Feedburner or Ping-o-matic.

  10. Advertising

    This point is not one to generate traffic as much as revenue, but I felt it important to list, as it can reduce your traffic. Placing advertising on your site is a debatable issue. The issue that is up for debate is when should you place advertisment: when you first start your Web site, or when you get a large number of visitors? My take on the issue is that it is your choice, just don’t load your site with advertisment. I hate sites that display advertisement at almost all possible locations on a Web page: top, bottom, left and right. I prefer that the advertisement be in one location and blend into the site and not stand out.

Understanding the Windows Registry

The Windows registry is one part of the Windows operating system that the average user will probably never access. It can be intimidating, confusing to a user, and making the wrong change within it can prevent Windows from loading. Many Windows and application settings are stored within the registry, which makes it very powerful for customizing an application or Windows itself.

I won’t go into detail about the various Windows settings that can be changed within this post, but I will introduce the organization and structure of the registry.


Accessing the Registry

Accessing the Windows registry is just a matter of running an application included with Windows. The application is not included on the start menu, so you will need to execute it manually.

Use the following steps to access the registry:

  1. Click Start->Run. The Run dialog will be displayed.
  2. Type regedit in the dialog.
  3. Click the OK button.

The registry editor application will now be displayed on the screen. The next few ections will describe how the registry is organized.

Registry Hives

On the left side of the registry editor you will notice what looks like some folders. These folders are called hives and store information about your applications, Windows, and computer. Each hive stores specific information. The following table provides a brief description of each hive.

Hive Name Description
HKEY_CLASSES_ROOT Stores any object registration so that applications know where to find objects and how to use them. File extension information, such as which program to use to open a specific file, is also stored here.
HKEY_CURRENT_USER Any settings specific to your user ID is stored in this hive. This includes such things as your specific Windows settings (desktop background, personal folders, and sounds) as well as any application settings that are used by you. Sometimes when you install applications you can specify to only install for your ID or everyone who logs in. If you specify you only, then the application will install its settings in this hive. If you choose everyone, then the HKEY_LOCAL_MACHINE hive is used.
HKEY_LOCAL_MACHINE This hive is similar to the HKEY_CURRENT_USER hive but all settings stored here can be used by all users. Many application and Windows settings are found here as they may need the same settings for all users, such as an install location.
HKEY_USERS When a user logs in, the HKEY_CURRENT_USER key is retrieved from this hive. Expanding this hive shows all the HKEY_CURRENT_USER hives for all users of the computer. The .DEFAULT key within this hive is used as a default hive for a new user.

Keys and Values

Expanding a hive will display a list of what looks like sub-hives. These sub-hives are actually called keys. The key path are referenced similar to a directory structure: Hive\Key Name\Key Name. If you click on a key, you may see some other values appear on the right.

These values are comprised of a name and data. The data can be of the type string, binary, DWORD, QWORD (64-bit Windows, VISTA+), multi-string and expandable string. Most of the values stored are a string, binary or DWORD data type.

You may notice that every key has at least one value called (Default). This value will always be there, and sometimes may even have a value. If it doesn’t have a value it will be displayed with a (value not set) value.

All settings within the registry are stored in a hive-key-value arrangement.

Application and Windows Values

In this section we will look at how applications and Windows settings are stored in the registry. We will assume that the application is installed for all users so we will focus on the HKEY_LOCAL_MACHINE hive.

For most applications, the settings will usually be stored under the SOFTWARE\Company Name\Application Name arrangement. For example Microsoft products will be located in the SOFTWARE\Microsoft keys and each product will have a subkey in there. This is the easiest way of finding a specific setting for an application.

For example, to find what applications are executed at startup, just look in the SOFTWARE\Microsoft\Windows\CurrentVersion\Run key. If you want to stop something from running, and it is listed here, just delete the value on the right side. This may come in handy if some spyware or virus executes a program on Windows start.

Often times if you need to remove spyware or a virus manually, you may need to edit or delete a registry value. Using this post, you can easily figure out which registry key you will be removing, and what it may affect.

Registry Becoming Obsolete?

It seems Microsoft’s new method of storing application settings is through the use of XML files. The .Net framework makes extensive use of these XML files which have the extension .config. Even though the XML files are being used more and more, I don’t think the registry will be disappearing any time soon. Too many applications will depend on it for many years to come.

Summary

The Windows registry stores application and Windows settings for a specific user as well as all users on a computer. The registry is comprised of various hives that contain many keys and values. Although it can be easily modified, you must do so only if you know what you are changing, as changing the wrong setting can affect your computer in a bad way.

How To Keep Your Computer Running Smoothly

In my post titled Protecting Your Computer From Viruses and Spyware I outline several points that you should follow to ensure your computer is problem free. I decided to list the tools that I have used, as well as provide a simple schedule you can follow to ensure your computer runs smoothly.

Note: I do realize that there are many more applications than the ones listed, however, I have listed the ones that I have used in the past.

Anti-Virus

These tools are used to detect and remove viruses that have infected a computer. They can be scheduled to run a scan of your computer at a specific time, or a scan can be manually run at any time. All anti-virus software should be updated on a regular basis to ensure any new viruses can be detected. Most, if not all, of the software tools listed here can be set to automatically check and download updates. Also, ensure that only one anti-virus tool is installed, as more than one can cause problems.

Anti-Spyware

Spyware is a major cause of computer problems, including slow-downs, processor usage and application crashes. Some of the spyware can be very dangerous to have on your computer as they can also send information from your computer over the Internet. Along with anti-virus software you should also install anti-spyware software to help keep your computer clean. Unlike anti-virus software, you can install many anti-spyware applications on you computer. I encourage you to do so as one application may not clean all spyware from your computer.

Software Firewall

The software in this category is becoming more important, especially now with always-on broadband Internet connections. Software firewalls are your last line of defence to your computer from the Internet, and the first line from your computer to the Internet. They are used to keep the viruses and spyware from getting in your computer, and if they do get in, prevent them from sending information out to the Internet.

Defrag Utilities

Fragmentation can be a problem if you install and uninstall applications, or simply add and delete files. When a file is removed from a computer, and another file is added, then it may fill up the space used by the deleted file. If the new file is larger than the previous, then it may be split into parts and stored throughout your hard drive. This means that your computer will have to look in different places on your hard drive to read the entire file. Defragging a hard drive will put all the pieces of a file next to each other so your computer doesn’t have to spend time retrieving the entire file.

  • Windows defrag (included with Windows)
  • Diskeeper (http://www.diskeeper.com)
  • PerfectDisk (http://www.raxco.com/products/perfectdisk2k)
  • JkDefrag (free) (http://www.kessels.com/JkDefrag)

Scheduling and Updating

To assist with maintaining your computer, you should perform the following tasks at the suggested time.

Application Type Schedule
Anti-virus Weekly
Anti-spyware Weekly
Defrag Monthly

It is important that you keep your anti-virus and anti-spyware applications up to date. To make is easier for you, you may be able to have the applications automatically download the updates for you, or have them download the updates when starting the application.

Along with the anti-virus and anti-spyware applications, it is also important to ensure you have all the latest security updates for your operating system.

Using the Windows Recovery Console

Last year I had an issue where Windows XP failed to load. It would always get to a certain point during boot up, and then stop and reboot. This occurred when it was loading one of the Windows drivers (I can’t remember which one).

After searching the Internet for a solution to my problem, I came across the Windows Recovery Console. I loaded up the console and ran chkdsk against all the hard drives in my system. Chkdsk found a few errors on the C drive and repaired them. I reloaded Windows and everything was back to normal.

Below are the steps I used to repair my boot problem.

  1. Insert the Windows XP CD into the CD-ROM drive and restart the computer.
  2. Note: Make sure that your computer boots off the CD and not the hard drive. This can be changed in the BIOS.

  3. Once the “Welcome to Setup” screen appears, press F10 or R to repair.
  4. The Windows Recovery Console should now load and ask you which Windows you would like to log on to. Select the number pertaining to the Windows installation you would like to repair. Usually you would have only one install.
  5. Enter your administrative account and password to log on.

    After you log on, you will only be able to access the following:

    • The root folder.
    • The Windows folder and all subfolders within that directory.
    • The Cmdcons folder.
    • The removable media drives such as the CD-ROM and DVD-ROM.
  6. At the command prompt, type chkdsk /p /r, which will scan your hard drive and repair errors, locate bad sectors and recover readable information.
  7. Once the scan is done, type exit to exit the Windows Recovery Console.
  8. Restart your computer and load up Windows from the hard drive. Hopefully everything should be fixed.

Summary

This post described how I was able to fix a Windows load problem that I experienced. All I did was run chkdsk from the Windows Recovery Console, repair the errors and restart.

Page 1 of 3123