Results 1 to 4 of 4

Thread: Simple Preloading Question

  1. #1
    Join Date
    Mar 2007
    Posts
    66
    Thanks
    7
    Thanked 0 Times in 0 Posts

    Default Simple Preloading Question

    I am designing an artists site so there are a whole lot of images. I want the images to be preloaded when the visitor gets to any page on the site.

    http://www.vikibarefoot.com/Chris/The_Wall.htm

    There are three categories of images. I would like to put three iframes out of site on this page. Each iframe would hold all the images in that category.

    Here's my question. Will the images continue to load even after the visitor has moved off of that page?

    Thank you .... viki

  2. #2
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    If you are using the page to load the images and just not having them visible and the visitor navigates away from the page, then the loading stops. But what is already there is still there in the cache, so if they go back to the page it is less load time.

    Be warned though that even though the visitor can't see these Iframes the loading still effects the rest of the page that is visible. Slow load times on any page without a visual reason will make people leave quickly.
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  3. The Following User Says Thank You to BLiZZaRD For This Useful Post:

    vkbarefoot (02-24-2008)

  4. #3
    Join Date
    Mar 2007
    Posts
    66
    Thanks
    7
    Thanked 0 Times in 0 Posts

    Default

    What do you think would be the best way to preload images for an artists site. I never know where they are going to go. Would a css preload page be the ticket?

  5. #4
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    CSS preload would help, slightly more reliable than JS methods. If you look here you will find a little tutorial on how to do it, as well as some programs and apps to help find where the visitor goes
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  6. The Following User Says Thank You to BLiZZaRD For This Useful Post:

    vkbarefoot (03-02-2008)

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
  •