Results 1 to 6 of 6

Thread: Question on Pixelating Slideshow Script

  1. #1
    Join Date
    Aug 2006
    Posts
    101
    Thanks
    6
    Thanked 0 Times in 0 Posts

    Default Question on Pixelating Slideshow Script

    Script: Pixelating Slideshow Script

    See: http://www.dynamicdrive.com/dynamicindex14/pixelate.htm

    Question:

    On the home page of the new website I am developping I used the a.m. script. When within the home page you go from the 1st page in the submenu (kunst voor bedrijven) to the 2nd (corporate art) or the 3rd (werkwijze) the slide show starts all over again. See: http://www.arti-mo.com/nieuw/index.htm.

    Is there a way I can prevent this to happen, or in other words: can this be made in a way that the slideshow continues when clicking through the pages?

    Thanks a lot and enjoy your day

    Monique

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    One way would be to have a frameset and leave the slide show running in one frame while other pages are loaded into the other. Or you could have a top page with the slide show on it and have the other pages loaded into an iframe on the top page. Yet another method would be to update a cookie with every slide change as to the count or whatever is keeping track of the slides (requires cookies enabled by the user) and load the slide show on each subsequent page after reading and setting this value from the cookie.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Aug 2006
    Posts
    101
    Thanks
    6
    Thanked 0 Times in 0 Posts

    Default

    Thanks John for you advice.

    Sounds quite difficult to me. I am trying to avoid working with frames - because of bad experiences with our current website - and write the new website completely in <div>. Further I don't know about working with cookies.

    I tried if templates could solve the problem, but it doesn't as always the full page is being loaded when you click to see another page.

    Can you explain more about coockies? Or where I can find how I can use them?

    Or is there perhaps something in the slideshow itself that can be changed to avoid the slideshow to start again everytime a new page is being clicked on? Or is that the coockie-way?

    Regards,
    Monique

  4. #4
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Considering that yes, cookies (not 'coockies', but I loved the typo ) would be the way to go but, they do have the disadvantage I outlined. The worst that could happen though would be that the slide show would reset to the beginning on each page load for those users without cookies enabled. There is a great cookie tutorial and an adequate cookie unit at:

    http://www.quirksmode.org/js/cookies.html

    However, I'm thinking that from what you've told me so far, that this would be difficult for you to implement. So, I'll have a look at doing so when I get the chance. In the meantime, have a look at the above link and let me know if you think you can deal with this on your own.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  5. #5
    Join Date
    Aug 2006
    Posts
    101
    Thanks
    6
    Thanked 0 Times in 0 Posts

    Post

    I have finally been able to look into the mentioned page, and believe this is all really too difficult for me now. It seems very interesting to try this, but I don't have the time right now to do so. Therefore I have changed the idea of a pixelating slideshow on my website. It was too 'restless' I think. So now I have put on each single page one picture of art and this looks much better.

    Thanks John for your help.

    Regards,
    Monique

  6. #6
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    I'm sorry, I must have let this one slip through the cracks. I must confess I was partly relying upon you to respond as well - as a reminder. Anyways, I agree with your assessment. It also has the added advantage of not requiring the user to have javascript enabled, as well as being kinder to low bandwidth users and those with CPU's already maxed out due to low resources or a high level of multitasking.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •