Monday, March 22, 2010

Registry key contain last few “Run” command

Today I came across a very interesting registry key which I wanna share. If you go to your "Start" menu and open the "Run" dialog from there, you will see a dropdown list labeled as "Open". This list contains the last few entries you wrote there [probably last 26 entry is its limit]. This list populated from the following registry key


"HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU"


Lets try yourself, and you know you can make some funny staff from there.

Have fun coding, take care.

/Zaq

Sunday, March 7, 2010

Compatibility issue on IE7 and IE8

If you want to make your site compatible with both IE7 and IE8 together, then just add this meta tag in your site. It will solve your problem.

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7"/>