Turn down the lights
Turn up the lights
Change Player Size
Watch this video in a new window

Best Practices in Javascript Library Design

Google Tech Talks August 17, 2007 ABSTRACT This talk explores all the techniques used to build a robust, reusable, cross-platform JavaScript Library. We'll look at how to write a solid JavaScript...  
 
Customize

More From: googletechtalks

Upcoming Changes to the JavaScript Language56:10
19,567 views
Developing JavaScript with Chickenfoot55:50
2,632 views
jQuery1:00:37
184,570 views
How to Count ALL Human Carbon Emissions in the US51:16
227,982 views
Changes to JavaScript, Part 1: EcmaScript 559:28
10,676 views
How To Design A Good API and Why it Matters1:00:18
29,035 views
Faster HTML and CSS: Layout Engine Internals for Web Developers1:01:15
19,518 views
"The Clean Code Talks  -- Inheritance, Polymorphism, & Testing"38:25
30,268 views
Don't Make Me Click1:04:47
30,306 views
Advanced Topics in Programming Languages: Java Puzzlers,...1:13:53
80,445 views
Debugging and Testing the Web with Firebug39:53
8,313 views
Advanced Topics In Programming Languages: Closures For Java1:55:05
27,327 views
Speed Up Your JavaScript56:23
17,977 views
JavaScript: The Good Parts1:03:47
51,877 views
Situating Personal Information Management Practices within an Organization56:31
1,339 views
Cannons to the Planets56:53
1,421 views
Cleantech: Challenges and Opportunities in Latin America53:01
639 views
Crawljax - A Tool for Automating Web Application Testing22:30
1,038 views
Building a More Efficient Ruby Interpreter36:10
4,984 views
Press Conference: Innovation and the Transformation of the Global Energy System14:36
818 views

QuickList(0)

71 ratings
Sign in to rate
28,210 views
Want to add to Favorites? Sign In or Sign Up now!
Want to add to Playlists? Sign In or Sign Up now!
Want to flag a video? Sign In or Sign Up now!

Statistics & Data

Loading...

Video Responses (0)

This video has no Responses. Be the first to Post a Video Response.
Sign in to post a Comment

Text Comments (33)   Options

Loading...
reinpost (10 months ago) Show Hide
 0
Marked as spam
I guess the idea is that these are things that are so natural you don't have to document them - they should still be in the documentation though, e.g. for people who write their own plugins.
Comment(s) marked as spam Show
johnfairest (1 year ago) Show Hide
 0
Marked as spam
what a video smooth work..time has no problem does it
Edel99 (1 year ago) Show Hide
 0
Marked as spam
Im just learning web-development, but I have experience with C++ and C#. I have always stayed away from Java because I figured C# was supposed to kill Java. My question is: Since JavaScript has been around forever, is there any other language that is better for client-side scripting??
iflamenko (1 year ago) Show Hide
 0
Marked as spam
Java & Javascript are different. Javascript was never well supported on various browsers. However with JQuery framework it is probably your best client-end scripting tool. If you are new to web development, you should definitely try JQuery. It is wonderful and makes your job very easy. There are numerous JQuery plugins that are contributed, you can use them in your application and get instant functionality without writing lengthy and unstable javascript code.
Edel99 (1 year ago) Show Hide
 -3
Marked as spam
I read how 'Java' slow and to be avoided. In the case on Javascript, is this the only language use for building interaction on the web? It seems to be the most popular...
eryksun (1 year ago) Show Hide
 0
Marked as spam
Sun has Java, of course, and now JavaFX, which uses JavaFX Script. Adobe has Flash, which supports ActionScript and, with Alchemy, C/C++ compiled to ActionScript. Its AIR runtime lets Flash/Javascript run offline in a VM. Microsoft has Silverlight, which supports many languages thru the CLR/DLR (e.g. C# and IronPython). Google has 'Native Client', which lets compiled C/C++ code run in the browser with standard library support (e.g. stdlib, libstdc++, math, NPAPI, RPC, and threads).
Comment(s) marked as spam Show
WoWultiplayer3355 (1 year ago) Show Hide
 0
Marked as spam
the words arent sinced with the guy
horneyvirus (1 year ago) Show Hide
 0
Marked as spam
Here's a web based REPL. squarefree(dot)com/shell/shell .html

Javascript returns the last expression or the one you explicitly returned. Also, you can use print("foo") and obviously alert().

Would you like to comment?

Join YouTube for a free account, or sign in if you are already a member.