Tag Archives: css

Regular Expressions

I’ve been working for a while now in a way to compress multiple JS and CSS files in Java. I’ll talk about this in a later post, but there is a particularity that I want to discuss briefly here: Regular … Continue reading

Posted in misc, web development | Tagged , , , , | 2 Comments

Compressing JavaScript and CSS files with YUI Compressor

Performance is always something to be looking for when developing web applications. One possible approach to improve performance of such applications is to compress our JavaScript and CSS files. This will make them smaller and thus faster to download. A … Continue reading

Posted in web development | Tagged , , , , , | 1 Comment