23 projects tagged "Dynamic Content"
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.
SiteForge is a software project management tool for distributed development teams to manage software projects. SiteForge brings together the various aspects of a software project into one place, including source code access (CVS), bug/issue tracking, project members, discussion forums, documentation, product release downloads, and news announcements. SiteForge is similar to the the software that runs SourceForge.net, GForge, Savane, GBorg, and Trac. It attempts to be easier to install, reliable, secure, and well-supported.
OpenEMM is a Web-based enterprise application for email marketing, marketing automation, email newsletter, and service email (like transaction email and event and time triggered email). It offers many features for professional users, among them: a great user interface, automatic bounce management, opening and link tracking, a lot of graphical real-time statistics, a content management system, a multi-queue mail backend for maximum sending performance, a plugin interface to easily extend the core functionality, and a scripting feature to enhance the functionality of OpenEMM with triggerable customized actions.
WaveMaker is a RAD development tool for Web and cloud apps, with more than double the monthly downloads of any other RAD tool. Its visual, drag, and drop tools flatten the Java learning curve by 92%, enabling any developer to build enterprise Web applications that deploy to a standard Java platform. The WYSIWYG studio creates standard Java applications with 98% less code, boosting developer productivity and quality without compromising flexibility. Applications are cloud-ready and include built-in support for multi-tenancy and elastic scaling.
Conquest is a simultaneous turn-based strategy game placed in a dark and distant future. Play the role of a futuristic commander. Divide your armies and conquer the world. Position satellites to reveal your opponents. Launch missiles to annihilate big armies, but watch out for incoming drop pods behind your back. Standing in your path to victory are other commanders like yourself. Fight them off one by one and prove you are the greatest of the great. The combination of fast gameplay and randomly generated maps equals intense, restless nights of battles for cities. Drag and drop your way to victory.
PHPTAL is a fast, safe, XML-based template engine for XHTML and HTML5. It implements Zope's Template Attribute Language, which has clean, concise syntax that is compatible with XML tools (no custom ugly tags), and template source files can even be previewed in Web browsers or opened in WYSIWYG editors. Templates are compiled to PHP and cached, giving great performance and taking advantage of PHP accelerators. PHPTAL by default ensures well-formed output and escapes XML-unsafe characters everywhere, which means that your pages can be completely safe against HTML-injection (XSS) without great effort. It features fine-grained caching of output, pre- and post- filters, internationalization via gettext or custom backend, creation of custom template attributes and expressions, and templates loaded from non-standard sources (e.g. databases). It supports UTF-8 well, is easy to integrate and redistribute with PHP frameworks and applications, and has an object-oriented design and a comprehensive unit test suite.