CodeCharge Studio: Difference between revisions

Content deleted Content added
Technologies: The xxxx_events.php example did not have "_events" so I added it.
Tags: Mobile edit Mobile web edit
Line 38:
* '''OOP''' - The generated application is [[Object-oriented programming|Object Oriented]].<ref name=macintyre2006/> Every structural element, like database connection, grid, navigation bar, the visible page itself etc. are all objects.
The application uses the Microsoft .NET 2 Framework and will also install when the .NET 3.5 framework is detected on the host computer.
* '''Templating ''' - Codecharge uses HTML template pages to generate visible internet sites. Templates of web pages may be previewed before making it "live."<ref>Linda M’mayi. "[http://sist.fnal.gov/sidebar/linda.pdf Website Development for Automation of the Leave/Travel System and to Interface a Database]." ''Summer Internship in Science and Technology (SIST)''. Fermi National Accelerator Laboratory, Batavia, IL. 11 August 2005.</ref> There are xxxx.html files, accordingly xxxx.asp (xxxx.php etc.) code files and for server side events a separate xxxx_event.asp (xxxxxxxx_events.php etc.) files.
* '''Customization''' - CodeCharge provides its users a standard way to set up custom code for handling events not fully addressed by the built-in features.<ref name=yank2002/>