FuseBox 4 - From the Beginning… Kevin Penny, MMCP

Slides:



Advertisements
Similar presentations
The Transition to Office 2007 for CA and CBA M and K Solutions Kathleen Johnson.
Advertisements

Test Automation: Coded UI Test
* 1 Common Dialog Control. * 2 You want your user to set property or provide your application with some information easily? How do you do it? The Common.
Safer, Speedier and Sexier Surfing with Safari. Which Web Browser?
Once download completes, click “Open Folder” Uncheck the box “Close this dialog box when download completes” Save the file in a location easy to find.
 On Wednesday, June 4, 2014, we will upgrade both version 10.2 and version 10.3 during the same time period. After the upgrade has finished, we will.
Version Control System (Sub)Version Control (SVN).
V. Beyond HTML: CSS, JavaScript, Plug-ins A Web Accessibility Primer: Usability for Everyone Office of Web Communications.
ASP Tutorial. What is ASP? ASP (Active Server Pages) is a Microsoft technology that enables you to make dynamic and interactive web pages. –ASP usually.
McInterface User Interface Development Project IS 213 Spring 2001 Linda Harjono Saifon Obromsook John Yiu Wai Chi 1 st May, 2001.
Introduction to Android Studio
Lesson One: The Beginning
Fusebox Framework Florencio Almirol. Overview What is Fusebox? Concepts Request-Response Process Extending Fusebox.
Creating an HTML page Skills: edit and debug HTML pages IT concepts: text editor This work is licensed under a Creative Commons Attribution-Noncommercial-
Big Projects  Part of this class is about picking a cool software project and building it 1.
SharePoint Step by Step Step by Step Table of Contents Portal versus Communities sites How to View All Your Project Sites The Basic SharePoint Layout SharePoint.
Tutorial Video basic skills basic skills Next page -->
Help is on the way/web Using available help features and resources.
JSP and Servlets Lecture notes by Theodoros Anagnostopoulos.
JQuery Page Slider. Our goal is to get to the functionality of the Panic Coda web site.Panic Coda web site.
Sumedha Rubasinghe October,2009 Introduction to Programming Tools.
More on Fusebox at Fusebox Development Methodology : More on Fusebox at Fusebox Development Methodology.
An Introduction to Fusebox 3.0 Fusebox 3.0. An Introduction to Fusebox 3.0 The Fusebox Philosophy There are two ways of constructing a software design:
Ali Shahrokni Application Components Activities Services Content providers Broadcast receivers.
Navigation Section 2. Objectives Student will knowhow to navigate through the browser.
Building Your First Fusebox 4 Application Jeff Peters
A First Look At Microsoft Visual Basic Lesson 1. What is Microsoft Visual Basic? Microsoft Visual Basic is a software development tool, which means it.
©2003 TeraTech, Inc Fusebox 4 Michael Smith, TeraTech, Inc x110 Copyright TeraTech 2003.
AOL SELF-HELP Built into the AOL program are the answers to nearly any problem you might encounter when using AOL.
CIS 451: ASP.NET Concepts Dr. Ralph D. Westfall January, 2009.
More on Fusebox at Fusebox Development Methodology : More on Fusebox at Fusebox Development Methodology.
Hello World An obligatory first program. C++ C developed in 1971 C++ developed in 1983 – Standardized in 1998 – Updated in 2011, again in 2014
The parts of a Computer Window
Fusebox 5 vs Model-Glue JaxFusion September 2006.
Fusebox Conference 2001 Out with the old in with the new An introduction to Fusebox 3.0 for current Fusebox developers By Erik Voldengen
ASP (Active Server Pages) by Bülent & Resul. Presentation Outline Introduction What is an ASP file? How does ASP work? What can ASP do? Differences Between.
 Registry itself is easy and straightforward in implementation  The objects of registry are actually complicated to store and manage  Objects of Registry.
An Introduction to FB4 An Introduction to Fusebox 4 If written directions alone would suffice, libraries wouldn't need to have the rest of the universities.
Administrator’s Guide
Institute for Applied Information Processing and Communications (IAIK) – Secure & Correct Systems 1 Verification & Testing UEKönighofer, Khalimov, Rabensteiner2015.
1 MSTE Visual SourceSafe For more information, see:
Unlocking the Community Toolchest Tony Atkins UHI Millenium Institute.
ASP. ASP is a powerful tool for making dynamic and interactive Web pages An ASP file can contain text, HTML tags and scripts. Scripts in an ASP file are.
TODAY Android Studio Installation Getting started Creating your 1 st App Beginning to understanding Intents.
Engineering Projects In Community Service Matt Mooney Community Based Research University of Notre Dame.
Gensuite ® Step-by-Step Guide for the setup of Gensuite Compliance Calendar and Training Calendar integration with Microsoft Outlook Some computers experience.
PHP Form Processing * referenced from
CF_Underground III 1 Architecting Applications with Mindmapping Tools Can anything save me time when designing an application? How can my visual brain.
Page 1 a picture. Page 2 some text Point 1 PPT version 2003 (this is SP-2) Point 2 KISS Point 2a No page numbers (master sheet) Point 2b Sometimes bullets.
SurveyDIG 2.1 Tutorial. Tutorial Contents Introduction Introduction Item Groups Item Groups –Creating new Groups –Naming Convention –Searching/Editing.
 Learn the mechanics of using App Inventor to build apps.  Learn how to design an app’s user interface with the App Inventor Designer, and its behavior.
Required Tools Copyright © 2005 Liferay, LLC All Rights Reserved. No material may be reproduced electronically or in print without written permission from.
Javascript and Dynamic Web Pages: Client Side Processing
Building Regression Tests With PeopleSoft Test Framework
Remote Access: Guide for Windows
BEGINNER PROGRAMMING LESSON
IBM DB2 Technology Explorer
Instructor: Prasun Dewan (FB 150,
SMK(L) Methodist Kuala Lumpur (Form 5 Topic 2)
(Includes setup) FAQ ON DOCUMENTS (Includes setup)
BEGINNER PROGRAMMING LESSON
Downloading & Uploading Files
Brian Kotek INDUS Corporation
Downloading & Uploading Files
What’s Different in Blackboard 9?
RefWorks Presented by Suzanne van den Hoogen
Little Man Computer Lesson 2
Help Me FedEx – Installing and Using
(Includes setup) FAQ ON DOCUMENTS (Includes setup)
TABLEAU ACTIONS Today we are going to cover the five different actions within Tableau. Actions in Tableau are very important as they make the dashboard.
Presentation transcript:

FuseBox 4 - From the Beginning… Kevin Penny, MMCP

Questions Answered - Topics Covered What is FB4? What can FuseBox do for me? Why should I use it? How does it work? Does it require skills I don’t have?s How do I get started? When should I start using it? Where can I get information on it?

FuseBox - The Framework – What is it? Way to organize code and files A methodology for programming A core file that supports the above A non-profit organization (fusebox.org) that coordinates the above

What can the FuseBox do for me? Standardization of code (No Cowboys) Better team communication Cheaper/Easier maintenance Can pick up others code faster Fewer bugs due to different styles Can think about the fun stuff instead of code structure

How does it work? A request made of the server to perform some action is known as a fuseaction. Fuseactions are made up of the circuit name, a dot separator, and the actual request. –Cart.addItem –Users.login –Srm.displayusers –Noun.verb A Circuit determines what fuseaction is called The page is parsed (created) and sent to the requesting user

Show me How it works Download Core files/Installation from fusebox.org Preferably CFMX Version LIVE DEMO BEGINS –Download Core Files (FB4) –Run page – HELP?! (John Bynons Tutorial to the Rescue) –Create Circuit File TIP – Windows Users: Tools – Folder Options – View – Uncheck ‘Hide extentions for Known file types’! –Add a page –Run the page –View Page –View Compiled CFM file Source –Create a View Page –Create a Form Page –Create a FormAction Page –Run the Pages

Questions? Why is the Sky Blue? How do they get the caramel in the Caramilk bar? When you eat Smarties do you eat the Red ones last? What would you do for a Klondike Bar?

Credits Micheal Smith’s PPT on FB4FB4 FuseBox.org John Beynons Tutorial (SAVIOR!)Tutorial –Lesson 2, 3, 4, 5, 6, Sandy Clark FuseBox 4 extentionextention HotGigs.com – Contract JobsHotGigs.com