Re: Unable to load library cfx_imagecr3

2012-03-20 Thread Joel Black
Did you ever find a solution? ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive:

Re: Unable to load library cfx_imagecr3

2012-03-20 Thread Joel Black
Did you ever find a solution? ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive:

Wordpress password encryption decrypt with ColdFusion

2011-08-25 Thread Joel Black
I have a website I am building that will be a 2 piece solution. It will have a blog built with Wordpress, but the main website and store will be built with ColdFusion. We want the user to be able to log into the blog, and log into their shopping cart with the same username and password. So

Re: Wordpress password encryption decrypt with ColdFusion

2011-08-25 Thread Joel Black
Billy, thank you for that. Instead of trying to make 1 use the others system, try and make them both use a 3rd system. Im going to look into that. ~| Order the Adobe Coldfusion Anthology now!

Re: Variable before query, rereplace or javascript to change title

2010-11-19 Thread Joel Black
cfsavecontent variable=pageTitletitleYour title cfoutput - #Yourvaraible#/cfoutput/title/cfsavecontent cfhtmlhead text=#pageTitle# This will put #pageTitle# in the head of the document. On Thu, Nov 18, 2010 at 4:05 PM, Joel Black j...@blackbeardesign.comwrote

Re: Variable before query, rereplace or javascript to change title

2010-11-19 Thread Joel Black
Gerald, cfhtmlhead text= was the key. I didnt even have to savecontent or anything else. I simply added this to my custom tag and it does just what its supposed to! Never even knew this tag existed, thanks a million! ~|

Variable before query, rereplace or javascript to change title

2010-11-18 Thread Joel Black
I created a custom tag I can reuse, which runs a news manager. I would like to optimize it for search engines, but here is my issue: 1. The query and output are in the custom tag, which goes in the main content of the page 2. I want the news title to be in the page title, but I cant put an

Re: Variable before query, rereplace or javascript to change title

2010-11-18 Thread Joel Black
Wrap the custom tag in a cfsavecontent tag at the top of the page: I gave this a try, but when I wrap it in the savecontent, its not reading the query when I put it in the title ~| Order the Adobe Coldfusion Anthology now!

Re: Variable before query, rereplace or javascript to change title

2010-11-18 Thread Joel Black
Wrap the custom tag in a cfsavecontent tag at the top of the page: I tried to do this, but the query.title doesnt read the query within the save content. I also tried to set a variable within the custom tag and pull that out...but no success there either. What if i set an application

Re: totaling items in a recordset

2010-10-20 Thread Joel Black
You can query the database to extract the records you want, then query the query for a total. This example actually gets the total if there are multiple quantity for each item !--- get the totals --- cfquery dbtype=query name=total SELECT SUM(PriceSold*Quantity) AS TheTotal FROM cart /cfquery

Coldfusion Encrypt and Insert quotation mark issue

2009-10-15 Thread Joel Black
I am using the encrypt function to encrypt passwords going into and out of my database. I ran into an issue on a password that was one of the characters was encrypted to a , which messed up my insert. #encrypt(form.password,0)# ended up as 19$h#1.y The extra ended my string too

cffile action=write file as XML. Put spacing in lines, but resave file on mac spaces disappear

2009-04-16 Thread Joel Black
I have a very strange issue and need someone to tell me im not crazy. I an querying a database, saving the content , and writing it to an xml file. The formatting is all perfect to the format we had testing the xml file. By the way, flash is reading the XML. The strange part, the

Re: cffile action=write file as XML. Put spacing in lines, but resave file on mac spaces disappear

2009-04-16 Thread Joel Black
Both very good solutions, but neither is working. I tried doing a replace() while processing, but there is nother there to replace. I tried \r\n, \r. Didnt get an error, but got the same outcome. I also tried supressing white space, with processing directive, same outcome. The generated

Re: cffile action=write file as XML. Put spacing in lines, but resave file on mac spaces disappear

2009-04-16 Thread Joel Black
Thanks for the suggestion. I tried it, but got the same outcome. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f

Re: cffile action=write file as XML. Put spacing in lines, but resave file on mac spaces disappear

2009-04-16 Thread Joel Black
Great idea, but could not get a replace() to work. There is nother there to replace? ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial