Showing posts with label plugins. Show all posts
Showing posts with label plugins. Show all posts

Sunday, June 10, 2012

What"s the best edit-in-place plugin for jQuery?


I need an edit-in-place plugin for jQuery but there are quite some around. I've been testing jeditable ( http://www.appelsiini.net/projects/jeditable ) but it lacks some basic options (like hover effect). I also found JEIP ( http://josephscott.org/code/javascript/jquery-edit-in-place/ ) which has recently been developed but comes with much more settings.

Thursday, May 24, 2012

Monday, May 7, 2012

How can plugin systems be designed so they don"t waste so many resources?


I am trying to build a basic plugin system like the kind you often find in a CMS like WordPress. You have a folder of plugins which tie into the main system's operation through event notifications using an Observer or Event design pattern.