RE: MX Server wont start

2003-02-06 Thread Robertson-Ravo, Neil (RX)
I haven't checked the links out as of yet but I am sure that this could be the way it needs to depend on the W3SVC. You need to make a registry change and all will be fine! N -Original Message- From: Joel Nath [mailto:[EMAIL PROTECTED]] Sent: 06 February 2003 01:21 To: CF-Talk Subject:

Re: SQL sub sort

2003-02-06 Thread Jochem van Dieten
Ryan Sabir wrote: I have a database that looks something like this: Record ID YEARName 1 2001Some name1 2 2001Some name2 3 2002Some name3 4 2002Some name4 5 2002Some name5 6 2002Some

OT: validate XHTML on a non-public site

2003-02-06 Thread Hugo Ahlenius
Ladies Gentlemen, I am working on an administration section of a site, and I am trying to make it XHTML 1.0 Strict (for the first time), and I want all code to be validated as good. Access to the site is restricted through a login, and session variables. This means I can't just use a simple

Re: OT: validate XHTML on a non-public site

2003-02-06 Thread Jochem van Dieten
Hugo Ahlenius wrote: I am working on an administration section of a site, and I am trying to make it XHTML 1.0 Strict (for the first time), and I want all code to be validated as good. Access to the site is restricted through a login, and session variables. This means I can't just use a

RE: Simple Query Help

2003-02-06 Thread Kennerly, Rick H CIV
You're one fine CF man. Thanks. Rick -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 05 February, 2003 10:45 To: CF-Talk Subject: Re: Simple Query Help cfquery name=Q_Month datasource=command_calendar SELECT Title, Details,

RE: validate XHTML on a non-public site

2003-02-06 Thread Sandy Clark
CSE HTML Validator. http://www.htmlvalidator.com/ -Original Message- From: Hugo Ahlenius [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 06, 2003 6:01 AM To: CF-Talk Subject: OT: validate XHTML on a non-public site Ladies Gentlemen, I am working on an administration section of a

Re: who on here did the death clock?

2003-02-06 Thread Jeffry Houser
Ray Camden did it I thought. At 12:56 AM 2/6/2003 -0500, you wrote: i know someone here did the death clock anyone know who it is? Dave -- .::. - ~| Archives:

Re: who on here did the death clock?

2003-02-06 Thread Critz
oi Dave!! ha. they must get their ideas from same place, because radio station in Raleigh was going on about it this morning as well. Critz Thursday, February 6, 2003, 1:18:10 AM, you wrote: DL awee, that's right, I knew I had seen it somewhere. DL

Re: who on here did the death clock?

2003-02-06 Thread Dave Lyons
lol, guess its the competition thing! like when you hear a song on one station then switch to another 5 minutes later and its on and its always some really off the wall song. makes u scratch your nads and wonder if competition really exists! haha ok, no sleep hasn't made me any funnier today

yet another locking ?

2003-02-06 Thread Dave Lyons
im a bit confused and after scouring through the archives and all my emails and the MM boards, I am left a bit confused. I'm running cfmx and I have seen that some people say that with cfmx that you don't need to lock your sessions at all and some say you need to lock everything. most of my

Copying Structure? Reference/Value

2003-02-06 Thread Tangorre, Michael
can someone help me to understand the following: cfscript temp = StructNew(); /cfscript cfset newtemp = temp cfset temp.value = Hello cfset temp = 45 cfoutput #newtemp.value# #temp# /cfoutput according to some cfmx exam study questions, the output would read Hello 45 (without the

Re: yet another locking ?

2003-02-06 Thread Stephen Moretti
Dave, With CFMX you do not need to use CFLOCK on shared scope variables (session, application, server) UNLESS there is a chance of a race condition occurring. See http://users.evitech.fi/~tk/rtp/parallel-programming-theory.html#race_condit ion for a brief description of race conditions. Regards

RE: yet another locking ?

2003-02-06 Thread Tony Weeg
but when isnt there a chance of a race condition occuring. to me, on any HA site, you might have the opportunity for a race condition occuring. things with computers, as I have learned over the years, are cut and dry 1's and 0', why can no one give us a definitive answer on locking shared scope

RE: CFHTTP Connection Failure with MX

2003-02-06 Thread Houk, Gary
No, qualifying with charset didn't help. I can GET other pages from our internal servers, and from our extranet servers located outside of the building, but nothing from the WWW. I have the proxy and proxyport info listed. It works great on the cf5 server but not on the mx server. - Gary

Re: who on here did the death clock?

2003-02-06 Thread Jeffry Houser
Off topic here, but Clear Channel owns a significant portion of the radio stations... Payola does exist. Most playlists are piped in (I'm not sure how) to computers which play them. The DJs have no control. I've heard that the three biggest radio stations in Connecticut are three

RE: Copying Structure? Reference/Value

2003-02-06 Thread Robertson-Ravo, Neil (RX)
OK, here goes and yes it is to do with pointers/references AFAIK. temp = StructNew(); This creates a new empty structure named Temp cfset newtemp = temp This creates a new variable names newtemp which is a pointer to the original structure cfset temp.value = Hello This creates a new key

RE: who on here did the death clock?

2003-02-06 Thread Scott Wilhelm
Off topic I used to work for a radio station, and the way the DJ's normally get their playlists is through a consultant. The consultant makes a list of songs in 3 groups; high medium, or low rotation (they are termed differently consultant to consultant, but you get the idea). From there,

Re: who on here did the death clock?

2003-02-06 Thread Dave Lyons
true clearchannel the M$ of radio but this was kinda one of those, and i was just surfing and i found this really disturbing site, deals who knows but then again they are the only ones I know of that have the thong of the day www.foxrocks.com (tony dont get caught!) Dave -- .::.

RE: who on here did the death clock?

2003-02-06 Thread Robert Bailey
I used to help out with a few radio stations in West Palm beach, they had music piped in sometimes, buy pretty much their systems played MP3 files as opposed to actually getting a CD. Thanks! Robert Bailey Famous for nothing -Original Message- From: Jeffry Houser [mailto:[EMAIL

WINNER! - Character Encoding - Reward Offered!

2003-02-06 Thread Bud
WE HAVE A WINNER!!! Christopher Lomvardias 1) As Christopher stated: If memory serves, the MSXML component blindly decodes any incoming XML as UTF-8 or UTF-16. The solution below fixed that for MSXML. 2) Stupidly enough, there was never a problem with cfhttp (CF 4.5 and earlier) and

Re: OT: validate XHTML on a non-public site

2003-02-06 Thread Thomas Chiverton
On Thursday 06 Feb 2003 11:01 am, Hugo Ahlenius wrote: This means I can't just use a simple bookmarklet to pass the URL to the W3C validator (http://validator.w3.org/). Copy the code to a server no one knows about, and hack something into Application.cfm so the app things you are logged in.

RE: who on here did the death clock?

2003-02-06 Thread Jeffry Houser
These consultants are usually called Indies and our paid by the record labels, as much as $1000 per spin in major markets. The indie goes up to a radio station and says I'll give you X amount in promotional dollars if you'll sign an exclusive contract with me. Whenever you see a radio

RE: who on here did the death clock?

2003-02-06 Thread Luce, Greg
What is the Death Clock? -Original Message- From: Dave Lyons [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 06, 2003 12:57 AM To: CF-Talk Subject: who on here did the death clock? i know someone here did the death clock anyone know who it is? Dave -- .::.

Re: need a bb script

2003-02-06 Thread Thomas Chiverton
On Wednesday 05 Feb 2003 15:25 pm, Dimo Michailov wrote: http://fbopenforums.sourgeforge.net - free, easy to customize, and very easy to extend and modify. FB3 compatible. That URL is dead ? -- Tom C Computers Are Better Than Humans Because #1: Humans are forgetful and have limited memory.

RE: who on here did the death clock?

2003-02-06 Thread Houk, Gary
Yep, it was mentioned on the Philadelphia station 96.5 yesterday morning. Pretty funny... -Original Message- From: Jeffry Houser [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 06, 2003 9:21 AM To: CF-Talk Subject: RE: who on here did the death clock? These consultants are

Re: who on here did the death clock?

2003-02-06 Thread Dave Lyons
must have been mentioned in an email or something to the dj's unless raymond is on a big ad campaign with it! haha Dave -- .::. - - Original Message - From: Houk, Gary [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday,

Re: need a bb script

2003-02-06 Thread Dave Lyons
guess i will either make one myself or go back to ikonboard just hoping not to have to do a cgi one Dave -- .::. - - Original Message - From: Thomas Chiverton [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, February 06,

Re: who on here did the death clock?

2003-02-06 Thread Stephen Moretti
http://www.deathclock.com/ I believe its still running on an access database after all these years and all the traffic generated by it being talked about on morning radio shows across the globe... ;o) - Original Message - From: Luce, Greg [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED]

Re: who on here did the death clock?

2003-02-06 Thread Simon Whittaker
At least radio 1 in the uk are honest about their list http://www.bbc.co.uk/radio1/chart/playlist/alist.shtml Simon - Original Message - From: Jeffry Houser [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, February 06, 2003 2:21 PM Subject: RE: who on here did the death

Re: MX CFMAIL

2003-02-06 Thread Dimo Michailov
Here's what I found when I compared *Exactly* the same email sent from CF5 and CFMX: In CF5 [header]: . Content-type: text/plain In CFMX [header]: ... Content-type: text/plain; charset=UTF-8 Content-tranfer-encoding: 7bit From this it seems that CFMX automatically inserts the charset

RE: Jeremy Allaire leaving MM

2003-02-06 Thread Lee Surma
I'm not really surprised. J.J. (Jeremy's brother) was intergel to the company at first and lest a few years ago to pursue other oppurtunities During the stock bubble I was watching the insider trading on Allaire stock. J.J. sold over 100 million dollars worth of Allaire stock. He probably has 30

anyone ever seen a version of this in english?

2003-02-06 Thread Dave Lyons
http://www.superhtml.de/ looks decent Dave -- .::. - ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

Re: Simple Query Help

2003-02-06 Thread Stephen Moretti
Rick, You might find that you can use : Year(EventDate) = #Year(Now())# rather than EXTRACT (YEAR FROM EventDate) = cfqueryparam cfsqltype=cf_sql_integer value=#Year(Now())# Depends on the database you're using. You can use the cfqueryparam in both versions of the SQL statement. Just thought

RE: need a bb script

2003-02-06 Thread A.Little
try http://fbopenforums.sourceforge.net/ Alex -Original Message- From: Thomas Chiverton [mailto:[EMAIL PROTECTED]] Sent: 06 February 2003 14:19 To: CF-Talk Subject: Re: need a bb script On Wednesday 05 Feb 2003 15:25 pm, Dimo Michailov wrote:

RE: CFHTTP Connection Failure with MX - DISREGARDING PROXY TAGS?

2003-02-06 Thread Houk, Gary
OK, It appears that CFMX is disregarding the proxyserver/proxyport tags altogether. I have the following: cfhttp url=http://www.macromedia.com; method=GET resolveurl=true proxyserver=proxy.foo.com proxyport=80 throwonerror=yes /cfhttp

RE: Jeremy Allaire leaving MM

2003-02-06 Thread John Stanley
Will he have another golden parachute in case he falls? -Original Message- From: Lee Surma [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 06, 2003 9:33 AM To: CF-Talk Subject: RE: Jeremy Allaire leaving MM I'm not really surprised. J.J. (Jeremy's brother) was intergel to the

Re: MX CFMAIL

2003-02-06 Thread Jochem van Dieten
Dimo Michailov wrote: In CF5 [header]: . Content-type: text/plain In CFMX [header]: ... Content-type: text/plain; charset=UTF-8 Content-tranfer-encoding: 7bit From this it seems that CFMX automatically inserts the charset and the encoding information, which, as Jochem

Re: yet another locking ?

2003-02-06 Thread Stephen Moretti
but when isnt there a chance of a race condition occuring. to me, on any HA site, you might have the opportunity for a race condition occuring. things with computers, as I have learned over the years, are cut and dry 1's and 0', why can no one give us a definitive answer on locking shared

RE: WDDX and UDF

2003-02-06 Thread Raymond Camden
Hmm, something else to consider. You can pass the name of a UDF to a UDF and then call it dynamically... function alpha() { return a; } function beta() { return b; } function main(f) { return f(); } writeOutput(main(alpha)); There is an example of a sort UDF on cflib.org that works

RE: cfdump and css

2003-02-06 Thread Raymond Camden
I've got a modified cfdump that handles java obs better and adds a Top attribute. Mind if I add this fix as well? As for reporting to Macromedia, simply go to http://www.macromedia.com/support/email/wishform/ === Raymond Camden,

Re: anyone ever seen a version of this in english?

2003-02-06 Thread Jochem van Dieten
Dave Lyons wrote: http://www.superhtml.de/ All the downloads I see are in German. But German isn't that hard to learn, and it saves you from the Somebody set up us the bomb translations ;-) Jochem ~| Archives:

Re: who on here did the death clock?

2003-02-06 Thread Dave Lyons
I wonder if Raymond noticed a significant increase in traffic the last 2 days then? I see the man of the day is on now Dave -- .::. - - Original Message - From: Simon Whittaker [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent:

RE: yet another locking ?

2003-02-06 Thread Tony Weeg
well, your supposition is wrong :) sorry. I definitely understand a race condition. what I don't understand is this: If a race condition could occur, even 1 time out of 1 hundred thousand iterations, isnt that enough to lock it? I could imagine, if I had a shopping cart system, that I would

RE: who on here did the death clock?

2003-02-06 Thread Raymond Camden
Best of all - the site serves up 3+ million hits a month... and runs on Access. ;) (Because I'm too cheap to pay for SQL Server. :) === Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc Email: [EMAIL PROTECTED] WWW

CFMX slow for specific sites?

2003-02-06 Thread David Grabbe
G'mornin' everyone, Has anyone run into a problem with CFMX being really slow to render a page for one site, but runs just fine for another site on the same server? Here's the deal: The test server is a dual P3-750, 1 Gig ram, Windows 2000 server SP3, CFMX with latest updates.

RE: yet another locking ?

2003-02-06 Thread Tony Weeg
http://www.duke.edu/web/cps001/labs/lab11/lab11.html is an applet, to actually watch it happen. ...tony Tony Weeg Senior Web Developer UnCertified Advanced ColdFusion Developer Information System Design Navtrak, Inc. Mobile workforce monitoring, mapping reporting www.navtrak.net 410.548.2337

Re: anyone ever seen a version of this in english?

2003-02-06 Thread Dave Lyons
LOL! man, i couldn't pass spanish in high school! so I don't know about german! looks like a decent little editor though, actually has some cfm tags, most don't. my luck this week I would set up the bomb dave - Original Message - From: Jochem van Dieten [EMAIL PROTECTED] To: CF-Talk

Re: anyone ever seen a version of this in english?

2003-02-06 Thread Bruce Sorge
I just looked at the site, and although I have not had to speak or read German in a few years, from what I can determine they are only in Germany. I emailed their Sales department asking if there will be an English version available. Hopefully they will not be laughing at my German too long that

RE: who on here did the death clock?

2003-02-06 Thread Raymond Camden
Just a tiny bit - 3 times or so. Yesterday I had 300k page views, day before that 225. Normal traffic is around 100k. === Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc Email: [EMAIL PROTECTED] WWW :

RE: CFMX slow for specific sites?

2003-02-06 Thread Mark A. Kruger - CFG
Dave, If your execution time is low, it''s likely that the page is being rendered and sent to the output buffer and it's the web server that is the bottleneck. How weighty is the page? On the local machine a very weighty page might come up quickly because there's no bandwidth issues or load.

Re: anyone ever seen a version of this in english?

2003-02-06 Thread Dave Lyons
i been sitting here messing with it and its actually a decent little editor. but then again i dont know squat Dave -- .::. - - Original Message - From: Bruce Sorge [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, February

Re: CFMX slow for specific sites?

2003-02-06 Thread Dave Lyons
doubt its related but most of my asp sites have been barely crawling along lately - Original Message - From: Mark A. Kruger - CFG [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, February 06, 2003 10:13 AM Subject: RE: CFMX slow for specific sites? Dave, If your

Re: who on here did the death clock?

2003-02-06 Thread Dave Lyons
Raymond, how much would you charge me to put a banner and link on there :) Dave hell I gotta ask! - Original Message - From: Raymond Camden [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, February 06, 2003 10:03 AM Subject: RE: who on here did the death clock? Just a

Re: yet another locking ?

2003-02-06 Thread Stephen Moretti
I definitely understand a race condition. what I don't understand is this: If a race condition could occur, even 1 time out of 1 hundred thousand iterations, isnt that enough to lock it? I could imagine, if I had a shopping cart system, that I would EVER want someone to know what my CC

j2re1.4.1_01 jvm

2003-02-06 Thread Tony Weeg
does anyone know where I can find the jvm j2re1.4.1_01 so that I can put that on my servers? I have it at home, and now I want to make it happen here, I just cant find the download :) thanks. ...tony Tony Weeg Senior Web Developer UnCertified Advanced ColdFusion Developer Information System

RE: yet another locking ?

2003-02-06 Thread Tony Weeg
cool. that makes sense...and from what I understand, it makes perfect sense, that macromedia planned around that, and did some homework for us. thanks! ...tony Tony Weeg Senior Web Developer UnCertified Advanced ColdFusion Developer Information System Design Navtrak, Inc. Mobile workforce

Re: OT: validate XHTML on a non-public site

2003-02-06 Thread jon hall
http://www.htmlhelp.com/tools/validator/direct.html Maybe not as spiffy as the w3c validator, but this one lets you copy and paste. It should be possible to write a bookmarklet that grabs all the html, and submit's it to the below pages action page. Probably take a little fiddling but I don't see

Re: j2re1.4.1_01 jvm

2003-02-06 Thread Dave Lyons
i actually may have it Dave - Original Message - From: Tony Weeg [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, February 06, 2003 10:18 AM Subject: j2re1.4.1_01 jvm does anyone know where I can find the jvm j2re1.4.1_01 so that I can put that on my servers? I

OT

2003-02-06 Thread Andy Ewings
Seriously OT guys but would anyone know why, when I open up the MMC for IIS Server I don't se the SMTP virtual service. I am supposed to see Default FTP site, Default Website, and SMTP but instead I get Default FTP site, Default Website, and IIS Administration (or sommat like that). Before you

Proper SQL statements

2003-02-06 Thread Bosky, Dave
Is there a better more efficient way of writing these 2 queries such as combining them into a single query? I will eventually convert it into a stored procedure. CFQUERY Name=qNumCurrentRecs datasource=dsn SELECT COUNT(*) AS RecsAvailable FROM tbl_reports_FlapList /CFQUERY

Re: need a bb script

2003-02-06 Thread Dimo Michailov
sorry, frozen fingers - sourCeforge Thomas Chiverton wrote: On Wednesday 05 Feb 2003 15:25 pm, Dimo Michailov wrote: http://fbopenforums.sourgeforge.net - free, easy to customize, and very easy to extend and modify. FB3 compatible. That URL is dead ?

Re: j2re1.4.1_01 jvm

2003-02-06 Thread Stephen Moretti
Tony, http://java.sun.com/j2se/1.4.1/jre/install-windows-64.html Regards Stephen - Original Message - From: Tony Weeg [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, February 06, 2003 3:18 PM Subject: j2re1.4.1_01 jvm does anyone know where I can find the jvm

Online Tutorials

2003-02-06 Thread Scott Wilhelm
Hello: I have recently started putting together ColdFusion web applications, but for some reason I feel that I'm missing out on alot of things that would make it better (CFLOCK, CFAPPLICATION, etc.)... Would anyone know a good online tutorial for designing CF applications? Thanks, Scott

Re: MX CFMAIL

2003-02-06 Thread Dimo Michailov
Jochem: The main issue with UTF-8 emails is that the text of the received email is misaligned compared to emails coming from CF5 - apparently because of the font substitution. And I can't really control the email client settings of all of the users. Dimo Jochem van Dieten wrote: Dimo

RE: j2re1.4.1_01 jvm

2003-02-06 Thread Tony Weeg
send it if ya got it :) thanks! ...tony Tony Weeg Senior Web Developer UnCertified Advanced ColdFusion Developer Information System Design Navtrak, Inc. Mobile workforce monitoring, mapping reporting www.navtrak.net 410.548.2337 -Original Message- From: Dave Lyons [mailto:[EMAIL

RE: CFMX slow for specific sites?

2003-02-06 Thread David Grabbe
Thanks, Mark I'm pretty sure bandwidth and load aren't part of the issue; I'm actually on the test server when I do a page request, and this server isn't being hit from anywhere else -- its not even on the network :-) Completely isolated. Also, the CPU usage doesn't change appreciably

RE: who on here did the death clock?

2003-02-06 Thread cfhelp
http://www.corporateradiosucksass.com/ Rick -Original Message- From: Dave Lyons [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 06, 2003 8:04 AM To: CF-Talk Subject: Re: who on here did the death clock? true clearchannel the M$ of radio but this was kinda one of those, and i was

RE: Online Tutorials

2003-02-06 Thread Tangorre, Michael
http://livedocs.macromedia.com essentially what you will find here is all the documentation with examples. -Original Message- From: Scott Wilhelm [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 06, 2003 10:19 AM To: CF-Talk Subject: Online Tutorials Hello: I have recently

RE: Online Tutorials

2003-02-06 Thread Tony Weeg
the best learning tool I have found is the help files with studio, and the web application construction kit(s) (books) by the great bearded one :) really. ...tony Tony Weeg Senior Web Developer UnCertified Advanced ColdFusion Developer Information System Design Navtrak, Inc. Mobile workforce

Inserting more than 255 chars from CFQUERY

2003-02-06 Thread Noncubicle Corp
Hi all, I'm beginnig my first CF app in a couple of years, and am putting together a quick prototype of a site. I wish to insert more than 255 characters into a DB column I have made NVARCHAR(2000) in SQL Server 2000. When I pass a value to the CFQUERY tag, it is only inserting the first 255

Re: Online Tutorials

2003-02-06 Thread Dave Lyons
buy ben forta's book best $50 i have spent now i just have to actually finish it and i would if tony would stop harassing me! haha Dave - Original Message - From: Scott Wilhelm [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, February 06, 2003 10:18 AM Subject: Online

RE: who on here did the death clock?

2003-02-06 Thread cfhelp
I am going to die in 2072 I will be 104. I wonder how much code I will do by then. Rick -Original Message- From: Stephen Moretti [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 06, 2003 8:33 AM To: CF-Talk Subject: Re: who on here did the death clock? http://www.deathclock.com/ I

RE: WDDX and UDF

2003-02-06 Thread D. Delcomminette
Yes, Exactly what I did today A bit tricky to play with Evaluate when you have to pass function names and function arguments .Another problem is scoping, functions passed by reference are known everywhere down ... but not when passed by name .. Dominique -Original Message-

RE: Online Tutorials

2003-02-06 Thread Mike Brunt
Scott, if you have access to ColdFusion server I suggest looking at the example applications that may by loaded there. I find looking at working applications is best for figuring out what is going on. There area a myriad of incredible resources around and IMHO learning about the use of CFLOCK is

RE: Jeremy Allaire leaving MM

2003-02-06 Thread Adrocknaphobia Jones
Man. I'm happy for Jeremy. Hopefully he can spend more time at home with his family now. But I must say that I'm extremely skeptical about the future of CF developers. Up until about a year ago, MM only catered to developers. I always felt that it was Jeremy who was watching out for our interests.

Re: Online Tutorials

2003-02-06 Thread Stephen Moretti
Get yourself a Mastering CF5/CFMX book Best CF books I've seen in a lot of years. - Original Message - From: Scott Wilhelm [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, February 06, 2003 3:18 PM Subject: Online Tutorials Hello: I have recently started putting

RE: Proper SQL statements

2003-02-06 Thread Matthew Small
Hi Dave, You're using SQL Server, right? Just put them together in a query separated by a semicolon. Matthew Small IT Supervisor Showstopper National Dance Competitions 3660 Old Kings Hwy Murrells Inlet, SC 29576 843-357-1847 http://www.showstopperonline.com -Original Message-

RE: CFMX slow for specific sites?

2003-02-06 Thread Mark A. Kruger - CFG
Asp sites on the same server? Because yes it would be related. It's not the scripting engine that is causing your difficulty. Check your web server and overall server resources. -mk -Original Message- From: Dave Lyons [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 06, 2003 9:13

RE: Inserting more than 255 chars from CFQUERY

2003-02-06 Thread Adrian Lynch
You have to enable long text retrieval, I'm not sure where this setting is as I haven't had to do it myself. Some one else will probably let you know. Ade :O) -Original Message- From: Noncubicle Corp [mailto:[EMAIL PROTECTED]] Sent: 06 February 2003 15:40 To: CF-Talk Subject: Inserting

RE: who on here did the death clock?

2003-02-06 Thread John Stanley
it told me i was gonna die in 2018i'll only be 50...wanna trade death dates? -Original Message- From: cfhelp [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 06, 2003 10:51 AM To: CF-Talk Subject: RE: who on here did the death clock? I am going to die in 2072 I will be 104. I

Tabbed Interface in CF

2003-02-06 Thread Ciliotta, Mario
Hi, Does anyone know of any examples or a tutorial that explains how to create and manage a tabbed interface in CF. I am trying to make an entry (users request) that is comprised of 5 tabs. I have been able to make the graphics for the tabs, but I cannot get the logic correct. I need to

RE: who on here did the death clock?

2003-02-06 Thread Tangorre, Michael
the question is not how much code, but rather how many non CF related emails will be sent to the list :-) j/k -Original Message- From: cfhelp [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 06, 2003 10:51 AM To: CF-Talk Subject: RE: who on here did the death clock? I am going to

RE: OT SMTP

2003-02-06 Thread Mark A. Kruger - CFG
Andy, Check again - SMTP service handles relaying mail. SMTP virtual server is something different. Run Windows component setup and see if it's checked in the list of components. -Mark -Original Message- From: Andy Ewings [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 06, 2003 9:25

RE: who on here did the death clock?

2003-02-06 Thread Mark A. Kruger - CFG
By then all code will be written by a program that can code in any language and was created by a 9 year old from Pineville KY. -Original Message- From: cfhelp [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 06, 2003 9:51 AM To: CF-Talk Subject: RE: who on here did the death clock?

RE: Jeremy Allaire leaving MM

2003-02-06 Thread Tangorre, Michael
exactly. *blows dust of C# books* -Original Message- From: Adrocknaphobia Jones [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 06, 2003 10:57 AM To: CF-Talk Subject: RE: Jeremy Allaire leaving MM Man. I'm happy for Jeremy. Hopefully he can spend more time at home with his family

Re: GRRRRRR! Online Tutorials

2003-02-06 Thread Dave Lyons
see there is that damn locking ? again does anyone really know the answer lol Dave - Original Message - From: Mike Brunt [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, February 06, 2003 10:51 AM Subject: RE: Online Tutorials Scott, if you have access to

Correct CFFILE Syntax for uploading PDF: Accept = document/pdf ???

2003-02-06 Thread Rick Faircloth
Can't find the answer... Accept = document/pdf Accept = doc/pdf Accept = file/pdf Anyone? Thanks, Rick ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

session vs. request scope speed in MX

2003-02-06 Thread Ben Doom
I understand that in CF5 there's a decent speed difference between using locked session variables and request variables. Now that CF takes care of locking of session variables, is there still enough performance difference to warrant copying the session variables to the request scope if I'm going

Re: yet another locking ?

2003-02-06 Thread Christian Cantrell
Just some additional interesting information on shared variable scopes: the reason you do not need to lock them (unless you are attempting to prevent a race condition) is that their underlying Java implementations use java.util.Hashtables. Hashtables are synchronized so that two threads

RE: Proper SQL statements

2003-02-06 Thread Jason Lees (National Express)
Use a strored procedure to do both jobs, Jason Lees Development Team Leader National Express Coaches Ltd. -Original Message- From: Bosky, Dave [mailto:[EMAIL PROTECTED]] Sent: 06 February 2003 15:23 To: CF-Talk Subject: Proper SQL statements Is there a better more efficient way of

Re: CFMX slow for specific sites?

2003-02-06 Thread Dave Lyons
no coldfusion on that server Dave - Original Message - From: Mark A. Kruger - CFG [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, February 06, 2003 11:00 AM Subject: RE: CFMX slow for specific sites? Asp sites on the same server? Because yes it would be related. It's

Re: Online Tutorials

2003-02-06 Thread Christian Cantrell
Lots and lots of information is available at the Macromedia ColdFusion Application Development center: http://www.macromedia.com/desdev/mx/coldfusion/ Christian On Thursday, February 6, 2003, at 10:18 AM, Scott Wilhelm wrote: Hello: I have recently started putting together ColdFusion web

Has anyone seen this in english

2003-02-06 Thread Bruce Sorge
Here is the reply from the makers of SuperHTML - Original Message - From: Sorge, Bruce To: [EMAIL PROTECTED] Sent: Thursday, February 06, 2003 9:40 AM Subject: FW: Frage betrachtet Ihrem Produkt. -Original Message- From: Schwieren Software [mailto:[EMAIL PROTECTED]] Sent:

RE: Proper SQL statements

2003-02-06 Thread Bosky, Dave
Hey Matt, So there's no way to include the count function within the delete query without an addition select statement? Something like CFQUERY Name=qRemoveCurrentFlapList datasource=dsn DELETE FROM tbl_reports_FlapList WHERE FlapListID IN (SELECT

RE: Tabbed Interface in CF

2003-02-06 Thread John Stanley
You could have the tabs, when clicked load their own content into their own iframe that becomes visible. then you just have the button (tab) run some type of form validation function before displaying the next tab. does this make sense? this entails the use of javascript, but it will work

RE: Tabbed Interface in CF

2003-02-06 Thread Robertson-Ravo, Neil (RX)
Hey Mario, I have a pretty neat tabbed UI which I can send you.its not CF per say but it could be! -Original Message- From: Ciliotta, Mario [mailto:[EMAIL PROTECTED]] Sent: 06 February 2003 15:58 To: CF-Talk Subject: Tabbed Interface in CF Hi, Does anyone know of any examples or a

Re: who on here did the death clock?

2003-02-06 Thread Dave Lyons
believe me, no kid here in ky will ever be that smart! Dave -- .::. - - Original Message - From: Mark A. Kruger - CFG [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, February 06, 2003 11:04 AM Subject: RE: who on here

RE: Jeremy Allaire leaving MM

2003-02-06 Thread Bryan F. Hogan
I guess we can fall back on BlueDragon :| Bryan F. Hogan Director of Internet Development Macromedia Certified ColdFusion MX Developer Digital Bay Media, Inc. 1-877-72DIGITAL -Original Message-

RE: CFMX slow for specific sites?

2003-02-06 Thread David Grabbe
Nope, no ASPs here...just the 2 CFMX sites. What kind of diagnostics would you recommend for IIS? David -Original Message- From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 06, 2003 11:01 AM To: CF-Talk Subject: RE: CFMX slow for specific sites? Asp

RE: Tabbed Interface in CF

2003-02-06 Thread Adrian Lynch
If by tabs you mean something like in IE Internet Options, then why not try and make the tabs/links active once they have submited the previous data. You could have two options, one, you post back to the same tab/page and make Tab 2 an active link, or two, the tab is the submit button of the

  1   2   3   >