Minichan

Topic: What does it mean to "minify" css?

Anonymous A started this discussion 11 years ago #43,546

Thank you for answers.

Anonymous B joined in and replied with this 11 years ago, 47 minutes later[^] [v] #575,495

Google it

Anonymous A (OP) replied with this 11 years ago, 1 minute later, 49 minutes after the original post[^] [v] #575,496

@previous (B)
I would rather have real humans who know about it, explain it to me.

Anonymous B replied with this 11 years ago, 2 minutes later, 52 minutes after the original post[^] [v] #575,497

For other uses, see Minimisation.
Minification (also minimisation or minimization), in computer programming languages and especially JavaScript, is the process of removing all unnecessary characters from source code without changing its functionality. These unnecessary characters usually include white space characters, new line characters, comments, and sometimes block delimiters, which are used to add readability to the code but are not required for it to execute.

Minified source code is especially useful for interpreted languages deployed and transmitted on the Internet (such as JavaScript), because it reduces the amount of data that needs to be transferred. Minified source code may also be used as a kind of obfuscation, though the term obfuscation may be distinguished as a form of false cryptography while a minified code instance may be reversed using a pretty-printer. In Perl culture, aiming at extremely minified source code is the purpose of the Perl golf game.

Minification can be distinguished from the more general concept of data compression in that the minified source can be interpreted immediately without the need for an uncompression step: the same interpreter can work with both the original as well as with the minified source.

Anonymous A (OP) replied with this 11 years ago, 1 minute later, 53 minutes after the original post[^] [v] #575,498

@previous (B)
Thank you.

Anonymous B replied with this 11 years ago, 3 minutes later, 56 minutes after the original post[^] [v] #575,499

@previous (A)
Kill yourself

Anonymous A (OP) replied with this 11 years ago, 1 minute later, 58 minutes after the original post[^] [v] #575,500

@previous (B)
Oh, you first. I insist.

Anonymous C joined in and replied with this 11 years ago, 15 minutes later, 1 hour after the original post[^] [v] #575,504

Is it a Minichan thing? I am assuming so.

Anonymous D joined in and replied with this 11 years ago, 2 hours later, 4 hours after the original post[^] [v] #575,527

@575,496 (A)
Reported for trolling.

FuckAlms !vX8K53rFBI joined in and replied with this 11 years ago, 12 minutes later, 4 hours after the original post[^] [v] #575,531

It is the act of hacking a website in order to upload css that effectively turns the site into minichan.

Anonymous C replied with this 11 years ago, 55 seconds later, 4 hours after the original post[^] [v] #575,533

@previous (FuckAlms !vX8K53rFBI)
I knew it.

FuckAlms !vX8K53rFBI replied with this 11 years ago, 12 minutes later, 4 hours after the original post[^] [v] #575,540

@previous (C)
All will be assimilated in time.
:

Please familiarise yourself with the rules and markup syntax before posting.