hi
i want to develop a text to speech(TTS) programme using c++ so please suggest me where from where i should start because i have no knowledge about TTS so pease explain a little more.
I have an image set by css style to 100x75. When it doesn't load, the alt text loads into the space, but expands the container to beyond 100px width.
How can I prevent this?? Either by cutting it off or wrapping it
I'm looking for a way to programatically select all the content inside a TinyMCE editor instance.
The reason I need this is that I'd like it if all the text inside the editor was selected, as soon as someone clicks on it (I'm using TinyMCE in conjunction with JEditable, by the way).
Thanks,
Edan
Hi,
I've created a simple UserControl in ExpressionBlend. The UserControl is a ractangle with a TextBlock in it. When i use this UserContol in a Silverlight project, i can not change the text in the textBlock of the control. Should give an acces to the TextBlock before using the Control?
HELP"_
What's the simplest, but efficient compression algorithm?
Deflate, lzma, etc. aren't valid options. I need something that compiles really small, like: RLE, LZX, Huffman, etc..
Note: The data is 95% ASCII text
looking at this example of the jquery ui slider
http://jqueryui.com/demos/slider/#steps
i want to be able to show the values of the increments under each "increment point". so in this example it would show 0, 50, 100, etc . . .
is this possible or do i have to align text underneath and hope it lines up
This is Part 2 of this question and thanks very much for David's answer. What if I need to extract dates which are bounded by two keywords?
Example:
text = "One 09 Jun 2011 Two 10 Dec 2012 Three 15 Jan 2015 End"
Case 1 bounding keyboards: "One" and "Three"
Result expected: ['09 Jun 2011', '10 Dec 2012']
Case 2 bounding keyboards: "Two" and "End"
Result expected: ['10 Dec 2012', '15 Jan 2015']
Thanks!
How i can Export a report in SSRS 2008 / 2005 in text file.
with proper allignment
if it is possible by adding some code in Reporting
then pls provide me that code . .
its very urgent . .
Hi folks,
I'm have a list of articles, each article has its own title and description.
Unfortunately, from the sources I am using, there is no way to know what language they are written.
Also, text is not entirely written in 1 language; almost always English words are present.
I reckon I would need dictionary databases stored on my machine, but it feels a bit unpractical.
What would you suggest I do?
How can I find as many date patterns as possible from a text file by python? The date pattern is defined as:
dd mmm yyyy
^ ^
| |
+---+--- spaces
where:
dd is a two digit number
mmm is three-character English month name (e.g. Jan, Mar, Dec)
yyyy is four digit year
there are two spaces as separators
Thanks!
I would like some text to be centered in the bottom of the screen.
I tried this, but it doesn't work. It looks like absolute positioning conflicts with the alignment.
How could I achieve this simple task ?
Need to filter a table from outside of the table, with a text search, checkboxes, and selects. PicNet Table Filter for jQuery works for both searching and using checkboxes outside of the table... though I can't find any examples of how to get a select box to work. Anyone know?
*I might be getting too specific here, but thought I'd at least inquire.
I'm also open to possibilities other than PicNet.
how would i put the contents of a webpage into a string?
it would be the same thing as hitting ctrl+A and copying and pasting it.
is there a way to do this programmatically without 'sendkeys' ?
i do not want to look at the html source at all, i just want to copy the text on the site
I've got this plain HTML:
"Many things are in my room: a bed, a desk, and a computer."
And these phrases:
"things are"
"are in my room"
"room: a bed"
In JQuery, is there some way to loop through the phrase list, and highlight the phrases as they appear in the text, and have the overlap delineated by color, or border, etc?
I know there are simple highlighters but that won't do the trick. Maybe something with overlaying opacities? Thanks!
Just a quick question on NSTextView - I need to get a NSTextView to highlight text, a bit like showFindIndicatorForRange: however permanent and in a different color. I've seen Pages do it, is it possible without any subclasses? Or will I have to create my own?
Dear all,
I have a text file .let name is abc.txt .The file have info like this
jani
stay in USA
karim
stay in France
fara
stay in UK
Now i need to collect the information.the name is as nameString and the address is addressString.I have to put those information on anywhere else.So, i need all the name and address in a for loop.
Can anybody pls help me to collect this info.
Thanks in advance
Riad
Hello,
I had my site designed through an designer, I have this image from it, I want to use same kind of image for other navigation menus which I want to add now, my designer is not supplying me with psd`s of it.
How can I know what text effects and fonts I should use in photoshop to achieve the same kind of result?
Thank You.
Hello. I am working on a cocoa-based text editor. Should I base it on NSTextView or is there a more efficient option? Keep in mind that I plan to support tabs so there can be many editors open at the same time.
How do I remove the last two chars from each line in a text file using just Linux commands?
Also my file seems to have weird ^A delimiters in it. What char does ^A correspond to?
I'm looking for a way to implement a surface where the user can add pictures and text in resizable boxes (with resize handles) - like in PowerPoint. Does anyone know a ready-made control (preferably free) that can do that?
This is what I mean:
Thanks
I have multiple textboxes which im using for search query ,i want to validate them in such a way that if any one text box has value user can submit.
Can anyone suggest me ,how to do it .
Thanks
Hello,
I am curious if there is an algorithm/method exists to generate keywords/tags from a given text, by using some weight calculations, occurrence ratio or other tools.
Thanks