You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JEnglish is a simple English Programming Language, which allows you to create web pages using just words
Recent Updates:
Base Code now At Version: jenglish-1.0.js
This Version Has the following Commands Pre-Defined:
CREATE
create a <box|img|style|numberlist|bulletlist|HTML-TAG-NAME> named <NAME>
MAKE
make <NAME>['s] <CSS-PROPERTY> <CSS-VALUE> [and <CSS-PROPERTY> <CSS-VALUE> ...]
MOVE
move <NAME> <left|right|up|down> <UNIT-VALUE> [and to the <right|left|up|down> <UNIT-VALUE>]
This is the most flexible just make sure it follows <MOVE-DIR> <UNIT-VALUE>, one after the other.
You may specify: <left> or <right> and/or <up> or <down>
INSERT
insert <TEXT|HTML> into <NAME>
APPEND
append <TEXT|HTML> into <NAME>
WHEN
when <NAME> is <clicked|hovered> ...
clicked:
open <URL> - Opens the <URL> in a New Window
goto <URL> - Opens the <URL> in the Same Window
show <NAME> - Makes <NAME> visible to the user
hide <NAME> - Makes <NAME> invisible to the user
hovered:
make <CSS-PROPERTY> <CSS-VALUE> [otherwise <CSS-PROPERTY> <CSS-VALUE>]
Licensed under the Creative Commons Attribution-NonCommercial 4.0 International Public License (“Public License”); you may not use this file except in compliance with the Public License. You may obtain a copy of the Public License at
https://creativecommons.org/licenses/by-nc/4.0/legalcode
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
About
JEnglish is a simple English Programming Language, which allows you to create web pages using just words