Go Back   Rhinocerus > Newsgroup > Newsgroup comp.lang.java.* > Newsgroup comp.lang.javascript

Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 07-27-2012, 06:07 AM
Robert Baer
Guest
 
Posts: n/a
Default Sequential JPGs?

Call me ignorant.
How does one go about showing a sequence of JPG pictures with a timed
interval, then repeating "forever" (at least as long as one is on that
page)?
Thanks.
Reply With Quote
Alt Today
Advertising
 
and become member of Rhinocerus
Standard Sponsored Links

  #2 (permalink)  
Old 07-27-2012, 07:01 AM
Evertjan.
Guest
 
Posts: n/a
Default Re: Sequential JPGs?

Robert Baer wrote on 27 jul 2012 in comp.lang.javascript:

> Call me ignorant.


Lazy, I would call that.

> How does one go about showing a sequence of JPG pictures with a timed
> interval, then repeating "forever" (at least as long as one is on that
> page)?


You use Javascript.

Search the web for the numerous examples via Google.

Search this NG's archive for more.

Evern better, learn yourself some Javascript.

Do NOT use jQuery.

Do not ask us to do your homework.

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Reply With Quote
  #3 (permalink)  
Old 07-28-2012, 03:29 AM
Robert Baer
Guest
 
Posts: n/a
Default Re: Sequential JPGs?

Evertjan. wrote:
> Robert Baer wrote on 27 jul 2012 in comp.lang.javascript:
>
>> Call me ignorant.

>
> Lazy, I would call that.
>
>> How does one go about showing a sequence of JPG pictures with a timed
>> interval, then repeating "forever" (at least as long as one is on that
>> page)?

>
> You use Javascript.
>
> Search the web for the numerous examples via Google.
>
> Search this NG's archive for more.
>
> Evern better, learn yourself some Javascript.
>
> Do NOT use jQuery.
>
> Do not ask us to do your homework.
>

I have done some searching and have found no examples.
And where do i find this NG's archive?
Reply With Quote
  #4 (permalink)  
Old 07-28-2012, 07:22 AM
Evertjan.
Guest
 
Posts: n/a
Default Re: Sequential JPGs?

Robert Baer wrote on 28 jul 2012 in comp.lang.javascript:

> Evertjan. wrote:
>> Robert Baer wrote on 27 jul 2012 in comp.lang.javascript:
>>
>>> Call me ignorant.

>>
>> Lazy, I would call that.
>>
>>> How does one go about showing a sequence of JPG pictures with a
>>> timed
>>> interval, then repeating "forever" (at least as long as one is on
>>> that page)?

>>
>> You use Javascript.
>>
>> Search the web for the numerous examples via Google.
>>
>> Search this NG's archive for more.
>>
>> Evern better, learn yourself some Javascript.
>>
>> Do NOT use jQuery.
>>
>> Do not ask us to do your homework.
>>

> I have done some searching and have found no examples.


<https://www.google.com/search?q=javascript+slideshow>

273.000.000 hits.

Be welcome to come back if there are no hints in any of these.

> And where do i find this NG's archive?


DejaVue now called Google Groups
<https://groups.google.com/forum/#!forum/comp.lang.javascript>

btw, this NG is not a paid helpdesk, and while many regulars are eager to
help, you should show you have tried to do your homework yourself, and show
where in your code you get stuck.

Other peoples code you find on the web should not be used for blind
implementation, but are fine for learning and for understanding.

RTBF
<http://jibbering.com/faq/>
"Before posting to c.l.js, you should read this document."

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Reply With Quote
  #5 (permalink)  
Old 07-28-2012, 06:22 PM
Dr J R Stockton
Guest
 
Posts: n/a
Default Re: Sequential JPGs?

In comp.lang.javascript message <TbCdncZaMuiorY_NnZ2dnUVZ_rKdnZ2d@posted
..localnet>, Thu, 26 Jul 2012 23:07:45, Robert Baer
<robertbaer@localnet.com> posted:


> How does one go about showing a sequence of JPG pictures with a timed
>interval, then repeating "forever" (at least as long as one is on that
>page)?


In the same way as is commonly used for clocks, in cases where the
digits are not characters but graphics. Consider, for example,

<http://www.merlyn.demon.co.uk/js-anclk.htm#Dig>.

You may need View Source to see Body onload and to find function
SetDial().



TO ALL : My Web site may move. If so, a search for both Mer1yn and
JavaSkript (with two typos corrected) should find it easily enough, once
the search engine has noticed its new location.

TO ALL: Safari 6 is defenestrated.

--
(c) John Stockton, nr London, UK. ?@merlyn.demon.co.uk Turnpike v6.05.
Website <http://www.merlyn.demon.co.uk/> - w. FAQish topics, links, acronyms
PAS EXE etc. : <http://www.merlyn.demon.co.uk/programs/> - see in 00index.htm
Dates - miscdate.htm estrdate.htm js-dates.htm pas-time.htm critdate.htm etc.
Reply With Quote
  #6 (permalink)  
Old 07-29-2012, 07:57 AM
Robert Baer
Guest
 
Posts: n/a
Default Re: Sequential JPGs?

Evertjan. wrote:
> Robert Baer wrote on 28 jul 2012 in comp.lang.javascript:
>
>> Evertjan. wrote:
>>> Robert Baer wrote on 27 jul 2012 in comp.lang.javascript:
>>>
>>>> Call me ignorant.
>>>
>>> Lazy, I would call that.
>>>
>>>> How does one go about showing a sequence of JPG pictures with a
>>>> timed
>>>> interval, then repeating "forever" (at least as long as one is on
>>>> that page)?
>>>
>>> You use Javascript.
>>>
>>> Search the web for the numerous examples via Google.
>>>
>>> Search this NG's archive for more.
>>>
>>> Evern better, learn yourself some Javascript.
>>>
>>> Do NOT use jQuery.
>>>
>>> Do not ask us to do your homework.
>>>

>> I have done some searching and have found no examples.

>
> <https://www.google.com/search?q=javascript+slideshow>
>
> 273.000.000 hits.
>
> Be welcome to come back if there are no hints in any of these.
>
>> And where do i find this NG's archive?

>
> DejaVue now called Google Groups
> <https://groups.google.com/forum/#!forum/comp.lang.javascript>
>
> btw, this NG is not a paid helpdesk, and while many regulars are eager to
> help, you should show you have tried to do your homework yourself, and show
> where in your code you get stuck.
>
> Other peoples code you find on the web should not be used for blind
> implementation, but are fine for learning and for understanding.
>
> RTBF
> <http://jibbering.com/faq/>
> "Before posting to c.l.js, you should read this document."
>

What does Radio Télévision Belge Francophone (RTBF) have to do with this?

Reply With Quote
  #7 (permalink)  
Old 07-29-2012, 08:23 AM
Evertjan.
Guest
 
Posts: n/a
Default Re: Sequential JPGs?

Robert Baer wrote on 29 jul 2012 in comp.lang.javascript:

>> RTBF
>> <http://jibbering.com/faq/>
>> "Before posting to c.l.js, you should read this document."
>>

> What does Radio Télévision Belge Francophone (RTBF) have to do with
> this?


While I receive only the 3 Belgian [Flemish] channels on my glasfiber
connection, [in French just TV5monde and Arte] and RTBF is wellknown to me,
RTBF is a primarily a "bloody" common usenet abbreviation.

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Reply With Quote
  #8 (permalink)  
Old 07-29-2012, 08:10 PM
Dr J R Stockton
Guest
 
Posts: n/a
Default Re: Sequential JPGs?

In comp.lang.javascript message <XnsA09E5F61FA229eejj99@194.109.133.133>
, Sat, 28 Jul 2012 07:22:39, Evertjan. <exxjxw.hannivoort@inter.nl.net>
posted:

>Robert Baer wrote on 28 jul 2012 in comp.lang.javascript:


><https://www.google.com/search?q=javascript+slideshow>
>
>273.000.000 hits.
>
>Be welcome to come back if there are no hints in any of these.



Not a helpful attitude. It is the quality of the hits that matters, not
the mere quantity.

One gets better results, on the average, with
<https://www.google.co.uk/search?q=javascript+merlyn+slideshow>.

--
(c) John Stockton, nr London UK. Reply address on home page Turnpike 6.05.
Web <http://www.uwasa.fi/~ts/http/tsfaq.html> -> Timo Salmi: Usenet Q&A.
Web <http://www.merlyn.demon.co.uk/news-use.htm> : about usage of News.
No Encoding. Quotes precede replies. Snip well. Write clearly. Mail no News.
Reply With Quote
  #9 (permalink)  
Old 07-30-2012, 08:13 AM
Evertjan.
Guest
 
Posts: n/a
Default Re: Sequential JPGs?

Dr J R Stockton wrote on 29 jul 2012 in comp.lang.javascript:

> In comp.lang.javascript message <XnsA09E5F61FA229eejj99@194.109.133.133>
> , Sat, 28 Jul 2012 07:22:39, Evertjan. <exxjxw.hannivoort@inter.nl.net>
> posted:
>
>>Robert Baer wrote on 28 jul 2012 in comp.lang.javascript:

>
>><https://www.google.com/search?q=javascript+slideshow>
>>
>>273.000.000 hits.
>>
>>Be welcome to come back if there are no hints in any of these.

>
>
> Not a helpful attitude.


Indeed, John, but a NG is not a paid or unpaid helpdesk.

> It is the quality of the hits that matters, not
> the mere quantity.


Not if the OP states:
"I have done some searching and have found no examples."

Pointing out that there are 273 hits should inform the OP that he did not
even did "some searching". That might be helpful in itself.

> One gets better results, on the average, with
> <https://www.google.co.uk/search?q=javascript+merlyn+slideshow>.


Not to diminish your wide expertise, sorcerer John-Merlyn, but it is more
helpful to learn a sorcerer apprentice to view the total availability when
searching, and let him make his one mistakes.

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Reply With Quote
  #10 (permalink)  
Old 07-30-2012, 11:48 AM
Mike Duffy
Guest
 
Posts: n/a
Default Re: Sequential JPGs?

"Evertjan." <exxjxw.hannivoort@inter.nl.net> wrote in
news:XnsA0A067FC8BD34eejj99@194.109.133.133:

> .. more helpful to learn ... to ... let him make his own mistakes.


True. I have learned more by mistakes than by lucky guesses.

--
http://pages.videotron.ca/duffym/index.htm
Reply With Quote
  #11 (permalink)  
Old 07-30-2012, 03:24 PM
Michael Haufe (TNO)
Guest
 
Posts: n/a
Default Re: Sequential JPGs?

On Friday, July 27, 2012 1:07:45 AM UTC-5, Robert Baer wrote:
> Call me ignorant.
>
> How does one go about showing a sequence of JPG pictures with a timed
>
> interval, then repeating "forever" (at least as long as one is on that
>
> page)?


Here is an example on a quick site I did a little while ago:

<http://ht2012.org>

The relevant code:

<http://ht2012.org/template/slideshow.js>
Reply With Quote
  #12 (permalink)  
Old 07-31-2012, 06:45 PM
Dr J R Stockton
Guest
 
Posts: n/a
Default Re: Sequential JPGs?

In comp.lang.javascript message <XnsA0A067FC8BD34eejj99@194.109.133.133>
, Mon, 30 Jul 2012 08:13:25, Evertjan. <exxjxw.hannivoort@inter.nl.net>
posted:

>Dr J R Stockton wrote on 29 jul 2012 in comp.lang.javascript:
>
>> In comp.lang.javascript message <XnsA09E5F61FA229eejj99@194.109.133.133>
>> , Sat, 28 Jul 2012 07:22:39, Evertjan. <exxjxw.hannivoort@inter.nl.net>
>> posted:
>>
>>>Robert Baer wrote on 28 jul 2012 in comp.lang.javascript:

>>
>>><https://www.google.com/search?q=javascript+slideshow>
>>>
>>>273.000.000 hits.
>>>
>>>Be welcome to come back if there are no hints in any of these.

>>
>>
>> Not a helpful attitude.

>
>Indeed, John, but a NG is not a paid or unpaid helpdesk.


You should read Section 1.2 of the newsgroup FAQ, "What questions are
on-topic for comp.lang.javascript?", and see what is in it.

You should read Section 1.3 of the newsgroup FAQ, "What should I do
before posting to comp.lang.javascript?", and see what is not in it.

You should read Section 1.4 of the newsgroup FAQ.

Questions from those with little idea of what they are doing are a
fertile source of interesting newsgroup threads; I expect GW would
agree. Those who do not like a question, and have nothing useful to
answer, should refrain from answering.



Unless a searcher is adept at searching, or already knows the answer, he
is nowadays extremely likely to get far too many hits to look through,
with no particular reason to believe that the first hits shown are
relevant, or that the first relevant ones are good. The initial advice
given here may be little better; but bad advice in News is soon
criticised in the light of current knowledge.

--
(c) John Stockton, nr London UK Reply address via Home Page.
news:comp.lang.javascript FAQ <http://www.jibbering.com/faq/index.html>.
<http://www.merlyn.demon.co.uk/js-index.htm> jscr maths, dates, sources.
<http://www.merlyn.demon.co.uk/> TP/BP/Delphi/jscr/&c, FAQ items, links.
Reply With Quote
  #13 (permalink)  
Old 08-01-2012, 12:55 AM
Gene Wirchenko
Guest
 
Posts: n/a
Default Re: Sequential JPGs?

On Tue, 31 Jul 2012 19:45:34 +0100, Dr J R Stockton
<reply1231@merlyn.demon.co.uk.invalid> wrote:

>In comp.lang.javascript message <XnsA0A067FC8BD34eejj99@194.109.133.133>
>, Mon, 30 Jul 2012 08:13:25, Evertjan. <exxjxw.hannivoort@inter.nl.net>
>posted:
>
>>Dr J R Stockton wrote on 29 jul 2012 in comp.lang.javascript:
>>
>>> In comp.lang.javascript message <XnsA09E5F61FA229eejj99@194.109.133.133>
>>> , Sat, 28 Jul 2012 07:22:39, Evertjan. <exxjxw.hannivoort@inter.nl.net>
>>> posted:
>>>
>>>>Robert Baer wrote on 28 jul 2012 in comp.lang.javascript:
>>>
>>>><https://www.google.com/search?q=javascript+slideshow>
>>>>
>>>>273.000.000 hits.
>>>>
>>>>Be welcome to come back if there are no hints in any of these.


>>> Not a helpful attitude.

>>
>>Indeed, John, but a NG is not a paid or unpaid helpdesk.


Sure it is. And some people are not suited for it. You might be
one of them.

>You should read Section 1.2 of the newsgroup FAQ, "What questions are
>on-topic for comp.lang.javascript?", and see what is in it.
>
>You should read Section 1.3 of the newsgroup FAQ, "What should I do
>before posting to comp.lang.javascript?", and see what is not in it.
>
>You should read Section 1.4 of the newsgroup FAQ.
>
>Questions from those with little idea of what they are doing are a
>fertile source of interesting newsgroup threads; I expect GW would
>agree. Those who do not like a question, and have nothing useful to
>answer, should refrain from answering.


Oh? Is that me?

Yes, I do agree. I have no problem with questions like that
provided the person is willing to do his work. He may have to read
some links, practice a bit, etc. and then ask more directed questions
later. I have asked many questions, but I have also done a lot of
searching, reading, and experimenting myself.

I most definitely agree with "Those who do not like a question,
and have nothing useful to answer, should refrain from answering." For
one thing, it can appear to the casual observer that the question has
been answered when in fact, it has not.

>Unless a searcher is adept at searching, or already knows the answer, he
>is nowadays extremely likely to get far too many hits to look through,
>with no particular reason to believe that the first hits shown are
>relevant, or that the first relevant ones are good. The initial advice
>given here may be little better; but bad advice in News is soon
>criticised in the light of current knowledge.


Quite. There is a lot of noise on the Web. This makes it all
too easy to drown in data. Sometimes, I post a basic question asking
for some orientation. A basic example is sometimes all it takes to
get me moving forward whereas without that example, I would be unable
to proceed. It might still be difficult, but at least I now have some
orientation and can evaluate other data more easily.

Vocabulary is a big issue. If you do not know that something
exists or what it is called, it is hard to search the Web for it.
Getting that vocabulary from those who already know can be a big help.

Sincerely,

Gene Wirchenko
Reply With Quote
  #14 (permalink)  
Old 08-01-2012, 07:04 AM
Evertjan.
Guest
 
Posts: n/a
Default Re: Sequential JPGs?

Gene Wirchenko wrote on 01 aug 2012 in comp.lang.javascript:

> Vocabulary is a big issue. If you do not know that something
> exists or what it is called, it is hard to search the Web for it.
> Getting that vocabulary from those who already know can be a big help.


You both seem to forget [and I hate to admit this] I helped the OP to the
search-word "slideshow", opening an multimillion web presense answering his
OQ.

And I repeat, a NG is not a paid or unpaid helpdesk. This in the sense that
OP should not claim the right to an answer within stipulated confines of
their Q.

Helping by [just] providing or worse "recommending a script" [Q in an
unrelated posting here], even if legitimate, is something that should be
kept out of this NG.

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Reply With Quote
  #15 (permalink)  
Old 08-01-2012, 05:53 PM
Gene Wirchenko
Guest
 
Posts: n/a
Default Re: Sequential JPGs?

On 01 Aug 2012 07:04:23 GMT, "Evertjan."
<exxjxw.hannivoort@inter.nl.net> wrote:

>Gene Wirchenko wrote on 01 aug 2012 in comp.lang.javascript:
>
>> Vocabulary is a big issue. If you do not know that something
>> exists or what it is called, it is hard to search the Web for it.
>> Getting that vocabulary from those who already know can be a big help.

>
>You both seem to forget [and I hate to admit this] I helped the OP to the
>search-word "slideshow", opening an multimillion web presense answering his
>OQ.


I was writing in general.

>And I repeat, a NG is not a paid or unpaid helpdesk. This in the sense that
>OP should not claim the right to an answer within stipulated confines of
>their Q.


Sure, there is no right. Our pay is different. We help
colleagues so that we can expect to get help ourselves at other times.

>Helping by [just] providing or worse "recommending a script" [Q in an
>unrelated posting here], even if legitimate, is something that should be
>kept out of this NG.


I do not know what you mean by "recommending a script" so I can
not reply to this.

Sincerely,

Gene Wirchenko
Reply With Quote
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT. The time now is 08:28 AM.


Copyright ©2009

LinkBacks Enabled by vBSEO 3.3.0 RC2 © 2009, Crawlability, Inc.