Likes Received By php_daemon

  1. jrbiz liked php_daemon's post in the thread Using images on websites.

    Lazy loading. Then, as long as they are below the fold, use as many and as large as you need them to be.

    Sep 14, 2023
  2. rodney88 liked php_daemon's post in the thread Call user func with function name in variable.

    <script type="text/javascript"> function foo(){ alert('bar'); } var f='foo'; eval(f+'()'); </script>

    Mar 8, 2007