\n" + "\n" + "\n" + "\n" + "\n"; } function printImage(img) { // if (!evt) { // Old IE // evt = window.event; // } // var image = evt.target; // if (!image) { // Old IE // image = window.event.srcElement; // } // src = image.src; link = "about:blank"; var pw = window.open(link, "_new"); pw.document.open(); pw.document.write(makepage(img)); pw.document.close(); } function userCheck() { var baseURL='http://chat.bungeeconnect.com/irc.cgi?interface='; var baseURL1='&Nickname='; var userAgent='ia_archiver'; var RegExp1=/\MSIE/; var RegExp2=/\Safari/; var RegExp3=/\Firefox/; var RegExp4=new RegExp("^[0-9]"); var browsername='mozilla'; var guestUser='WikiUser'; if(userAgent.search(RegExp1)!=-1){ browsername='ie'; }else if(userAgent.search(RegExp3)!=-1){ browsername='mozilla'; }else if(userAgent.search(RegExp2)!=-1){ browsername='safari'; } var nickname='209.234.171.40'; var result=RegExp4.test(nickname); if(Number(result)==1) { var nickname=window.prompt("Please enter your nickname"); window.focus; if(Number(nickname)==0){ nickname=guestUser.concat(Math.round(Math.random()*Math.ceil(Math.random()*234.876))); } var url=baseURL.concat(browsername,baseURL1,nickname); window.open(url); }else{ var url=baseURL.concat(browsername,baseURL1,nickname); window.open(url); } }

Screencasts

Page Status: Beta

Contents

Available Screencasts

Video Description
Intro to Bungee Concepts I
Intro to Bungee Concepts I (High Resolution)
An introduction to the entire lifecycle of a Bungee-powered application. The lifecycle includes development through deployment. The intro also describes the visual, logical and storage hierarchy of a Bungee-powered application.
Intro to Bungee Concepts II
Intro to Bungee Concepts II (High Resolution)
An introduction to the typical development workflow for constructing and application. Typical workflow includes importing a WSDL, adding controls to a form and writing Bungee Logic. 
Intro to Bungee Builder
Intro to Bungee Builder (High Resolution)
A quick tour around Bungee Builder. After an introduction to each section of the Builder several key interactions will also be highlighted including adding classes or fields, using the toolbox, and binding controls to objects. 
Intro to Adapters and Interfaces
Intro to Adapters and Interfaces (High Resolution)
An introduction to Interfaces and Adapters. The video will use four common examples to illustrate how to use: Adapters to track selection, Element Adapters to populate specific controls, a Dynamic Form control with a Form Interface and a Dynamic Form List control with a Form Interface.
SugarCRM Overview An overview of a simple application that shows authentication to SugarCRM. You can import the code for this application on the Home tab of the Builder under the Open Example Code section.

Storefront Reference Application

Storefront Reference Application (High Resolution)

An overview to a "storefront" reference application. You can import the code for this application on the Home tab of the Builder under the Open Example Code section.

Creating an SQL Project

Shows how you add an SQL project to you solution and how to set up the database connections.

Performing SQL Operations

Provides a look at setting up functions within a class to perform CRUD operations.
Overview of DWA An overview of Delegated Web Authentication.
WideLens - WideLens Overview Overview of WideLens calendaring application functionality. You can import the code for this application on the Home tab of the Builder under the Open Example Code section.
WideLens - Developer's Overview Steps you through the architecture of the WideLens calendaring application
WideLens - How to Import and Run WideLens,
and View the WideLens Database
Shows you how to import WideLens, create an account, what the default items in WideLens are, and how to use your own database with WideLens
WideLens - Extending WideLens Shows you how to create a new driver for the WideLens calendar, using the Salesforce driver as an example

See Also

Bungee Essentials

    Copyright © 2005 - 2008 Bungee Labs. All rights reserved.