Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to set up a web that doesn't "flicker" during navigation

Status
Not open for further replies.

ProfReynolds

Programmer
Joined
Sep 12, 2001
Messages
96
Location
US
I have a client who wants a basic static html site. He wants to be able to get in to the content pages and edit them easily, and the primary template will remain unchanged.

I am currently using Expression Web's Dynamic Web Templates to achieve this. He is able to edit the content, but for major appearance changes, he gives me a call. However, this being static html, whenever he navigates to a new page in the site, there is "flicker" as the new page loads.

He wants the "flicker" to go away. Obviously, this could be done using ASPX panels, but we really don't want to do that due to the complexity involved when he goes to edit them.

Short of using frames, though, I can't think how to keep this as an html web while adding the "flickerless" browsing.

Any ideas?

The web, as it stands (still unfinished, so excuse the mess) is at
 
I know this neither helps you, nor answers your question... but really, I think he's being a bit fussy, and should live with it!

Navigation is navigation. Most web sites in the world suffer from some flicker during navigation, and I don't think the effort to appease him on this one is worth it.

Hope this helps
Dan

Coedit Limited - Delivering standards compliant, accessible web solutions

[tt]Dan's Page [blue]@[/blue] Code Couch
[/tt]
 
Or suggest that he blinks in unison with clicking the mouse button, that way he wont notice the flicker :-D
 
I tend to agree with Dan.

If he wants to remove the flicker then he needs to reinvent the internet.

How does data get to someone's machine? There has to be some time for it to load.

The only thing that could be done is to cache the page as it loads and then replace the content once the new page has completely loaded.

The effort involved in doing this would probably outweigh any benefits.

Seriously, this sounds like the client doesn't use the internet much or the pages are a bit hefty.

Optimise the pages as much as possible, slim down the graphics and accept that's just how it works.



<honk>*:O)</honk>

Tyres: Mine's a pint of the black stuff.
Mike: You can't drink a pint of Bovril.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top