
something along the lines of Brian Cherne "hoverIntent" plugin for jquery, there must be something similar for prototype.
'js' => array('//js/file1.js', '//js/file2.js'),
'css' => array('//css/file1.css', '//css/file2.css'),
Thanks! We’re definitely open to and working on improvements.
Just installed the latest svn revolution (rev6371) and am so stoked with where the UI is heading. From having doubts a few months ago, things are coming along really well. Congrats
Good suggestion. Can you post that in JIRA? http://bugs.modxcms.com
a] index.css (line 614) The opacity:0.97 in the dropdown menus should probably be removed as it causes text rendering problems in a few browsers. I don’t think it adds anything to the design, and since you can see the text behind, detracts from what you’re trying to look at.
c] Left hand side, resources tab : would suggest the "show sorting options" button become a "Menu Button > Icon only" from http://www.extjs.com/deploy/dev/examples/button/buttons.html to save having to push the content down, and become a bit cleaner.Great suggestion; this probably wont make it out for rc1, but if you file it in JIRA we might be able to sneak it into rc2.
Minimization is already done; however, concatenation is proving difficult because of the specific order we need to concat the files in. We’ll definitely be researching this in the RC stages, and would welcome code and/or suggestions on how. I hesitate from using an outside service, because we would want Revo to work without an Internet connection ideally (localhost server).
d] Would also suggest to speed up initial loading times for the manager, something like http://code.google.com/p/minify/ to collect and serve up the jababajillion javascript files. if you did use this, you *could* use the groups config, just altering the config everytime you add or remove a file... config is something like :
We definitely need help and will be working on cleaning up the CSS prior to GA. Thanks for your input!
Grin, i’m not going to say anything about the multitude of font sizes through the manager, I’m sure you chaps are working on those. Again, thanks for the hard yards you’re putting in, and it’s looking super tasty.
Minimization is already done; however, concatenation is proving difficult because of the specific order we need to concat the files in. We’ll definitely be researching this in the RC stages, and would welcome code and/or suggestions on how. I hesitate from using an outside service, because we would want Revo to work without an Internet connection ideally (localhost server).
I think it will help with first impressions in the new modx manager, that’s for sure.Great! We’ll definitely look into it.
Sorry, grin! I should have said more - It’s just a very small standalone ’app’ written in php, ported from the javascript jsmin. I’m sure they would be open to letting you distribute them in the build of MODx, I guess much the same way as you use libraries from extjs. The concatenation is defined in the config file as an array, and definately seems to be keeping the ordering correctly, at least for some of the sites we’ve been working on. The compressed files are cached in a folder as both gzip and normal, which we found to be a plus. I was just thinking that it might save you chaps writing your own.
I think it will help with first impressions in the new modx manager, that’s for sure.100% agree.
And I will file the others in Jira. Regarding the CSS, extjs makes a bit of a mess, haha, you can be nested twenty levels in and have 19 overwritten declarations, and finding the right one can be a bit difficult, with four classes on that very div... eep.Tell me about it.
