Announcement

Collapse
No announcement yet.

forced loading order of page

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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
    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.
    Bill
    www.blueearthtea.com
    www.ftaaconsulting.com
    www.iaval.com
    www.theemeraldbay.com

    Comment


    • #3
      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

      Comment


      • #4
        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!

        Comment


        • #5
          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!

          Comment


          • #6
            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 *

            Comment


            • #7
              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!

              Comment

              Working...
              X