I want to display an RSS feed on my site, from Investor's Business Daily, but the thing is so darn long that its total size, 250K, is slowing down my site. Is there anyway in CFHTTP to only download a portion of the filecontent? To just stop at 50K or so?
If that's not possible, is there...
This is for an internal workflow process I'm developing. Is there any way for Coldfusion to generate Windows "Shortcut" files? Perhaps using CFFILE?
Also, its important to also set the "comments" field of the shortcut, so that I'll be able to later sort the list of shortcuts other than by name.
<a href="c:\">root</a>
That will only work when running a page off the desktop. I need to find a way to open up folders on the local machine runnning ColdFusion. Right now we have all these folders for jobs that are by unique interger id. I want to build a simple page that also lists other...
I have a problem that I set up a series of folder housing various website content by thier unique "job number". This has made things much more organized but my client wants to still tell what folder belongs to whcih client based on the folder name. There is the comments and title attributes...
I have a problem that I set up a series of folder housing various website content by thier unique "job number". This has made things much more organized but my client wants to still tell what folder belongs to whcih client based on the folder name. There is the comments and title attributes...
Hello,
This problem only seems to be with IE6. We have a javasctipt function that linked divs around imagemaps links. The problem we are seeing is with one client who is using SES urls and product identifiers that have commas and slashes in them. The links in the image maps work because they...
Is there anyway for a remotely called javascript file to use the href location of the file itself? All I've been able to do is get the location of the calling html page, not where the script itself is located. I have a situation where differant clients are all calling the same script but at...
I don't have CF8 running for my production environment so I don't have use of the new cfpdf tag. But has anyone created a way to make thumbnails out of pdf's for version CF7? My goal is to have create a pdf upload form that will take care of making a thumbnail out of it automatically. Right...
SELECT
("insert into Mytable (PERSON_ORG_RELATION_ID,PERSON_ORG_ID_FROM,PERSON_ORG_ID_TO,PERSON_ORG_RELATION_TYPE_ID) values (next value for seq_PERSON_ORG_RELATION_ID,0001,100,"+[My Data].Relation+");") AS String1
FROM [My Data];
That query works fine as long as the bolded part is a text or...
Need help creating a regular expression that will go through a style-sheet and pick out all the classes, ids, and native html elements. Also need to pick out the class+selector combinations, i.e. ".myTable tr".
I figure the easiest way may be to grab everything expect for stuff in comments, or...
I need a reliable regular expression that will match a specific html tag but will ignore the tag if it has a specific attribute/property in place.
For example, I need to turn this:
<ul>
<li><html:link action="give.up"></li>
<li><html:link action="give.up"></li>
<li><html:link...
Hi,
I found a helpful solution to using arrow keys to move through a grid of text fields....
http://www.tek-tips.com/viewthread.cfm?qid=998764 (last post)
But now I need to account for the situation where certain fields are either disabled or non-existant. How would I modify that script to...
Please help me modify this script for adding up the column and row totals from a series of text fields:
http://www.tek-tips.com/viewthread.cfm?qid=908637
I've got that working on my own project, with some modification for uneven rows to cols... but how do I get it working when there are gaps...
We have a database with FNAME and LNAME field entries. About 10% of the people put thier names in in ALLCAPS. How do I query the db to pull only these records? I'm not sure how to go about setting a criteria to not include names with any lowercase characters.
How do you account for no data for certain time-increments when crating a line-chart?
For example, what if you want to chart the income earned over time, but have certiain days where there are no records at all for that day... but you still want to have show the line as "flat" goind across that...
Using MX7.
The padding/margin around my Flash-generater pie-chart is ridiculously large. Taking up as much space as the chart itself. Any way to scale that down?
I'm pretty sure I've found a bug in MX 7 in the way it generated CFFORM javascript validation. After upgrading from 6.1 all our CFFORM validation stopped working (creditcard, email, SS Numbers). What I've found is that on 6.1 if you had your own JavaScript function defined in the...
I can't understand why this isn't working...
<CFQUERY NAME="GetSessions" DATASOURCE="#sourcename#">
SELECT DatePart(d, start_time) AS DayPart
FROM Sessions
</CFQUERY>
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.