Re: Solutions for cfqueryparam/cachedwithin problem?

2007-12-19 Thread Casey Dougall
On 12/19/07, Ben Mueller <[EMAIL PROTECTED]> wrote: > > Hi all, > > Given that you can't use cfqp and cachedwithin at the same time (serious > bummer), are there best practices for when you want to do both? All of the > solutions I can think of (application/server caching, some sort of custom > ca

Re: Sending Emails / Spam Filters

2007-12-19 Thread Casey Dougall
your e-mail looks like it is coming from your domain and not [EMAIL PROTECTED] -- Casey Dougall Über Website Solutions (518) 633-1621 Saratoga Springs, NY http://uberwebsitesolutions.com/ ~| Adobe® ColdFusion® 8 software 8 is

Re: Resizing images Godaddy Linux Coldfusion hosting?

2007-12-17 Thread Casey Dougall
On 12/17/07, Jake Churchill <[EMAIL PROTECTED]> wrote: > > It's my understanding that they both use Java's JAI (Java Advanced > Imaging) packages so I'm not sure how the quality can be that different from > one to the other. I use ImageCFC and have NEVER seen any issues as long as > you start with

Re: Resizing images Godaddy Linux Coldfusion hosting?

2007-12-17 Thread Casey Dougall
On 12/17/07, Ryan Stille <[EMAIL PROTECTED]> wrote: > > In CF8, all the image functions work the same regardless of the host > operating system. This is CF7 hosting, they do not offer 8 at this time. ~| Adobe® ColdFusion® 8 so

Resizing images Godaddy Linux Coldfusion hosting?

2007-12-17 Thread Casey Dougall
Hello, Without having this turn into a heated debate about hosting companies, the pros and cons of dedicated boxes etc... I would like to know if anyone is resizing images on GoDaddys "Linux Coldfusion Shared hosting accounts". I have a client who was already hosting with them and adding coldfusi

Re: What do I have to do to get toolbars to show in a cftextarea?

2007-12-14 Thread Casey Dougall
On 12/13/07, Rick Faircloth <[EMAIL PROTECTED]> wrote: > > Thanks for the reply, Dave. > > Yes, I have a /CFIDE mapping to C:\ColdFusion8\wwwroot\CFIDE > > I wonder if my problem has to do with the fact that I changed the default > web site > to E:\inetpub\webroot instead of C:\inetpub\wwwroot. Wo

Re: To AIR or not to AIR?

2007-12-13 Thread Casey Dougall
On 12/13/07, d l <[EMAIL PROTECTED]> wrote: > > that's why my focus is on UI, presentation layer... and why I like CFAJAX > etc quite a bit... UI Eh? Wait till Thermo comes out... This thing is retarded. this and some cfc's are going to be pure butter. https://admin.adobe.acrobat.com/_a30096536

Re: ValueList and Peformance

2007-12-13 Thread Casey Dougall
On 12/13/07, Raymond Camden <[EMAIL PROTECTED]> wrote: > > Casey, you mean a list in SQL right? Cuz CF has no limits on Lists as > strings. You know. This is twice today my mind has been playing tricks on me. It was a cookie that had too much data in it... I swear it was a list, it was actually

Re: ValueList and Peformance

2007-12-13 Thread Casey Dougall
On 12/13/07, Matt Williams <[EMAIL PROTECTED]> wrote: > > Reviewing some older code, I found this. > > > > If I remember correctly, a List can only hold so much data. After that I think it just cuts off. I can't remember. for something like ID's it should be ok with 500 records. For s

Re: cf in general -- one of the best blogs I've ever come across in the cf world

2007-12-13 Thread Casey Dougall
On 12/13/07, d l <[EMAIL PROTECTED]> wrote: > > > http://www.briankotek.com/blog/index.cfm/2006/7/24/Adobe-Should-Stop-Trying-To-Make-CF-Like-Java > > Though it's over a year old I still like its thoughts/POVs, btw, I'm just > getting back to the cf world... I don't care what they do with coldfu

Re: or statement problems

2007-12-13 Thread Casey Dougall
On 12/13/07, Todd <[EMAIL PROTECTED]> wrote: > > NEQ / EQ is valid CF code, so, yeah it is semantics or in this case, a > personal preference. NEQ or EQ will always work where IS or IS NOT only works on strings. Unless there is some type of speed difference, might as well stick with EQ or NEQ a

Re: "Custom" Toolbar settings for cftextarea (FCKEditor)

2007-12-12 Thread Casey Dougall
On 12/12/07, Rick Faircloth <[EMAIL PROTECTED]> wrote: > > I see in the "Toolbar Configuration" seetings for FCKEditor > on the FCKEditor site that the tools bar can be completely > customized. \CFIDE\scripts\ajax\FCKeditor\fckconfig\fckconfig.js Copy the basic toolbar set and make modification

Re: One step upload and rename with CFFILE?

2007-12-11 Thread Casey Dougall
On 12/11/07, Les Mizzell <[EMAIL PROTECTED]> wrote: > > Is there a good/safe way to use cffile to upload a file out to the > server and rename it at the same time? Only problem is, the file type is > usually unknown - could be a Word doc, rtf, pdf, xls > > Folks are wanting to use some really

Re: OT: Eclipse speed issue

2007-12-11 Thread Casey Dougall
On 12/11/07, Jake Churchill <[EMAIL PROTECTED]> wrote: > > I use CFEclipse for my IDE and it almost always works wonderfully. I > happen > to have a project that involves working with an existing java > project. One > of the files is 25,000 lines line and even though I'm using the Java > Perspect

Re: CFXML - strange, dropping the beggining tag upon processing

2007-12-11 Thread Casey Dougall
On 12/11/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > My code ... > > #trim(FirstName)# #trim(MidInit)# #trim(LastName)# > #trim(Address1)# > #trim(Address2)# > #trim(City)# > #trim(StateOrProvince)# > United States > #trim(PostalCode)# > > > What get's

Re: FCKEditor / CF8 Issues

2007-12-11 Thread Casey Dougall
FYI... new version of FCKEditor is available on their site and it works in Safari... On 12/11/07, Todd <[EMAIL PROTECTED]> wrote: > > Using the FCKEditor CFC downloaded from FCKEditor site. This isn't a > permission issue as I found a separate non-FCKEditor issue interfering > with > the FCKEdit

Re: No Longer Need to Lock Session Variables?

2007-12-09 Thread Casey Dougall
On 12/9/07, Rick Faircloth <[EMAIL PROTECTED]> wrote: > > Hi, all. > > Now, remember, I'm still learning to write CF8 code straight > from CF4.5 code, so. > > Is my understanding correct that I no longer need to place > cflocks around any setting or reading of session variables? > > Thanks, > > Ric

Re: Is there a way to get css color coding with the cfeclipse perspective?

2007-12-08 Thread Casey Dougall
On 12/8/07, Rick Faircloth <[EMAIL PROTECTED]> wrote: > > I just need some kind of internal editing capability in eclipse/cfeclipse. > Aptana and the like seem like overkill for me. > > Don't need anything to code for me. just color the code I produce instead > of editing my css files as plain text

Re: Stop View Source

2007-12-05 Thread Casey Dougall
On Oct 19, 2007 9:41 AM, Brad Wood <[EMAIL PROTECTED]> wrote: > If by source, you mean HTML and JavaScript the short answer is no. > There are things you can do (JS encryption, disable right click, etc.) > but ultimately none of those are CF-related. Since you cannot control > the client (browser

Re: CFTextarea richtext="yes" vs TinyMCE

2007-12-05 Thread Casey Dougall
On Dec 5, 2007 8:29 AM, C. Hatton Humphrey <[EMAIL PROTECTED]> wrote: > Thanks for the replies, I guess nobody's going to show FCK any love ;) > > Guess that makes my decision easy. > > Hatton > I will, I gave up on the cftextarea and still continue to use fck as a standalone custom component. I

Re: VPS or Dedicated CF Hosts

2007-11-19 Thread Casey Dougall
On Nov 19, 2007 9:50 AM, Yves Arsenault <[EMAIL PROTECTED]> wrote: > I've been a Viviotech VPS and Dedicated server customer for some time now. > > I have no complaints. > > Yves Same here. I use viviotech vps and they are great at responding to support tickets and keep on top of other support rel

Re: outputting table and column names from a database

2007-11-17 Thread Casey Dougall
On Nov 17, 2007 2:25 PM, Steve Good <[EMAIL PROTECTED]> wrote: > I am drawing a blank here. How do I dump the names of all the tables in > a database and the columns in each of the tables? I know how to dump > the columns and rows from a specified table, but that's not what i want > to do. What

Re: blocking spambots

2007-11-16 Thread Casey Dougall
On Nov 16, 2007 9:38 AM, Eric Cobb <[EMAIL PROTECTED]> wrote: > > > After reading all of the other replies to this post, I can't help but > wonder, is there something I'm missing? Is there some reason no one is > using a Flash/Flex form solution? > > Yeah, the flash forms are slow to load ~

Re: blocking spambots

2007-11-15 Thread Casey Dougall
On Nov 15, 2007 10:23 AM, Claude Schneegans <[EMAIL PROTECTED]> wrote: > >>Aren't spambots faking that these days ? > > They are able to fake about anything, except may be the IP address and > script execution. > Just wondering... Do spambots use javascript? I haven't paid much attention to the

Re: Problems with cfmail - undeliverable emails

2007-11-15 Thread Casey Dougall
On Nov 15, 2007 11:24 AM, Seamus Campbell <[EMAIL PROTECTED]> wrote: > > > Neither of these bounce emails back to me when I deliberately put in an > email that I know does NOT exist. > > I'm really tearing my hair out now - any help at all greatly appreciated. > It could take hours for a bounce m

Re: Is FigLeaf down?

2007-11-15 Thread Casey Dougall
On Nov 15, 2007 11:28 AM, Dave Watts <[EMAIL PROTECTED]> wrote: > > Is the FigLeaf site down? I can't seem to get to any of their sites? > > No, everything's working fine for me, and I'm not in the office. > > Dave Watts, CTO, Fig Leaf Software > http://www.figleaf.com/ > > Server not found Fire

Re: Using includes to build pages

2007-11-14 Thread Casey Dougall
This might spark a whole debate here but, I personally like to call in place of includes when even possible. I feel it's a more semantic way of getting things done where you know exactly what is getting dragged into the module vs. an include which may use any of the variables used above. A module

Re: query columnCount

2007-11-13 Thread Casey Dougall
Time for some of you guys to switch to gmail! On Nov 13, 2007 3:07 PM, Richard White <[EMAIL PROTECTED]> wrote: > thanks works perfectly :) > > ~| Enterprise web applications, build robust, secure scalable apps today - Try it

Re: Programming Font

2007-11-12 Thread Casey Dougall
On Oct 7, 2007 5:41 PM, Dan G. Switzer, II <[EMAIL PROTECTED]> wrote: > I tried Consolas first, but went back to Dina. Dina is very legible at > 1024x768 for me at 8pt. I haven't found another font that can run at that > point size and still be extremely easy to read. > > -Dan > > >-Original M

Dynamic Variable in cfcase statement throws error.

2007-11-11 Thread Casey Dougall
Is there another way I can get around this? I really don't want to manually type out the values if I don't need to but, the following throws an error and I know the variable is good. Putting a dynamic variable in a cfcase statement cf7 throws one ugly error. Column -1 Detail [empty string] Know

Re: Javascript enabled

2007-11-10 Thread Casey Dougall
On Nov 10, 2007 2:32 PM, Josh Nathanson <[EMAIL PROTECTED]> wrote: > > we would appreciate some help on how you guys to do your checks when you > > have the application.cfc handling the > logging in of users. We would > like > > the application.cfc onrequeststart method to check this all the time

Re: Dreamweaver CS3 - The server name or address could not be resolved

2007-11-06 Thread Casey Dougall
It gets a bit tricky sometimes. Make sure the default location of your local website is set to the default location of your site and it should work. I normally go into IIS and change my default "Home Folder" to point to the base of the site I have open in Dreamweaver. Really, you should be pointin

Re: I want to put my webroot on a drive other than C...

2007-11-02 Thread Casey Dougall
that's an IIS setting. Coldfusion doesn't care where webroot is. It will run regardless as long as your home directory in IIS is pointed to the correct folder. This should be a partition on your hardrive not a networked letter drive. On 11/2/07, Rick Faircloth <[EMAIL PROTECTED]> wrote: > > Poss

Re: What can PHP do that CF can't?

2007-10-19 Thread Casey Dougall
On 10/19/07, William Seiter <[EMAIL PROTECTED]> wrote: > > Casey, > > Smack? I am not certain where you got the idea that I was writing > 'smack'... > > Do you disagree with me that ColdFusion offers an opportunity for people > fresh into the web to get a lot out of their websites, very quickly?

Re: What can PHP do that CF can't?

2007-10-18 Thread Casey Dougall
On 10/18/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I do 'a lot' of PHP coding, it is an unfortunate hazard of working for > the company that a I work for. What 'can' and 'cannot' be done, are usually only limitations of the > programmer trying to create the solution. I haven't found mu

Re: Replace spaces with dashes

2007-10-18 Thread Casey Dougall
On 10/18/07, Aaron Rouse <[EMAIL PROTECTED]> wrote: > > I Actually read it wrong anyway because I read it that every single space > within the string needed to be replaced with a dash, so three spaces next > to > each other would be three dashes. That's starting to sound like a class homework as

Re: Current directory of page

2007-10-17 Thread Casey Dougall
On 10/17/07, Steve Sequenzia <[EMAIL PROTECTED]> wrote: > > I am trying to figure out if it is possible to tell the name of the > directory that the viewed page is in. I have been playing with cfdirectory > and I cannot figure it out. > > What I mean if this is the file > c:\inpub\wwwroot\website\a

Re: SOT: DNS not specific to ColdFusion

2007-10-17 Thread Casey Dougall
On 10/17/07, Ian Skinner <[EMAIL PROTECTED]> wrote: > > So many of you are so knowledgeable, it makes this list piratically > one-stop shopping. > > Simple question hard to Google. Where does one configure ones systems > so that users do not have to provide the sub-domain in their urls? I.E > myD

Re: Creating replicated sites with coldfusion

2007-10-16 Thread Casey Dougall
On 10/16/07, Michael E. Carluen <[EMAIL PROTECTED]> wrote: > > > I could be wrong, but I don't think IIS supports wildcard sites. Which > > is too bad, because that's actually a very elegant solution. True that, now that I ready this, it would be really cool. I have an application I'm working on

Re: CF Coding Standards

2007-10-08 Thread Casey Dougall
On 10/8/07, Dale Fraser <[EMAIL PROTECTED]> wrote: > > " Consistency is important, the minutiae of capitalization and whitespace > is > not." > > I don't agree with this, as standards go the whitespace (tab obsession) is > very important. > > Take this example (might not come out right on email. >

Re: Constantly execute (refresh?) page, for <cfpop>?

2007-10-08 Thread Casey Dougall
On 10/8/07, George Linderman <[EMAIL PROTECTED]> wrote: > > Hey Gary, > > I don't have access to the administrator, due to the fact I'm using shared > hosting from hostmysite.I'll contact them though, and see if they can set > it up. > > Aside from that, even if just for the sake of knowing...is th

Re: Eclipse to DW WAS: RE: SOT: How do you version control with your CF code?

2007-10-07 Thread Casey Dougall
On 10/6/07, Dawson, Michael <[EMAIL PROTECTED]> wrote: > > >It does take some discipline to develop this way, but it is the best an > easiest way. get rid of dreamweaver and move to CFEclipse as I said you > will not look back. > > Not to get too off-topic, but I did look back. In fact, I went bac

Re: Flash forms not doing anything.

2007-10-05 Thread Casey Dougall
On 10/5/07, Ian Skinner <[EMAIL PROTECTED]> wrote: These are our own servers. I work for a big California State Department, the server lives happily up on the 14th floor. Yes, changing the format to XML or HTML works just fine, but Flash returns absolutely nothing. I works fine on my workstatio

Re: Flash forms not doing anything.

2007-10-04 Thread Casey Dougall
On 10/4/07, Ian Skinner <[EMAIL PROTECTED]> wrote: > > Ian Skinner wrote: > > I have the simplest test of a flash form and nothing is happening. I > > mean nothing, no errors displayed or logged, no output to the browser, > > nothing. > > > > > > Start > > > > > > > > End > > > >

Re: Unsupported data conversion

2007-10-02 Thread Casey Dougall
ORDER BY products.product_date_available; On 10/2/07, Casey Dougall <[EMAIL PROTECTED]> wrote: > > yes > > On 10/2/07, Mike Little <[EMAIL PROTECTED]> wrote: > > > > interesting. my query is as follows... > > > > > password="

Re: Unsupported data conversion

2007-10-02 Thread Casey Dougall
yes On 10/2/07, Mike Little <[EMAIL PROTECTED]> wrote: > > interesting. my query is as follows... > > password="#variables.dbpassword#" username="#variables.dbusername#"> > SELECT products.*, categories.*, categories_description.*, > products_description.product_title, > products_descript

Re: Unsupported data conversion

2007-10-02 Thread Casey Dougall
On 10/2/07, Mike Little <[EMAIL PROTECTED]> wrote: > > hi guys, > > having a wee problem. am simply adding a new column > 'product_image_large_5' to an existing product table. > > > > when i add the column, and run our products query we get the following > error... > > [Macromedia][SQLServer JDBC D

Re: Visual confirmation code

2007-10-02 Thread Casey Dougall
On 10/2/07, Zaphod Beeblebrox <[EMAIL PROTECTED]> wrote: > > I'd read somewhere about a method for spam control where you throw an > extra field into your form that should always be blank. You hide it > with css so the users don't see it. When the spambots come through > and fill in all the blank

Re: Eclipse bundle

2007-10-02 Thread Casey Dougall
On 10/2/07, Crow T. Robot <[EMAIL PROTECTED]> wrote: The problem being for me right now that I am behind a firewall that doesn't allow me to use the nice update feature of eclipse. I'm thinking about just whipping out the VZW card and accessing the web that way. You could run eclipse from a usb2

Anyone get the SpellerPages Spell Cecker to Work on ?

2007-10-02 Thread Casey Dougall
Thanks for encrypting the spellcheck.cfm file Adobe. Trying to get a spell checker that works at least on IE and Firefox. Receiving the following error. Variable CHRLF is undefined. The error occurred in spellchecker.cfm: line 127 -1 : Unable to display error's location in a CFML template. O

Re: Turn off autocomplete popup in CFEclipse?

2007-10-02 Thread Casey Dougall
On 10/2/07, Andy Matthews <[EMAIL PROTECTED]> wrote: > Can anyone tell me how to disable this feature in CFEclipse? It's one of > the > most irritating things I've ever had to deal with. > > I don't want it to suggest ANYTHING via that popup window. you talking about page variale suggestions? I

Re: Design/Web Development Agencies that has a strong CF core

2007-10-02 Thread Casey Dougall
On 10/2/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > is for a publically trade company not a small Mom and Pop > business. Thanks. There is a difference? ~| ColdFusion is delivering applications solutions at at top com

How much of the cfide directory do I really need to show to the public?

2007-10-01 Thread Casey Dougall
Ok... So Normally I would just not map the whole cfide/ directory and then create a mapping to the scripts folder. This was great pre-cf8. now I'm stuck with a bunch of ajax ui stuff not working like it should. Even cflayout doesn't work without at least something in cfide directory... If I were

Re: how to create html website from dynamic pages.

2007-09-30 Thread Casey Dougall
On 9/30/07, Bobby Hartsfield <[EMAIL PROTECTED]> wrote: > > There's a browse offline option in windows but I've never used it so I'm > not > sure how well it works (or if at all) but there are plenty of > programs that > will run through your site and save a static copy of it. wget is a Linux > co

Re: Shared Hosting vs VPS

2007-09-24 Thread Casey Dougall
On 9/24/07, Rick Faircloth <[EMAIL PROTECTED]> wrote: > > On their site they say it's either Plesk or > a control panel from www.HostingController.com Having the third party contro

Re: Sorting Query - SQL Injection

2007-09-17 Thread Casey Dougall
On 9/17/07, Dave Watts <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > > > > > >select * > > from > > Order By #Argument.qOrderField# > > > > > > > > How does that prevent SQL injection? > > Dave Watts, CTO, Fig Leaf Software > http://www.figleaf.com/ Good

Re: Sorting Query - SQL Injection

2007-09-17 Thread Casey Dougall
> > > Then in the cfswitch statement I have something like this > > > > order by table.user_name > > > order by table.lastlogin_date > > .. > .. I think this is how I would go about the new order by stuff . Instead of switch or if statements. run the query as on

Re: CF Developers Edition & SMTP Server

2007-09-15 Thread Casey Dougall
On 9/14/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Is there a way to have an SMTP server on a Windows XP machine or are there > free SMTP servers out there that can be used to test email functionality > along side > Coldfusion's developer edition? If anyone has any other ideas, I would

Re: An edit and delete button

2007-09-14 Thread Casey Dougall
On 9/13/07, Bobby Hartsfield <[EMAIL PROTECTED]> wrote: > > ? > > ..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:. > Bobby Hartsfield > http://acoderslife.com Instead of Delete from tabl

Re: An edit and delete button

2007-09-13 Thread Casey Dougall
On 9/13/07, Bobby Hartsfield <[EMAIL PROTECTED]> wrote: > > Onclick="var conf=confirm('You are about to delete this record. Are you > sure > you want to continue?');return conf;"

Re: mail getting rejected

2007-09-12 Thread Casey Dougall
On 9/11/07, Dave Francis <[EMAIL PROTECTED]> wrote: > > CF5.0, on Win 2k server. IIS. > > > > I recently switched my mail server in cf admin to 127.0.0.1 (Previously, > it > was a dedicated mail server, also referenced via IP). Since then I am > getting many > > > > smtp;504 : Helo command rejected

Re: RSS feed

2007-09-08 Thread Casey Dougall
On 9/8/07, C Broan <[EMAIL PROTECTED]> wrote: > > Hello > > I have a client that want me to add an RSS feed to their site. They > want to push out their press releases to their subscribers. Would someone > here point me toward where I can learn how to do this? Maybe there is a UDF > or cus

Re: Solved: Using the component builder in eclipse

2007-09-08 Thread Casey Dougall
On 9/8/07, Loathe <[EMAIL PROTECTED]> wrote: > > Where is this cfc builder? > > You mean new > cfc in CF Eclipse? > > No, if you got the RDS plugin installed, right click a table name it will create two cfc's from the "Coldfusion Wizards" menu. I'm still not sure if I like them , played around with

Solved: Using the component builder in eclipse

2007-09-08 Thread Casey Dougall
never mind. I wasn't using the gateway cfc it creates. On 9/8/07, Casey Dougall <[EMAIL PROTECTED]> wrote: > > Hi, > > When you use the component builder in eclipse published by adobe, it > creates a component with a bunch of geters and setters, I can get and set &g

Using the component builder in eclipse

2007-09-08 Thread Casey Dougall
Hi, When you use the component builder in eclipse published by adobe, it creates a component with a bunch of geters and setters, I can get and set one record at a time but I can't figure out how to call these components so it gets multiple records. I know the table has multiple entires for my cri

Re: Creating XML from RecordSet

2007-09-05 Thread Casey Dougall
Go with one, but you don't even need cffile at the end. Gallery Stuff. #xmlString# If that's all you had in your .cfm file it would display proper xml. when you load it in the browser. On 9/5/07, Josh Nathanson <[EMAIL PROTECTED]> wrote: > > > I'm thinking of two different option

OT - Create new shortcut key in eclipse

2007-09-02 Thread Casey Dougall
Hi, On my new laptop I figured I'd ditch dreamweaver all together and force myself to use eclipse. Everything is going well but I want a shortcut command created for Aptana synchronize/upload download menu options. I've been attempting to dig a bit and while I can pull up the keys in eclipse prefe

Re: OT: NetSol Hosting

2007-08-27 Thread Casey Dougall
On 8/27/07, Alan Rother <[EMAIL PROTECTED]> wrote: > > My advice is, don't host with Network Solutions. > > They don't offer ColdFusion hosting. Use someone like CrystalTech.com Yes they do but I would still think against it. Go with someone like viviotech.net where you can get vps hosting and

Re: Anyone using coral Coral Web Builder

2007-08-23 Thread Casey Dougall
On 8/23/07, Neil Smith <[EMAIL PROTECTED]> wrote: > > Is anyone actually using Coral for this type of application I have > described? Is there anyone from PCA Online or Coral Web builder who can > answer these questions? > > I saw on the website that as of version 2.0 for Coral, CFC's are > support

Re: Purging Registry.

2007-08-21 Thread Casey Dougall
On 8/21/07, Dave Watts <[EMAIL PROTECTED]> wrote: > > > Anyone have any suggestion why those script for purging the > > registry won't run ? > > Probably because your registry is too big! > > You can delete the keys yourself. You don't need to use CF to do this. You > can simply delete everything w

Re: I'm being threatened again

2007-08-15 Thread Casey Dougall
On 8/15/07, Rick Root <[EMAIL PROTECTED]> wrote: > > "My name is 'Ray Horn' but I am not any known relation or have any > knowledge about the person by the same name who you defame in your > blog and elsewhere, which is publicly accessible and mass > distributed.. However, I work in the same field

Re: The first CF site on everyone's mind

2007-08-11 Thread Casey Dougall
On 8/11/07, Will Tomlinson <[EMAIL PROTECTED]> wrote: > > >Not I.. hate coffee > > > > I'd likely shrivel up and die without my daily cups of starbucks. > > they need some 's on that site too... The same could happen if you drink too much starbucks. Gulp down 42.81 cups of Starbucks Tall Coffee

Re: I'm Old - ColdFusion 4.x

2007-08-09 Thread Casey Dougall
Ah, What happened to safari giving 14 days to check their service. Now it's 10 days and 50 pageviews. Well Mark, it's off to the book store for you then, you will most likely not find coldfusion books in libraries as well. This is what truly sucks and what i would hope adobe can help out with!!!

Re: coldfusion 8 and memory

2007-08-08 Thread Casey Dougall
On 8/8/07, Tom Chiverton <[EMAIL PROTECTED]> wrote: > > On Tuesday 07 Aug 2007, [EMAIL PROTECTED] wrote: > > what the heck works in native 64bit systems yet, > > :looks around his 64-bit machine > :sees ColdFusion, Eclipse, KDE, FireFox w/Flash and Java > > Umm, everything ? > > -- > Tom Chiverton

Re: Site masking from GoDaddy.com

2007-08-07 Thread Casey Dougall
On 8/7/07, Dave Hatz <[EMAIL PROTECTED]> wrote: > > I am not even sure "site masking" is the correct term, but let me see if I > can explain what is happening. I have a client with a URL like this > http://www.mywebsite.com/clientname but he doesn't like that name, so he > goes out to GoDaddy.com

Re: coldfusion 8 and memory

2007-08-07 Thread Casey Dougall
On 8/7/07, John Mason <[EMAIL PROTECTED]> wrote: > > > On most modern 32-bit Windows systems the maximum heap size will range > from > 1.4G to 1.6G. On 32-bit Solaris kernels the address space is limited to > 2G. > On 64-bit operating systems running the 32-bit VM, the max heap size can > be > high

Re: Adobe Nails ColdFusion Cofin

2007-07-31 Thread Casey Dougall
On 7/30/07, Neil Middleton <[EMAIL PROTECTED]> wrote: Small point to bear in mind here, which always pops into my head when I hear this argument. Let's say I am on $50/hr like you say, therefore for myself to pay for CF8 Ent, I'm looking at working at least 150 hours before it's paid for. OK, I

Re: Real Estate Database App

2007-07-20 Thread Casey Dougall
On 7/20/07, Rick Root <[EMAIL PROTECTED]> wrote: > > A few months ago, I saw and app someone (in Texas I think) had > developed that allowed you to search county real estate data.. this > app was Flex/CF powered.. but I can't find it now... > > Anyone remember this app and know where it is? Maybe

Re: OT - Exchange server, how to export shared contacts to cvs

2007-07-18 Thread Casey Dougall
On 7/18/07, Adrian Lynch <[EMAIL PROTECTED]> wrote: > > I've never done it before, but if you can get at the contacts, can you not > take whatever format you receive them in and convert it to CSV? You did > mean > CSV and not CVS didn't you? Ah, yeah csv I can't get the contacts, I've looked in

OT - Exchange server, how to export shared contacts to cvs

2007-07-18 Thread Casey Dougall
Exchange server, how to export shared contacts to cvs I've been searching around and haven't found anything but, I need to export the shared contacts from exchange server. I'm at a loss as to how to get these contacts and their details out in .cvs format. I've been looking around the server itsel

Re: Yet another article about how 'coldfusion never took off'

2007-07-13 Thread Casey Dougall
On 7/13/07, Jerry Johnson <[EMAIL PROTECTED]> wrote: > > Definitely flame bait. They want you to respond, and spread the article > around. > > Step away from the keyboard. > > Jerry When you got 5 pages of crap postings, you Look like an ad-sense site. Lets report them to google! ~~

Re: SOT: creating db columns - all varchars?

2007-07-12 Thread Casey Dougall
I go about this slightly differently and in doing so only need to worry about the max length of one field, "the answer to a question" outside of this, the form table only holds distinct information about the form. In this case it's a dynamic survey system I've cut out lots of fields here because th

Re: Submitting form to .cfc page

2007-07-12 Thread Casey Dougall
On 7/12/07, James Holmes <[EMAIL PROTECTED]> wrote: > > That isn't posting to the CFC - it's posting to a page that calls a > function in the CFC. Ah, I get it. Yeah doesn't make much sence to mark the action page as the cfc. ~

Re: Submitting form to .cfc page

2007-07-12 Thread Casey Dougall
On 7/11/07, Barney Boisvert <[EMAIL PROTECTED]> wrote: > > Most of the time when someone refers to submitting to a CFC, they're > talking about a remoting or web services method invocation, not a form > POST. Which isn't to say that POSTing to a CFC is bad, just that's > not really the use case th

Re: too many js libraries

2007-07-11 Thread Casey Dougall
On 7/11/07, Robertson-Ravo, Neil (RX) <[EMAIL PROTECTED]> wrote: > > Surely if you are not using it all it would be 0k compressed or otherwise? Just waite till you use some of the cfajax tags in CF8... talk about js files!!! Casey ~~~

Re: Dreamweaver extensions for CF8

2007-07-08 Thread Casey Dougall
On 7/8/07, Peter Tilbrook <[EMAIL PROTECTED]> wrote: > > Doubtful. > > For starters you require special permission from Adobe to host sites even > under CF8. > > A "gold" disk is premature. There are many issues in the public beta (or > RC - for Andy Scott) that I am not convinced have been rectifi

Re: Dreamweaver extensions for CF8

2007-07-08 Thread Casey Dougall
I herd from an Adobe engineer that there is a Gold RC install that would be floating around to a select few, that this Gold RC gets a week of play and if everything is OK "tag wise and other" it's shipped, or pulled. Casey ~| C

Re: Dreamweaver extensions for CF8

2007-07-06 Thread Casey Dougall
On 7/6/07, Greg Morphis <[EMAIL PROTECTED]> wrote: > There's a few people here that havent switched to CFEclipse and are > still using Dreamweaver. Does anyone know if Adobe is planning on > releasing CF8 extensions for Dreamweaver? > > Thanks There are a few people who have taken a look at labs

Re: Spam to my CF-Talk address

2007-07-05 Thread Casey Dougall
On 7/5/07, James Wolfe <[EMAIL PROTECTED]> wrote: > > While I am aware that spam is a way of life on the internet and I know > that I have access to all of your email addresses and you > > This is a forum, if you want to respond to me, you can respond directly in > the forum. If you need to contact

Re: Spam to my CF-Talk address

2007-07-05 Thread Casey Dougall
On 7/5/07, James Wolfe <[EMAIL PROTECTED]> wrote: > > Its right out there for any bot to harvest. > > Since that is the case, is there anything we can do to obscure email > addresses in replies so that this will not happen again? > > It should be simple enough to write a regex that will remove the

Re: CFEclipse Snippet exchange?

2007-07-03 Thread Casey Dougall
http://snipex.riaforge.org/ I don't think it's been uploaded yet. On 7/3/07, Phill B <[EMAIL PROTECTED]> wrote: > > I could have sworn that one of the guys presenting on CFEclipse said > there was a new snippet exchange feature in the new version. Where is > it and are there any exchanges set up t

Re: CFEclipse not compatible w/ Eclipse 3.3

2007-07-02 Thread Casey Dougall
' > A little bird told me that there was an internal debate at Adobe - > where the majority of the CF engineers are still using Homesite) about > resurrecting homesite as a product, where Ben Forta, arguing on the > side of the CFEclipse project, "won". The CF engineering person I was talking to

Re: Dreamweaver CS3 Connecting to data source

2007-06-30 Thread Casey Dougall
On 6/30/07, Jenny <[EMAIL PROTECTED]> wrote: > > Decided to trial DW CS3 a little. > > I'm running CF7 on windows 2003 server. Client on Vista. > > All of my data sources are defined in CF Admin, but CS3 doesn't see them. > > I specify the RDS login, then all I get for step is a link to the CF Adm

Re: Web Developers soon to be extinct?

2007-06-25 Thread Casey Dougall
On 6/25/07, Sid M <[EMAIL PROTECTED]> wrote: http://techrepublic.com.com//5208-6230-0.html?forumID=102&threadID=227003&messageID=2263206 that particularly riled me suggested that web developers, as a breed, are akin to the typing pools of the early 50s, fuelled by the demand for people who could

Re: MySQL question

2007-06-20 Thread Casey Dougall
On 6/20/07, [Sunshine Tech Solutions] Ravi Gehlot < [EMAIL PROTECTED]> wrote: > I know this question is prolly out topic but he it goes. How do I sort > by the last inserted Id on a sql query? > > Ravi. > > -- Select col names from table Order By tblID DESC ~~~

Re: unsubscribe

2007-06-20 Thread Casey Dougall
On 6/20/07, Bobby Hartsfield <[EMAIL PROTECTED]> wrote: > > You don't like us? He switched back to legacy ASP ~| ColdFusion MX7 by Adobe® Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. Free Trial. ht

Re: web page snapshots

2007-06-19 Thread Casey Dougall
Can someone else type out this example, I'm not sure three posts are enough... On 6/19/07, Tom Chiverton <[EMAIL PROTECTED]> wrote: > > On Monday 18 Jun 2007, Ariel Jakobovits wrote: > > does anyone know how to make one of those server programs to retrieve a > web > > page and save it as an image?

Re: web page snapshots

2007-06-18 Thread Casey Dougall
http://www.websitescreenshots.com/ Then, leave it to Ben to have the walkthough already figured out for ya! http://www.bennadel.com/resources/demo/3/index.cfm I modified this script a bit to fit our needs but it has evertying you need to get things up and running... -- Casey ~~

Re: Securing Datasources

2007-06-14 Thread Casey Dougall
On 6/14/07, Robert Rawlins - Think Blue <[EMAIL PROTECTED]> wrote: > > Hello Guys, > > however, how do I have it so the username and password must > be supplied in my cfquery or stored proc tags? > > I'm not sure if this makes any difference, but the SQL Server and the CF > are > running on the sam

Re: Set server var at startup?

2007-06-07 Thread Casey Dougall
On 6/7/07, Russ <[EMAIL PROTECTED]> wrote: > > I think the only way to make this happen is by calling a page. I suggest > something like this > > In application.cfm > > > > > > > You can put this in every application's application.cfm and this way it > will > run anytime any page gets ru

<    1   2   3   4   5   6   7   8   >