Projects tagged ‘svg’ and ‘vml’


[19 total ]

7 Users
 

Ample SDK is a standard-based cross-browser JavaScript GUI Framework for building Rich Internet Applications. It employs XML technologies (such as XUL, SVG or HTML5) for UI layout, CSS for UI style ... [More] and JavaScript for application logic. It equalizes browsers and brings technologies support to those missing any. [Less]
Created 23 days ago.

2 Users
 

Wt (pronounced 'witty') is a C++ library and application server for developing and deploying web applications. It is not a framework which tends to enforce a way of programming, but is a widget ... [More] library. The API is widget-centric, and inspired by existing C++ Graphical User Interface (GUI) APIs. To the developer, it offers complete abstraction of any web-specific implementation details, including event handling and graphics support. [Less]
Created about 1 year ago.

1 Users

WWW SQL Designer allows users to create database designs, which can be saved/loaded and exported to SQL scripts. Various databases and languages are supported. Ability to import existing database ... [More] design. AboutHi and welcome to WWW SQL Designer! This tool allows you to draw and create database schemas (E-R diagrams) directly in browser, without the need for any external programs (flash). You only need JavaScript enabled. The Designer works perfectly in Mozillas (Firefox, Seamonkey), Internet Explorers (6, 7, 8), Safari and Operas. Konqueror works, but the experience is limited. Many database features are supported, such as keys, foreign key constraints, comments and indexes. You can either save your design (for further loading & modifications), print it or export as SQL script. It is possible to retrieve (import) schema from existing database. WWW SQL Designer was created by Ondrej Zara and is built atop the oz.js JavaScript module. It is distributed under New BSD license. If you wish to support this project, at PayPal! NewsNew releaseVersion 2.4 was released on 5.11.2009. Several outstanding issues were fixed and new locales added. ReleaseVersion 2.3.3 was released on 28.7.2009. This long-awaited release includes numerous fixes, compatibility improvements, new locales, backends and DB datatypes. ReleaseVersion 2.3.2 was released on 8.1.2009. Apart from some traditional bugfixes and locales, a new functionality is introduced - the ability to mark foregin keys between existing table fields! Google CodeThe project was recently moved to Google Code hosting, which (amongst many other things) introduces Subversion hosting. Enjoy! (The old website, http://ondras.zarovi.cz/sql/, will still exist for some time.) 2.0 is hereGood news: A new version of WWW SQL Designer, rewritten from scratch, is now available. I has many new features, including bezier connectors, support for various customizations, localization, options and more. Bad news: This new version is not backwards compatible with 1.x, so all old localizations and XSLT templates won't work with 2.x. Sorry for inconvenience :/ [Less]
Created 12 months ago.

0 Users

a lightweight javascript library providing a svg/vml abstraction layer
Created 2 months ago.

0 Users

coming soon...
Created 4 months ago.

0 Users

GWT GraphicsThe goal of the GWT Graphics library is to provide a consistent cross-browser vector graphics library for Google Web Toolkit. GWT Graphics uses SVG and VML for creating graphics. ... [More] Supported browsersThe library has been tested to work with the following browsers: Internet Explorer 6 and newer Firefox 3.0 and newer Safari 3.2 and newer Opera 9.6 and newer How to use it?Download gwt-graphics.jar (see release notes too) and add it to the classpath of your project. In addition, you have to add the following line to the Module XML file of the project: After the above two steps, you can use GWT Graphics in your project. To draw something with the library, you have to add an instance of DrawingArea to your application: DrawingArea canvas = new DrawingArea(400, 400); panel.add(canvas);After that you can start drawing. For example, the following code draws a red circle : Circle circle = new Circle(100, 100, 50); circle.setFillColor("red"); canvas.add(circle);For more information, see project's home page. [Less]
Created 2 months ago.

0 Users

This project uses and extends the Ext javascript library with base vector graphic element classes and graphs. Includes Vml for Internet Explorer and SVG for Firefox and Safari.
Created 12 months ago.

0 Users

Jscanvas is a javascript graphic library. It use the ability of browser to draw graphics. For example, it will use vml on IE and svg on Firefox and Opera.
Created 12 months ago.

0 Users

This project aims showing automatically generated musical sheets within webpages using Javascript and vectoral graphic formats(SVG, VML). The Javascript application will read MusicXML formatted file ... [More] and render musical sheets of these files to show it within web pages. [Less]
Created 11 months ago.

0 Users

This projects aims to deliver a JavaScript implementation of SVG 1.1 to fill this technology gap in Internet Explorer browser.
Created 12 months ago.