Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
steve-wang-arb [2023/06/01 18:02] – steve.wang | steve-wang-arb [2024/06/23 22:12] (current) – steve.wang | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Attention, Reality, Behavior ====== | ====== Attention, Reality, Behavior ====== | ||
- | By: [[steve-wang|Steve Wang]] | + | By [[steve-wang|Steve Wang]] |
We discussed how attention can be manipulated and directed, and learning this skill can improve our communication abilities. In the TED Talk, the pickpocket speaker mentioned that making someone recall a memory can prevent them from registering their external senses, which is an example of directing attention. If we want to use this technique to enhance our communication, | We discussed how attention can be manipulated and directed, and learning this skill can improve our communication abilities. In the TED Talk, the pickpocket speaker mentioned that making someone recall a memory can prevent them from registering their external senses, which is an example of directing attention. If we want to use this technique to enhance our communication, | ||
Line 8: | Line 8: | ||
Moreover, we could praise things in a way that would make them feel like fulfilling a particular need, rather than merely a want. For instance, if a salesperson can convince a customer that their product is a need, the customer may continue buying it. By controlling the reality (the information given) and the audience' | Moreover, we could praise things in a way that would make them feel like fulfilling a particular need, rather than merely a want. For instance, if a salesperson can convince a customer that their product is a need, the customer may continue buying it. By controlling the reality (the information given) and the audience' | ||
+ | |||
+ | < | ||
+ | < | ||
+ | html { | ||
+ | display: none; /* Makes the image a block element */ | ||
+ | opacity: 0; /* Initially hides the image */ | ||
+ | transition: opacity 1s ease-in-out; | ||
+ | } | ||
+ | </ | ||
+ | < | ||
+ | document.addEventListener(" | ||
+ | document.documentElement.style.display = ' | ||
+ | setTimeout(() => { | ||
+ | document.documentElement.style.opacity = ' | ||
+ | }, 100) | ||
+ | }) | ||
+ | |||
+ | window.addEventListener(' | ||
+ | document.documentElement.style.opacity = ' | ||
+ | }) | ||
+ | </ | ||
+ | </ |