Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
|
1)
I don't see no loading effect. And it have nothing to load, appart the script that do the scrolling.
I'm on a 4000/300 connection here, and I see no delay when I look at your page
2)
For that, the easiest solutions I see would be to use frames.
The header seems to stay constant through the site, meaning that it don't need to be reloaded, and the lower half could be in a frame. That would remove that reload effect on the ticker, but there are consideration to take about usability, bookmarking and search engine incidence (think google cache here).
Another solution, that would avoid the frameset, would be to use a div to display the lower part of the site, and having ajax-style request that put content in that div.
You could avoid the bookmarking problem by using the hashing technic [ http://codinginparadise.org/weblog/2...-and-back.html ] with this, but the site would not be available anymore to non-javascript enabled browser, as well as search engines.
It's up to you, but that seems a bit too much of requirements just to avoid the ticker reloading...
__________________
Only a biker knows why a dog sticks his head out the window.
|