Hello. i need some help with stripping last closing </p> tag in the string.
i might have some text like this:
<p>this is paragpha 1</p>
<p>this is paragraph 2</p>
well i need to strip that very last </p> tag for paragraph2.
can you anyone help?
thanks
Hello,
i have a text that contains hyperlinked works. some of them appear more than once making the text look very saturated with links. how can i (using regular expressions), strip duplicate a href tags? for reapeated items, hrefs are identical. i want to keep only the first occurance...
hello,
i'd like to know what the regex to strip onclick even from a href tag?
ex. i have this code:
<a href="http://blogs.usatoday.com/oped/2008/02/it-wasnt-suppos.html" onClick="return trackclick('http://blogs.usatoday.com/oped/2008/02/it-wasnt-suppos.html' 'Michael Medved USA Today''Campaign...
hello,
i need some help.
i have 8 DB servers that collect data. every 5 min i need to scrape those 8 DB tables into one centralized DB (9th server).
1. i need to be able to select only unique rows that have not been selected before
2. i need to have those 8 DB servers available for new...
Hello!
Can anyone tell me how to get a result count from Google using CFHTTP?
example i am searching to Cold fusion:
cfhttp: http://www.google.com/search?hl=en&q=cold+fusion
i need to scrape "87,100,000" from "Results 1 - 10 of about 87,100,000 for cold fusion [definition]. (0.07 seconds) "...
hello everyone!
i have row of data (article to be exact). Content is tores as "text 16" in sql server. So 1 article=1 row returned.
Those articles tend to run on and on. i'd like to split (span) into multiple pages with Page 1,2,3,4... as navigation links.
any advise on how to do it best?
BTW...
Hello all.
Maybe you tell me that this can't be done in CF, but i hope it can.
here is my dilemma:
I need a way to create trully dynamic forms online (such that a non-programmer can do it). For example: pick items you wanted inluded on the forms such as radio buttons, checkboxes, textareas...
Hello, i was wondering is there a way to determine the type of input used on the form?
i have a bunch of dynamic fields that i create on the fly: some are checkboxes, some are radio buttons, etc.
in Javascript id would be document.form.element.type
How would i do that in CF? (on Submit i am...
Hello All,
i started to search for dev tools to rewrite CF application. Ajax seems the way to go to avoid annoying refreshes onSubmit. So the question i have:
if i were to use ASP.NET and Ajax, whet would the client need if he wanted to host the site? besides database, IIS, would .NET framework...
Hello All, i need to write up a statement for my managment on why do i think we need to upgrade to MX7. Being an avid fanatic of CF, i'd like to preserve it, while the company is moving towards .NET environment. We currently run CF 5. thank you all for input.
liz
Hello.
i am having trouble outputting the cf query into 2 columns:
name1 name3
address address
city, state city, state
name2 name4
address address
city, state city, state
The problems is: i am dumping it into MSword and can't detect...
Hello all javascript gurus!
here is one i have a problem with:
i have a string with comma separated elements. Dynamic number of elements. Never know how many there are could be.
i need: compare them. make sure that none of them is equal to another one.
example: string (2,1,1,0)
there are 2...
Hello,
Is there a way to flag DB in Coldfusion when Javascript is disabled.
I have tried adding code to <noscript> to flag, but code is always executed regardless wether or not javascript is disabled. Any workaround?
thank you
Hello,
here is the situation:
we have an app. user fills in data on several sections. data is numeric. currently we have js page that runs validation on the pages. Some sections require cross validations with other sections. For example: Sec2Field1 must match Sec3Field3. and so on. Some users to...
Hello, i need some help.
i have a query that outputs this one column that (note: 602.16(a)(1)(i) is data in column, not concatinated data):
602.15(a)(4)
602.15(a)(5)
602.15(a)(6)
602.15(b)
602.16(a)(1)(i)
602.16(a)(1)(ii)
602.16(a)(1)(iii)
602.16(a)(1)(iv)
602.16(a)(1)(ix)
602.16(a)(1)(v)...
Hello, i am trying to parse an uploaded file which is a fixed-width format. I have predefined length for each field and the number of fields. What would be the best approach/technique to accomplish this?
example:
ID- 11 chars
Year -4 chars
SSN-9 chars
LastName-20chars
Firstname-10 chars
the...
Hello.
has any one ever tried uploading file using CFFILE to a separate FILE server instead of WEB server? What are the potential problems?bugs?
background: we are upgrading to CF 7 and since clients will be uploading their file through out a year, we might run out of space on web server and...
i am getting this error when trying to upload a file that contains duplicate PERIODS in the name:
The path, 'G:\ASLweb\Uploads\COA_4\fdhdfg..doc', is illegal. Path specifications cannot include '..'
If there any way i can prevent user from trying to upload a file with ".." in the extension...
Hi
i am trying to write a query that would pull all records from the table where record was last updated 60 min ago and flag them?
aim a little confused with datepart (is that what i use?) to determine was 60 min since the last update?
i'd appreciate any help. (and sample code :-))
thank you
liz
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.