Page of ongoing todo lists of jQuery stuff for Steve McKenzie

Events happening in the community are now at Drupal community events on www.drupal.org.
Posted by kkaefer on October 10, 2006 at 7:13pm

Post your suggestions here ;)

Comments

Gladly

Posted by chx on October 10, 2006 at 7:19pm

Check all for checkboxes is handy on massive admin pages. http://drupal.org/node/88378 . There are issues with JS , I already showed them to him. Collapsible blocks. Drag-and-drops block admin interface.

Checkboxes for admin pages

Posted by kkaefer on October 10, 2006 at 7:20pm

Checkboxes for admin pages should probably be integrated into a new #type => table for forms/render API.

check boxes relevant issue..

Posted by AmrMostafa on November 6, 2006 at 8:58pm

http://drupal.org/node/84961

nice lists of ideas btw very sexy :d

Drupal ajaxsearch à la Google ajaxsearch

Posted by ica on October 18, 2006 at 10:03am

I kinda like new google style search made avaliable API to integrate
http://www.google.com/uds/samples/apidocs/helloworld.html
http://code.google.com/apis/ajaxsearch/documentation/

jquery livesearch
http://markc.renta.net/jquery/
*no 5

I am not sure jquery livesearch can strech as much as google above but it can be improvement as an option replacement to current Drupal search

another method is also interesting- live 'search' filter
example
http://unspace.ca/livefilter
http://unspace.ca/discover/livefilter

filtering can be useful both admin backend and the user frontend

just an idea for your suggestions call :)

theese would be coooool.....

Posted by ultraBoy on October 18, 2006 at 10:47am

theese would be coooool.....

someone already did it!

Posted by Steve McKenzie (not verified) on October 29, 2006 at 7:57pm
Steve McKenzie's picture

someone already did it! yay!

'live' table sorting jquery plugin

Posted by ica on November 3, 2006 at 2:05pm

I was looking jquery 'livefilter' plugin instead of prototype.js which is used demo above
i came cross example of 'live' table sorting by mother russia

http://motherrussia.polyester.se/pub/jquery/demos/filter/filter-demo.html

i also found it interesting idea to adopt for Drupal when tables matter

  • it does not work on mac gecko/Safari but works fine with FireFox

Viewing options ~Titles | Excerpt |Include Photo

Posted by Anonymous on November 9, 2006 at 12:26pm
Anonymous's picture

There is small but very useful User Interface toggle option feature viewing the content on Yahoo News

http://news.yahoo.com/ms/1709
View: Headlines Only | Include Summaries | Include Photos

this feature can be useful for example on drupal.org

i.e projects/modules its good there are so many modules but also it needs some UI improvement where user can have option to view
- the titles (headlines) | summaries (excerpt) | Include Photos (say..in case of dowload/themes)
indeed any Drupal site would benefit from this feature

I dont have .js skills, I thought I should put the example forward here for your opinion

here are the .js's on Yahoo page, but i am not sure which .js relevant to this (that shows my limited/no knowledge of .js :)

http://l.yimg.com/news.yahoo.com/v10/us/news/includes/openss.js
http://l.yimg.com/news.yahoo.com/v10/us/news/includes/ynreload.js
http://us.js2.yimg.com/us.js.yimg.com/lib/hdr/myyhp_2.2.js

also while i was looking if there is some Jquery examples may have simlar soluition, i found this
http://sonspring.com/journal/jquery-portlets
demo
http://host.sonspring.com/portlets/

which is very nice and i presume can be extended to options like on Yahoo
Headlines Only | Include Summaries | Include Photos (toggle) option on each bar

regards

I apologise for the duplicate.. could you delete it please...

Posted by Anonymous on November 9, 2006 at 1:15pm
Anonymous's picture

I apologise for the duplicate.. could you delete it please if you have permisions

Viewing options ~Titles | Excerpt |Include Photo

Posted by Anonymous on November 9, 2006 at 1:12pm
Anonymous's picture

There is small but very useful User Interface toggle option on Yahoo News

http://news.yahoo.com/ms/1709
View: Headlines Only | Include Summaries | Include Photos

this feature can be useful for example on drupal.org

i.e projects/modules its good there are so many modules but also it needs some UI improvement where user can have option to view
- the titles (headlines) | summaries (excerpt) | Include Photos (say..in case of dowload/themes)
indeed any Drupal site would benefit from this feature

I dont have .js skills, I thought I should put the example forward here for your opinion

here are the .js's on Yahoo page, but i am not sure which .js relevant to this (that shows my limited/no knowledge of .js :)

http://l.yimg.com/news.yahoo.com/v10/us/news/includes/openss.js
http://l.yimg.com/news.yahoo.com/v10/us/news/includes/ynreload.js
http://us.js2.yimg.com/us.js.yimg.com/lib/hdr/myyhp_2.2.js

also while i was looking if there is some Jquery examples may have simlar soluition, i found this
http://sonspring.com/journal/jquery-portlets
demo
http://host.sonspring.com/portlets/

which is very nice and i presume can be extended to options like on Yahoo
Headlines Only | Include Summaries | Include Photos (toggle) option on each bar

regards

Interactive crop/scale for image thumbnails

Posted by tema on November 13, 2006 at 7:58am

My issue is for imagefield and imagecache modules which are great (IMO) replacement for image.module in most cases.

JQuery's job is to provide user-friendly interface to get crop/scale parameters for further image processing. Something like this (Prototype & script.aculo.us).

Now waiting for dopry's response for details.

jQuery WYSWYG editor

Posted by alkhulaifi on November 15, 2006 at 7:43pm

I think this is very important for drupal usabilty.
as a perfect example foe a simple WYSWYG editor for me, the editor used in http://www.vox.com

screenshot: http://i.i.com.com/cnwk.1d/i/blog2/20060806/vox2-1154932324796-440_330.jpg

http://www.wymeditor.org/en/

Posted by alanburke on November 17, 2006 at 10:47am

http://www.wymeditor.org/en/

Apparently this editor is moving towards using JQuery as the backend.

Discussed in some detail at
http://drupal.org/node/81440

and briefly yesterday at
http://drupal.org/node/97948

I'm no big fan of WYSWYG editors, but this one looks a little different.
Alan

  • Automatic form field focus as in my focus module but for FormAPI (core): '#focus' => TRUE.

  • Create taxonomy "on the fly" with AJAX on the node edit page. I like Gmail's implementation where they have "New label..." at the bottom of the label drop-down form. You are then prompted with a javascript prompt window where you fill in the new label. Would work really well with the default taxanomy select form.

Permissions

Posted by alex_b on December 16, 2006 at 6:57pm

Permission for editing taxonomy could be uncoupled from node admin permissions. We are facing that particular problem with taxonomy_user.module, that allows per user tags on nodes. Also, AJAX taxonomy on the fly would be a huge step towards a del.icio.us style tagging functionality.

There is taxonomy on the fly

Posted by alex_b on April 2, 2007 at 4:16pm

There is taxonomy on the fly for taxonomy_user module now and there is coming down the pipe the same thing for community tags.

Real-time collaboration for the web.

Posted by jwilde on December 16, 2006 at 11:41pm

Have any of you guys checked this out yet? http://thinkature.com/

Can we do something like this in jquery?

Jim

Ouch, that is cool. Was

Posted by alex_b on January 12, 2007 at 6:46am

Ouch, that is cool.

Was wanting something like that recently, when I was reviewing a book page on our intranet.

Like the post-it stickers in Acrobat Reader or Photoshop - a great tool for collaborative online work.

This is a great tool! It

Posted by melgripa on April 2, 2007 at 3:54pm

This is a great tool! It would be nice to create something like that in jquery as it would help a lot.
Oh, I see you already got the answer. Never mind then.

Firebug Module?

Posted by alanburke on December 22, 2006 at 11:22am

I guess every developer has heard of the firebug plugin for Firefox
http://www.getfirebug.com/

Well, It can also be emdedded directly in websites for use within IE or Safari etc
http://www.getfirebug.com/lite.html

Which got me to thinking [but not actually doing, as I'm not a developer per se :-) ]

Why not a firebug module for Drupal?

In some ways, the parts are there...
The color chooser for Garland lets a user edit the CSS for a webpage dynamically.
Firebug, is thankfully still free.

So is this a pie in the sky idea, or could it be done?

Later
Alan

It looks like Steve took the

Posted by alanburke on February 7, 2007 at 1:26pm

It looks like Steve took the hint
http://drupal.org/project/firebug

hehehehe...

Posted by Steve McKenzie (not verified) on February 7, 2007 at 8:04pm
Steve McKenzie's picture

it's coming!

i had to do a few adjustments to firebug lite itself. My version will be included with the module. I added some jQuery goodness to it and am still ironing out a few things.

Firebug Lite was made kinda weird vs all the jQuery stuff we do.

Should launch the module officially soon.

It's

Posted by Steve McKenzie (not verified) on February 8, 2007 at 11:49am
Steve McKenzie's picture

It's HERE!

http://drupal.org/project/firebug

shortkeys

Posted by Development Seed on December 28, 2006 at 4:25am

keybindings. link keystrokes to firing functions, executing redirects, etc. then let users customize them, make profiles like the way you can customize a shell. make a shell for devel. (http://rikrikrik.com/jquery/shortkeys/)

For example a devel keybinding
ctrl+shift+c - clears the cache
ctrl+shift+v - pops the variable viewer up in a popup
ctrl+shift+q - toggles the query viewer
ctrl+shift+u - masquerade as another user, popup for username appears
etc.

Admin user
ctrl+shift+e - goes to edit page of current node
ctrl+shift+n - goes to admin node screen
ctrl+shift+u - goes to user profile of current user

I wonder about the actual usefulness, but might be in some cases.

outstanding

Posted by moshe weitzman on December 28, 2006 at 1:38pm

yes! steven put in a lot of thought a year+ ago on this topic. see http://drupal.org/node/23628.

Better Yet

Posted by jjeff on December 28, 2006 at 2:29pm

Allow admins to choose which keys they want!

Provide a list of actions such as those above and then allow entry of the key to trigger. Settings page would look like:

Module Action Key Ctrl Shift Alt
Devel Clear cache [ c ] [x] [x] [ ]
Devel View variables [ v ] [x] [x] [ ]
Devel Query viewer [ q ] [x] [x] [ ]
Devel Switch users [ u ] [x] [x] [ ]

Then there could be a hook_hotkeys() that would allow other modules to define hotkey actions for their modules. Oh... and we could call this Hotkeys module.

Other actions that I'd love to see:
- Save (draft of) node
- Jump to page (menu, access, admin, users, nodes). (oh that's above)

I'm sure other modules would have actions to add:
- Add user as a buddy
- Bookmark this page
- Vote/Rate this (keys 1 through 5 ala iTunes)

Also keep in mind that hotkeys might not be the only way to trigger these actions. Some could be triggered on a timer (like saving draft version of editing node). Should we look at the actions module for ideas?

-= Jeff Robbins | Lullabot | Drupalize.me =-

Brainstorming about

Posted by stefano73 on February 1, 2007 at 7:29pm

Brainstorming about keystrokes here: http://groups.drupal.org/node/2629

HotKeys Js Module (Cross Browser)

Posted by tzury on September 17, 2007 at 9:51am

I put my file at http://code.google.com/p/js-hotkeys/ you may grab it from there

nice one

Posted by moshe weitzman on September 17, 2007 at 5:12pm

thats good stuff. thanks.

Attach JS to form items

Posted by drumm on January 2, 2007 at 5:54pm

I recently reviewed a patch which made the permissions page a bit easier to use by checking and disabling the implied permissions. If authenticated user has a permission, then it is implied for all other roles; if anonymous user has a permission, it is implied for everyone.

I'd like to see a more generic approach. Maybe a #onclick property which can change the value and disabled properties of other elements.

I could see this being used in many small places around Drupal.

minor nitpick

Posted by moshe weitzman on January 2, 2007 at 6:50pm

permissions granted to anon are not necessarily granted to any other role. your assumption about authenticted is right on though.

The original patch I read

Posted by drumm on January 2, 2007 at 7:51pm

The original patch I read actually did that.

What is a specific case where it would make sense to not grant a permission, which is given to anonymous users, for everyone?

unique user experience

Posted by moshe weitzman on January 3, 2007 at 1:24am

i admit that i don't usually do that but i do create pages that are available only to anon. in general, authenticated users can have such a different experience on a site that you might want certain modules/sections available only for anon in order to customize their experience.

it is cool if the patch you describe checks these boxes since thats what you normally want. it just shouldn't force this configuration.

Fancy Slider Support

Posted by gbear on January 13, 2007 at 12:42am

Spent awhile trying to get sliders to work with forms API & scriptaculous last August, never got it.

a'la http://www.amazon.com/gp/gsl/search/finder?productGroupID=loose_diamonds

Thanks for asking. Would love more/easier slider support for use in forms.

Javascript

Group notifications

This group offers an RSS feed. Or subscribe to these personalized, sitewide feeds:

AltStyle によって変換されたページ (->オリジナル) /