Tagged Questions
0
votes
1answer
25 views
JS compression - PageSpeed (Google Chrome report)
I'm running PageSpeed google chrome extension to check performance of my webpage. I believe I have got compressed JS file (See attached code) but report says It can be compressed again to get 59% ...
0
votes
0answers
45 views
javascript/jquery url shortner/compressor
I have to pass context variables,i.e. current state along with my URL. But this is making my URLs very long enought. I need to shorten my URLs such that I am able to decompress them and extract my ...
0
votes
0answers
26 views
what's the difference between javascript PACKED and PACKER
I found two difference way to pack javascript file, there's packed and packer.
the encode js file after packed looks like this:
eval(function(p,a,c,k,e,d){..});
and
...
0
votes
0answers
19 views
LZW is not decompressed to original value in javascript
I saw this LZW implementation scattered all over StackOverflow and so I tried to use that.
The problem is that I need to save an XML response in my Chrome extension's localStorage but somehow it ...
0
votes
1answer
41 views
Client side data compress/ decompress?
I'm looking for JavaScript implementation of string compress/decompress algorithms, data is created at the client side& stored in hidden fields within HTML forms.
I read about gzip, but it will ...
1
vote
1answer
32 views
Why does Closure Compiler override a short var ref. to a 'this' keyword and restore 'this'? [duplicate]
I am testing some code using the Google Closure Compiler with simple optimization, and to my surprise a function such as:
window.navigator.detect = function() {
var t = this,
a = ...
0
votes
2answers
31 views
Compress embedded Javascript in HTML markup
If you have a separate .js file, you may simply compress it with tools such as Yahoo YUI Compressor.
But, how can I compress embedded Javascript in every pages in my project?
(Copying the Javascript ...
2
votes
1answer
69 views
TYPO3 gzip compression
I want to enable gzip-compression on my TYPO3 site. It's a shared hoster and I don't have access to the server configuration. This is what I've done so far:
uncomment the TYPO3 .htaccess-file (the ...
0
votes
1answer
80 views
IIS 6 js & css compression not working for Firefox 14.0.1
I wanted to make this quick but I'm unable to get it working despite all my efforts or probably I'm missing something or overlooking!
I'e an ASP.Net based MVC3 web app setup on IIS6. I've setup the ...
0
votes
2answers
41 views
Namespacing Hierarchy, Minify and Cross-Browser Compatibility
I've been using the following model for Namespacing my newest Scripts. So far, it has some distinct advantages that, while I'm sure could be replicated in other ways, really help to in my coding ...
1
vote
1answer
83 views
letter dictionary for javascript lzw compression, “only-use-these-chars”-string
Good day to all of you readers and helpers,
i want to make use of a javascript function i recently found, its LZW compressing a string.
function lzw_encode(s) {
var dict = {};
var data = (s + ...
0
votes
0answers
173 views
javascript - zip a Blob with zip.js
I need to store a lot of text in WebSQl, so I decided to compress the text with zip.js
and store the compressed Blobs
From the documentation you can compress a blob as follows
function ...
15
votes
5answers
504 views
How can I use deflated/gzipped content with an XHR onProgress function?
I've seen a bunch of similar questions to this get asked before, but I haven't found one that describes my current problem exactly, so here goes:
I have a page which loads a large (between 0.5 and 10 ...
1
vote
2answers
211 views
How to compress javascript code in Base62 encoding without using eval()?
I used this javascript compressor and checked "Base62 Encode". I noticed that the very first thing it does is enclose everything in an eval() function (which makes sense) but I really want to avoid ...
4
votes
4answers
182 views
Javascript string compression and PHP/Ruby decompression
Is there a Javascript compression and PHP/Ruby decompression library for strings? I need it because I need to send a very long text string using Ajax on a slow upload link to a web server which uses ...
0
votes
2answers
246 views
How to compress an image via Javascript in the browser?
TL;DR;
Is there a way to compress an image (mostly jpeg, png and gif) directly browser-side, before uploading it ? I'm pretty sure JavaScript can do this, but I can't find a way to achieve it.
...
0
votes
2answers
237 views
How to decompress a string in javascript, compressed in C#? [duplicate]
Possible Duplicate:
ZLIB Decompression - Client Side
I'll try to be clear and I'm sorry for my bad english. This is the question:
In my web application i received a string that represent an ...
1
vote
2answers
151 views
How to setup Grunt.js with different inputs?
Im using Grunt.js to concat/minify files - but would like to use 1 common grunt.js file to concat/compress files in multiple directories for different websites. What would be the best way to do this?
...
0
votes
1answer
118 views
Decrypt byte data in javascript/Jquery
I have a project where i used gzip in .cs file to zip the data and get it in html page.
Here is my code for gzip.
public byte[] CustomerList()
{
SqlDataAdapter da = new ...
0
votes
0answers
77 views
can this javascript compression be correct?
I'm a little confused as to how this javascript implementation of the LZA algorithm can result in a compression of the data, from http://rosettacode.org/wiki/LZW_compression#JavaScript.
var LZW = {
...
0
votes
2answers
86 views
compressing numbers in javascript to binary format
I need to convert the following to a binary format (and later recoup) in the smallest amount of data possible.
my_arr = [
[128,32 ,22,23],
[104,53 ,21,25],
[150,55 ,79,23],
...
4
votes
1answer
190 views
Using JavaScript to inflate a blob?
I'm using a websocket to send a Jpeg image in blob form. I've compressed (gzipped) the blob but I'm unable to find a way to decompress it using JavaScript. Does anyone know how?
This is the code ...
1
vote
3answers
83 views
PHP/Javascript shared compression library
Is there a compression library that has both PHP and JavaScript implementation, such that I can compress/decompress from/to JavaScript/PHP interchangeably?
I know there are different options to ...
21
votes
5answers
586 views
Is there any well-known method for DRYing JSON
Consider this JSON response:
[{
Name: 'Saeed',
Age: 31
}, {
Name: 'Maysam',
Age: 32
}, {
Name: 'Mehdi',
Age: 27
}]
This works fine for small amount of data, but when you ...
0
votes
0answers
111 views
JS/CSS Compressor [closed]
I have never used such a compression tool before, but now I would like to start. Ideally, I would like a tool that takes a directory, and then creates a copy of that directory with all css and js ...
2
votes
1answer
71 views
How to set variables via eval() when JS compressors rename variables?
I have a JS file that does something like this:
var value = localStorage.getItem(somekey);
if ( !value )
{
eval("value = String(" + somevariablename + ");");
}
This script tries to retrieve a ...
0
votes
0answers
231 views
Compress/Minify JSON in AJAX requests/responses
I was checking out some of the code on Facebook, specifically the headers of the AJAX requests/responses and noticed that they seem to be compress/minified just like one would do with CSS or ...
6
votes
5answers
379 views
Any way to reliably compress a short string?
I have a string exactly 53 characters long that contains a limited set of possible characters.
[A-Za-z0-9\.\-~_+]{53}
I need to reduce this to length 50 without loss of information and using the ...
5
votes
7answers
189 views
Bit compression in Javascript
Is there a way to compress a JavaScript array of 250+ 1s and 0s into something a little more manageable (say a shorter string) and then manageably decompress the same? Sort of like the way Google did ...
0
votes
2answers
295 views
compress blob containing audio PCM data in javascript
I have made a program that generates a blob (containing PCM data) from a recording using the new HTML5 getusermedia api however; these recordings can get pretty big and I hoped that the files could be ...
7
votes
5answers
2k views
how to config grunt.js to minify files separately
there are some js files in static/js/
1. a.js
2. b.js
3. c.js
how to config grunt.js to get below files:
1. a.min.js
2. b.min.js
3. c.min.js
as far, I have to type ...
0
votes
1answer
143 views
JavaScript string concatenation breaks when compressed
I recently decided to start using Django Compressor in a project to automatically concatenate and minify js and css, as well as refresh the cache when they're changed.
The problem I'm having is that ...
7
votes
2answers
603 views
Compressing huge files (> 2GB) into ZIP on the client side
Im building an upload tool using node.js and socket.io, because they usually upload incredibly huge files and normal upload forms wouldnt work. The problem is that they wanted to compress the files ...
0
votes
1answer
91 views
Open Source Image Compressor [closed]
I'm looking for an open source image compressor that I can use on a project I'm working on.
I want to make it so you can just drag and drop the images onto a target area and it'll start compressing, ...
0
votes
3answers
231 views
Compressing and decompressing the Stack Overflow homepage HTML
I'm trying to compress HTML with JavaScript and decompress it with Ruby. Some carachters are not being processed correctly however and I'm looking for a way to fix this.
My compression function first ...
0
votes
1answer
192 views
Javascript compression algorithm which compresses into strings?
Hello I am a high school student who is new to coding and I am working on a science fair project. For my project I am required to use a compression algorithm, due to my lack of knowledge I am ...
-1
votes
2answers
70 views
Software for compresing web projects [closed]
I have web project which is written on html, css, js and php. Is there a software that goes trough every file of the project and compress it to increase preformance (remove all whitespaces, comments, ...
1
vote
3answers
115 views
Javascript compression in memory. Decompress in Python after Post. Must also handle non-ascii
I need to be able to compress a string in Javascript, but without saving a temporary file. I am then going to send this compressed data via a POST. I will receive it in Python so I need to be able to ...
-2
votes
1answer
249 views
How to make compress file like *.css.gz work well in browser [duplicate]
Possible Duplicate:
Make maven serve files like css.gz and js.gz
When I use file like style.css and run in browser, it works well but when I compress the file become style.css.gz and run it ...
0
votes
0answers
112 views
Rejuicer unable to combine & compress my JavaScript files
I'm using Rejuicer for the purpose of combining JavaScript files into one at runtime and also compressing them before they get delivered to the browser.
The code works fine in the demo application ...
0
votes
3answers
156 views
Compress JavaScript with gzip
I ran Google PageSpeed Insights to optimize my site and it recommended archiving the numerous JavaScript files with gzip.
How does this work? How are the files imported/included as an archive? Can ...
1
vote
4answers
123 views
How to efficiently store game data in a URL query string?
Background
I have written a simple WebGL puzzle game and I want to allow people to design and share their own levels.
My idea was to store the level data in the query string of a URL. This would ...
1
vote
1answer
86 views
JavaScript dictionary encoder for short text
I have the following JSON:
{"test": {"property 1": 345, "property 2": 976, "property 3": "asd"}}
I need to compress it to be very short, like that (in URL)
/#params=abs54sgdasd1we!ewd
I have a ...
11
votes
2answers
3k views
JavaScript “compilers”
Recently I found such cool thing as Google Closure Compiler. Are there alternatives which provide opportunities to get benefits of compiled statically-typed languages?
Update
It is not about real ...
4
votes
2answers
482 views
500 error when compressing files with .htaccess
I'm trying to compress files with .htaccess but I'm getting a 500 internal error,
This is the code I'm trying to use.
# JavaScript compression htaccess ruleset
AddHandler application/x-httpd-php .js
...
-2
votes
2answers
288 views
How to combine and compress JS and CSS files PHP [closed]
EDITED:
Why when I want to combine and to compress JS files with a secure URL site like https://domain.com/samp.js its not working and when remove the secure URL like http://domain.com/samp.js it ...
0
votes
1answer
73 views
Plain HTML and Compressed Javascript File
I have a plain html file like so
<html>
<head>
<script type="text/javascript" src="script.js"></script>
</head>
</html>
The script.js file is -
...
0
votes
3answers
125 views
Big super happy javascript compression
Now, I've heard of javascript compressors, used a bunch and favour a few. However, they all do the same thing. Remove unnecessary space. That's great, they do exactly what it says on the tin. ...
1
vote
2answers
320 views
Compress string in C# then decompress in JavaScript?
Please can anyone point me in the right direction for compressing a (quite long) string of text in C# and then decompress it in JavaScript?
Basically I'm encoding an image to base64 and then ...
1
vote
1answer
154 views
Google Maps API v3 - API Script Compression / Obfuscation [closed]
I've worked a lot with v3 recently, and if you noticed, beside usual compression that is done on scripts (local variable renaming, white space removal, etc.), the API script is pushed forward on this, ...




