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...
Unfortunately, neither of these do the trick. The comments field of even shared folders isn't displayed in the "comments" column.
Anybody know of a program that augments windows explorer?
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...
I think I may have gotten it with this tutorial...
http://feather.elektrum.org/book/src.html
var scripts = document.getElementsByTagName('script');
var index = scripts.length - 1;
var myScript = scripts[index].src;
myScript = myScript.replace(/test\.js(\?.*)?$/,'');
document.write(myScript);
Thanks Dan. Could you give a little pointer on where to start with that code? The syntax used there is a bit more advanced than I'm used to. I've messed around with it but can't seem to extract the "src" value of the script tag. All I can get is "undefined" as a value.
I'm assuming you are...
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...
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.