Re: coldfusion scheduler executing twice

2006-11-16 Thread vishnu prasad
Hi I have checked the scheduler , it had ran twice also set the re-execution to twice like to know the root cause for this Check the scheduler logs to verify that it is actually running twice on that server. I sometimes encounter scheduled tasks on multiple servers set up to call the same

Search Engine Friendly URLS

2006-11-16 Thread Ian Vaughan
Hi Using Coldfusion is it possible to convert the following domain.com/news/prdetail.cfm?id=2084 To Search Engine Friendly URL such as domain.com/news/example_news_story ~| Introducing the Fusion Authority Quarterly Update.

Function/Query Speed.

2006-11-16 Thread Ryan Stewart
What I've been doing is testing the speed of a call to a function in a cfc not written by myself, that must be used as a search function to an interface I've written. My question revolves around the speed of the things. I'll explain what's happening before I try wording the question. *3

Re: what function called it?

2006-11-16 Thread Tom Chiverton
On Wednesday 15 November 2006 23:59, Bryan Stevenson wrote: Is there any way to know which function called the current function? Throw a custom exception and trap it with try/catch. -- Tom Chiverton Helping to ambassadorially bully front-end developments

Re: Anyone on a non-supported Linux distro?

2006-11-16 Thread Tom Chiverton
On Wednesday 15 November 2006 21:57, Loathe wrote: Anyone running on that? anyone on any non-supported Linux distros? I'm on SuSE 10.1, and it's fine, other Linux's I've used are Fedora Core 4 and 5. Anything from the last few years shouldn't cause you [m]any problems :-) -- Tom Chiverton

Re: Subversion help

2006-11-16 Thread Tom Chiverton
On Thursday 16 November 2006 03:30, Doug Bezona wrote: #1 - remembering to commit changed files Eclipse changes the icon of change files, as well as the filename display, if you want. #2 - remembering to copy the changed files to the server If it's a dev site, just have it do an svn update

Re: Function/Query Speed.

2006-11-16 Thread Tom Chiverton
On Thursday 16 November 2006 10:02, Ryan Stewart wrote: *3 components written as web services, but in this case all sitting as ... The anomoly i can't explain is that the first call reports a much higher time than subsequent calls. But more still, the second third and so on can This is

Full intermediate CF application with step_by_step tutorial

2006-11-16 Thread Ali Majdzadeh
Hi: I need a sample CF application that has a tutorial. I know the basics and I need some intermediate sample application with several pages it will help me alot. Thanks Benign ~| Introducing the Fusion Authority Quarterly

Re: BlueDragon Question

2006-11-16 Thread Jochem van Dieten
Jason T. Slack wrote: I tried the BlueDragon 7 beta and I cannot get it to install properly. It only installs the uninstall application, nothing else. the version 6.x installer works perfectly. Application.cfc is a BD7 feature. You need BD7 to use it. Jochem

Setting up SSL in CFMX7

2006-11-16 Thread James Buckingham
Hi everyone, I'm currently working on migrating our applications from CF5.0 to MX7.02. I'm running this over a JRun4 multi-server configuration and everything is up and running apart from the SSL which I'm really struggling with. The problem I have is coming from a simple bit of code in a

Re: CFC (Object) Composition Question.

2006-11-16 Thread Tom Chiverton
On Wednesday 15 November 2006 17:35, Ian Skinner wrote: it is time for players to play a card, removing it from their hands. What is the best practice to tell the table to get a card from all the players? I'd have a Game object that knows the rules, and when you call Game.playNextCard() it

Re: Subversion help

2006-11-16 Thread Tom Chiverton
On Wednesday 15 November 2006 20:24, Rick Root wrote: Regarding subversion, how do people handle deployment? Just copy from your local working copy to the production server, or install tortoiseSVN on the server and check out working copies there? The latter - having first copied from

Re: Full intermediate CF application with step_by_step tutorial

2006-11-16 Thread Doug Brown
You should find the ows application on the CD that comes with the coldfusion MX7 WACK book. I would say that it is intermediate. Doug B. - Original Message - From: Ali Majdzadeh [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Thursday, November 16, 2006 3:07 AM Subject:

Where's the culprit for these timeout/connection errors?

2006-11-16 Thread Will Tomlinson
CF7, Shared server at crystalTech, MS Access We have a school evaluation application that gives us some timeout/connection errors off and on. The app is usually hit by groups of students taking evaluations at the same time. There could be as many as say, 25-50 students evaluating at the same

RE: What *NOT* to do to screw up my google rankings...

2006-11-16 Thread Patrick Thomlinson
The 301 shouldn't, in theory, hurt your rankings. The part to watch out for is that Google has a tendency to index the new page and not remove the old one so you end up with problems going to Supplemental Results. The best way to do what you are doing is to redirect products from one

Query Tab Delimited Files

2006-11-16 Thread James Smith
I am having a problem with tab delimited reports downloaded from Amazon. I have them saved in a directory, and that directory contains a schema.ini file with the following lines. [schema.ini] ColNameHeader=True Format=TabDelimited MaxScanRows=25 CharacterSet=OEM I then have an ODBC datasource

RE: what function called it?

2006-11-16 Thread Ben Nadel
Dammit Tom! That's Brilliant! That's so much easier than any thing I would have come up with. .. Ben Nadel Certified Advanced ColdFusion MX7 Developer www.bennadel.com Need ColdFusion Help? www.bennadel.com/ask-ben/ -Original Message- From: Tom Chiverton

RE: Capture Alternatives

2006-11-16 Thread Ben Nadel
Bobby, I know it has only been a few days, but I am going out of town tomorrow so I thought I would share results now. I have implemented your suggestions and so far ZERO spam has gotten through. Here is a walk through of the final solution: http://www.bennadel.com/index.cfm?dax=blog:405.view

Re: Where's the culprit for these timeout/connection errors?

2006-11-16 Thread Rick Root
Will Tomlinson wrote: CF7, Shared server at crystalTech, MS Access Maybe the problem is using a desktop database not designed for multiple users as the basis for a multi user application ;) don't mind me, I'm just anti-access.

RE: Full intermediate CF application with step_by_step tutorial

2006-11-16 Thread Ben Nadel
Benign, This is something that I am working on. It's not for everyone, and it's not complete yet... But it's about the most step by step example that I have seen: http://www.skin-spider.com Cheers, .. Ben Nadel Certified Advanced ColdFusion MX7 Developer www.bennadel.com

RE: coldfusion scheduler executing twice

2006-11-16 Thread Ben Nadel
Do an Extended Find on your code for CFSCHEDULE... If that tag exists anywhere, it might be the culprit. .. Ben Nadel Certified Advanced ColdFusion MX7 Developer www.bennadel.com Need ColdFusion Help? www.bennadel.com/ask-ben/ -Original Message- From: vishnu

RE: Search Engine Friendly URLS

2006-11-16 Thread Ben Nadel
Ivan, I do this via a 404 error: http://www.bennadel.com/index.cfm?dax=blog:286.view Currently though, I create the URL manually though: cfloop query=qNews a Href=domain.com/news/#REReplace( qNews.title, [^\w]+, -, ALL )#.htm #qNews.title#/a /cfloop So, no auto-created URLs, but I can

Re: Function/Query Speed.

2006-11-16 Thread Ryan Stewart
Tom, Thanks for taking the time to read through that last post. I just wonder though, the box is running IIS (which may do something similar with the wsdl), but each of the three functions/webservices are in 3 different components so 3 different wsdls? Ryan [EMAIL PROTECTED]

RE: Full intermediate CF application with step_by_step tutorial

2006-11-16 Thread Bobby Hartsfield
OWS ranges from very basic to intermediate and I'd agree with Doug. I think it's exactly what you are looking for. http://www.forta.com/books/0321223675/ The majority of us started from one version or another of the CFWACK (I'm not giving my version age heh) ..:.:.:.:.:.:.:.:.:.:.:. Bobby

Re: What *NOT* to do to screw up my google rankings...

2006-11-16 Thread Will Tomlinson
The 301 shouldn't, in theory, hurt your rankings. The part to watch out for is that Google has a tendency to index the new page and not remove the old one so you end up with problems going to Supplemental Results. Thanks Patrick! I appreciate the info. It looks like you misspelled your

RE: Search Engine Friendly URLS

2006-11-16 Thread Joshua Cyr
My understanding is that to do exactly that depends on the web server you are using. Apache vs IIS, etc. http://www.petefreitag.com/item/286.cfm are some examples for IIS. However if you were ok with domain.com/index.cfm/news/example_news_story you can do that with a few code changes. Check

cfqueryparam causes garbled sql with MySQL / connector J

2006-11-16 Thread sdaniels
Very rarely, like once or twice a day on a heavily trafficked application, I get error notifications from my application that indicate a query has failed because of invalid SQL. I am not able to reproduce this error. The rootcause sql in the error is something like this: (param 1) insert into

RE: Search Engine Friendly URLS

2006-11-16 Thread David Low
I'd go along with the 404 error suggestion - I've implemented this too, it works really well. You need to create a custom 404 error on the web server (this is pretty straightforward but needs access to the server config, whichever version you use). The 404 page then queries against a table of

Re: what function called it?

2006-11-16 Thread Rick Root
Is there a lot of overhead with throwing an exception and trapping it? If it happens a lot it might adversely affect performance. I have a site wide udf called mailDebug() that takes a string arg and then 9 optional args of type any... the string arg is called source so I know where the debug

RE: What *NOT* to do to screw up my google rankings...

2006-11-16 Thread Bobby Hartsfield
Run Patrick... run for your life. He's honing in on a new friend! ..:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Will Tomlinson [mailto:[EMAIL PROTECTED] Sent: Thursday, November 16, 2006 7:39 AM To: CF-Talk Subject: Re: What *NOT* to do to

CF Server settings

2006-11-16 Thread Ken
Hi. I am trying to figure out the optimum CF settings for our CF MX 7 Server, Standard edition. Can someone tell me what are the best performance settings? The server's hardware config is as follows: Single Xeon 3.11 gHz 1 gig RAM 40 gig HD 100 meg NIC. I am looking for settings such as Enabling

RE: Setting up SSL in CFMX7

2006-11-16 Thread Bobby Hartsfield
What is in the cfelse because AKAIK cgi.https is never a 0 length string. It's either 'on' or 'off' cfif cgi.https IS off cflocation =https://#cgi.server_name#/#cgi.script_name#; addtoken=no / /cfif ..:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message-

RE: what function called it?

2006-11-16 Thread Ben Nadel
Rick, I am sure that there is a lot of overhead, but I assume this type of thing (not your solution, but the CFCatch solution) is a temporary thing used for Debugging a given problem. I assume that once the problem is fixed, the code is removed. I might be way off, but that's how I felt about

Re: Search Engine Friendly URLS

2006-11-16 Thread Claude Schneegans
To Search Engine Friendly URL such as domain.com/news/example_news_story Is it really more Search Engine Friendly? Why? -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address:

Re: BlueDragon Question

2006-11-16 Thread Jason T. Slack
Hi, Btw~ Coldfusion runs pretty damn good on intel macs, you just gotta spend an additional 20 seconds on the install. I tried installing CF 7.02 and the install went well but I cannot start the server. How did you get it to install and start the server? -jason

RE: Capture Alternatives

2006-11-16 Thread Bobby Hartsfield
That's good news. I hope it keeps on keepin on :-) ..:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: Thursday, November 16, 2006 8:33 AM To: CF-Talk Subject: RE: Capture Alternatives Bobby, I know

RE: Setting up SSL in CFMX7

2006-11-16 Thread Dave Watts
I'm currently working on migrating our applications from CF5.0 to MX7.02. I'm running this over a JRun4 multi-server configuration and everything is up and running apart from the SSL which I'm really struggling with. The problem I have is coming from a simple bit of code in a

RE: CF Server settings

2006-11-16 Thread Snake
Mostly the settings will depend on what your hosting and the load on the server. Template caching should be anbled if you are rarely updating files. You should allocate as much RAM to the JVM as you can, leaving enough for the OS and other services. Simultanious requests should be tweaked until

RE: BlueDragon Question

2006-11-16 Thread Josh Adams
It's possible that you're not doing anything wrong in regards to BD 7 beta--the installer may not have been tested on Intel Mac. We would expect, however, that if you could get it installed, it would run on Intel Mac. However, we are working on an installer for BD 7 beta 2 for Intel Mac that will

CALLING ALL SQL EXPERTS, Please help

2006-11-16 Thread Axel Jensen
I'm trying to create a most recently updated list of tracks that we update, and track our bugs, and feature requests with. The list that I want will end up looking like this. (where the query ends up just grabbing the most recent results, and doesn't duplicate. 921028 Northern

Invalid Session

2006-11-16 Thread Rick Root
I recently started doing clustering with coldfusion, and in order to enable session replication, I enabled J2EE sessions on both instances. One of my users reported the other day a Session is Invalid and after doing some research, it appeared that the error was caused because the coldfusion

Re: CALLING ALL SQL EXPERTS, Please help

2006-11-16 Thread Jim Wright
Axel Jensen wrote: I'm trying to create a most recently updated list of tracks that we update, and track our bugs, and feature requests with. SELECT DISTINCTe.createdByUserID,i.itemID, i.title, e.datecreated FROMevents e JOINv_items i ON e.itemID = i.itemID

Re: CALLING ALL SQL EXPERTS, Please help

2006-11-16 Thread Rick Root
You need a group by and an aggregate function: SELECT DISTINCTe.createdByUserID,i.itemID, i.title, max(e.datecreated) FROMevents e JOIN v_items i ON e.itemID = i.itemID WHERE e.createdbyuserid = 92 GROUP BYe.createdByUserID, i.itemID, i.title

Re: CALLING ALL SQL EXPERTS, Please help

2006-11-16 Thread Rick Root
(if I forgot to exclude it.. do NOT use the distinct in that query) ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four

RE: CALLING ALL SQL EXPERTS, Please help

2006-11-16 Thread Brad Wood
I place my vote with Jim and Rick. They beat me to it. ~Brad -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Thursday, November 16, 2006 9:44 AM To: CF-Talk Subject: Re: CALLING ALL SQL EXPERTS, Please help You need a group by and an aggregate function: SELECT

Re: CALLING ALL SQL EXPERTS, Please help

2006-11-16 Thread Teddy Payne
Can you provide a sample of the table prior to your joins so that I may see your foreign keys. Teddy On 11/16/06, Axel Jensen [EMAIL PROTECTED] wrote: I'm trying to create a most recently updated list of tracks that we update, and track our bugs, and feature requests with. The list that

Re: BlueDragon Question

2006-11-16 Thread Jason T. Slack
Hi Josh, Any chance of getting this beta early? -Jason On Nov 16, 2006, at 10:25 AM, Josh Adams wrote: It's possible that you're not doing anything wrong in regards to BD 7 beta--the installer may not have been tested on Intel Mac. We would expect, however, that if you could get it

Re: Setting up SSL in CFMX7

2006-11-16 Thread James Buckingham
Thanks Bobby, The whole script is: cfif #len(this.HTTPSecure)# eq 0 cflocation url=http://localhost:8301/; addtoken=no / cfelse cfset application.secureAppPath = 'https://' #application.configuration.configvariables.Application_Path# '/wddx' / /cfif I've based that statement on the result 0

Re: MS SQL Server feature

2006-11-16 Thread Teddy Payne
You can read such characters in something like a .diz reader. It by default can show extra characters that you would not normally see. It looks the same as when you try wordpad openings up a word document and see all the unknown squares. I tend to always copy and paste in multiple editors when

Re: Setting up SSL in CFMX7

2006-11-16 Thread James Buckingham
First, is there a reason you're not using an external web server, like IIS or Apache? That's usually going to be easier to manage, and will give you functionality that the JRun Web Server doesn't. This is probably were my lack of knowledge lets me down so I hope I can answer this ok for you.

RE: Invalid Session

2006-11-16 Thread Snake
Dunno about actually restarting the application but you could try Kill the application scape. Rename name the application. Russ -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: 16 November 2006 15:27 To: CF-Talk Subject: Invalid Session I recently started doing

RE: Full intermediate CF application with step_by_step tutorial

2006-11-16 Thread Munson, Jacob
The majority of us started from one version or another of the CFWACK (I'm not giving my version age heh) This is something that's interesting to me in the programmer world. Most people I know love to learn from books, but I'm just the opposite. I started with CF 4, but didn't seriously get

RE: CALLING ALL SQL EXPERTS, Please help

2006-11-16 Thread Axel Jensen
GOT IT! THANKS TO MIKE KLOSTERMEYER FROM CFWEBTOOLS select v.itemid, v.title, e.datecreated, e.eventid from v_items v INNER Join Events e on v.itemid = e.itemid where e.eventid in ( select top 1 e2.eventid

CF 7.02 on an Intel Mac?

2006-11-16 Thread Jason T. Slack
It installs fine for me, but I cannot launch the server. Anybody have this working? -Jason ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers,

Re: Invalid Session

2006-11-16 Thread Will Tomlinson
Rick, We went thru this same problem at CrystalTech a while back. I think it ended up being a bug in CF. Some searches thru the archives and google searches should reveal some good info. Will ~| Introducing the Fusion

Re: Invalid Session

2006-11-16 Thread John Blayter
I think this is from the session scope in JRUN expiring before the session scope in CF. I think in the 7.0.2 release this was fixed. On 11/16/06, Snake [EMAIL PROTECTED] wrote: Dunno about actually restarting the application but you could try Kill the application scape. Rename name the

Re: BlueDragon Question

2006-11-16 Thread Aaron Roberson
Josh, If you have BD 6.2 up and running on OS X all you have to do is convert your Application.cfc file to Application.cfm. As was already mentioned, BD 6.2 does not support Application.cfc, but BD 7 which will be release in January(?) will. -Aaron On 11/16/06, Jason T. Slack [EMAIL PROTECTED]

Re: BlueDragon Question

2006-11-16 Thread Aaron Roberson
Oops, I meant Jason... If you have BD 6.2 up and running on OS X all you have to do is convert your Application.cfc file to Application.cfm. As was already mentioned, BD 6.2 does not support Application.cfc, but BD 7 which will be release in January(?) will.

Re: what function called it?

2006-11-16 Thread Tom Chiverton
On Thursday 16 November 2006 13:37, Ben Nadel wrote: Dammit Tom! That's Brilliant! That's so much easier than any thing I would have come up with. Sorry, I thought everyone knew that one :-) -- Tom Chiverton Helping to continuously streamline fourth-generation eyeballs

RE: Search Engine Friendly URLS

2006-11-16 Thread Munson, Jacob
To Search Engine Friendly URL such as domain.com/news/example_news_story Is it really more Search Engine Friendly? Why? Because search engines favor sites that have real words in their URL that match the page content. For example, I have a blog entry about a JavaScript isNumeric

SQL Problem

2006-11-16 Thread Mark Leder
I'm stumped on this. How to I retrieve records that do not match (I'm wanting to display orphaned Companies that are not associated with Projects). Tried and using NOT and NOT IN() without success. SELECT C.company, C.companyID, C.companyCity, C.companyState, C.companyZip, P.companyID FROM

RE: what function called it?

2006-11-16 Thread Ben Nadel
Tom, the stuff I don't know I could just about squeeze in the Grand Canyon ;) I am a traditional CFDump / CFAbort kind of guy... But the try catch allows for chaining... And that is hot ! .. Ben Nadel Certified Advanced ColdFusion MX7 Developer www.bennadel.com Need

RE: Setting up SSL in CFMX7

2006-11-16 Thread Dave Watts
This is probably were my lack of knowledge lets me down so I hope I can answer this ok for you. I've not setup anything through IIS. I've just followed the installation process in ColdFusion and gone with the multiserver configuration (this is to reflect the cluster environment we're

Re: Function/Query Speed.

2006-11-16 Thread Tom Chiverton
On Thursday 16 November 2006 13:48, Ryan Stewart wrote: wsdl), but each of the three functions/webservices are in 3 different components so 3 different wsdls? It's obviously some sort of set up process going on inside CF. If it bothers you you could fire off a webservice call when your

Re: Search Engine Friendly URLS

2006-11-16 Thread Matt Robertson
On 11/16/06, Claude Schneegans [EMAIL PROTECTED] wrote: Is it really more Search Engine Friendly? Why? It (presumably) uses relevant keywords in the url. It is not a dynamic link so as such an engine will follow links on the current page. Most bots won't go more than one level deep on a

Re: Invalid Session

2006-11-16 Thread Will Tomlinson
And here's one of the threads from back then. There's a link to a CT forum thread you should read. I think it has different ideas on workin round the issue. http://www.houseoffusion.com/groups/CF-Talk/thread.cfm/threadid:38531 Will

Re: CF 7.02 on an Intel Mac?

2006-11-16 Thread Jon Clausen
Unfortunately, his server seems to be down right now, but Mark Andrachek has a great how-two on how to get this going: http://webmages.com/cfmxIntelOSXguide.html Here's Google's cache of it: http://72.14.203.104/search?q=cache:sy7BOWImDEgJ:webmages.com/ cfmxIntelOSXguide.html

RE: SQL Problem

2006-11-16 Thread Dave Watts
I'm stumped on this. How to I retrieve records that do not match (I'm wanting to display orphaned Companies that are not associated with Projects). Tried and using NOT and NOT IN() without success. SELECT C.company, C.companyID, C.companyCity, C.companyState, C.companyZip,

Re: SQL Problem

2006-11-16 Thread Jim Wright
Mark Leder wrote: I'm stumped on this. How to I retrieve records that do not match (I'm wanting to display orphaned Companies that are not associated with Projects). Tried and using NOT and NOT IN() without success. SELECT C.company, C.companyID, C.companyCity, C.companyState,

RE: Where's the culprit for these timeout/connection errors?

2006-11-16 Thread Munson, Jacob
CF7, Shared server at crystalTech, MS Access Maybe the problem is using a desktop database not designed for multiple users as the basis for a multi user application ;) I agree. I've always wondered why so many CF developers love to use Access for projects. It's not free, and it's

VARIABLES v. THIS in Bean Object

2006-11-16 Thread Aaron Roberson
Along with many others, I am finally making my journey through the Object Safari and after much too long I am finally beginning to get it. The proverbial light is blinking and I am starting to see the forest. For a while I was trying to look at the forest from the trees, but I didn't know that I

RE: Invalid Session

2006-11-16 Thread Dave Watts
I recently started doing clustering with coldfusion, and in order to enable session replication, I enabled J2EE sessions on both instances. One of my users reported the other day a Session is Invalid and after doing some research, it appeared that the error was caused because the

RE: Query Tab Delimited Files

2006-11-16 Thread loathe
Why not just store them somewhere under your web root, and then use cfhttp to read them in as query objects. -Original Message- From: James Smith [mailto:[EMAIL PROTECTED] Sent: Thursday, November 16, 2006 8:10 AM To: CF-Talk Subject: Query Tab Delimited Files I am having a

Re: SQL Problem

2006-11-16 Thread Gert Franz
Try this: SELECT company, companyID, companyCity, companyState, companyZip, FROM dbTable_Clients_Companies_List WHERE companyID Not in (Select companyID From dbtable_Clients_Projects_List) ORDER BY company ASC this sould do... Greetings / Grüsse Gert Franz Customer Care Railo Technologies

Re: SQL Problem

2006-11-16 Thread Aaron Roberson
You could use the GROUP BY and count() function. See http://www.petefreitag.com/item/169.cfm HTH, Aaron On 11/16/06, Mark Leder [EMAIL PROTECTED] wrote: I'm stumped on this. How to I retrieve records that do not match (I'm wanting to display orphaned Companies that are not associated with

RE: SQL Problem

2006-11-16 Thread Mark Leder
Jim, Thank you, that worked perfectly. Admittedly, I get confused by the LEFT/ON attribs in queries. Thanks, Mark -Original Message- From: Jim Wright [mailto:[EMAIL PROTECTED] Sent: Thursday, November 16, 2006 11:56 AM To: CF-Talk Subject: Re: SQL Problem Mark Leder wrote: I'm

RE: Full intermediate CF application with step_by_step tutorial

2006-11-16 Thread Bobby Hartsfield
No books are going to cover everything. Neither will one online resource. A large collection of books however, very well could cover anything you might run into... and in the same respect... so could a large online resource like...say... the internet heh. The only difference is preference and

Stupid Field Names

2006-11-16 Thread James Smith
While processing Amazon report files I notice that they have labelled most of their fields with - in. For example order-id and payments-date. Having queried this file how am I going to be able to refer to the field, obviously #order-id# won't work as it will try to evaluate the var order minus

RE: VARIABLES v. THIS in Bean Object

2006-11-16 Thread Ian Skinner
A lot of people will say NEVER use the 'this' scope. But I say if one understands the differences between the 'variables' scope and the 'this' scope (how the former is private and the latter is public) and code accordingly, I say it is a development choice on which scope one uses.

RE: SQL Problem

2006-11-16 Thread Mark Leder
That works too. Thanks Dave. Thanks, Mark -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Thursday, November 16, 2006 11:56 AM To: CF-Talk Subject: RE: SQL Problem I'm stumped on this. How to I retrieve records that do not match (I'm wanting to display orphaned

RE: Indexing Binary Documents

2006-11-16 Thread Dave Watts
Because then I would get the document results separate from the data from the database. Currently, we index them separately, but that doesn't give us the whole thing together as one. If you store some common value that you can use as a key - for example, the name of your file in the

Re: Stupid Field Names

2006-11-16 Thread Aaron Roberson
Perhaps #order-id# would work. Referencing it as a string will eliminate any chance of id being subtracted from order. HTH, -Aaron On 11/16/06, James Smith [EMAIL PROTECTED] wrote: While processing Amazon report files I notice that they have labelled most of their fields with - in. For

RE: VARIABLES v. THIS in Bean Object

2006-11-16 Thread Dave Watts
Along with many others, I am finally making my journey through the Object Safari and after much too long I am finally beginning to get it. The proverbial light is blinking and I am starting to see the forest. For a while I was trying to look at the forest from the trees, but I didn't know

Re: Stupid Field Names

2006-11-16 Thread Rob Wilkerson
I'm a little unclear about the type of structure you're using, but what about #['order-id']#? On 11/16/06, James Smith [EMAIL PROTECTED] wrote: While processing Amazon report files I notice that they have labelled most of their fields with - in. For example order-id and payments-date. Having

CFUnited 2007 Pricing

2006-11-16 Thread David Epler
Does anyone else think $849 seems a bit steep? CFUnited 2006 was $649 for the early bird 4 day registration. I'd like to know what the extra $200 (30% increase) is for, given that it is in the same location (N. Bethesda Marriott) and time of year (end of June). Also the early bird period to

RE: Anyone on a non-supported Linux distro?

2006-11-16 Thread Steven Erat
Here's what I recently had to say about running CFMX on unsupported Linux distros: Saving costs in Linux environments while still using a stable server platform for ColdFusion http://tinyurl.com/yzkgop While Ubuntu is the most popular on distrowatch.com, CentOS is the most popular RHEL clone.

RE: Stupid Field Names

2006-11-16 Thread Andy Matthews
Assuming the query is in the Variable scope, then VARIABLES[order-id]? !//-- andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: James Smith

Re: CF 7.02 on an Intel Mac?

2006-11-16 Thread Dave Lyons
Uninstall it then reinstall it and select the multi server option then after its installed go get jareds starter http://www.web-relevant.com/blogs/cfobjective/index.cfm?mode=entryentry=7A6E6DBA-BDB9-5320-E11FFDA89A81B509 and put it somewhere safe and drag it into your startup items and ta da

RE: Full intermediate CF application with step_by_step tutorial

2006-11-16 Thread Munson, Jacob
The only difference is preference and price. I'd much rather take a book to the old baño than my laptop though :-) I've been known to take my laptop to the baño. So I guess that explains why I don't prefer books. ;)

Re: Stupid Field Names

2006-11-16 Thread JediHomer
You could try something like #Variables[order-id]# or whatever scope they are in... On 16/11/06, James Smith [EMAIL PROTECTED] wrote: While processing Amazon report files I notice that they have labelled most of their fields with - in. For example order-id and payments-date. Having

Re: Full intermediate CF application with step_by_step tutorial

2006-11-16 Thread Aaron Roberson
My very first introduction to ColdFusion was a book called ColdFusion MX: From Static to Dynamic in 10 Steps by Barry Moore. I wouldn't really call it intermediate level, but he takes an entire static website and converts it into a dynamic site (including ecommerce) in 10 steps. It doesn't go into

RE: CFUnited 2007 Pricing

2006-11-16 Thread Sandra Clark
Don't alumnis (people who have already attended one) get a price break? Sandra Clark == http://www.shayna.com Training in Cascading Style Sheets and Accessibility ~| Introducing the Fusion

Re: VARIABLES v. THIS in Bean Object

2006-11-16 Thread Aaron Roberson
While I was coding my bean with the THIS scope I was wondering why go through the hassle if I can just get and set the values directly. Now that I realize the difference between THIS and VARIABLES scope, I still think it is a little odd to bother with a bean at all if you use the THIS scope. I am

Re: Stupid Field Names

2006-11-16 Thread Jim Wright
James Smith wrote: While processing Amazon report files I notice that they have labelled most of their fields with - in. For example order-id and payments-date. Having queried this file how am I going to be able to refer to the field, obviously #order-id# won't work as it will try to

RE: VARIABLES v. THIS in Bean Object

2006-11-16 Thread Ben Nadel
Aaron, I too am on the Safari... I recently was blogging about thinking about the two different ways. You might want to check it out as far as the user comments (http://www.bennadel.com/index.cfm?dax=blog:364.view). You have to think about what the two scope need to accomplish. Do you need to

RE: VARIABLES v. THIS in Bean Object

2006-11-16 Thread Dave Watts
A lot of people will say NEVER use the 'this' scope. But I say if one understands the differences between the 'variables' scope and the 'this' scope (how the former is private and the latter is public) and code accordingly, I say it is a development choice on which scope one uses. There

RE: Stupid Field Names

2006-11-16 Thread Dave Watts
While processing Amazon report files I notice that they have labelled most of their fields with - in. For example order-id and payments-date. Having queried this file how am I going to be able to refer to the field, obviously #order-id# won't work as it will try to evaluate the var

Re: Web Crawler/Spider ?

2006-11-16 Thread Dave Phillips
I like HTTrack (which has both a GUI and command-line interface): http://www.httrack.com/ Andy Anyone know anything about VSPIDER ?? ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date

Global FCK Editor

2006-11-16 Thread Bobby Hartsfield
I don’t know about the rest of you but I am SICK of seeing 40 copies of FCK editor on a server :-) I was thinking we could drop the editor in a globally accessible directory and give it a mapping then call it from there in all other applications. The only problem that we foresee (so far) is

RE: Full intermediate CF application with step_by_step tutorial

2006-11-16 Thread Ben Nadel
Ha ha ha :) who hasn't done that ;) The limiting factor for me is the commute. I don't want to take my laptop on the subway every day, but a book I can whip out anywhere. .. Ben Nadel Certified Advanced ColdFusion MX7 Developer www.bennadel.com Need ColdFusion Help?

  1   2   3   >