My favorites | Sign in
Google
Projects on Google Code Results 1 - 7 of 7
=Important Update= *We have moved the code hosting to [http://github.com/rwallace/cssselectors/tree/master GitHub]. * I'm tired of XPath. It's ugly and clunky and can be hard to remember all the right syntax. It's a lot of baggage to carry around when you're trying to write integration tests. ...
=Prototype Profiler= ==Overview== Prototype Profiler (pro2js) is a utility that can be used to detect poorly performing JavaScript code. In contrast to other profilers, pro2js supports all commonly used browsers (including IE6). It allows you to work with test results easily and performance is exc...
This project is now hosted @ github: [http://github.com/kamicane/slickspeed/tree/master slickspeed]
A .NET library to select items from a node tree based on a CSS selector. The default implementation is based on [http://www.codeplex.com/htmlagilitypack HTMLAgilityPack] and selects from HTML documents. There over 140 unit tests - see below for more information. The tests are based on the jQuery sel...
!IronCss is .NET library which aims at enabling [http://www.w3.org/Style/CSS/ CSS] styling mechanism for .NET desktop and Silverlight applications. This is a very early alpha version not intented to be used in production environments. ==Goals== * Be suitable and easy adaptable for various...
JSS (JavaScript Stylesheets) is a JavaScript implementation of CSS and more. JSS allows you to define stylesheets using a CSS-like syntax. Furthermore, JSS allows you to access many of the complex features of jQuery in a simplified, designer-friendly way. For more information, see the JSS homep...
A standalone Javascript DOM selector engine.