RE: Web log files

2003-01-15 Thread webguy
Ok this is a little long, because it involves getting used to some tools you might not know. However using these tools will give huge amount of power over your systems. Download cygwin www.cygwin.com , and at least the core / zip unzip packages. Install it. open bash (the shortcut that was

Re: Access Memo Field

2003-01-15 Thread Stephen Moretti
heh heh... Other way round ;o) Replace(AccessField,chr(10),br,ALL) Stephen This may help: ReplaceNoCase(#accessfield#, p, #CHR(10)#, ALL) -- Sam -Original Message- From: David Green [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 14, 2003 10:32 AM To: CF-Talk Subject:

RE: Threads in CF

2003-01-15 Thread Craig Dudley
As far as I know, no, though sometimes I wish you could. -Original Message- From: Ruslan Sivak [mailto:[EMAIL PROTECTED]] Sent: 15 January 2003 06:28 To: CF-Talk Subject: Threads in CF Is it possible to code CF and use threads? For example I might have a CFHTTP request processing,

Re: WOT: MySQL in the Enterprise

2003-01-15 Thread Jochem van Dieten
samcfug wrote: The soon to be 4eleased version 4 of MySQl, will definitely bring it into the mainstream and direct competition with Oracle and SQL2k (stored procedures and triggers) Although version 4.0 will be out Real Soon Now(tm), it will be a far cry from a real cross the board

RE: Threads in CF

2003-01-15 Thread Hugo Ahlenius
Just launch a wget (or curl) for a specific URL/template, and have the things you want to be run in parallell in that template. If you don't specify a timeout in the cfexecute, then the base template won't wait for that one to finish. Hugo

Sports XML Feed

2003-01-15 Thread Thane Sherrington
Anyone know of a free or cheap XML feed for post game statistics or play statistics? T ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

RE: RE: How to handle Calendar Scheduling of Recurring Events?

2003-01-15 Thread Jeremy Allen
Hello, We have implemented a solution at elliptIQ a couple of different ways. We store regular calendar events in one table, and when an event has recurrence data we link to another table for storing the recurrence data. We calculate event recurrences and only store the data describing the

RE: RE: How to handle Calendar Scheduling of Recurring Events?

2003-01-15 Thread Cameron Childress
That makes my brain hurt... -Cameron - Cameron Childress Sumo Consulting Inc. --- cell: 678-637-5072 aim: cameroncf email: [EMAIL PROTECTED] -Original Message- From: Jeremy Allen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 15, 2003 8:26 AM To: CF-Talk

Dreamweaver MX - finally had enough..........

2003-01-15 Thread Adam Reynolds
Does anybody know why files with huge numbers of cfincludes in them cause dreamweaver to hang for long periods? This is particularly annoying with Fusebox and the switch file. ~| Archives:

RE: RE: How to handle Calendar Scheduling of Recurring Events?

2003-01-15 Thread Matt Liotta
I agree that you should handle recurring events by storing them as a pattern. However, I don't agree that you should store events two different ways depending on whether they are recurring or one time. As I see it, a properly implemented recurring event pattern should also support one time events.

RE: Dreamweaver MX - finally had enough..........

2003-01-15 Thread Robertson-Ravo, Neil (RX)
I would assume its trying to resolve them all to build the page. I never really use DWMX for editing / building CF, I simply use it for editing text or doing html I cannot be bothered to do in Studio like a nested table etc All the server side stuff is pretty draggy on DW. N

RE: Dreamweaver MX - finally had enough..........

2003-01-15 Thread Roberson, Jeff, Mr (Contractor) ACI
When you open them it's downloading them all to your local machine if you are working on a remote server Just set it to not download all the attached files. -Original Message- From: Adam Reynolds [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 15, 2003 8:46 AM To: CF-Talk

RE: Dreamweaver MX - finally had enough..........

2003-01-15 Thread Adam Reynolds
Not sure this is the case as I have not set up the test server. It happens on a save only. Really is fantastically annoying. Maybe its doing some sort of integrity check. Wish it would just behave like a editor and not be so helpful. -Original Message- From: Roberson, Jeff, Mr

RE: Dreamweaver MX - finally had enough..........

2003-01-15 Thread Adam Reynolds
The weird thing is, that if I am editing another file and hit save on that file, it still takes ages. Close the fbx_switch.cfm editing window and it all comes up to speed again. Talk about pile of pants. -Original Message- From: Roberson, Jeff, Mr (Contractor) ACI [mailto:[EMAIL

RE: Dreamweaver MX - finally had enough..........

2003-01-15 Thread Robertson-Ravo, Neil (RX)
Its referencing all the other files thats what you get for using a WYSIWYG tool :-) -Original Message- From: Adam Reynolds [mailto:[EMAIL PROTECTED]] Sent: 15 January 2003 14:17 To: CF-Talk Subject: RE: Dreamweaver MX - finally had enough.. The weird thing is, that if I am

RE: Try this code: WDDX problem recreated

2003-01-15 Thread Raymond Camden
Patti, it has been my experience that whenever you use bracket notation with a query, you must specify the row number as well. If you changed testquery[i] to testquery[1] the code should work as you want. I don't believe this is really a bug per se, just a usage case. (Although you could say that

RE: Dreamweaver MX - finally had enough..........

2003-01-15 Thread Adam Reynolds
This isn't helping me though is it :( Does anybody know how to stop DMX checking references to other files. Syntactical checks are fine, but anything else should not be done. -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED]] Sent: 15 January 2003 14:17

RE: Dreamweaver MX - finally had enough..........

2003-01-15 Thread Robertson-Ravo, Neil (RX)
The only way to do it, is to not define a site. -Original Message- From: Adam Reynolds [mailto:[EMAIL PROTECTED]] Sent: 15 January 2003 14:27 To: CF-Talk Subject: RE: Dreamweaver MX - finally had enough.. This isn't helping me though is it :( Does anybody know how to stop DMX

Linux Development Tools...

2003-01-15 Thread Andrew Golden
I have found Linux to be growing on me over the past few months, enough so that I split the drive on my laptop and find myself in linux 80% of the time now. I am wondering if anyone has any suggestions for good linux based CF and HTML development tools. I have considered trying to get DWMX running

RE: Linux Development Tools...

2003-01-15 Thread Robertson-Ravo, Neil (RX)
how about a Linuc version of Notepad... :p -Original Message- From: Andrew Golden [mailto:[EMAIL PROTECTED]] Sent: 15 January 2003 14:44 To: CF-Talk Subject: Linux Development Tools... I have found Linux to be growing on me over the past few months, enough so that I split the drive on

RE: Linux Development Tools...

2003-01-15 Thread Luis Lebron
HTML-KIT is supposed to work under Linux. I use the windows version for Cold Fusion and PHP development. Luis -Original Message- From: Andrew Golden [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 15, 2003 8:44 AM To: CF-Talk Subject: Linux Development Tools... I have found Linux

RE: Dreamweaver MX - finally had enough..........

2003-01-15 Thread Adam Reynolds
Wow...how awful is that. -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED]] Sent: 15 January 2003 14:34 To: CF-Talk Subject: RE: Dreamweaver MX - finally had enough.. The only way to do it, is to not define a site. -Original Message-

RE: Linux Development Tools...

2003-01-15 Thread webguy
I use jEdit nearly all the time now. check out www.joshuasmiller.com/jedit/index.cfm I've also got SQL Enterprise manager working under wine. check out winehq WG -Original Message- From: Andrew Golden [mailto:[EMAIL PROTECTED]] Sent: 15 January 2003 14:44 To: CF-Talk Subject:

Re: WOT: MySQL in the Enterprise

2003-01-15 Thread John Paul Ashenfelter
samcfug wrote: The soon to be 4eleased version 4 of MySQl, will definitely bring it into the mainstream and direct competition with Oracle and SQL2k (stored procedures and triggers) Although version 4.0 will be out Real Soon Now(tm), it will be a far cry from a real cross the board

RE: Dreamweaver MX - finally had enough..........

2003-01-15 Thread Michael Wilson
Hi, You might try going to Edit Preferences Invisible Elements and un-checking Show Contents of Included File. This seems to resolve this issue for me. Best Regards, MW -Original Message- From: Adam Reynolds [mailto:[EMAIL PROTECTED]] Does anybody know why files with huge numbers of

Can Flash Remoting Deploy on Tomcat?

2003-01-15 Thread Stacy Young
-Stace AVIS IMPORTANT: --- Les informations contenues dans le present document et ses pieces jointes sont strictement confidentielles et reservees a l'usage de la (des) personne(s) a qui il est adresse. Si vous n'etes pas le destinataire, soyez avise que toute

Re: Dreamweaver MX - finally had enough..........

2003-01-15 Thread Stephen Moretti
Adam, Does anybody know why files with huge numbers of cfincludes in them cause dreamweaver to hang for long periods? DW likes to include the files and display them for you in the design view. This is particularly annoying with Fusebox and the switch file. That's because it includes all the

Re: Linux Development Tools...

2003-01-15 Thread Chris Montgomery
Howdy Andrew, Wednesday, January 15, 2003, 8:43:56 AM, Andrew Golden wrote: I am wondering if anyone has any suggestions for good linux based CF and HTML development tools. You might take a look at jEdit, http://www.jedit.org/ Joshua Miller has developed a set of CF functions that you can use

Re: eweek MySQL vs Oracle, etc (Re: WOT: MySQL in the Enterprise)

2003-01-15 Thread John Paul Ashenfelter
Tuesday, January 14, 2003, 8:25:27 PM, John Paul Ashenfelter wrote: snip If you look at the methodology of the eWeek study (a link that seems to have been removed since I first read the article), you'll find a lot of fine print snip I've looked all over eWeek's site and can't find the

RE: Dreamweaver MX - finally had enough..........

2003-01-15 Thread Robertson-Ravo, Neil (RX)
Yep, unforturnately, I thing everything is geared around it. Unlike Studio which is basically a glorified text editor, DWMX actually requires you to define, configure and connect left, right and centre. As I said, I never use it for CF, I use it as a text/html table builder when I cant be

RE: Linux Development Tools...

2003-01-15 Thread Todd
Some people have had success with jedit http://jedit.org/ ~Todd -Original Message- From: Andrew Golden [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 15, 2003 8:44 AM To: CF-Talk Subject: Linux Development Tools... I have found Linux to be growing on me over the past few months,

Re: Try this code: WDDX problem recreated

2003-01-15 Thread Patti G. L. Hall
I figured the answer would be similar. In my actual use I need to loop over a query without knowing what the columns are, so I use the recordset.columnlist in my list loop. That's why I created the structure with testquery[i], so I could approximate query[foo]. So if I say testquery[1], don't I

Re: Try this code: WDDX problem recreated

2003-01-15 Thread Todd
Don't forget you have access to testquery.columnlist which is a comma delimited list of all the columns in the current query object. testquery[columnname][row] ~Todd At 10:29 AM 1/15/2003 -0500, you wrote: I figured the answer would be similar. In my actual use I need to loop over a query

RE: Try this code: WDDX problem recreated

2003-01-15 Thread Raymond Camden
I figured the answer would be similar. In my actual use I need to loop over a query without knowing what the columns are, so I use the recordset.columnlist in my list loop. That's why I created the structure with testquery[i], so I could approximate query[foo]. Right, so all you

CFMX ServiceFacotry ?s

2003-01-15 Thread Tyler Silcox
Is it possible to add your own mappings through the CF ServiceFactory? Does anyone happen to have a website or any documentation on what all the ServiceFactory is capable of, drawbacks, or shared hosting problems, etc...hmmm? Tyler Silcox email | [EMAIL PROTECTED]

RE: eweek MySQL vs Oracle, etc (Re: WOT: MySQL in the Enterprise)

2003-01-15 Thread Tim Laureska
Was this article printed in the hard copy version? I've got some past issues I could look at if you can give me a general idea of when it came out... -Original Message- From: John Paul Ashenfelter [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 15, 2003 10:25 AM To: CF-Talk Subject:

RE: Using CFMX to generate Static HTML pages

2003-01-15 Thread Rick Faircloth
Forgive my ignorance, but what is the purpose of building static pages from dynamic content? Search engines? (Kinda funny...seems like we all work so hard to make dynamic pages, now we're talking about how to make them static?) Rick -Original Message- From: Aaron Johnson

Re: CFMX ServiceFacotry ?s

2003-01-15 Thread jochemd
Quoting Tyler Silcox [EMAIL PROTECTED]: Is it possible to add your own mappings through the CF ServiceFactory? http://spike.oli.tudelft.nl/jochemd/ Does anyone happen to have a website or any documentation on what all the ServiceFactory is capable of, drawbacks, or shared hosting problems,

RE: Using CFMX to generate Static HTML pages

2003-01-15 Thread Paris Lundis
Rick, It is about speed, scale and deployment from my end and why we run batch flat files from dynamic pages... Actually if you get really nifty, you could create flats, that were just HTML... No CF processing at all on the page request... and deploy the flats to multiple servers for

Re: Linux Development Tools...

2003-01-15 Thread Christian Cantrell
Have you tried GNU Emacs? http://www.gnu.org/software/emacs/emacs.html It is a highly customizable editor which I'm certain people have written plenty of CFMX extensions for. If you are using RedHat, it will already be installed. I'm also a big fan of Vim (Vi Improved) on Unix systems,

Can Coldfusion Verity be this clever ???

2003-01-15 Thread Ian Vaughan
Hi I am trying to complete the below with verity and would like some advice on the best way to go about this or can it even be achieved?? I have a database table called 'itdocs'. In this table there are the following fields Docid - which is the primary key DocTitle - title of the document

RE: WOT: MySQL in the Enterprise

2003-01-15 Thread Roberson, Jeff, Mr (Contractor) ACI
I use phpmyadmin even though it doesn't have everything it's pretty good. And better than straight command line. -Original Message- From: John Paul Ashenfelter [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 15, 2003 10:20 AM To: CF-Talk Subject: Re: WOT: MySQL in the Enterprise

Re: Try this code: WDDX problem recreated

2003-01-15 Thread Patti G. L. Hall
Raymond Camden wrote: Ah. Clarity. Thanks Ray. I figured the answer would be similar. In my actual use I need to loop over a query without knowing what the columns are, so I use the recordset.columnlist in my list loop. That's why I created the structure with testquery[i], so I could

Re: Try this code: WDDX problem recreated

2003-01-15 Thread Patti G. L. Hall
Thanks for the thought. Todd wrote: Don't forget you have access to testquery.columnlist which is a comma delimited list of all the columns in the current query object. testquery[columnname][row] ~Todd At 10:29 AM 1/15/2003 -0500, you wrote: I figured the answer would be similar. In

Re: Dreamweaver MX - finally had enough..........

2003-01-15 Thread Stephen Moretti
You might try going to Edit Preferences Invisible Elements and un-checking Show Contents of Included File. This seems to resolve this issue for me. D'oh! Went straight past it. Its only a wee little check box at the bottom of larger brighter checkboxes. Cheers Michael

RE: Visual Fusion - Thoughts?

2003-01-15 Thread Adrocknaphobia Jones
Well to counter the argument about clients not wanting to pay for the server for intranet applications: If a client won't pay a few grand for a server, then usually the job is not worth my time. Additionally, these are the clients who will ask for the moon, then come back and say oh, I have to

Re: CFMX ServiceFacotry ?s

2003-01-15 Thread Tyler Silcox
Jochem wrote: And as for shared hosting, users shouldn't even be allowed to access the ServiceFactory. I know that users shouldn't be allowed, but it there anything a hosting provider could do to stop the use of the ServiceFactory? (They can turn off cfobject, but you could still invoke the SF

Re: WOT: MySQL in the Enterprise

2003-01-15 Thread jochemd
Quoting John Paul Ashenfelter [EMAIL PROTECTED]: Not to mention the fact that *management tools* are a key feature of databases. Spend a lot of time using osql in MSSQL? How often do you schedule jobs using the sp_addjob (know how to figure out the int for @frequency?). That is just because

RE: WOT: MySQL in the Enterprise

2003-01-15 Thread Todd
I use MySQL-Front (which is discontinued) and ... the MySQL group have a program called MyCC that basically acts like a enterprise manager (of sorts). There's also other MySQL guis out there if you look, most are commercial or shareware. ~Todd At 10:48 AM 1/15/2003 -0500, you wrote: I use

Re: Using CFMX to generate Static HTML pages

2003-01-15 Thread Jason Miller
I for the first time just last week had to develop 30 promotional pages for different product lines. Client doesn't use CF - I built a database, 2 templates and within 2 hours with one set of variable queries had created 30 flat pages - Ported them over to his server and saved a good 10 hours of

Re: eweek MySQL vs Oracle, etc (Re: WOT: MySQL in the Enterprise)

2003-01-15 Thread Chris Montgomery
Wednesday, January 15, 2003, 9:24:51 AM, John Paul Ashenfelter wrote: eWeek does that for every article with statistics that I've ever really wanted to read -- details are there, then gone. grr. Well, looks like this might be it: http://www.eweek.com/article2/0,3959,808852,00.asp

Re: WOT: MySQL in the Enterprise

2003-01-15 Thread John Paul Ashenfelter
I've done plenty with phpmyadmin, but it certainly is not great. Good for quick edits and mysqldump for backup :) But what about scheduling jobs? Yeah, script it in the shell and put in crontab. Replication. Yeah, write a script or two for dumping and restoring selectively. Scheduling replication

Re: WOT: MySQL in the Enterprise

2003-01-15 Thread paul smith
In M$ SQL7, how do you complete the following: RESTORE DATABASE MainBiz2 FROM DISK = 'd:\mssql7\backup\MainBiz\MainBiz_db_200301130102.BAK' WITH RECOVERY, MOVE 'MainBiz2.mdf' TO 'd:\mssql7\data\MainBiz2.mdf', MOVE 'MainBiz2.ldf' TO 'd:\mssql7\data\MainBiz2.ldf' where

Re: WOT: MySQL in the Enterprise

2003-01-15 Thread John Paul Ashenfelter
I use MySQL-Front (which is discontinued) and ... the MySQL group have a program called MyCC that basically acts like a enterprise manager (of sorts). There's also other MySQL guis out there if you look, most are commercial or shareware. or simply crap. I've tried them. All of them. I've

Web services and Axis

2003-01-15 Thread Paul Wilson
I am trying to invoke a web service in CFMX and I keep gettting this error. Could not perform web service invocation getxml because AxisFault faultCode: http://xml.apache.org/axis/:Server.userException faultString: org.xml.sax.SAXException: Deserializing parameter apos;getxmlResultapos;:

RE: Web services and Axis

2003-01-15 Thread Robert Bailey
What is the web service location? Robert Bailey [EMAIL PROTECTED] Famous for nothing! http://www.tinetics.com -Original Message- From: Paul Wilson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 15, 2003 8:15 AM To: CF-Talk Subject: Web services and Axis I am trying to

Re: Can Coldfusion Verity be this clever ???

2003-01-15 Thread paul smith
Why would you want to use Verity to search the docs AND the doc summary in a DB? (2 queries) Wouldn't Verity's search of the docs give you all relevant search results? (1 query). best, paul At 03:47 PM 1/15/03 +, you wrote: Hi I am trying to complete the below with verity and would like

RE: Using CFMX to generate Static HTML pages

2003-01-15 Thread Rick Faircloth
This is the first time I've heard of doing this... Is there any detailed info on how to go about this? A tutorial or article somewhere? Rick -Original Message- From: Paris Lundis [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 15, 2003 10:46 AM To: CF-Talk Subject: RE: Using CFMX to

RE: Web services and Axis

2003-01-15 Thread Paul Wilson
It's on a local server. The web service was built in .Net -Original Message- From: Robert Bailey [mailto:[EMAIL PROTECTED]] Sent: 15 January 2003 16:17 To: CF-Talk Subject: RE: Web services and Axis What is the web service location? Robert Bailey [EMAIL PROTECTED] Famous for nothing!

Re: CFMX ServiceFacotry ?s

2003-01-15 Thread Samuel R. Neff
At 10:52 AM 1/15/2003, you wrote: I know that users shouldn't be allowed, but it there anything a hosting provider could do to stop the use of the ServiceFactory? (They can turn off cfobject, but you could still invoke the SF through other means, correct?) Tyler Nope, once you turn off

Re: CFMX ServiceFacotry ?s

2003-01-15 Thread Joe Eugene
Tyler... You can dump the factory after creating an the object.. that should give you all the details. cfscript ofactory=CreateObject(Java, coldfusion.server.ServiceFactory); /cfscript Now if cfobject is restricted.. then you dont have a choice. Joe On Wed, 15 Jan 2003 10:33:07 -0500 Tyler

RE: RE: How to handle Calendar Scheduling of Recurring Events?

2003-01-15 Thread Rick Faircloth
Hi, Erik and thanks for the info! Concerning your comments: As a matter of storage, I'd personally go with the previously mentioned linked table (events and event dates) option and just entering all the recurring event/time stamps in one blast for 3 years, creating some sort of refresh or

Re: Web services and Axis

2003-01-15 Thread Samuel R. Neff
You need to post the URL to the service/wsdl to get a definitive answer, but here's one possibility. Some MS web services are set up to return any XML, where the WSDL literally says it returns any. The CFMX implementation of Axis doesn't support this and may cause the type of error your

RE: Dreamweaver MX - finally had enough..........

2003-01-15 Thread Adam Reynolds
I owe you a big KISS -Original Message- From: Michael Wilson [mailto:[EMAIL PROTECTED]] Sent: 15 January 2003 15:06 To: CF-Talk Subject: RE: Dreamweaver MX - finally had enough.. Hi, You might try going to Edit Preferences Invisible Elements and un-checking Show

Re: CFMX ServiceFacotry ?s

2003-01-15 Thread Tyler Silcox
Nope, once you turn off cfobject/createobject, that's it, no direct java calls. Wouldn't that kill the ability to call CFCs by CreateObject? Or just of the type Java? Tyler ~| Archives:

Re: CFMX ServiceFacotry ?s

2003-01-15 Thread Tyler Silcox
You can dump the factory after creating an the object... I did that and I went through all of the available methods and it I couldn't find anything about mappings, directories, etc. Here's the list of available services (from Jochem's site - he already had a nice formatted list): a..

RE: Sports XML Feed

2003-01-15 Thread Joshua Miller
Moreover.com has XML/RDF/WDDX feeds ... Or used to anyway, haven't used it in a while. Joshua Miller Head Programmer / IT Manager Garrison Enterprises Inc. www.garrisonenterprises.net [EMAIL PROTECTED] (704) 569-9044 ext. 254

RE: RE: How to handle Calendar Scheduling of Recurring Events?

2003-01-15 Thread Rick Faircloth
Hi, Jeremy. I believe that's the approach that I've been tossing out for consideration, too. Having one table of specific calendar events, some of which are manually entered as one-time events, others which are inserted dynamically based on info in an recurring events table that is consulted

RE: RE: How to handle Calendar Scheduling of Recurring Events?

2003-01-15 Thread Rick Faircloth
I with you, Cameron! ;o) Rick -Original Message- From: Cameron Childress [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 15, 2003 8:34 AM To: CF-Talk Subject: RE: RE: How to handle Calendar Scheduling of Recurring Events? That makes my brain hurt... -Cameron -

Re: CFMX ServiceFacotry ?s

2003-01-15 Thread Jochem van Dieten
Tyler Silcox wrote: a.. ArchiveDeployService b.. ClientScopeService c.. CronService d.. DataSourceService e.. DebuggingService f.. GraphingService g.. LicenseService h.. LoggingService i.. MailSpoolService j.. MetricsService k.. RegistryService l..

RE: Sports XML Feed

2003-01-15 Thread Raymond Camden
Last I heard moreover stopped giving away free content - is that right? === Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc Email: [EMAIL PROTECTED] WWW : www.camdenfamily.com/morpheus Yahoo IM : morpheus My

RE: RE: How to handle Calendar Scheduling of Recurring Events?

2003-01-15 Thread Rick Faircloth
Hi, Matt. I think Jeremy is basically taking the same approach I've been considering: events are not actually stored as specific occurrences except in the events table. The second table only contains descriptions of recurrence patterns involving events, but not the events themselves. The info

RE: Sports XML Feed

2003-01-15 Thread Rich Wild
nope. -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED]] Sent: 15 January 2003 16:50 To: CF-Talk Subject: RE: Sports XML Feed Last I heard moreover stopped giving away free content - is that right?

RE: Web services and Axis

2003-01-15 Thread Paul Wilson
Where does it state in a WSDL what the return type is? Thanks -Original Message- From: Samuel R. Neff [mailto:[EMAIL PROTECTED]] Sent: 15 January 2003 16:32 To: CF-Talk Subject: Re: Web services and Axis You need to post the URL to the service/wsdl to get a definitive answer, but

RE: eweek MySQL vs Oracle, etc (Re: WOT: MySQL in the Enterprise)

2003-01-15 Thread Ryan Kime
If you have hard copies, the story was in the January 6, 2003 edition on page 16. -Original Message- From: Tim Laureska [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 15, 2003 9:48 AM To: CF-Talk Subject: RE: eweek MySQL vs Oracle, etc (Re: WOT: MySQL in the Enterprise) Was this

RE: Visual Fusion - Thoughts?

2003-01-15 Thread Adrocknaphobia Jones
Pablo, (disclaimer: I think this is an ingenious idea, but like Ben, I'd like to play the Devil's Advocate, as I see some faults) I'm not really sure how I feel about all of this. When I first started coding CF I would have thought this the greatest thing since sliced bread. But the fact is that

RE: CFMX ServiceFacotry ?s

2003-01-15 Thread Dave Watts
They're all pretty self-explanatory (except Cron?) That's self-explanatory, too - cron is the name of the scheduler service in Unix. I just don't see which one would handle mappings... even after browsing all the methods available for each of these services It's the RuntimeService, if I

RE: CFMX ServiceFacotry ?s

2003-01-15 Thread Matt Liotta
Nope, once you turn off cfobject/createobject, that's it, no direct java calls. That is incorrect. You can still make Java calls using reflection. For example... cfscript foo = ; aClass = foo.getClass(); theClass = aClass.forName(what.ever.java.class.i.want);

RE: Sports XML Feed

2003-01-15 Thread Joshua Miller
Not sure if it's still free ... I think maybe the JavaScript/FLASH version is free but it's branded by Moreover, but the XML feeds are paid service or something. I'm really not sure, it's been a _long_ time since I've used it. It was free when I was using it. Actually I just checked a site that

RE: Outlook import file

2003-01-15 Thread Adrocknaphobia Jones
Dave, I caught a segment of this presentation down at devCon, if I remember correctly you can only add one iCal event at a time. Outlook of course is not going to let you click on one link and import 365 days of events. (makes sense as there could be some malicious web developers out there).

RE: RE: How to handle Calendar Scheduling of Recurring Events?

2003-01-15 Thread Matt Liotta
For example, suppose you created an implementation to support patterns like, the first day of every month from 1/1/97 to 1/1/98. The former is a recurring pattern, but could easily be turned into a one time event by thinking of it as, the first day of every month from 1/1/91 to 1/1/98. While it

CFSQLAdmin - SourceForge Project Approved

2003-01-15 Thread Joshua Miller
Project Descriptive Name: CFSQLAdmin Project Unix Name: cfsqladmin CVS Server: cvs.cfsqladmin.sourceforge.net Shell/Web Server: cfsqladmin.sourceforge.net Description: CFSQLAdmin is a web-based administration utility for SQL Server built using ColdFusion MX and Flash MX as a Rich Client

RE: Using CFMX to generate Static HTML pages

2003-01-15 Thread Ben Doom
Basically, there are two ways to do this (as I'm sure you've gathered from the rest of the thread). One: A single template generates the HTML in a variable, probably by using cfsavecontent tags, and uses cffile to save that information to a static HTML file. Two: You first create the template as

Re: CFMX ServiceFacotry ?s

2003-01-15 Thread Jochem van Dieten
Matt Liotta wrote: cfscript foo = ; aClass = foo.getClass(); theClass = aClass.forName(what.ever.java.class.i.want); anInstance = theClass.newInstance(); /cfscript I have tried to get at the java.coldfusion.ServiceFactory that way but couldn't get it running. Can

RE: Using CFMX to generate Static HTML pages

2003-01-15 Thread Dave Watts
Forgive my ignorance, but what is the purpose of building static pages from dynamic content? Search engines? (Kinda funny...seems like we all work so hard to make dynamic pages, now we're talking about how to make them static?) The primary reason is simply performance. Dynamic pages

Available online database for USDA Hardiness Zones CF

2003-01-15 Thread Jason Miller
Hello list - Sort of off topic but - I have been searching and no success yet. I need to find an available open database or resource online that will allow me to send it a zip code so I can find the planting zone. Officially refered to as USDA Hardiness Zone. Anyone know of a resource or has

building date list

2003-01-15 Thread Owens, Howard
I have a query that returns all of the publication dates of stories in a database. Currently, it returns 18,000 rows. Eventually, there will be 100,000 stories in the database. Returning a query with that many records and manipulating the dates (what I was thinking of doing) seems incrediblly

session variables

2003-01-15 Thread Sam Roach
Is there a way to pass session variables across a domain? Ex. from www.mywebsite.com to www1.mywebsite.com? -- Sam ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

RE: Outlook import file

2003-01-15 Thread webguy
missed this thread - this is probably what you want http://www.imc.org/pdi/ WG -Original Message- From: Adrocknaphobia Jones [mailto:[EMAIL PROTECTED]] Sent: 15 January 2003 17:08 To: CF-Talk Subject: RE: Outlook import file Dave, I caught a segment of this presentation down

RE: Sports XML Feed

2003-01-15 Thread Ryan Kime
Seems as though you can't get to the XML/RSS links through the website, but the feeds are still there. I'm like you, don't know if that's considered legal or not to still be using it. I never saw a press release or email notification of the changes. Too bad they don't offer a few XML/RSS feeds

RE: Web services and Axis

2003-01-15 Thread Samuel R. Neff
In the types section. Please put the WSDL file in a public place for us to look at. We don't need the actual service URL, just save the WSDL file somewhere accessible. Since it's an in house service, then posting the .NET function declarations would also be helpful (don't need the whole

Test to see if my message go thru

2003-01-15 Thread Ciliotta, Mario
This is just a test. I am testing to see if my post goes thru. It seems as though my company my have either stopped them or has but a delay, since it seems like it takes hours for them to appear. Mario This message is for the named person's use only. It may contain sensitive and private

ColdFusion Flash

2003-01-15 Thread Scott Wilhelm
What is needed to meld ColdFusion Flash together? For dynamic content, does it still have to use generator? Any good resources? Thanks! Scott Scott Wilhelm Computer Technician ph. 315.386.4504 fax. 315.386.3395 web. http://www.sllboces.org http://www.sllboces.org/ e. [EMAIL PROTECTED]

RE: CSV updater???

2003-01-15 Thread Owens, Howard
I don't know what custom tag you're using ... is it encrypted? If not modify it ... if it is, write to me off line and I'll send you my own code (which may or may not be as good, but it works for me and you can modify how you please) What you could do is ingest your CSV, then loop over your

RE: CFMX ServiceFacotry ?s

2003-01-15 Thread Matt Liotta
The code I showed was how to use reflection to instantiate a new instance of a Java class. The ServiceFactory is a static class, so the same code won't work. The only way I have found to access the ServiceFactory without using cfobject is to use Java. However, one could certainly create a Java

RE: RE: How to handle Calendar Scheduling of Recurring Events?

2003-01-15 Thread Owens, Howard
This post is a saver ... thanks. H. -Original Message- From: Erik Yowell [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, January 14, 2003 11:18 PM To: CF-Talk Subject: RE: RE: How to handle Calendar Scheduling of Recurring Events? I think someone mentioned Outlook a couple of

Re: building date list

2003-01-15 Thread Scott Brady
From: Owens, Howard [EMAIL PROTECTED] I would like to extract in a query the following information ... first year of published stories first month of that first year first day of that first month of that first year last year of published stories last month of that

Re: ColdFusion Flash

2003-01-15 Thread Jason Miller
www.flashcfm.com is a good one. Flash makes a request on the .cfm page - the .cfm page does what it normally does. and flash loads the info. Macromedia has good info on it - here is a general link for you to help understand how flash integrates

Re: ColdFusion Flash

2003-01-15 Thread charlie griefer
http://www.flashcfm.com/ :) Scott Wilhelm writes: What is needed to meld ColdFusion Flash together? For dynamic content, does it still have to use generator? Any good resources? Thanks! Scott Scott Wilhelm Computer Technician ph. 315.386.4504 fax. 315.386.3395 web.

RE: CFMX ServiceFacotry ?s

2003-01-15 Thread Samuel R. Neff
If cfobject/createobject is turned off, then you probably can't upload your own java classes. That reflection thing was a great tip I've never seen before in context of CFMX. Thanks! Sam At 12:31 PM 1/15/2003, you wrote: The code I showed was how to use reflection to instantiate a new

  1   2   3   >