
##############################################################################
###                                                                        ###
###  Tutorial 02: Count Visitors and show number of visits                 ###
###                                                                        ###
##############################################################################




Goals
========
   - Create module that will count visitors. 
   - Show visitor detail (like Operating System, Browser etc. with images) 
   - Show number of visitors and number of page impressions for today.
   


Assume/Requirements:   
==========
   - You have installed 'Joomla CMS' - http://joomla.org
   - You have installed 'JoomlaStats' at least v2.3.0.170 
       http://joomlastats.org
   - You have activated 'JoomlaStats'
   - Basic knowledge about 'Joomla CMS'


   
Tutorial
===========

A) install 'mod_jstats_sdk_cv.zip' in 'Joomla CMS'

B) publish 'JoomlaStats SDK Count Visitors' module in 'Joomla CMS'

C) see result on front page
    You should see module with ........
    
D) go to file ..... and see how simple implementation is!
    In this file You will find also all coments what happen there
    
E) FINISH




Summing up:
=============
   - Counting visitors is realized by calling function from 'JS interface'.
   - All other data are possesed also through 'JS interface'.


Examples of using:
=========================
   - creating own module/plugin that count users
   - creating one module that count users and show some statistics



