On this page

document.cookie - Different behavior in IE7
Internet Explorer (IE) 7 menu toolbar - Changing position

Ads

Navigation

Search

Categories

Clouds

Sql Server (5) .Net (16) .Net 2.0 (2) C# (3) @ff Topic (5) Architectural solutions (9) ASP (1) BDD (5) Blog related (8) database (2) Development process (8) Facebook (1) job interviews (1) Lessons (5) Life (12) Microsoft (5) IIS 6 (2) SPS (sharepoint server) (3) Drivers (1) Internet Explorer (2) Windows 2003 server (1) NightDuck (2) Performance (5) Security (9) Sql Server 2000 (4) Study (2) TDD (1) Threading (3) Under the hood (1) Web (1) Web services (1) XSS (6)

Archive

Blogroll

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

RSS 2.0 | Atom 1.0 | CDF

Send mail to the author(s) E-mail

Total Posts: 63
This Year: 7
This Month: 0
This Week: 0
Comments: 33

Sign In
Pick a theme:

 Saturday, February 03, 2007
Saturday, February 03, 2007 6:23:50 PM (GMT Standard Time, UTC+00:00) ( Internet Explorer )

today i was hoping to finish my "Session hijacking prevention" presentation,
so, i thought that recording a live demo would be nice.

And then(by mistake....) i discovered that document.cookie will give you an empty string on the internet Explorer 7.
nevertheless it works fine on previous versions of explorer and firefox .

did microsoft restricted the access to cookies vie javascript in IE7 ?

Comments [4] | | # 
 Thursday, January 04, 2007
Thursday, January 04, 2007 5:16:11 PM (GMT Standard Time, UTC+00:00) ( Microsoft | Internet Explorer )

after installing IE7 on my workstation, i noticed one thing that really annoyed me ,
the position of the menu toolbar.

for those that installed the browser, you probably noticed that the menu bar is positioned right below the address bar.
Ok, who tha hell in Microsoft thought that it will be convenient ?

Well, after doing some digging on the net, i found some interesting info about it (apparently not only me considered this "feature" as annoying)
So, what have i found ? what should we do to get things back to normal ?

before.JPG
(this is not the wanted position)

apparently, the only way is to change some registry values (aren't we love Microsoft ?)

  • go to the registry editor : (type RegEdit in the Start-> run)
  • go to this path :
    "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Toolbar\WebBrowser"

  • add a new registry value and name it "ITBar7Position"
    RegNewValue.JPG

  • Change the value of the new object to 1

    (this should look like this :)
    registry.JPG

  • restart your Internet Explorer

  • you're done !

 

now your IE7 menu bar will be placed in the normal position where it should be

after.JPG

if you don't want to mess around with the registry by yourself, you can download the file attached to this post,
it should do the job for you.

enjoy !

 

 

IE7Toolbar.reg (.3 KB)
Comments [0] | | #