08-20-2018, 06:03 PM
(This post was last modified: 08-20-2018, 07:09 PM by AnthroHeart.)
I feel some pressure in my 3rd eye and my heart chakras. Those are the most sensitive to me.
I changed the statement to say It is Done, because we should always talk as if it's already completed.
The code is writing to an element: <div><span id="time"></span></div>
The in between the <span> tags placeholder gets updated with the statement: Your Chakras are Balanced. Your Window is Cleared. You are Grounded. It is Done.: 00:00:00.000
in the Javascript.
It writes that statement with a stopwatch, so it writes to the screen every 1/10th second.
So it's printing that statement to the browser 10 times a second.
It would be like saying the statement out loud or writing it out repeatitively.
I had to slow it down because it was too strong for me. Too many iterations.
No, there is no username being used in this website. That was in the PHP code I use locally with my database.
I changed the statement to say It is Done, because we should always talk as if it's already completed.
The code is writing to an element: <div><span id="time"></span></div>
The in between the <span> tags placeholder gets updated with the statement: Your Chakras are Balanced. Your Window is Cleared. You are Grounded. It is Done.: 00:00:00.000
in the Javascript.
It writes that statement with a stopwatch, so it writes to the screen every 1/10th second.
So it's printing that statement to the browser 10 times a second.
It would be like saying the statement out loud or writing it out repeatitively.
I had to slow it down because it was too strong for me. Too many iterations.
No, there is no username being used in this website. That was in the PHP code I use locally with my database.