Coding for websites with text input: Java, JavaScript, HTML5, PHP, ... using LiveConnect http://www.sitepoint.com/connect-java-to-javascript-with-liveconnect/ bundled JDK 8 http://www.infoq.com/articles/nashorn GWT is special project to do it http://www.gwtproject.org/overview.html learn javascript or php, java or C++ (C# is .NET, microsoft, interpreted?) PHP reads lines while (FALSE !== ($line = fgets(STDIN))) { echo "line=$line"; } HTML5 text input and Javascript textBoxes.html

Text Box Input and Output

http://www.dummies.com/how-to/content/how-to-manage-text-input-and-output-with-javascrip.html Javascript multiline parse http://stackoverflow.com/questions/3800795/parse-a-textarea-in-substrings-based-on-line-breaks-in-javascript HTML5 form element sent to PHP http://www.html-5-tutorial.com/form-element.php?your_name=Fred HTML5 text area, does not do anything, need PHP ***