Videos in category Web Technologies
Google Tech Talk January 5, 2011 Presented by Nikolas Coukouma. ABSTRACT HTML5 includes a specification for application caches. This unique feature allows a page to store needed static resources and start even when offline. This talk will cover both the basics and some more advanced uses. Hopefully it will answer most of your questions about what's possible and provide some hints about how to d...
Insert a Subscript or Superscript Character in Dreamweaver CS3
See a higher quality video on TechTutor.TV! Any character can be added as a subscript or superscript character in Adobe Dreamweaver CS3 without using an HTML tag. In this video tutorial, you will learn how to insert a subscript or superscript character in Dreamweaver CS3. See higher quality tutorials all for FREE at http://www.techtutor.tv
How to Write Clean, Testable Code
Google Tech Talks December 15, 2010 Presented by Miško Hevery. ABSTRACT The Clean Code Talks are designed to help teams get better at writing clean, well-designed, testable code. Such code is easier to write tests for, more robust, easier to understand and maintain. Having clean code lets you be more productive. It helps you release more often, with more robustness, more confidence, and fewer r...
YUI Open Hours: 3.5.0 Uploader
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: 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."