google

Bing vs. Google: a small comparison

Bing vs. Google
This is a small comparison between Google and Microsoft's new search engine Bing. I tried to compare most used features for web search and results quality. Quality of image and video search like common services would be the point of next article.

Google's goal is simplicity and experience. Google's huge stats make available to find relation between different search terms. Bing's goal is Curiosity. People want to see what can a Google-competitor search engine do.

Fix Google Adsense Search and Drupal Conflict

Google Adsense internal search code does not work with Drupal sites normally. The reason is $_GET[q] conflict between both services. $_GET[q] means "current page" for Drupal and "search query" for Google. We can fix it with two easy steps.

Step 1:
Create a custom page like "websearch" etc under Drupal and add Adsense Code for results page.

Step 2:
Add this code at the top of your Drupal's index.php:

// Fix Drupal-Adsense conflict
$_GET[q] = ($_GET['cx']) ? "websearch" : $_GET[q] ; 

Google Analytics to track visitors if javascript disabled?

Can Google Analystics track website visitors when clients browsers javascript is disabled? I dont see an alternative to < script > tag like < noscript > or < img > etc. If not how can I trust Google Analytics that they count all visitors?

How Alexa rate websites

I still do not understand how Alexa works. Does Alexa ignore totally internet users without Alexa toolbar? Or just estimate them? For some branches internet users using much toolbar and for some branches no toolbar. How can Alexa mess them correctly? I think Google should buy Alexa and not Amazon!

Yahoo Webmaster Tools

I am looking for Yahoo Webmaster Tools like Google's one from Webmaster Central. Any idea if Yahoo plans such like Tools for Webdevelopers or Website Managers?

How to configure Google Adsense for Domains with Webmin ?

It was very easy with Cpanel but I could not get it works on webmin. I have removed a entry for www.example.com and add a CNAME entry with pub-myadsenseid.afd.ghs.google.com but it does not help! How to get it works?

Disallow "/image_captcha*" for Crawlers

You should disallow "/image_captcha*" for webcralwlers like Google Image, Yahoo slurp Msnbot etc. Otherwise your server has to create thousand of captcha images daily just for nothing.

Google's bloody javascript annoying

Google is my startpage. But for two or three months there are some changes. A fade-in effect with javascript. Than a cursor-focus in searchbox with js. Page elements loaded a couple of seconds after searchbox etc. When I start the browser and want to visit an other page. I start to write url in addressbar but I see half of url is in Google's searchbox. It is annoying. How to disable this?

We need an Adsense alternative

Impressions: 3,429
Clicks: 15
Earnings: €0.12

I want to leave Adsense. It cant be so cheap. 10.000 unique visitors daily for just 3$ is not acceptable. I need urgently your advise for a new ad-network. Thank you!

next pagerank update

does anybody know when will be next pr update? i couldnt find any info on google help pages and already seacrhed for pagerank update...

Syndicate content

CafeWebmaster.com(CW) is a free online community for webdevelopers and beginners. Anybody can share their code, articles, tips, tutorials, code-examples or other webdesign related material on the site. Newbies can submit their questions and reply to existing questions. CW does not guarantee or warrant reliability of code, data and information published on the site. Use the site on your own risk. The site takes no responsibility of direct or indirect loss or any kind of harm to its users. The site also doesn't take responsibility of infected files or source code with any kind of infection or viruses, worms, spywares, malwares, trojan horses. CW reserves the right to edit, move, or delete any of content for any reason.