+ Reply to Thread
Results 1 to 7 of 7

Thread: forced loading order of page
      
   

  1. #1
    realarmour is offline Private
    Join Date
    Oct 2007
    Posts
    2

    Default forced loading order of page

    Is it possible to force the order that objects are loaded when your website is viewed? I have a picture heavy page which I would like to load top down. Is there a way to specify which objects are loaded first when your page is accessed? If so can anyone share how is this done?

  2. #2
    bill2006's Avatar
    bill2006 is offline Lieutenant General
    Join Date
    May 2006
    Posts
    3,422

    Default Re: forced loading order of page

    Page will load in the order you insert them. If your page is heavy on images, use PixResizer and read Collector's posts; save a lot of time not having to redo things later.

  3. #3
    Jeremy's Avatar
    Jeremy is offline Brigadier General
    Join Date
    Apr 2006
    Location
    Canada
    Posts
    1,503

    Default Re: forced loading order of page

    If you have many, you can also find something on Google somewhere - a code - that loads all the images on your site while the user is still at the other page so if they do click the other page its all loaded.
    Best regards,
    Jeremy

    www.cornwall4rent.com

  4. #4
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,061

    Default Re: forced loading order of page

    When you right click on objects, you can click onMove to front or Move to BAck. This defines the order. Back is first.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  5. #5
    realarmour is offline Private
    Join Date
    Oct 2007
    Posts
    2

    Default Re: forced loading order of page

    Thanks guys, I tried the moving front to back thing and seems to work as I need it to and its quick to do. Thanks for your help!

  6. #6
    Vasili's Avatar
    Vasili is offline Moderator
    Join Date
    Mar 2006
    Posts
    13,221

    Default Re: forced loading order of page

    Just like a Proverb: the first shall be last, and the last shall become first....

    The last element added to your BV page will be the first to load, which is why long ago it was recommended you add your page heads last (even if you had to copy them from other pages after whatever work you have done on a page), so they load first and foremost for visitors to see when they arrive on each page.....
    . VodaWebs....Luxury Group
    * Success Is Potential Realized *

  7. #7
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,061

    Default Re: forced loading order of page

    Back is First. But only because BV puts the element that you send back, to the START of the page code and viceversa.

    What you add last will appear last, unless you change its order.

    Sometimes, some elements are (due to their size in bytes) slower to download, and may appear last even if in the code order are first. In example, the browser recieves the code and starts executing. It finds an image, and starts downloading it. In the mean time, it sees that there is (as example) a table, and it designs the table on the screen. Since designing a table which is only a few bytes, is much faster than downloading an image of say 20 - 30 Kb, the table will appear first.

    Machines execute code in the order they recieve it. First is First.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49