Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

JavaScript Forum


You are currently viewing our JavaScript Forum as a guest. Please register to participate.
Login



Reply
Help with a Java ticker
Old 07-17-2007, 06:05 PM Help with a Java ticker
Experienced Talker

Posts: 31
Name: Brady Freeman
Trades: 0
Ok, I think I've got a good one here.

I am working on a site for a friend:
www.threatenmainstream.com

I did not have anything to do with the current design. I helped them add a ticker and I will be doing a total redesign and optimization of the site but the question is:

If you look at the ticker you will see that it seems to preload the data onscreen I guess before the script is actually running and I would like to eliminate that from happening. I also have been given the question: Is it possible to maintain the same ticker position when a user changes to a different page? He would not like the ticker to start over on every page load.

I am not sure if this is possible.
__________________

Please login or register to view this content. Registration is FREE
:
Please login or register to view this content. Registration is FREE
:
Please login or register to view this content. Registration is FREE
onebrady is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 07-31-2007, 07:01 PM Re: Help with a Java ticker
Experienced Talker

Posts: 31
Name: Brady Freeman
Trades: 0
anyone know of any way to make this work?
__________________

Please login or register to view this content. Registration is FREE
:
Please login or register to view this content. Registration is FREE
:
Please login or register to view this content. Registration is FREE
onebrady is offline
Reply With Quote
View Public Profile
 
Old 07-31-2007, 07:18 PM Re: Help with a Java ticker
tripy's Avatar
Do not try this at home!

Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
Trades: 0
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.
tripy is offline
Reply With Quote
View Public Profile Visit tripy's homepage!
 
Reply     « Reply to Help with a Java ticker
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.11915 seconds with 12 queries