YALT: when to lock in CFMX

2004-03-10 Thread Conan Saunders
I apologize in advance if this has already been hashed and rehashed... In the Web Application Construction Kit for CFMX, it says: Previous versions of CF required you to use locks far more frequently, even when there wasn't a race condition issue at hand. Basically, you needed to lock every

Serious CFX_POP3 error (bug fix released)

2004-03-10 Thread Paul Vernon
For all those that use CFX_POP3, there is a new release. I'm posting to the list because the bug that it addresses is quite serious and can cause Cold Fusion to restart. Essentially a malformed bounce mail that has a MyDoom payload can cause CFX_POP3 to recurse indefinately and eventually

RE: YALT: when to lock in CFMX

2004-03-10 Thread Peter Tilbrook
You could probably write an entire book on this subject alone. When Macromedia released CFMX6.1 (RedSky) after months of solid development and testing by (many) beta users (myself included) 6.1 was unleashed upon the world. RedSky is the fastest and most scalable version of CF yet. MM built

RE: easy question

2004-03-10 Thread Tim Blair
cfif NOT reFind(6,valueList(getMTIDs.mtid),1) cfset request.SpiderIsPresent = 0 cfelse cfset request.SpiderIsPresent = 1 /cfif Use listfind() and you can shorten that to one line: cfset request.SpiderIsPresent = listfind(valuelist(getMTIDs.mtid), 6) listfind() will return the position of

RE: Single quotes, CF5, and MS Access - resolved

2004-03-10 Thread Thane Sherrington
At 10:32 AM 3/09/04 -0800, Ian Skinner wrote: Well, I'm not sure, but you can try the cfqueryparam's with out the cfsqltype parameter, it is optional IIRC if highly useful.I would try it without the type to just get the code to work, then try and figure out how to get it back in. I got it to

Wierd query of query issue

2004-03-10 Thread Paul Vernon
I've just discovered that one of my query of query functions is truncating a particular field in a query and I was wondering if anyone had come across this behaviour before I'm running CF5 on W2k SP4. cfquery name=ReOrder datasource=#renamedtoprotecttheinnocent# SELECT * FROM IMAPServer

RE: YALT: when to lock in CFMX

2004-03-10 Thread Reed Powell
I think that the last quote you show is a holdover from the old pre-MX documentation.I asked this exact question to Ben F at the last Devcon prior to MX's initial release (I guess that would be 3 cons ago), and his unequivocal response was in agreement with the first 2 quotes you listed - much to

RE: Scripted Verisign login

2004-03-10 Thread Bosky, Dave
Cool, I give it a shot today. Thanks Phil. -Original Message- From: Phil Cruz [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 09, 2004 6:04 PM To: CF-Talk Subject: Re: Scripted Verisign login I've done this.Basically you need to use cf_httprequest because of problem with cfhttp and ssl.

RE: easy question

2004-03-10 Thread Tony Weeg
thanks tim. youre absolutely right...didnt think that far into it :) tony -Original Message- From: Tim Blair [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 10, 2004 6:10 AM To: CF-Talk Subject: RE: easy question cfif NOT reFind(6,valueList(getMTIDs.mtid),1) cfset

Using Dot Notation for Files and Directory Names

2004-03-10 Thread Mark Leder
Hi all, I've come across this before on a few other sites, and wondered if using a dot (.) between two words for a directory name and/or file name works correctly in all browsers/servers (for the server, I'm using IIS6 with Win 2003/CFMX 6.1. For example:I want to name a directory folder /media

Re: Marketing / Design ???

2004-03-10 Thread Kevin Graeme
frustration. I have found over the years of working on a Beauty website that women shopping for these types of products like to have clear direction and with out a lot of decision. (Please don't beat me up). That's true of all users. Who wants obfuscation and difficult choices? :-) -Kevin

Re: Using Dot Notation for Files and Directory Names

2004-03-10 Thread Thomas Chiverton
On Wednesday 10 Mar 2004 13:53 pm, Mark Leder wrote: dot (.) between two words for a directory name and/or file name works correctly in all browsers/servers (for the server, I'm using IIS6 with Win 2003/CFMX 6.1. The correct escape for ' ' is '%20'. For example:I want to name a directory

RE: Using Dot Notation for Files and Directory Names

2004-03-10 Thread Tangorre, Michael
Also: I want to name a file my name.cfm, is it OK to write it as my.name.cfm ? No. Actually, I have never run into an issue using dot notation for CFM files. For instance, fusebox.xml.cfm works without issue. I would however avoid the use of spaces in directory names, that I have run

RE: Using Dot Notation for Files and Directory Names

2004-03-10 Thread Mark Leder
OK. Then in terms of search engine friendliness and human readibility, any recommedations as what would be a good separator between words (both directory and files)? I've seen a lot of people using a (-) dash between words, the SE's interpret as two different words AFAIK. Thanks, Mark _

RE: CSS Question... is this possible?

2004-03-10 Thread Ian Skinner
Yes, it is possible. Take a look at our Commonly Asked Questions page at http://www.bloodsource.org/HowYouCanHelp/DonateBlood/Commonly_asked_question.cfm.I think this is similar to what you are trying to do.If you click on the various questions in the left column, the content of the center

RE: Using Dot Notation for Files and Directory Names

2004-03-10 Thread Tangorre, Michael
How about sticking with Camel case? someFileName.extension OR SomeFileName.extension I am curious as to the impact of using - or _ to separate names. Sometimes I do and sometimes I do not use those characters, but when I do, it's for readability. Mike [Todays Threads] [This Message]

Re: Another Trackback question

2004-03-10 Thread Jake .
I changed up the code to: CFHTTP METHOD=get Jake, That suggests you were trying to ping a really old copy of MT, or a broken, third-party implementation. The original TB spec relied on GET for everything, but it was RESTified early in 2003, with pings being handled via POST.

BlueDragon and Dreamweaver MX

2004-03-10 Thread David Berry
I have just started trying to use BlueDragon 6.1 beta on a development box instead of macromedia coldfusion MX.One thing I might be missing and am looking for some advise on is within dreamweaver mx. How do you set up your database tables using the bindings tab when you have to sign on using

Re: BlueDragon and Dreamweaver MX

2004-03-10 Thread Massimo Foti
How do you set up your database tables using the bindings tab when you have to sign on using RDS and BlueDragon does not support it.Does this not disable a big feature of dreamweaver mx when using BlueDragon or am I missing something simple? Yes, it disable that feature

Re: BlueDragon and Dreamweaver MX

2004-03-10 Thread David Berry
Yes, it disable that feature Then how do you do any database work using BlueDragon and Dreamweaver? davidBerry BerryNet Design Cell: 517-204-5454 [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: SQL Help

2004-03-10 Thread Bruce, Rodney S HQISEC/Veridian IT Services
Jochem your suggested query below returns 0 records, becuase the field will never contain all three at the same time in the same record.the table looks something like this: (example only ;o) UIDNameDescriptionParent Proj_ID 1Status current status of project0 0 2InitializingProject is

Catch CFMX Request Timeout ?

2004-03-10 Thread Joe Eugene
Is there a way to catch a CFMX Request Timeout. If the server takes more time than the CF Admin setting.. is there a way to catch it? I have tried to use the below but they dont work. cfcatch type=Tried the below 2, it doesnt work COM.Allaire.ColdFusion.Request.Timeout And

Re: BlueDragon and Dreamweaver MX

2004-03-10 Thread Massimo Foti
Then how do you do any database work using BlueDragon and Dreamweaver? Not having the Binding Panel enabled doesn't prevent you from making any database work :-) After all, you just edit text file, you could easily get rid of DW at all and still be happy (many do)

RE: BlueDragon and Dreamweaver MX

2004-03-10 Thread John Beynon
I use DWMX for all my coding but I don't think I've ever used it's features for 'database' work, preferring to do it by hand... -Original Message- From: David Berry [mailto:[EMAIL PROTECTED] Sent: 10 March 2004 15:37 To: CF-Talk Subject: Re: BlueDragon and Dreamweaver MX Yes, it disable

RE: BlueDragon and Dreamweaver MX

2004-03-10 Thread Tony Weeg
do it by hand. for sure.much faster/better/easier than any other ide could give you -Original Message- From: John Beynon [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 10, 2004 10:39 AM To: CF-Talk Subject: RE: BlueDragon and Dreamweaver MX I use DWMX for all my coding but I don't

RE: BlueDragon and Dreamweaver MX

2004-03-10 Thread John Beynon
Plus you're in control of what's being written!!! -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: 10 March 2004 15:46 To: CF-Talk Subject: RE: BlueDragon and Dreamweaver MX do it by hand. for sure.much faster/better/easier than any other ide could give you

cfqueryparam, cfcatch 'n cftry

2004-03-10 Thread Stuart Kidd
Hi guys, In my cfcatch i've got a bunch of cfif's checking to make sure all parts of my form were correct. e.g.: cfif form.PropertyDataVillageTown is cfset MessageAlert = MessageAlert font color='b23f3f'bVillage/Town/b/font must have a value.brcfset ErrorFound = yes/cfif cfif

Re: BlueDragon and Dreamweaver MX

2004-03-10 Thread Kevin Graeme
Yes, it disable that feature Then how do you do any database work using BlueDragon and Dreamweaver? We have DW and CFMX, but our server guys have disabled RDS for security reasons. So it's not just BlueDragon users in this boat. We write our own code. -Kevin [Todays Threads] [This

Re: BlueDragon and Dreamweaver MX

2004-03-10 Thread Massimo Foti
Plus you're in control of what's being written!!! You can use any code generator and still retain full control of what's being written. It just require an extra investment since you need to know the way the code generator works and tweak it to fit your needs (DW is very extensible). BTW CF MX

RE: SQL Help

2004-03-10 Thread Jochem van Dieten
Bruce, Rodney S HQISEC/Veridian IT Services wrote: your suggested query below returns 0 records, becuase the field will never contain all three at the same time in the same record. That is not the test being done. UIDName DescriptionParent Proj_ID 1 Statuscurrent status of project0 0 2

Re: BlueDragon and Dreamweaver MX

2004-03-10 Thread David Berry
very interesting.. Altought I do code by hand I also sometimes find the feature in the binding panels very handy to use.I have also posted this on the blueDragon list so see what there response is. We have DW and CFMX, but our server guys have disabled RDS for security reasons. So it's not

RE: SQL Help

2004-03-10 Thread Bruce, Rodney S HQISEC/Veridian IT Services
Jochem Sorry my bad, no caffene when I look at your poste and answered, was tunnel visioned on the WHERE and totaly missed the USING part of th query. Will experment and see what I get. Thanks Rodney -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent:

RE: cfqueryparam, cfcatch 'n cftry

2004-03-10 Thread Nathan Strutz
Well, you'll probably need to re-evaluate your form validation for this, but I would use a regular _expression_: cfif not reFind(^[.]*{10,120}$,form.field)you messed up/cfif Look into it more at http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/regexp.htm -nathan strutz -Original

Re: BlueDragon and Dreamweaver MX

2004-03-10 Thread jeff
I can't remember the last time I used RDS.There's a terrific tool called Aqua Data Studio (www.aquafold.com) that I use instead.It provides support for every major database as well as ODBC, and has a terrific query generator, data editor, and other DB-related tools.It's a very nice way to

RE: cfqueryparam, cfcatch 'n cftry

2004-03-10 Thread Kola Oyedeji
Stuart Hi, a couple of things. First of all if you are checking ifform fields have a value - either trim all your form fields before your validation or trim then when testing e.g. cfif trim(form.PropertyDataVillageTown) is or even cfif len(trim(form.PropertyDataVillageTown)) eq 0

Re: BlueDragon and Dreamweaver MX

2004-03-10 Thread Calvin Ward
Actually, the cool part of using DWMX (and CFS) here is that you can see the table/column names within the IDE. Not the generation of code! Calvin - Original Message - From: Tony Weeg To: CF-Talk Sent: Wednesday, March 10, 2004 10:46 AM Subject: RE: BlueDragon and Dreamweaver MX do it

Re: PLUM

2004-03-10 Thread Nikhil Madani
Philip, I wish to email you offlist but dont have your email address [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Ben's book is out

2004-03-10 Thread Michael Dinowitz
Ben Forta's new book on Regular Expressions is out. Sams Teach Yourself Regular Expressions in 10 Minutes It's not too big and goes right to the core of what you need to write some useful RegEx. Lots of step through examples, which is really needed. Anyone interested can just click on the banner

Re: BlueDragon and Dreamweaver MX

2004-03-10 Thread Matt Liotta
Most databases have associated GUI tools that have way more power than DWMX ever will. For example, I have never used a more powerful GUI for use with SQL Server than Enterprise Manager. Most people are amazed when I show them some of the things it can do that they were relying on DWMX or

RE: BlueDragon and Dreamweaver MX

2004-03-10 Thread Stacy Young
Yep, I use the same. It rocks. Stace _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 10, 2004 11:31 AM To: CF-Talk Subject: Re: BlueDragon and Dreamweaver MX I can't remember the last time I used RDS.There's a terrific tool called Aqua Data Studio

Re: Ben's book is out

2004-03-10 Thread Michael Dinowitz
BTW, I was Tech Editor on it. Ben Forta's new book on Regular Expressions is out. Sams Teach Yourself Regular Expressions in 10 Minutes It's not too big and goes right to the core of what you need to write some useful RegEx. Lots of step through examples, which is really needed. Anyone

RE: Ben's book is out

2004-03-10 Thread DURETTE, STEVEN J (AIT)
I already got it 2 days ago.It is great.I'm only to chapter 3 but it is making everything clear to me finally! Also, the appendix with the real world regex's is a great time saver.I recommend it to everyone. Steve -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

Re: Ben's book is out

2004-03-10 Thread Paul Giesenhagen
Just ordered it ... oh the power of suggestion! Paul Giesenhagen QuillDesign - Original Message - From: DURETTE, STEVEN J (AIT) To: CF-Talk Sent: Wednesday, March 10, 2004 11:42 AM Subject: RE: Ben's book is out I already got it 2 days ago.It is great.I'm only to chapter 3 but it is

RE: Ben's book is out

2004-03-10 Thread Matt Robertson
Amazon delivered my copy a few days ago.It is *exactly* what I needed. Thanks Ben!You knocked another one out of the park. And I noticed our fearless list leader is prominently credited in the Fwd.Kudos x2. Cheers, Matt Robertson [EMAIL PROTECTED]

RE: Ben's book is out

2004-03-10 Thread Stacy Young
Me too hehe... _ From: Paul Giesenhagen [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 10, 2004 12:48 PM To: CF-Talk Subject: Re: Ben's book is out Just ordered it ... oh the power of suggestion! Paul Giesenhagen QuillDesign - Original Message - From: DURETTE, STEVEN J (AIT)

Syntax Checking a CFC in DW?

2004-03-10 Thread Craig Earls
Is there a way to compile check a CFC in DWMX without having to write a page to call a method to get the compile errors in the browser window? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

(Admin) New books / Banners

2004-03-10 Thread Michael Dinowitz
This is a general admin announcment. Any list member who has come out with a new book should contact me (off list). I'll create a banner for the book and add it to the site. I'll do a larger run the week the book comes out and then add it to a 'general' book pool after that. Additionally, anyone

Re: Ben's book is out

2004-03-10 Thread Jim McAtee
Ya know, there's just something about that title...Somehow I don't think I'll ever feel compelled to purchase a book on a subject that can supposedly be learned in 10 minutes. - Original Message - From: Michael Dinowitz [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday,

Re: Catch CFMX Request Timeout ?

2004-03-10 Thread Joe Eugene
Anybody? - Original Message - From: Joe Eugene To: CF-Talk Sent: Wednesday, March 10, 2004 10:41 AM Subject: Catch CFMX Request Timeout ? Is there a way to catch a CFMX Request Timeout. If the server takes more time than the CF Admin setting.. is there a way to catch it? I have

RE: Catch CFMX Request Timeout ?

2004-03-10 Thread Douglas.Knudsen
AFAIK, nope.Wish I could do this sometimes though. Doug -Original Message- From: Joe Eugene [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 10, 2004 1:44 PM To: CF-Talk Subject: Re: Catch CFMX Request Timeout ? Anybody? - Original Message - From: Joe Eugene To: CF-Talk

RE: Ben's book is out

2004-03-10 Thread Ben Forta
I know what you mean. But the title is misleading, whole series title that is. It is not a subject meant to be learned in 10 minutes, it is a series of lessons that each take 10 minutes (or less). We have the Sams marketing folks to thank for that. :-) _ From: Jim McAtee [mailto:[EMAIL

Re: Ben's book is out

2004-03-10 Thread Jeff Small
I know what you mean. But the title is misleading, whole series title that is. It is not a subject meant to be learned in 10 minutes, it is a series of lessons that each take 10 minutes (or less). We have the Sams marketing folks to thank for that. :-) I'm on the list for Teach Yourself

RE: Ben's book is out

2004-03-10 Thread Matt Robertson
Somehow I don't think I'll ever feel compelled to purchase a book on a subject that can supposedly be learned in 10 minutes. Each lesson (chapter) is clocked at 10 minutes.Good for me cuz my only free reading time is in my, ah... 'Library'.:D --Matt-- [Todays Threads] [This Message]

Re: Ben's book is out

2004-03-10 Thread Jim Campbell
However, if you simply type out all the regexp's in the book in the space of 10 minutes, you will miraculously have created a sendmail config file. - Jim Ben Forta wrote: I know what you mean. But the title is misleading, whole series title that is. It is not a subject meant to be

RE: Ben's book is out

2004-03-10 Thread Kenneth Wilson
I'm sure Ben's thrilled to know you share such quality time with his latest creation.:) Ken -Original Message- From: Matt Robertson [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 10, 2004 1:51 PM To: CF-Talk Subject: RE: Ben's book is out Somehow I don't think I'll ever feel

RE: Ben's book is out

2004-03-10 Thread Douglas.Knudsen
Picked up Teach Yourself Theoretical Physics In Ten Minutes. Writing a joint paper with Hawking next week.Now if Feynman were still around Doug -Original Message- From: Ben Forta [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 10, 2004 1:47 PM To: CF-Talk Subject: RE: Ben's book

RE: Ben's book is out

2004-03-10 Thread Ben Forta
LOL _ From: Kenneth Wilson [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 10, 2004 2:04 PM To: CF-Talk Subject: RE: Ben's book is out I'm sure Ben's thrilled to know you share such quality time with his latest creation.:) Ken -Original Message- From: Matt Robertson

keywording for search engine hits

2004-03-10 Thread powell
Any good rules to follow for making sure that keywords are picked up by the search engines, especially without having the keywords actually render on the page?I've been hearing that the engines are getting smart about not collecting keywords from meta-tags - is that correct?What about putting

RE: keywording for search engine hits

2004-03-10 Thread Tony Weeg
suggestions: 1. don't repeat words 2. separate by commas in a meta tag (do a keywords and description one too) 3. think like a user, and put those words in there. 4. put your words in google, see who comes up first, and get their list, see how they did it...copy them, use them, and don't feel bad

Re: keywording for search engine hits

2004-03-10 Thread Michael Dinowitz
In truth I have no idea what so ever. If you do a Google search on ColdFusion, you will not find HoF listed. Google does search us (www.houseoffusion.com/banners/bots) and we've got 10's to 100's of thousands of pages archived by them (SES urls rock) but no listing under that keyword. I'm talking

RE: keywording for search engine hits

2004-03-10 Thread Tony Weeg
also... http://searchenginewatch.com/webmasters/article.php/2167931 -Original Message- From: [EMAIL PROTECTED] [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 10, 2004 1:18 PM To: CF-Talk Subject: keywording for search engine hits Any good rules to follow for making

Re: keywording for search engine hits

2004-03-10 Thread Kevin Graeme
Any good rules to follow for making sure that keywords are picked up by the search engines, especially without having the keywords actually render on the page?I've been hearing that the engines are getting smart about not collecting keywords from meta-tags - is that correct?What about putting

RE: keywording for search engine hits

2004-03-10 Thread cfhelp
5. good luck search engines are as fickle as 14 yr old girls @ the mall Dude, what are you spending your nights doing? Rick -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 10, 2004 1:22 PM To: CF-Talk Subject: RE: keywording for search engine

RE: YALT: when to lock in CFMX

2004-03-10 Thread Barney Boisvert
I wrote up a lengthy article about locking in response to this thread.I know I'm not Ben Forta, but it's been something I've been meaning to do for a while, and this was the impetus that finally made it happen. http://www.barneyb.com/blog/archives/2004_03.shtml#69 Cheers, barneyb

RE: keywording for search engine hits

2004-03-10 Thread Burns, John
You should have seen my reaction when I first read it.I missed the @ the mall part.I was very concerned :-) John Burns -Original Message- From: cfhelp [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 10, 2004 2:47 PM To: CF-Talk Subject: RE: keywording for search engine hits 5. good

RE: keywording for search engine hits

2004-03-10 Thread Tony Weeg
stalking.why? :) come on man... I try to stay @ least above 18 I mean, nothing, im married now... -Original Message- From: cfhelp [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 10, 2004 2:47 PM To: CF-Talk Subject: RE: keywording for search engine hits 5. good luck search engines

Query vs. structure

2004-03-10 Thread Burns, John
In a web service, I've heard that there are issues with returning a CF query to a language other than CF.Is there any kind of a function to convert a query directly to a structure without having to loop over it and manually transfer it?Any insight on the whole returning of variables from a web

RE: cfqueryparam, cfcatch 'n cftry

2004-03-10 Thread Saturday. S. Kidd
Thanks so much for your help Kola and Nathan! :-) -Original Message- From: Kola Oyedeji [mailto:[EMAIL PROTECTED] Sent: 10 March 2004 16:46 To: CF-Talk Subject: RE: cfqueryparam, cfcatch 'n cftry Stuart Hi, a couple of things. First of all if you are checking ifform fields have a

RE: keywording for search engine hits

2004-03-10 Thread Dave Carabetta
Any good rules to follow for making sure that keywords are picked up by the search engines, especially without having the keywords actually render on the page?I've been hearing that the engines are getting smart about not collecting keywords from meta-tags - is that correct?What about putting

Re: Query vs. structure

2004-03-10 Thread Rob
On Wed, 2004-03-10 at 11:51, Burns, John wrote: In a web service, I've heard that there are issues with returning a CF query to a language other than CF.Is there any kind of a function to convert a query directly to a structure without having to loop over it and manually transfer it?Any

RE: SQL custom Order by

2004-03-10 Thread Andrew Tyrone
Try using CASE() : SELECT * FROM Table ORDER BY CASE catID WHEN 10 THEN 1 WHEN 3 THEN 2 WHEN 5 THEN 3 WHEN 1 THEN 4 WHEN 7 THEN 5 WHEN 4 THEN 6 WHEN 9 THEN 7 WHEN 2 THEN 8 WHEN 6 THEN 9 WHEN 8 THEN 10 END There might be an even more efficient way, but at least this relegates the logic to one

Re: BlueDragon and Dreamweaver MX

2004-03-10 Thread jeff
Yep.Aqua Data is like Enterprise Manager, but with the ability to talk to a wide variety of dbs.Of course, since it's not MS-specific, it doesn't have all the bells and whistles of EM, but it's the best thing out there if you have to deal with more than one brand of db. - Jeff On 10 Mar 2004

RE: Query vs. structure

2004-03-10 Thread Nathan Strutz
QueryToStructOfArrays http://www.cflib.org/udf.cfm/QueryToStructOfArrays QueryToStructOfStructures http://www.cflib.org/udf.cfm/QueryToStructOfStructures QueryToArrayOfStructures http://www.cflib.org/udf.cfm/QueryToArrayOfStructures QueryToCSV http://www.cflib.org/udf.cfm/QueryToCSV

Re: Ben's book is out

2004-03-10 Thread jeff
The thing with regexes is, you can learn 'em in 10 minutes--you just can't REMEMBER 'em! ;) - Jeff On 10 Mar 2004 at 11:43, Jim McAtee wrote: From: quot;Michael Dinowitzquot; lt;[EMAIL PROTECTED]gt;br To: quot;CF-Talkquot; lt;[EMAIL PROTECTED]gt;br Subject: Ben's book is outbr Ya know,

dynamic forms

2004-03-10 Thread Jones, Becky
i want to have a textbox show up on my form for data to be entered, only a checkbox is checked. what is the easiest way to code this? * This e-mail, including any attachments, is intended for the receipt and use by the intended addressee(s), and

RE: dynamic forms

2004-03-10 Thread Tony Weeg
input type=checkbox name=checkThis > span style=display:hidden id=theForm input name=test size=10 /span not tested, but should work. -Original Message- From: Jones, Becky [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 10, 2004 3:12 PM To: CF-Talk Subject: dynamic forms i want to

RE: Query vs. structure

2004-03-10 Thread Rob
On Wed, 2004-03-10 at 12:09, Nathan Strutz wrote: QueryToXML http://www.cflib.org/udf.cfm/QueryToXML does this tag supress the ?xml ... ? part when you do toString(xmlDoc)? That was killing me when trying to pass stuff around, and build complex xml documents where the query is just one part of

RE: keywording for search engine hits

2004-03-10 Thread Philip Arnold
Any good rules to follow for making sure that keywords are picked up by the search engines, especially without having the keywords actually render on the page?I've been hearing that the engines are getting smart about not collecting keywords from meta-tags - is that correct?What about

Re: keywording for search engine hits

2004-03-10 Thread Matt Robertson
a)Google google florida and read up.This was only the first step in the rollout of a much more comprehensive, fundamental shift in how they show results.As I recall this was a really good article: http://www.searchengineguide.com/lloyd/2003/1125_bl1.html b)Keywords do indeed appear to be on the

SOT: Edit Button on IE...can you add Dreamweaver?

2004-03-10 Thread Jeff Small
In my IE Standard Buttons menu, there's the Edit button. This allows you to edit a webpage in certain applications (On mine, it's Notepad, Word, and Excel...go figure). Sometimes it would be neat to edit or open a page with this button just to see how certain things are accomplished, sort of like

Re: Query vs. structure

2004-03-10 Thread Adrocknaphobia
If you are going to the XML route, might as well use WDDX. -Adam -Original Message- From: Nathan Strutz [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 10, 2004 08:09 PM To: 'CF-Talk' Subject: RE: Query vs. structure QueryToStructOfArrays

Re: BlueDragon and Dreamweaver MX

2004-03-10 Thread Rob
On Wed, 2004-03-10 at 12:07, [EMAIL PROTECTED] wrote: Yep.Aqua Data is like Enterprise Manager, but with the ability to talk to a wide variety of dbs.Of course, since it's not MS-specific, it doesn't have all the bells and whistles of EM, but it's the best thing out there if you have to

RE: Edit Button on IE...can you add Dreamweaver?

2004-03-10 Thread Debbie Dickerson
This TechNote should help http://www.macromedia.com/support/dreamweaver/ts/documents/ie_default_editor .htm http://www.macromedia.com/support/dreamweaver/ts/documents/ie_default_edito r.htm _ From: Jeff Small [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 10, 2004 3:22 PM To:

Re: dynamic forms

2004-03-10 Thread Charlie Griefer
well, would need to determine the state of the checkbox in order to determine whether or not to show/hide the text input... form name=myform input type=checkbox name=foo / input type=text name=bar style=display:none; / /form script type=text/_javascript_ function showhide(onoff) { if ( true)

RE: Edit Button on IE...can you add Dreamweaver?

2004-03-10 Thread Ben Forta
I think that this is what you are looking for: http://www.macromedia.com/support/dreamweaver/ts/documents/ie_default_editor .htm _ From: Jeff Small [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 10, 2004 3:22 PM To: CF-Talk Subject: SOT: Edit Button on IE...can you add Dreamweaver? In my

RE: dynamic forms

2004-03-10 Thread Tony Weeg
yeah, true... -Original Message- From: Charlie Griefer [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 10, 2004 3:24 PM To: CF-Talk Subject: Re: dynamic forms well, would need to determine the state of the checkbox in order to determine whether or not to show/hide the text input...

cfm page to php page

2004-03-10 Thread paul ng
is it possible to have a cfm page action to a php page ? using form name=mytesting method =post action=""> or will it work with cflocation URL='' any idea ? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Edit Button on IE...can you add Dreamweaver?

2004-03-10 Thread Jeff Small
From: Ben Forta [EMAIL PROTECTED] Subject: RE: Edit Button on IE...can you add Dreamweaver? I think that this is what you are looking for: http://www.macromedia.com/support/dreamweaver/ts/documents/ie_default_editor .htm Like a CHARM, it worked...now...Dreamweaver...my precious... [Todays

RE: cfm page to php page

2004-03-10 Thread Tony Weeg
why wouldn't you be able to?url name/value pairs are url name/value pairs, right? I don't see why not. -Original Message- From: paul ng [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 10, 2004 2:50 PM To: CF-Talk Subject: cfm page to php page is it possible to have a cfm page action

Postgres Query Designer

2004-03-10 Thread Paul Johnson
Can Anyone recommend any (Windows) based tools to help design complex queries in psql. I am hoping to find a visual tool similar to that found in mssql server. Thanks :) _ Cabbage Tree Creative Ltd. Paul Johnson | web programmer Phone +64 3 377 7544 Email[EMAIL PROTECTED]

Re: cfm page to php page

2004-03-10 Thread jeff
Sure.Both of those methods just result in an HTTP request.If the server has CF and PHP (or BD and PHP), the latter should work.The former will work regardless of CF's presence, since it's just HTML. - Jeff On 10 Mar 2004 at 15:49, paul ng wrote: is it possible to have a cfm page action to

RE: cfm page to php page

2004-03-10 Thread Burns, John
Yes, you can do either of those.Both of those actions in CF make new http calls so you can cflocation to a .gif or any kind of file you want. Same thing with the form.You could post to anywhere you want, you just need to make sure it's something that can process the form fields or url variables

Re: Postgres Query Designer

2004-03-10 Thread S . Isaac Dealey
You actually use the visual editors? ... Man... when I'm writing SQL, the visual stuff just gets in my way and makes it harder for me to see what's going on. I wonder if that makes me an uber-geek. :) Can Anyone recommend any (Windows) based tools to help design complex queries in psql. I am

RE: Ben's book is out

2004-03-10 Thread Kevin Cundick
That's where this book comes in handy.Has a good reference table in the back cover.It's already helped me out a bunch. --Kevin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 10, 2004 1:11 PM To: CF-Talk Subject: Re: Ben's book is out The

Re: Ben's book is out

2004-03-10 Thread Jake .
Ya know, there's just something about that title...Somehow I don't think I'll ever feel compelled to purchase a book on a subject that can supposedly be learned in 10 minutes. I would have agreed with you until I bought (after borrowing a friends copy) of SQL in 10 mins. It's was my vastly far

Affiliate datafeeds...

2004-03-10 Thread Christian Martin
Was wondering if anyone has developed a CF tag or application for affiliate datafeeds via Commission Junction, BeFree, LinkShare, et al, for placing product data on an affiliate's website.Also, anything exist for Amazon? I haven't messed around with datafeeds before and would like to hit the

RE: keywording for search engine hits

2004-03-10 Thread cfhelp
By providing people with creatives and cut-and-paste HTML, you can vastly improve your chances of attracting reciprocal links to your site. Ok that makes since, make it easy for someone to trade links with your site. Don't plaster each of your sites with links to the others, and don't

OT: keywording for search engine hits - additional

2004-03-10 Thread Eric Creese
If the search engines scan the content of your pages, how can they scan the content when it is dynamically driven from a database? If the text content of my home page is stored int eh database and is displayed when the page is called, how does the spider(s) read the content? -Original

ColdFusion based link checker?

2004-03-10 Thread Sean Kozey
Has anyone come across a CF-based Link Checker app, or rolled their own? We've built a very elegant CF-based application for managing hyperlinks stored in database-driven applications, but it doesn't deal with links embedded in static/cfml view template files. I know there's a bunch of software

Re: OT: keywording for search engine hits - additional

2004-03-10 Thread Matt Robertson
Think of a web crawler as a cfhttp get call.It doesn't have to be a person doing the page requesting.As long as they get the url right they get the page as you intended it. Assuming of course the url alone will bring up the page.You'll have all sorts of errors generated if you have a page that

  1   2   >