Sunday, December 28, 2008

I can see you -- Google Analytics:

What are the three most important thing in the retail business? Location, Location, Location.

By contrast in the decision making business, the three most important things are:Data, Data, Data.

A great way for websites to gather this kind of data is Google Analytics.

If you've never heard of Google Analytics I highly recommend you learn what gets tracked by watching this video.

To see if the site you're on uses Google Analytics. Download the webpage and search for gaJsHost::
 
C:\TEMP>h:\bin_drop\wget http://ig2600.blogspot.com
--11:38:04-- http://ig2600.blogspot.com/
=> `index.html.3'


11:38:10 (67.29 KB/s) - `index.html.3' saved [20285/20285]

C:\TEMP> findstr /i gaJSHost index.html.3
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));

From the above you see that ig2600.blogspot.com uses Google Analytics, and thus collects all sorts of interesting data about its viewers.

Saturday, December 20, 2008

Rock Paper Scissors in SilverLight

Back in 1997 I wrote my first web Game. It was tic-tac toe, used CGI and was written in C.

Now, 11 years later -- I create my newest masterpiece: Rock Paper Scissors,

Play Rock Paper Siccors

Uses silver light and C#.