Posts Tagged ‘Anyway’

Seo:About search engines

Tuesday, July 15th, 2008

The two biggest search engines worldwide are Google (used by Google / AOL) and Overture (used by MSN / Yahoo). Google fills it’s database mainly by letting robots automatically crawl and index the web. The Overture database is mainly filled through affiliate programs. That will cost you, so let’s focus on Google for now. Google is the cooler one anyway…

fwrite vs fputs in php

Monday, July 14th, 2008

So far all the functions have been running fast anyway so the difference haven’t been that significant but things are starting to get interesting with the run time jumping to 20-24 microseconds to write a short string to a file.

fwrite vs fputs
fwrite: 24.9826359749 seconds
fputs: 20.1990799904 seconds
Time saved: 4.7835559845 seconds; 23.6820488199%

With a difference of over 4 microseconds you could run both fputs and floatval in the time it takes to run fwrite. The difference is over 23% which clearly makes fputs the better function. It’s shorter as well.

Anchor Text, How Important is it Anyway?

Saturday, June 21st, 2008

What is Anchor Text?

Anchor text is the hyper-linked text that allows the user to move around web sites.

Anchor Text Relevancy

From a search engine stand point it is important that the anchor text be relevant to the information that it points to. If it is it can improve your ranking in the search engines. So for example if your web site is dedicated to selling exercise videos and the page that you are going to point to has numerous articles on exercise videos then you have a high relevancy.

To achieve even higher relevancy make sure that the integrity of the document that your pointing to has been marked up with those same anchor text phrases. I.E. The page title of the page you are going to is called “exercise videos” and your anchor text is the same.

What Not To Do:

It is a common mistake to see people use “click here” in anchor text. In doing this you are loosing many possible users. Instead use descriptive anchor text phrases that are relevant to the subject matter.