New York Times on Google Buzz

New York Times runs a good story on Google Buzz.  It’s a gentle introduction into what Google Buzz is, and how it compares with some other social networks like Facebook, Twitter, and FriendFeed.  If you are still trying to make sense of this whole Google Buzz thing, you should definitely read that.

As for me, I do enjoy Google Buzz quite a bit.  It removes the almost unnecessary limit of 140 characters per post, doesn’t limit me to only text, and somehow seems to connect me with just the right people.  And what’s even more important, now I get notified of the follow-ups directly in my Gmail inbox.

There are a few annoyances here and there – like seeing follow-ups in both Google Reader comments view and Gmail inbox – but I’m sure they will get sorted out eventually.  Overall, Google Buzz is a useful and simple to use service, and I already see that I tend to Google Buzz more than Twitter.

Web site monitoring

Devlounge lists three web site monitoring services : Montastic, Mon.itor.us, and LinkPatch.  These services check your web sites regularly and notify you when something goes down.  They also provide additional services, like checking for broken links and such.

While I personally prefer a full featured monitoring tool such as Nagios (with SMS integration via Clickatell), it’s good to know that there are simple and straight-forward ways for basic monitoring.  After all,  installing and configuring Nagios makes sense only if you are geek or monitoring things is a big part of your business.

Update: Also http://www.alertra.com/ was recommended to me by Michael Cohen over on Google Buzz.

How accurate is Google Analytics?

That’s the question that I was asked recently by one of the co-workers.   It is simple and not so simple at the same time.  It really depends on what you are looking for, what is the acceptable accuracy, and what is that you are comparing Google Analytics with.

For example, if you compare the numbers from your Google Analytics reports to the summaries of the web server logs, you’ll probably find that Google Analytics reports lower numbers.  Almost like not everything is recorded.  Which is true because Google Analytics is using JavaScript to track your visitors.  Server logs record all hits to your web server, but the information in logs is very limited – it won’t be enough for anything but very basic tracking.

How much will numbers differ?  Here is what Google Analytics blog has to say:

Google Analytics uses JavaScript tags to collect data. This industry-standard method yields reliable trends and a high degree of precision, but it’s not perfect. Most of the time, if you are noticing data discrepancies greater than 10%, it’s due to an installation issue. Common problems include JavaScript errors, redirects, untagged pages and slow client-side load times.

Having used Google Analytics on a number of sites over a number of years, I’d say that that is just about right.