This is a discussion on "How do i change the order in which things load?" within the Web Page Design section. This forum, and the thread "How do i change the order in which things load? are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
How do i change the order in which things load?
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
I do not know if this is possible, but is there a way to change the order in which things load on my web page. i have a marquee with over 300 images in it at the top of the page, and because it loads first, it make the rest of the page take about a year to load. i would like to have it load the rest of the page first, then go back and load the marquee images. is this possible? thanks!
|
|
|
|
|||
|
Re: How do i change the order in which things load?
i dont really think so but you can do some research
|
|
||||
|
Re: How do i change the order in which things load?
You can move the marquee to the bottom of the source and use CSS to put it where you want visually... At any rate, if it's that noticeable, you should come up with a solution that doesn't involve such long loading times.
|
|
|||
|
Re: How do i change the order in which things load?
ok right now it's in a div. so if i were to put the actual marquee part at the bottom of my code, but have the div location still at the top of the page visually, would it load last?
i also was considering making a marquee in flash but i couldn't figure out how EDIT: I changed the order of the div tags and i think it changed the order in which things load. hopefully this will help, because i can't tell on my computer because of all me cookies and suck Last edited by WeirdClayJisKOOL; Mar 3rd, 2007 at 03:35. |
|
||||
|
Re: How do i change the order in which things load?
Really, if you're worried about this, you should rethink the entire site. This is bad web design at its most basic level.
|
|
|||
|
Re: How do i change the order in which things load?
yes i know but i am unfortunately going for aesthetics over function, so i really do not want to get rid of it. but that you guys so much for your help i cannot believe i didn't think of that myself.
thanks again |
|
||||
|
Re: How do i change the order in which things load?
Why not have both? Use JS to load the images in the marquee in a loop. So perhaps every 10 seconds, it loads a few more images that are coming up in the marquee.
|
|
|||
|
Re: How do i change the order in which things load?
i would, but it's for my myspace *pathetic i know* and i can't use js.
|
|
||||
|
Re: How do i change the order in which things load?
It's MySpace... Why do you care if it sucks more than 1% of other accounts?
|
|
|||
|
Re: How do i change the order in which things load?
i don't it just takes so long to load that a lot of people wont talk to me on it. but i dont want to get rid of the marquee because it is something that is a big part of my life, and myspace is intended to show people about you and allow people to keep in contact. i guess i'm just stubborn lol.
|
|
||||
|
Re: How do i change the order in which things load?
Switch to Facebook...
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
|
|
||||
|
Re: How do i change the order in which things load?
You can preload images simply by making a class or id in your css for them, set the div to display none, and insert into your HTML, so when people visit that section etc the images will have been loaded already without them ever knowing.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
|||
|
Re: How do i change the order in which things load?
I hate myspace. :angry:
|
|
||||
|
Re: How do i change the order in which things load?
The most important point of all is:
You're doing what is called lazy programming. You're loading a lot of stuff a long way before you need it and what's worse, you might not need to load it at all. Like most people have suggested, load some images, then some more, then some more.... and if myspace doesn't allow you to do that, then switch to facebook and make yourself a nice little album... lol
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
|
![]() |
| Tags |
| load order |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Questionnaire - things to ask | Aso | Website Planning | 0 | Feb 20th, 2008 18:31 |
| Things i need to know | jtyoungs | Web Page Design | 4 | Nov 9th, 2007 15:47 |
| Few things... | timmytots | Web Page Design | 12 | Nov 29th, 2005 00:20 |
| Two things...please help! | timmytots | Flash & Multimedia Forum | 0 | Nov 14th, 2005 17:38 |
| Use CSS to load/change text without changing entire page? | Andy K | Web Page Design | 2 | May 28th, 2005 21:17 |