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 a <box|img|style|numberlist|bulletlist|HTML-TAG-NAME> named <NAME>
make <NAME>['s] <CSS-PROPERTY> <CSS-VALUE> [and <CSS-PROPERTY> <CSS-VALUE> ...]
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 <TEXT|HTML> into <NAME>
append <TEXT|HTML> into <NAME>
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>]
========================================================================
You may enter 1 or more commands per line with or without: ".. ", at the end of the line.
You MUST enter ".. " between commands on the same line however.
Copyright © 2014 Arnouse Digital Device Corp.
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 http://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.