RE: textarea line numbering

2003-03-19 Thread Joshua Miller
If you want to rely on JavaScript you could also put the line numbers in another dropdown box and when you scroll one box they both scroll at the same rate. If you add a new line you could automatically add another line to the line-number box. I'm sure you could do some tweaking to hide the scrollb

RE: textarea line numbering

2003-03-19 Thread Joshua Miller
Yeah, that chokes even in their example. The empty line at the end has no number, nor does the last closing }. It ends at 17 even though there are truly 19 lines in the code - and that's in IE on Windows. Joshua Miller Head Programmer / IT Manager Garrison Enterprises Inc. www.garrisonenterprises.

RE: textarea line numbering

2003-03-19 Thread Matthew Walker
Here, very roughly mocked up, is the point. http://www.electricsheep.co.nz/lab/css.html -Original Message- From: Buckland, Ramon [mailto:[EMAIL PROTECTED] Sent: Thursday, 20 March 2003 5:26 p.m. To: CF-Talk Subject: RE: textarea line numbering Few bugs in that + line numbers > 100

Re: Anybody have Discovering CFCs by Hal Helms?

2003-03-19 Thread Sean A Corfield
On Wednesday, Mar 19, 2003, at 15:18 US/Pacific, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: > A point that Hal Helms brought out in this book on page 153 in > paragraph 345 has to do with a CFC bug that prevents output from a CFC > method in a shared scope variable when you call the method more

Re: Context root issues - an informal poll

2003-03-19 Thread Sean A Corfield
On Wednesday, Mar 19, 2003, at 09:29 US/Pacific, Christian Cantrell wrote: > I'm wondering how many of you use CFMX with JRun (or another J2EE > server) and use a context root other than "/". In other words, how > many of you have to use /cfusion or /cfmx to access your ColdFusion > pages? I'm w

Re: bug (maybe) with evaluate() and CFMX

2003-03-19 Thread Sean A Corfield
On Wednesday, Mar 19, 2003, at 14:22 US/Pacific, Buckland, Ramon wrote: > This works in CF4.5 but not in CFMX. > (Can't test for CF5) > > evaulate only takes one 'expression'. My understanding is that's intentional and it's what CF4.5 was supposed to do as well. The ';' trick is undocumented and

RE: textarea line numbering

2003-03-19 Thread Buckland, Ramon
Few bugs in that + line numbers > 100 + holding down enter key releasing doesn't update the numbers oh .. and it was only tested in IE, i'll check it later with others (NS, Moz, Galeon and Opera) In theory it is DOM compliant. so should be fine. but hey, you get the drift. > Wow! That's aw

RE: textarea line numbering

2003-03-19 Thread Matthew Walker
Wow! That's awesome! I can't believe it works so well! (Wait until I think of something a bit harder...) -Original Message- From: Buckland, Ramon [mailto:[EMAIL PROTECTED] Sent: Thursday, 20 March 2003 5:09 p.m. To: CF-Talk Subject: RE: textarea line numbering Ooh I love a challenge, :-)

RE: textarea line numbering

2003-03-19 Thread Buckland, Ramon
Ooh I love a challenge, :-) Here you go matthew line numbers next to a scrollable implemented client side using Javascript, onscroll, onkeyup and some mirrors. http://www.thebuckland.com/staging/line_numbers_for_textarea.html > -Original Message- > From: Matthew Walker [mailt

Re: CFMX Giving up in high strain conditions.

2003-03-19 Thread Sean
Ermm? eww. A gig of physical ram will always help, but a well coded high traffic site on IIS and win 2k with a high percentage of tra ffic opperating under ASP/CFML will run fine with 512. It won't be spectacular, but it'll run fine. A gig of ram to a static content site on apache? Somebody has not

RE: textarea line numbering

2003-03-19 Thread Matthew Walker
Yeah, ideally the numbers wouldn't be editable. Maybe I need to learn flash ;-) -Original Message- From: Joshua Miller [mailto:[EMAIL PROTECTED] Sent: Thursday, 20 March 2003 4:58 p.m. To: CF-Talk Subject: RE: textarea line numbering Just a thought ... You could treat the contents as a

RE: textarea line numbering

2003-03-19 Thread Joshua Miller
Just a thought ... You could treat the contents as a list delimited by a line break and prepend each list item with a sequential number. #numberformat(i,"00")# #ListItem##chr(10)##chr(13)# Joshua Miller Head Programmer / IT Manager Garrison Enterprises Inc. www.garrisonenterprises.net [EMA

Re: LodiAlice? (MM.com)

2003-03-19 Thread Christian Cantrell
On Wednesday, March 19, 2003, at 09:32 PM, <[EMAIL PROTECTED]> wrote: > Where do I do so? http://www.macromedia.com/bin/webfeedback.cgi We appreciate the feedback. Christian ~| Archives: http://www.houseoffusion.com/cf_lists/

Re: CFMX Giving up in high strain conditions.

2003-03-19 Thread Sean
Hi Zine, I presume your running under IIS? Are you running multiple site instances or one single 'site' under IIS? Regardless, consider setting 'High' - Isolated script processing. Frequently improves and restricts IIS ASP processes (The DLLHOST) consuming excess resources and handles issues r

RE: CFMX Giving up in high strain conditions.

2003-03-19 Thread Erik Yowell
Uh - first of all: Patch your servers! I hated that philosophy in corporate America and such. Sys Admins telling me they were "anti-patch" because of the existing code set; and they had to spend "time and effort" reverse engineering and testing it. Imagine their surprise with the first CodeRed/Ni

Re: CFMX Giving up in high strain conditions.

2003-03-19 Thread Christian Cantrell
On Wednesday, March 19, 2003, at 11:14 PM, Ezine wrote: > Hey > > This server is pre-updater 1. You're saying that you haven't installed any updaters at all? I think that needs to be the first thing you try. You can download the laster updater here: http://www.macromedia.com/software/coldfus

CFMX Giving up in high strain conditions.

2003-03-19 Thread Ezine
Hey This server is pre-updater 1. I'm having an issue with a pair of twin ColdFusionMX (Win2000 Server 500MB RAM, 800Mhz) servers, where CFMX seems to give up when it cannot muster enough system resources. then when the resources are available.. it is still down and the only way to fix it

Re: OO book

2003-03-19 Thread Sean
Having seen Branden Speak at MXDU in Sydney Australia not all that long back, I'd put down very large reccomendations for anything the guy touches. In a choir of evangelists, the guy is so 'The Voice' from dogma. - Original Message - From: "Jim Campbell" <[EMAIL PROTECTED]> To: "CF-Talk" <

RE: OO book

2003-03-19 Thread Clint Tredway
If you want on OO Flash book, get this one: http://www.amazon.com/exec/obidos/ASIN/0735711836/qid%3D1048132328/sr%3D11-1 /ref%3Dsr%5F11%5F1/104-6606213-6051900 This book is great. -Original Message- From: Yves Arsenault [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 8:53 PM To:

RE: 2 questions: hot keys and barcodes

2003-03-19 Thread Buckland, Ramon
> Two separate things...one, want to config a f key to open a > browser window. Antony answered this, Tried it. Worked with F8. :-) There are programs that do this job for _any_ application if you need to use an F key reserved by the OS or environment. Keyboard listeners/Program launchers.. goog

RE: OO book

2003-03-19 Thread Jim Campbell
Yves - I have the Advanced ActionScripting book from MM press - I had experience with earlier versions of Flash and was able to hop right in. I found it very helpful and easy to follow, with plenty of relevant examples. The source for everything comes on a pack-in CD-ROM, as well. I'd also reco

Re: OO book

2003-03-19 Thread Dave Carabetta
> Can anyone refer me to a good OO book? I've been reading Beginning Java Objects by Jacquie Barker from Wrox, and I can't understate how incredible this book has been as far as my understanding of OO, especially as it relates to Java. I should note that I say this from the point of view that I'm

Help Desk App?

2003-03-19 Thread Jeff Chastain
Does anybody have any recommendations for a help desk / ticketing application that is CF based? Free / open source is always nice, but if the feature set warrants it, a non-free solution is an option as well. Thanks -- Jeff ~|

textarea line numbering

2003-03-19 Thread Matthew Walker
I've been exploring the possibility of editing stylesheets online and I'm looking for a way to provide line numbering in a textarea window. Anybody seen anything like this? The best I can come up with is (instead of textarea) using a series of text fields one on top of another each with a number n

Re: 2 questions: hot keys and barcodes

2003-03-19 Thread Antony Sideropoulos
Hi Eric >Setup a key in Windows to goto a web address...anyone know how? If I understand correctly, you can try this: - Define a favorite for the web address - Right-click the favorite in the Favorites menu, and choose properties (If you can't do this, find your favorites folder via explorer

RE: 2 questions: hot keys and barcodes

2003-03-19 Thread webmaster
Two separate things...one, want to config a f key to open a browser window. Second, we have had no problems doing the barcoding...but question has been raised if we can scan a code, which triggers a javascript event, or the like... Regards, Eric J. Hoffman DataStream Connexion www.datastreamconn

Re: wow.

2003-03-19 Thread Sean
Being a free country, is not the same as being a free email list. Email lists are the property of their administrators, and despite any rights to freedom of speach, those 'rights' don't extend to somebody elses mailing list. Should houseoffusion or the appropriate representative have a problem wit

RE: wow.

2003-03-19 Thread Jim Davis
> -Original Message- > From: Dave Lyons [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 19, 2003 9:54 PM > To: CF-Talk > Subject: Re: wow. > > > bear in mind that this is a free country and I for 1 have > family there and I appreciate Tony's comments:) While this > isnt a "cf on top

wow.

2003-03-19 Thread Michael Dinowitz
I know that war news will be an important subject of debate but lets PLEASE keep it off of CF-Talk. There are at least two non-technical lists here where you can talk about it: CF-Community and CF-OT. Thank you for helping to keep this list on topic in this trying time. ~~

RE: wow.

2003-03-19 Thread Russ
Can we all bear in mind that this *isn't* a free list and that all of this is OT--and while worldly relevant, there are many, many other places that the discussions of war and politics are a lot more relevant. That'd really be helpful and would really prevent a lot of unnecessary noise. Call it c

Re: CFMX Updater 3 Released

2003-03-19 Thread jonhall
Some comments from our Sysadmin(hope he doesn't mind )who was going to get the updater and install it because I hadn't downloaded it yet...not a developer, but very sharp. We are about to start on our first real MX project, so there is a new machine to be installed tonight too. He also had not been

OT: OO book

2003-03-19 Thread Yves Arsenault
Hello, Can anyone refer me to a good OO book? I recently bought the macromedia press book "Training from the source", I'm a flash beginner. I may purchase the more advanced actionscripting book after i finish this one. Has anyone read these books? I would like to deapen my app dev skills and sin

Re: wow.

2003-03-19 Thread Dave Lyons
bear in mind that this is a free country and I for 1 have family there and I appreciate Tony's comments:) While this isnt a "cf on topic" discussion, there are bigger things in this world then being a cf programming. And a show of support is always welcome in my book, if you dont like it then dont

RE: 2 questions: hot keys and barcodes

2003-03-19 Thread Buckland, Ramon
What kind of commands do you wish to 'force' ? A barcode scanner just acts as a keybord device (depending on what type you get) so if the barcode (depending on the encoding of course) has some 'commands' you want to send to the browser then ... yes it can be done. > -Original Message- >

RE: wow.

2003-03-19 Thread Matthew Walker
Bear in mind that some people on this list may have very different opinions from you. Let's please respect that by not discussing it here. -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Thursday, 20 March 2003 2:36 p.m. To: CF-Talk Subject: wow. well everyone... it

Re: wow.

2003-03-19 Thread Yves Arsenault
Has it? I see something on NBC... I hope there are not many civilian casualties. Yves - Original Message - From: "Tony Weeg" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, March 19, 2003 10:36 PM Subject: wow. > well everyone... > > it seems as though its starti

2 questions: hot keys and barcodes

2003-03-19 Thread webmaster
Quick check if anyone knows much about the following: Setup a key in Windows to goto a web address...anyone know how? Second, anyone with experience using barcodes in an intranet inventory app...have a question about whether I can force a few commands via barcodes scanned that hold that code...or

wow.

2003-03-19 Thread Tony Weeg
well everyone... it seems as though its starting...lets hope we dont make too many mistakes...that this is quick, and the people of iraq, enjoy a free life... like they deserve. may someone bless us all wow. tony tony weeg [EMAIL PROTECTED] www.revolutionwebdesign.com rEvOlUtIoN wEb DeSiG

RE: LodiAlice? (MM.com)

2003-03-19 Thread webmaster
Where do I do so? Thanks! Regards, Eric J. Hoffman DataStream Connexion www.datastreamconnexion.com -Original Message- From: Paul Kenney [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 8:24 PM To: CF-Talk Subject: RE: LodiAlice? (MM.com) I saw it once a couple of days ag

RE: cfapplication and cookies

2003-03-19 Thread Greg McDaniel
I do want to use cookies, but I don't want them written to the hard drive, it should be in memory only. I had found a snippet somewhere that said if you did not set the cookie with an expiration time the cookie would disappear when the browser was closed. Something like this: Does it really wor

RE: LodiAlice? (MM.com)

2003-03-19 Thread Paul Kenney
I saw it once a couple of days ago. Not since. It looks like session scopes are not being locked properly. Have you reported the bug? Paul Kenney [EMAIL PROTECTED] > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 19, 2003 5:50 PM > To:

CFChart Madness (Two At A Time?)

2003-03-19 Thread Jay Jennings
I'm seeing something weird when using CFCHART -- I found it while doing some rough benchmarking. Here's the scoop: I ran 5 browsers at once hitting a test page that looped 100 times and asked for a different chart each time through the loop. The test page invokes a CFC (it's local, not over the

Re: cfqueryparam and dates

2003-03-19 Thread Cedric Villat
I've tried that as well as with the sqltype with CF_SQL_TIMESTAMP and wrap it in CreateODBCDateTime. Any other ideas? This seems to happen on CF5 but not with CFMX. Cedric >How about value="#CreateODBCDateTime(f_date)#"> ? > >-Original Message- >From: Cedric Villat [mailto:[EMAIL PROT

LodiAlice? (MM.com)

2003-03-19 Thread webmaster
Another hitch in MM.com? The site was calling me an Alice, which at first peeved me, but then realized it was a part of a greater issue...it says, "Welcome LodiAlice" at top of the devex...when I finally clicked Your Account, it brought me to a screen with an attbi.com email address of which I hav

RE: cfqueryparam and dates

2003-03-19 Thread Matthew Walker
How about ? -Original Message- From: Cedric Villat [mailto:[EMAIL PROTECTED] Sent: Thursday, 20 March 2003 1:31 p.m. To: CF-Talk Subject: cfqueryparam and dates Any idea why this line of code would work: dateCreated >= #CreateODBCDateTime(f_date)# Yes this one won't? dateCreated >=

cfqueryparam and dates

2003-03-19 Thread Cedric Villat
Any idea why this line of code would work: dateCreated >= #CreateODBCDateTime(f_date)# Yes this one won't? dateCreated >= This is just part of my query. But when I run the second line, with cfqueryparam I get the following error: Error Occurred While Processing Request Error Diagnostic Inform

Re: Updater3 breaks Studio odbc?

2003-03-19 Thread jonhall
Still works for me... -- mailto:[EMAIL PROTECTED] Wednesday, March 19, 2003, 7:29:25 PM, you wrote: MR> Just installed updater 3. Seems to work fine except now CF Studio's database tab can't connect to my localhost server, which it had no problem doing before. MR> I get the dreaded "the conne

RE: CFMX Updater 3 Released

2003-03-19 Thread Barney Boisvert
If she's like me, it's because she has *nix server(s) and didn't install the GUI, because `lynx` from the command line has always been perfectly adequate for getting updates for everything. barneyb > -Original Message- > From: Michael Kear [mailto:[EMAIL PROTECTED] > Sent: Wednesday, Marc

Re: CFMX Updater 3 Released

2003-03-19 Thread jonhall
Resolving host name ftp.macromedia.com... Connecting to (ftp.macromedia.com). Connected to (ftp02.macromedia.com) -> IP: no.you.cant.have.my.ip PORT: 21. Socket connected waiting for login sequence. 220 ftp02 FTP server (Version wu-2.4.2-academ[BETA-16](1) Tue Mar 31 22:12:17 PST 1

Anybody have Discovering CFCs by Hal Helms?

2003-03-19 Thread npetersn
I just finished reading this book today, and for me it was exactly what I needed to answer alot of my questions regarding CFC's and basic OO concepts, as well as starting me on the path of creating CFC based applications. A point that Hal Helms brought out in this book on page 153 in paragraph 3

RE: CFMX Updater 3 Released

2003-03-19 Thread Michael Kear
I'm assuming there's a reason Erika doesn't want to install flash, not just that "I don't like flash!". So I'm prepared to make the updater available to her from my web site. Erika, please email me and I'll let you know where you can get it, since getting it from MM without installing flash is di

RE: Free SQL Server

2003-03-19 Thread Costas Piliotis
I tried to read that thread... It was real long... My bad... The licence is for the database server, not the tools from what I understand... I've never seen a licence agreement from Microsoft for the sql server database tools... Here's now I look at it. I buy CAL's for XP. I don't get media

Updater3 breaks Studio odbc?

2003-03-19 Thread Matt Robertson
Just installed updater 3. Seems to work fine except now CF Studio's database tab can't connect to my localhost server, which it had no problem doing before. I get the dreaded "the connection to the server could not be established". Tried using 127.0.0.1 and the machine's internal network IP in

FYI: ColdFusion MX Updater 3 released

2003-03-19 Thread Tilbrook, Peter
The good people at MM have released the latest CFMX Updater. Full detail here: http://www.macromedia.com/software/coldfusion/special/updater/faq/ Cheers! == Peter Tilbrook Internet Applications Developer Australian Building Codes Board GPO Box 9839 CANBERRA ACT 2601 AUSTRALIA WWW: http://

RE: CFMX Updater 3 Released

2003-03-19 Thread Barney Boisvert
That'll let you access the rest of the site without flash, but not the download page. just get a redirect to the 'flash_app_requirements.html', which says you have to have JS1.2 and Flash 6.0.65.0+. Tons of fun for servers without a GUI to install flash into. Anyone from MM have a suggestion? b

Oracle JDBC error

2003-03-19 Thread Scott Mulholland
[Macromedia][Oracle JDBC Driver]No more data available to read. Anyone know why this happens sporadically? Refreshing said page causes it to execute with no issue after this error appears. Using MX on a win2K. Thanks, Scott ~~

RE: CFMX Updater 3 Released

2003-03-19 Thread Dave Carabetta
>Yeah, but apparently ... And please tell me I'm wrong ... You can't >download it unless you have Flash installed and running ... However, on >my server ... I am NOT installing the latest Flash player and I just >want to use the HTML version of the page > >So if someone could guide me to a dow

Re: [OT] RE: Free SQL Server

2003-03-19 Thread Bryan Stevenson
And Dave Watts wins the list line of the day: "They could decide tomorrow that any new SQL Server licensee would have to fly to Redmond and plant a wet one on Bill G's flabby ass." LOL Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920

RE: [OT] RE: Free SQL Server

2003-03-19 Thread Joshua Miller
You used to be able to get the SQL Server 2000 Evaluation Edition until SQL Slammer - now they've taken it offline since it can't accept SP3. Once they put it back up (they should soon) then you can get the eval version which is good for 120 days, is fully functional and includes Enterprise Manager

RE: RE: Anybody have Discovering CFCs by Hal Helms?

2003-03-19 Thread Mike Brunt
I agree with John this is a good book for easing procedural programming thinking into OO concepts. As far as CFC's go I have not seen anything better than this book for that. Hal comes up with some work-arounds where CFC's currently lack. Kind Regards - Mike Brunt Original Message ---

RE: [OT] RE: Free SQL Server

2003-03-19 Thread Turetsky, Seth
where's the unsubscribe link :) -Original Message- From: Jim Campbell [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 5:56 PM To: CF-Talk Subject: RE: [OT] RE: Free SQL Server Flabby ass? He looks like he's in pretty good shape for 50-something. Now, Ballmer on the other hand

RE: [OT] RE: Free SQL Server

2003-03-19 Thread Jim Campbell
Flabby ass? He looks like he's in pretty good shape for 50-something. Now, Ballmer on the other hand... Anyway, I'll DEFINITELY be carefully reading the EULA on the next version of SQL Server I install. - Jim -Original Message- From: Mosh Teitelbaum [mailto:[EMAIL PROTECTED] Sent: Wedn

RE: CFMX Updater 3 Released

2003-03-19 Thread Erika L. Walker-Arnold
Yeah, but apparently ... And please tell me I'm wrong ... You can't download it unless you have Flash installed and running ... However, on my server ... I am NOT installing the latest Flash player and I just want to use the HTML version of the page So if someone could guide me to a dowload l

RE: [OT] RE: Free SQL Server

2003-03-19 Thread Mosh Teitelbaum
Dave Watts wrote: > They could decide tomorrow that any new SQL Server licensee would have > to fly to Redmond and plant a wet one on Bill G's flabby ass, Maybe you should have ROT13-ed that one. Bleh. 8^) -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTE

RE: [OT] RE: Free SQL Server

2003-03-19 Thread Dave Watts
> I do not see anything wrong with d/l any software off > #favorite.p2p# to learn with. > > Not that I am defending piracy... Well, yes, you are. You may feel that piracy is ok, though - that's a valid viewpoint - or you may feel that it's a very petty crime. But you are certainly defending it.

RE: Context root issues - an informal poll

2003-03-19 Thread Benoit Hediard
Hi Christian, We currently use CFMX for J2EE with Jrun on developer machines and standalone CFMX on dev/prod server. As we only have one big app per server, there is no need for a context root, so we use the "/" context root on a "cfmx" Jrun Server instance (set as a Windows Service in order to g

RE: Anybody have Discovering CFCs by Hal Helms?

2003-03-19 Thread John Quarto-vonTivadar
It does not cover application frameworks, only CFCs themselves. It does not assume any OO knowledge at all. In fact, it's a pretty darn good intro to the subject, since CFCs are OO-like rather than true OO, so Helms just covers the important concepts you'll have to learn in any OO language It doe

bug (maybe) with evaluate() and CFMX

2003-03-19 Thread Buckland, Ramon
This works in CF4.5 but not in CFMX. (Can't test for CF5) evaulate only takes one 'expression'. You can't combine multiple expressions seperated by ; in one evaluate. It errors in the evaulation (not 'at' the evaluation) stating that it was not expecting the semicolon. This is different to

RE: Template: C:\INETPUB\WWWROOT\cfide\main\ide.cfm, Ran: 3265 se conds.

2003-03-19 Thread Antony Sideropoulos
Thanks for the tips - no doubt that second one would have had me scratching my head for a while... >From: Dave Watts <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: CF-Talk <[EMAIL PROTECTED]> >Subject: RE: Template: C:\INETPUB\WWWROOT\cfide\main\ide.cfm, Ran: 3265 se >conds. >Date: Wed,

RE: [OT] RE: Free SQL Server

2003-03-19 Thread Mosh Teitelbaum
I believe the exact quote was "Besides grokster, I know of no way of getting SQL Server 2000 for free." I think the leap from Grokster, et al to software piracy was just a knee-jerk reaction. Whenever you hear about P2P in the mainstream news today it's associated with piracy (music, software, wh

CFMX Updater 3 Released

2003-03-19 Thread Steven Erat
CFMX Updater 3 Released March 20, 2003 http://www.macromedia.com/software/coldfusion/special/updater/faq/ CFMX Updater3 Release Notes http://www.macromedia.com/support/coldfusion/releasenotes/mx/releasenotes_mx_updater.html ~| A

Re: Context root issues - an informal poll

2003-03-19 Thread Dave Carabetta
>I'm wondering how many of you use CFMX with JRun (or another J2EE >server) and use a context root other than "/". In other words, how >many of you have to use /cfusion or /cfmx to access your ColdFusion >pages? I'm wondering because this type of configuration can affect the >way sample applicati

Re: [OT] RE: Free SQL Server

2003-03-19 Thread Bryan Stevenson
Well Mike ya didn't really say anything but "grokster?" ;-) I certainly didn't take it as direction to go and get a pirated copy...but I guess war is just on the brain these days. *sigh* Hell...I didn't even know what you were taling about until Mosh stepped up and explainedthen he got single

RE: Template: C:\INETPUB\WWWROOT\cfide\main\ide.cfm, Ran: 3265 se conds.

2003-03-19 Thread Dave Watts
> I do use some RDS features - mostly using the database viewing > tools to help model queries. I would recommend that you not use RDS on a production server; you typically won't care about your development server's performance. > Thanks for the tip - I also received another suggestion > to set

Anybody have Discovering CFCs by Hal Helms?

2003-03-19 Thread Kevin Graeme
I saw this at Amazon and it looks interesting, but there's not a lot of information on it there. So here's some questions: Does it cover application frameworks? If so, does it adapt Fusebox, MVC or something else? Does it expect significant OO knowledge or does it do a good job of explaining basi

RE: [OT] RE: Free SQL Server

2003-03-19 Thread Haggerty, Mike
Could someone please take a minute to explain to me how my comment was interpreted as an invitation to pirate software? That's just about the opposite of what I was saying. M -Original Message- From: Jason Wagstaff [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 4:07 PM To: CF

Re: [OT] RE: Free SQL Server

2003-03-19 Thread jonhall
Not that I disagree totally, but Microsoft does sell MSDN subscriptions for ~$800, and it can be paid in installments. Pretty good deal for every piece of Microsoft software going all the way back to Windows 3.1. -- mailto:[EMAIL PROTECTED] Wednesday, March 19, 2003, 4:06:34 PM, you wrote: JW> "

OT: Run command to force download and save of Internet Explorer 5.5 instead of install only

2003-03-19 Thread Rick Faircloth
Hi, all Recently, someone gave me a command for use in the Start>Run dialogue to force the option of saving Internet Explorer instead of installing only. I know I saved the code, but can't find it now. I'm still having trouble with clients running IE 6.x, even with recent patches from MS, who ar

RE: Template: C:\INETPUB\WWWROOT\cfide\main\ide.cfm, Ran: 3265 seconds.

2003-03-19 Thread Antony Sideropoulos
Hi Paul It has only happened once so far - but the impact was terrible. CPU Utilisation was bursting from 85-100% for the duration (54 mins), rather than bursting from 5%-20% as it usually does. I do use some RDS features - mostly using the database viewing tools to help model queries. Thank

RE: [OT] RE: Free SQL Server

2003-03-19 Thread Josh Trefethen
I agree 100%...I love open source and feel that commercial software will suffer in the future if they don't change their ways... -- Josh Trefethen .:[ Exciteworks, Inc ]::[ http://exciteworks.com ]:. .::[ cf hosting on linux ]::[ consulting ]::[ expertise ]::. > -Original Message-

RE: [OT] RE: Free SQL Server

2003-03-19 Thread Mosh Teitelbaum
Wanna borrow my flame retardant suit? -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ > -Original Message- > From: Jason Wagstaff [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 19, 2003 4:07 PM > To: CF-Talk >

[OT] RE: Free SQL Server

2003-03-19 Thread Jason Wagstaff
"Robertson-Ravo, Neil (RX)" > Yep, just dont like to see people openly encouranging piracyno > offence > of course :-) > I do not see anything wrong with d/l any software off #favorite.p2p# to learn with. Not that I am defending piracy... But I believe Microsoft(companies in general) brings

Re: Free SQL Server

2003-03-19 Thread Bryan Stevenson
ROFLMFAO!! Cheers Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner www.macromedia.com --

RE: Free SQL Server

2003-03-19 Thread Mosh Teitelbaum
Perhaps, but I think the real question is "is MSDE available on Grokster?" /me dons flame retardant suit 8^) -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ > -Original Message- > From: Ryan Kime [mailto:[EMAIL P

RE: Free SQL Server

2003-03-19 Thread Ryan Kime
>>Have any of you ever considered MSDE? :) Too funny. Costas, read down the thread (or this email). This was the surrounding theme of the discussion and also how to get Enterprise Manager. I guess we're right back where we started. -Original Message- From: Costas Piliotis [mailto:[EMA

RE: Large Recordset Display Problem

2003-03-19 Thread Barney Boisvert
Actually, that's not the reason I did it that way (although you're logic probably more relevant). I do it that way because you have to declare functions with this two-step process. I've adopted it across my code for consistency's sake. For example, this won't work: you have to do this:

Re: Large Recordset Display Problem

2003-03-19 Thread admin
Thank you all very much for this great info. Now maybe I can get on with thos project and stop worrying about th eproblems in the world. - Original Message - From: "Mosh Teitelbaum" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, March 19, 2003 11:54 AM Subject: RE: L

RE: Free SQL Server

2003-03-19 Thread Matt Robertson
Costas innocently wrote: >Have any of you ever considered MSDE? A! --Matt-- ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_

RE: Free SQL Server

2003-03-19 Thread Costas Piliotis
Have any of you ever considered MSDE? It comes on the Office CD's and is free with your MS Office licence. -Original Message- From: Jerry Johnson [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 9:12 AM To: CF-Talk Subject: RE: Free SQL Server I don't like to see it either, bu

RE: Large Recordset Display Problem

2003-03-19 Thread Mosh Teitelbaum
My apologies... for locking reason's Barney's method is better: ... Make sure, if you're not using CFMX, that the CFSET statement is locked using CFLOCK. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW

RE: Large Recordset Display Problem

2003-03-19 Thread Mosh Teitelbaum
Couldn't be simpler... http://www.evoch.com/ > -Original Message- > From: admin [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 19, 2003 2:40 PM > To: CF-Talk > Subject: Re: Large Recordset Display Problem > > > Thanks all of you for the great info - now the for the stupid > q

RE: Large Recordset Display Problem

2003-03-19 Thread Barney Boisvert
... the cachedwithin attribute will cache the recordset in the server's query cache, as will the cachedafter attribute. barneyb > -Original Message- > From: admin [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 19, 2003 11:40 AM > To: CF-Talk > Subject: Re: Large Recordset

Re: Large Recordset Display Problem

2003-03-19 Thread admin
Thanks all of you for the great info - now the for the stupid question ! do I use cachedwithin to get the data stored as a session variable ? I guess the question really is how do I stick a query in to session vars tia Richard - Original Message - From: "Mosh Teitelbaum" <[EMAIL PROTECTE

RE: Large Recordset Display Problem

2003-03-19 Thread Mosh Teitelbaum
Richard: There are two steps involved in doing this, data retrieval and data display. On the retrieval side, as others have mentioned, you'd be well served caching the results of the query. If the query is user-specific, cache it in SESSION. If the query is not user-specific, you might try addi

RE: Large Recordset Display Problem

2003-03-19 Thread Barney Boisvert
You'd probably be better off storing the recordset in the current user's session, since they will undoubtedly user-specific. Then you can just do QofQs to get the partial display sets. Caching the query in the server's query cache could interfere with other cached queries, and might require a sin

RE: Large Recordset Display Problem

2003-03-19 Thread Jim Campbell
You could also put the entire result set into a group of blocks and let the user page through them using visibility parameters - then you wouldn't have to re-load the page. - Jim -Original Message- From: admin [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 12:36 PM To: CF-Talk

Re: Large Recordset Display Problem

2003-03-19 Thread Clint
Try caching the query. That will keep it from hitting the database again. Clint - Original Message - From: "admin" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, March 19, 2003 12:35 PM Subject: Large Recordset Display Problem > I have a query that returns the re

Large Recordset Display Problem

2003-03-19 Thread admin
I have a query that returns the results of a search. Potentially this could be a few hundred records. What I want to be able to do is execute the query once (as it's a slow query) but then only display a limited number of records per page (25 or so) and have some navigation to move thru the resu

WOT: Oracle Discoverer

2003-03-19 Thread Casey C Cook
Hello all - Does anyone use the Oracle Discoverer tool, Im new to the tool and would like to know if this forum can be used on occassion to ask questions. I have subscribed to the oracle technical network forum on Discoverer, but no one seems to reply there. Does anyone know a better forum o

cfcommunity

2003-03-19 Thread Kris Pilles
I am tryin gto subswcribe to cf-community... if you are out there Mike can you add me?? Thanks KP Kris Pilles Website Manager Western Suffolk BOCES 507 Deer Park Rd., Building C Phone: 631-549-4900 x 267 E-mail: [EMAIL PROTECTED]

  1   2   >