blob: 5ccfc6e71802d24eb7e2d1ee6a8316136bd87dc5 [file] [log] [blame]
//
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
//
= Video of Using KnockoutJS in an HTML5 Application
:jbake-type: tutorial
:jbake-tags: tutorials
:jbake-status: published
:icons: font
:syntax: true
:source-highlighter: pygments
:toc: left
:toc-title:
:description: Video of Using KnockoutJS in an HTML5 Application - Apache NetBeans
:keywords: Apache NetBeans, Tutorials, Video of Using KnockoutJS in an HTML5 Application
In this video tutorial series, we look at how to build a client-side HTML5 application with jQuery and KnockoutJS. We'll look at binding DOM elements to a data model, defining event handlers, and pulling data from JSON and REST services.
Author: John Jullion-Ceccarelli
|===
|
=== Download / Watch full size:
* link:http://bits.netbeans.org/media/knockout1-basic-bindings.mp4[+Knockout Part 1 - Basic Bindings+] (15 MB)
* link:http://bits.netbeans.org/media/knockout2-json.mp4[+Knockout Part 2 - JSON+] (12 MB)
* link:http://bits.netbeans.org/media/knockout3-click-handler.mp4[+Knockout Part 3 - Click Handler +] (19 MB)
|
== Knockout Part 1 - Basic Bindings
== Knockout Part 2 - JSON
== Knockout Part 3 - Click Handler
|
link:/about/contact_form.html?to=3&subject=Feedback:%20Video%20of%20Using%20KnockoutJS%20in%20an%20HTML5%20Application[+Send Feedback on This Tutorial+]
|===
== Related links
* link:html5-gettingstarted.html[+Getting Started with HTML5 Applications+]
* link:https://blogs.oracle.com/netbeanswebclient/[+NetBeans Web Client blog+]
* link:../../trails/php.html[+PHP and HTML5 Learning Trail+]