Forum OpenACS Q&A: Re: Suggestion: Improve the UI with more images, icons, thumbnails...

This is a good idea.

One thing I'd like to get done eventually is to have a large standard set of icons that ship with the theme packages so we can have reusable icons that match the theme.

A package might have specific icons that belong to it, but in general I think it makes sense to have a way to allow changing them to match a theme.

CSS sprites is a great way to reduce download time. Every HTTP request takes time and having many images can greatly reduce the apparenent speed of page rendering.

Check out the yslow plugin for Firefox to help with this type of thing http://developer.yahoo.com/yslow/

I just saw that AOL have a released a similar tool to YSlow but for IE. It's called Pagetest and looks very handy. It's hosted on Sourceforge. Details here: http://blog.patrickmeenan.com/ and here http://pagetest.wiki.sourceforge.net/
Brian

I think the equivalent of this in Firefox is the FireBug add-on https://addons.mozilla.org/en-US/firefox/addon/1843. Its very cool and has the waterfall Timeline charts and other useful debugging.

- Steve

Hi Steve,

Yes, very cool indeed. I've been using YSlow for Firebug for a while, but it's great to have something for IE (as still most of our clients have it as their browser of choice). Nice to see AOL still releasing quality code too. 😊

Brian