Videos tagged with Yahoo!
In this YUI Open Hours session from May 10, 2012, YUI engineer Allen Rabinovich provides a guided tour of the latest version of the YUI Uploader component, released with 3.5.0.
YUI Open Hours: 3.5.0 DataTable rendering tricks
DataTable developer Luke Smith talks about the rendering algorithm and demonstrates some of the ways to customize the table data with column configurations and formatters.
YUI Open Hours: Photos Near Me on the Server
In this YUI Open Hours session from April 26, 2012, YUI engineer Eric Ferraiuolo provides a guided tour of the latest version of his Photos Near Me application, which uses shared YUI code and Handlebars templates on the server (in Node.js) and on the client to provide an optimal experience for users regardless of whether they have JavaScript enabled.
YUI Open Hours: 3.5.0 Retrospective & 3.6.0 Planning
In this YUI Open Hours session from April 19, 2012, YUI engineers Luke Smith, Eric Ferraiuolo and Ryan Grove recap the changes in the recently released YUI 3.5.0 and discuss the plans for YUI 3.6.0.
Screencast: Contribute a component example for yuilibrary.com
This screencast covers how to create a component example, starting from a jsfiddle, and contribute it to yuilibrary.com via GitHub pull request.
Douglas Crockford: Principles of Security
In this talk from the March 5, 2012 BayJax event at Yahoo!, Douglas Crockford outlines the basic principles of designing secure software, with a focus on web applications. With his usual sardonic wit, he starts at the beginning (almost literally -- with the invention of language itself) and makes a strong case for designing secure software based on fundamental principles rather than specific te...
Douglas Crockford: The JavaScript Programming Language
In this 2007 presentation at Yahoo!, which is meant to be the beginning of a three-course sequence (followed by "Theory of the DOM" and then "Advanced JavaScript"), Douglas Crockford explores not only the language as it is today but also how the language came to be the way it is. Note: there's a title at the opening that claims this is "Part 1 of 4", but this video contains all four parts edite...
Douglas Crockford: Quality
In this talk from Yahoo!'s internal Frontend Engineering Summit in 2007, Douglas Crockford discusses the importance of quality in software engineering. "I'm going to cover the whole range of human emotion," he begins, "from the heights of creative ecstasy all the way down to the depths of technical despair. And, as you'd expect, we're going to start with the latter."
Douglas Crockford: An Inconvenient API - The Theory of the DOM
In an internal tech talk at Yahoo! in 2006, Douglas Crockford delves into the sordid history of the DOM: that "vast source of incompatibility, pain and misery" that frontend engineers love to hate.
Douglas Crockford: Advanced JavaScript
In this presentation (the third of a three-part series) Douglas Crockford looks closely at code patterns from which JavaScript programmers can choose in authoring their applications. He compares familiar constructs like the Pseudoclassical Pattern with more unique patterns like the Parasitic Pattern that (he argues) run more "with the grain" of JavaScript.