klotz: javascript* + browser*

0 bookmark(s) - Sort by: Date ↓ / Title / - Bookmarks from other users for this tag

  1. This article shares 6 lesser-known browser developer tools that can help developers debug their code effectively. These tools include breakpoints, performance profiling, responsive mode, Lighthouse, layers inspector, and console.notJustLog. The article also includes bonus tips on Node.js debugging and Next.js server-side debugging.
  2. javascript
    var cell = IPython.notebook.select_next().get_selected_cell()
    // Crap as hell but insane anyway http://stackoverflow.com/questions/901115/how-can-i-get-query-string-values-in-javascript
    console.log("start");
    function getParameterByName(name) {
    var param = decodeURIComponent(window.location.hash.substring(window.location.hash.indexOf("param=")+"param=".length))
    var json = JSON.parse(param)
    return json name »
    }
    var v = getParameterByName("ok");
    cell.set_text('val 'name' +" = "'+v+'"')
    IPython.notebook.execute_cell()
    2016-11-11 Tags: , , , by klotz

Top of the page

First / Previous / Next / Last / Page 1 of 0 SemanticScuttle - klotz.me: Tags: javascript + browser

About - Propulsed by SemanticScuttle