Skip to main content

Home/ Coders/ Group items tagged deprecated

Rss Feed Group items tagged

Sylwia S

Debuging for WordPress by Aaron Jorbin - 0 views

  •  
    WordCamp Raleigh 2011 featured me talking about how to Debug in WordPress and how to file a bug report for WordPress. I talked about a number of tools that make debugging easier that everyone should check out. These tools are: Xdebug - make your php errors look better and easier to fix Log Deprecated Notices - Easily see in your admin area when plugins or themes are using deprecated functions, files, and arguments Debug Bar - Firebug for your WordPress. Debug Bar Console - add a php and sql console to your WordPress front end
Rick Fan

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;  }  
Fabien Cadet

Github: AzizSaleh/mysql :: mysql_* implementation using PDO - 1 views

  •  
    May be useful when the 'mysql' PHP extension (mysql_* functions) will have been removed, probably in the upcoming PHP 5.6
Fabien Cadet

2015: Removing Deprecated Exception Specifications from C++17 | open-std.org - 1 views

  •  
    Good bye `throw(...)`
1 - 4 of 4
Showing 20 items per page