Posts Tagged "browser"

  • Google Page Speed

    Web developers have to check out Google’s new Firefox + Firebug addon called Page Speed. This addon inspects your webpage to see how you can optimize the load time. Yahoo’s YSlow was good, but Google takes it a few steps further to even inspect your html and styles to see what can hider the render [...]

    Read More...
  • Firefox 3 seems to have stabilized, and is ready for the masses to test it out. The final version should be out by June according to this news report from Reuters: “The program’s creators told Reuters on Thursday that the privately-held company’s trial version of Firefox 3 browser is ready for the masses to use [...]

    Read More...
  • If you’re looking for a way to keep a PHP script running on the server even after the user navigates from the page or hits the stop button, you can use the “ignore_user_abort” flag in the php.ini file or set it using ini_set function. How does PHP know that a user has aborted a page [...]

    Read More...