- Started with the Toyota Production System.
- Has always focused on system flow over local efficiency.
- Similar to Agile in that we focus on iterative, small batches.
- Keep the work moving be eliminating bottlenecks.
# Header 1
## Header 2
### Header 3
#### Header 4
##### Header 5
| ProductPicker.Error = function (opts) { | |
| // private data | |
| var self = {}; | |
| var defaults = { | |
| target: $('#ppAlert'), | |
| severity: $('#ppAlertSeverity'), | |
| message: $('#ppAlertMessage'), | |
| error: { | |
| header: 'Alert', |
| <html> | |
| <head> | |
| <title>comTools Admin Home</title> | |
| </head> | |
| <frameset frameborder="0" framespacing="0" border="0" rows="133px, *, 24px"> | |
| <frame scrolling="no" frameborder="0" noresize="" src="../../header/header.aspx?status=2" name="frmHeader"> | |
| <html> | |
| <head> | |
| <title>LocalhostHeader</title> | |
| <link rel="stylesheet" type="text/css" href="/comdatabase/casite/css/custom/mtd/mtdCss.css"> |
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" | |
| "http://www.w3.org/TR/html4/loose.dtd"> | |
| <html> | |
| <head> | |
| <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> | |
| <script type="text/javascript" src="https://raw.github.com/isocra/TableDnD/5c362af5ecc7c83db83ac786d3cb6bc545e81686/js/jquery.tablednd.js"></script> | |
| <script type="text/javascript"> | |
| $(document).ready(function() { | |
| $("#ppCart").tableDnD({}); | |
| }); |
Use-Cases: (user journies) what will users want to do and how will they achieve it.
Card Sorting: group of web developers sit down with the users/client and guide them through a process to develop the structure of a site.