Browsing projects by Tag(s)

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

Showing page 2 of 2

All singing, all dancing front end to Google App Engine's URL fetcher: - caching via memcache - can concatenate multiple URLs (files) together - includes Doug Crockford's jsmin (obviously for JS files) - can output as JSON, for skirting cross-domain AJAX restrictions Example: ... [More] http://suprfetch.appspot.com/?url=http://cajadores.com/demos/testbed/caja.js&url=http://cajadores.com/demos/testbed/log-to-console.js&jsmin=true [Less]

0
 
  0 reviews  |  0 users  |  7,760 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

An offline build tool for compressing web application content. See http://compressorrater.thruhere.net for the online version of the CompressorRater.

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 9 days ago
 
 

Vanilla, by Mark O'Sullivan (http://lussumo.com), is a plain forum engine. Each functionality is added by a plug-in, and each plug-in can add his own javascript and CSS files. All these files should be merged to reduce the number of http requests and make the page load faster. Inspired by ... [More] the CSS/JS merging script of Ed Eliot, this patch allows Vanilla to do it automatically. It also use JSMin, by Douglas Crockford (and David Holmes for the php version), to reduce the size of the javascript file(s). [Less]

0
 
  0 reviews  |  0 users  |  23,767 lines of code  |  0 current contributors  |  Analyzed 1 day ago
 
 

jGrouseTools is a set of Ant tasks and other tools that could be used when building Javascript projects. See also http://jgrouse.com JSMinTaskJSMinTask is based on Douglas Crouford's JSMin (http://www.crockford.com) and John Reilly's port of JSMin to java (http://www.inconspicuous.org). ... [More] Typical usage of JSMinTask would be: jGrouseConsoleTo use jGrouse console: Unpack the archive with distribution Add the following line to your page To show the console click on the created jGrouse icon in the top-right corner of your page. To send a log message to the console, use jg_console.log(yourmessage) [Less]

0
 
  0 reviews  |  0 users  |  751 lines of code  |  0 current contributors  |  Analyzed 7 days ago
 
 

This is a port of Douglas Crockford's JSMin program (http://www.crockford.com/javascript/jsmin.html) so that it can be run as an apache 2.x filter.

0
 
  0 reviews  |  0 users  |  553 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

django-compress provides an automated system for compressing CSS and JavaScript files. By default, it only outputs compressed files, while not in DEBUG-mode. That means you can still debug and edit your source files while coding, and when going to production, the compressed files will be ... [More] automatically generated. Support for jsmin and CSSTidy is included and enabled by default (but can easily be disabled). django-compress includes template tags for outputting the URLs to the CSS/JavaScript-files and some other goodies to improve the performance of serving static media. See the following wiki-pages for more information: Introduction Features Installation Configuration Usage FarFutureExpires Customization django-compress was written by Andreas Pelme . Feel free to contact me with questions, suggestions etc. The Python-version of jsmin (http://www.crockford.com/javascript/jsmin.html) is included in django-compress. It was translated from to Python by Baruch Evan, from the original jsmin implementation by Douglas Crockford. [Less]

0
 
  0 reviews  |  0 users  |  1,617 lines of code  |  0 current contributors  |  Analyzed about 24 hours ago
 
 

Please use Web Optimizer as the main project

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 1 day ago
 
 

What it doesIt tells JSMIN(included in the app) to minify files that you just dropped in and normally creates the backup of them. You'll find your original files in the folder named JSMinCocoaBackup. As I'm a newbie on Cocoa, it can't do too much for you. Complete the logic from ... [More] scratchJSMinCocoa.app has a bash script to control the minifying process which included in the app file itself. Right click on the JSMinCocoa.app > click "Show Package Contents" > navigate to "Contents/Resources/Minify.sh". Modify it at your own risk. Please notify me when you did a better one. My Google username is "lexrus", so you know my Gmail address. Builds and DependenceI built a Leopard binary only. You may download the source with SVN from here. For the gorgeous user interface thanks to BGHUDAppKit created by BinaryGod. You should install a copy from it's Google Code page before compiling JSMinCocoa. Screenshots Donate with PayPal Please donate a dollar so that I'll be one step closer to my next Mac. [Less]

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

An ajax core extension for eZ Publish for easier client / server integrations using yui 3.0 and/or jQuery out of the box (a small wrapper for ajax calls is all that is needed to support other libraries). It also includes tools for on demand script / css loading + packing / minifying, json / xml / ... [More] text encoding content and access checking with limitations support. [Less]

0
 
  0 reviews  |  0 users  |  259,323 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

Django Dynamic Media ServeDjango Dynamic Media Serve is the good alternative of the default django.views.static.serve for serving the media files in Django. You can simply set just one line in urls.py. At first, Django Dynamic Media Serve was developed for web album application, which handles ... [More] enoumous image thumbnails and huge javascript files and each time when new files is added, creating thumbnail and compressing javascript files is so painful, so we wrote this Django Dynamic Media Serve to dynamically handle various media files in runtime without using any already-created file, especially image files. FeatureVarious Media Serve thru DjangoSVG images(png, gif, jpeg, etc which can be supported by PIL). javascript any other files. External MediaIf you need to fetch the media from outside of your media repository, Django Dynamic Media Serve support the ourside media. It can be useful for Cross-Domain access in Ajax script. Image Resizing and CropingUsing PIL(Imaging Python module), Django Dynamic Media Serve can create normal image thumbnail by image size ratio and can create the flicker style thumbnail. ~Javascript Compression~~Django Dynamic Media Serve can compress the javascript file using jsmin,.~ Django Media Server no longer does support javascript compression using jsmin because of the confirmed comment, '/, /' related problems. Support If-Modified-Since, If-None-MatchTo respect the If-Modified-Since and Etag, Django Dynamic Media Serve can handle properly the If-Modified-Since and If-None-Match header variables. CachingSupport the native Django caching system [Less]

0
 
  0 reviews  |  0 users  |  5,056 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.