T O P I C R E V I E W |
petran |
Posted - 07 Jan 2010 : 09:23:59 When You look at my site www.revage.nl or an other site made with DHE (www.hexagora.com for instance) in IE, you see a short "blink" when you navigate from one page to another. Normally al the images that remain the same on each page should be cached. This seems not to happen in IE. FF an Chrome don't have this blinking. I tried it on several computers. Anyone got a clue? Is it a IE or a DHE thing? |
10 L A T E S T R E P L I E S (Newest First) |
s.dav |
Posted - 19 Jan 2010 : 10:36:01 Using Ajax with master-pages is not so simple as you may expect; master-page objects'size is completely recalculated when the pages are merged; it is not a simple assignment of the content of the client page into the place holder. |
2hats |
Posted - 19 Jan 2010 : 07:55:06 Even though it is cached, it still 'blinks' when reloaded. That does not occur when AJAX only updates part of the webpage. Cache may reduce the load time between pages, but not the blink. |
s.dav |
Posted - 18 Jan 2010 : 08:46:36 quote: Originally posted by 2hats
Where pages are all using the 'master-page', then it should be possible to use AJAX to just load the 'page placeholder' part of the page, and the remainder would not need reloading?
Maybe in the future Davide?
It is a completely unuseful feature because image are all cached so every common part of a page is already loaded after the first time ;-) |
T00N |
Posted - 17 Jan 2010 : 08:19:11 That would be ice but hard to archive I'm afraid.
|
2hats |
Posted - 17 Jan 2010 : 02:22:40 Where pages are all using the 'master-page', then it should be possible to use AJAX to just load the 'page placeholder' part of the page, and the remainder would not need reloading?
Maybe in the future Davide? |
s.dav |
Posted - 14 Jan 2010 : 09:13:40 ;-) |
petran |
Posted - 13 Jan 2010 : 19:14:02 Yes your right, but a time of 1 sec. is to long and the fade is visible. If you only want to get rid of the blink you need a shorter time. |
s.dav |
Posted - 13 Jan 2010 : 17:31:12 You can set that Fade effect in the "Page Settings" panel of your master-page |
petran |
Posted - 13 Jan 2010 : 15:06:15 I did find a solution on internet. Place these lines in the header code of your (master)page:
<!-- IE transition to prevent blinking on change of page--> <meta http-equiv="Page-Enter" content="progid:DXImageTransform.Microsoft.Fade(Duration=0.001)"> <meta http-equiv="Page-Exit" content="progid:DXImageTransform.Microsoft.Fade(Duration=0.001)">
You still see some pixels blink but its much better. Check out my site. The Banner in top is not blinking any-more. |
s.dav |
Posted - 08 Jan 2010 : 11:06:13 It is IE; I used a master-mage for common parts so the images are the same for every page ;-) |