Guido Tapia

Guido Tapia

February 3, 2010

GWT in a .Net environment

Hi All, As you know we have recently release the PicNet Mouse Eye Tracking service [http://met.picnet.com.au/]. This project is by far the largest Javascript centric application that PicNet [https://picnet.com.au/] h ...

in software-engineering

Guido Tapia

February 3, 2010

Mouse Tracking vs. Eye Tracking

Note: I tried to make this article as unbiased as possible but being the father of a newborn mouse tracking service [http://met.picnet.com.au/] I highly doubt I achieved this. So please read this with an open mind and feel fre ...

in software-engineering

Guido Tapia

February 15, 2010

How to make money from your website or blog using adsense and intelligent add placement

This article will try to show you how best to maximize the income generating potential of a blog or a website by focusing on placement and settings of your advertisements. We will be using a new free service called ...

in software-engineering

Guido Tapia

February 18, 2010

Html Web Worker Woes - Data Analysis not an Option

During development of the PicNet Mouse Eye Tracking service [http://met.picnet.com.au/] I carefully investigated the possibility of using Html Web Workers [http://www.whatwg.org/specs/web-workers/current-work/]. Afte ...

in software-engineering

Guido Tapia

February 19, 2010

Introducing Mouse Eye Tracking - Tunnel Vision

One question that has been asked of me a few times since the release of the PicNet Mouse Eye Tracking Service [http://met.picnet.com.au/] is that of accuracy. How acurate can the Mouse Eye Tracking service correlate eye activity from m ...

in software-engineering

Guido Tapia

March 4, 2010

How to prevent 'Stop running this script' message in browsers

Avoiding the ‘Script taking too long' (all browsers have some form or another of this) message in browsers is relatively simple. You just have to make sure the browser knows you have not created an endless loop or recursion. And the easiest way to ...

in software-engineering