From: Kevin <ke...@dr...> - 2006-08-23 18:48:39
|
> On 8/23/06, Benjamin Stewart <bst...@gm...> wrote: >> For that might matter, you might want to consider the "API" that your >> DOM is going to be exposing to greasemonkey developers, and possibly >> even document your DOM's "API" as a way to writing FOFr "plugins" -- >> write a greasemonkey driver with some functions that can be used to >> get all posts, etc, and then distribute that to your users. > > Very interesting suggestion - though this just addresses UI plugins, > and not programmatic plugins (for data filtering, new views, etc). > Still, could maybe do some interesting things via GM. > > Keep up with the suggestions :) I had never seen YUI before today. It looks nice and complete. One thin= g I liked was it's support of namespaces. You can register function/object/etc to a namespace which is good for extensibility. I also like Grids CSS. For a CSS novice, this is great. No more tables for layout. http://developer.yahoo.com/yui/grids/ --=20 Kevin |