[jQuery] Re: New Plugin: jQuery Finder (Mac-style 'Treeview' with Columns)

2009-02-11 Thread Todd Parker

Hi Nicolas - I just wanted to say that you did a stellar job of using
the new CSS framework. I'm the design lead for the jQuery UI team and
was involved in the creation of the framework and this is the best
example of leveraging the power of this system. Just curious, did you
run into any issues or tips that you'd like to share with us? Anyone
use the CSS framework that you'd like to share?

I added links to this in the docs wiki in the ThemeRoller ready page:
http://docs.jquery.com/UI/Theming/ThemeRollerReady

On Feb 7, 2:04 pm, Nicolas R ruda...@googlemail.com wrote:
 IE 7 seems to be ok now, but there's a CSS bug I can't figure out (see
 the width of list items, it collapses to the width of the text they
 contain)

 I figured out how to make it work on IE6 (mostly), but as the changes
 are very specific I did not include them in the code. If anyone
 requires ie6 support just ask.

 Chrome is also ok.

 I also added some more data on the api.

 On Feb 6, 10:55 pm, Rick Faircloth r...@whitestonemedia.com wrote:

  Malformed in IE 7...

   -Original Message-
   From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On 
   Behalf Of Nicolas R
   Sent: Friday, February 06, 2009 1:33 PM
   To: jQuery (English)
   Subject: [jQuery] Re: New Plugin: jQuery Finder (Mac-style 'Treeview' 
   with Columns)

   v0.6a is out
  http://www.nicolas.rudas.info/jQuery/Finder/

   Following up on Nikola's idea, I've also made this:
  http://www.nicolas.rudas.info/jQuery/Finder/v0.6a/api.html

   The jQuery API, finder style. It's doesn't give any API docs tho at
   the moment, just a list of methods (the json data provided by jquery
   are a bit messy and a bit of a hussle to translate to html)


[jQuery] Superfish + Themeroller?

2009-02-11 Thread Todd Parker

Just wondering if you've considered adding the new jQuery UI CSS
fraework classes to your plugin to make it compatible with ThemeRoller
and easy to theme. It's just a matter of adding a few classes and
keepign your structural styles separate from the bg, text and border
color styles (supplied by the theme)

Here is the info on the framework:
http://docs.jquery.com/UI/Theming/API

And an article that walk through how the classes are used:
http://www.filamentgroup.com/lab/styling_buttons_and_toolbars_with_the_jquery_ui_css_framework/

I worked on the framework and would be happy to answer questions.