The Infinity App use a new approach in Speed-reading technique, using acceleration.
It is based in Figures and Shapes of http://www.speed-memory.com/ (or FastMemory) Technique.
Using different velocities the mind can use different strategies to absorb information to Working Memory across the word velocity acceleration, for example:
To install Infinity App you need to put the files in the Github repository in a folder on a PHP server (you can use XAMP,WAMP, MAMP). The App not uses databases or other add-on. You can test it by open the file "inifinity.php" in the browser.
_n=velocity; // The velocity is in words per minute (wpm)
if(wordCount>=3) //word count is 0 to 15
_n = _n + _n * 0.2;
if(wordCount>=6 && wordCount<9)
_n = _n + _n * 0.4;
if(wordCount>=9 &&wordCount<12)
_n = _n + _n * 0.6;
if(wordCount>=12 &&wordCount<14)
_n = _n + _n * 0.8;
velocity=_n;
Description of Shapes and Colors discipline in Fast-Memory or Speed-Memory competitions: http://www.insanity-mind.com/train-memory-championship-ii-figures-test/
Also the App have grafem-color synesthesia experimental features.
The App is compatible with tablets, mobile phones, and Desktop Pc
The App is programmed in PHP, Javascript and Html using the jQuery and underscore.js libraries
You can contact to my mail: [email protected]