Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.os.linux.advocacy > #269393

Re: StatCounter doesn't work, sorry.

From Snit <usenet@gallopinginsanity.com>
Newsgroups comp.os.linux.advocacy
Subject Re: StatCounter doesn't work, sorry.
Date 2014-11-27 16:47 -0700
Message-ID <D09D0611.41EC6%usenet@gallopinginsanity.com> (permalink)
References (2 earlier) <Jeff-Relf.Me@Nov.26{5.08P.Seattle.2014}> <D09BCDD4.41DFB%usenet@gallopinginsanity.com> <Jeff-Relf.Me@Nov.26{11.49P.Seattle.2014}> <D09C9B0E.41E2F%usenet@gallopinginsanity.com> <Jeff-Relf.Me@Nov.27{2.53P.Seattle.2014}>

Show all headers | View raw


On 11/27/14, 3:53 PM, in article Jeff-Relf.Me@Nov.27{2.53P.Seattle.2014},
"Jeff-Relf.Me" <@.> wrote:

>  
> @snit, I watched:
> 
>   * OS / Word Processor Comparison:   <http://youtu.be/w6Qcl-w7s5c>
>   * Mint MATE Trash, Panel, Menu:     <http://youtu.be/C0y74FIf7uE>
>   * Mint KDE working with folders:    <http://youtu.be/7C9nvniOoE0>
>   * Mint KDE general navigation:      <http://youtu.be/t9y14yZtQuI>
> 
> I was impressed with the quality and effort you put into it;
> but I don't use Desktop Linux, so I have no further comment.

Fair enough. Many of the bugs I show there I have reported... though the
COLA "advocates" still deny them.

> I think you're -very- well educated, very literate.

Thank you. I do use screencasting quite a bit with the classes I teach, so I
have a fair amount of experience with doing so. Those videos were made, in
part, to get me back into the swing of things before I went into a "real"
project. 

> While I appreciate that, still, we're quite different, you and I;
> I'm more into programming, you're more into "general education".

Fair enough. I have taken some programming classes years ago and do basic
scripting - enough to do thing like my recent script to allow me to go up a
directory in Safari by hitting Command+Up Arrow, but I am by no means a
programmer. The whole script is maybe 20-30 lines long and, I am sure, could
be made shorter (and more clear) by someone who really knew what they were
doing. That is true of most of my "programs". I have a few exceptions, but I
think my biggest program (script, really) was 2000-3000 lines long of
AppleScript (hardly a "real" language) and was designed as a AIM room bot.
It worked pretty darn well as a psuedo-Turing machine... people in chat
rooms would think it was human (if a bit odd) for hours at a time.
 
> You told me:
>> For text and images PNGs will serve you best.
> 
> Right, I agree, thanks for helping me realize that.
> We agree on something ! !  Imagine that.

I will try harder in the future. :)

> You replied to me:
>>> 27 people ?  Are you sure ?
>>> I -never- get numbers like that, never.
>>> I'm lucky if one person sees it, much less 5.
>> 
>> I am often surprised by how many people actually read COLA and click my
>> links. There are lurkers apparently. I rarely check the actual file hits
>> with my host (though they are available), I mostly use the StatCounter stuff
>> that relies on JavaScript. If people have a blocker I do not see them. So be
>> it.
> 
> StatCounter doesn't work, sorry.

It has its flaws... as I said, anyone using a blocker will not be counted. I
use it for basic stats such as what browsers are common and the like -
mostly to see the low end people use. People using the low end in terms of
screen resolution and browsers are not likely to use blockers so it serves
my needs well.

> I take the raw logs, filter out the bots, and look at that.
> For me, bots outnumber humans 5 to 1, or some such.

Wow... I do not get that, though I do get a fair number of bots.

> And the bots are hard to filter out.
> Bots pretend to be humans, and people hide their identities.
> 
> When a visitor is obviously human, well identified,
> with a resonable IP address ( I check )...
> then, and only then, do I count it as "a hit".
> 
> It's a fine art, and it requires much manual effort;

I do not worry too much about hits... even with my real sites, there are
other things I care about more (which pages are being viewed, how many calls
I get, how much work I get, etc.).

>>> X.EXE needs that final slash; to wit:
>>> 
>>>   tmp.gallopinginsanity.com/OSXZoom/
>>>   [ Not: tmp.gallopinginsanity.com/OSXZoom ]
>> 
>> Hmmm, I did not think any would care about the final slash. Odd.
> 
> FireFox just redirects; X.EXE should too, I suppose.
> 
> If it's a folder, and not a file, you need the slash.
> "OSXZoom" is not a file.

By default the server should show the index.html file but no doubt
technically, yes, I should include the /.

>>> "command-+" seems more awkward than Ctrl·Wheeling.
>> 
>> If Ctrl+wheel was not already set up for zooming the full screen I might set
>> mine to that. As I noted elsewhere, though, the wheeling does not give you
>> smaller increments.
>> 
>> I rarely zoom but, to see if I like it,
>> I might [ set Ctrl+wheel to ] zoom in and out in Safari.
> 
> Suppose you want larger text everywhere, all the time,
> whenever you reboot... how do you do that ?

I can set Safari to not show text smaller than a size I select (that is
available in its preferences) but that would not make fonts bigger than that
increase. If I wanted all text to be bigger I could do that with a CSS file.
As it is I have one now that I add the right scroll bar to all pages (I have
a pet peeve about centered sites jumping back and forth when they are or are
not taller than the browser window - this fixes that) and it overrides
Google News's stupid behavior to *not* show you visited links.

I could, of course, also set the resolution to be lower making everything on
the screen bigger (I have done that for sight impaired people).

> In Win8, you change the "eb,ff,ff,ff" ( 0xffeb, -21 pixels high ), below,
> merge it with the registry, and then reboot.
> It's more fucked up than Desktop Linux... oh well.

I think just about any browser lets you define a user style sheet... and
doing it that way seems to give more control and to my mind is more straight
forward.

> From: "Jeff-Relf.Me/Win_8_.REG.TXT":
> 
>   [HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics]
>   ;  This sets font sizes but, sadly, not the font faces.
>   ; "DejaVu LGC Sans Mono", -25 px, 96 (185) dpi ( 2160 x 3840, 24 Inch,
> scaled 150% ).
>   ;  Defined in "struct tagLOGFONT".
>   ; 
> 
"CaptionFont"=hex:e7,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,>
\
> 
>   
> 
"CaptionFont"=hex:eb,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,>
\
> 
Doing it with CSS you could also set the font-face. Here, I just added this
to my CSS file:

    * {
        font-family: "Comic Sans MS";
        font-style: bold;
        font-size: 30px;
        text-shadow: 2px 2px 0px rgba(126,255,59,0.75);
        color: #EE0EF2;
    }

And to me your page looks like this:
<http://tmp.gallopinginsanity.com/AmazingFont.png>

I am now going to put it back to how it was before my eyes burn out of my
head.


-- 
* Mint MATE Trash, Panel, Menu:     <http://youtu.be/C0y74FIf7uE>
* Mint KDE bugs or Easter eggs?     <http://youtu.be/CU-whJQvtfA>
* Mint KDE working with folders:    <http://youtu.be/7C9nvniOoE0>
* Mint KDE creating files:          <http://youtu.be/N7-fZJaJUv8>
* Mint KDE help:                    <http://youtu.be/3ikizUd3sa8>
* Mint KDE general navigation:      <http://youtu.be/t9y14yZtQuI>
* Mavericks / Pages 5.1:            <http://youtu.be/D3BPWANQoIk>
* OS / Word Processor Comparison:   <http://youtu.be/w6Qcl-w7s5c>

Back to comp.os.linux.advocacy | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Ad Nauseum vallor <vallor@cultnix.org> - 2014-11-25 10:58 -0800
  Re: Ad Nauseum Snit <usenet@gallopinginsanity.com> - 2014-11-25 12:19 -0700
  Re: Ad Nauseum vallor <vallor@cultnix.org> - 2014-11-25 11:24 -0800
    Re: Ad Nauseum Snit <usenet@gallopinginsanity.com> - 2014-11-25 13:14 -0700
    Re: Ad Nauseum Chris Ahlstrom <OFeem1987@teleworm.us> - 2014-11-25 19:43 -0500
      Re: Ad Nauseum Snit <usenet@gallopinginsanity.com> - 2014-11-25 18:48 -0700
      Re: Ad Nauseum chrisv <chrisv@nospam.invalid> - 2014-11-26 07:26 -0600
        Re: Ad Nauseum Chris Ahlstrom <OFeem1987@teleworm.us> - 2014-11-26 10:59 -0500
        Re: Ad Nauseum DFS <nospam@dfs.com> - 2014-11-28 09:04 -0500
      Re: Ad Nauseum DFS <nospam@dfs.com> - 2014-11-26 20:56 -0500
    I just want the image, not tons of HTML crap.  Jeff-Relf.Me <@.> - 2014-11-26 13:51 -0800
      Re: I just want the image, not tons of HTML crap. vallor <vallor@cultnix.org> - 2014-11-26 14:19 -0800
        I just want the image, not tons of HTML crap.  Jeff-Relf.Me <@.> - 2014-11-26 14:44 -0800
          Re: I just want the image, not tons of HTML crap.  Snit <usenet@gallopinginsanity.com> - 2014-11-26 15:53 -0700
            Zooming "the entire screen" ?  Jeff-Relf.Me <@.> - 2014-11-26 15:01 -0800
              Re: Zooming "the entire screen" ? Steve Carroll <fretwizzer@gmail.com> - 2014-11-26 15:34 -0800
              Re: Zooming "the entire screen" ?  Snit <usenet@gallopinginsanity.com> - 2014-11-26 16:44 -0700
                Zooming "the entire screen" ?  Jeff-Relf.Me <@.> - 2014-11-26 17:08 -0800
                Re: Zooming "the entire screen" ?  Snit <usenet@gallopinginsanity.com> - 2014-11-26 18:35 -0700
                Re: Zooming "the entire screen" ?  Snit <usenet@gallopinginsanity.com> - 2014-11-26 19:06 -0700
                I should post -only- .PNG screenshots.  Jeff-Relf.Me <@.> - 2014-11-26 23:49 -0800
                Re: I should post -only- .PNG screenshots.  Snit <usenet@gallopinginsanity.com> - 2014-11-27 09:10 -0700
                Re: I should post -only- .PNG screenshots. Slimer <slvrslmr@lv.c> - 2014-11-27 11:33 -0500
                Re: I should post -only- .PNG screenshots. Snit <usenet@gallopinginsanity.com> - 2014-11-27 09:50 -0700
                Re: I should post -only- .PNG screenshots. Slimer <slvrslmr@lv.c> - 2014-11-27 15:51 -0500
                Re: I should post -only- .PNG screenshots. Peter Köhlmann <peter-koehlmann@t-online.de> - 2014-11-27 22:05 +0100
                Re: I should post -only- .PNG screenshots. Slimer <slvrslmr@lv.c> - 2014-11-27 17:11 -0500
                Re: I should post -only- .PNG screenshots. Steve Carroll <fretwizzen@gmail.com> - 2014-11-27 14:22 -0800
                Re: I should post -only- .PNG screenshots. Chris Ahlstrom <OFeem1987@teleworm.us> - 2014-11-27 17:11 -0500
                Re: I should post -only- .PNG screenshots. Snit <usenet@gallopinginsanity.com> - 2014-11-27 20:38 -0700
                Re: I should post -only- .PNG screenshots. vallor <vallor@cultnix.org> - 2014-11-27 19:13 -0800
                Re: I should post -only- .PNG screenshots. Snit <usenet@gallopinginsanity.com> - 2014-11-27 20:38 -0700
                Re: I should post -only- .PNG screenshots. Steve Carroll <fretwizzen@gmail.com> - 2014-11-27 19:49 -0800
                Re: I should post -only- .PNG screenshots. Slimer <slvrslmr@lv.c> - 2014-11-27 23:01 -0500
                Re: I should post -only- .PNG screenshots. Snit <usenet@gallopinginsanity.com> - 2014-11-27 21:08 -0700
                Re: I should post -only- .PNG screenshots. Slimer <slvrslmr@lv.c> - 2014-11-28 08:56 -0500
                Re: I should post -only- .PNG screenshots. Snit <usenet@gallopinginsanity.com> - 2014-11-28 09:31 -0700
                Re: I should post -only- .PNG screenshots. chrisv <chrisv@nospam.invalid> - 2014-11-29 13:36 -0600
                Re: I should post -only- .PNG screenshots. Snit <usenet@gallopinginsanity.com> - 2014-11-29 12:48 -0700
                Re: I should post -only- .PNG screenshots. Steve Carroll <fretwizzer@gmail.com> - 2014-11-29 11:59 -0800
                Re: I should post -only- .PNG screenshots. 	flatfish+++ <phlatphish@yahoo.com> - 2014-11-29 15:14 -0500
                Re: I should post -only- .PNG screenshots. Snit <usenet@gallopinginsanity.com> - 2014-11-29 13:28 -0700
                Re: I should post -only- .PNG screenshots. Snit <usenet@gallopinginsanity.com> - 2014-11-27 14:11 -0700
                Re: I should post -only- .PNG screenshots. Steve Carroll <fretwizzer@gmail.com> - 2014-11-27 09:06 -0800
                Re: I should post -only- .PNG screenshots. WaRmNfUzZy <warmnfuzzi@muzzimail.net> - 2014-11-27 12:09 -0500
                StatCounter doesn't work, sorry.  Jeff-Relf.Me <@.> - 2014-11-27 14:53 -0800
                Re: StatCounter doesn't work, sorry.  Snit <usenet@gallopinginsanity.com> - 2014-11-27 16:47 -0700
                Re: StatCounter doesn't work, sorry. Steve Carroll <fretwizzen@gmail.com> - 2014-11-27 16:54 -0800
                The font size that OSX uses.  Jeff-Relf.Me <@.> - 2014-11-27 17:14 -0800
                Re: The font size that OSX uses.  Snit <usenet@gallopinginsanity.com> - 2014-11-27 18:29 -0700
                Re: The font size that OSX uses. Steve Carroll <fretwizzen@gmail.com> - 2014-11-27 19:33 -0800
                Re: I should post -only- .PNG screenshots. Steve Carroll <fretwizzer@gmail.com> - 2014-11-27 08:14 -0800
                Re: I should post -only- .PNG screenshots. WaRmNfUzZy <warmnfuzzi@muzzimail.net> - 2014-11-27 11:17 -0500
                Re: I should post -only- .PNG screenshots. tmelmosfire <tmelmosfire@gmail.com> - 2014-11-27 10:29 -0800
                Re: I should post -only- .PNG screenshots. Snit <usenet@gallopinginsanity.com> - 2014-11-27 14:11 -0700
                Re: I should post -only- .PNG screenshots. Steve Carroll <fretwizzen@gmail.com> - 2014-11-27 14:24 -0800
          Re: I just want the image, not tons of HTML crap. vallor <vallor@cultnix.org> - 2014-11-26 15:14 -0800
            Re: I just want the image, not tons of HTML crap. Steve Carroll <fretwizzer@gmail.com> - 2014-11-26 15:36 -0800
              Re: I just want the image, not tons of HTML crap. vallor <vallor@cultnix.org> - 2014-11-26 15:43 -0800
                Re: I just want the image, not tons of HTML crap. Snit <usenet@gallopinginsanity.com> - 2014-11-26 16:57 -0700
                Re: I just want the image, not tons of HTML crap. Slimer <slvrslmr@lv.c> - 2014-11-26 19:29 -0500
                Re: I just want the image, not tons of HTML crap. Snit <usenet@gallopinginsanity.com> - 2014-11-26 17:35 -0700
                Re: I just want the image, not tons of HTML crap. Steve Carroll <fretwizzer@gmail.com> - 2014-11-26 16:45 -0800
                Re: I just want the image, not tons of HTML crap. Slimer <slvrslmr@lv.c> - 2014-11-26 20:39 -0500
                Re: I just want the image, not tons of HTML crap. Snit <usenet@gallopinginsanity.com> - 2014-11-26 18:48 -0700
                Re: I just want the image, not tons of HTML crap. DFS <nospam@dfs.com> - 2014-11-28 08:52 -0500
                Re: I just want the image, not tons of HTML crap. Slimer <slvrslmr@lv.c> - 2014-11-28 09:11 -0500
            Re: I just want the image, not tons of HTML crap. Snit <usenet@gallopinginsanity.com> - 2014-11-26 17:39 -0700
            Re: I just want the image, not tons of HTML crap. DFS <nospam@dfs.com> - 2014-11-26 20:55 -0500
            Re: I just want the image, not tons of HTML crap. Nobody <nobody@invalid.com> - 2014-11-27 12:57 -0600
  Re: Ad Nauseum Chris Ahlstrom <OFeem1987@teleworm.us> - 2014-11-25 19:42 -0500
    Re: Ad Nauseum Snit <usenet@gallopinginsanity.com> - 2014-11-25 18:45 -0700
    Re: Ad Nauseum Slimer <slvrslmr@lv.c> - 2014-11-26 13:24 -0500
  Re: Ad Nauseum Slimer <slvrslmr@lv.c> - 2014-11-26 11:29 -0500
    Re: Ad Nauseum Snit <usenet@gallopinginsanity.com> - 2014-11-26 09:41 -0700
      Re: Ad Nauseum Slimer <slvrslmr@lv.c> - 2014-11-26 13:41 -0500
        Re: Ad Nauseum Snit <usenet@gallopinginsanity.com> - 2014-11-26 12:09 -0700
        Re: Ad Nauseum Steve Carroll <fretwizzer@gmail.com> - 2014-11-26 11:20 -0800

csiph-web