I heard somewhere recently that the guy who started craigslist "not this craig...lol" is one of the top 20 richest people in the world...
dont know if its accurate but I heard it..
C.
I reccomend craigs list as well...
I forund a Kick A$$ flash developer there and an amazing graphic artist....
I also got about a dozen contracts from there in the past 18 - 20 months..
You can pass a variable to the new print page and requery the report as you want it if all the info is in a DB, also you can create cookies on the source page and regerence them on the print page..then destroy them
also, what I would probably do to have Print Page button on the source page
in...
so figured out that I didnt need to use the name attribue with a get cause it defaults to the name of the file your getting, which works for me but I can see issuews with that.
now, i noticed it not looping the query
I've noticed a few situations in CF where you have to use an include to get the code to run properly...
my server is down right now and im unable to test grrrrr.
hmmmmm I think you may have solved another one of my problems with that post...2 for the price on one...
The other problem is I...
hey Tony
I modified it a bit..but there seems to be a problem
<cfquery datasource="#DSN#" name="qPullLinks">
SELECT * from
ahnFeed
where imageLink <> ''
</cfquery>
<cfoutput>#qPullLinks.recordCount#</cfoutput>
<cfoutput query="qPullLinks">
Getting Image: <img src="#qPullLinks.imageLink#"...
well, it worked so my computer is safe for another day...
this is what I did, and like it said, its not pretty but it does the trick..
my initial feed was setup to include images if they were available. so when I was inserting to the DB if it happened to be missing the image...it would throw...
I just had an idea...its not elegant but I think It will work...if it do I will post my solution here in the next hour...if not, im introducing my laptop to gravity
THIS IS THE DUMP
insert into mytabele(link, topic, title, pubDate, image, description) values ('7006812975', 'Sports', 'Diving: China Men, Women Dominate At World Championships', 'Wed, 21 Mar 2007 13:37:01 +0000', struct
Detail [empty string]
ErrNumber 0
Message Element...
image does accept nulls...
I wonder if there is a status code or a catch all in the xml to determin if "ENCLOSURE.XMLATTRIBUTES.URL" even exist.
sort of like in geo coding, when you get a status code of 200 for when the address cant be located..
Craig
Hi
this is the error im getting
Element ENCLOSURE.XMLATTRIBUTES.URL is undefined in a Java object of type class coldfusion.xml.XmlNodeMap referenced as
as you can tell, im consuming an xml news feed for sports to but on my site. instead of directly displaying the xml on the site, im saving...
the values are from an xml feed
insert into ahnFeed
(link, topic, title, pubDate, image, description)
values
('#RIGHT(world.rss.channel.item[x].guid.xmlText, 10)#', 'Sports', '#world.rss.channel.item[x].title.xmlText#', '#world.rss.channel.item[x].pubDate.xmlText#', <cfif...
I use hostingleader
they use to be great emphasis on great...not sure whats going on there if its some restructuring or what but I will give them another few months to get their act together
Hey, hope someone can help
I have the following working
<cfif #qCheckDups.recordCount# eq 0>
insert into ahnFeed
(link, topic, title, pubDate, description)
values
('#world.rss.channel.item[x].guid.xmlText#', 'Sports', '#world.rss.channel.item[x].title.xmlText#'...
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.