Showing posts with label webapp. Show all posts
Showing posts with label webapp. Show all posts

Saturday, October 22, 2011

CSS Import Resolver 0.3.0 Released

CSS Import Resolver is a new tool from WizTools.org Mini-projects. This tool resolves the @import url(...); statements in input CSS files (by replacing the @import statement with actual content of the linked CSS) and creates a huge output-CSS (written to STDOUT by default). Including the combined-css in your webpages will improve the performance of the site by avoiding additional HTTP roundtrips. More information in this wiki. Download from the Mini-projects download url.

Monday, October 12, 2009

Sys-info-webapp 0.1.0 released

A Web App to display system properties, environment variables and runtime information like free memory and number of CPUs in the system. Particularly useful in a closed environment when you can use this to escape the bureaucratic hassle of asking these details from Sys Admin (once this is deployed by the Sys Admin!). Download.