Archive for the “HTML” Category

Slides in HTML format.

Presentation by Ivan Herman, lead of Semantic Web project at W3C about RDF and Semantic Web. Given at International Conference on Semantic Web and Digital Libraries on February 21st, 2007 (Slides: PDF, HTML).

Comments No Comments »

Google TechTalk about SVG format and Inkscape open source vector graphics editor that is based on SVG. Given by Ted Gould on June 19, 2006 (video, slides).

SVG made a very good progress since I checked it out last time a while ago - now editors and rendering tools seem to be ready for mainstream.

Comments No Comments »

Presentation about Google’s internal systems by independent researcher Toby DiPasquale given at Philadelphia LUG on August 2nd, 2006 (slides)

Google Internals

Comments No Comments »

Presentation about HTTP content cache by Michael J. Radwin at ApacheCon 2005 (HTML, PDF, PPT).

HTTP Caching and Cache-busting for Content Publishers

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 »