Category Archives: Web Log Storming

Why Understanding Web Logs Matters?

Sharon Housley (NotePage, Inc and Software Marketing Resource) wrote an article about importance of web log analysis.

“…Let’s take a look at some of the critical areas. How many unique visitors visit the site each day? This statistic, by itself, is not terribly important, but when compared to a previous week’s or month’s logs, patterns will generally emerge…”

Save your time when analyzing your log files

If you sometimes use Web Log Storming to analyze large amount of data it could take some time. If you want to use your computer for some other tasks, such as read your email, browse internet or anything else, you can instruct Web Log Storming to decrease demand for your computer resources.

While log files are being processed look at lower right part of window, on top of button “Cancel”. You’ll notice Label “Priority”. Clicking on it will allow you to choose Analyzer priority. If you select “Low” then working with other programs will become much comfortable.

Web Log Storming: Using File and Path parameters

We are makers of Web Log Storming. It was released to public more than a year ago, and unpolished version we use almost for 3 years. Despite of all that, it keeps surprising us with its capabilities. Almost to say: “We made a monster!” 🙂 One of the most powerful features is Path and File parameter.

Simplest use of File wildcard parameter is well known syntax: *.html, or *.html, *.exe. Maybe it’s not too obvious that this means “visited *.html or *.exe”. Other examples are:

  • +*.html, +*.exe
    visited *.html and *.exe”
  • +*.html, *.exe, *.zip
    visited *.html and any of *.exe or *.zip
  • +*.html, -*.exe
    visited *.html and not *.exe

Path parameter is similar, but can give more interesting results:

  • *, /a.html, *
    visited a.html (same as File wildcard: /a.html)
  • *, /a.html, /b.html, *
    visited a.html and b.html directly after
  • *, /a.html, *, /b.html, *
    visited a.html and b.html after (not necessary directly)
  • /a.html, *, /b.html, *
    entered at a.html and visited b.html after that
  • *, /a.html, *, /b.html
    visited a.html and exited from b.html

Using different combinations you can easily calculate specific conversions.

Web Log Storming: Press Release

We want to thank Mr. Al Harberg for doing a great job writing Web Log Storming Press Release. Al takes his job seriously and uses his extensive experience to make sure that every word is on its place before sending it to the editors.

If you business supports this kind of activity, make sure that you subsribe to Al’s newsletter – you will find intersting and useful tips in it every month.