Translate ckeditor text - ckeditor

I need to translate ckeditor text, i saw a related post at
How to use Google Translate with CKEditor? but donot know how to implement.
Sorry I am an entry level programmer and need help!
Thanks in advance

Related

How do I use figure tag of HTML with text around it in React JS

I want to add text around the image like this. Plzz Guide me that how can I do that. Thank you :)
I tried the figure tag but couldn't get the result that what I am trying to do.

How to display conversation text in Laravel

I want to display text like below, how can I store it in database, should I have put by hand like <p>, <br /> right? It will be take a lot of time, there are another way to do that, thank you!
Tess: Thank you.
Ravi: Are you doing anything special?
Tess: Well, I’m going out for dinner with some friends tonight and then we might go to a club. I’m not really sure.
Ravi: Sounds good. Where are you going to eat? Is it somewhere a bit special or …
You can use CKEditor for this. It will give you content in HTML format. You just need to write as a document editor. for example in the StackOverflow question and answer section, you are can design the document as bold, italic, hyperlink, etc.
There are lots of WYSIWYG editors, for example, TinyMCE, Summernote, etc.

How to put text on image with summernote

How to put text on image using summernote? or any way to achieve thing like that.
I will appreciate any suggestion.
,
check summernote-image-attribute plugin https://github.com/DiemenDesign/summernote-image-attributes

Separate Content for each different language in joomla

It is possible to get multiple input textareas where I can enter content for each language separately. Is there some kind of extension that enables this. I am a novice at joomla so please help me.
Well, something like
Title(English): <THEN A TEXT BOX HERE>
Title(Other Langauge): <THEN A TEXT BOX HERE>
Content(English):
<THEN A TEXTAREA HERE>
Content(Other Language)
<THEN ANOTHER TEXTAREA HERE>
I am just passing ideas. May be there is something better that can solve my problem. basically, i need to manually enter different content for every language installed. Not through automatic translation. It is not even available...
Have a look at Joomla Translations Manager - we use it on all our multilingual pages and it will help you translate JText::_() strings
As JackJoe said, Joomfish is what you are looking for. http://www.joomfish.net/

Change appearence of page dynamically like twitter or tumblr

I'm trying to find tutorials or code to allow users to customise their page, just like twitter ,wordpress and tumblr do.
Could someone tell me what technology their using?
i'm a .net developer, but maybe they're using jquery?
Any help would be great.
Thanks
You can use javascript to change style sheets and the DOM
Question is a bit broad. To change the page you simply need to manipulate the DOM or change the CSS associated with the page's elements. This can be done any number of ways. E.g. you could write out a new CSS class dynamically, you could add new elements to the DOM itself or you could modify the existing attributes of the page. e.g. to set the background of the page you can do something like:
(assuming JQuery)
$("body").css('background-image','url(path/to/image)');
Hope that helps,
-fs

Resources