Top "Text" questions

Text is a sequence of characters that is most often used to represent a cohesive piece of information.

Decode & back to & in JavaScript

I have some Javascript code that communicates with an XML-RPC backend. The XML-RPC returns strings of the form: <img …

javascript html text decode
jQuery: find element by text

Can anyone tell me if it's possible to find an element based on its content rather than by an id …

jquery text find
Input text dialog Android

When a user clicks a Button in my App (which is printed in a SurfaceView), I'd like a text Dialog …

android text input
Difference between text and varchar (character varying)

What's the difference between the text data type and the character varying (varchar) data types? According to the documentation If …

string postgresql text types varchar
How can I align text directly beneath an image?

I used to know how to put an image on top and then justify the text below the image so …

html css text justify
align text center with android

I know it sounds easy. I need to put a text in center, but when the text is too long …

java android xml text center
Text border using css (border around text)

Is there a way to integrate a border around text like the image below?

text css
Output grep results to text file, need cleaner output

When using the Grep command to find a search string in a set of files, how do I dump the …

text grep output
Add padding to HTML text input field

I want to add some space to the right of an <input type="text" /> so that there's some …

html css text input textbox
How can I detect the encoding/codepage of a text file

In our application, we receive text files (.txt, .csv, etc.) from diverse sources. When reading, these files sometimes contain garbage, …

c# .net text encoding globalization