rich text editor for textarea [closed] - php

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
can some of you guys suggest me some free rich text editor for textarea? I like the one that stackoverflow uses.

TinyMCE is what I've used successfully before. It's configurable to show as much or as little of the editor as you want.

I like the one that stackoverflow
uses.
The one used by StackOverflow is:
WMD Editor
Also have a look at this blog post at StackOverflow:
Reverse Engineering the WMD Editor

I think you can choose from these two, the bests I have ever seen:
CKeditor
TinyMCE

Try out Sir Trevor too. It's light, extensible and supports markdown.

Related

Trying to add a text editor on my website [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
currently i am working on a site for question answer site.
it is like this stackoverflow.anyone help me to add text editor on my site
any plugin for text-edtor
the data entered in text editor stored into database.
i am using PHP
Check out this link. Its the 2nd search result on google when searched "text editor api for websites"
This is just what you want.
I prefer QuillJS.
Here are some of its examples.
i think ckeditor is best, Please check following link.
http://ckeditor.com/demo
You can use code mirror, an open source text editor for web.
link : https://codemirror.net/

Forum using Php [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 want to design a Forum using Php but the problem I am facing is that I dont know how can I put a Post creator in it. As far as I know something like wysiwyg editor is used for it but how can I get it.
By Post creator I mean some thing like here on stackoverflow we are given an editor by which we post our questions. That is the same thing I need.
Thanks
There are several great WYSIWYG editors ; to name only two of the most-used, you could think about :
TinyMCE
CKEditor
In each case, I suggest you read their documentation, to see how they can be integrated into your website ;-)
Generally speaking, getting the data entered by the user will not be harder than reading an element of the $_POST array.
What you're looking for is called an RTE or Rich Text Editor. There are many around.
See here
You can also view the answer from here for something similar to what stackoverflow uses.

joomla flv player [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 the possibility to add videos to an article, do you know about something that might be usable? Only thing I need is just that it will be able to play flv video. I found HDFLV player, which is pretty fine but it cannot be used in an article, unless you buy it for like 99$, which is unacceptable.
Thanks,
EL
Take a look at Flow Player.
Its free and easy to install. You can customise various options using a UI on their site and they will provide the embed code for it.
HTML5 might be usable.
http://www.whatwg.org/specs/web-apps/current-work/multipage/video.html
Take a look here: http://extensions.joomla.org/extensions/multimedia/multimedia-players.
The extensions are evaluated. Some are free.
hey the best one imo is >>
http://extensions.joomla.org/extensions/multimedia/multimedia-players/video-players-a-gallery/3955?qh=YTo2OntpOjA7czozOiJhbGwiO2k6MTtzOjQ6ImFsbGUiO2k6MjtzOjU6ImFsbGVzIjtpOjM7czo1OiJ2aWRlbyI7aTo0O3M6NjoidmlkZW9zIjtpOjU7czo5OiJhbGwgdmlkZW8iO30%3D
its easy to use and configure and non-commercial

Looking for a good photo gallery slide show tool for my site [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
I am looking for a easy to use and easily changeable photo slider. I really just want to have 4-6 photos that change every ten seconds or so in a stationary box display. Kind of like a photo gallery, but all changing on the back end and without any thumbnails. I also would like to be able to put text links on the images as well as have full css control on styling and sizing.
Any suggestions?
thanks in advance
Have a look at:
AnythingSlider
You can put anything images, text, links or whatever you want.
I wrote my own using Dojo, but I'm sure you could do the same thing in jQuery. I used an article by David Walsh using Mootools as a basis. It's here. If nothing else, the html and css he gives are useful.

HTML WYSIWYG editor for php code [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
i looking javascript editor for php code, include tab support and php code highlight
This does not have WYSIWYG but is strictly a code editing plugin for jQuery which supports a number of different languages. Highly recommended.
MarkItUp
I apologize for posting the wrong link! Forgot the plugin name.
http://wmd-editor.com/ is the editor used by stackoverflow :) Er, you mean an PHP editor, take a look at mozilla bespin: https://bespin.mozilla.com/ And take a closer look at
PHPanywhere.
It is a Real-time syntax code editor!

Categories