1486 projects tagged "Web"
PHP GUI API is a package that renders HTML pages composed programmatically. It is designed in a similar fashion to Java's GUI package, but it is for HTML components rather than desktop applications. It consists of a set of classes that wrap around several types of HTML page components and CSS elements that can be composed and configured programmatically to generate whole pages. The classes render the page by generating HTML for each element and the contained elements. It provides classes for wrapping paragraphs, divisions (div), input fields, forms, tables, images, links, etc.
JGame Flash is an ActionScript 3 port of the JGame 3.5 API. It can be compiled with the free Flex toolkit. A Java-AS3 translator is included to make porting games easier. The goal of this project is to eventually enable JGame Java games to be converted (partially) automatically to ActionScript 3. JGame Flash works on Android Flash 10.1 and supports accelerometer input.
Luminous is a powerful and modern syntax highlighter written in PHP. It supports a range of popular languages, including C, CSS, JavaScript, PHP, Python, Ruby, XML/HTML, and many more. Luminous is separate from many similar PHP (and JavaScript) based highlighters in that it implements hand-written language scanners to better understand complex languages. It aims to output high quality highlighting in HTML and LaTeX, which can be themed by CSS.
Agile Toolkit is a powerful object-oriented platform for Web user interface development. It can help you build a simple administration system or Web data manager quickly and with ease. It focuses on seamless integration while being simple to learn. Agile Toolkit fills the gaps between ORM and the user interface. It lets you focus on the business logic of your application and leave implementation details (such as HTML, JavaScript, AJAX, and CSS) to Agile Toolkit.
The KFramework is a Java/Swing framework for distributed/Web applications implementing the SOFEA/SOUI architecture and domain driven design. Under this approach the application leverages the power of personal computing for a true MVC platform, while reducing infrastructure costs and risks.
JavaScript Page Animation Object is a standalone JavaScript object that can be used to animate elements of HTML Web pages, without requiring additional libraries. It can manage one or more animations that may run in parallel. Each animation is composed of a sequence of steps that apply individual effects to Web page elements. Currently, it supports the following effects: showing or hiding page elements, fading in, fading out, and replacing, appending, or prepending HTML to a page element, sliding in and out a page element, scrolling the page to make an element visible, showing a number incrementing gradually until it reaches a given value, and giving emphasis to a page element by drawing a circle around it or underlining with lines drawn on HTML5 canvas objects. It also supports pseudo-effects for synchronization purposes like canceling a parallel animation or waiting for a given period of time.
[fleXive] CMS is a Java EE content management system based on JavaServer Faces 1.2. It combines the power of JSF XHTML templating with that of the Java EE 5 content repository, [fleXive]. Some highlights include dynamic JSF templating (Facelets), easy integration of custom logic with EJB or JSF beans, a modular structure, Maven support, generic data structures, and WebDAV and CMIS support. It incorporates all core [fleXive] features like security, versioning, multilinguism, and scripting.
Fulworx is a REST framework that uses simple annotations of XWork "Action" implementations to expose restful interfaces. Similar to Struts, Fulworx sits as a controller on top of Restlet. Each action is attached as a resource using Restlets. Standard resources are represented by default as XML (or JSON) using JAXB, but any representation may be specified. Actions may be used in other frameworks such as Struts and Webwork, since they're just XWork implementations.