|
Help
Easy Code Creator(ECC) is a simple way to write code, and immediately see the results. ECC reduces development time by reducing errors, and by live testing. HTML & CSS This section gives you the ability to live test any html and css code. In the upper right hand corner you can enter the url to a web page to have it imported into the input field. Regular Expressions The Regular Expression tester uses the Javascript RegEx replace function. The Javascript implementation of Regular Expressions recognizes all the standard Perl-compatible regular expression modifiers, with a few exceptions. Most notable is the absence of the dotall modifier. The alternative is to use something like [\s\S] instead of the dot, in order to match everything including line-breaks. It is best to use the least amount of text necessary to test a matching pattern, as browsers tend to freeze or crash when failing to match a pattern against a large amount of text. Javascript This section allows you to enter inline javascript and html to test various javascript manipulations of html. The output loads into an iframe in order to give you the ability to manipulate the entire dom with a "blank slate". |
General Info:
Why ECC? What ECC is not Upcoming Updates Also in the works is a developer version that will allow website developers to create a custom look and feel, and resell ECC as a fully integrated content management system. The new system will feature custom logo's, custom colors, and feature selection. Saving and Printing All three editors have the ability to save and or print the results.
|