help.net


Musing on .Net

News

Windows Phone Apps

FotoBank


FotoIreland

Windows 8 Apps




hit counters






Open source CMS


My blog

Irish blogs

Locations of visitors to this page Get Chitika eMiniMalls

.Net useful

Blogs I read

PocketPC

SQL

Usability

Fajax -- the fake alternative to ajax

If you don't have the time to build a real Ajax thing, these 2 lines in your HEAD section page can remove easily the flicker effect on your page (only for Internet Explorer anyway). This is really great for admin tools or Intranet (in my case all my users works with IE).

<META http-equiv="Page-Enter" content="blendTrans(Duration=0.2)">
<META http-equiv="Page-Exit" content="blendTrans(Duration=0.2)">

Thanks to secretGeek!

 

Posted: Mar 30 2006, 04:31 PM by help.net | with 2 comment(s)
Filed under:

Comments

Travis said:

lol, nice find!
# March 30, 2006 11:48 AM

Scott Cate said:

Great find -- I always wondered how this worked, but then quickly forgot about it before I could implement it :)
# March 30, 2006 11:58 AM