Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.php > #17343 > unrolled thread
| Started by | alex <alex@nomailno.it> |
|---|---|
| First post | 2017-04-11 11:29 +0200 |
| Last post | 2017-04-14 08:03 -0400 |
| Articles | 6 — 2 participants |
Back to article view | Back to comp.lang.php
slider slideshow which alex <alex@nomailno.it> - 2017-04-11 11:29 +0200
Re: slider slideshow which Jerry Stuckle <jstucklex@attglobal.net> - 2017-04-11 08:27 -0400
Re: slider slideshow which alex <alex@nomailno.it> - 2017-04-12 17:49 +0200
Re: slider slideshow which Jerry Stuckle <jstucklex@attglobal.net> - 2017-04-12 12:31 -0400
Re: slider slideshow which alex <alex@nomailno.it> - 2017-04-14 09:53 +0200
Re: slider slideshow which Jerry Stuckle <jstucklex@attglobal.net> - 2017-04-14 08:03 -0400
| From | alex <alex@nomailno.it> |
|---|---|
| Date | 2017-04-11 11:29 +0200 |
| Subject | slider slideshow which |
| Message-ID | <oci7l2$tpt$1@gioia.aioe.org> |
I think it's fine just in javascript jquery,there are many, which one to choose? classic type; image with arrows to scroll and with automatically cycle and with buttons, numbers or others (some have thumbs) to be able to choose single big image there is someone better because better integrated with php?
[toc] | [next] | [standalone]
| From | Jerry Stuckle <jstucklex@attglobal.net> |
|---|---|
| Date | 2017-04-11 08:27 -0400 |
| Message-ID | <ociht5$js4$1@jstuckle.eternal-september.org> |
| In reply to | #17343 |
On 4/11/2017 5:29 AM, alex wrote: > I think it's fine just in javascript jquery,there are many, > which one to choose? > > > classic type; > image with arrows to scroll > and with automatically cycle > and with buttons, numbers or others (some have thumbs) to be able to > choose single big image > > > there is someone better because better integrated with php? > > Javascript (including JQuery) typically executes on the client side. PHP typically executes on the server side. So Javascript code can scroll/cycle on the client machine, while PHP code needs to make calls to the server. Which do you want? -- ================== Remove the "x" from my email address Jerry Stuckle jstucklex@attglobal.net ==================
[toc] | [prev] | [next] | [standalone]
| From | alex <alex@nomailno.it> |
|---|---|
| Date | 2017-04-12 17:49 +0200 |
| Message-ID | <ocli95$8pu$1@gioia.aioe.org> |
| In reply to | #17344 |
> Javascript (including JQuery) typically executes on the client side. > PHP typically executes on the server side. So Javascript code can > scroll/cycle on the client machine, while PHP code needs to make calls > to the server. ok > Which do you want? you, but question valid also for others php programmer, which slider slideshow preferred?
[toc] | [prev] | [next] | [standalone]
| From | Jerry Stuckle <jstucklex@attglobal.net> |
|---|---|
| Date | 2017-04-12 12:31 -0400 |
| Message-ID | <oclkit$aom$1@jstuckle.eternal-september.org> |
| In reply to | #17345 |
On 4/12/2017 11:49 AM, alex wrote: >> Javascript (including JQuery) typically executes on the client side. >> PHP typically executes on the server side. So Javascript code can >> scroll/cycle on the client machine, while PHP code needs to make calls >> to the server. > > ok > > >> Which do you want? > > you, but question valid also for others php programmer, which slider > slideshow preferred? > As I said. Which do you want? You haven't defined the requirements sufficiently so there is no answer to your question. Do you want something that executes client side? Or do you want something that executes server side? Two entirely different approaches to the problem, requiring two entirely different answers. -- ================== Remove the "x" from my email address Jerry Stuckle jstucklex@attglobal.net ==================
[toc] | [prev] | [next] | [standalone]
| From | alex <alex@nomailno.it> |
|---|---|
| Date | 2017-04-14 09:53 +0200 |
| Message-ID | <ocpv63$139m$1@gioia.aioe.org> |
| In reply to | #17346 |
Il 12/04/2017 18:31, Jerry Stuckle ha scritto: > On 4/12/2017 11:49 AM, alex wrote: >>> Javascript (including JQuery) typically executes on the client side. >>> PHP typically executes on the server side. So Javascript code can >>> scroll/cycle on the client machine, while PHP code needs to make calls >>> to the server. >> >> ok >> >> >>> Which do you want? >> >> you, but question valid also for others php programmer, which slider >> slideshow preferred? >> > > As I said. Which do you want? You haven't defined the requirements > sufficiently so there is no answer to your question. > > Do you want something that executes client side? the slider client side, and when click on image1 for example is called a p1.php page
[toc] | [prev] | [next] | [standalone]
| From | Jerry Stuckle <jstucklex@attglobal.net> |
|---|---|
| Date | 2017-04-14 08:03 -0400 |
| Message-ID | <ocqdl1$o3v$1@jstuckle.eternal-september.org> |
| In reply to | #17350 |
On 4/14/2017 3:53 AM, alex wrote: > Il 12/04/2017 18:31, Jerry Stuckle ha scritto: >> On 4/12/2017 11:49 AM, alex wrote: >>>> Javascript (including JQuery) typically executes on the client side. >>>> PHP typically executes on the server side. So Javascript code can >>>> scroll/cycle on the client machine, while PHP code needs to make calls >>>> to the server. >>> >>> ok >>> >>> >>>> Which do you want? >>> >>> you, but question valid also for others php programmer, which slider >>> slideshow preferred? >>> >> >> As I said. Which do you want? You haven't defined the requirements >> sufficiently so there is no answer to your question. >> >> Do you want something that executes client side? > > the slider client side, > and when click on image1 for example is called a p1.php page > You still are not being clear. Clicking on an image often brings up a new page. This operation is completely independent of the slider operation. -- ================== Remove the "x" from my email address Jerry Stuckle jstucklex@attglobal.net ==================
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.php
csiph-web