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).
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.






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

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

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).

Some quotes:
- May 2002: yScript -> PHP
- Why we picked PHP
- Designed for web scripting
- High performance
- Large, Open Source community
- Documentation, easy to hire developers
- “Code-in-HTML” paradigm
- Integration, libraries, extensibility
- 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):
No Comments »