9 projects tagged "Web app"
Bontq is Web-based project management software for project managers, software developers, and testers. It allows you to manage projects and track bugs, tasks, and feature requests very easily because of its clean and user-friendly interface. The essential part of Bontq is its cross-platform desktop client, which allows you to capture screenshots, record videos, and attach them right to your items (bugs, tasks, issues, etc.).
ERDaddresses is a simple little address book program using text files. In addition to text data, contact photos can be viewed. Additional applets can be downloaded. The GUI interface used is ERDialog, which is written in Erlang and interfaces through a Web browser. It is cross-platform where ever Erlang and Yaws run. This is a full release ERDialog framework so applets can be added.
HackIt! is a strategic game where your goal is to control as many Web sites as you can by hacking them. It is played on an infinite map (the whole Web) where hackers struggle for the control of the Internet. The game involves scanning sites to know who they belong to, hacking your friends' favorite pages, or tracking them to kick them out of the net.
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.