RE: SQL Query Help (I'm stuck again)

2003-09-10 Thread Pascal Peters
this should work SELECT ai.Product_ID, ai.Status FROM Auction_Items ai, Auction_Bids ab WHERE ai.Status = 'ACTIVE' AND ai.date_EndDate #createODBCDate(now())# AND ai.Product_ID = ab.Product_ID GROUP BY ai.Product_ID, ai.Status HAVING ai.Reserve_Price MAX(ab.Bid_Amount)

Re: MAC Linux laptops (was about blue dragon.)

2003-09-10 Thread Ryan Mitchell
The powerbooks get you don't they :) I'm using a 15inch powerbook 1ghz with a gig of ram, and I couldnĀ¹t go back to a pc. My workflow has shot up since I switched. I can do everything I could before (with the exception of access - which I have since buried in the dirt) so much faster and easier.

Re: Ports with Multiple Instances on SunONE AS 7

2003-09-10 Thread Thomas Chiverton
On Wednesday 10 Sep 2003 02:16 am, Cathy Taylor wrote: Run apache as your front end host, and use mod_proxy/mod_rewrite to draw all the app server together. That's not an option. My options are the built-in web server (in SunONE AS7) That's not really Apache is it ? I haven't been paying

queries or structs for fast looping?

2003-09-10 Thread Gyrus
Hi, I'm going to cache a bunch of data from a DB table in the Application scope for regular use through the application. Some of the processing based on this data might be quite intensive, and I was just wondering, does anyone know offhand if there are performance differences between looping

Re: Requesting help - CFMX6.1 development questions

2003-09-10 Thread Thomas Chiverton
On Wednesday 10 Sep 2003 06:29 am, Rajiv Bhatia wrote: I am a new ColdFusion user. I came across your discussion group on CF_ADVISOR. I'll try to answer what I know :-) 3. FuseBox methodology along with ColdFusion Studio /or MX2004 Professional, are there any tools that I can use to

Re: Cracking the RDS protocol?

2003-09-10 Thread Matt Liotta
For the same reasons asp developers like the ability to edit data in addition to browsing, as well as stored proc editing and debugging straight from their ide. I just can't imagine, for the life of me, how you could find RDS lacking in any regard In my case, I simply don't interact

Ports with Multiple Instances on SunONE AS 7

2003-09-10 Thread Cathy Taylor
That's not really Apache is it ? No, it's the old Netscape iPlanet (upgraded a bit). ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe:

Re: Cracking the RDS protocol?

2003-09-10 Thread Deanna Schneider
Why not just run the server on your local machine for development? Matt - this is what we're contemplating doing here. But, it brings up other issues - like how to handle directories that would be LDAP protected on the live (in our case development) server, where we rely on the cgi.remote_user

OT: Devnet Subscription Value

2003-09-10 Thread mylistaddress
Hi, Here I go off-topic again...50 lashings for me. Anyway, I want some input/advice on the Macromedia Devnet subscription. I am a self-employed consultant with a ligit copy of Studio MX. I use DWMX, CF, Fireworks and JRun daily. I dabble with Flash and really hope to expand on that. I am now

Re: Cracking the RDS protocol?

2003-09-10 Thread Matt Liotta
I long ago stopped using the traditional web site security model based on directory structure. I make use of request dispatchers that handle all requests and then dispatch the request to the correct handler. This allows among other things an easy way to handle security. Further, to speak

RE: Devnet Subscription Value

2003-09-10 Thread Matthew Fusfield
We just subscribed to devnet pro to get Studio 2004, we were essentials subscribers for a while. It's a pretty good value although I'm a bit disappointed with the site itself (typically runs pretty slow for me, and is even slower now that everyone is hitting it) but it is sure better than waiting

Re: Cracking the RDS protocol?

2003-09-10 Thread Deanna Schneider
We're so not there yet. Thanks, though. - Original Message - From: Matt Liotta [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, September 10, 2003 7:54 AM Subject: Re: Cracking the RDS protocol? I long ago stopped using the traditional web site security model based on

Paging Principals

2003-09-10 Thread Geoffrey V. Brown
Hi, I have an app that queries a table and displays a subset of the query results in a paged format, showing only 10 results per page. Some queries will return upwards of 1,000 rows. This query joins quite a few tables - say 8 or so, however the query itself only requires one table to obtain the

Re: Cracking the RDS protocol?

2003-09-10 Thread Kevin Graeme
Well in our case, we can't (or haven't figured out how to) run a development server on the local machine because the dev/production servers are where we have the filesystem/ldap security. I don't know of any way to replicate that on the local development machine. It also looks like we don't have

FB4 Downloads

2003-09-10 Thread Stephenie Hamilton
Does anyone have the FB4 files they can either send to us or put up a link please? pretty please? with cf_sugar on top?? Steph Does anyone know where FB4 can be downloaded? It seems the FB beta site is down and I really need to get these files. Thanks, Clint

Macromedia Folks - Upgrades to MX2004?

2003-09-10 Thread Bosky, Dave
We have the two year subscription for Studio MX. I assume this includes the upgrades to StudioMX2004 but is there an additional fee to upgrade to FlashMX2004 professional? Thanks, Dave HTC Disclaimer: The information contained in this message may be privileged and confidential and protected

Re: Paging Principals

2003-09-10 Thread Deanna Schneider
Do you plan to cache the query? If you run the big query once, and then cache it, I'd reckon that option 1 is going to be your faster option. - Original Message - From: Geoffrey V. Brown [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, September 10, 2003 8:17 AM Subject:

RE: Cracking the RDS protocol?

2003-09-10 Thread Douglas.Knudsen
-Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 10, 2003 12:05 AM To: CF-Talk Subject: Re: Cracking the RDS protocol? Why not just run the server on your local machine for development? Absolutely. I don't see any advantage working on files

RE: FB4 Downloads

2003-09-10 Thread Sandy Clark
Here they are. -Original Message- From: Stephenie Hamilton [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 10, 2003 9:21 AM To: CF-Talk Subject: FB4 Downloads Does anyone have the FB4 files they can either send to us or put up a link please? pretty please? with cf_sugar on top??

RE: FB4 Downloads

2003-09-10 Thread Sandy Clark
Here they are -Original Message- From: Clint [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 09, 2003 9:50 PM To: CF-Talk Subject: Re: FB4 Downloads Ihave done the same thing and no files have been sent. I really need these for a contract that I am about to start. Thanks, Clint

RE: Paging Principals

2003-09-10 Thread Ben Doom
When I had something like this, I used the full query but only retrieved the top n, where n is the highest index to display. So, if you are displaying 10 per page... page 1, n=10 page 2, n=20 and so on. Maybe not a perfect solution, but dropped average processing time a lot, since people would

RE: FB4 Downloads

2003-09-10 Thread Sandy Clark
Sorry thought I was replying directly. For those who need the core files email me directly and I'll send them to you. Sandy [EMAIL PROTECTED] -Original Message- From: Stephenie Hamilton [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 10, 2003 9:21 AM To: CF-Talk Subject: FB4

Farcry and CFMX6.1

2003-09-10 Thread Douglas.Knudsen
http://farcry.daemon.com.au/index.cfm Anyone get this up and running against an Oracle DB? I'm having the darndest time with it. Lots of errors in the install scripts. Many invlove ; in SQL in cfquery, bombs out an SQL statement. Also, seems you can't execute multiple SQL stements in one

RE: Paging Principals

2003-09-10 Thread Geoffrey V. Brown
Hi, Good idea. A cached query wouldn't work for us, unfortunately, as the data changes almost by the minute. Geoff B -Original Message- From: Ben Doom [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 10, 2003 9:43 AM To: CF-Talk Subject: RE: Paging Principals When I had

Re: Macromedia Folks - Upgrades to MX2004?

2003-09-10 Thread Candace Cottrell
I'm in the same boat. In addition, we bought firefly and DevNet Essentials. The boss isn't happy about a fee for Flash MX 2004 Pro. I'd love to get an answer to this as well :) Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404

Re: Farcry and CFMX6.1

2003-09-10 Thread Deanna Schneider
Doug, I don't know if it's something you can configure or not, but we're running 5.0 and you can't do more than one sql statement in a cfquery block against Oracle. -Deanna - Original Message - From: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, September 10, 2003

tax and shipping

2003-09-10 Thread Robert Orlini
Hello, Anyone out there know and/or have CF modules to calculate sales tax and shipping according to states or zones( including Canada)? What vendors offer these scripts or programs. We're working on a shopping cart that will need these calculations. Thanks. Robert O. HWW

RE: Farcry and CFMX6.1

2003-09-10 Thread Tyler Clendenin
Yeah I have that same problem, I do not know what the issue is Tyler Clendenin GSL Solutions -Original Message- From: Deanna Schneider [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 10, 2003 9:03 AM To: CF-Talk Subject: Re: Farcry and CFMX6.1 Doug, I don't know if it's something

RE: Farcry and CFMX6.1

2003-09-10 Thread Douglas.Knudsen
right. kewl. Having to go through the install scripts and change all the cfquery calls that have multiple sql statements in them. woohoo! Doug -Original Message- From: Deanna Schneider [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 10, 2003 10:03 AM To: CF-Talk Subject: Re:

RE: Farcry and CFMX6.1

2003-09-10 Thread Douglas.Knudsen
looks like I got to go through and mangle the install scripts then. Was hoping someone else had done that already and they were feeling generous. :) Well, if I get it all working, I'll post here. Its a very low priority for me at the moment though... Doug -Original Message- From:

is date within dst

2003-09-10 Thread Tony Weeg
is there a cfx or udf or some other snippet of code out therrre that anyone knows about that would determine if said date was within or out of a dst period? thanks tony weeg sr. web applications architect navtrak, inc. [EMAIL PROTECTED] www.navtrak.net office 410.548.2337 fax 410.860.2337

What's the matter here? RSS feed error

2003-09-10 Thread Mike Kear
Can anyone see what's the matter with this code? I'm consuming a RSS feed, using the following code ... [quote] cfhttp url=http://cybergrass.com/newsrss10.php; method=get/cfhttp cfset objRSS = xmlParse(cfhttp.filecontent) [/quote] But a CFDUMP of objRSS on the next line gives me the

RE: Paging Principals

2003-09-10 Thread Mike Brunt
Geoff we do something like this with a large record-set. We run the full query at the outset and put it into a Session based Structure then page through that. Kind Regards - Mike Brunt Webapper Services LLC Web Site http://www.webapper.com Blog http://www.webapper.net Webapper Web Application

RE: SQL Query Help (I'm stuck again)

2003-09-10 Thread grovem
Using the following code, I get cfquery name=Auction_GetAuctions datasource=#DatasourceName# dbtype=ODBC SELECT ai.Product_ID, ai.Status FROM Auction_Items ai, Auction_Bids ab WHERE ai.Status = 'ACTIVE' AND ai.date_EndDate #createODBCDate(now())# AND ai.Product_ID = ab.Product_ID GROUP BY

RE: Cracking the RDS protocol?

2003-09-10 Thread Dave Watts
No, it's also used to edit files. Its big advantage is that it easily allows remote access, when you haven't set up any other alternative for remote access, without worrying about firewall configuration or software installation. I don't know whether a lot of people use it when they

Running Batch Script

2003-09-10 Thread Shahzad.Butt
I want to stop a service on SERVERA from SERVERB. I am using following command to run a batchfile cfexecute name=c:\WINNT\system32\cmd arguments=X:\WWWRoot\Services\StopLoadBalancing.bat/cfexecute Following is command in batch script psexec \\SERVERA WLBS stop This batch file works

RE: SQL Query Help (I'm stuck again)

2003-09-10 Thread Michael Traher
You still need the 'MAX(ab.Bid_Amount)' in the SELECT part of the query. The HAVING clause does a secondary filter on this Michael Traher Systems Manager ICLP (London) Tel: UK +44 (0) 20 8256 9072 Fax: UK +44 (0) 20 8681 0234 This e-mail may contain privileged and confidential information

RE: Running Batch Script

2003-09-10 Thread Dave Watts
I want to stop a service on SERVERA from SERVERB. I am using following command to run a batchfile cfexecute name=c:\WINNT\system32\cmd arguments=X:\WWWRoot\Services\StopLoadBalancing.bat /cfexecute Following is command in batch script psexec \\SERVERA WLBS stop This batch

RE: SQL Query Help (I'm stuck again)

2003-09-10 Thread grovem
If I ad the Max(ab.Bid_Amount) to the select statment and remove the HAVING line, I do not get any errors, but I also return all records that have had a bid. When I ad the HAVING line [below] I receve the error ODBC Error Code = 37000 (Syntax error or

RE: is date within dst

2003-09-10 Thread Tony Weeg
well... I found this vbscript...that does it... but now to convert...ill let you all know. maybe a good candidate for udf :) later. tony weeg sr. web applications architect navtrak, inc. [EMAIL PROTECTED] www.navtrak.net office 410.548.2337 fax 410.860.2337 -Original Message- From:

Re: Cracking the RDS protocol?

2003-09-10 Thread Claude Schneegans
We wouldn't want 100 developers having access via there desktop PCs. I was meaning doing everything on PCs, including database replicas, etc. Even with Oracle, you can have a Personal Oracle installed on you PC. Of course, this is not always possible on very large installations.

RE: Running Batch Script

2003-09-10 Thread Shahzad.Butt
Coldfusion runs under domain account and that user has got Administrative Access. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: 10 September 2003 15:43 To: CF-Talk Subject: RE: Running Batch Script I want to stop a service on SERVERA from SERVERB. I am using

RE: SQL Query Help (I'm stuck again)

2003-09-10 Thread Pascal Peters
You need ai.Reserve_Price in the select (NOT the aggregate function) AND the HAVING clause. Because of the inner join, you will NOT get the records that did not receive a bid. -Oorspronkelijk bericht- Van: grovem [mailto:[EMAIL PROTECTED] Verzonden: wo

RE: Running Batch Script

2003-09-10 Thread Dave Watts
Coldfusion runs under domain account and that user has got Administrative Access. Does the account have a persistent drive mapping to the X drive, where the batch file is located? I'm guessing it does, but it doesn't hurt to ask. And, while you've confirmed that account, you might want to

RE: Paging Principals

2003-09-10 Thread Joshua Miller
Not necessarily a bad idea even if the content changes. Think about it, if you pull the entire recordset and page through it, if the content changes while you're browsing you're still looking at old content. We do this with large recordsets (as many as 100,000 rows) and what we do is cache the

RE: SQL Query Help (I'm stuck again)

2003-09-10 Thread grovem
that worked, thank you very much. So far out of all the resources I have used in the past, this one is by far the best. Original Message: From: Pascal Peters [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: RE: SQL Query Help (I'm stuck again) Date: Wed, 10 Sep 2003 16:51:14 +0200 You

RE: Paging Principals

2003-09-10 Thread Andre Turrettini
You could download the whole thing and stick it in a wddx or javascript array. Then when the user clicks next, you just use the info from the javascript array. Also, if youre on ie, you can do this with tdc. Very slick. Then you can incorporate sorting. TDC sorts 5 records (yes our users

RE: Running Batch Script

2003-09-10 Thread Shahzad.Butt
This user has got administrative access. I've tried login with that account and ran that script it WORKS. It just doesn't work thru CFEXECUTE What shall I do??? Shaz -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: 10 September 2003 15:57 To: CF-Talk Subject: RE:

RE: What's the matter here? RSS feed error

2003-09-10 Thread Dave Watts
Can anyone see what's the matter with this code? I'm consuming a RSS feed, using the following code ... [quote] cfhttp url=http://cybergrass.com/newsrss10.php; method=get/cfhttp cfset objRSS = xmlParse(cfhttp.filecontent) [/quote] But a CFDUMP of objRSS on the next line gives me

RE: Running Batch Script

2003-09-10 Thread Dave Watts
This user has got administrative access. I've tried login with that account and ran that script it WORKS. It just doesn't work thru CFEXECUTE What shall I do??? I'm out of obvious ideas. I'd recommend that you try to break the problem down into smaller components. For example, can you

Re: is date within dst

2003-09-10 Thread Paul Hastings
if you don't mind some java might look at: java.util.TimeZone and inDaylightTime() method is there a cfx or udf or some other snippet of code out therrre that anyone knows about that would determine if said date was within or out of a dst period?

CFHTTP with CFMX

2003-09-10 Thread Bosky, Dave
I'm simply trying to grab a stock page from yahoo but it never returns anything. If I paste the url into my browser I get back the expected results. Is there something I'm missing in my code? CFHTTP METHOD=GET URL=http://quote.yahoo.com/download/quotes.csv?Symbols=MACR+MSFTformat=sl1

RE: is date within dst

2003-09-10 Thread Tony Weeg
severely mind java :) since I really don't know it at all. how would one do such a task, with that function? java.util.TimeZone and inDaylightTime() method matt :) help, maybe? thanks. tony ps. I got it done in cf, just now have to work on handling a year like 2007 where april 1 is the 1st

getting image info with CF

2003-09-10 Thread BOUDOT Christian
Hi, Is there any way to get the width and height information of an image file with Coldfusion? thanks Chris __ Christian BOUDOT Intrasoft International 89-91 route de Thionville L-2611 Luxembourg Tel: +352 44 10 12 21 05 Fax: +352 44 10 12 23 59

Re: Paging Principals

2003-09-10 Thread Doug White
It just doesn't make sense to me for a query to go after 100,000 records just to end up on a web page. I would prefer to run much smaller (page size) individual queries as this will return much faster than all that unneeded server processing. Then re-query for the next in the series when the

RE: getting image info with CF

2003-09-10 Thread Tony Weeg
cfx_imgsize is a custom tag that returns those properties. I think you can get it from the dev exchange on macromedia.com somewhere. later tony weeg sr. web applications architect navtrak, inc. [EMAIL PROTECTED] www.navtrak.net office 410.548.2337 fax 410.860.2337 -Original Message-

RE: What's the matter here? RSS feed error

2003-09-10 Thread Mike Kear
Thanks for your suggestion, Dave. I ran the following: cfhttp url=http://cybergrass.com/newsrss10.php; method=get/cfhttp cfdump var=#cfhttp.filecontent# And the file doesn't end properly. The last few characters of the CFDUMP look like this: [quote] name=Newsamp;file=articleamp;sid=59/link

cflib.org and dependent functions

2003-09-10 Thread Tony Weeg
Ive got a silly question. why would there be a udf on cflib, that requires another udf to function? kinda weird maybe? maybe not? getDayLightSavingTimeStart() requires GetNthOccOfDayInMonth() to work. just wondering. thanks. tony weeg sr. web applications architect navtrak, inc. [EMAIL

RE: getting image info with CF

2003-09-10 Thread Mike Townend
If you are using MX then this code should work... function getImageDimensions(sFile) { var strRtn = StructNew(); var oImage = createObject(java,javax.swing.ImageIcon).init(sFile); strRtn.Width = oImage.getIconWidth(); strRtn.Height =

RE: cflib.org and dependent functions

2003-09-10 Thread Tony Weeg
nevermind, from udf browser it doesn't tell you of the dependency, but I see from the cflib.org page, that it tells you :) thanks tony tony weeg sr. web applications architect navtrak, inc. [EMAIL PROTECTED] www.navtrak.net office 410.548.2337 fax 410.860.2337 -Original Message- From:

Re: Macromedia Folks - Upgrades to MX2004?

2003-09-10 Thread Christian Cantrell
Dave, You need to contact your sales rep. The fact that you own a subscription to Studio means you are a part of the MVLP program, and that you have a dedicated sales rep. He or she will be able to give you specific pricing information. Christian On Wednesday, September 10, 2003, at 09:21

Re: getting image info with CF

2003-09-10 Thread Massimo Foti
Is there any way to get the width and height information of an image file with Coldfusion? If you use CF 6.1 you can try this: http://www.cfmentor.com/code/index.cfm?action=zippedid=50 Massimo Foti Certified Dreamweaver MX Developer Certified Advanced ColdFusion

RE: CFHTTP with CFMX

2003-09-10 Thread Ryan Kime
CFDUMP var=#Quotes# Try cfdump var=#CFHTTP.FileContent# instead? -Original Message- From: Bosky, Dave [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 10, 2003 10:40 AM To: CF-Talk Subject: CFHTTP with CFMX I'm simply trying to grab a stock page from yahoo but it never returns

RE: cflib.org and dependent functions

2003-09-10 Thread Raymond Camden
Tony, thanks for catching that. I'll see if I can get a fix for that some day. As it stands, I'm hoping to switch to a nice Flash browser instead. === Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc

RE: cflib.org and dependent functions

2003-09-10 Thread Raymond Camden
In general, we tend to shy away from UDFs that rely on others. Every now and then we make exceptions though. Not that it's bad for UDF a to depend on UDF b, but for the site itself, we prefer things to be more self-contained.

RE: Running Batch Script

2003-09-10 Thread Shahzad.Butt
Fixed Thanks dave D: CD\ cd ABCD cd EFGH psexec \\ WLBS stop Should be in batch script and cfexecute name=D:\WWWRoot\JJCServices\StopLoadBalancing.bat/cfexecute should be withing CFExecute It works Thanks Shaz -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]

Gzipping cold fusion pages on IIS 5.0

2003-09-10 Thread Scott Ashman
Anyone know of a good product / method that can incorporate the gzipping of files with cold fusion output? IIS 5.0 has compression ability but it seems to really only be useful with static pages. I've seen a couple of $1k+ solutions, but would rather have a cheaper solution. Thanks. ---

RE: cflib.org and dependent functions

2003-09-10 Thread Tony Weeg
cool. np. btw, using this code below 2007 gives wrong info. need to fix that I think. people may use and think its right, when really its wrong...just another fyi on a fgw!!! later -clip--- cfscript /** * Returns the day of the month(1-31) of an Nth Occurrence of a day

RE: SQL Query Help (I'm stuck again)

2003-09-10 Thread grovem
Ok, hopefully this is my last question regarding this After doing some testing, the query seems to pull the data I am looking for. The next thing I want to do is, make this query change the status of its results from ACTIVE to CLOSED. Using the statement below, it is closing all of the

Re: Running Batch Script

2003-09-10 Thread David Delbridge
Hi Shahzad, I'm sorry that I didn't see your post sooner -- we use PSEXEC in this manner frequently. The only thing I would add that might be helpful to you is that you might be able to elliminate the batch script altogether: cfexecute name=psexec.exe arguments=\\#Server# WLBS stop

Re: Paging Principals

2003-09-10 Thread jon hall
Since most people are not going to browse through all 100 pages of records, pulling a 1000 records for everyone, has some obvious inefficiencies. I'd go for individual queries on each page, but take the 8 join query out of CF, and make it a view. The view will help lessen the impact of that

DWMX 2004 Impressions

2003-09-10 Thread Stacy Young
I have to be honest, I'm using the trial here and I just don't see a whole lot for coding developers. Not to mention the buggy panel/screen refreshing . My only motivation to buying this would be the hope of less crashes than the original MX version...and maybe the fact u get an updated

Re: Devnet Subscription Value

2003-09-10 Thread John Paul Ashenfelter
When I ran a small consultancy, I used to be in the partner program which let me get a copy of ColdFusion, JRun, etc for development/demo purposes for something like $800. The preimer version of the partner program also threw in the licenses for the studio tools for like $2500. I used the partner

RE: Gzipping cold fusion pages on IIS 5.0

2003-09-10 Thread Ben Doom
I believe that gzip uses the standard zip archetecture, so you ought to be able to use a standard zip package like cfx_zip. Of course, I may be totally off base with this one. :-\ -- Ben Doom Programmer General Lackey Moonbow Software, Inc : -Original Message- : From: Scott

RE: MAC Linux laptops (was about blue dragon.)

2003-09-10 Thread Barney Boisvert
Matt's answer was dead on, but probably not what you were looking for. X11 is the underlying system that drives the GUI of pretty much all *nix applications that use a windowing environment, including the various desktop environments (like KDE and GNOME). With X11 support on the Mac, combined

jessionid is undefined?

2003-09-10 Thread Tim Do
I'm trying to the jsessionid as a client variable. I noticed that even though I see the jsessionid in the url... I get a Variable JSESSIONID is undefined. error when I set the client variable. Any ideas? (This only happens on certain computers) Thanks, Tim

RE: Gzipping cold fusion pages on IIS 5.0

2003-09-10 Thread Matt Robertson
How does free sound? You want the tag cf_gzippage and cfx_gzip. You will have to search for each term in the devex to find them both. I've used them for quite awhile. They work great. -Original Message- From: Scott Ashman [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 10, 2003

RE: Gzipping cold fusion pages on IIS 5.0

2003-09-10 Thread Bryan F. Hogan
This may be a stupid question, but what is gzipping good for? I'm not being rude, I just don't know. :) -Original Message- From: Matt Robertson [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 10, 2003 1:22 PM To: CF-Talk Subject: RE: Gzipping cold fusion pages on IIS 5.0 How does

RE: jessionid is undefined?

2003-09-10 Thread Barney Boisvert
jsessionid is passed around with the client, but you access it via 'session.sessionid' from within your CF code. CF hides the fact that it's using the underlying J2EE session mechanism from you. barneyb --- Barney Boisvert, Senior Development Engineer AudienceCentral [EMAIL PROTECTED] voice :

Re: Gzipping cold fusion pages on IIS 5.0

2003-09-10 Thread Scott Ashman
Certain browsers (ie 5+) can automatically ungzip documents retreived from a server and display them as they would an HTML document or image. By gzipping documents before they served you can save substantial bandwidth. I run a rather text heavy site 1.8 m/sec that's chewing up a t1+. I'm pretty

Command Line From CF?

2003-09-10 Thread Hawkes, Keith A CIV
After searching the web and CF archives ad nauseum, here's my simple but unanswered question: Can I run a .cmd file using CF? I have a file that will run a sql DTS in a file called hrmd.cmd and I want a CF page to invoke it. Thanks, Keith Hawkes Database Administrator/Naval Hospital

RE: Gzipping cold fusion pages on IIS 5.0

2003-09-10 Thread Bryan F. Hogan
Cool, thanks. -Original Message- From: Scott Ashman [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 10, 2003 1:42 PM To: CF-Talk Subject: Re: Gzipping cold fusion pages on IIS 5.0 Certain browsers (ie 5+) can automatically ungzip documents retreived from a server and display them

RE: Command Line From CF?

2003-09-10 Thread Dave Watts
After searching the web and CF archives ad nauseum, here's my simple but unanswered question: Can I run a .cmd file using CF? Yes, you can, using the CFEXECUTE tag, although it may seem to be more difficult than it should. I have a file that will run a sql DTS in a file called hrmd.cmd

RE: Gzipping cold fusion pages on IIS 5.0

2003-09-10 Thread Matt Robertson
Bryan wrote: what is gzipping good for? Bandwidth savings. On your server, before X kilobytes of html is shot down the pipe to the client, it is gzip-compressed. Browsers received this 'zipped' file and natively know how to decompress it. 100k of html becomes as little as 15-20k during

Re: Running Batch Script

2003-09-10 Thread lmarcus
I used to run VB programs which ran batch files. I used NT scheduler but it wasnt too reliable. This was 2 years ago so I did run a cf execute custom tag. Not the one you are using. Their are alternatives. If you want to schedule it CF's scheduler wasnt very helpful either. L Marcus

Re: Running Batch Script

2003-09-10 Thread lmarcus
WHat I wonder is that the name fo the program is not in the name? am I missing something here? L Marcus Original message Date: Wed, 10 Sep 2003 15:26:04 +0100 From: Shahzad.Butt [EMAIL PROTECTED] Subject: Running Batch Script To: CF-Talk [EMAIL PROTECTED] I want to stop a

RE: Paging Principals

2003-09-10 Thread Mark Stewart
You need to be careful with this scenario because it may not be more efficient, it depends upon your database schema. I tried this on an application we were doing and our situation was that it was possible to bring back 200 - 300k records (not likely, but possible). Our database was created in

RE: What's the matter here? RSS feed error

2003-09-10 Thread Dave Watts
Thanks for your suggestion, Dave. I ran the following: cfhttp url=http://cybergrass.com/newsrss10.php; method=get/cfhttp cfdump var=#cfhttp.filecontent# And the file doesn't end properly. The last few characters of the CFDUMP look like this: [quote]

RE: Gzipping cold fusion pages on IIS 5.0

2003-09-10 Thread Bryan F. Hogan
How about shtml files? Will it compress those the same as it would HTML files? Even if the shtml files use ssi includes? -Original Message- From: Matt Robertson [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 10, 2003 1:48 PM To: CF-Talk Subject: RE: Gzipping cold fusion pages on IIS

Re: Command Line From CF?

2003-09-10 Thread jon hall
Use cfexecute to run command.com /c hrmc.cmd. -- jon mailto:[EMAIL PROTECTED] Wednesday, September 10, 2003, 2:39:40 PM, you wrote: HKAC After searching the web and CF archives ad nauseum, here's my simple but HKAC unanswered question: Can I run a .cmd file using CF? I have a file that HKAC

RE: Gzipping cold fusion pages on IIS 5.0

2003-09-10 Thread Matt Robertson
Bryan: Whatever html is fed to the client browser is what gets compressed. .shtml files won't work with the CF-based solution unless you do some tinkering under the server's hood, but I'm sure something will. Scott: if you decide to you'll save a lot more than 50%. I just tested that 109k

RE: Paging Principals

2003-09-10 Thread Andre Turrettini
My understanding of a view is that it is recreated when you run your query. At least in Oracle it does the joins under the hood at the time you request your data. Thus, there should be no performance gains there. DRE -Original Message- From: Mark Stewart [mailto:[EMAIL PROTECTED] Sent:

Change NT password

2003-09-10 Thread Jim McAtee
Does anyone have a means of allowing an NT4 (or Win2k AD) domain user to change his password from a ColdFusion (CF5 on IIS5) app? The following explains how to do it using ASP, but we don't want to run ASP on the server: http://support.microsoft.com/?id=331834 Thanks, Jim

RE: What's the matter here? RSS feed error

2003-09-10 Thread Mike Kear
AH!!! So it could be a CFMX6.0 bug! We're upgrading to 6.1 in the next couple of weeks, so I might just put that page in the under construction bin till then and see if the problem goes away all by itself. Thanks Dave. Cheers, Michael Kear Windsor, NSW, Australia AFP Webworks.

js question

2003-09-10 Thread John McCosker
Hi, I You can dynamically create tr and td elements on the fly, like, var newRow=cell_root_table.insertRow(0) then add attributes like, newRow.vAlign='top' then to add a cell, var newCell=newRow.insertCell(0) but I can't seem to add event handlers on the fly, like

Re: Devnet Subscription Value

2003-09-10 Thread mylistaddress
John Paul wrote: If you're a solo developer, I'd go DevNet -- but factor in that it's a *recurring* cost of $1299 for renewals vs whatever you'd spend on the individual upgrades during that year of subscription time. *** So to be clear, this time it will be $599 US for my *one-time* upgrade, but

Here is a weird one: Timed out trying to establish connection

2003-09-10 Thread Bryan F. Hogan
Timed out trying to establish connection is occurring _only_ on MS Access databases. These are internal sites, so I know that only 1 person is trying to access them, so it can't be a crash, could it? Any ideas? ~| Archives:

OT: recommendation of web site(s) for selling/auctioning apps/scripts etc.

2003-09-10 Thread LI, Chunshen \(Don\)
Hi, Sorry this is an OT but I guess some of you could probably provide some lead/pointer to the question in the subject line. Thanks. ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription:

RE: js question

2003-09-10 Thread Ian Skinner
try this newCell.onMouseMove= new function('doThis()') HTH -- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA -Original Message- From: John McCosker [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 10, 2003 11:10 AM To: CF-Talk Subject: js

RE: js question

2003-09-10 Thread Douglas.Knudsen
to add new functions on the fly use this format obj.event = function() {foo(goo)}; for example: v.onblur=function() {checkBool(this)}; and in your case newCell.onMouseMove=function() {doThis()}; should work. Note that 'function()' above is not a specific function, this is the command syntax.

  1   2   3   >