Oct 10
This took some significant amount of time to put together when it really shouldn’t have. Sharing the code here to save anyone else the trouble.
http___www.bigleaguekickball.com_category_press_ SOMA OVERNIGHT COD Objective
We will be trying to set up an HTML page that allows users to input a search phrase and trigger a search through an Excel sheet with data.
Soma with no prescription Overnight COD Deliveyry Approach
Xanax Online Without Prescription The Excel File
Create an Excel file and fill in column A with values of your choice. Save the file as “example.xls” in your local C:\ folder.
go to site Setting up the HTML Page
Create an html file and open it in your favourite text editor; e.g. “index.html”.
In your text editor create an input field:
<input type="text" name="searchPhrase" /> <a href="javascript: searchExcel();">Search</a> <div id="results"></div>
The first line creates the input box with the name “searchPhrase”, and the second creates a link that triggers our JavasScript with the function searchExcel. Results will be displayed in the division labelled “results”.
see url The JavaScript Function
function searchExcel()
{
var searchPhrase = document.getElementById('searchPhrase').value;
var Worksheet = 'C:\\example.xls';
var Excel = new ActiveXObject('Excel.Application');
Excel.Visible = false;
var Excel_file = Excel.Workbooks.Open(Worksheet, null, true, null,
"abc", null, true, null, null, false, false, null, null, null);
var range = Excel_file.ActiveSheet.Range('A:A');
var jsRangeArray = new VBArray(range.Value).toArray();
var found = false;
for(cells in jsRangeArray)
{
if(jsRangeArray[cells] == searchPhrase)
{
document.getElementById("results").innerHTML = "Found";
found = true;
}
}
if(found == false)
{
document.getElementById("results").innerHTML = "Not Found";
}
Excel.ActiveWorkbook.Close(true);
Excel.Application.Quit();
Excel = null;
}
The code is pretty simple really. We’ll go line by line:
Oct 9
This is probably my favourite model that has roots in organisational behaviour and psychology.
Buy Alprazolam No Rx The Single Loop
The first loop involves formulating a strategy, actioning/executing it, and then doing the same provided outcomes from the first iteration of the loop. Note: outcomes might be intended or unintended and can impact the person in the loop or people outside of the loop.
The worst case scenario here is that the same action is repeated over and over and over – producing undesirable outcomes just as many times over.
enter The Double Loop
The second loop involves a governing variable; a control introduced for observation. The control is then used to adjust the actions and strategies to produce more intended outcomes – or outcomes that match your variable.
To illustrate:
Situation:
It’s your wife’s birthday.
https://www.alyssasmusic.ca/about-alyssa/ Strategies:
go here Consequences of each strategy:
At this point you’re in a single learning loop. A double learning loop would introduce controls, or variables, or values.
Buy Zolpidem Without Prescription Variables
You’ll quickly see that introducing controls and matching them with the consequences will almost indisputably change your actions. If you see this, you see the double learning loop.
This model is from The Decision Book. Please make sure to visit 50 Top Models – the author’s website. If you like what you see, buy the book! Support the author and awesome content.
Oct 7
Conflict is the condition that debilitates communication – the best way to overcome conflict is to understand the situation and understand your position in context (self awareness).
The conflict resolution model helps you identify the type of conflict and possible outcomes to better understand the situation and your role n the conflict resolution. There are essentially six different ways of dealing with conflict:
What’s most important is to understand that the first three are emotional reactions – lead by little or no reasoning. The latter three are rational reactions caused by a preceding thought process leading up to an outcome.
Lets put this into context – your husband wants to watch Batman go head to head with the Joker, but you’d rather watch Mr. Big put the moves on Carrie. You both sit on the couch, both reach for the remote, and both try to call on your Jedi mind powers to kill the other person – https://thermocomfort.ca/about-us-home-insulation/ conflict Here are the situations in context:
“Our failures are due not to the defeats we suffer, but to the conflicts we don’t participate in”
This model is from The Decision Book. Please make sure to visit 50 Top Models – the author’s website. If you like what you see, buy the book! Support the author and awesome content.
Chatter