Wordpress plugins
EasyCoder Plugin

EasyCoder Plugin

Version : 2.7.3
Tested up to : 5.2.7
Number of download : 11
Average rating : 5 / 5 on 1 votes 1 votes, 5 avg.rating

Screenshots

EasyCoder Plugin
EasyCoder Plugin
EasyCoder Plugin
EasyCoder Plugin

EasyCoder is a programming language written in JavaScript/ECMAScript6 and packaged as a browser plugin. It is known to work with popular browsers such as Chrome and Firefox on Windows or Linux, as well as on current iOS and Android devices. EasyCoder is for non-programmers, who generally find JavaScript hard to learn. Not everyone wants to be a professional programmer; most just want to achieve results with the minimum of effort. The work done by JavaScript in a web page mostly uses a small fraction of its capabilities, so we’ve taken the more common requirements and packaged them up in an English-like script syntax. Some of the things you may want to do are Change the appearance of a screen element by modifying its CSS attributes. You may want something a little – or a lot – different to what your theme provides Show and hide parts of your content, avoiding the need to reload the page by putting everything in at the start and selecting which parts of it to show React to button clicks and other events by altering the appearance or revealing content as above Retrieve content from web services using REST and JSON Draw and animate simple graphics Create a Google Map, put markers on it and intearct with the map and the markers Use CodeMirror to create a unique color-coded text editor Include the CKEditor rich text editor in your pages Include the Showdown markdown converter in your pages EasyCoder provides a simple syntax to do all these things, at about the same level of complexity and readability as SQL or Excel macros. It’s a full programming language, though, capable of making complex logical decisions. EasyCoder scripts are embedded in your page or post, inside a special “preformatted” tag. When the page loads, EasyCoder looks for this element then compiles and runs the script it contains. When it interacts with HTML elements it attaches their IDs to its own variables, so your HTML and its controlling script are in the same file. The EasyCoder core module is currently about 60k bytes in its minimised form and it downloads its own plugin modules from a growing library. Its performance is good because it precompiles scripts – a process that takes jus a few tens of milliseconds – and the compiled code for each command is only a thin wrapper around the corresponding JavaScript functionality. When EasyCoder detects an error, either in compilation or at runtime, it opens a popup window with a friendly error message that tries to tell you what went wrong and where in the script it happened. As a further help when developing scripts, EasyCoder has a single-step tracer where you can decide which variables to display for each step of your script. To use this feature you add another special “preformatted” section to your page and add the ‘trace’ command in your script where you want tracing to start. See the Documentation. EasyCoder has a fully pluggable architecture. This means any JavaScript development team can make their own plugins, that ‘wrap’ EasyCoder functionality round their products so WordPress site developers can use them without the need to learn JavaScript. Plugins can be served from any website without any need to notify EasyCoder Software. Documentation Extensive documentation is available at our documentationpage. Examples A range of example scripts can be seen at our examples page. Learning resources For tutorials and a programmers’ reference see our EasyCoder Software Codex.

Download now