Re: Dreamweaver Autocomplete

2004-10-19 Thread dave
i did dl eclipse again to take another look but its kinda a pain in the ass too set up and was hoping to use it as a quick fix to dive into code without opening dw. :( looks a lot better than before though as for dw just cause it doesnt act just like cf studio doesnt mean its bad, might just be

Re: Dreamweaver Autocomplete

2004-10-19 Thread Spike
Dreamweaver is indeed a nice product, but I tend to be biased towards cfeclipse. It's got most of the features I need because I put them there ;) I have used CFStudio, Homesite 5.5 , Homesite+ and DreamWeaver extensively. None of them had some of the features I thought were important for develo

Re: Dreamweaver Autocomplete

2004-10-19 Thread Massimo, Tiziana e Federica
> No I haven't read the docs on Code Hints, have you? Yes. I read all the DW APIs docs, from start to finish; a few times > Like I said, the > snippets are doing pretty much exactly what I want Glad to hear that > although it's a hot key > and not an autocomplete of partially typed strings. C

Re: CSS and Debugging

2004-10-19 Thread Umer Farooq
It depends on what kind of data you need to present. If you need to do lot of columns then stick with tables .. as column layout is in CSS3 and heck even doing a three column layout in the current browsers CSS2.0- is a pain.. not all browser support CSS2 fully.. Good place to look for nice css

ANNOUNCE: Hal Helms Fusebox and Mach-II classes @MAX 11/1, 11/5/04

2004-10-19 Thread Michael Smith
Interested in Fusebox 4 and Mach-II? Want to learn from one of the creators of these frameworks? Come to a Hal Helms full day class before or after MAX on "Intro to Fusebox 4.1 and FLiP" and "Intro to OO and Mach-II" The classes are in New Orleans before and after MAX. Plus Hal, Simon Horwith, Shlo

Re: CSS and Debugging

2004-10-19 Thread Mike Kear
Andy it's a whole 'nother discipline in web development. Happily it is something you can ease into, and dont have to learn all at once. And every step you take learning how CSS can work, will make your life coding pages in ColdFusion easier. The best thing I can suggest is togo look at

RE: Another "Is this Homesite feature in DW?" question

2004-10-19 Thread Ewok
Nice readme, but he meant autocomplete as in finishing a BLOCK of code. Not tag insights. Studio had a custom autocomplete feature where you could tell it anytime you typed say... The WHOLE block of code in the time I took you to type 8 or 9 characters. If that wasn't nice enough, it even let

Re: Dreamweaver Autocomplete

2004-10-19 Thread Mike Kear
And with DreamweaverMX too. For example, I like to use CTRL-ALT-C to wrap selected text in a CF Comment. So I have a snippet that is set to put after it, then assigned that snippet to the keyboard shortcut CTRL-ALT-C. Now, I select text, hit the keyboard shortcut and i have a coldfusion com

RE: CF developer numbers

2004-10-19 Thread James Holmes
Yes, I see CF as being targeted at the "end user" rather than contract-based developers. CF gets installed into a lot of Gov and Edu sites and they often form their own teams to develop and maintain the apps (like in our case, where many of the full-time CF developers are in permanent positions and

Re: CF developer numbers

2004-10-19 Thread Dick Applebaum
Yes, "Times, they are a'changing". When I first discovered CF (circa 1998) I could earn $10,000 for a typical 1-month project (the same project for the same $ took 3 months in Perl)/ There was lots of business around and I was able to get all the jobs I wanted. But, one of the problems with

RE: REPOST: Access to and / l istings

2004-10-19 Thread James Holmes
Well, I don't recommend decrypting the CF Admin with a product from www.novabean.com, as there may be legal issues :-) -Original Message- From: Burns, John D [mailto:[EMAIL PROTECTED] Sent: Tuesday, 19 October 2004 11:34 To: CF-Talk Subject: RE: REPOST: Access to and / l istings Ok, an

Re: Another "Is this Homesite feature in DW?" question

2004-10-19 Thread Mike Kear
Yes it's there in DWMX. It has autocomplete and code hinting. When you start a tag, it gives a drop down list of all the attributes related to that tag. There's a delay you can set, so it will wait for a second or two if you find this annoying. That way all the tags and functions you're familia

Re: CF developer numbers

2004-10-19 Thread Mike Kear
In Sydney there are far more developers than there is work for them. I know that to be true. Recently a contract was added to one of the online job boards, and within 6 hours the employer had 137 resumes in his inbox. I could not survive on contracting 8 hours a day alone any more. Cheers Mike

Re: RegEx problem

2004-10-19 Thread Andy Jarrett
Trying to go the long way around this. You got love the fact everything is a list in CF. I used the listLast() with delimiters: "()". Cheers On Wed, 20 Oct 2004 12:18:11 +1300, Matthew Walker <[EMAIL PROTECTED]> wrote: > Untested: > reReplace(str, "[^(]*\(([^)]*)\)", "\1") > Assuming there's

RE: RegEx problem

2004-10-19 Thread dave
http://www.regexbuddy.com/ so thats your secret charlie ;) ~| This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. http://www.houseoffusion.com/banners/view.cfm?ban

RE: RegEx problem

2004-10-19 Thread Matthew Walker
Untested: reReplace(str, "[^(]*\(([^)]*)\)", "\1") Assuming there's only one set of brackets and nothing after the brackets. You could also use listLast() with delimiters: "()" > -Original Message- > From: Andy Jarrett [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 20 October 2004 12:04 p.

RE: DLLHOST.EXE and IWAM_USER

2004-10-19 Thread Dave Watts
> When I view the task manager for my CFMX 6.1 (with updater) > win2k server, I see the DLLHOST.EXE under the username > IWAM_USER using over 200 megs. I don't recall seeing this > before. Does this have something to do with the CFMX process? By default, IIS runs ISAPI applications using poolin

RegEx problem

2004-10-19 Thread Andy Jarrett
Hi there, Out of the following string i am trying to return only the value in the brackets user RegEx. String = German (Luxembourg) Is this possible in one Regex or does it have to be two? Cheers Andy J www.andyjarrett.co.uk

Re: ot: dhtml and div question

2004-10-19 Thread Tony Weeg
dank u On Wed, 20 Oct 2004 00:43:22 +0200, Jochem van Dieten <[EMAIL PROTECTED]> wrote: > Tony Weeg wrote: > > thats sets the javascript cookie without reloading the page? correct jochem? > > Yes. > > Jochem > > ~| Protect y

RE: CSS and Debugging

2004-10-19 Thread Andy Ousterhout
Shannon: I'd like to start using CSS for tables, but don't know how. Can you provide a sample table? Andy Shannon Palmer wrote: > OK. I'm converting some of my nested table page layouts to css and I've noticed that the debugging messages are hidden behind the page content now. Is there a trick

Re: ot: dhtml and div question

2004-10-19 Thread Jochem van Dieten
Tony Weeg wrote: > thats sets the javascript cookie without reloading the page? correct jochem? Yes. Jochem ~| Protect your mail server with built in anti-virus protection. It's not only good for you, it's good for everybody. h

Re: CSS and Debugging

2004-10-19 Thread Nathan Strutz
newer browsers can use this: table.cfdebug[bgcolor="white"] { margin-top:100%; } Works in Firefox, but not IE6. The other way, is to just edit the classic.cfm debug file, perhaps wrap the whole thing around a , then it's as easy as #CFDebug { margin-top:100%; } or maybe clear:both; might do it

Re: ot: dhtml and div question

2004-10-19 Thread Tony Weeg
thats sets the javascript cookie without reloading the page? correct jochem? tw On Tue, 19 Oct 2004 23:33:14 +0200, Jochem van Dieten <[EMAIL PROTECTED]> wrote: > Tony Weeg wrote: > > > > if i have a div whose natural display property is none, > > and a button click makes it go to display:inline

RE: Field Naming

2004-10-19 Thread Joe Eugene
>What is wrong with application_user? I prefer to keep everything >in lowercase If you identify Tables as Objects and Fields as Instance variables, perhaps using CamelCased Syntax might make sense. e.g. Products, ProductDetail If the Tables/Objects need to be grouped together, it would have be

flashblog?

2004-10-19 Thread dave
did u all give up on this? Should i go ask the php ppl 2 help do it? ~| Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF community. http://www.houseoffusion.com/banners/view.cfm?bannerid=37

DLLHOST.EXE and IWAM_USER

2004-10-19 Thread Brook Davies
When I view the task manager for my CFMX 6.1 (with updater) win2k server, I see the DLLHOST.EXE under the username IWAM_USER using over 200 megs. I don't recall seeing this before. Does this have something to do with the CFMX process? Brook

Re: ot: dhtml and div question

2004-10-19 Thread Jochem van Dieten
Tony Weeg wrote: > > if i have a div whose natural display property is none, > and a button click makes it go to display:inline. > > how would i persist that state if the user hits the back button? > right now, it just hides and i have to hit the button again. Cookies. The code from http://spike

cfsavecontent problem

2004-10-19 Thread Phill B
I'm writing a delimited file using the results of a query. The problem is when I open the file all the fields look like they run together. Where the break should be is what looks like the little rectangle box that usually represents an invalid character. Any idea what is going on? I have tried put

RE: Dreamweaver Autocomplete

2004-10-19 Thread Ewok
CSS would be all about opinion, especially here. I'm definitely not going to get into this one with you but It's my PERSONAL preference to keep the basic inline attributes of a tag as simple as "TABLE" just that... inline No I haven't read the docs on Code Hints, have you? Like I said, the snippet

RE: Field Naming

2004-10-19 Thread Cornillon, Matthieu (Consultant)
> The are so many options on which styles to follow, the approach I recommend > is to pick a something, document it and follow your document. This is indeed the most important thing. The system I just laid out (that I use) in another e-mail is only useful to me insofar as I am consistent in stic

RE: Field Naming

2004-10-19 Thread Cornillon, Matthieu (Consultant)
My two cents: I (sinfully) use the plurals in the table names. Can be confusing, yes, but if you are consistent one way or the other, you should be able to remember what you are doing. My rules: 1) Each table name has a related table abbreviation (e.g., CLIENTS has CLI, PHONENUMBERS has PHONE).

Re: Dreamweaver Autocomplete

2004-10-19 Thread Massimo, Tiziana e Federica
> Say I typed > border="0" cellpadding="0" > cellspacing="0">[enter][tab][enter][tab][tab][enter][tab][ > enter] > > then place my cursor between the tags. I don't see "Code Hints" doing > that. Have you read the docs? Have you tried looking at the XML files that handle it? BTW Better to use CS

Re: Upload Utility

2004-10-19 Thread Rick Root
Greg Morphis wrote: > I'm needing to create an Upload Utility that will allow users to > create directories, change directories, and upload files into those > directories. Greg, I wrote a tool about 4 years ago that you can get from the Macromedia Coldfusion Exchange. http://tinyurl.com/7y5gl

CSS and Debugging

2004-10-19 Thread Shannon Palmer
OK. I'm converting some of my nested table page layouts to css and I've noticed that the debugging messages are hidden behind the page content now. Is there a trick to using CSS layouts and still seeing the debug messages at the bottom of the content? thanks, Shannon

RE: dhtml and div question

2004-10-19 Thread Burns, John D
I think you'd have to set a cookie or url variable or something to set whatever the current status is. John -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 19, 2004 3:41 PM To: CF-Talk Subject: ot: dhtml and div question g'day all! if i have a div w

RE: Cached Query and CFQUERYPARAM

2004-10-19 Thread Ryan Duckworth
Your problem sparked a thought about a different table caching problem we had earlier this year. Make sure that in the "Advanced Settings" in the CF ADMIN you set "Max pooled Statements to 0. Otherwise, If you make a change to the table structure, it will be cached until you re-submit the dataso

RE: Using a form field name as part of the name of a session variable

2004-10-19 Thread Ewok
Guess you're right. It WOULD still be in the session struct. It's been a long day of autocomplete hell and I'm an idiot. would be the one that creates a variable called "qNum(n)" with the value of form.answer in it ... nd I'm spent -Original Message- From: Chris Peters [mailto:[

RE: Dreamweaver Autocomplete

2004-10-19 Thread Ewok
I don't see how it's possible there at all honestly? It seems to be more of a "tag insight" menu editor. And it doesn't like quotes. : / Say I typed [enter][tab][enter][tab][tab][enter][tab][ enter] then place my cursor between the tags. I don't see "Code Hints" doing that. > Now, maybe it's

Re: Using a form field name as part of the name of a session variable

2004-10-19 Thread Chris Peters
>>> How does the syntax you mentioned not put it in the session scope? I could be learning something new here, but isn't the session scope treated like a struct? You're using struct syntax there. ~| Purchase from House of Fus

RE: Strange variable showing up...

2004-10-19 Thread Ewok
Can you think of another site on the server that would have a "movie rotation" in it? It's probably pulling in application variables from another site. Are you sure your application name is unique? -Original Message- From: Phillip Perry [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 19

RE: dhtml and div question

2004-10-19 Thread Katz, Dov B (IT)
You can write a cookie using javascript which will be available the next time you go back and forth... Just make sure you document.write your div so you can dynamically read the cookie from javascript code. Hth, -dov -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent:

RE: dhtml and div question

2004-10-19 Thread Peterson, Andrew S.
Just a guess, but could you make the display setting dynamic so that the button click would set a session variable that would change the setting? Sorry if I'm way off base. Sincerely, Andrew -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 19, 2004

Re: Cached Query and CFQUERYPARAM

2004-10-19 Thread Jim McAtee
Whoops. Brain fart. I had removed the cfqueryparam from the WHERE clause... Makes sense now. - Original Message - From: "Jim McAtee" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, October 19, 2004 1:36 PM Subject: Cached Query and CFQUERYPARAM > If I've got a

ot: dhtml and div question

2004-10-19 Thread Tony Weeg
g'day all! if i have a div whose natural display property is none, and a button click makes it go to display:inline. how would i persist that state if the user hits the back button? right now, it just hides and i have to hit the button again. thanks! -- tony Tony Weeg macromedia certified c

RE: CF developer numbers

2004-10-19 Thread Calvin Ward
in the certification poetion of mm.com there is a list of certified developers. -Calvin -Original Message- From: Barney Boisvert Date: 10/19/04 2:57 pm To: CF-Talk Subj: CF developer numbers Anyone have any idea how many CF developers there are? Or perhaps certified CF developers

Cached Query and CFQUERYPARAM

2004-10-19 Thread Jim McAtee
If I've got a query using a CFQUERYPARAM in the WHERE clause and then attempt to cache that query, will the query remain in CF's cache when called with different values for the queryparam? For example, the table 'mytable' is a very small table with just 5 rows: SELECT something, somethingsomet

Re: Source Control

2004-10-19 Thread Douglas Knudsen
used VSS before, was ok, but ii didn't use it with HS. Some issue wiht htat project file in HS...yuk Using CVSNT now with Tortoise. Its schweet. Doug On Tue, 19 Oct 2004 12:28:20 -0700, Nathan Strutz <[EMAIL PROTECTED]> wrote: > Ryan Duckworth wrote: > > > Any suggestions on source control

Re: Source Control

2004-10-19 Thread Nathan Strutz
Ryan Duckworth wrote: > Any suggestions on source control products? > > I have looked into: > - Visual Source Safe ($5000+) From MS, I've never used it. > -CVS > -CVS NT > -Tortoise > -WIN CVS All of these are CVS and CVS front-ends. CVS is good, though I recommend Subversion (subversion.tig

RE: Source Control

2004-10-19 Thread John Stanley
we use freeVCS, and it's free and pretty good. -Original Message- From: Ryan Duckworth [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 19, 2004 3:13 PM To: CF-Talk Subject: Source Control Any suggestions on source control products? I have looked into: - Visual Source Safe ($5000+) -CVS

Re: Source Control

2004-10-19 Thread Damien McKenna
Ryan Duckworth wrote: >Any suggestions on source control products? > > Subversion - http://subversion.tigris.org/ I'm moving to it from both CVSNT and Perforce. It works really well, especially when coupled with a powerful file manager like Directory Opus (http://www.dopus.com/). >I have loo

Re: Source Control

2004-10-19 Thread Massimo, Tiziana e Federica
> What is everyone using and how good is it??? I moved from CVS to Subversion and I can't look back anymore The software is here: http://subversion.tigris.org/ First class docs: http://svnbook.red-bean.com/ For Windowws clients this is a good GUI: http://tortoisesvn.tigris.org/ This may be wor

RE: CF developer numbers

2004-10-19 Thread Ryan Duckworth
http://www.macromedia.com/v1/handlers/index.cfm?Id=19865&method=full Ryan Duckworth Macromedia ColdFusion Certified Professional Uhlig Communications 10983 Granada Lane Overland Park, KS 66211 (913) 754-4272 -Original Message- From: Barney Boisvert [mailto:[EMAIL PROTECTED] Sent: Tue

Source Control

2004-10-19 Thread Ryan Duckworth
Any suggestions on source control products? I have looked into: - Visual Source Safe ($5000+) -CVS -CVS NT -Tortoise -WIN CVS What is everyone using and how good is it??? Functionality I prefer: -Ability to check-in / out files -History of changes -Integration w/ Homesite is a plus but not requi

CF developer numbers

2004-10-19 Thread Barney Boisvert
Anyone have any idea how many CF developers there are? Or perhaps certified CF developers? Thanks, barneyb -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/blog/ I currently have 2 GMail invites for the taking ~~~

Re: Strange variable showing up...

2004-10-19 Thread Ben Doom
Sounds like some other project is using the same application name. Try changing it to something else. --Ben Phillip Perry wrote: > In doing my banner rotation template I'm now getting an undefined error. The > error itself is not whats made me confused. Its the Application variables > list in t

RE: Strange variable showing up...

2004-10-19 Thread John Stanley
you probably already tried this, but when you did the search did you check the box marked "include subfolders"? -Original Message- From: Phillip Perry [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 19, 2004 2:41 PM To: CF-Talk Subject: Strange variable showing up... In doing my banner

Re: Strange variable showing up...

2004-10-19 Thread Adrocknaphobia
Make sure you are defining a unique application name. Maybe there is another cf with the same application name that includes that variable. -Adam On Tue, 19 Oct 2004 14:40:42 -0400, Phillip Perry <[EMAIL PROTECTED]> wrote: > In doing my banner rotation template I'm now getting an undefined error

Strange variable showing up...

2004-10-19 Thread Phillip Perry
In doing my banner rotation template I'm now getting an undefined error. The error itself is not whats made me confused. Its the Application variables list in the debugger thats got me confused. It refers to a variable called movierotation which does not exist in my code anywhere. I did a find 3 ti

Re: Dreamweaver Autocomplete

2004-10-19 Thread Massimo Foti
"Ewok" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Well I don’t THINK I am, it just doesn't appear to be what I'm looking for. > > Like I said, if I typed autocomplete with ALL of the following. > > > > > > And put the cursor between the quotes in the "NAME" attribute. I don't

RE: Using a form field name as part of the name of a session variable

2004-10-19 Thread Ewok
Actually that wouldn’t work. It would create the variable in the session scope. I don't think that's what he is after. He wanted to end up with a variable called qnum2, not session.qNum2 -Original Message- From: Chris Peters [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 19, 2004 2:08 P

Using Macromedia's DB/2 driver with Derby/Cloudscape?

2004-10-19 Thread Dick Applebaum
The Derby database is the Apache.org distro of IBM's Cloudscape database. Both use IBM's DB/2 Universal driver. I am trying to use the Macromedia-supplied driver for DB/2 in lieu of downloading the DB/2 Universal driver jars (Driver and License) from the IBM site. Is it possible to use the Ma

Using Macromedia's DB/2 driver with Derby/Cloudscape?

2004-10-19 Thread Dick Applebaum
The Derby database is the Apache.org distro of IBM's Cloudscape database. Both use IBM's DB/2 Universal driver. I am trying to use the Macromedia-supplied driver for DB/2 in lieu of downloading the DB/2 Universal driver jars (Driver and License) from the IBM site. Is it possible to use the Ma

Re: Drop-Ship Limitations to California

2004-10-19 Thread Dick Applebaum
If I understand what you are saying: 1) If the state I live in charges sales tax 2) and the drop-shipper has a warehouse in my state (or is licensed to do business in my state) 3) I get charged sales tax even though the the item is dropped-shipped from an out-of-state warehouse of the drop-shipp

Re: Using a form field name as part of the name of a session variable

2004-10-19 Thread Chris Peters
This would also work (although it looks kinda strange): >>> Try this >>> >>> > >PERFECT. I never would have figured that out on my own. I mean, there's >not even a DOT after "session". Thanks. > >Sincerely, > >Andrew > > >-Original Message- >From: Ewok [mailto:[EMAIL PROTECTED] >Sen

Re: Dreamweaver Autocomplete

2004-10-19 Thread Spike
This may or may not be of interest to you, but you can do this in cfeclipse. You can specify a unique set of trigger characters for each snippet. If you type those characters followed by ctrl+i (or whatever custom shortcut you change that to) it will insert the full snippet with your cursor at

RE: Dreamweaver Autocomplete

2004-10-19 Thread Ewok
Funny heh. Yeah, I defiantly miss that feature A LOT most of my sites have the same settings request.maindsn, request.imageroot, request.webroot, etc, etc... I had a ton of autocompletes set up for them like " and placed the cursor after the slash, cfqueries, tables, etc... just a ton of constant

RE: Using a form field name as part of the name of a session variable

2004-10-19 Thread Peterson, Andrew S.
>> Try this >> >> PERFECT. I never would have figured that out on my own. I mean, there's not even a DOT after "session". Thanks. Sincerely, Andrew -Original Message- From: Ewok [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 19, 2004 12:40 PM To: CF-Talk Subject: RE: Using a for

Re: Consume a web service with JavaScript...possible?

2004-10-19 Thread Dick Applebaum
Have a look at Rob Rohan's Neuromancer: http://rohanclan.com/products/neuromancer/ He wrote this for the specific purpose of consuming web services with Javascript. HTH Dick On Oct 19, 2004, at 10:15 AM, Scott Stroz wrote: > Massimo, > > Thanx for the info, unfortuantely, most of the links

RE: Dreamweaver Autocomplete

2004-10-19 Thread Ewok
Well I don’t THINK I am, it just doesn't appear to be what I'm looking for. Like I said, if I typed And put the cursor between the quotes in the "NAME" attribute. I don't see where Edit > Prefs > Code Hints can do that. I do see how snippets can do it but there are defiantly not enough keyboa

Re: Field Naming

2004-10-19 Thread Chris Peters
Oops. I meant "ARTIST creates ARTWORK." > If everyone wants to get all technical with relational database theory, > a table name should be singular because it is an ENTITY. > > Most entities (tables) have relationships (foreign key linking) with > other entities. > > These relationships can be

RE: Drop-Ship Limitations to California

2004-10-19 Thread Cary Gordon
This hold true for every state that charges sales tax. If you are in CA and hsve one local warehouse that you ship from, it is dead simple: You charge tax in CA and no tax anywhere else. The mail order computer stuff companies have a more complicated situation. They have limited warehousing on th

RE: Dreamweaver Autocomplete

2004-10-19 Thread Ewok
Yes, but I want to autocomplete custom text and tags like the example I posted. Thanks -Original Message- From: Russell Patterson [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 19, 2004 11:17 AM To: CF-Talk Subject: Re: Dreamweaver Autocomplete If you go to settings in DW, you can turn

Re: Field Naming

2004-10-19 Thread Joseph Flanigan
The are so many options on which styles to follow, the approach I recommend is to pick a something, document it and follow your document. For my clients that I do database design work for, as part of the deliverable, I give them a copy of the style guide we used to develop the database. If you

RE: Using a form field name as part of the name of a session variable

2004-10-19 Thread Ewok
Try this Or something like that... maybe without quotes? But I think with. -Original Message- From: Peterson, Andrew S. [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 19, 2004 1:23 PM To: CF-Talk Subject: Using a form field name as part of the name of a session variable Hi, I'm

Re: cflock

2004-10-19 Thread Jeff Congdon
You don't need one in the current directory, you just need to make sure the one in the previous directory has that cfapplication tag. If there's no app.cfm in the current diretory, CF will automatically look in ../, ../.../, etc until it finds one. Generally you want 1 app.cfm, and it should

RE: cflock

2004-10-19 Thread Phillip Perry
Great thanks. I made a new folder in the main directory so I hadn't thought about making an app.cfm inside it. I guess that shows how important a app.cfm file really is -Original Message- From: Barney Boisvert [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 19, 2004 12:52 PM To: CF-Talk S

RE: [cftalk] Re: Upload Utility

2004-10-19 Thread Daniel Mackey
Hi, Check out : http://www.cftagstore.com/tags/cffilemanagerv301.cfm Might be of interest to you. Regards, Dan. -Original Message- From: Dave Francis [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 19, 2004 18:17 To: CF-Talk Subject: [cftalk] Re: Upload Utility To: "CF-Talk" <[EMAIL

Using a form field name as part of the name of a session variable

2004-10-19 Thread Peterson, Andrew S.
Hi, I'm hoping this is just a question of syntax. Is it possible to set part of the name of a session variable using the name of a form variable? The form name is dynamic too. Here's the code that ain't working: ^ For example, what I'd like to set in the above line

Re: Upload Utility

2004-10-19 Thread Dave Francis
To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, October 19, 2004 1:13 PM Subject: Re: Upload Utility > me, I would replace the idea of directory with the idea of category. > Upload all files into a single library on the server, store the path, > title, description, mimetype, categoryid, etc in

Re: Consume a web service with JavaScript...possible?

2004-10-19 Thread Scott Stroz
Massimo, Thanx for the info, unfortuantely, most of the links on http://www.mozilla.org/projects/webservices/ that would give more info are not working. What I need is something that will walk me through the steps like I am an idiot. Both for consuming Web Services with JavaScript and creating e

Re: Upload Utility

2004-10-19 Thread Massimo, Tiziana e Federica
> or is this best done using > I've been using > Anyone have any ideas or tutorials or anything I can look at? This isn't a tutorial, but it may be worth a check: http://www.olimpo.ch/tmt/cfc/tmt_file_io Massimo Foti DW tools: http://www.massimocorner.com CF tools:

Re: Upload Utility

2004-10-19 Thread Douglas Knudsen
me, I would replace the idea of directory with the idea of category. Upload all files into a single library on the server, store the path, title, description, mimetype, categoryid, etc in the DB, then mosh out CFCONTENT to get teh file to the client. I can make u an admin on the unifiedportal i

RE: Execute Query string w CFQUERYPARAM

2004-10-19 Thread Joseph Flanigan
Mark thanks for the posting. The article makes a couple of good points but does it does not dismiss performance gains. The article illustrates using select queries in unplanned manner. When a procedure is complied, columns that depend on indexes are represented in the compile. These indexes be

Upload Utility

2004-10-19 Thread Greg Morphis
I'm needing to create an Upload Utility that will allow users to create directories, change directories, and upload files into those directories. Is this best done in the DB, storing the File information, I would imagine I'd need to store File information, and what directory it's under or is thi

Re: SOT: Drop-Ship Limitations to California

2004-10-19 Thread Matt Robertson
Hi Dick, Sounds like a load of poo-poo. They must have some sort of tax problem themselves, or a lack of desire to comply with something. Either way their problem is becoming yours. I'd walk up the ladder over there and see if I could get a less-bogus answer. -- --Matt Robertson-- President,

Re: Field Naming

2004-10-19 Thread Keith Gaughan
Dick Applebaum wrote: > On Oct 19, 2004, at 8:47 AM, Keith Gaughan wrote: > > >>> If everyone wants to get all technical with relational database >>> theory, a table name should be singular because it is an ENTITY. >> >> The way I was taught it, a table represents a *set* of entities. > > Actu

Re: cflock

2004-10-19 Thread Ubqtous
You need to make sure you have an Application.cfm module in your application's directory. That Application.cfm module needs to have a CFAPPLICATION tag within it, which will allow you to use application-scoped variables and to CFLOCK that scope. On Tue, 19 Oct 2004 12:42:47 -0400, Phillip Perry <[

Re: cflock

2004-10-19 Thread Barney Boisvert
You just need to add a CFAPPLICATION tag to you app, and you'll be set. cheers, barneyb On Tue, 19 Oct 2004 12:42:47 -0400, Phillip Perry <[EMAIL PROTECTED]> wrote: > Hi, > > First, thanks to James and everyone else for the solutions to the custom > tag. Now I'm into CFLOCK. I'm trying to make

Re: Another "Is this Homesite feature in DW?" question

2004-10-19 Thread Nathan Strutz
I don't believe DWMX has the auto-complete feature built in, but CFEclipse does :) http://cfeclipse.tigris.org/ -nathan strutz Peterson, Andrew S. wrote: > Hi, > > Homesite has a nice AutoCompletion feature whereby you enter a trigger > string and it spits out the remainder of the code for

cflock

2004-10-19 Thread Phillip Perry
Hi, First, thanks to James and everyone else for the solutions to the custom tag. Now I'm into CFLOCK. I'm trying to make a custom tag for a banner rotation and I am using cflock. But when I execute my code it gives this error... Cannot lock APPLICATION scope. CFLock cannot be used to lock the ap

RE: Dreamweaver Autocomplete

2004-10-19 Thread Peterson, Andrew S.
Ewok, You're looking for the same thing I am - the Trigger String functionality, which does not seem to be the same as the Code Hints or other DW featues. I cannot find the equivalent in DW. Coincidentally, I posted almost the same question as you did this morning - see post below. Sincerely

Re: [sot] moving to JSP

2004-10-19 Thread Damien McKenna
Douglas Knudsen wrote: >With that cost, hard to convince them to put CF on the box as well. > > Try BlueDragon.. http://www.newatlanta.com/ >mark, ok strutts. strutts is a framework, like machii is, correct? > Correct. >i have been messing with machii lately. a RAD framework? h.now

Re: Field Naming

2004-10-19 Thread Dick Applebaum
On Oct 19, 2004, at 8:47 AM, Keith Gaughan wrote: > >> If everyone wants to get all technical with relational database >> theory, >> a table name should be singular because it is an ENTITY. > > The way I was taught it, a table represents a *set* of entities. > > Actually, a table is an entity th

Re: Field Naming

2004-10-19 Thread Keith Gaughan
Chris Peters wrote: > If everyone wants to get all technical with relational database theory, > a table name should be singular because it is an ENTITY. The way I was taught it, a table represents a *set* of entities. K. -- Keith Gaughan, Developer Digital Crew Ltd., Pembroke House, Pembroke S

RE: REPOST: Access to and / l istings

2004-10-19 Thread Burns, John D
Ok, and how do I figured that out? John Burns -Original Message- From: James Holmes [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 19, 2004 11:30 AM To: CF-Talk Subject: RE: REPOST: Access to and / l istings Do it however it's done in the CF Admin. -Original Message- From:

Re: REPOST: Access to and / listings

2004-10-19 Thread Doug James
John, I think the files [cf_root_dir]\lib\neo-cron.xml (scheduled tasks) and [cf_root_dir]\lib\neo-verity.xml (indexes and collections) are your starting points. Doug James IT Developer MUSC - Hollings Cancer Center 843.792.6357 http://hcc.musc.edu Burns, John D wrote: >Below is a post that I

Re: ColdFusion with ScreenSurfer

2004-10-19 Thread simon
I used it quite a bit in an R&D and prototyping capacity at Fig Leaf about 4 years ago... I even gave a presentation about it at DevCon in 2001... I don't have the slides or code anymore, but you could try asking Fig Leaf if they still have the materials laying around somewhere and are willing t

Re: Field Naming

2004-10-19 Thread Keith Gaughan
Robertson-Ravo, Neil (RX) wrote: > Well it will probably be negligible, but are you planning to name your > tables A,B,C,D,E etc...? > > You will be in the same boat of any naming convention unless you only want > tables names A,B,C or, AA, BB, CC or even AAA, BBB,CCC etc... ;-) I think his poi

RE: REPOST: Access to and / l istings

2004-10-19 Thread James Holmes
Do it however it's done in the CF Admin. -Original Message- From: Burns, John D [mailto:[EMAIL PROTECTED] Sent: Tuesday, 19 October 2004 11:10 To: CF-Talk Subject: REPOST: Access to and / listings Below is a post that I submitted last week and I didn't get any responses. Can anyone she

SOT: Drop-Ship Limitations to California

2004-10-19 Thread Dick Applebaum
This is SOT but it may affect anyone writing programs to do ecommerce with customers in California. I was recently told by a pcConnection representative that they could only drop-ship items to California from pcConnection warehouses in Ohio and Tennessee -- because of California tax laws. Anyo

  1   2   >