Archive for the “Yahoo” Category


Another interesting presentation about web performance from Yahoo!’s Exceptional Performance team, this time by Stoyan Stefanov, lead developer, YSlow.

20 more tips-n-tricks, a couple new tools and more interesting numbers. I wish there was a video with all minor details that slides don’t convey.

See on TechPresentations.org: High Performance Web Pages

Also see first High Performance Webpages presentation by Steve Souders and Tenni Theurer at Web 2.0 Expo 2007.

Comments No Comments »

By Steve Souders and Tenni Theurer from Yahoo!

See on TechPresentations.org: High Performance Webpages

Comments No Comments »

Presentation by Todd Kloots about YUI Menu Control (Video, PDF slides).

Comments No Comments »

Quite interesting and detailed presentation about JavaScript programming techniques by Douglas Crockford at Yahoo! given on October 17, 2006 (video 1, 2, 3; ziped PPT slides).

Part 1

Part 2

Part 3

Presentations in the series:

  1. The JavaScript Programming Language
  2. The Theory of the Dom
  3. Advanced JavaScript

Comments No Comments »

Presentation about how PHP is used at Yahoo!, by Michael J. Radwin given at MySQL User Conference on April 26, 2006 (PPT slides) (previously at Zend/PHP Conference - PDF version).

PHP at Yahoo!

Some quotes:

  • May 2002: yScript -> PHP
  • Why we picked PHP
    1. Designed for web scripting
    2. High performance
    3. Large, Open Source community
      • Documentation, easy to hire developers
    4. “Code-in-HTML” paradigm
    5. Integration, libraries, extensibility
    6. Tools: IDE, debugger, profiler
  • ./configure –disable-all
  • Security: open_basedir, allow_url_fopen = Off, display_errors = Off, safe_mode = Off; input_filter hook
  • Performance: Opcode Caches, PHP Extensions in C++
  • Globalization: PHP Unicode (2006)

Historical trail of talks about PHP at Yahoo! (worth reading too):

Comments No Comments »