0

Creating my First Web App


I’m currently creating my first web application to aid my class assignment, specifically CS110 (Computer Concepts). The reason I came up with this web app idea is because there are 12 Chapters in the textbook for the course and we must answer the questions at the end of every chapter, but there is only one sheet of assignment paper. The professor told us to xerox some copies for future assignments. I thought this is a good idea to create a web app based on this sheet of paper. Originally, I planned to use scanner to scan it to my PC and directly working on it. Because there aren’t any good OCR tool available in GNU/Linux, as far as I know, and my writing is terrible, I decided to convert it to a web app.

Today I started creating the web app. I finished coding it using HTML and PHP and putted it to test. I used it to complete the Chapter 2 assignment. During the test, I was beginning to come up inspirational ideas, like auto change to the next text field in the same table column when it reaches maximum length and move the last incomplete word to the new text field like word processor. Unfortunately, I only knows little about JavaScript. I’m researching on how to do these. Maybe I will keep these ideas for my next project if I didn’t find anything on how to accomplish these.

I plan to complete the web app tomorrow. It will be “released” under CS 110 homepage on the robbychen.com website.

There are no posts related to Creating my First Web App.