RE: [analog-help] Monitor Resolution

2005-05-10 Thread Charlie H.
> I've never made my browser full screen. My windows are ~500px wide, > because that's my preference (I won't say more because we don't want > a rant). My screen is 1152px wide, but that has zero bearing on my > browser window size. > > What would be the point of logging screen sizes? As someo

Re: [analog-help] Help with specific search words

2005-05-10 Thread Philip Nelson
> > We are using a site that has urls that vary by query strings more > > than by urls. For example > > http://oursite/default.aspx?tabname=SomeTab&someargname=foo&etc > > > > For the reports, all I am interested in is the tabname argument. I > > have played some games with argsinclude and intern

RE: [analog-help] Monitor Resolution

2005-05-10 Thread Walter Ian Kaye
At 02:05p -0700 05/10/2005, Leonard Daly didst inscribe upon an electronic papyrus: At 12:45 PM 5/10/05, Charlie H. wrote: > > I would like to know if I can include the monitor resolution of > > visitors in my analog report? Chuck, Unless the browser sends it to you (either as part of the User

RE: [analog-help] Monitor Resolution

2005-05-10 Thread Charlie H.
> > >>> I would like to know if I can include the monitor resolution of > >>> visitors in my analog report? > >> > >> Is the monitor resolution of your visitors recorded in your log file? > > > > Not at this time, trying to figure out how to get that info into the > > logfiles. I am running Apac

Re: [analog-help] Please help

2005-05-10 Thread Jeremy Wadsack
Try building with gcc. You can get a copy for Windows with Cygwin (http://www.cygwin.com/). Otherwise, you should configure your VC++ environment for ANSI C and it looks like you might be missing some libs (make sure to include subdirectories and any system libraries). You might still need Cygw

Re: [analog-help] Monitor Resolution

2005-05-10 Thread Dimitri Maziuk
On Tuesday 10 May 2005 05:13 pm, Aengus wrote: > On Tuesday, May 10, 2005 8:45 PM [GMT], > > Charlie H. <[EMAIL PROTECTED]> wrote: > >>> I would like to know if I can include the monitor resolution of > >>> visitors in my analog report? > >> > >> Is the monitor resolution of your visitors recorded

Re: [analog-help] Monitor Resolution

2005-05-10 Thread Aengus
On Tuesday, May 10, 2005 8:45 PM [GMT], Charlie H. <[EMAIL PROTECTED]> wrote: >>> I would like to know if I can include the monitor resolution of >>> visitors in my analog report? >> >> Is the monitor resolution of your visitors recorded in your log file? > > Not at this time, trying to figure out

RE: [analog-help] Monitor Resolution

2005-05-10 Thread Leonard Daly
At 12:45 PM 5/10/05, Charlie H. wrote: > > I would like to know if I can include the monitor resolution of > > visitors in my analog report? > > Is the monitor resolution of your visitors recorded in your log file? Not at this time, trying to figure out how to get that info into the logfiles. I

Re: [analog-help] Monitor Resolution

2005-05-10 Thread Klaus Johannes Rusch
Charlie H. wrote: I would like to know if I can include the monitor resolution of visitors in my analog report? Is the monitor resolution of your visitors recorded in your log file? Aengus Not at this time, trying to figure out how to get that info into the logfiles. I am running Apache

RE: [analog-help] Monitor Resolution

2005-05-10 Thread Charlie H.
> > > I would like to know if I can include the monitor resolution of > > visitors in my analog report? > > Is the monitor resolution of your visitors recorded in your log file? > > Aengus Not at this time, trying to figure out how to get that info into the logfiles. I am running Apache if som

Re: [analog-help] Monitor Resolution

2005-05-10 Thread Aengus
On Tuesday, May 10, 2005 7:57 PM [GMT], Charlie H. <[EMAIL PROTECTED]> wrote: > I would like to know if I can include the monitor resolution of > visitors in my analog report? Is the monitor resolution of your visitors recorded in your log file? Aengus +--

Re: [analog-help] Image loading problem, some don't exist!

2005-05-10 Thread Aengus
On Tuesday, May 10, 2005 7:34 PM [GMT], Lorenzo Thurman <[EMAIL PROTECTED]> wrote: > There are a few images that are not in analog's "images/" directory: > os.png, type.png, size.png and others. Where can I find these > images. analogo.gif is in the correct directory and is loaded, but I > can't

[analog-help] Monitor Resolution

2005-05-10 Thread Charlie H.
Hi, I would like to know if I can include the monitor resolution of visitors in my analog report? Thanks, Chuck + | TO UNSUBSCRIBE from this list: |http://lists.meer.net/mailman/listinfo/analog-help | | Usenet version

[analog-help] Image loading problem, some don't exist!

2005-05-10 Thread Lorenzo Thurman
There are a few images that are not in analog's "images/" directory: os.png, type.png, size.png and others. Where can I find these images. analogo.gif is in the correct directory and is loaded, but I can't find the others. "There are 10 types of people in this world: those who understand bina

Re: [analog-help] Help with specific search words

2005-05-10 Thread Aengus
On Tuesday, May 10, 2005 5:49 PM [GMT], Philip Nelson <[EMAIL PROTECTED]> wrote: > We are using a site that has urls that vary by query strings more > than by urls. For example > http://oursite/default.aspx?tabname=SomeTab&someargname=foo&etc > > For the reports, all I am interested in is the tab

[analog-help] Help with specific search words

2005-05-10 Thread Philip Nelson
We are using a site that has urls that vary by query strings more than by urls. For example http://oursite/default.aspx?tabname=SomeTab&someargname=foo&etc For the reports, all I am interested in is the tabname argument. I have played some games with argsinclude and internal search words but what

[analog-help] TYPEOUTPUTALIAS

2005-05-10 Thread Bassam Abdul-Baki
Is TYPEOUTPUTALIAS still in use in the latest Analog version? Bassam + | TO UNSUBSCRIBE from this list: |http://lists.meer.net/mailman/listinfo/analog-help | | Usenet version: news://news.gmane.org/gmane.comp.web.anal

Re: [analog-help] Calling analog with logfiles as parm and cfg file

2005-05-10 Thread guenther . eisele
Hi, [EMAIL PROTECTED] schrieb am 10.05.2005 14:24:38: > Use DEFAULTLOGFORMAT. The LOGFORMAT command only applies to LOGFILE > commands in the same config file and the command-line counts as an extra > config file. thanks a bunch - 7 letters that change the world ;-) In addition to your hint

[analog-help] Please help

2005-05-10 Thread satheesh
friends I tried to run the analog code in VC++ environment. but I am getting some errors. I am adding those errors also. Can anyone help me in sorting out this problem. Expecting an earliest help thanks and regards Satheesh   Linking...alias.obj : error LNK2001: unresolved external symbol [EM

Re: [analog-help] Calling analog with logfiles as parm and cfg file

2005-05-10 Thread Jeremy Wadsack
Use DEFAULTLOGFORMAT. The LOGFORMAT command only applies to LOGFILE commands in the same config file and the command-line counts as an extra config file. -- Jeremy Wadsack Seven Simple Machines [EMAIL PROTECTED] wrote: Hi, I'm using Analog 6.0 under Windows 2000. I want to call Analog with the

[analog-help] Calling analog with logfiles as parm and cfg file

2005-05-10 Thread guenther . eisele
Hi, I'm using Analog 6.0 under Windows 2000. I want to call Analog with the name of the logfile as a parameter and use my config file. I tried this one: analog -G +gintranetshort.cfg access__06052005.logm and analog access__06052005.logm -G +gintranetshort.cfg Both giving the following err