I found this small PHP script by Reinhold Weber which can quickly compress multiple CSS files to one compressed CSS file.
header(‘Content-type: text/css’);
ob_start(“compress”);
function compress($buffer) {
/* remove comments */
$buffer = preg_replace(‘!/\*[^*]*\*+([^/][^*]*\*+)*/!’, ”, $buffer);
/* remove tabs, spaces, newlines, etc. */
$buffer = str_replace(array(“\r\n”, [...]
Archives for October 2009
Compress multiple CSS files to one
Some links for light reading …
W3C has launched new website – http://www.w3.org/
Usability Testing vs. Expert Reviews ( UXMatters article by Janet M Six)
New prototyping + wire framing + usability testing tool on the block – Pidoco
Review by 90percent of everything
Review by Steffen Zörnig
New UX Q&A site – http://uxexchange.com/. It runs the same software that powers Stack Overflow.
Interesting article by Jens [...]
UI Developed by Developers
I came accross this article in zdnet regarding “Ten Linux apps that get top marks from schools”
My Parents run a private school. I wanted to see if OSS has a software for managing school. I found this :
4. Open Admin for Schools
Open Admin for Schools is an outstanding open-source application that allows schools to do [...]
The Power of Personas
Brad Colbow created an interesting comic strip for ThinkVitamin explaining the use of personas and how it affects the design decision and data gathering techniques.
Some other interesting persona links
http://wiki.fluidproject.org/display/fluid/Personas
http://www.boxesandarrows.com/view/building-a-data
http://www.productpersonas.com/weblog/persona_examples/
Posts