I want to create a Flash or animated video that starts with a red dot on a black background. Gradually the dot increases in size and is actually text which says something such as "Buy American". How can this be done?
I'm looking for a simple free/cheap Windows text editor for a family member learning HTML. Ideally it would be as simple and non-intimidating as possible. Basically Notepad with code highlighting. Any help would be much appreciated!
$('#customerAddress').text().replace(/\xA0/,"").replace(/\s+/," ");
Going after the value in a span (id=customerAddress) and I'd like to reduce all sections of whitespace to a single whitespace. The /\s+/ whould work except this app gets some character 160's between street address and state/zip
What is a better way to write this? this does not currently work.
hello,
<input type="text" id="Date-<%=Model.ID%>" /><%=Html.EditorFor(model => model.Date)%>
if I use this I am getting two input boxes on front end?
Can any body help me out.. how to get only one textbox,..
thanks
Whenever i select something in visual mode it automatically gets copied. It causes a problem since i have alread something in clipboard to paste in that selected text. Is there any way to disable this. Is this due to the fact that my xterm also has similar behaviour
I'm an html noob and I just wanted to know if it's possible to make a text box in which you could type a website and when you click submit it will load the website in the iframe of your choice.
Hello everyone
I hope to to drag a text string and its hyperlink from an HTML page to a TEdit.
For example
displays aaa
actual string is aaa
I try to use drag&drop vcl, but founf that it only can catch aaa itself rather than the string and its hyper link.
Welcome any comment
Thanks
interdev
On Single page the comment form of Text area is moves Forwarded with threaded comment. Please click on reply to have a look.
A wordpress site.
demo sites example :
http://dikkers.rtcamp.info/?p=205
Hi All.
When a user clicks a 'Add Node' button above a tree and the program adds a tree item below the selected node, I would like to insert the new tree item with the text highlight and ready for editing by the user... like labels in GMail. Any ideas?
--Kirt
Hi, I have an application that just only use for show information and search data. and my datatype is text and has larg size. would you please tell me what's the best storage for it. also I don't want to use SQL database.
thaks
Reading about Kohana templates and saw soemthing I've never seen before:
$this->template->title = __('Welcome To Acme Widgets');
What does __('Text') mean? What is it? What does it do?
Hello i need to implement in Html/javascript (or php is possible) a script who works like twitter, when the user writes text in a field a label change showing the caracters left.
Can you help me with a simple and easy script example?
I was unsuccessful in finding a jQuery plugin that allowed me to write in two inputs simultaneously.
I'm trying to write a normal title in one field, and at the same time type in another input write the same text without special characters or spaces.
e.g.
Input 1: This is my Title!
Input 2: ThisIsMyTitle
I have a report that I need to increase the size of the textbox base on the length of the text. There some formula to calculate the resulting lenght size?
I want to split this text in to 2 parts with C#.Net windows application.
C:\Users\Microsoft\Pictures\2010-04-22\003.jpg
First part: C:\Users\Microsoft\Pictures\2010-04-22\
Second part: 003.jpg
Thanks.
I am experimenting with finding similar text between a string and an online article. I am playing with similar_text() in php that shows the percentage a string matches. But I am trying to figure out how to echo out what similar_text() is finding that is similar. Is there any way to do this?
hi
i am using below code to change the the font type of text view. but its not changing the font
textView3.font = [UIFont fontWithName:@"Helvetica" size:17.0f];
tell me where i am wrong.
I have a configuration file in the following JSON format:
{
"key1": "value1",
"key2": "value2",
"key3": false,
"key4": 10,
}
The user can set/unset the configuration values using a text editor. I however need to read it in my C# application. Whats the best way to do so for JSON? The above keys are not associated with a class.
Hi folks.
I've always have a problem with big datasets created through the dataset designer in visual studio (2005). When the dataset many tables with many columns, the columns defined like "(Empty)" in the NULL VALUE property starts showing the text "(Empty)" literally.
Is anyone aware of this? or is just me?
Thanks in advance.
This is in wordpress (not sure that makes a difference)
This bit of php outputs the post title
<?php echo $data['nameofpost']; ?>
It's simple text which can be anywhere up to 100 chars long. What i'd like is if the chars outputted are over 20 long to display '...' or simply nothing at all.
Thanks