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


Groups > comp.lang.php > #1554

Re: mouse movement detection?

From jimp@specsol.spam.sux.com
Newsgroups comp.lang.php
Subject Re: mouse movement detection?
Date 2011-05-12 16:12 +0000
Organization Aioe.org NNTP Server
Message-ID <3gdt98-u0e.ln1@mail.specsol.com> (permalink)
References (3 earlier) <ed3ls6tv3s71tka18uolfe0md5238d7ai9@4ax.com> <2irq98-6k2.ln1@mail.specsol.com> <o7gms69bkl6f8k053sk61cna3lj7nqlicp@4ax.com> <7m4s98-8i8.ln1@mail.specsol.com> <72ums6hr25q0ncmmbsjua810ullp52lagn@4ax.com>

Show all headers | View raw


Jeff North <jnorthau@yahoo.com.au> wrote:
> On Thu, 12 May 2011 04:35:51 -0000, in comp.lang.php
> jimp@specsol.spam.sux.com
> <7m4s98-8i8.ln1@mail.specsol.com> wrote:
> 
>>| Jeff North <jnorthau@yahoo.com.au> wrote:
>>| > On Wed, 11 May 2011 16:53:54 -0000, in comp.lang.php
> 
> [snip]
> 
>>| If you read all the posts, you will see that he posted a link to the site
>>| in question.
> 
> Not all posts come through and NO I did not get that posting.
> 
>>| I accessed the site with Firebug turned on and watched all the javascript
>>| download and the timers reset as I moved the mouse.
> 
> Lucky you.

Or knowing what I am doing me with a javascript debugger installed in my
web browser.

>>| So, for the site in question:
>>| 
>>| Yes, it uses javascript.
>>| 
>>| Yes, it uses javascript timers to see if there is any mouse movement.
> 
> Well if the OP doesn't want to have the page refresh then all they
> need do is disable Javascript.
> 
>>| And no, you can not do that with just HTML.
> 
> The point is that you don't need Javascript at all to do the refresh.

Depends on what you mean by "refresh".

If by "refresh" you mean some amount of time has passed and you have neither
clicked anything on the page nor navigated away from the page, yes you can
do that in HTML.

I've said that several times now.

The part you keep ignoring is the issue of mouse movement and the only
way you can detect mouse movement is client side scripting, which means
javascript.



-- 
Jim Pennino

Remove .spam.sux to reply.

Back to comp.lang.php | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread


Thread

mouse movement detection? richard <member@newsguy.com> - 2011-05-10 09:57 -0700
  Re: mouse movement detection? Gregor Kofler <usenet@gregorkofler.com> - 2011-05-10 21:11 +0200
    Re: mouse movement detection? richard <member@newsguy.com> - 2011-05-10 12:23 -0700
      Re: mouse movement detection? "P E Schoen" <paul@pstech-inc.com> - 2011-05-10 15:42 -0400
        Re: mouse movement detection? richard <member@newsguy.com> - 2011-05-10 13:56 -0700
          Re: mouse movement detection? jimp@specsol.spam.sux.com - 2011-05-10 21:15 +0000
      Re: mouse movement detection? jimp@specsol.spam.sux.com - 2011-05-10 19:40 +0000
        Re: mouse movement detection? Robert Heller <heller@deepsoft.com> - 2011-05-10 15:10 -0500
          Re: mouse movement detection? Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2011-05-10 23:52 +0200
            Re: mouse movement detection? Jerry Stuckle <jstucklex@attglobal.net> - 2011-05-10 20:03 -0400
              Re: mouse movement detection? Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2011-05-11 10:49 +0200
                Re: mouse movement detection? Jerry Stuckle <jstucklex@attglobal.net> - 2011-05-11 06:39 -0400
                Re: mouse movement detection? Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2011-05-11 14:24 +0200
                Re: mouse movement detection? Jerry Stuckle <jstucklex@attglobal.net> - 2011-05-11 11:25 -0400
              Re: mouse movement detection? Sherm Pendley <sherm.pendley@gmail.com> - 2011-05-11 11:36 -0400
                Re: mouse movement detection? Jerry Stuckle <jstucklex@attglobal.net> - 2011-05-11 12:30 -0400
            Re: mouse movement detection? Robert Heller <heller@deepsoft.com> - 2011-05-10 20:24 -0500
              Re: mouse movement detection? Erwin Moller <Since_humans_read_this_I_am_spammed_too_much@spamyourself.com> - 2011-05-11 08:16 +0200
              Re: mouse movement detection? Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2011-05-11 11:02 +0200
  Re: mouse movement detection? Jeff North <jnorthau@yahoo.com.au> - 2011-05-11 13:18 +1000
    Re: mouse movement detection? jimp@specsol.spam.sux.com - 2011-05-11 04:00 +0000
      Re: mouse movement detection? Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2011-05-11 11:11 +0200
        Re: mouse movement detection? jimp@specsol.spam.sux.com - 2011-05-11 16:57 +0000
          Re: mouse movement detection? Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2011-05-11 22:42 +0200
      Re: mouse movement detection? Jeff North <jnorthau@yahoo.com.au> - 2011-05-11 23:34 +1000
        Re: mouse movement detection? jimp@specsol.spam.sux.com - 2011-05-11 16:53 +0000
          Re: mouse movement detection? Jeff North <jnorthau@yahoo.com.au> - 2011-05-12 12:26 +1000
            Re: mouse movement detection? jimp@specsol.spam.sux.com - 2011-05-12 04:35 +0000
              Re: mouse movement detection? Jeff North <jnorthau@yahoo.com.au> - 2011-05-12 16:09 +1000
                Re: mouse movement detection? Jerry Stuckle <jstucklex@attglobal.net> - 2011-05-12 06:52 -0400
                Re: mouse movement detection? Jeff North <jnorthau@yahoo.com.au> - 2011-05-13 06:48 +1000
                Re: mouse movement detection? jimp@specsol.spam.sux.com - 2011-05-12 16:12 +0000
                Re: mouse movement detection? Jeff North <jnorthau@yahoo.com.au> - 2011-05-13 07:36 +1000
                Re: mouse movement detection? jimp@specsol.spam.sux.com - 2011-05-12 22:05 +0000
                Re: mouse movement detection? Jeff North <jnorthau@yahoo.com.au> - 2011-05-13 10:14 +1000
                Re: mouse movement detection? jimp@specsol.spam.sux.com - 2011-05-13 00:56 +0000
                Re: mouse movement detection? Jeff North <jnorthau@yahoo.com.au> - 2011-05-13 20:34 +1000
                Re: mouse movement detection? jimp@specsol.spam.sux.com - 2011-05-13 15:36 +0000
                Re: mouse movement detection? Jeff North <jnorthau@yahoo.com.au> - 2011-05-14 10:01 +1000
                Re: mouse movement detection? jimp@specsol.spam.sux.com - 2011-05-14 03:51 +0000
                Re: mouse movement detection? Jeff North <jnorthau@yahoo.com.au> - 2011-05-14 15:00 +1000
                Re: mouse movement detection? jimp@specsol.spam.sux.com - 2011-05-14 06:00 +0000
                Re: mouse movement detection? Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2011-05-15 13:35 +0200
                Re: mouse movement detection? jimp@specsol.spam.sux.com - 2011-05-15 16:41 +0000
                Re: mouse movement detection? Jerry Stuckle <jstucklex@attglobal.net> - 2011-05-15 13:00 -0400
                Re: mouse movement detection? "Twayne" <nobody@devnull.spamcop.net> - 2011-05-17 11:37 -0400
                Re: mouse movement detection? Jerry Stuckle <jstucklex@attglobal.net> - 2011-05-17 12:34 -0400
                Re: mouse movement detection? Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2011-05-16 00:36 +0200
                Re: mouse movement detection? jimp@specsol.spam.sux.com - 2011-05-16 02:07 +0000
                Re: mouse movement detection? Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2011-05-17 22:33 +0200
                Re: mouse movement detection? jimp@specsol.spam.sux.com - 2011-05-17 20:52 +0000
                Re: mouse movement detection? "P E Schoen" <paul@pstech-inc.com> - 2011-05-18 08:10 -0400
                Re: mouse movement detection? jimp@specsol.spam.sux.com - 2011-05-18 15:20 +0000
                Re: mouse movement detection? dougatmilmacdotcom@example.com (Doug Miller) - 2011-05-16 12:00 +0000
  Re: mouse movement detection? Sherm Pendley <sherm.pendley@gmail.com> - 2011-05-11 11:33 -0400

csiph-web