Posts tagged as:

create

Welcome back!

Google Buzz

Back links are simply a link from somewhere else to your site. It sounds easy to create them and it is easy, but you will need thousands of these links and you will need new ones every month. They may only take a minute to create but to create hundreds or thousands take lots of time and talent. Read more about Backlinking here.

Back links are really important in the world of Search Engine Optimization. If you want your site to do well in search engine listing results you have to have a good page ranking. If you want a higher page ranking you’re going to need to create lots and lots of back links.

It takes time and talent to do this but it will be worth it. Google receives 3,000 search inquiries a second. That’s 180,000 per minute. If you want your share of this avalanche of free business, you will need to work hard and work smart.

How Many Links Do You Need?

Lots and Lots. You need more than the competitor that is ranked number one with Google. If you do that, you will be number one. Let’s take a look at a few areas and see how many we would need to dominate that field.

- Top company in “search engine optimization” had 52,100 links

- Top company in “web site design” had 54,200 links

- Top Company in “custom T-shirts” had 72,000 links

- Top Company in “Tiffany Lamps” had 825 links

As you can see, the more competitive the area, the more links it takes to be number one. Plan to add as many links as you can every month for as long as you stay in business. Remember that your competitors are adding new links every month too, so the number of links you need keeps growing.

Beware Of Short Cuts To Success

As you surf the web, you will see sites that advertise short cuts to link creation. They offer to sell you hundreds of links. As you evaluate these services, realize that the quality of your links is important to your success. The sites you link to must concern themselves with similar topics to your site or they may be disregarded by the search engines. Also, the quality of the linking site is important. If the site is known for spam or porn, you may be seriously penalized search engine rankings just for being associated with it. Buying back links is fraught with danger. Choosing the site you link and actually creating the link to is a much better alternative.

You can read more about avoiding Linking Mistakes here.

Using Articles To Create Links

Writing informative articles is a great way to create back links. You can use the articles on your site and publish them to article directory sites. Every site that publishes your article will create a back link to your site. Other sites may pick up your article and publish it creating “viral” publishing and more links. You should assign someone to write one or two articles every month without fail or hire an outside source to do this for you.

Using Videos To Create Links

Another great way to create links and sell as well is to create video clips that tell your story or sell your product in an interesting way. You can use these clips to sell on your site and you can publish them to video sites like youtube.com, metacafe.com, viddler.com and many others. These get great rankings in the search engines. You should assign someone to write one or two articles every month without fail or hire an outside source to do this for you.

Using Social Networks To Create Links

Social networks like myspace.com are great ways to create quality links. Myspace is one of the most visited sites on the web, so links from it make your site rank as very popular. To create links from social sites, open an account, link to others with similar interests, and make comments that include a link to your site.

Using Blogs To Create Links

sBlogs want comments from readers. Visit blogs on similar topics to yours and on any popular blogs, leave a comment on a posting. Your comment can contain a link to your site. This should not be just self serving but should continue the dialog. For example, if your site deals with web marketing and you see a blog article on meta tags, you might make a comment like, “excellent article with good points. I also found good meta tag tools at www.yoursite.com” One great way to find good blogs is to set up a Google alert for all keywords you use and you will be notified anytime a post is made with those key words. Then, you simply visit the blog and make a comment.

That Sounds Like A Lot Of Work

It is a huge amount of work but just keep remembering those 180,000 inquiries per second. If you do not have the time to do this kind of work, there are micro ad agencies on the web who can do it for you. Outsourcing this work is very cost effective as it allows you to keep selling and managing while someone else creates the links that drive your site to the top of the inquiry list.

If you have any questions, you can ask them here.

-Mahesh.


Related Posts
Related Websites

{ 5 comments }

Create Autorun for your CD’s and DVD’s

by Admin on December 4, 2008

Google Buzz

The compact disk drive auto play feature, common to most operating systems, is a good way to simplify user experience. Auto play is controlled by a simple text-only file called autorun.inf. While there are dozens of software utilities available that will help you create the file, all you really need is a text editor and some basic knowledge.

Solution One: Create autorun.inf

The basic configuration of the autorun.inf states the program to run when the CD is inserted in the drive and the icon to display when the disk is viewed by Windows Explorer or other directory listing software. The text-only file, which resides in the root directory of the CD, should follow this pattern:

[autorun]
open=myprogram.exe
icon=myicon.ico

The icon file should also reside in the root directory of the CD.

Variations

Often the program you want to run will not be located in the root directory of the CD. If that is the case you must include the path:

[autorun]
open=folder1\folder1A\myfile.exe
icon=myicon.ico

Sometimes you may need to pass an argument to the program to be auto played:

[autorun]
open=myprogram.exe /argument
icon=myicon.ico

Not a program

Sending customers, salespeople, investors, and employees presentations, PDF files, and HTML documents requires a slight variation to the basic autorun.inf file and the addition of a DOS batch file to the CD root directory. The autorun.inf file opens a batch file, which then opens the file using the default program designated for that file type. For example:

[autorun]
open=autorun.bat index.htm
icon=myicon.ico

And the autorun.bat file reads:

echo off
@start %1 %2 %3 %4 %5 %6 %7 %8 %9
@exit

There is a variation on this idea that takes advantage of the ShellExecute command:

[autorun]
ShellExecute=index.htm
icon=training.ico

Using the autorun.inf file to auto play your burned CDs will prevent another headache for your users and increase the likelihood of reaching your target audience. And because it is a simple text file, it can be created with a text editor and your normal disk-burning software.

Solution Two: Create autorun.inf

While creating your autorun.inf file according to Solution One will work for most of your users, it will fail for a small percentage who have issues with the autorun function in their particular installation of Windows. The batch file in the first solution makes no allowances for errors and will merely fail when an error is encountered.

This is where a shell utility can save the day, because these third-party applications contain routines for handling common errors and will complete the autorun process even if an error is encountered. For this example, we’ll use autorun.exe, which can be downloaded from Tarma Software Research. Tarma has made autorun.exe freely available for both personal and commercial use, and there are no requirements for copyright notices, etc.

To use autorun.exe, you make a simple modification to the autorun.inf file by replacing autorun.bat with the .exe file. The basic autorun.inf under this scenario would look like this:

[autorun]
open=autorun.exe index.htm
icon=myicon.ico

The only other requirement is that a copy of the 8KB autorun.exe file be included in the root directory of each burned CD. This application also contains several options and supports an extended autorun.inf structure that provides more flexibility in how you design your CD package.


Related Posts
Related Websites

{ 0 comments }

</