Online Book Reader

Home Category

HTML5 Canvas [202]

By Root 6405 0

"Individual\nContributor", "Leadership", "Matrix\norganisation",

"Metrics", "Milestones", "Momentum", "Moving target",

"Initiative","Partnership", "Process", "Process\nmanagement",

"Re-engineer", "Requirements", "Rightsize", "Seat at\nthe table",

"Tentpole", " Silo", "Standards", "State of the art",

"Supply chain", "Synergy","Teamwork", "Thought\nleader",

"Touchpoints", "Value\nadded", "Drink the\nKool Aid",

"Baked In", "Champion", "Circle Back", "Dialogue", "Emerge",

"Enhance", "Evolve", "Execute", "Facilitate" ,"Incentivise",

"Leverage", "Partner", "Spearhead", "Strategize","Synergise",

"Throw\na\nCurve", "Touch Base", "Outside\nthe\nBox",

"Opportunity", "Open Door\nPolicy","Win-Win\n(Anything)",

"Risk\n(Anything)","Proactive","Reactive","Buy-In",

"Paradigm\nShift","Task-Oriented","Empower","Team\nPlayer",

"Enterprise\nWide","Globalization","Localization",

"Mission-critical", "Magic\nQuadrant","Agile\n(Anything)",

"Waterfall","Outsourcing","Off-Shoring","Blue Sky",

"20/20 \nindsight","Low\nHanging\nFruit","10,000\nFoot View",

"Take\nOwnership","Ramp up", "Out of\nthe Box", "24x7",

"Fast Track", "Out of\nthe Loop", "In the\nLoop","Touch Base",

"Mindset", "Game Plan", "Bring to \nthe Table", "Drill Down",

"Elevator\nSpeech", "Level the\nPlaying field",

"Ping\n(Someone)","Pushback","Retool", "Take Away",

"Life-Time\nValue", "Thought\nLeadership", "Up Sell"

];

}

function initButtons(){

buttons = [

[

new TextButton(0,0,"Button

0,0",85,50,gr,"#000000","#ffff00","#000000"),

new TextButton(92,0,"Button

0,1",85,50,gr,"#000000","#ffff00","#000000"),

new TextButton(184,0,"Button

0,2",85,50,gr,"#000000","#ffff00","#000000"),

new TextButton(276,0,"Button

0,3",85,50,gr,"#000000","#ffff00","#000000"),

new TextButton(368,0,"Button

0,4",85,50,gr,"#000000","#ffff00","#000000")

],

[

new TextButton(0,57,"Button

1,0",85,50,gr,"#000000","#ffff00","#000000"),

new TextButton(92,57,"Button

1,1",85,50,gr,"#000000","#ffff00","#000000"),

new TextButton(184,57,"Button

1,2",85,50,gr,"#000000","#ffff00","#000000"),

new TextButton(276,57,"Button

1,3",85,50,gr,"#000000","#ffff00","#000000"),

new TextButton(368,57,"Button

1,4",85,50,gr,"#000000","#ffff00","#000000")

],

[

new TextButton(0,114,"Button

2,0",85,50,gr,"#000000","#ffff00","#000000"),

new TextButton(92,114,"Button

2,1",85,50,gr,"#000000","#ffff00","#000000"),

new TextButton(184,114,"Button

2,2",85,50,gr,"#000000","#ffff00","#000000"),

new TextButton(276,114,"Button

2,3",85,50,gr,"#000000","#ffff00","#000000"),

new TextButton(368,114,"Button

2,4",85,50,gr,"#000000","#ffff00","#000000")

],

[

new TextButton(0,171,"Button

3,0",85,50,gr,"#000000","#ffff00","#000000"),

new TextButton(92,171,"Button

3,1",85,50,gr,"#000000","#ffff00","#000000"),

new TextButton(184,171,"Button

3,2",85,50,gr,"#000000","#ffff00","#000000"),

new TextButton(276,171,"Button

3,3",85,50,gr,"#000000","#ffff00","#000000"),

new TextButton(368,171,"Button

3,4",85,50,gr,"#000000","#ffff00","#000000")

],

[

new TextButton(0,228,"Button

4,0",85,50,gr,"#000000","#ffff00","#000000"),

new TextButton(92,228,"Button

4,1",85,50,gr,"#000000","#ffff00","#000000"),

new TextButton(184,228,"Button

4,2",85,50,gr,"#000000","#ffff00","#000000"),

new TextButton(276,228,"Button

4,3",85,50,gr,"#000000","#ffff00","#000000"),

new TextButton(368,228,"Button

4,4",85,50,gr,"#000000","#ffff00","#000000")

]

];

}

function initSounds(){

clickSound = document.getElementById('clicksound');

}

function chooseButtonsForCard(){

//copy jargon into temp array

var tempArray = [];

for (var arrayctr=0;arrayctrtempArray.push(standardJargonList[arrayctr]);

}

for (var ctr1=0;ctr1

for (var ctr2=0; ctr2var randInt = Math.floor(Math.random()*tempArray.length)

buttons[ctr1][ctr2].text = tempArray[randInt];

tempArray.splice(randInt,1)

}

}

}

function drawScreen() {

//ConsoleLog.log("standardAcronymList="+standardAcronymList.length);

Return Main Page Previous Page Next Page

®Online Book Reader