Hexagora Forum
Hexagora Forum
Home | Profile | Active Topics | Members | Search | FAQ
 All Forums
 Dynamic HTML Editor
 Dynamic HTML Editor
 Blink between change of pages

Note: You must be registered in order to post a reply.

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert Email Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
   

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 ;-)

Hexagora Forum © s.dav Go To Top Of Page
Snitz Forums 2000