Welcome to TalkGraphics.com
Results 1 to 9 of 9

Hybrid View

  1. #1
    Join Date
    May 2008
    Posts
    13

    Default Load Order of images using xara

    Is there a way to change the load order of the images while I'm creating the web page in xara? There are certain images that I want to load last.

  2. #2

    Default Re: Load Order of images using xara

    Hi,

    Could you confirm which Xara application you are referring to please

  3. #3
    Join Date
    May 2008
    Posts
    13

    Default Re: Load Order of images using xara

    Xara Xtreme 4

  4. #4
    Join Date
    Sep 2000
    Location
    Bracknell, UK
    Posts
    8,659

    Default Re: Load Order of images using xara

    smoke133 - I suspect that you're referring to the order in which images appear on a web page. The order in which images appear on a page is often related to the size (in bytes) of the image - larger images take longer to load.

    People don't really design html pages to take account of the loading order of images - the idea is to have the whole page load quickly, so optimising images can be important.

    Do you have an example to show?

    Paul

  5. #5
    Join Date
    May 2008
    Posts
    13

    Default Re: Load Order of images using xara

    It's not so much the images that I'm having problems with. I just use the images as placholders. But I need it so it loads last. It is my godaddy logo my scanverify. Sometimes it takes a long time for it to connect to their servers and load my site. I want them to load last so that the rest of my site load first so my customers are not waiting for it to finish loading.
    Last edited by steve.ledger; 13 October 2008 at 03:13 AM. Reason: remove link

  6. #6

    Default Re: Load Order of images using xara

    Your site loaded fast for me.

    One thing you can do it to preload the images you want to load first. It's not bullet proof but it can help.

    John (covoxer) mentioned this tip once.
    Add this to the head (modify it to suit of course)

    <SCRIPT LANGUAGE = JAVASCRIPT>
    if (document.images)
    {
    img1 = new Image();
    img2 = new Image();
    img3 = new Image();
    img4 = new Image();
    img5 = new Image();
    img6 = new Image();
    img7 = new Image();
    img8 = new Image();
    img9 = new Image();
    img10 = new Image();
    img1.src = "index.htm_files/44.png";
    img2.src = "index.htm_files/46.png";
    img3.src = "index.htm_files/48.png";
    img4.src = "index.htm_files/44.png";
    img5.src = "index.htm_files/10.jpg";
    img6.src = "index.htm_files/12.jpg";
    img7.src = "index.htm_files/14.jpg";
    img8.src = "index.htm_files/16.jpg";
    img9.src = "index.htm_files/18.jpg";
    img10.src = "index.htm_files/18.jpg"
    }
    </SCRIPT>

  7. #7
    Join Date
    Sep 2000
    Location
    Bracknell, UK
    Posts
    8,659

    Default Re: Load Order of images using xara

    Perhaps you can explain why your electronics site also includes links to pharmaceutical products?

    (the links are found in your sites html)
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	dodgy.jpg 
Views:	335 
Size:	35.8 KB 
ID:	52824  

 

 

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
  •