videos about web development
25 Jun
12 Jun
Mads Ager
V8 is Google’s high-performance JavaScript engine used in Google Chrome. V8 is optimized for well-designed object-oriented applications that make heavy use of objects, function calls, and property access. This talk will provide an overview of the internals of V8 and dive into the advanced virtual-machine technology used. Specifically, details of the use of hidden classes, inline caching, precise generational garbage collection, and snapshotting will be presented. The final part of the talk will discuss initiatives that will propel V8 to the next performance level.
12 Jun
Steve Souders
Steve is the author of High Performance Web Sites and the creator of YSlow. In this talk, he presents some of the best practices from his next book, including optimizing CSS selectors, flushing the document early, and discovering why 15% of users don’t get compressed responses.
12 Jun
Overview
Ben Lisbakken
In this session, learn advanced Javascript, why App Engine is so easy to develop on, protecting from XSRF vulnerabilities, cutting the load time of your app in half, and hear about general client-side web app techniques. These lessons are taught in the context of the design and development of the AJAX API Playground (http://code.google.com/apis/ajax/playgr ound/), a tool which can help developers learn about and experiment with many of Google’s APIs.
12 Jun
Jon Kragh
Vast Rank is a College Ranking & Review website that makes use of several Google APIs to power its unique set of features. This session will dig into the code behind Vast Rank’s “Ranking Map” that provides contextual College Rankings based on what a user has in view on his or her Map. Code examples will be shown utilizing the Google Maps API, the Google Maps Marker Manager, the Google Client Geocoder, and the Google Client Location information exposed by the AJAX API loader. The session will end by discussing future plans to incorporate additional Google API’s including the Translation API to translate international content, the Languages API to utilize jQuery, and the Google AJAX Search API to improve the user’s search experience.
7 Jun
Web Exponents: Speed Up Your JavaScript
Presented by Nicholas C. Zakas.
As an interpreted language, JavaScript is filled with hidden performance issues that conspire to slow down your code and ruin the user experience. Learn exactly what is fast, what is slow, and what you can do to squeeze that last bit of performance out of your JavaScript code. (more…)
27 May
25 May
In our latest YDN Lightning Talk, we have a seat with Tom Hughes-Croucher, an evangelist for Yahoo! developer tools. Tom has worked on front-end engineering for Yahoo! and a number of Accessibility standards for recognized standards bodies such as the World Wide Web consortium and the British Standards Institute. Tom shares about some developer tools he likes to use, including YQL.
25 May
22 May
Today’s JavaScript is a decent language for writing small scale scripts. But even for beginners, it has too many minefields between
what beginners learn and what they need to know. And JavaScript is now increasingly used for serious software engineering projects –
straining to carry a load it was not designed for.
(more…)