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 want to create an interactive code editor for my website,that people visit and try different language code and the online code editor interact with the person if he did something wrong and i was searching using Google to get some answers but didn't find any or i am unable to ask correct question! (so sorry for that and also for my English or something else),so i am here for the question which i need answer.
I need a script which can perform all the function/which i can implement in my website. OR
if you know the name of the scripts tell me i will buy it to implement it on my website. OR
you can give me a rough idea how i can create interactive code editor and the rest i will do.
Thank you for help and is my question in appropriate to ask?? than reply me in comment.
What language would you do to test their code online? php?
For syntax coloring online via a textarea you can use http://codemirror.net/
Basically you want to do this => http://www.compileonline.com/?
Related
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 6 years ago.
Improve this question
I am working on some laravel project in which i want to provide live chat for customer services. Customer fill some information then chat will be start for example you can see demo https://www.telenor.com.pk/ or http://www.mobilink.com.pk/. There is a lot of other example I think that two is enough for understand what i want. I want some thing like that please suggest me any library or some helping material that can help me
I don't know if I understand you.
I mean if you want to use that kind of service on your laravel project, just simply register at one of live chat providers.
For example: https://www.tawk.to/ (it's free)
Its very easy to install. You will need just to add website in tawk, and put the javascript that you will get in your template.
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
Guys I know that this question asked before but its not the same.
I have a website that I want to translate its content.
What I came up with:
1-gettext //its not good for me
2-google api //google translate is very bad and also google add its name in my wbesite
3-make another files with different language.
I prefer the last one because I only want my website to be English and Arabic.
Any more solutions? and what disadvantages of making the third solution ?
thanks
Salam Essam,
What companies do nowadays is use something called i18n (internationalization) I believe you should check out this website: https://lingohub.com/blog/2013/06/php-internationalization-i18n-mechanisms-tutorial/ It also tells why the third method you're mentioning is bad. Hope it helps.
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/
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.
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 just bought a used book which is the PHP and MySQL Web Development (4th Edition) but the cd was not included in it I just want the chapters example code specifically the include_fns.php since they don't tell you how to code in this file.
If any one knows where I can find the books source code examples please let me know.
Please visit this link.
This is 3rd edition version. you can download book examples here.
Edit : I have just Googled it and it was first link in the result. I dont know whether this web site supplies this material legally or not. You download and use this things all on your responsibility.
And here you can find source code for Chapters 2 and 3 missing from the CD-ROM
The exact link is Chap2and3SourceCode
It is update tab