Browsing projects by Tag(s)

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

Showing page 1 of 1

The YUI Compressor is JavaScript minifier designed to be 100% safe and yield a higher compression ratio than most other tools. Tests on the YUI Library have shown savings of over 20% compared to JSMin (becoming 10% after HTTP compression). Starting with version 2.0, the YUI Compressor is also able ... [More] to compress CSS files by using a port of Isaac Schlueter's regular-expression-based CSS minifier [Less]

4.36364
   
  0 reviews  |  44 users  |  24,140 lines of code  |  10 current contributors  |  Analyzed 13 days ago
 
 

Combines, minifies, and caches JavaScript and CSS files on demand to speed up page loads.

4.5
   
  0 reviews  |  7 users  |  25,467 lines of code  |  4 current contributors  |  Analyzed 6 days ago
 
 

JSMin Ant Task A custom task for Apache Ant which acts as an interface to the JSMin program. About JSMin "JSMin is a filter which removes comments and unnecessary whitespace from javascript files. It typically reduces filesize by half, resulting in faster downloads. It also encourages ... [More] a more expressive programming style because it eliminates the download cost of clean, literate self-documentation." Excerpt from Douglas Crockford's JSMin page Description The JSMin Ant task acts as an interface to the JSMin Java class. The task can be used for the automated minification of javascript files in your build and deploy processes. Specify destination directory option. Suffix minified files option. Support for nested filesets Tested with Apache Ant 6.5+. Please let us know if the task works [Less]

5.0
 
  0 reviews  |  2 users  |  425 lines of code  |  0 current contributors  |  Analyzed 15 minutes ago
 
 

JavaScripTools is a set of scripts, including: * A library of misc utility functions; * A powerful dynamic table, allowing several customizations for styles (through CSS) and behaviour; * Flexible masks for user inputs, allowing numeric, date or custom formats; * A set of data parsers, allowing ... [More] the pages to take internationalized data into the JavaScript level. There is also the JavaScripTags, that have Java's JSP custom tags to help using JavaScripTool components, specially the dynamic table. [Less]

4.0
   
  0 reviews  |  2 users  |  13,104 lines of code  |  1 current contributor  |  Analyzed 11 days ago
 
 

QuHelp is a command-line program that scans a directory with HTML formatted text files and builds a help site using that directory's content and a template. A default template is included, but any template can be specified. QuHelp adds a nice expandable tree view of the help site's contents ... [More] , a navigator, permalinks, and other useful stuff for browsing the help site. [Less]

5.0
 
  0 reviews  |  1 user  |  1,876 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

Simple to use library that handles a lot of things for you.

3.0
   
  0 reviews  |  1 user  |  38,060 lines of code  |  0 current contributors  |  Analyzed 8 days ago
 
 

AjaxGUI is a 'web application framework' to develop ajax applications in Java. It depends on the 'javascript gui framework' qooxdoo. Pros: - No Javascript coding, 100% Java - No HTML knowledge needed - Develop GUIs the same easy way as with Swing, SWT or System.Windows.Forms - ... [More] Behaves like a desktop application (e.g. a modal window stops the current programm   flow until the window is closed), not like a web application - Includes singleton support - Java like layout managers support - Runs in 'every' servlet container like Tomcat 5.5 Cons: - At the moment there is only one developer (me) active :-) - Still in development (no stable API etc.) - Needs a lot of testing (and bug fixing?) - No GUI designer as eclipse plugin available :-) Check out the SVN HEAD and have fun ... [Less]

0
 
  0 reviews  |  0 users  |  3,780 lines of code  |  0 current contributors  |  Analyzed almost 2 years ago
 
 

Blueplate is a client-side Javascript templating library for AJAX applications. It separates AJAX code from presentation, aiding MVC design and clean architecture. It also provides previewable AJAX pages that can be edited in web page design software. Blueplate's syntax is based largely on ... [More] Google's Ctemplate syntax. Major Goals: - Model/View Separation - Offline Previewability - Loop Comprehension - Lightweight / Small Codebase - Simple API - No Dependencies [Less]

0
 
  0 reviews  |  0 users  |  264 lines of code  |  0 current contributors  |  Analyzed 9 days ago
 
 

JSSpec is a Javascript BDD(Behavior Driven Development) framework. Please visit official homepage: http://jania.pe.kr/aw/moin.cgi/JSSpec 2008/12/05Working on new version of jsspec which supports Rhino and Windows Script Host. 2008/09/23Changed to display source code of each examples (based on ... [More] Luca Greco's patch. Thanks Luca). Fixed http://code.google.com/p/jsspec/issues/detail?id=7 - Hash not properly filtered from URL query parameters Added more browser detection code. Added spec inheritance mechanism Fixed bug in should_not_include 2008/01/07Added "rerun all" link if and only if it's in "?rerun=..." mode. Added new semantic to 'should_include' and 'should_not_include'. These assertions can be used with non-array type. If type of expectation is not an array, it checks if an object has expected key or not. 2007/10/25Added spec toggling(collapsing/expanding), suggested by mixed. Deprecated expect(...) and introduced value_of(...). expect(...) is temporarily supported as an alias. Added new aliases describe(...): behavior_of(...) Added new aliases for "before (all|each)" and "after (all|each)": "before_all", "before_each", "after_all", "after_each" 2007/09/22More informative document title Renamed asHtml as normalizeHtml Improved inspector for DOM node Fixed logger output to escape context names 2007/08/02Redesigned layout - a step toward "spec suite" Shows more information - time elapsed and total progress Added CSS for regexp_value Fixed regexp inspector to perform escapeHtml() 2007/07/26Added "rerun failed test" option Added "autocollapse" option to automatically collapse specs which has no failed example Added Matcher and inspect for DOM node list Added should_be_null Added should_not_be_null Added should_be_undefined Added should_not_be_undefined Added should_not_be_empty Added should_fail 2007/07/21Added matcher for DOM node Added inspect for DOM node Refactored from subject.should().xxx(expectation) to expect(subject).should_xxx(expectation) 2007/07/19Added should().include(2) Added should().not_include(4) Added should().match(pattern) Added should().not_match(pattern) Fixed DateEqualityMatcher problem 2007/07/18Added should().have_at_least(5, "items") Added should().have_at_most(5, "items") Added should().be_empty() Added should().have(5, "items") Added EqualityMatcher/Inspect for Boolean Added should().have_exactly(num, property) Added should().be_true() Added should().be_false() Renamed $X(o) to expect(subject) Updated asHtml() to sort style attributes Fixed Safari's asHtml() problem Fixed problem with conditional execution 2007/07/17StringMatcher shows diff Added ArrayMatcher, DateMatcher, NumberMatcher, ObjectMatcher, NullMatcher 2007/07/16Initial release. [Less]

0
 
  0 reviews  |  0 users  |  9,271 lines of code  |  0 current contributors  |  Analyzed 5 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.