9
Mar
// php the_time('Y') ?>
SlimStat is an open source web analytics application that collects & presents statistics information about your website.
It is built with PHP-MySQL & can be integrated into websites with JavaScript (like Google Analytics) or PHP.

For the given period, the application can display:
- the number of visitors/pageviews
- referrer URLs, domains
- search terms
- browsers, OSs, countries, screen sizes
There is also a "paths" feature that shows a user's browsing path page-by-page.
You may be asking, "why to use SlimStat instead of Google Analytics?" The best answer would be "live stats".
Requirements: PHP 4.3+ & MySQL 4+
3
Feb
// php the_time('Y') ?>
FeedBurner's popular chicklet FeedCount is the most-used way to display the number of subscribers for a feed.
Also, a similar design is used by TwitterCounter to display your Twitter followers.
We'll be creating a dynamic FeedCount-like interface that can display your website's statistics like pageviews, visits, etc. (one or all of them) using PHP.

At the end of this tutorial, we'll have 2 different counters:
- a counter that can display only one metric – basic version
- a counter that can display multiple metrics (some jQuery fun here) – advanced version


Read the rest of this entry »
17
Dec
// php the_time('Y') ?>
Google Browser Size is a visualization tool by Google Labs that shows any website behind an overlay of browser-window-sizes average
The overlay information is actually created from the data of people who visit Google (which won't be wrong to call it an average).

The tool is perfect for learning what percentage of the visitors are seeing the most important parts at initial load & what are they missing.
When you move the mouse, a rectangle which follows the mouse pointer enables us to interact with the website. And, optionally, the opacity level can be changed.
But, like mentioned, it is created with the data from google.com & will work for websites that target average internet users. It would be great to see this integrated into Google Analytics creating a custom overlay.
25
Sep
// php the_time('Y') ?>
Piwik is an open source website analytics application which provides detailed statistics about visitors, keywords, pages & more in real-time.
It can be installed on an any PHP-MySQL compatible webserver & the rest works similar to Google Analytics; inserting the tracking codes into the websites we want to track.

One installation of Piwik can track unlimited number of websites which is great for web design companies who would prefer to offer a branded/customized solution to their customers.
Also, the user interface is fully customizable: you can drag and drop the widgets you want to display and create a report especially tailored to you.
The application is built around plugins which means it is possible to add/remove features easily.
Its open API makes integrations with 3rd party software possible. And, here are 2 desktop applications that use this API to bring Piwik to your desktop:
Read the rest of this entry »
Requirements: PHP 5.13+, MySQL 4.1+
Compatibility: All Major Browsers
14
Aug
// php the_time('Y') ?>
GoingUp! is a free web-based website statistics service with powerful SEO features.
The service has a slick Ajaxed interface & offers a complete analytics package with web stats, referring keywords, action/goals & more.

GoingUp! tracks every activity & presents data nicely with charts, heatmaps, flags (for countries), etc.
Some of its SEO features are:
- Inbound Link Monitoring
- Google Page Rank Tracking
- Alexa Rank Tracking
- Keyword Research
- Keyword Position Tracking
- Page Optimizer Tool
- Keyword Density Tool
The service also has some other free SEO tools like "bulk domain analyzer" or "link & SEO optimizer" which can be used directly without the need of signing up.
Requirements: No Requirements
4
Aug
// php the_time('Y') ?>
Open Web Analytics is an open source framework that developers can use to integrate web analytics into any application.
It is built with PHP & besides the standalone usage, it has built-in support for WordPress, Gallery & MediaWiki.

OWA comes with 2 APIs:
- PHP: which makes it easier to integrate into any PHP application
- JavaScript: for usage in non PHP pages/websites
It has powerful tracking/reporting features like heat maps, multiple websites, Google Maps integration, RSS/Atom subscription tracking &standard ones like:
- page views, visits, and unique visitors over time
- unique, new, repeat visitors over time
- Click-streams – view the actual click-stream of each visitor
- Click Tracking – Track where exactly on a web page users are clicking and view clicks by browser type
- Click Heat Maps – view a heat map of where users are clicking on your web pages
- Visitor Aging – understand the age of your repeat visitors.
- Canned and Custom Time Periods – generate reports using pre-defined reporting periods or custom date ranges
- Refering Page Analysis – View the title, anchor text, and surrounding text of inbound links from refering web pages
- View visits by user agent
- Track entry and exit pages
- Track pages by custom page type
The frameworks uses other open source resources like Open Flash Chart or PHP Mailer & requires PHP 4.2.2+ with GD enabled to run.
Requirements: PHP 4.2.2+ With GD Enabled, *nix Servers
Compatibility: All Major Browsers
19
Jun
// php the_time('Y') ?>
Google Analytics offers various ways to view the data & make comparisons, which is great. But if you need a totally unique view or want to make comparisons with another data source, you’re limited.
Excellent Analytics is an Excel plug-in for importing web analytics data from Google Analytics in to an Excel spreadsheet.
So, you can easily build queries with all dimensions and metrics available or apply filters to create advanced queries

The plug-in is open source & for improving it further, it can be found here.
17
Mar
// php the_time('Y') ?>
StatOwl is a website presenting internet usage statistics in a comprehensive way.
There are various reports that will be helpful to anyone into web design & web marketing like:
-
web browser's market shares
-
percentage of Flash, Quicktime versions installed
-
operating systems used
-
screen resolutions & much more..

The data provided is valuable to web designers / developers to better analyze internet users.
All data presented can be displayed for custom date ranges & as different chart types.
23
Feb
// php the_time('Y') ?>
Tracer is a free web-based service which offers a new type of website-analytics function. It tracks "what’s being copied from your website (including images)".
Besides keeping the logs, it also adds the "copied website’s" link to the information copied, which may help the content to spread in a better (than nothing) copyrighted way & to get new visitors.

Most importantly, the application helps analyzing which parts of the content is more copied & more important in the eyes of the visitors.
Usage is very simple. Just include a "one-line" script to the website to be tracked & that’s all.
P.S. Tracer is currently in beta status & accepts new accounts periodically.
9
Jan
// php the_time('Y') ?>
JAWStats is a companion to the famous AWStats statistics (which comes default by many hosting accounts).
It has a better presentation of data with Flash charts, Ajaxed & better organized interface.

For JAWStats to work, AWStats needs to be installed on the system.
Good thing with the application is, it doesn’t modify current AWStats settings & files. Simply reads & presents them in another way.
JAWStats is very easy to install, you can make it up in few minutes & has support for theming.
Requirements: PHP