Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

Tina MVC for Wordpress

Compare

  No analysis available

Tina MVC provides you with base classes and helper classes and functions on which you build your Wordpress applications. It uses a lose model view controller pattern to abstract design and logic and make life easier for you and your HTML designer. Tina controllers are accessed through any of: ... [More] - a Tina MVC Wordpress page - a Tina MVC widget - a Tina MVC shortcode - the function $Tina_MVC->tina_mvc_call_page_controller() function from your theme file (or even another page controller) Tina MVC includes helper functions and classes: - a form helper for creating, displaying and processing HTML forms - a pagination helper for producing paginated lists from your custom SQL - a HTML table helper - general functions to help streamline your development efforts [Less]

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: Commercial, gpl

openhab-wundasmart-widgets

Compare

  Analyzed 5 months ago

Widgets to go with the openhab-wundasmart binding

0 lines of code

0 current contributors

over 1 year since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: EPL2

PyJsGlade

Compare

  No analysis available

PyJsGlade is a glade-like application to build a user interface for a pyjamas (http://pyjs.org) based project.

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: No declared licenses

cobogw

Compare

  Analyzed about 8 hours ago

The official cobogw Issue Tracker & Source Code. This project contains 2 separate libraries: a widget library and GWT specific extensions. Widget LibraryThe cobogw widget library consists of a number widgets and tools that extend the widgets present in the GWT library itself. Among others ... [More] the library contains a RoundedPanel and a Button widget that use only CSS to render. The Button is based on the CSS button as can be found in some Google products, like GMail. Other widgets are a Rating widget and a VerticalTabPanel. The list of available widgets is shown below and are also shown in the demo. demoAll widgets and tools are created to be easy to use and are very well documented. Version 1.3 is for GWT 1.6.4, 1.7 and 2.0.2, version 1.2.5 is for GWT 1.5.3. The widget library contains the following widgets: Note: The Button widget requires GWT 1.5.3 or higher Button - A CSS styled widget, using only CSS to create a shading effect: (demo. Specific for the Button a (configurator is available to easily create your own CSS style for a button). ButtonBar - A panel to horizontally align the Button widgets. RoundedPanel - A widget to create similar rounded corners as found in several google web applications (demo). RoundedLinePanel - An extension to the RoundedPanel that adds a single pixel line around your rounded widget. Rating - A widget that allows users to set ratings (demo). Span/TextNode - Widgets to add span and a text node tags to other widgets without overhead of additional div tags (demo). VerticalTabPanel - TabPanel that displays tabs stacked on the TabBar which is positioned on the left side of the tabPanel. CSS - A helper class to help with CSS properties. And some other simple widgets and helper classes... For more information on how to add the jar file to your project, see the wiki page UsingJarFile or the README.txt in the zip. Release Notes You can also read the javadoc online or find it in the zip. Maven2 SupportThe libraries are also supported for maven2. The repository is located at http://cobogw.googlecode.com/svn/maven2/. Add the repository to your pom.xml file: cobogw Cobogw repository at googlecode http://cobogw.googlecode.com/svn/maven2 And add the following dependency to get the library: org.cobogw.gwt cobogw 1.3 gwt.bouwkamp.comThis project was original released at gwt.bouwkamp.com, but has been moved to a new name which better reflects the open source nature of this project. It's still released under the Apache 2.0 license. To update your project add the org.cobogw.gwt.jar to your project and remove the com.bouwkamp.gwt jar file and update your imports. This project has the same interface as the gwt.bouwkamp project, but only has a different package structure. GWT emulation of java.sqlA long time ago GWT didn't support the sql time classes. At that time I created a GWT compatible implementation. Since then GWT has added implementations for these classes. At the current moment (GWT 2.0 release) the GWT implementation for Timestamp is workable, it only fails on some border cases on the nano part: inserting negative long numbers as time, compare returns other value as java, but the value is correct according to the specification, and the toString for a 0 value nano returns instead of 1 zero, 9 zero's. This means for GWT 2.0 you probably don't not need this patch anymore, unless you encounter those specific use cases. For older version of GWT it is recommended. But in case you need it a version is available. To use: GWT 2.0 cobogw.gwt-patch-2.0.zip (zip) Older GWT versions cobogw.sql.java-1.1.zip (zip) GWT relevant issues (in the GWT issue tracker): GWT issue 87, GWT issue 3731, GWT issue 3806 and GWT issue 4048. Test results of the Timestamp implementation in GWT 1.7 using this JUnit test case. The results of the same test when running in hosted mode (this uses the native Java implementation) and the results with the implementation provided by the cobowg.sql library running in web mode. Test results of the Timestamp implementation in GWT 2.0.2 using this JUnit test case. [Less]

53.7K lines of code

0 current contributors

about 14 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This
Tags gwt widgets

WiJS

Compare

  Analyzed 1 day ago

Currently experimental, WiJS (which I think might be pronounced widges, like fridges, midges or bridges) is a small library to provide a declarative, widgetised UI for Javascript. The library allows you to define widgets (or wijits as I'll rather cheesily call them!), each of which has an xml ... [More] file to define the html markup, and a JavaScript object which contains the logic for the widget. Wijits used within the xml will be automatically instantiated as the parent widget is rendered. [Less]

673 lines of code

0 current contributors

about 13 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

WonderGUI

Compare

  Analyzed 1 day ago

Cross platform, bitmap based, Graphical User Interface for games and other multimedia programs that wants a custom made look-n-feel. Implemented in C++ and released under GPL and multiple commercial license offers. Used since 2005 in commercial products.

184K lines of code

2 current contributors

23 days since last commit

0 users on Open Hub

Moderate Activity
0.0
 
I Use This
Licenses: commercia..., GPL2

chano

Compare

  No analysis available

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: lgpl

sight

Compare

  Analyzed about 11 hours ago

Sight, the Surgical Image Guidance and Healthcare Toolkit aims to ease the creation of applications based on medical imaging. It includes various features such as 2D and 3D digital image processing, visualization, augmented reality, and medical interaction simulation. It runs on Windows and Linux ... [More] , is written in C++, and features rapid interface design using XML files. It is freely available under the LGPL. [Less]

361K lines of code

0 current contributors

1 day since last commit

0 users on Open Hub

Moderate Activity
0.0
 
I Use This

Qt4 Bindings for Perl

Compare

  Analyzed about 10 hours ago

Perl bindings for Qt4. This project aims to have a production-ready module that is similar in syntax to the PerlQt 3 binding. There is currently no official release, but you can check out the source from svn and compile them yourself. See the INSTALL file for instructions on how to do this. ... [More] Once the bindings are built, there are many examples in the example directory that are direct ports to Perl of the C++ examples that ship with the Qt library. Based on the Smoke library, so the final version will support any method that Smoke supports. Create Perl packages that subclass, extend, and override their C++ parents Create signals and slots: connect Qt defined signals to Perl subroutines, and Perl defined signals to Qt slots Signals and slots defined in parent packag [Less]

81.8K lines of code

0 current contributors

almost 9 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

Echo3 Web Framework

Compare

  Analyzed 1 day ago

Echo is a platform for building web-based applications that approach the capabilities of rich clients. The applications are developed using a component-oriented and event-driven API, eliminating the need to deal with the "page-based" nature of browsers. The latest iteration, Echo3, features ... [More] the ability to write applications in either server-side Java or client-side JavaScript. Server-side applications do not require developer knowledge of HTML or JavaScript. Cross-platform AJAX technology is used for rendering, and no browser plugins are required. Echo is open-source software, dual-licensed under the Mozilla Public License and LGPL. [Less]

52.3K lines of code

1 current contributors

over 6 years since last commit

0 users on Open Hub

Inactive
5.0
 
I Use This
Licenses: lgpl21_or..., mozilla_p...