CF_Underground III 1 Architecting Applications with Mindmapping Tools Can anything save me time when designing an application? How can my visual brain.

Slides:



Advertisements
Similar presentations
Design Time Here We Go!.
Advertisements

Bd Building Admin Site Layout Charlotte Jenkins Advanced Web Technologies Assignment 2.
Help File For User Creation Click the “Course” button for Creating/Add User.
Update Online Results System Project Supervisor: Ian Storey.
Fusebox & CFCs Barney Boisvert 2004 Fusebox Conference.
Verilog Overview. University of Jordan Computer Engineering Department CPE 439: Computer Design Lab.
Lecture #4 Page 1 ECE 4110–5110 Digital System Design Lecture #4 Agenda 1.VHDL History 2.Design Abstraction Announcements 1.n/a.
Progress Report Nizar R. Mabroukeh
Welcome to CS201!!! Introduction to Programming Using Visual Basic.
The Software Product Life Cycle. Views of the Software Product Life Cycle  Management  Software engineering  Engineering design  Architectural design.
Allen Daniel. Problem Solving Method (chip envelope) What I learned from this project is that things need a lot of planning before you are finished with.
Distributed Software Development
Blackbaud Web Purchasing Training Session 1. Agenda What is Blackbaud Web Purchasing? How to login to Blackbaud Web Purchasing Create a purchase requisition.
Calendar Browser is a groupware used for booking all kinds of resources within an organization. The software is totally integrated in Outlook. Calendar.
CFUNITED – The premier ColdFusion conference Mindmaps For Better Programming Michael Smith TeraTech, Inc.
March 12 & 13, 2007 Using FLiP as a sole developer Christian Ready Christian Ready Web Services.
Prelude to Fusebox The Basics: - Variable scopes: session/client/application/request/attributes/caller Custom Tags URLToken.
Don’t Be Q-less Expanding Fusebox Functionality with FuseQ John Quarto-vonTivadar FutureNow, Inc.
More on Fusebox at Fusebox Development Methodology : More on Fusebox at Fusebox Development Methodology.
Edit a Page Detailed Front End To edit any information on your web page, you will have to login to the admin tool to change it.
Online Music Store MSE Project Presentation I Presented by: Reshma Sawant Major Professor: Dr. Daniel Andresen.
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:
Lab 2: Forms and Basic Input User Interface Lab: GUI Lab Sep. 2 nd, 2014.
ECE 2799 “The Engineering Design Process” Prof. Bitar and Prof. Michalson Last Update – 3/18/15.
Citrix Partner Locator Phase I November 13, 2008.
Giving Your Web Customers a Reason to Stay.  Web visitors only take 5 SECONDS to decide whether they want to stay on your site  “Users don’t read, they.
DIRECTIONS Poster Board. Purpose You and a partner will create a poster board that demonstrates a standard from one of the three units that have been.
An Introduction to XFB 1 XFB There's a fine line between genius and insanity. I have erased this line. Oscar Levant.
My Dida project Review Multimedia Unit 2. Tell me a story. For 4-6 year olds. Written by Elizabeth Edwards ForwardBack.
Building Fusebox Frameworks Jeff Peters
Fusebox Conference 2001 Out with the old in with the new An introduction to Fusebox 3.0 for current Fusebox developers By Erik Voldengen
Reading Attention Quiz. 1. When I read, I... let my mind wander 1 - most of the time 2 - sometimes 3 - almost never.
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.
Setting Up TGO User Accounts. Creating User Accounts for Other Users If your company has other users who need to use the Active Orders system, your company’s.
Advanced Fusebox: Securing a Fusebox Application By Steve Nelson SecretAgents.com.
1 FUSEDOC: AN EMERGING STANDARD Make everything as simple as possible, but not simpler. -Albert Einstein.
Learning Targets I will be able to… *Solve absolute value equations *Decide if an absolute value equation has no solutions or infinite solutions.
Solve by Factoring Zero Product Property.
Features INTERFACE  Bug/issue view – the main window for working with separate bugs;  Search view – used for ad-hoc full-text search and narrowing.
Personal Identity Worksheet. 1. Make sure you are editing your assessment site. This is the ONLY site I will be grading.
Primenumbers.co.uk This presentation will help you get the most out of this service.
Step 1of 11 Admin Demonstrations Click Here to Start.
Event Registration Forms Manager WHICH ONE IS BEST? OR.
OVER THE FENCE DESIGNER DEVELOPER WORKFLOW Jordan & Alex Knight Directors Xamling SESSION CODE: DEV203 (c) 2011 Microsoft. All rights reserved.
Chapter 3 Your Professional Image Thought of the Day “When I am working on a problem, I never think about beauty. I think only how to solve the problem.
Fusebox Not Just For Breakfast Anymore! An Introduction to Fusebox Author: Fred T. Sanders, Instant Knowledge Some Content unscrupulously taken from Steve.
Instructions for using CAP eServices online DDR Reporting From your DDR Team 1.
DEV300 Project Management And Visual Studio Team System Lori Lamkin Group Program Manager Visual Studio Team System.
1 Using FLiP as a sole developer Christian Ready Christian Ready Web Services.
3.5 General feeling that knowledge of hydrology has improved … but more is needed.
Lecture 4 Web Design. Part 1.
ECE 4110 – Digital Logic Design
Outsourcing Database Administration
DBA and IT Professional for ~9 years. Currently I am a Data Architect
Everyday What to say Lord it’s You who gave me life and I
Signing up or logging in to your user account:
The Discriminant.
DevOps Database Administration
Principles of report writing
DevOps Database Administration
WV Philosophy Is it wrong to lie about my homework?
Examples and general guides
What's Wrong with this Slide
DBA for ~4+years, IT Professional for 7.5 years.
WAFERView.OCX Provides Boin visualization techniques as integration tool 9 different plots from 1D to 3D Easy to use integration Detailed Property pages.
Outsourcing Database Administration
What's Wrong with this Slide
“When a free person is sitting down at ease the slave is working that is what I know” “I had been sold and I had no will of my own and I could.
I am learning to write a newspaper report.
Problem Solving And visualization.
Presentation transcript:

CF_Underground III 1 Architecting Applications with Mindmapping Tools Can anything save me time when designing an application? How can my visual brain help out? By Hal Helms

CF_Underground III 2 Fusebox Schematic When I am working on a problem I never think about beauty. I only think about how to solve the problem. But when I have finished, if the solution is not beautiful, I know it is wrong. Buckminster Fuller

CF_Underground III 3 Identifying XFAs

CF_Underground III 4 Assigning values to XFAs PAGE  XFA NAME  DESCRIPTIVE APPLICATION NAME Login XFA.submitForm  validateUserLogin Login Validation XFA.success  showMainCatalogPage Product Detail XFA.buyItem  addItemToCart Cart XFA.adjust quantities  adjustCartQuantities Cart XFA.removeItem  removeItemFromCart Registered User XFA.editInfo  editUserInfo Registered User XFA.saveInfoUpdate  saveUser Admin Page XFA.newUser  newUser Identifying common nouns

CF_Underground III 5 Identifying circuit and fuseaction

CF_Underground III 6 Identifying needed fuses

CF_Underground III 7 Completing the schematic

CF_Underground III 8 Fusebox 3 considerations Separate layout from logic. – Consider whether the page is actually integral to the circuit or is an interface. Could there be other interfaces to this same functionality? – Something like a “new user” form is normally not part of a User circuit. Don’t get confused with permissions when designing circuits.