The application I developed as part of my thesis for the OKJ (National Vocational Qualification Registry) Internet Application Developer qualification.
It’s an interactive table-based form builder written in JavaScript, with the JQuery framework. The interface for managing the saved forms is fueled by CodeIgniter. It supports multiple languages, English and Hungarian right now. All the table operations are done, and all the input types (including select) are supported. Only tested with XULRunner-based browsers, and Opera to a lesser degree. IE is explicitly non-supported. It outputs beautified HTML based on the DOM created by the user. The code and commit comments are in Hungarian as a requirement, but the UI is fully translated into English (and the source itself uses English names for variables and functions).
I'm Zoltán Nagy, student and developer. This blog is a collection of tips, ideas and thoughts on some tools used for building web applications. You can read more here. See Contact for how you can reach me.
Form builder
Links:
The application I developed as part of my thesis for the OKJ (National Vocational Qualification Registry) Internet Application Developer qualification.
It’s an interactive table-based form builder written in JavaScript, with the JQuery framework. The interface for managing the saved forms is fueled by CodeIgniter. It supports multiple languages, English and Hungarian right now. All the table operations are done, and all the input types (including select) are supported. Only tested with XULRunner-based browsers, and Opera to a lesser degree. IE is explicitly non-supported. It outputs beautified HTML based on the DOM created by the user. The code and commit comments are in Hungarian as a requirement, but the UI is fully translated into English (and the source itself uses English names for variables and functions).