10 projects tagged "HTML"
PhpPeanuts is a framework for developing database-backed applications in PHP. Rather than building an application from the bottom up, you initially only build domain model classes in which you specify properties, relationships, and database table names in metadata. The framework dynamically scaffolds getters and setters, persistency, navigation over relations, and input and delete validation. The abstract user interface instantly offers a rich set of pages for searching, browsing, drilling down, editing and reporting over your domain model. From there on you extend and refine both the domain model and the user interface to make it what you want by defining specialization classes and overriding inherited methods.
Jenner is a Web page templating system with a twist: it runs completely within a Web browser. Templates are just normal Web pages with special syntax inside text nodes, attributes, or comments. Unlike other in-browser templating systems, Jenner does not require overloading of "class" attributes or invalid HTML; all Jenner templates are valid Web pages and the template expressions flow in a very natural way. Having the template engine in the Web browser instead of on the server takes a lot of load off of the server, and makes for a clean separation of presentation and content. Jenner is very powerful: it has the full power of the Esel expression language at its disposal. Templates can be rendered from JSON data, and can be re-rendered without a browser-to-server round trip.
JWt (Java Web Toolkit) is a library for developing accessible and interactive Web applications with an API that is widget-centric and inspired by desktop GUI APIs. To the developer, it offers abstraction of Web-specific implementation details, including graceful degradation. Under the hood, the library uses the latest techniques when available to handle events and update the user interface.
Mix2ool is an integrated framework for Web development on both the client side with JavaScript and HTML5, and on the server side with PHP. It enables the use of HTML5 and some more useful components by extending jQuery. The server side defines a well-structured file skeleton and provides some useful libraries.
MediaCore is a media-focused CMS. It features rich video and audio support, YouTube/Vimeo integration, HTML5 video, support for the iPad/iPhone, podcasting, iTunes RSS generation, user-submitted content, an embedded media player, and searching. It is highly customizable. There is both a front-end for users and a back-end for administrators. Users can browse videos or podcasts. Users can search for videos by topics and tags. Users can upload videos to the platform; administrators can moderate newly uploaded videos. Administrators can add video, audio, or podcasts. A comment platform for moderation is built-in. Podcasts can be video or audio. It also has automatic iTunes feed generation, automatic RSS feed generation, and feedburner support.
proghelp generates a Web application using a modified create table SQL syntax. It generates PosgreSQL stored procedures, a db layer, a BLL layer, a Web interface using WebToolkit (Wt), and random data for testing. It sets up default security: authentication and authorization. Modified SQL grammar allows you to mark search keys: the project automatically generates function calls and stored procedures with these search keys and exposes them in the UI. The project looks at foreign key references and automatically builds select dialog boxes.
WebFloor is a Web application framework built on top of OfficeFloor. It enables Java Web development integration with WYSIWYG Web design tools, such as DreamWeaver. WebFloor keeps the two loosely coupled by using only the following within HTML pages: ${property}, #{link}, and <!-- {section} --> (i.e. no special tags are required). This means that graphic designers can work with tools such as DreamWeaver, and Java developers can work with Eclipse, allowing both to integrate their work to create well presented and functional Web applications.
MetaWareJ is a Java framework for creating Web-based business applications. "Business applications" means applications which deal with data input, validation, and processing, based on a set of business requirements and rules. Applications built with MetaWareJ are Java Web applications utilizing HTML/JavaScript. They can, however, run unmodified as traditional GUI applications (using Swing) or be installed on an Android device and use the native user interface. They can also produce a variety of outputs such as charts, PDF reports, CSV exports, etc.