text

Filtering data with jquery

Ok i have this problem... I want to take out some text from a string and that text is held between () brackets and the string looks like this var a = validate(password) I want to take out the password ;) thx in forward Vanja ...

C# - How to make text/labels smooth?

Hello. Does anyone know how to make labels, or text, smoother? At the moment they look quite jagged. As I want to make the label dynamic, I can't just insert the text from Photoshop. Any idea? Thanks. ...

smtp text message code not sending

I have a python code to send a text message to your cellphone using SMTP. when I run it I don't get any errors, but it doesn't send the text message. My code isn't finished, right now I am just getting the basics down. Any help on making it send would be appreciated. #infile = open('companyname.txt', 'r') import sys import smtplib ...

Text extraction with java html parsers

I want to use an html parser that does the following in a nice, elegant way Extract text (this is most important) Extract links, meta keywords Reconstruct original doc (optional but nice feature to have) From my investigation so far jericho seems to fit. Any other open source libraries you guys would recommend? ...

In actionscript 3.0/flex, how to maintain the individual text format of the characters from one text box to another?

I have two text areas in adobe flex - an original and a target text area. The original text area has text in it and some of the words are in bold (the user has the option to bold whatever selection in the text they want via a bold button). What is the easiest way to maintain this text formatting when copying it over to the target text ...

compare 2 differents chunks of text c#

Someone know an algorithm to compare 2 text and stablish a similarity percentage. Like for example say that chunk 1 is 80% similar to chunk 2, or chunk1 is entirely different from chunk 2 that means that has a 0% of similarity. ...

How can I display scroll text like marque in Blackberry using J2ME ??

How can I display scroll like marque text in Blackberry using J2ME ?? Thats move from left to right or vertically ?? Any help will be very very appreciated ... Hope u will help me Baby.. Thanks in Advance, Asem IM. ...

How to create Particles structure from text in AS3?

I want to take any Text sting and form from it text formed by particles in actionscript 3 (In flash \ flex) I see I need some lib for this. but all libs Ive seen do not have such functionalyty by default... So I want to get something like this So Is there any sych lib? or way of doing it with some lib? It should be Free and Opens...

Large free block of english non-pronoun text

As part of teaching myself python I've written a script which allows a user to play hangman. At the moment, the hangman word to be guessed is simply entered manually at the start of the script's code. I want instead for the script to choose randomly from a large list of english words. This I know how to do - my problem is finding that l...

How to create nice text depth\shadow effect? (HTML)

I need some JS class or CSS method to create from any text such text with shadow like on this web page... Page screen: I need It to work in IE 6,7,8 Chrome 4, FF 3, etc ...

Objective C iPhone save text

How is it possible to save text from a text field when the user quit's the app then when the user re opens the app the text appears back in the same text box, can this be done with out a save button? What code is needed for the text to be saved and what action is needed for doing this when the app is opened? Thanks, David ...

Java2D text get polygons for custom rendering!

Hi, can anybody provide me with an example of how to get the java 2D shape polygons of a textLayout so I can modify them for custom rendering? I am not experienced with Java and have a hard time crawling through the reference so some input would be great! Thanks! ...

Storing a set of values in Delphi

I am trying to store a set of values in delphi, but i want to be able to address them using their name, instead of an assigned number. For example, an array of 'OldValues' would let me do OldValue[1] := InflationEdit.Text; Ideally however, i would like to have a value stored in 'Data.Inflation.OldValue' for example. For each identi...

Underlining text in UIButton

Hi, Can anyone help me out in underlining the title of the UIButton. I have a UIButton of Custom type, and i want the Title to be underlined, but the Interface Builder does not provide any option to do so. In Interface Builder when you select the Font Option for a Button, it provides option to select None, Single, Double, Color but no...

Flex - Visible shadings in text color

Hi! I have an application with a css for skinning. I noticed that some texts are not displayed as they should regarding the colors. Here's an image to give you a better idea of the issue: The texts should be kinda grey. The color is correctly displayed on the top part of the text, but the bottom is kind of faded. The same goes for ...

Reading UIWebView TEXT content

Hello Everyone, I am interested in reading ONLY the TEXT content of a UIWebView. How do I do this? I found lots of help on the web about reading the HTML content but I want ONLY the Text. Any suggestions? Thanks ...

Grab SELECTED text on UITextView

Hello Everyone, How do I grab SELECTED/HIGHLIGHTED text on a UITextView. I already know how to do this on UIWebView using javascript. Now I am trying to figure it out for the UITextView. Thanks for your help. ...

Can I Programmatically Select Text in UITextView?

Hello everyone, I want to select Text on UITextView, similar to the default "Select" and "Select All" pop options we see when we tap. I want to the user the ability to do that from my custom menu. I played with selectedRange but that doesnt seem to do the trick. Any ideas? Thanks ...

Android, make portions of text invisible in TextView

Hi, I suspect that adding a certain letter/character to the beginning of my text will solve an alignment problem I am currently facing. Needless to say that I do not wish for this letter to appear. Is there a way to tell a portion of the text to be invisible/transparent? I reviewed the Spannable interface could not find anything relate...

LaTeX - Changing the font size for a document, but in the preamble, not the document class?

I have a LaTeX document. I want to change the font size of all the text, to make it smaller. Normally I would just change the documentclass part. However I am generating LaTeX files from another programme, and it is setting the documentclass, I can't change that. However I can put things in the preamble. Is there anyway to change the f...