Skip to main content

Home/ Groups/ IE8 developer
Rick Fan

Defining Document Compatibility - 0 views

  • The content attribute specifies the mode for the page; to mimic the behavior of Internet Explorer 7, specify IE=EmulateIE7. Specify IE=5, IE=7, or IE=8 to select one of those compatibility modes. You can also specify IE=edge to tell Internet Explorer 8 to use the highest mode available.
  • If your site does not display correctly in Internet Explorer 8, you can update the site to support the latest Web standards (preferred) or you can add a meta element to your pages that tell Internet Explorer 8 to render your site as if it were being viewed in an older version of the browser.
Rick Fan

Windows Internet Explorer Testing Center - 0 views

  • In conjunction with the Beta 2 release of Internet Explorer 8, we are posting the set of tests we are using to validate our interpretation and implementation of the CSS 2.1 specification
Rick Fan

Windows Internet Explorer 8 Beta 2 发行说明 - 0 views

  • CSS 表达式已不再支持在 Internet Explorer 8 标准模式下
  • 1. click Start ,click Run ,type Inetcpl.cpl ,and then click OK . 2. 在 Internet 属性 对话框框中,单击 高级 选项卡,然后单击 多媒体 部分下 始终使用 ClearType 的 HTML 。
  • 当您从 Internet Explorer 7 具有 ClearType 启用 Internet Explorer 8 Beta 2 的一个版本升级时,ClearType 被禁用。 要重新启用 ClearType,请按照下列步骤。
Rick Fan

CSS Compatibility and Internet Explorer - 0 views

  • Windows Internet Explorer 8 is planned to be a fully CSS Level 2.1-compliant browser, and will support some features of CSS 3.
Rick Fan

Online GUID Generator - 0 views

  •  
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Low Rights\ElevationPolicy\{103cd9dd-d8ab-4bae-8bd4-f52576f507b5}]
    "Policy"=dword:00000003
    "CLSID"="{09197FFB-C236-4153-B268-31051E4F3B6C}"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Low Rights\ElevationPolicy\{d4bfc213-2618-4380-932e-365574e263e1}]
    "Policy"=dword:00000003
    "CLSID"="{84053DA7-03DE-4FB6-80AE-202C04691D8A}"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Low Rights\ElevationPolicy\{9a2ccb02-9c20-4500-91af-4ee91e9cc1ac}]
    "Policy"=dword:00000003
    "CLSID"="{69523951-583F-418C-BDE7-18EFC9FD54B4}"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Low Rights\ElevationPolicy\{3903d105-7633-4d30-8f55-8d4e0c62c39c}]
    "Policy"=dword:00000003
    "CLSID"="{D4CB0A25-0C1E-4C04-B7DA-A9C3C91EB6C7}"
Rick Fan

IEGetWriteableHKCU Function () - Flock - 0 views

  • Returns a handle to a write accessible location under HKEY_CURRENT_USER
Rick Fan

IEIsProtectedModeProcess Function () - Flock - 0 views

  • IEIsProtectedModeProcess
Rick Fan

Understanding and Working in Protected Mode Internet Explorer - 0 views

  • Untrusted (Process can only write to low integrity locations, such as the Temporary Internet Files\Low folder or the HKEY_CURRENT_USER\Software\LowRegistry key)
Rick Fan

What Changed in Internet Explorer 8? - 0 views

Rick Fan

https://github.com/realm - 0 views

shared by Rick Fan on 10 Mar 16 - No Cached
Rick Fan

【深入浅出NodeJS】Cookie&Session机制详解#1 - 简书 dd - 0 views

  • 服务器检查该Cookie,以此来辨认用户状态。服务器还可以根据需要修改Cookie的内容。
    • Rick Fan
       
      Dadsafasdf
  • 由于Cookie的实现机制,除非Cookie过期,否则浏览器每次请求都会向服务器发送Cookie,一旦Cookie设置过多,会导致请求报头过大,造成带宽的浪费。因此,对Cookie的性能优化也是值得关注的一个问题。如何进行性能优化?
  • 根据前文提到的document.cookie方法,前端也可以通过JavaScript修改Cookie。这就是目前大多数广告网站的常用做法:通过嵌入第三方脚本,将Cookie和当前页面绑定,这样就能获取到用户的浏览行为,广告商就能定向投放广告了
1 - 20 Next ›
Showing 20 items per page