Computing.Net > Forums > The Lounge > Webpage Scroll

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Webpage Scroll

Reply to Message Icon

Name: Mike Newcomb
Date: September 13, 2009 at 15:13:53 Pacific
OS: N/A
Subcategory: General
Comment:

Hi Folks - Please bear with me on this one as it would appear to not fit in any particular forum, thus I have posted here.

The o/s most likely would be Vista, then W2000.

The browser in descending order of use:-
Firefox, Chrome or IE8, 7 or 6.

Am looking for an Webpage scroller that works the same as the down arrow or mouse wheel, at a variable speed, easily determined and/or changed at run time by the user.

It would be used when a musician is playing music displayed on the screen, where the music continues downwards out of view.

Some music websites have scrolling built in, at the correct speed for the music concerned. Others do not, requiring the musician to break off playing in order to page down, which you will appreciate is a pain.

Thanks - Mike



Sponsored Link
Ads by Google

Response Number 1
Name: DerbyDad03
Date: September 13, 2009 at 19:32:21 Pacific
Reply:

Any musician that is any good would have protege/underling to hit the page down button for him/her just like the person who turns the pages for the concert pianist. <g>


0

Response Number 2
Name: wizard-fred
Date: September 13, 2009 at 22:21:12 Pacific
Reply:

I remember years ago that their use to be sites with either e-
books or stories that had either a java or html scroller that had a
speed control. I'm sure that the code be embedded into the
desired page.


0

Response Number 3
Name: wizard-fred
Date: September 13, 2009 at 22:28:47 Pacific
Reply:

Google scroll web page


0

Response Number 4
Name: Radix-64
Date: September 16, 2009 at 10:11:06 Pacific
Reply:

Hi, have you tried using JavaScript with custom variables for the timing?

Perhaps this might work:

function pageScroll() {
window.scrollBy(0,50); // horizontal and vertical scroll increments
scrolldelay = setTimeout('pageScroll()',100); // scrolls every 100 milliseconds
}

To stop the page scrolling, use:
function stopScroll() {
clearTimeout(scrolldelay);
}



0

Response Number 5
Name: DerbyDad03
Date: September 16, 2009 at 11:07:07 Pacific
Reply:

Hmm...if the "PC Advice needed" thread was deleted (allegedly) because the Lounge isn't supposed to be a technical forum, why is this thread still around?


0

Related Posts

See More



Response Number 6
Name: Mike Newcomb
Date: September 16, 2009 at 23:50:08 Pacific
Reply:

Dear Derby - this is my posting, and I explained why I placed it in this forum.

Dear Wizard and Radix - thanks for your suggestions. I tried googling before posting, yet this seems to throw up many hits for (webpage) developers rather than the end user. Hence my operating specification in the original post.

I would think a facility, as I described, should be included in ones browser as many would find it useful. However currently it appears not to be, and an add-on is thus required.

Thanks - Mike


0

Response Number 7
Name: DerbyDad03
Date: September 17, 2009 at 09:42:46 Pacific
Reply:

Mike,

I was not specifically questioning your placement of the question in The Lounge.

It was more a musing on the fact that other technical questions have been deleted, with some assuming (but we don't really know, thus my use of the word "allegedly") that the reason was that the Lounge is not supposed to be used for technical questions.

Again, not directed at your question, but more along the lines of "What is OK and what isn't?"

That said, I am curious as to why you don't think this question would have gotten more hits in either the Web Dev forum...

http://www.computing.net/forum/webd...

or a browser specific forum - as a start?

It seems to me that browser add-ons or Java scripts would be covered in those forums more extensively, but I’m just guessing since this is not my area of expertise.



0

Response Number 8
Name: Mike Newcomb
Date: September 19, 2009 at 03:54:08 Pacific
Reply:

Hi Derby - have taken your advice and placed a similar request on the Webpage Development forum as you suggested.

Hope any responder appreciates it is for a user and should be reasonably simple to operate.

Thanks - Mike


0

Response Number 9
Name: btk1w1
Date: September 19, 2009 at 17:41:53 Pacific
Reply:

Mike:

Does this look like something you could use?:

http://www.snapfiles.com/reviews/Mo...

It's not free but it has a free trial so you can assess it.


0

Response Number 10
Name: Mike Newcomb
Date: October 11, 2009 at 13:40:52 Pacific
Reply:

Hi Btk1w1 - many thanks for the recommendation and link.

The Mousestar application is perfect for the task and easy to use and adjust while in flight.

Regards - Mike


0

Sponsored Link
Ads by Google
Reply to Message Icon





Use following form to reply to current message:

Login or Register to Reply
LoginRegister


Sponsored links

Ads by Google


Results for: Webpage Scroll

Cool Windows Sys. Properties trick! www.computing.net/answers/thelounge/cool-windows-sys-properties-trick/20.html

Display Bug In Firefox & Netscape www.computing.net/answers/thelounge/display-bug-in-firefox-netscape/130.html

Why the new Page? www.computing.net/answers/thelounge/why-the-new-page/164.html