Skip to main content

Home/ Coders/ Contents contributed and discussions participated by Rick Fan

Contents contributed and discussions participated by Rick Fan

3More

Updating extensions for Firefox 3.1 - MDC - 0 views

  • The textbox type timed is deprecated; instead, you should use search.
  • The JSON.jsm JavaScript module was dropped in Firefox 3.1 in favor of native JSON object support
  • if (typeof(JSON) == "undefined") {    Components.utils.import("resource://gre/modules/JSON.jsm");    JSON.parse = JSON.fromString;    JSON.stringify = JSON.toString;  }  
4More

What Changed in Internet Explorer 8? - 0 views

1 - 20 of 29 Next ›
Showing 20 items per page