Projects tagged ‘crossbrowser’ and ‘xml’


Jump to tag:

Projects tagged ‘crossbrowser’ and ‘xml’

Filtered by Project Tags crossbrowser xml

Refine results Project Tags javascript (4) ajax (3) ecmascript (2) dhtml (2) light (1) safari (1) canvas (1) scripting (1) dom (1) dynamic (1) opera (1) wax (1)

[4 total ]

2 Users

Sarissa is an ECMAScript library acting as a cross-browser wrapper for native XML APIs. It offers various XML related goodies like Document instantiation, XML loading from URLs or strings, XSLT ... [More] transformations, XPath queries etc and comes especially handy for people doing what is lately known as "AJAX" development. [Less]
Created over 3 years ago.

0 Users

WAX.js is an ECMAScript implementation of the Writing API for XML (WAX). WAX has the following characteristics and benefits: - Focuses on writing XML, not reading it - Requires less code than ... [More] other approaches - Uses less memory than other approaches because it outputs XML as each method is called rather than storing it in a DOM-like memory structure - Doesn't depend on any libraries or proprietary browser technology other than a javascript interpreter - Is very small in size, especially the compressed version - Writes all XML node types - Always outputs well-formed XML or throws an exception - Provides extensive error checking - Automatically escapes special characters in text and attribute values unless escaping is turned off [Less]
Created about 1 year ago.

0 Users

GenerEEK is a web framework build to make new web technology simple and funky. Most of the web framework are difficult to use (if you don't know very well development method's) or too simple to do ... [More] everything you want. So even if you are a good developer that take time to develop new application. Some new move are very interesting (like AIR, Silverlight or JavaFX) but it's counting on setup an external program/plugin. More you have program's on your computer more you risk to have security issues. Here we propose a system to use all the good part of the new technology. The framework load (download) only a basic system environment and load (download) step by step others modules/templates if you need it. Made in Javascript, only running in client environment Working on 99% of browsers Cross domain Ajax Technology Describe your application in XML ... nothing else Nothing to install on the client side, open your browser and GO Ajax, motion and event system 100% managed from XML Cross Language ? Actually supporting PHP but this framework needs only 10 line of PHP, so its really simple to use it with others language So light ... You can use others new technology too with external program/plugin, but you don't need it to make some funky application ... ... watch the demo and enjoy [Less]
Created 12 months ago.

0 Users

Example that makes use of Javascript and the canvas object to connect dynamic HTML objects with lines in any angle. In addition, when HTML objects get different coordinates, connecting lines follow ... [More] automatically. The methods used in this example can be very useful for drawing roadmaps, mindmaps, etc. without the use of any browser plugin (without Flash, JRE, etc.). This project aims to be cross browser. Therefore it depends on http://code.google.com/p/explorercanvas for Internet Explorer compatibility. To run the code, copy the complete trunk onto a web server set up with PHP5. screenshots [Less]
Created 4 months ago.