a simple editor [closed] - wysiwyg

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
i want to create a simple text editor for a website which works something like forums..
eg. if the user clicks on font color(after selecting a particular text), the selected text should be wrapped around some text something like
[FONT COLOR="some_color"]sample text[/FONT]
i don't wanna use tinymce, because it's mammoth for my needs..any suggestions??
thankx..

Nicedit will do for you I think :)
Two interesting reviews on RTE's:
http://blog.webdistortion.com/2008/03/09/9-of-the-best-rich-text-editors-reviewed/
http://www.webdesignerdepot.com/2008/12/20-excellent-free-rich-text-editors/

I made something similar, but without BBCode implementation, http://project.james-brooks.net/LivePreview/

Related

Searching for uiswitch for ios 7 with text or image options [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
iOS 7 brings us switches without text at all, removing any effect of "onImage" and "offImage" properties we had in iOS 6. I've tried to use DCRoundSwitch.. but it crashes the app. Has anyone found a successful replacement for a UISwitch that has text (in my case, "YES"/"NO").
You have many alternative of UISwitch:
Cocoacontrols search switch
code4app switch section

Multiline Inline Entry Element for QuickDialog [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
QMultilineElement pushes a new controller with a UITextView in it. There are some times, however, when inline editing is preferable. Has anyone made a custom element for QuickDialog that serves this purpose?
Project: http://escoz.com/open-source/quickdialog
If you want to use inline editing, use QEntryElement.
https://github.com/escoz/QuickDialog/blob/master/quickdialog/QEntryElement.h

Touch-changing chart for iOS [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
By searching a bit I found many libraries to create some charts for the iPhone. Just want to ask if someone has ever worked with a library where the end user can touch the graph and edit it. For example touch a bar graph and make a bar taller or shorter and get back the value.
you should be able to accomplish this with core plot. the built in touch tracking can tell you where the user is touching, from there you'd just change the height of that bar and reload the graph.

Zend_Form as database filter [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
In mij admin i have a list of posts but this list is really really big. I want to make a send form that i can use to active an database filter (so the form gets translated to where / and / or filters). Is there some good example code that i could read or maybe a tutorial ?. Any advise ?
A nice & short previous answer on that.
The reference Matthew Weier O'Phinney's page on Zend_Form used in the Model layer
And just another one if you want
Search on goole with 'Zend_Form' and 'Model Layer' will certainly gives you some others.

A better Eclipse browser? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Does anybody know of a free web browser plugin for eclipse that is better than the built-in browser? I searched but couldn't find anything. I know Tasktop has one, but it's not free...
It was (in 2010):
https://marketplace.eclipse.org/content/eclipse-advanced-browser
now is integrated with http://marketplace.eclipse.org/content/j-office-java-fx-office#.U0-y8HB5B74 (http://www.joffice.eu)
Now you can only do something like that: https://stackoverflow.com/a/9056165/2288169