avatar

Jeong-Ho Lee

Member since June 19 2011

My Activity:

98 questions

602 answers

LEVEL

16

Activity

qsponge ruler

How do you say "Good bye!" in Korean?

Based on the level of respect or formality, you can say "Good bye!" in Korean in 3 ways: Informal: jal ga (잘 가)Formal: annyounghi ga-seyo (안녕히 가세요)Very formal: annyounghi ga-sibsiyo (안녕히 가십시요)... (read more)

  answered 14 years ago

What is QR Code?

  tracked 14 years ago

How to transfer domain to new host?

  tracked 14 years ago

How to pass authorization header using curl?

curl uses the Basic HTTP authentication: curl --user name:password www.example.com Before transmission the string name:password is encoded with the Base 64 algorithm. The Base64-encoded string is transmitted in the HTTP header and decoded by the receiver,... (read more)

  answered 15 years ago

What does IP PBX stand for?

IP PBX stands for Internet Protocol Private Branch Exchange. An IP PBX is an enterprise level telephone system delivering voice or video streams over data network. (read more)

  answered 15 years ago

How to make superscript and subscript in the RTE?

To make superscript, execCommand("superscript") function is used. For IE: document.execCommand("superscript"); For non IE: document.execCommand("superscript",false,null); To make subscript, execCommand("subscript") function is used. For IE:... (read more)

  answered 15 years ago

How to make unordered list and ordered list in the RTE?

To make an ordered list, execCommand("insertorderedlist") function is used. For IE: document.execCommand("insertorderedlist"); For non IE: document.execCommand("insertorderedlist",false,null); To make an unordered list, execCommand("insertunorderedlist")... (read more)

  answered 15 years ago

How to make indent and outdent in the RTE?

To indent paragraph, execCommand("indent") function is used. For IE: document.execCommand("indent"); For non IE: document.execCommand("indent",false,null); To outdent paragraph, execCommand("outdent") function is used. For IE: document.execCommand("outdent");... (read more)

  answered 15 years ago

How to make undo and redo in the RTE?

We create a div which should be specified by "CONTENTEDITABLE" and set its id to editdiv as follows: <div CONTENTEDITABLE id="editdiv" name="editdiv" style="background-color:BACKGROUNDCOLOR;overflow:auto;width:WIDTH;heig ht:HEIGHT;border:1px solid... (read more)

  answered 15 years ago

How to make bold, italic and underline in the RTE?

We create a div which should be specified by "CONTENTEDITABLE" and set its id to editdiv as follows: <div CONTENTEDITABLE id="editdiv" name="editdiv" style="background-color:BACKGROUNDCOLOR;overflow:auto;width:WIDTH;heig ht:HEIGHT;border:1px solid... (read more)

  answered 15 years ago

What is the Qsponge Cookie Policy?

  tracked 15 years ago

How to say "Hello!" in Korean?

Based on the level of respect or formality, you can say hello in Korean in 3 ways: Anyoung (안녕) - informal Anyoung Haseyo? (안녕하세요?) - formal Anyoung Hashimnikka? (안녕하십니까?) - very formal When you ask if someone is there on... (read more)

  answered 15 years ago

Why is diabetes dangerous?

  tracked 15 years ago