jQuery plugin for table with removable columns [closed] - jquery-plugins

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I would like to display a table with many columns. All columns cannot fit into one screen, so I want let user to decide which columns to see and which not (I will have some default, of course).
I found the SlickGrid jQuery plugin which does have the required functionality. Demo here. But, it has also many other things that I'm not interested in.
I wonder if there are other jQuery plugins that has this functionality. Please share if you know some.

jqGrid - Demo at http://trirand.com/blog/jqgrid/jqgrid.html - Has a feature for showing/hiding columns but again offers a lot of other features you might not be interested in but most can be turned off.

Related

Magento Extension for FREQUENTLY PURCHASED TOGETHER option [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I need to implement "FREQUENTLY PURCHASED TOGETHER" in my product view page. Also, to implement Color and Size Swatch. Please guide me best to or best extension to implement same. Thanks
Below mentioned extensions are widely used for frequently bought together option.
http://www.magentocommerce.com/magento-connect/frequently-bought-together-extension.html
http://www.magentocommerce.com/magento-connect/frequently-bought-together-2.html
http://www.magentocommerce.com/magento-connect/frequently-bought-together-3.html

Web app that contains a check-list based task management UI? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I'm looking to develop my own task application so I'm trying to study the UI of any possible in-browser apps that have some sort of functionality which has an ordered list where items can be tagged as "done" and they either get color-highlighted or move into a "DONE" column.
By the way, the area would be a tinyMCE or similar editable area and not some primitive html rendering.
Example:
The To-dos section of www.basecamphq.com

Upload file jquery plugin [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
Can anyone please recomend one?
I am using ASP.NET MVC.
Thank you
Check out uploadify. It uses flash as well but I highly recommend it. I have used in several locations and it has always fit my need. It is also highly customizeable so that is always a plus. It is also free so you really cant beat it.
You can also refer to this question
http://www.uploadify.com/demo/

custom Plugin for CKEditor 3.x [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
this is the first time i am working with CKEditor.
any one can explain how to create plugin for CKEditor and how to insert plugin button into toolbar ?
Or Please give me a link to good tutorial.
Try this, http://blog.tommed.co.uk/2009/09/07/how-to-create-a-ckeditor-v3-plugin
if not getting any help from this, let me know.
Also check http://www.sayopenweb.com/plugin-for-ckeditor/ for more options on CKEDITOR plugin.
There's a thread on the CKEditor forums which explains the same with a different set of examples. Consolidating the ideas from both these articles will help you understand the concept better.
Cheers,
m^e

Any Suggestions for Log4Net Configuration Gui? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
Does anyone have any suggestions for a Gui for editing the log4net config files. We have people in the field who need to be able to increase, decrease, or specialize logging but don't have the background to mess in the XML.
I used this http://www.codeproject.com/KB/cs/Log4netEditor.aspx a few years ago to provide a simple GUI to log4net. I haven't used it recently so I don't know if it's still working with recent releases of log4net.
It's not that hard to make a simple .NET Winforms app that can read a .xml file and allow the user to edit it. As it will only be used by users with specific needs you can just put in the necessary drop-down menus, ticks boxes or edit boxes to allow then to change the values needed.
You can then do some basic error/range checking to make sure they can't enter invalid values.

Resources