Tagged Questions
The compressor tag has no wiki summary.
5
votes
3answers
252 views
What standalone JavaScript compressing tools are there?
Currently I am using the site at http://javascriptcompressor.com/ to compress my JavaScript.
Is there any other standalone JavaScript compressing tool?
3
votes
1answer
483 views
django compressor and clevercss with absolute url paths
when using django, compressor, and clevercss, i set my css url to an absolute path. clevercss is then passed the path of the .ccss file without the COMPRESS_ROOT prefixed (the absolute path). when i ...
3
votes
2answers
754 views
Maven Javascript Compressor
I want to know how one can compress javascriptfiles using maven.
I have lready visited webistes like
http://mojo.codehaus.org/javascript-maven-tools/guide-webapp-development.html
but there is no ...
3
votes
5answers
3k views
YUICompressor or similar in PHP?
I've been using yuicompressor.jar on my test server for on-the-fly minimisation of changed JavaScript files. Now that I have deployed the website to the public server, I noticed that the server's ...
2
votes
1answer
764 views
has anyone tried : Yahoo! UI Library: YUI Compressor for .Net?
I'm trying to use the YIUCompression DLL in MSbuild (http://yuicompressor.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=22364)
but I keep on getting the following error when i run the MSBuild: ...
1
vote
0answers
68 views
Setting up MJPEG compressor
I made a console program that previews a video from webcam and captures it throught the MJPEG compression filter to .avi format. My schema:
WebCam
->IBaseFilter(Video capture filter)
...
1
vote
2answers
312 views
Offline CSS compressor
I am looking for a css compressor that can run on our build server that can be executed on a number of css files. Does anyone know of any good ones that work offline?
1
vote
3answers
329 views
Best EXE Compressors
Can you recommend the best or all of the best executable (EXE) compressors out there? It can either be free or paid. Also it can be publicly well known or even just a new compressor but seem to offer ...
1
vote
1answer
610 views
using compressor with tinymce
reviewing the code example on this page, it seem like the example is initializing both twice
http://wiki.moxiecode.com/index.php/TinyMCE:Compressor/ASPX
Example of initialization
The example below ...
1
vote
3answers
245 views
audio and video file compressor
Does anyone know a great audio and video file compressor?
I currenting compressing wmv to 3gp with AVS software.
when i compress the file its out 250kb and that only about 2mins and 30 sec of ...
0
votes
2answers
72 views
Detect if javascript is compressed with YIU compressor in Javascript
edit: IMPORTANT: I'LL GIVE UP,USE ANOTHER METHOD TO CHECK COMPRESSION * THIS TOPIC IS CLOSED
*I have made a construction to defer loading javascript to speed up page loading. To deploy websites i ...
0
votes
2answers
93 views
Is running YUI compressor very load intensive?
Why is it eating up all my CPU like crazy?
load average: 4.60, 4.26, 2.55
0
votes
0answers
232 views
PHP CSS Compressor
I am making a CSS compressor using PHP. But there are some things I'd like to remove. For example;
#ui_page #ui_header{height:170px}
Would be outputted as
#ui_header{height:170px}
Also, I want ...
0
votes
2answers
374 views
ie8 gives error “object does not support this method or property” on uploading a second image
I'm trying to implement shift8creative's agile uploader. All works well in proper browsers, but ie is causing problems.
the page is here:https://www.postadigi.com/pages/upload-order
the line the js ...
0
votes
2answers
340 views
VBScript Compressor / Packer
I'm looking for a VbScript compressor / packer. Basically I want to shorten the VBScript code.
Could you recommend a tool for this?
-2
votes
2answers
69 views
How do spatial compressors reduce file sizes for graphics?
How exactly do spatial compressors reduce file sizes for graphics? Does it have to do with pixels, frames, or metadata?