Re: CF-based CMS?

2007-12-28 Thread Geoff Bowers
On 27/12/2007, RobG [EMAIL PROTECTED] wrote: I've been using Farcry for a few months, and frankly, I'm fed up with it. I would rather write my own from scratch than continue to use that piece of festering crap. I don't think I've ever heard FarCry [1] described quite that way before. I'm

Re: Expanding Menu

2007-12-28 Thread Cutter (CFRelated)
Massimo has a nice custom tag for this as well: http://www.olimpo.ch/tmt/tag/hiermenu/ Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer _ http://blog.cutterscrossing.com Bruce Sorge wrote: Good afternoon all, Does

Re: FCKEditor Integration with CF8 for cftextarea use

2007-12-28 Thread Casey Dougall
On 12/27/07, Claude Schneegans [EMAIL PROTECTED] wrote: wow, sure you have a memory recorder He deserves no credit, I'm pretty sure he got this from a book ;-) And... Is it Cold Fusion 1.x or ColdFusion 1.x :-) ~| Adobe®

XML Help

2007-12-28 Thread Dave Hatz
I am having a hell of a time trying to figure out what I am doing wrong with the following XML: ?xml version=1.0 standalone=no? !DOCTYPE schema SYSTEM http://devweb0010.propay.com/PPResponse; XMLResponse XMLTrans transType02/transType invNumpp1/invNum status00/status

RE: Difficulty adding xml attribute

2007-12-28 Thread Dave Francis
I think I'm beginning to get it, thanks to your explanation. But I have one (1, honest!) more question (I would REALLY like to understand this 100%, for the delete part). In this line, what does the name() part signify. (Or perhaps, why not just name without the brackets?) xsl:when

RE: XML Help

2007-12-28 Thread Adrian Lynch
Have a look at using XMLSearch cfsavecontent variable=x?xml version=1.0 standalone=no? !DOCTYPE schema SYSTEM http://devweb0010.propay.com/PPResponse; XMLResponse XMLTrans transType02/transType invNumpp1/invNum status00/status transNum2/transNum /XMLTrans

Re: XML Help

2007-12-28 Thread Dominic Watson
Hm this is an odd one. I think it is to do with the element names beginning with 'XML'. Please someone correct me if I am wrong but I think that that is not well formed xml, element names must not begin with 'XML'. If you remove the XML from the tag names, the code works. If you have no control

Re: Difficulty adding xml attribute

2007-12-28 Thread Dominic Watson
xsl:when test=name()='nodename' and @id='#i#' This is xsl conditional syntax. The 'name()' part returns the xmlName of the current element. So, in your case, you would want to substitute 'nodename' for 'facet' or 'taxon'. So, in English, the line would translate as 'When the element name is

RE: XML Help

2007-12-28 Thread lists
Adrian, That worked, thank you. But, why can't I access the elements the way I had it? I have used that method many times before with no problems. Is there something wrong with the XML that was sent to us? Dave -Original Message- From: Adrian Lynch [mailto:[EMAIL PROTECTED] Sent:

Re: XML Help

2007-12-28 Thread Dominic Watson
Adrian, That worked, thank you. But, why can't I access the elements the way I had it? I have used that method many times before with no problems. Is there something wrong with the XML that was sent to us? Yes, the element names are not well-formed. They should not begin with 'XML'.

RE: CFHTTP and Caching

2007-12-28 Thread Ian Vaughan
Hi Dan Thanks for that - it seems to be working fine. So this will now cache the RSS feed to the application scope for 20 mins, so the CFHTTP tag does not need to go out to the Internet within the 20 minute timeframe as the data from the feed is cached? -Original Message- From: Dan

Re: Change drop down border style in IE7?

2007-12-28 Thread Richard Dillman
No ya can't, better plan on something with Div's and CSS and its not planned for CSS3 either (what a pain) On 12/28/07, ismail cassiem [EMAIL PROTECTED] wrote: Hi, Can one change the drop down broder style in Internet Explorer 7. As is can't be done in IE6! Regards,

RE: XML Help

2007-12-28 Thread Adrian Lynch
Is that a CF or XML thing? Adrian http://www.adrianlynch.co.uk/ -Original Message- From: Dominic Watson Sent: 28 December 2007 15:11 To: CF-Talk Subject: Re: XML Help Adrian, That worked, thank you. But, why can't I access the elements the way I had it? I have used that method

Record Set Paging

2007-12-28 Thread Richard Dillman
Has anyone built a CFC to create this type of navigation? *1 - 10 of 25* ** Seems I am asked to build some output page with thousands of records all the time. I have a default page and change the query name and paste it in, but it seems you could pull the query name, number per page and

Re: Change drop down border style in IE7?

2007-12-28 Thread ismail cassiem
Thank You! ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive:

Re: XML Help

2007-12-28 Thread Dominic Watson
Is that a CF or XML thing? An XML thing. Dom ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive:

Re: CF-based CMS?

2007-12-28 Thread Brian Kotek
It definitely takes some getting used to and has a learning curve (for both use and development), but it does have a huge array of features, it is free, and once set up correctly it works very well (look at caching and also be absolutely sure that report execution times is turned off on the CF

Re: Record Set Paging

2007-12-28 Thread Charlie Griefer
On Dec 28, 2007 7:23 AM, Richard Dillman [EMAIL PROTECTED] wrote: Has anyone built a CFC to create this type of navigation? *1 - 10 of 25* yes, somebody has (at least one that i know of... there are likely others) http://www.dopefly.com/techblog/entry.cfm?entry=214 -- Scientists tell

Re: Record Set Paging

2007-12-28 Thread Nathan Strutz
Thanks, Charlie. I'm updating the API and creating documentation on my pagination.cfc. Expect a 1.0 RC sometime in the next few weeks. -- nathan strutz http://www.dopefly.com/ On Dec 28, 2007 8:51 AM, Charlie Griefer [EMAIL PROTECTED] wrote: On Dec 28, 2007 7:23 AM, Richard Dillman [EMAIL

Re: Record Set Paging

2007-12-28 Thread Charlie Griefer
hehe. now there's pressure :) On Dec 28, 2007 9:01 AM, Nathan Strutz [EMAIL PROTECTED] wrote: Thanks, Charlie. I'm updating the API and creating documentation on my pagination.cfc. Expect a 1.0 RC sometime in the next few weeks. -- nathan strutz http://www.dopefly.com/ On Dec 28,

Query of Queries Issue

2007-12-28 Thread Flesher, Rob [USA]
All, Please forgive me if you get this twice, as it did not appear to post the first time. I am having an issue with cold fusion query of queries when upgrading to MX7. Previously, when doing a SUM(querycol) in a query of queries when all the values of the column were null, the sum would

template fresh within a cfwindow

2007-12-28 Thread Don L
ok, it looks like cfwindow source=Main.cfm Main.cfm has a link to SubjectMatterXYZ.cfm which contains the following cflayout type=tab cflayoutarea title=Function A/ cflayoutarea title=Function B/ cflayoutarea title=Refresh SubjectMatterXYZ.cfm/ close cfwindow How do you do

Re: Dynamic menu with CFMENU, CFMENUITEM, reading items and links from a MS SQL database

2007-12-28 Thread Raymond Camden
Well have you tried yet? The syntax for cfmenu and cfmenuitem is pretty simple. The syntax for queries is pretty simple as well. Do you know how to loop over a query? What have you tried so far? On Dec 28, 2007 11:26 AM, Ali Majdzadeh [EMAIL PROTECTED] wrote: Hi: I want to make an advanced

Re: Query of Queries Issue

2007-12-28 Thread Raymond Camden
Maybe doing a CAST on the column will help? CF may be seeing the nulls and assuming the column is a varchar instead of an int. On Dec 28, 2007 11:28 AM, Flesher, Rob [USA] [EMAIL PROTECTED] wrote: All, Please forgive me if you get this twice, as it did not appear to post the first time. I

RE: Query of Queries Issue

2007-12-28 Thread Jim Davis
-Original Message- From: Flesher, Rob [USA] [mailto:[EMAIL PROTECTED] Sent: Friday, December 28, 2007 12:29 PM To: CF-Talk Subject: Query of Queries Issue All, Please forgive me if you get this twice, as it did not appear to post the first time. I am having an issue with

Dynamic menu with CFMENU, CFMENUITEM, reading items and links from a MS SQL database

2007-12-28 Thread Ali Majdzadeh
Hi: I want to make an advanced dynamic menu (menus with submenu) with CFMENU, CFMENUITEM but I want to read the menu items and links from a MS SQL database. I googled but can't find a tutorial that shows me how to that. Please anybody can give me tutorial link or any example that I can learn

Re: template fresh within a cfwindow

2007-12-28 Thread Azadi Saryev
close cfwindow Don L wrote: ok, it looks like cfwindow source=Main.cfm Main.cfm has a link to SubjectMatterXYZ.cfm what sort of link? an a href... link? a ColdFusion.navigate? an ajalink()? where does this link open: new window? same window? an ajax container? which contains the following

Re: Dynamic menu with CFMENU, CFMENUITEM, reading items and links from a MS SQL database

2007-12-28 Thread Ali Majdzadeh
You know I tried this one http://tutorial16.learncf.com/ but got confused cause I didn't get what cfinvoke does there! Plus I didn't get how to set it the way that the right submenu goes under the proper menu. It seems the tutorial was too advanced for a beginer like me. Thanks for your help.

Re: Dynamic menu with CFMENU, CFMENUITEM, reading items and links from a MS SQL database

2007-12-28 Thread Charlie Griefer
well you don't really have to use cfinvoke or CFCs at all. i haven't used cfmenu yet, but you just need to provide the tag the appropriate pieces of information. whether that's static data or the data comes from a query really makes no difference. Your question isn't really about how to use

Re: CFTicket

2007-12-28 Thread Michael Appenzellar
Does CFTicket work with ColdFusion 8? I tried installing 2 times and get the following error: 500 ROOT CAUSE: java.lang.NoSuchMethodError: coldfusion.runtime.CFPage.XmlSearch(Lcoldfusion/xml/XmlNodeList;Ljava/lang/String;)Lcoldfusion/runtime/Array; at

Re: template fresh within a cfwindow

2007-12-28 Thread Don L
So, Azadi, does the process go like close this cfwindow and reload it? And since we don't have some function to close a cfwindow (or I'm not reading thoroughly on cfwindow and its related cf ajax functions), do we go about object approach? that is, we know, this cfwindow has a name to it, say,

OT: Emerging Web Technologies

2007-12-28 Thread Will Tomlinson
I have a friend who'll be teaching a course on Emerging web technologies The course will give students some insight into the newest technologies being used in web development today. Do you guys have any suggestions on what some of the material should cover? The subject is so broad, I thought

RE: Emerging Web Technologies

2007-12-28 Thread Andy Matthews
AJAX Flex Unobtrusive Javascripting xHTML Standards Compliancy Microformats (I don't personally use them, but they appear to be very popular lately) -Original Message- From: Will Tomlinson [mailto:[EMAIL PROTECTED] Sent: Friday, December 28, 2007 1:21 PM To: CF-Talk Subject: OT: Emerging

Re: CFTicket

2007-12-28 Thread Cedric Villat
Michael, If you are installing the trial, it doesn't work on CF8 as-is. The reason is that it was compiled under CF7, and it seems as though CF7 compiled files don't play well with CF8. A few other customers also had this issue, and we have a special CF8 trial version at:

UTF-8 to UCS-2

2007-12-28 Thread Carsten Klement
Hello, i must use UCS-2 for and SMS-Gateway. And i will convert my UTF-8 String to UCS-2 like this. http://chings2.no-ip.com/unicode_utf8/test.php Is this possible in CF? Can anybody help me please? Thanks, sorry for my bad english. Carsten

regular expressions

2007-12-28 Thread Web Exp
Hi.. i have some html files which i need to be able to read and find all referenced files in it. Like all jpg, gif, css, js files etc that are being used inside the html tags. I don't need the paths, just the filenames. I know i need to to use regular expressions to do so can someone give me

Re: regular expressions

2007-12-28 Thread Claude Schneegans
i have some html files which i need to be able to read and find all referenced files in it. Like all jpg, gif, css, js files etc that are being used inside the html tags. This is a job for CF_REExtract! See: http://www.contentbox.com/claude/customtags/REextract/testREextract.cfm --

Re: regular expressions

2007-12-28 Thread Charlie Griefer
On Dec 28, 2007 2:11 PM, Claude Schneegans [EMAIL PROTECTED] wrote: i have some html files which i need to be able to read and find all referenced files in it. Like all jpg, gif, css, js files etc that are being used inside the html tags. This is a job for CF_REExtract! See:

parameter required but was not passed in

2007-12-28 Thread Vincent Jones
I have this component... cfcomponent displayname=Message Gateway hint=I abstract data access for messages cffunction name=listEvents access=public returntype=query output=false cfargument name=message type=SpaceReservations.model.message required=yes displayname=create hint=I am

Re: parameter required but was not passed in

2007-12-28 Thread Josh Nathanson
I keep getting: The parameter MESSAGE to function listEvents is required but was not passed in You are not showing anywhere in your post, where and how you are invoking the listEvents method. You will have to do something like - cfinvoke component=path.to.MessageGateway method=listEvents

Re: regular expressions

2007-12-28 Thread Claude Schneegans
yeah, didn't see that coming LOL... always ready to help people -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED]) Thanks.

Re: regular expressions

2007-12-28 Thread Web Exp
thanks guys any other ideas, code samples etc? On Dec 28, 2007 6:13 PM, Claude Schneegans [EMAIL PROTECTED] wrote: yeah, didn't see that coming LOL... always ready to help people -- ___ REUSE CODE! Use custom tags; See

Re: regular expressions

2007-12-28 Thread Claude Schneegans
any other ideas Don't ask me ;-) -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED]) Thanks.

Re: regular expressions

2007-12-28 Thread Dan Vega
I know some regex people are going to jump all over this but I really don't know regex.. Try this on 8 with a html page in the same directory, It will give you an array of structures with information about the images in a html document. html head titleRegEx PlayGround/title /head body

Re: regular expressions

2007-12-28 Thread Web Exp
Thanks Dan... i tried your code... all i getting in the cfdump is an empty array. Any ideas? On Dec 28, 2007 11:32 PM, Dan Vega [EMAIL PROTECTED] wrote: I know some regex people are going to jump all over this but I really don't know regex.. Try this on 8 with a html page in the same

Re: regular expressions

2007-12-28 Thread Web Exp
Dan, I just did a cfdump for variable images in your code. Even that shows up an empty array... are you sure the regular expression is correct in this line? cfset images = REMatchNoCase(img[^]*/, htmldoc) On Dec 28, 2007 11:32 PM, Dan Vega [EMAIL PROTECTED] wrote: I know some regex people are

Re: regular expressions

2007-12-28 Thread Web Exp
Yes. I am reading a html file. I changed the first regular expression like this: cffile action=read file=#expandPath('homepage.html')# variable=htmldoc !--- return an array of image tags --- cfset images = REMatchNoCase(img([^]*[^/]), htmldoc) This gives me a cfdump of all img tags.

Re: regular expressions

2007-12-28 Thread Web Exp
yes. i am sure about that. I have CF8. I think i found out what the problem is. Some of the img tags have no double quotes in them... like this.. img src=/img/jjj.gif instead of img src=/img/jjj.gif On Dec 29, 2007 1:08 AM, Dan Vega [EMAIL PROTECTED] wrote: are you sure your on CF8?

Re: regular expressions

2007-12-28 Thread Web Exp
Dan... i also need to do the same thing in CF 7... do you know a quick way to do that too? On Dec 29, 2007 1:11 AM, Web Exp [EMAIL PROTECTED] wrote: yes. i am sure about that. I have CF8. I think i found out what the problem is. Some of the img tags have no double quotes in them... like this..

Re: Difficulty adding xml attribute

2007-12-28 Thread s. isaac dealey
This is xsl conditional syntax. The 'name()' part returns the xmlName of the current element. So, in your case, you would want to substitute 'nodename' for 'facet' or 'taxon'. So, in English, the line would translate as 'When the element name is 'taxon' and it has an id attribute that equals

Re: XML Help

2007-12-28 Thread s. isaac dealey
Hm this is an odd one. I think it is to do with the element names beginning with 'XML'. Please someone correct me if I am wrong but I think that that is not well formed xml, element names must not begin with 'XML'. If you remove the XML from the tag names, the code works. I could be wrong,

Re: XML Help

2007-12-28 Thread s. isaac dealey
Is that a CF or XML thing? An XML thing. Dom I take it that's Dom as in short for Dominic... don't ask me why, I just happened to notice that you usually sign emails with Dominic and thought it was funny that you suddenly signed this one with Dom in a spot where it might be confused

Re: CF-based CMS?

2007-12-28 Thread s. isaac dealey
I certainly don't want to beat a dead horse or anything here, and this comment may seem somewhat odd to others on the list, but I just wanted to say that I found Geoff's response to this thread remarkably professional. It can be a real challenge to not take it personally (at least I find) when