Live data from Hacker News

Csscss: a CSS redundancy analyzer that analyzes redundancy

zmoazeni.github.io

11–20 of 46 posts

Re: Csscss: a CSS redundancy analyzer that analyzes redundancy

#13

From the makers of the phenomenal Chosen jquery plugin. http://harvesthq.github.io/chosen/ Hopefully this is indicative of the quality of this library! I'll definitely try it out this morning.

I prefer Select2 over Chosen

http://ivaynberg.github.io/select2/

Re: Csscss: a CSS redundancy analyzer that analyzes redundancy

#14

From the makers of the phenomenal Chosen jquery plugin. http://harvesthq.github.io/chosen/ Hopefully this is indicative of the quality of this library! I'll definitely try it out this morning.

I prefer Select2 over Chosen http://ivaynberg.github.io/select2/

Why? I haven't used either yet so it'd be interesting to hear your reasoning.

Re: Csscss: a CSS redundancy analyzer that analyzes redundancy

#15

Earlier quoted context omitted.

I prefer Select2 over Chosen http://ivaynberg.github.io/select2/

Why? I haven't used either yet so it'd be interesting to hear your reasoning.

IE7 support, better AJAX support and a ton more options.

Re: Csscss: a CSS redundancy analyzer that analyzes redundancy

#17

From the makers of the phenomenal Chosen jquery plugin. http://harvesthq.github.io/chosen/ Hopefully this is indicative of the quality of this library! I'll definitely try it out this morning.

I prefer Select2 over Chosen http://ivaynberg.github.io/select2/

I'm using Select2 on my site http://gitignore.io/ and it's been awesome so far.

Re: Csscss: a CSS redundancy analyzer that analyzes redundancy

#18

CSSO [1] is a tool that removes duplicate declarations during minification instead of just warning about them. It also performs more advanced structural optimizations. [1] http://bem.info/tools/csso/

I think the purpose of this package is more about making existing source code easier to maintain (applying DRY principals to CSS) than about browser-oriented optimization (thus purpose of CSSO.)

Re: Csscss: a CSS redundancy analyzer that analyzes redundancy

#19

From the makers of the phenomenal Chosen jquery plugin. http://harvesthq.github.io/chosen/ Hopefully this is indicative of the quality of this library! I'll definitely try it out this morning.

I prefer Select2 over Chosen http://ivaynberg.github.io/select2/

The problem with Select2 is that users are now _required_ to have js on to just use a silly dropdown. Chosen actually degrades gracefully.
Post reply on HN