Re: cf-based discussion board

2004-08-02 Thread joe hobson
>Honestly, a forums app is rather simple to >build. CFPOP to read mail in, CFQUERY to store it, CFQUERY to get I always assumed that the HoF forums was built from old scraps of the Allaire Forums that eventually went open source. Not the greatest forums package in the world but a decent place to

Re: cf-based discussion board

2004-08-02 Thread Jochem van Dieten
joe hobson wrote: > > Good question though - does anyone know what license the Allaire forums were released under? http://web.archive.org/web/20011104063617/http://www.forumspot.org/downloads/ I have asked Macromedia a few years ago to re-release the package under an OSI certified license, but

loop over a dynamic structure

2004-08-02 Thread John mccosker
Hi, I have a coldfusion structure which I serialise from wddx to _javascript_, however the structure is random and I need to know how I can dynamically loop over this structure to get at the data without knowing the keys, is there functions in the _javascript_ or dom api to do this, I can't find

Re: loop over a dynamic structure

2004-08-02 Thread John mccosker
Its ok folks I found the solution on devedge, function objectEnumeration(){ var result=""; for (var i in attributesScope) { result += "attributesScope" + "." + i + " = " + attributesScope[i] + ""    }    result += "" ; alert(result); } [Todays Threads] [This Message] [Su

Referencing components in a distributed app?

2004-08-02 Thread Greg Landers
Here is a multi-part question regarding components that I have been pondering for some time now. What is the best method for handling component paths in a distributed application? I have found that CFC component files can be referenced using a period or a forward slash ... example: "components/my

RE: Referencing components in a distributed app?

2004-08-02 Thread d.a.collie
I've found Benoit's site to be quite an eyeopener if you haven't already encountered it http://www.benorama.com/coldfusion/index.htm Covers most of your points. I guess there will be lot's of other ways to do it anyway :) -- dc [Todays Threads] [This Message] [Subscription] [Fas

Re: Referencing components in a distributed app?

2004-08-02 Thread Massimo Foti
> What about situations where the environment is shared hosting? In this case the risk of name clashing can be a real problem. The issue was discussed a few time on CFCDev list, you can see one of the threads here: http://www.mail-archive.com/[EMAIL PROTECTED]/msg02722.html -

Re: loop over a dynamic structure

2004-08-02 Thread S . Isaac Dealey
No functions, but there is syntax for it... for (i in attributesScope) { alert(i + ' = ' + attributesScope[i]); } hth s. isaac dealey 954.927.5117 new epoch : isn't it time for a change? add features without fixtures with the onTap open source framework http://www.sys-con.com/story/?story

SOT: Good Australian CF Hosting Company

2004-08-02 Thread Jeremy Bruck
Everyone, Does anyone recommend a good Australian ColdFusion hosting company that is in Australia? Thanks, Jeremy [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: CFC webservice objects

2004-08-02 Thread Deanna Schneider
Cutter, It's not #aCat.getCategoryName#. It's #aCat.getCategoryName()#. It's a function, and even if you're not passing in any params, you need the parentheses. - Original Message - From: "Cutter (CF-Talk)" > Yes, It looks like it. The methods are there for the accompanying > properties.

Re: cf-based discussion board

2004-08-02 Thread Claude Schneegans
>>Not the greatest forums package in the world Much better than the system in use today anyway. -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED]) Thanks. [

changing JDBC Drivers -- CFMX Runs very hard?

2004-08-02 Thread Jeremy Bruck
Everyone, We have tried using a different MS SQL JDBC driver -- outside of the standard Macromedia SQL Server JDBC and CFMX runs "really hard" in comparison.  Our average running requests are 2ish running request/sec and when we change to a different jdbc driver we run about 7-8 requests/sec bec

Re: SQL Server varchar not liking HTML entities?

2004-08-02 Thread Damien McKenna
On Jul 31, 2004, at 3:04 PM, Dave Watts wrote: > When you say you're doing this from Enterprise Manager, do you mean > you're > using the Query Analyzer application? Or are you actually editing the > table's contents from Enterprise Manager itself? Within the Enterprise Manager itself.  This is v

Rijndael Encryption in CF?

2004-08-02 Thread Willy Ray
Anybody have any advice on implementing Rijndael encryption in ColdFusion?  All I need to do is encrypt one string, and stick it on the url.  I've been looking for some java to do this, but I'm either not finding what I need, or I have no idea how to use it. Any help would be greatly appreciated!

Re: SOT: Good Australian CF Hosting Company

2004-08-02 Thread Tom Kitta
I just know of http://www.afpwebworks.com/ don't know how good they are, but they once posted on this mailing list. TK >Everyone, > >Does anyone recommend a good Australian ColdFusion hosting company that >is in Australia? > >Thanks, >Jeremy [Todays Threads] [This Message] [Subscription]

RE: Rijndael Encryption in CF?

2004-08-02 Thread Pascal Peters
http://www.google.com/search?q=Rijndael+encryption+in+ColdFusion ??? > -Original Message- > From: Willy Ray [mailto:[EMAIL PROTECTED] > Sent: 02 August 2004 17:16 > To: CF-Talk > Subject: Rijndael Encryption in CF? > > Anybody have any advice on implementing Rijndael encryption in > ColdF

Re: cf-based discussion board

2004-08-02 Thread Tom Kitta
I am currently working on a link manager for CF. I just started. But after that I might help creating a forum application. There are so many applications out there for other programming languages that are free, while CF seems to be paid-only land. We need to change it people! I admit I just wrote o

RE: Rijndael Encryption in CF?

2004-08-02 Thread Willy Ray
Maybe I should have been more clear.  I'm on a linux server, so I can't run most of the cfx tags that are listed in the Google search, and I'm not real interested in spending hundreds of dollars to encrypt one stinkin' string.  What I'm hoping for is someone who's maybe used some of the rijndael ja

RE: Seaching for the coolest dhtml meu

2004-08-02 Thread Sparrow-Hood, Walter
Coolmenus is the best that we've found. Walt -Original Message- From: Rob [mailto:[EMAIL PROTECTED] Sent: Friday, July 30, 2004 4:04 PM To: CF-Talk Subject: Seaching for the coolest dhtml meu I am trying to find a cool dhtml navigation menu - something really original - but I can't se

RE: Stock Charts...

2004-08-02 Thread Sparrow-Hood, Walter
Neal, Here's the results of some research I did about 6 months ago.  We were looking for price, volume, etc. and maybe charts and SEC filing access depending on price.  Note that price and availability also depends on whether it is for internal consumptions (Intranet) or public consumption (compan

RE: Seaching for the coolest dhtml meu

2004-08-02 Thread Joshua OConnor-Rose
Not just menus but here's a free _javascript_ api for DHTML: http://dynapi.sourceforge.net/dynapi/ You probably will have to do a little work with it this api supports all browsers is completely _javascript_ based and when you combine it with CF there's really a ton of things you can do with it.

Re: cf-based discussion board

2004-08-02 Thread Ewok
I wouldnt mind a few opinions on my board if anyone feels like being critical today :) http://4em2003.ned.bounceme.net It started out as a site-specific board but friends begged me to turn it into a portable app so I've been working on that whenever I can. Accounts must use a valid email address

Re: Seaching for the coolest dhtml meu

2004-08-02 Thread Rob
On Mon, 2 Aug 2004 08:50:48 -0700 (PDT), Joshua OConnor-Rose <[EMAIL PROTECTED]> wrote: > Not just menus but here's a free _javascript_ api for > DHTML: > > http://dynapi.sourceforge.net/dynapi/ > > You probably will have to do a little work with it > this api supports all browsers is completely

Re: Rijndael Encryption in CF?

2004-08-02 Thread Rob
You know bit of java I assume - what you are looking for is JCE (java crypto extenstion) here is an example of how to use AES in java http://java.sun.com/developer/technicalArticles/Security/AES/AES_v1.html that should get you going on makeing a cf_. I have a java cfx encryption tag (for sale thoug

RE: cf-based discussion board

2004-08-02 Thread d.a.collie
You got a little hiccup in there Getting a lot of division by zero errors when trying to view a topic Tried to add it to the bug forum but getting the errors as well Looks cool tho -- dc -Original Message- From: Ewok [mailto:[EMAIL PROTECTED] Sent: 02 August 2004 17:00 To:

Re: cf-based discussion board

2004-08-02 Thread Jochem van Dieten
[EMAIL PROTECTED] wrote: > You got a little hiccup in there Getting a lot of division by zero > errors when trying to view a topic Change the profile to set the number of messages per page to something else as 0. Jochem [Todays Threads] [This Message] [Subscription] [Fast Unsubscrib

RE: SQL Server varchar not liking HTML entities?

2004-08-02 Thread Dave Watts
> Within the Enterprise Manager itself. This is via RDS from > my Mac to the Windows server. I would recommend you try running the query through Query Analyzer instead. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ phone: 202-797-5496 fax: 202-797-5444 [Todays Threads] [This Mess

CFCHART

2004-08-02 Thread Tim Do
Hello All, I'm trying to use cfchart but the graph is not showing up.  The missing image has a url like this: http://indev/CFIDE/GraphData.cfm?graphID=Images/100013.JPG .  If I put two "//' in front of the CFIDE the image shows up fine.  In cfadmin, I see an entry under mappings: Logical Path /

RE: cf-based discussion board

2004-08-02 Thread d.a.collie
>> Change the profile to set the number of messages per page to >> something else as 0. nice un Jochem... my mistake as usual :) -- dc [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

CFMX 6.1 - Hotfixes - Best Practice

2004-08-02 Thread Novak Banda
Anyone here have any recommendations as to how/what hotfixes should be installed for CFMX 6.1?  Does anyone have anything against simply downloading and installing all of them? -Novak [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support

RE: CFMX 6.1 - Hotfixes - Best Practice

2004-08-02 Thread Jim Davis
Aside from the "if it ain't broke, don't fix it" argument I don't think there's anything wrong with installing them all. Personally I install any security related fixes then address other issues as they arise. Jim From: Novak Banda [mailto:[EMAIL PROTECTED] Sent: Monday, August 02, 2004 12:27 P

RE: CFMX 6.1 - Hotfixes - Best Practice

2004-08-02 Thread DURETTE, STEVEN J (AIT)
I'd say do them one at a time and test.  One of the hotfixes (I can't remember which one) broke all of my cfcs until I removed it. Steve -Original Message- From: Jim Davis [mailto:[EMAIL PROTECTED] Sent: Monday, August 02, 2004 12:31 PM To: CF-Talk Subject: RE: CFMX 6.1 - Hotfixes - Best

Stupid telephone regex question

2004-08-02 Thread Matt Robertson
I'm trying to use this code and it keeps throwing out the string whether its valid or not.  I know I'm doing something wrong but am a dilettante at best when it comes to regexes.  I also tried Ben Forta's phone regex out of his book with similarly bad results, so its definitely me doing something s

(OT) Firewall

2004-08-02 Thread Michael Dinowitz
Anyone know of a god network firewall system? Zonealarm is good for a single machine, but I think that mothernature.com needs a system wide firewall. What do you use, what do you suggest? Thanks -- Michael Dinowitz http://www.houseoffusion.com For all your ColdFusion needs [Todays Threads] [Th

CFFile Question

2004-08-02 Thread Donna French
Trying to go back and update my web app to close the door behind some things. Trying to delete images from the server when someone deletes an item from the database. (I'm using CF 5 & SQL DB) Here's some code:. DELETE FROM products WHERE productid = #URL.productid# SELECT * FROM product

Re: (OT) Firewall

2004-08-02 Thread Howie Hamlin
We use sonicwall appliances and are very happy with them.  They're easy to set up and work great.\ Regards, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail Server PrismAV - Virus scannin

Re: (OT) Firewall

2004-08-02 Thread Jochem van Dieten
Michael Dinowitz wrote: > Anyone know of a god network firewall system? What features do you need? Statefull I presume, so how big should the state table be? Throughput in pps? SYN-proxy? Payload inspection? Redundancy/fail-over? Clickety-click or CLI? SSL-offloading? VPN-server? etc. Jochem

Re: (OT) Firewall

2004-08-02 Thread Jacob
Netscreen.  Now Jupiter I think. Using them for over 4 years.  Have not found one bad thing about Netscreen. At 09:51 AM 8/2/2004, you wrote: >Anyone know of a god network firewall system? Zonealarm is good for a >single machine, but I think that mothernature.com needs a system wide >firewall. Wh

Re: (OT) Firewall

2004-08-02 Thread Joe Rinehart
Hi Mike, >Anyone know of a god network firewall system? For his/her/its networks, common mythology has it the God uses a guy named Peter.  However, the other side has its tools too: http://www.amazon.com/exec/obidos/tg/detail/-/B6L558/qid=1091465888/sr=8-1/ref=sr_8_xs_ap_i1_xgl14/002-8189120

Re: (OT) Firewall

2004-08-02 Thread Critter
>Anyone know of a god network firewall system? Zonealarm is good for a >single machine, but I think that mothernature.com needs a system wide >firewall. What do you use, what do you suggest? >Thanks i've used kerio for personal fw.. i /think/ they might have a network solution... http://www.kerio.

RE: CFFile Question

2004-08-02 Thread Adkins, Randy
Reverse your queries.. You are deleting all data before the image. Thus when you do your SELECT, there is no data to be found.   _   From: Donna French [mailto:[EMAIL PROTECTED] Sent: Monday, August 02, 2004 12:56 PM To: CF-Talk Subject: CFFile Question Trying to go back and update my web a

Re: (OT) Firewall

2004-08-02 Thread Donna French
Since the topic is sort of alive hereis there a good resource online to tell the differences in routers, switches, etc? I do programming and web dev for my company and trying to do light networking as needed here too. Thanks, Donna   - Original Message -   From: Critter   To: CF-T

Re: CFFile Question

2004-08-02 Thread Joe Rinehart
Donna, I'd reverse the order of your two queries.  You're deleting the records, then trying to select them ;) -joe - Original Message - From: Donna French <[EMAIL PROTECTED]> Date: Mon, 2 Aug 2004 11:56:10 -0500 Subject: CFFile Question To: CF-Talk <[EMAIL PROTECTED]> Trying to go back

RE: (OT) Firewall

2004-08-02 Thread Che Vilnonis
I second SonicWall. Piece of caketo use.   -Original Message-   From: Howie Hamlin [mailto:[EMAIL PROTECTED]   Sent: Monday, August 02, 2004 12:56 PM   To: CF-Talk   Subject: Re: (OT) Firewall   We use sonicwall appliances and are very happy with them.  They're easy to set up and work

Re: CFFile Question

2004-08-02 Thread Donna French
Thank you! Works great. Maybe they can hire someone to do the easy stuff - I always complicte the hell out of it!!! Thanks again! Donna   - Original Message -   From: Adkins, Randy   To: CF-Talk   Sent: Monday, August 02, 2004 12:04 PM   Subject: RE: CFFile Question   Reverse your qu

Re: CFFile Question

2004-08-02 Thread brobborb
HAHAHAH HAHAHAHAHAHAHA!!! I remember doing this one time!   - Original Message -   From: Joe Rinehart   To: CF-Talk   Sent: Monday, August 02, 2004 12:08 PM   Subject: Re: CFFile Question   Donna,   I'd reverse the order of your two queries.  You're deleting the   records, then trying

RE: Stupid telephone regex question

2004-08-02 Thread Calder, Erick
REFind() returns a position value, not a boolean, you should check with EQ 0 instead -Original Message- From: Matt Robertson [mailto:[EMAIL PROTECTED] Sent: Monday, August 02, 2004 9:51 AM To: CF-Talk Subject: Stupid telephone regex question I'm trying to use this code and it keeps throwi

RE: Stupid telephone regex question

2004-08-02 Thread Spike
That's a pretty specific regex for a phone number. Can you post an example of a number that should pass, but is failing? The only thing I can see that might be a bit odd is the [-.] class. Normally you have to put the - at the end of the class so the regex engine doesn't see it as part of a chara

Re: Rijndael Encryption in CF?

2004-08-02 Thread Marco Antonio C. Santos
Thanx Rob do you know how to integrate AES/Java in our CF apps? It's possible? Or not? Thanx once more again. On Mon, 2 Aug 2004 09:12:12 -0700, Rob <[EMAIL PROTECTED]> wrote: > You know bit of java I assume - what you are looking for is JCE (java > crypto extenstion) here is an example of how

Re: Rijndael Encryption in CF?

2004-08-02 Thread Rob
Yes it's possible. I've used my cfx tag with cf5.0 and AES - the cfx tag uses the JCE (of course it works with 6.0/1 too). There is a free one on the macromedia dev exchange too so you might want to check there as well. On Mon, 2 Aug 2004 14:26:27 -0300, Marco Antonio C. Santos <[EMAIL PROTECTED]>

Re: Stupid telephone regex question

2004-08-02 Thread Ben Doom
The hyphen represents the hypen anywhere it could not represent a span of characters.  So [0-9-a-z] works, putting it at the beginning works, etc. --Ben Spike wrote: > That's a pretty specific regex for a phone number. > > Can you post an example of a number that should pass, but is failing? >

Re: Stupid telephone regex question

2004-08-02 Thread Ben Doom
Is this in CFMX?  This won't work in CF5 or earlier.  They don't recognize \d as digits. --Ben Matt Robertson wrote: > I'm trying to use this code and it keeps throwing out the string > whether its valid or not.  I know I'm doing something wrong but am a > dilettante at best when it comes to re

Re: Stupid telephone regex question

2004-08-02 Thread Jochem van Dieten
Matt Robertson wrote: > I'm trying to use this code and it keeps throwing out the string > whether its valid or not.  I know I'm doing something wrong but am a > dilettante at best when it comes to regexes.  I also tried Ben Forta's > phone regex out of his book with similarly bad results, so its

Re: (OT) Firewall

2004-08-02 Thread Cutter (CF-Talk)
I use a Watchguard Firebox X500 (scalable hardware solution, very reasonable, with lots of add ons). The new NetGear Gigabit switches are extremely reasonable. Still using a Cisco router... Cutter Michael Dinowitz wrote: > Anyone know of a god network firewall system? Zonealarm is good for a >

RE: (OT) Firewall

2004-08-02 Thread Dave Watts
> > Anyone know of a god network firewall system? > > What features do you need? Statefull I presume, so how big > should the state table be? Throughput in pps? SYN-proxy? > Payload inspection? Redundancy/fail-over? Clickety-click or CLI? > SSL-offloading? VPN-server? etc. Jochem's asking all

Re: (OT) Firewall

2004-08-02 Thread Michael Haggerty
Personally, I use IPTables for network firewall protection, both because of the price and the ease of use. For me, it is simpler to crank out a list of rules on the command line than to trust some GUI that may or may not be doing what it says it is doing. Also, as a Flash developer who sometimes

Re: Stupid telephone regex question

2004-08-02 Thread Barney Boisvert
I don't know if it'll meet your needs, but I usually validate phone numbers by simply counting the number of digits.  For more advanced stuff, just split the number at any non-digit character(s) and that'll yield your parts (country, exchange, etc). cheers, barneyb On Mon, 02 Aug 2004 19:48:29 +0

Re: Stupid telephone regex question

2004-08-02 Thread Matt Robertson
Sorry, I should have specified U.S. phone number. Realized it right after my post. The regex *should* accept numbers formatted as such: 000-000- (000) 000- (000)000- 000.000. where the zeroes represent a digit range from 2-9 in the first position, of area code and prefix, and any

Re: cf-based discussion board

2004-08-02 Thread Peter Farrell
OT - FYI, I know this doesn't really exists on this topic - however, I'm developing a CF ListServ style app.  It's still very basic, but I'm planning to release free of charge - however, I would ask it to be used as not-for-profit uses.  Otherwise, I believe a small fee is in order ($20). Thanks,

Re: Stupid telephone regex question

2004-08-02 Thread Barney Boisvert
How about this: ^[^0-9]*[2-9][0-9]{2}[^0-9]*[0-9]{3}[^0-9]*[0-9]{4}[^0-9]*$ cheers, barneyb On Mon, 2 Aug 2004 11:03:57 -0700, Matt Robertson <[EMAIL PROTECTED]> wrote: > Sorry, I should have specified U.S. phone number. Realized it right > after my post. > > The regex *should* accept numbers

RE: Stupid telephone regex question

2004-08-02 Thread Spike
The regex you posted works for all of those formats on my machine. I substituted 2 for the first digit of the area code and prefix for each of them: 200-200- (200) 200- etc. Spike Stephen Milligan Code poet for hire http://www.spike.org.uk

RE: Stupid telephone regex question

2004-08-02 Thread Burns, John D
Why not just use the regex character class digit with a reReplace and remove anything that's not a digit and then just check to make sure that you have 10 numbers.  Then, store it as a 10-digit number in the database and you can format them all exactly the same on output. Obviously, this is much to

Re: Stupid telephone regex question

2004-08-02 Thread Jochem van Dieten
Matt Robertson wrote: > > The regex *should* accept numbers formatted as such: > > 000-000- > (000) 000- > (000)000- > 000.000. > > where the zeroes represent a digit range from 2-9 in the first > position, of area code and prefix, and any digit in any other > position. How abou

RE: (OT) Firewall

2004-08-02 Thread WebSite CFtalk
Checkpoint solutions is easy to setup and manage. Tha hardware / software bundles (for example NOKIA IP130) is very close to a "solid state firewall" if such a thing existed :) http://www.checkpoint.com/products/choice/platforms.html IMHO... Helge (-:

Dumb Client Variable Question

2004-08-02 Thread Steve Sawyer
The following code is updating the First Name and Last Name fields for every record in my database. I want the BARNo to pass from page to page as a client variable. I know this is basic but I appreciate any help I can get. I have one file with the following: Select * From tblSecurity Where Us

Re: CFMX 6.1 - Hotfixes - Best Practice

2004-08-02 Thread Jeff Congdon
Yes, do not simply download and install all of them.  I used the relevant ones only for 3 6.1 servers that I built last week (using apps that have been running stable since 6.1 was released), all died within 3 days and needed to be rebuilt due to JRUN issues.   I skipped the hotfixes on the 2nd

Re: (OT) Firewall

2004-08-02 Thread Jochem van Dieten
Dave Watts wrote: >> >> What features do you need? Statefull I presume, so how big >> should the state table be? Throughput in pps? SYN-proxy? >> Payload inspection? Redundancy/fail-over? Clickety-click or CLI? >> SSL-offloading? VPN-server? etc. > > Jochem's asking all the right questions, as

Re: CFMX 6.1 - Hotfixes - Best Practice

2004-08-02 Thread Jochem van Dieten
Novak Banda wrote: > Anyone here have any recommendations as to how/what hotfixes should be > installed for CFMX 6.1?  Does anyone have anything against simply > downloading and installing all of them? Depends on where your systems are in their lifecycle. If they are in production, change as lit

Re: Stupid telephone regex question

2004-08-02 Thread Matt Robertson
Jochem wrote: >Don't use a style where you make the check for a ")" my bad.  Copied the thing by hand out of the book and screwed it up. Also thx very much for the regex.  I'll plug it in and test it. Knowing you I'm sure it works :-) John, I'm working with the canned form field validator built

RE: Dumb Client Variable Question

2004-08-02 Thread Calder, Erick
> I want the BARNo to pass from page to page look into the "session" scope ** E-mail sent through the Internet is not secure. Western Asset therefore recommends that you do not send any confidential or sensitive information to us

Search 2 tables

2004-08-02 Thread Donna French
Okay, I must warn you all that when I first built this web app I was a TOTAL newbie and had no idea what I was doing with CF or database design. With that said, I am attempting to patch the search feature so that it can pull results from 2 tables while I redesign the app and database. The current

RE: Search 2 tables

2004-08-02 Thread Ryan Duckworth
There are many ways to do this.  Try this code: Additional Query:   SELECT *   FROM products   WHERE productname LIKE '%#Form.search#%' Same 1st Search Query:   SELECT *   FROM dolls   WHERE name LIKE '%#Form.search#%' Display Results: Products   # Dolls

RE: Search 2 tables

2004-08-02 Thread Ryan Duckworth
There are many ways to do this.  Try this code: Additional Query:   SELECT *   FROM products   WHERE productname LIKE '%#Form.search#%' Same 1st Search Query:   SELECT *   FROM dolls   WHERE name LIKE '%#Form.search#%' Display Results: Products   # Dolls

RE: (OT) Firewall

2004-08-02 Thread Dave Watts
> The difference is that I would recommend to build your own on > OpenBSD. OpenBSD is pretty much designed for running on the > edge of your network, and IMHO it is far ahead of other > firewall systems in terms of power and features. Yeah, the only reason I didn't recommend it is because I thi

Re: Search 2 tables

2004-08-02 Thread Donna French
Thank you!!! Works great. ;-) Donna   - Original Message -   From: Ryan Duckworth   To: CF-Talk   Sent: Monday, August 02, 2004 2:56 PM   Subject: RE: Search 2 tables   There are many ways to do this.  Try this code:   Additional Query:        SELECT *     FROM products     WHERE

zip, unzip

2004-08-02 Thread Metzy Martinez
Hello forum, I have a directory structure and files stored in a database. A user can add delete and zip files/folders. When they click on the zip button I will need to construct the directory structure and the file, so that when they download the zip it will display the path and file Does anyone

Re: zip, unzip

2004-08-02 Thread Barney Boisvert
CFEXECUTE and the zip/unzip utility?  If you've installed a JRE, you'll also be able to make use of any CFSCRIPT-based UDFs from cflib.org, which include at least one for making zip archives. cheers, barneyb On Mon, 02 Aug 2004 16:26:52 -0400, Metzy Martinez <[EMAIL PROTECTED]> wrote: > Hello for

RE: Dumb Client Variable Question

2004-08-02 Thread info
Thanks for replying.  Anything in specific?  I am very rusty at this.   _   From: Calder, Erick [mailto:[EMAIL PROTECTED] Sent: Monday, August 02, 2004 12:20 PM To: CF-Talk Subject: RE: Dumb Client Variable Question > I want the BARNo to pass from page to page look into the "session" scope

SQL Find

2004-08-02 Thread Lee
Does SQL Server have an function similar to CF's "Find" string function. I need to parse 150,000 names depending on where the comma is in the string and update each record. Not a great task for CF. I'm aware of the substring command but it needs to know what position the comma is in. Lee Surm

RE: SQL Find

2004-08-02 Thread Pat Wenke
CHARINDEX ( expression1 , expression2 [ , start_location ] ) PATINDEX ( '%pattern%' , _expression_ ) Check SQL Server BOL for more info on how to use these functions. -Original Message- From: Lee [mailto:[EMAIL PROTECTED] Sent: Monday, August 02, 2004 3:37 PM To: CF-Talk Subject: SQL F

Re: SQL Find

2004-08-02 Thread Stephen Hait
> Does SQL Server have an function similar to CF's "Find" > string function. I need to parse 150,000 names depending > on where the comma is in the string and update each > record. Not a great task for CF. I'm aware of the > substring command but it needs to know what position the > comma is i

Re: GT 0 failing CFIF decision

2004-08-02 Thread daniel kessler
I was unfortunately told to finish the project NOW and be done withit, so I just removed the check.  While I'd like to follow-through and learn something here, I was handed a different load to process for now. Nonetheless, I want to thank everyone for replying and for the additional strategies.  

RE: SQL Find

2004-08-02 Thread Hua Wei
In MS SQL, you can use CHARINDEX,PATINDEX and STUFF : CHARINDEX: Returns the starting position of the specified _expression_ in a character string PATINDEX: Returns the starting position of the first occurrence of a pattern in a specified _expression_, or zeros if the pattern is not found, on all

Image Manipulation - server side

2004-08-02 Thread Ray Champagne
Forgive me if this has been brought up before, but I didn't see anything that was solved in the archives... We have a form where a user can upload an image that will be displayed with their listing in a directory.  To solve the multiple sizes that can end up output in the listings, I have made

update code not working

2004-08-02 Thread daniel kessler
I have an bit of code to update an edited record.  I'm getting the error "[Oracle]ORA-00927: missing equal sign" in the line WHERE ce_email = '#Form.ce_email#'. I can't spot the error.  Any suggestions?   update careerexpo2004   set ce_orgname = '#Form.ce_orgname#',   ce_street = '#Form.ce_st

Re: Image Manipulation - server side

2004-08-02 Thread Dave Carabetta
On Mon, 02 Aug 2004 16:55:14 -0400, Ray Champagne <[EMAIL PROTECTED]> wrote: > Forgive me if this has been brought up before, but I didn't see anything > that was solved in the archives... > > We have a form where a user can upload an image that will be displayed with > their listing in a director

RE: update code not working

2004-08-02 Thread Pat Wenke
You are missing 2 commas. -Original Message- From: daniel kessler [mailto:[EMAIL PROTECTED] Sent: Monday, August 02, 2004 4:03 PM To: CF-Talk Subject: update code not working I have an bit of code to update an edited record.  I'm getting the error "[Oracle]ORA-00927: missing equal sign" i

Re: update code not working

2004-08-02 Thread daniel kessler
Also, here's the form that gathers/edits the information: http://hhp.umd.edu/HHPv1/StuSer/CareerExpo/blocks/dsp_employerreg.cfm [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: Image Manipulation - server side

2004-08-02 Thread Barney Boisvert
Matt Liotta wrote an article on server-side image manipulation using JAI.  You have to do a little bit of java, but you can just copy and paste the code.  It's a primative solution, but it's very functional, and free. http://www.evolt.org/article/Image_Manipulation_with_CFMX_and_JAI/18/33907/ che

Re: update code not working

2004-08-02 Thread Dave Carabetta
On Mon, 02 Aug 2004 17:02:32 -0400, daniel kessler <[EMAIL PROTECTED]> wrote: > I have an bit of code to update an edited record.  I'm getting the error "[Oracle]ORA-00927: missing equal sign" in the line WHERE ce_email = '#Form.ce_email#'. > I can't spot the error.  Any suggestions? > > >   

Re: update code not working

2004-08-02 Thread Donna French
are single quotes required in your query?   - Original Message -   From: daniel kessler   To: CF-Talk   Sent: Monday, August 02, 2004 4:02 PM   Subject: update code not working   I have an bit of code to update an edited record.  I'm getting the error "[Oracle]ORA-00927: missing equal

RE: update code not working

2004-08-02 Thread Dave Watts
> I have an bit of code to update an edited record.  I'm > getting the error "[Oracle]ORA-00927: missing equal sign" in > the line WHERE ce_email = '#Form.ce_email#'. > I can't spot the error.  Any suggestions? > > >   update careerexpo2004 >   set ce_orgname = '#Form.ce_orgname#', >   ce_s

Re: update code not working

2004-08-02 Thread Donna French
are single quotes required in your query?   - Original Message -   From: daniel kessler   To: CF-Talk   Sent: Monday, August 02, 2004 4:02 PM   Subject: update code not working   I have an bit of code to update an edited record.  I'm getting the error "[Oracle]ORA-00927: missing equal

RE: update code not working

2004-08-02 Thread Pat Wenke
Actually, just 1...I read that too quickly. -Original Message- From: daniel kessler [mailto:[EMAIL PROTECTED] Sent: Monday, August 02, 2004 4:03 PM To: CF-Talk Subject: update code not working I have an bit of code to update an edited record.  I'm getting the error "[Oracle]ORA-00927: mis

Re: Image Manipulation - server side

2004-08-02 Thread Qasim Rasheed
I have recently written a small application in which you can browse an image directory and either crop/resize/thumbnail images using web-browser using some dhtml, CF and Java. I am going to release it in couple of days after I write some basic documentation. Qasim Rasheed - Original Message -

Re: Image Manipulation - server side

2004-08-02 Thread Ben Doom
It sounds like you're resizing on the fly for each request.  Instead, why not resize on upload, store the various sizes, and serve them from the stored files? --Ben Ray Champagne wrote: > Forgive me if this has been brought up before, but I didn't see anything > that was solved in the archives

Re: Image Manipulation - server side

2004-08-02 Thread Ray Champagne
That is exactly what I want to do, but don't know how.  I have been dabbling in Java for a few weeks now, sounds like that tutorial that Barney sent over is perfect way to get started for real! If I can't figure it out, then I probably with go with the Alagad solution. Thanks everyone! Ray At

Password protect a webservice

2004-08-02 Thread Mark W. Breneman
Is there a standard way to secure a web service? I have a client that wants to download user data through a web service. I know that we can use SSL to secure the transfer but is there a way to password protect the web serice. Oh, and the client plans on accessing this data from MS access. I nee

Re: Dumb Client Variable Question

2004-08-02 Thread Cameron Childress
This section of the docs should help: http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/sharedva.htm#wp1159066 - Original Message - From: info <[EMAIL PROTECTED]> Date: Mon, 2 Aug 2004 13:36:24 -0700 Subject: RE: Dumb Client Variable Question To: CF-Talk <[EMAIL PROTECTED]> Thanks fo

Re: Image Manipulation - server side

2004-08-02 Thread Massimo, Tiziana e Federica
The image quality isn't great (I plan to work on it), but it's free and works pretty well: http://www.cfmentor.com/code/index.cfm?action=""> The website is in italian, but the code and comments are in english :-) Massimo Foti http://www.massimocorner.com

  1   2   >