Text is a sequence of characters that is most often used to represent a cohesive piece of information.
0
votes
2answers
20 views
displaying random contents with php
I have a script with that it write a site url and site name in this format :
::<a href='http://master7np.tk>Master7np</a>::<a href='http://master-land.net>
...
0
votes
1answer
16 views
regular expressions to capture repeated sentences
I've been doing some work with large text files recently. I've transformed them into CSV format, with | as quotechar, but I've found that sometimes there are whole sentences that are repeated in the ...
-2
votes
0answers
22 views
Grabbing data from a complicated text file
I want to grab this from a text file:
2 C C1 0 200. 6000. 1000. 0
2.60558300E+00-1.95934340E-04 1.06737220E-07-1.64239400E-11 8.18705800E-16
...
0
votes
0answers
17 views
Align text over “thought bubble” in image, and keep text over “thought bubble” regardless of screen size?
Here is my site: http://www.craftersresale.com/
I want to write text over the "thought bubble" in the image. The text should stay in the thought bubble regardless of the viewer's screen size. I ...
2
votes
0answers
30 views
Text effect to enhance readability of small fonts
In a view I have a smaller font, foreground is white and background is dark grey.
At the moment I use a drop shadow effect like
<DropShadowEffect BlurRadius="0"
Opacity="0.99"
...
0
votes
1answer
10 views
jQuery - Clear textarea on focus only if exact default text
I am trying to figur out how to clear textarea text on focus only if it has a certain word, phrase or charcter. I have found many solutions to clear the default text in a text area but if i have the ...
0
votes
0answers
2 views
Javascript for Adobe X - Fillable Forms & Text Formats
I've created a pdf fillable form and currently the document isn't performing quite right. There are a few enhancements I'd like to implement; hopefully, "the experts" can help.
Please provide code ...
0
votes
1answer
16 views
Center text right side from image in header
This is the site that i've been coding all day but i cant get the text on the right side of the logo to be in the center of the logo.
Can anyone help, i tried looking for an answer but did not find ...
0
votes
1answer
28 views
How Make A Constantly Growing Text File
I have an app that is collecting data from user inputs on a pretty regular basis. I'm writing the data to a text file and saving it to the disk. I usually call writeToFile:, but the issue with that is ...
0
votes
1answer
16 views
Tables in Text Printer - PHP
I am trying to orient the text in text printer using php printer_write function but I know it wont work that way. Can you please suggest me some way to have values in table or div so that they are ...
2
votes
4answers
44 views
Revealing text on hover image
With my code, i am using a script that generates a random set of 4 images that gets displayed on refresh. I wish to only display the text when the cursor is hovering over the respective image.
Any ...
2
votes
1answer
15 views
Detect Incoming iMessages or Text Messages - iOS
I am trying to develop an iOS app that detects incoming iMessages or Text Messages. I do not need to know the message content, who it's from, or any other things like that. I just want to be alerted ...
-1
votes
6answers
70 views
textbox text to array with C#
Can anyone help with a little code i want to make array which first index will have first word of textbox text:
array[0] first word of text
array[1] second word of text
can anyone help me?
-2
votes
1answer
27 views
looping file names with txt and date in matlab
I want to extract data from thousands of daily data files as shown below. How would I put them in a loop based on date with following file names? .7 in the end of file name is there with all files.
...
0
votes
0answers
19 views
Online Tool for truncating lines (each line having a maximum length of xxx)
I have been searching everywhere for an online tool doing a simple but crucial thing:
Truncating each line in a document after x number of characters (output: each line having a maximum length of xx ...