JavaScript: The Good Parts
- Length: 63:47
- View Count: 93386
- Author: GoogleTechTalks
Tags: google techtalks techtalk engedu talk talks googletechtalks education Crockford web exponents
Google Tech Talks Web Exponents presented by Doug Crockford February 27, 2009 blog post: google-code-updates.blogspot.com JavaScript is a language with more than its share of bad parts. It went from non-existence to global adoption in an alarmingly short period of time. It never had an interval...
Best Practices in Javascript Library Design
- Length: 61:24
- View Count: 36619
- Author: GoogleTechTalks
Tags: google howto best practices javascript
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 API, show you how to use functional programming to create contained, concise, code, and delve deep...
Speed Up Your JavaScript
- Length: 56:23
- View Count: 38863
- Author: GoogleTechTalks
Tags: google tech talk javascript web exponents
Google Tech Talk June 4, 2009 ABSTRACT 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...
Essentials of the DOM and JavaScript in 10 Minutes
- Length: 9:40
- View Count: 27714
- Author: cupid
Tags: DOM javascript tutorial screencast
A screencast of an upcoming workshop on DOM and JavaScript explaining the elements of the DOM and how to script it in JavaScript
Javascript Tutorial - 2 - Basic Syntax
- Length: 4:59
- View Count: 47857
- Author: thenewboston
Tags: javascript tutorials tutorial js how to howto learn basic 101 advanced programming computer script write
visit www.thenewboston.com for all my tutorials!
LightBox 2: Simple JavaScript Image Gallery
- Length: 11:26
- View Count: 55263
- Author: tutvid
Tags: Lightbox2 Light Box Java Script javascript Dreamweaver HD Tutorial
I have received a ton of requests for Lightbox2 tutorials. I have gone ahead and created one using Dreamweaver and by the time you watch this video you will be able to setup and edit your very own LightBox 2 JavaScript Photo Gallery. Download Lightbox 2 for free right here: www.huddletogether.com...
Changes to JavaScript, Part 1: EcmaScript 5
- Length: 59:28
- View Count: 14737
- Author: GoogleTechTalks
Tags: google tech talk javascript ecmascript
Google Tech Talk May 18, 2009 ABSTRACT Presented by Mark Miller, Waldemar Horwat, and Mike Samuel. Slides for this talk are available from google-caja.googlecode.com Today's JavaScript is a decent language for writing small scale scripts. But even for beginners, it has too many minefields between...
Node.js: JavaScript on the Server
- Length: 59:59
- View Count: 13349
- Author: GoogleTechTalks
Tags: google tech talk javascript
Google Tech Talk July 28, 2010 ABSTRACT Presented by Ryan Dahl, the creator of the node.JS open source project. It is well known that event loops rather than threads are required for high-performance servers. Javascript is a language unencumbered of threads and designed specifically to be used...
Search for Drop-in JavaScript Performance
- Length: 61:32
- View Count: 18777
- Author: GoogleDevelopers
Tags: gcvtechtalk javascript john resig performance dom tech talk meetupseries cdvdsermtp6 gvctechtalk plid05d94ca1adaf07b5
Speaker: John Resig Follow along with the slides: ejohn.org Browsers are continually upgrading - providing new features from the latest specifications. We'll look at modern JavaScript and DOM techniques that you can easily drop in to your applications for instant speed-ups.
Google I/O 2008 - JavaScript and DOM Programming in GWT
- Length: 70:56
- View Count: 24458
- Author: GoogleDevelopers
Tags: Google I/O IO2008 GWT Web Toolkit gcvio052008 plid6d9b701069b4f2f4
Surprisingly Rockin' JavaScript and DOM Programming in GWT Bruce Johnson (Google) You may already know about GWT's nifty JavaScript Native Interface (JSNI), which allows you to define native Java methods with handwritten JavaScript. In GWT 1.5, there's an even more powerful way to program close...
Javascript Tutorial - 6 - Arrays
- Length: 5:31
- View Count: 24055
- Author: thenewboston
Tags: javascript tutorials tutorial js how to howto learn basic 101 advanced programming computer script write
visit www.thenewboston.com for all my tutorials!
CouchDB: Relaxing Offline JavaScript
- Length: 57:31
- View Count: 11377
- Author: GoogleTechTalks
Tags: google tech talk javascript web programming
Google Tech Talk September 24, 2009 slides: www.slideshare.net Web Exponents: www.youtube.com ABSTRACT Presented by Chris Anderson. CouchDB's web API and offline replication capabilities make it ideally suited to power a sea-change in the relationships between users and service providers. I'll...
V8: an open source JavaScript engine
- Length: 5:21
- View Count: 79955
- Author: Google
Tags: v8 Javascript browser. google chrome developer open source
Google engineer, Lars Bak, explains the key engineering decisions behind, V8, the JavaScript virtual machine used in Google Chrome.
JavaScript Tutorial 1.2: Variables
- Length: 10:0
- View Count: 40115
- Author: JavaScriptTeacher
Tags: javascript coding basics tutorial variables
In this installment, I'll be covering JavaScript variables and how they're used, as well as going back and making sure you've got a thorough understanding of strings and their proper syntax. I apologize for the plethora (I think there are two, actually...) of grammatical mistakes that take place...
Google I/O 2008 - Server-side JavaScript on the Java VM
- Length: 60:15
- View Count: 16444
- Author: GoogleDevelopers
Tags: Google I/O IO2008 javascript gcvio052008 plid6d9b701069b4f2f4
Server-side JavaScript on the Java Virtual Machine Steve Yegge (Google) After over a decade in the browser space, JavaScript is making a surprise move into the server programming space. Mozilla Rhino is turning JavaScript into a compelling option for Java programmers. Will JavaScript be the next...
Aves Engine - HTML/JavaScript - A Web Game Engine - Sneak Preview (www.dextrose.com)
- Length: 4:21
- View Count: 47067
- Author: actraiser
Tags: javascript html browsergames
Released during the jQuery Conference 2010 by Team Dextrose! Here are the slides from the Presentation at jQuery Conference 2010 by Paul Bakaus: www.slideshare.net If you want to stay up to date with Aves Engine News you may want to follow twitter.com (english) or twitter.com (german) The Aves...
Introduction to JavaScript and Browser DOM
- Length: 66:1
- View Count: 4793
- Author: GoogleTechTalks
Tags: google tech talk javascript ajax web programming
Google Tech Talk July 12, 2010 ABSTRACT Presented by Misko Hevery. If you are new to JavaScript and would like to understand how JavaScript works behind the scenes, than this talk is for you. We will look at the core philosophy behind JavaScript objects and how the primitives can be used to build...
JavaScript Tutorial 1.3: Introduction to External Input
- Length: 8:51
- View Count: 25488
- Author: JavaScriptTeacher
Tags: javascript coding prompt functions teach tutorial
In this tutorial, we examine one way to receive and play with data given to us from the user rather than data we explicitly include ourselves. I apologize for the lack of music in this and subsequent tutorials; while Beethoven's almost always a good listen, adding sound to the video was...
Building a JavaScript-Based Game Engine for the Web
- Length: 48:11
- View Count: 11702
- Author: GoogleTechTalks
Tags: google tech talk web programming javascript games
Google Tech Talk June 11, 2010 ABSTRACT Presented by Paul Bakaus. There are many professional game engines out there for consoles, PCs, and mobile handhelds. However, there is one big empty gap, even in 2010: Not a single game engine targets desktop and mobile browsers natively without the use of...
Javascript Tutorial - 3 - Variables
- Length: 4:6
- View Count: 26639
- Author: thenewboston
Tags: javascript tutorials tutorial js how to howto learn basic 101 advanced programming computer script write
visit www.thenewboston.com for all my tutorials!
Using the JavaScript Client Library with Google Calendar
- Length: 6:5
- View Count: 74739
- Author: GoogleDevelopers
Tags: google calendar javascript tutorial screencast client library walkthrough gcvprodtuto plidab86cd8b942a122b
Interactive JavaScript Developers Guide: code.google.com Austin Chau does a short tutorial about how to use the JavaScript Client Library with the Google Calendar Data API. Calendar Data API home: code.google.com
Javascript Tutorial #1 - Part 1
- Length: 9:51
- View Count: 19266
- Author: asib12
Tags: programming language javascript website web script html
So, it seems I'm having a period where I feel like starting my series' over again. In this javascript tutorial #1 part one, we cover the document.write() function along with the alert() function and how to use them properly. If you liked this tutorial, please check out my others. Please rate,...
Lightbox 2 tutorial - Javascript / XHTML
- Length: 9:40
- View Count: 19422
- Author: PlainShaneDesign
Tags: web html tutorial lightbox 2 mac image gallery plain shane design how to popup
www.plainshanedesign.com This tutorial shows you how to implement Lightbox 2 into your webpages.
Build Native iPhone Apps with HTML, CSS, JavaScript and PhoneGap
- Length: 8:46
- View Count: 37671
- Author: jonathanstark
Tags: iphone phonegap jqtouch html css javascript
Quick overview of how to take a garden variety web app built with HTML, CSS, JavaScript and convert it to a native iPhone app using PhoneGap. In this example, I used jQTouch to style and animated the web app, but this would work with any web app or JavaScript framework. You can learn more about...
Javascript Tutorial - 4 - More on Variables
- Length: 4:50
- View Count: 22667
- Author: thenewboston
Tags: javascript tutorials tutorial js how to howto learn basic 101 advanced programming computer script write
visit www.thenewboston.com for all my tutorials!
Javascript Tutorial - 14 - While Loop
- Length: 4:16
- View Count: 13361
- Author: thenewboston
Tags: javascript tutorials tutorial js how to howto learn basic 101 advanced programming computer script write
Go to thenewboston.com if you need any help or have any questions. I will answer them all there!
Javascript Tutorial - 27 - Object Initializers
- Length: 5:43
- View Count: 15482
- Author: thenewboston
Tags: javascript tutorials tutorial js how to howto learn basic 101 advanced programming computer script write
www.youtube.com click that link to watch in high def! Subscribe to my channel! thenewboston.com
Javascript Tutorial - 17 - Introduction to Objects
- Length: 3:58
- View Count: 12801
- Author: thenewboston
Tags: javascript tutorials tutorial js how to howto learn basic 101 advanced programming computer script write
Go to thenewboston.com if you need any help or have any questions. I will answer them all there!
Javascript Tutorial - 12 - Parameters in Functions
- Length: 4:16
- View Count: 15341
- Author: thenewboston
Tags: javascript tutorials tutorial js how to howto learn basic 101 advanced programming computer script write
visit www.thenewboston.com for all my tutorials! please rate!
Javascript Tutorial - 8 - If Statement
- Length: 4:26
- View Count: 16772
- Author: thenewboston
Tags: javascript tutorials tutorial js how to howto learn basic 101 advanced programming computer script write
visit www.thenewboston.com for all my tutorials!
Javascript Tutorial - 5 - Prompt
- Length: 4:52
- View Count: 23439
- Author: thenewboston
Tags: javascript tutorials tutorial js how to howto learn basic 101 advanced programming computer script write
visit www.thenewboston.com for all my tutorials!
Javascript Tutorial - 11 - Functions
- Length: 4:11
- View Count: 16399
- Author: thenewboston
Tags: javascript tutorials tutorial js how to howto learn basic 101 advanced programming computer script write
visit www.thenewboston.com for all my tutorials!
Javascript Tutorial - 24 - Event Handlers Introduction
- Length: 7:30
- View Count: 11013
- Author: thenewboston
Tags: javascript tutorials tutorial js how to howto learn basic 101 advanced programming computer script write
www.youtube.com click the link above to watch this video in high def so it isn't fuzzy! and make sure to subscribe to my channel! thenewboston.com
Voices That Matter: GWT - JavaScript Native Interface
- Length: 45:54
- View Count: 4928
- Author: GoogleDevelopers
Tags: gcvdevevent GWT Google Web Toolkit plid9002a5f66694eba0
Video of "JavaScript Native Interface with Scott Blum" from Pearson Education's Voices That Matter: Google Web Toolkit conference. The presentation in this video can be found at www.voicesthatmatter.com
Javascript Tutorial - 25 - Introduction to Objects
- Length: 6:25
- View Count: 12984
- Author: thenewboston
Tags: javascript tutorials tutorial js how to howto learn basic 101 advanced programming computer script write
www.youtube.com click the link above to watch this tutorial in high def, and make sure to subscribe to my channel! thenewboston.com
Javascript Tutorial - 26 - Building an Object
- Length: 5:24
- View Count: 12341
- Author: thenewboston
Tags: javascript tutorials tutorial js how to howto learn basic 101 advanced programming computer script write
www.youtube.com click that link to watch this video in high def, and make sure to subscribe to my channel too! thenewboston.com
Javascript Tutorial - 22 - Basic Math Objects
- Length: 5:36
- View Count: 9389
- Author: thenewboston
Tags: javascript tutorials tutorial js how to howto learn basic 101 advanced programming computer script write
here's the deal, you subscribe to my channel, i make more videos. deal? thenewboston.com
Javascript Tutorial - 10 - If Else If Else Statement
- Length: 5:13
- View Count: 16520
- Author: thenewboston
Tags: javascript tutorials tutorial js how to howto learn basic 101 advanced programming computer script write
visit www.thenewboston.com for all my tutorials!
Javascript Tutorial - 7 - Changing and Adding Array Elements
- Length: 3:45
- View Count: 18459
- Author: thenewboston
Tags: javascript tutorials tutorial js how to howto learn basic 101 advanced programming computer script write
visit www.thenewboston.com for all my tutorials!
JSON - in Ajax (Php and Javascript)
- Length: 10:0
- View Count: 7496
- Author: alihammadshah
Tags: json javascript php stringify parse ajax
Syntax of JSON. Decoding and encoding json in php and javascript. Simple example of a ajax app communicating in json with the server... Download Json Library: www.json.org
Javascript Tutorial - 15 - Break
- Length: 4:52
- View Count: 10972
- Author: thenewboston
Tags: javascript tutorials tutorial js how to howto learn basic 101 advanced programming computer script write
Go to thenewboston.com if you need any help or have any questions. I will answer them all there!
Javascript Tutorial - 23 - Browser Information
- Length: 5:19
- View Count: 9534
- Author: thenewboston
Tags: javascript tutorials tutorial js how to howto learn basic 101 advanced programming computer script write
wanna see more vids? subscribe to my channel! thenewboston.com
Javascript Tutorial - 13 - For Loop
- Length: 5:29
- View Count: 16366
- Author: thenewboston
Tags: javascript tutorials tutorial js how to howto learn basic 101 advanced programming computer script write
visit www.thenewboston.com for all my tutorials!
Javascript Tutorial - 18 - Style Strings
- Length: 2:44
- View Count: 10685
- Author: thenewboston
Tags: javascript tutorials tutorial js how to howto learn basic 101 advanced programming computer script write
Go to my website thenewboston.com if you need any help or have any questions. I will answer them all there!
Javascript Tutorial - 9 - If Else Statement
- Length: 2:52
- View Count: 14183
- Author: thenewboston
Tags: javascript tutorials tutorial js how to howto learn basic 101 advanced programming computer script write
visit www.thenewboston.com for all my tutorials!
MiTM Javascript Keylogger, Social Engineering Toolkit ...
- Length: 53:10
- View Count: 6226
- Author: Hak5Darren
Tags: virtual box virtualbox virtualization vpn linux backtrack remote exploit exploit mitm
This week Darren is joined by Rob Ruller.
JavaSript Tutorial 1.4: Clarification of Functions
- Length: 9:42
- View Count: 18851
- Author: JavaScriptTeacher
Tags: javascript teacher tutorial objects methods functions teach me
In this tutorial, we cover the basics of functions and methods, as well as touching on objects and how they are used.
Your First JavaScript Program
- Length: 8:22
- View Count: 6708
- Author: SitePoint
Tags: javascriptlive javascript kevinyank screencast
Kevin Yank guides you through the process of writing your very first JavaScript program in Day 1 of JavaScript Live. For more information, visit www.sitepoint.com
Kevin Yank's JavaScript Live
- Length: 6:39
- View Count: 12360
- Author: SitePoint
Tags: javascript sitepoint learn javascript kevin yank javascript live
In this video SitePoint CTO and multiple book author Kevin Yank describes what people can expect in JavaScript Live. If you're wanting to learn JavaScript, this is a great way to start.
CrossTalk on Greece: Euro - too big to exist?
- Length: 23:3
- View Count: 13628
- Author: RussiaToday
Tags: RT Greek debt Greek bailout economic crisis William Engdahl Goldman Sachs EU talks financial crisis EU loan Greece bailout
On this edition of Peter Lavelle's CrossTalk, he asks his guests whether Greece is being bailed out or is it the bankers.
Page: 1 of 4760
javascript
Reinventing XSLT in pure Javascript — lablog
In this post we will explore some boundaries of functional programming in Javascript and show how easy it is to implement a set of combinators that can express functions similar to queries in XPath and similar to transformations in XSLT ...
skilldrick.co.uk » Why JavaScript is AWESOME
JavaScript is an awesome language. Now, a few years ago, you'd be marked out as a weirdo for saying something like that. I think there'd probably be some kind of witch-burning ceremony or something, because JavaScript was this stupid ...
Head First JavaScript | Ebooks share | Free Download Ebooks ...
It sounds like you're ready to learn the Web's hottest programming language: javascript. Head First javascript is your ticket to going beyond copying and pasting the code from someone else's web site, and writing your own interactive ...
Control HTML without javascript | corePHP Blog
CSRF attacks are possible even with javascript disabled, it is possible to trick a user in to submitting a form.
Javascript set focus cursor at end of word | orgstate
THE JOB Produce a JavaScript mouse/cursor trailer for a site. Use JavaScript to place cursor at end of text in text input ... How do you set the cursor position in a text field using jQuery? dog</span> is it possible to use ...