Browsing projects by Tag(s)

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

Showing page 1 of 3

jQuery is a fast, concise, JavaScript library that simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your Web pages. It is not a huge, bloated framework promising the best in AJAX, nor is it just a set of needlessly complex enhancements. ... [More] jQuery is designed to change the way that you write JavaScript. "You start with 10 lines of jQuery that would have been 20 lines of tedious DOM JavaScript. By the time you are done it's down to two or three lines and it couldn't get any shorter unless it read your mind." - Dave Methvin [Less]

4.70964
   
  6 reviews  |  2,804 users  |  26,356 lines of code  |  93 current contributors  |  Analyzed 9 days ago
 
 

Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform). Includes the xmllint tool for checking documents for well-formedness, validating documents against a DTD or XML Schema, and pretty printing XML input.

3.95349
   
  0 reviews  |  217 users  |  492,672 lines of code  |  43 current contributors  |  Analyzed 5 days ago
 
 

XOM

Compare

XOM is a new XML object model. It is a tree-based API for processing XML with Java that simultaneously supports streaming. In many use-cases, XOM can process arbitrarily large documents with effectively constant memory sizes. XOM strives for correctness, simplicity, and performance, in that order. ... [More] XOM is not complete unto itself. It depends on an underlying SAX parser to read documents and feed the data into the tree structure. [Less]

4.33333
   
  0 reviews  |  15 users  |  113,211 lines of code  |  1 current contributor  |  Analyzed over 2 years ago
 
 

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

5.0
 
  0 reviews  |  10 users  |  76,042 lines of code  |  5 current contributors  |  Analyzed 4 days ago
 
 

phpQuery is a server-side, chainable, CSS3 selector driven Document Object Model (DOM) API based on jQuery JavaScript Library. Two interfaces are provided - Object Oriented PHP and Command Line Interface (CLI).

0
 
  0 reviews  |  4 users  |  52,746 lines of code  |  0 current contributors  |  Analyzed 1 day ago
 
 

FluentDOM provides an easy to use, jQuery like, fluent interface for DOMDocument.

5.0
 
  0 reviews  |  4 users  |  9,573 lines of code  |  0 current contributors  |  Analyzed 2 days ago
 
 

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 transformations, XPath queries etc and comes especially handy for people doing what is lately known as "AJAX" development.

0
 
  0 reviews  |  4 users  |  4,060 lines of code  |  1 current contributor  |  Analyzed 11 days ago
 
 

XPath.js is an open-source XPath 2.0 implementation in JavaScript. The core engine is DOM-agnostic, it can be used with any DOM via custom DOMAdapter implementation. Internally engine operates XML Schema data types.

0
 
  0 reviews  |  1 user  |  5,033 lines of code  |  1 current contributor  |  Analyzed 4 days ago
 
 

KindDom is an XML DOM XPath finder developed at Scout Labs within Ruby on Rails. This small behavioral wrapper around libxml-ruby provides graceful transformation of the content inside XML responses. Three Methods to Access XML Content#content_forAn XPath-based content selector, returning the ... [More] content of the first selected node. When content is found, the closure (block) is called with the content, enabling usage similar to a visitor pattern. This pattern allows your XML consumer to gracefully skip code for missing content. #first_of, #collection_ofXPath-based node selection, returning "kind" nodes, with the same closure & default behaviors as #content_for. NewsOct-10-2008 — After months of development, testing & usage within our Rails app, and now compatibility with the newest version of the underlying libxml-ruby gem, KindDom is stable & ready for production. Version 1.0.0 of the gem is available! DocsSee the source code or rdoc for more help. The tests are good examples too. InstallationInstall the gem to get the kindness: sudo gem install kind_domGem Dependencieslibxml-ruby (qualified with 1.1.3), http://libxml.rubyforge.org/ active_support, part of Ruby on Rails http://www.rubyonrails.org/ Enhancement Ideasreturn value type-casting from ActiveResource-style type & nil attributes read/write DOM test cases ©2008 Scout Labs Inc. http://scoutlabs.com [Less]

0
 
  0 reviews  |  0 users  |  660 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

Boost MiniDOMPurposeMy aim is to provide C++ developers with a portable lightweight DOM implementation depending only on the STL and Boost libraries. A few months ago, I had to write such a thing from scratch for Windows Mobile and SymbianOS. A preliminary implementation hence exists (link here) ... [More] , but it heavily depends upon closed-source components that are owned by my employer. FeaturesThe old version supported asynchronous loading of XML document, automatic decoding of various charsets (utf-8, utf-16/ucs-2, ucs4, latin1, latin9, win1252 and plain ASCII), and XPath queries. For simplicity, and because the design of that old version sucked (really... if you don't believe me, get the source and read the DOMReader class!), the upcoming release will only support synchronous operations. I will re-introduce asynchronous loading once I add support for DOM events. LimitationsThe main limitation comes from a design decision, in order to keep a simple memory management and get all the benefits of automatic memory reclaiming without having to use/write/depend upon a garbage collector. As a result, you must store the Document object somewhere while you want to manipulate its nodes and only keeping a child Node won't suffice. StatusRight now, creating and manipulating DOM nodes should work. However, using the library for other things beside testing is not recommended right now (think of it as pre-alpha code). The DOMReader class has just been posted in trunk, and I have yet to test it. The old class worked and this is a port/boostifization/cleanup so there shouldn't be any big problem with it. The library compiles with Visual C++ 2005 SP1 on Windows and with GCC 4.1.2 on a Linux Gentoo box, so it might as well compile when using another compiler. Portability is a priority, but testing all the compilers is obviously not one at this stage of development. RoadmapSee the issue page. [Less]

0
 
  0 reviews  |  0 users  |  6,045 lines of code  |  0 current contributors  |  Analyzed 11 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.