var fDesc=new Array(); fDesc[0] = "LOG evaluation and LOG analysis is a important issue in the range of search engine optimization (SEO) and the workload analysis and also in the rating of your own website. Every single access to the website creates data in the webserver's LOG. From this data you can deduce various useful information about the behavior of the website's user. For example you can determine the website user's operating system or the browser just to name two details.

The LOGWorkshop offers you the cost free opportunity to analyse the LOG files easy, quick and accurate. The created HTML report makes a multitude of information in structures reasonable for the user. Especially the country detection is very accurate through the cooperation with some vendors of geolocation databases and makes the results well diagrammed.

With the integrated FTP - LOG Download Wizard you can easily download the LOG files directly from your web server. You don't need any FTP software to do this."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }