RE: clustered processing?

2003-08-27 Thread webguy
If you add a cfflush after your code, will that do the same thing? I've never checked it out in cfmx... WG -Original Message- From: Matt Liotta [mailto:[EMAIL PROTECTED] Sent: 27 August 2003 16:39 To: CF-Talk Subject: Re: clustered processing? I thought about this and I don't think

RE: clustered processing?

2003-08-27 Thread webguy
I think that this sort of work should really be done outside cf. Java, as matt suggested, is more suited, but additionally, this work may be done in the database. Most databases are multithreaded by nature anyway. The key is ensure that you minimise your locks , where you can, you may need to use t

RE: Securing word docs, excel, etc in a web app

2003-08-26 Thread webguy
Looks like no-one replied to your last mail. Basically, there why to handle this is to but you docs into an non web accessable folder, and use cfcontent to server the files like sorry... mailto:[EMAIL PROTECTED] Sent: 26 August 2003 16:06 To: CF-Talk Subject: WOT:

RE: CFObject Class?

2003-08-22 Thread webguy
was wondering about that! -Original Message- From: Matt Liotta [mailto:[EMAIL PROTECTED] Sent: 22 August 2003 19:07 To: CF-Talk Subject: Re: CFObject Class? > > > I believe that the above should be. Matt Liotta President & CEO Montara Software, Inc. http://www.MontaraSoftware.com

RE: CFObject Class?

2003-08-22 Thread webguy
You need to make sure that the classes are in cfmx path. WG -Original Message- From: Jeff Chastain [mailto:[EMAIL PROTECTED] Sent: 22 August 2003 18:48 To: CF-Talk Subject: RE: CFObject Class? Using the example code you provided, returns an object instantiation exception - class not fou

RE: CFObject Class?

2003-08-22 Thread webguy
Response oPortletResponse = oPortletContext.getResponse(); So, based on this, I setup a cfobject call like this ... ... but, I am getting an 'exception occurred when instantiating a com object', so something is still not right. Thanks for the help. -- Jeff -Original Message- From: webguy [ma

RE: CFObject Class?

2003-08-22 Thread webguy
Is this jetspeed?? If so, the full class is org.apache.jetspeed.container.PortletContextFactory However there is more to it then just that. Luckly for you, Ben forta / drew falkman 's book has an example application that uses bits of jetspeed. which is avaialbe here http://www.forta.com/books/03

RE: Arrrgh, this is driving me crazy, and I know it's so simple t o do...

2003-08-22 Thread webguy
lucene is another option. http://jakarta.apache.org/lucene/docs/index.html AFAIK there is a cf tag in the DRK that using lucene -Original Message- From: Ryan Emerle [mailto:[EMAIL PROTECTED] Sent: 22 August 2003 16:45 To: CF-Talk Subject: RE: Arrrgh, this is driving me crazy, and I know it

RE: Arrrgh, this is driving me crazy, and I know it's so simple to do...

2003-08-22 Thread webguy
lto:[EMAIL PROTECTED] Sent: 22 August 2003 15:40 To: CF-Talk Subject: Re: Arrrgh, this is driving me crazy, and I know it's so simple to do... on 8/22/03 10:32 AM, webguy at [EMAIL PROTECTED] wrote: > why not do this > > 1. Query a verity collection, return the results as "key, ti

RE: Arrrgh, this is driving me crazy, and I know it's so simple to do...

2003-08-22 Thread webguy
why not do this 1. Query a verity collection, return the results as "key, title, body" (also get back a score) 2. Query a 2nd verity collection, return the results as "key, title, body" (also get back a score) SELECT * FROM Query1 UNION SELECT * FROM Query2 order scores desc WG -Ori

RE: Question about cf and ldap

2003-08-22 Thread webguy
: Question about cf and ldap I think cfldap is a one of the few examples where it is harder to use CFML than Java; use JNDI. -Matt On Friday, August 22, 2003, at 09:44 AM, webguy wrote: > You can alway use jndi easily enough too. > There is a bug with ssl/ ldap on linux cfmx, afaiRe

RE: Question about cf and ldap

2003-08-22 Thread webguy
You can alway use jndi easily enough too. There is a bug with ssl/ ldap on linux cfmx, afaiRemember.. WG -Original Message- From: webguy [mailto:[EMAIL PROTECTED] Sent: 22 August 2003 14:35 To: CF-Talk Subject: RE: Question about cf and ldap I remember seeing a good cf ldap example

RE: Question about cf and ldap

2003-08-22 Thread webguy
I remember seeing a good cf ldap example here.. http://www.15seconds.com/issue/020710.htm WG -Original Message- From: Janice Zimba [mailto:[EMAIL PROTECTED] Sent: 22 August 2003 14:29 To: CF-Talk Subject: Question about cf and ldap >I read somewhere that it needs to be a full name, >>no

RE: htaccess CF manager

2003-08-22 Thread webguy
I'd look around for a java class that does this. There is bound to be one. WG -Original Message- From: Jillian Carroll [mailto:[EMAIL PROTECTED] Sent: 21 August 2003 18:05 To: CF-Talk Subject: htaccess CF manager I am about to create a web-based htaccess manager... that will allow my cl

RE: calling all RegEx gurus

2003-08-18 Thread webguy
Top of my head Something like [a-zA-Z]([0-9]{7,})[a-zA-Z] \1 -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: 18 August 2003 12:33 To: CF-Talk Subject: calling all RegEx gurus OK...looking to all you RegEx gurus out there... I need a Client Side

RE: XML Best Practices - Resources

2003-08-14 Thread webguy
The xml dtd format, has an effect on preformance, depending on the implimentation have a look here.. http://www.15seconds.com/issue/010409.htm As for a standard, vcard would be the nearest thing to a standard AFAIK, look for xml & vcard with google, you'll find some stuff on it. the older vca

RE: OT: dynamically populating a select box from another select box

2003-08-14 Thread webguy
While 2 selectrelated does its job its a little heavy in the code side of things. Qforms is much better, epecially when you have a few sets on the same page.. http://www.pengoworks.com/qforms/docs/examples/n-related_selectboxes.htm WG -Original Message- From: raedwards [mailto:[EMAIL PR

RE: Caller access to query

2003-08-14 Thread webguy
If myquery is the query on your page then in your custom tag Better is to pass the query in the tag and in the tag WG -Original Message- From: Venable, John [mailto:[EMAIL PROTECTED] Sent: 13 August 2003 17:45 To: CF-Talk Subject: Caller access to query Is there

RE: Linux Shells for Rent?

2003-08-14 Thread webguy
God that brings me back!! A quick google will give you a list of a free shell providers.. http://directory.google.com/Top/Computers/Internet/Access_Providers/Unix_She ll_Providers/Shell_Lists_and_Reviews/?il=1 Not sure why you wouldn't just run a shell on your on machine? WG -Original Mes

RE: CFMX 6.1 and WebDAV

2003-08-06 Thread webguy
Do you mean CFMX as a webdav client or server? As a server look at the webdav in tomcat, remembering that CFMX is basically a j2ee app.. WG -Original Message- From: Mark Stewart [mailto:[EMAIL PROTECTED] Sent: 06 August 2003 18:54 To: CF-Talk Subject: RE: CFMX 6.1 and WebDAV I don't hav

RE: Finding recently modified files in subdirectories

2003-07-30 Thread webguy
change event within it :( - Calvin - Original Message - From: "webguy" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, July 30, 2003 7:04 AM Subject: RE: Finding recently modified files in subdirectories > And you can use a QoQ on the

RE: Finding recently modified files in subdirectories

2003-07-30 Thread webguy
And you can use a QoQ on the result Select * >From mydirectoryresult Where dateLastModified = yourcondition WG -Original Message- From: Stephen Moretti [mailto:[EMAIL PROTECTED] Sent: 30 July 2003 11:43 To: CF-Talk Subject: Re: Finding recently modified files in subdirectories > > I'm

RE: RE: DB Design

2003-07-29 Thread webguy
t: 29 July 2003 17:29 To: CF-Talk Subject: Re: RE: DB Design Say, to go off topic, how is CMP 2 coming along? CMP 1 sucked balls. - Original Message ----- From: webguy <[EMAIL PROTECTED]> Date: Tuesday, July 29, 2003 10:29 am Subject: RE: DB Design > Hi Ian, > > > You wou

RE: Mach II

2003-07-29 Thread webguy
I had a quick look at the example too. It seems like machII is really adding a lifecycle to cfcs?? Am I wrong? WG >I've jus been looking at the sample contact manager. For what it does, it comes across as hideously complicated. Then again, I haven't really looked into it properly yet so I m

RE: billion was RE: DB Design

2003-07-29 Thread webguy
> In England, Hey, what about Ireland :-) Why the difference??? Its a historical oddity. Nothing specific made it that way. Unlike other languages. So thousand million (10^9) is called a milliard in the European style etc.. The American system was actually based on a French system which they th

RE: DB Design

2003-07-29 Thread webguy
Hi Ian, > You would change the address in the appropriate record. If it is a foreign > key, and the DB is designed to "CASCADE UPDATE" then tables linked to the > primary table will change also change. Again this is requires the DB to have CASCADE update. Lots of db don't have cascading settings

billion was RE: DB Design

2003-07-29 Thread webguy
> thousand billion bytes Note a billion in the US and EU are different. A billion is 1,000,000,000 US and 1,000,000,000,000 in the EU. Better off with 10^9 and 10^12 to avoid confusion :-) You know that NASA and the Russia Space angency had a joint project together where the US was using inches

RE: DB Design

2003-07-29 Thread webguy
Ian, > For example for users, you might use e-mail, for employees you might use > SSN, ect. Would you use a users email as a foreign key? What do you do if someone changes their email address? WG ~| Archives: http://www.houseoff

RE: DB Design

2003-07-29 Thread webguy
The debate on primary keys is a long long long one. Some arguments are a) you shouldn't add columns to a table that are meaningless So why do you need a UserID column when you could use Username But what happens if a user changes his username,? you going to update all relation ta

RE: CF Administrator Jibberish HELP

2003-07-28 Thread webguy
Anyone who was wondering, "servering" is a techincal term. :-) WG -Original Message----- From: webguy [mailto:[EMAIL PROTECTED] Sent: 28 July 2003 15:02 To: CF-Talk Subject: RE: CF Administrator Jibberish HELP Looks like it isn't processing the cfm page at all. Its just

RE: CF Administrator Jibberish HELP

2003-07-28 Thread webguy
Looks like it isn't processing the cfm page at all. Its just servering it as text .. What version? Check your mappings or .cfm mappings in your webserver etc... WG -Original Message- From: [EMAIL PROTECTED] [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 28 July 2003 14:31 To: CF-Tal

RE: Funky Column Names

2003-07-24 Thread webguy
Can you change the query ? select SDE.DBO.TMLS_PARCELS.PIN AS pin FROM table -Original Message- From: Critz [mailto:[EMAIL PROTECTED] Sent: 24 July 2003 18:39 To: CF-Talk Subject: Funky Column Names oi CF-Talk,!! I've got a query that returns a column: SDE.DBO.TMLS_PARCELS.PIN

RE: ergonomics

2003-07-24 Thread webguy
Which one you got ? WG -Original Message- From: Jim Campbell [mailto:[EMAIL PROTECTED] Sent: 24 July 2003 16:42 To: CF-Talk Subject: Re: ergonomics I have an Aeron at home, and it's terrific. Highly adjustable and the weave instead of leather or cushioning keeps you cool. It lasts, too

RE: Visual Regular Expression tool

2003-07-24 Thread webguy
C++ via the Trolltechs QT framework. WG -Original Message- From: fred fred [mailto:[EMAIL PROTECTED] Sent: 24 July 2003 03:05 To: CF-Talk Subject: Re: Visual Regular Expression tool what language is this written in? It looks like a GUI version of text2reg. http://txt2regex.sourceforge.n

RE: coldfusion.compiler.outputDir

2003-07-24 Thread webguy
There is a setting in [cfroot]\WEB-INF\web.xml Be careful to backup your web.xml I could imagine this breaking your install .. WG -Original Message- From: McCabe, Kev [mailto:[EMAIL PROTECTED] Sent: 24 July 2003 12:16 To: CF-Talk Subject: coldfusion.compiler.outputDir Hi all, Does any

RE: File Synchronization, Asynchronously?

2003-07-22 Thread webguy
Where is your DB server? DMZ? In that case, why not sick you file in the DB ? or onto that box? WG -Original Message- From: Shawn Grover [mailto:[EMAIL PROTECTED] Sent: 22 July 2003 17:35 To: CF-Talk Subject: File Synchronization, Asynchronously? I have two web applications on sepa

RE: CFForm madness. 0_0

2003-07-22 Thread webguy
#x27;s Dan? How come they aren't on the Macromedia Exchange! Who's Dan? -Gel -Original Message- From: webguy [mailto:[EMAIL PROTECTED] I think someone on the qforms list built tags that use qforms without need to do js Email da

RE: CFForm madness. 0_0

2003-07-22 Thread webguy
I think someone on the qforms list built tags that use qforms without need to do js Email dan and find out ! WG -Original Message- From: Angel Stewart [mailto:[EMAIL PROTECTED] Sent: 22 July 2003 15:34 To: CF-Talk Subject: RE: CFForm madness. 0_0 So..umm..who has a neat tutorial for

RE: CFForm madness. 0_0

2003-07-22 Thread webguy
Just to be clear, this may have been fixed, or about to be fixed.(r3dsci) Also I haven't tested this myself, just read Matts post (but I trust Matt..) WG > I am ..worried over the reports I'm reading here that using CFFORM > increases page rendering time by so much though. It means that it > cer

RE: SiteMinder Service Status

2003-07-22 Thread webguy
if siteminder is a service, (never used it) check out cfx_servicecontrol @ www.coolfusion.com -Original Message- From: ColdFusion Programmer [mailto:[EMAIL PROTECTED] Sent: 22 July 2003 15:17 To: CF-Talk Subject: SiteMinder Service Status It finally worked. Not on my system though. I cop

RE: CFForm madness. 0_0

2003-07-22 Thread webguy
Matt Liotta did some checking and it appears that for every sub tag in cfform (e.g. ) the page rendering times grow exponentially. That was in up3 i think. WG -Original Message- From: Michael T. Tangorre [mailto:[EMAIL PROTECTED] Sent: 22 July 2003 15:08 To: CF-Talk Subject: Re: CFForm

RE: CFForm madness. 0_0

2003-07-21 Thread webguy
Is the path to cfform.js correct? WG -Original Message- From: Angel Stewart [mailto:[EMAIL PROTECTED] Sent: 21 July 2003 18:19 To: CF-Talk Subject: CFForm madness. 0_0 Okies.. I am totally stumped by this. This is my code: Simple. I mean...just a CFFORM. But...it does not work.

RE: Concatenate results of subquery in select

2003-07-18 Thread webguy
You want to write a query that gives you this buildingnameteacherID teacherID TeacherName High School 1 1 Bob Middle School 1 1 Bob EMC 1 1 Bob ELC 2

RE: Fire and forget a Stored Procedure

2003-07-18 Thread webguy
There are lots of ways to do this. One way is to use CFEXECUTE to run isql (look up isql in the SQL books on line) or create a package... WG -Original Message- From: DURETTE, STEVEN J (AIT) [mailto:[EMAIL PROTECTED] Sent: 18 July 2003 13:59 To: CF-Talk Subject: Fire and forget a Sto

mach-ii.com

2003-07-18 Thread webguy
Is there a mach-ii.com mailing list? Is it the old mailing list? Where can I get info - contribute ? Thanks WG ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_

RE: Virtual directories and UNC paths not working on CFMX?

2003-07-18 Thread webguy
I'll just conform that you can use UNC paths in CFMX if everything is correct. Someone pointed an issue with cfcontent and UNC in CFMX recently, any confirm that ??? WG -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: 17 July 2003 20:13 To: CF-Talk Subject: RE: Virtual

RE: Thinking about application architecture...

2003-07-17 Thread webguy
Hi, > From: Hagan, Ryan Mr (Contractor ACI) > Out of curiosity, what is the problem with limiting each session to the same > box on a load-balanced system? We use a web farm here and we restrict each > session to only one box with no problems. I don't really see this as much > of a constraint an

RE: Thinking about application architecture...

2003-07-17 Thread webguy
hi, > Sandy Clark [EMAIL PROTECTED] Said: > Actually using J2EE Sessions with a copy of CFMX for J2EE and your own J2EE > server will allow you to use the J2EE clustering abilities with session > variables. > > Ben Forta gave a presentation here last week which came up with that exact > item. Ver

RE: Load balanced code replication

2003-07-17 Thread webguy
Hi, > > On Wednesday, Jul 16, 2003, at 13:17 US/Pacific, Barney Boisvert wrote: > > We use rsync for doing all our installation and mirroring, be it code > > or > > data. Very nice, and works over an SSH connection for security. It's > >native to *nix, but I believe there is a Windows port. >

RE: db records with cftags in them do not render -help

2003-07-16 Thread webguy
Of course, you probably can do that with a regex ReReplaceNoCase "#(a-zA-Z0-9_)# with #Evaluate(/1)# but I didn't for other reasons WG -Original Message----- From: webguy [mailto:[EMAIL PROTECTED] Sent: 16 July 2003 17:33 To: CF-Talk Subject: RE: db records with cftags

RE: db records with cftags in them do not render -help

2003-07-16 Thread webguy
Here is something I wrote, that changed xxx.cfm?id=$id$ in to xxx.cfm?id=123 if You chould adapt it to change "My age is #id#" to "My age is 123"

RE: XP issue was RE: Visual Regular Expression tool

2003-07-16 Thread webguy
-Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED] Sent: 16 July 2003 11:26 To: CF-Talk Subject: Re: XP issue was RE: Visual Regular Expression tool It looks like it was a security problem on the original zip file. I've uploaded a new one. Please try it out and see if it

XP issue was RE: Visual Regular Expression tool

2003-07-16 Thread webguy
Do you XP users that are having problems got MSVCRT.DLL on your machines? WG -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED] Sent: 16 July 2003 03:33 To: CF-Talk Subject: Re: Visual Regular Expression tool No clue. here's the direct link: http://www.cfregex.com/visu

RE: Re: Mach II

2003-07-16 Thread webguy
. Details are here: - http://www.cfconf.com/fusebox2003/ Kind Regards - Mike Brunt Original Message --- What you get on http://www.mach-ii.com/ is all you get... Remember this is still beta software! On Tuesday, Jul 15, 2003, at 09:48 US/Pacific, webguy wrote: > My first look

Mach II

2003-07-15 Thread webguy
My first look at MachII; Does the data in example machII app, persist data ? Is there are readme ? WG ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lis

RE: [cflogin] My Symptoms and my application.cfm code...

2003-07-10 Thread webguy
Hi, Raymond said: >> >> > What is to stop me from editing my cookie and setting my ID to be > someone else? Actually on that subject, interesting articles on securityfocus.com about Penetration Testing for Web Applications (or hacking web apps depending on what color your hat is... ) http://

RE: [cflogin] My Symptoms and my application.cfm code...

2003-07-10 Thread webguy
Haven't read your code, but if you use HTTP Analyzer http://www.coolfusion.com/downloads/ or wget or telnet to see what is actually happening. Teach a man to fish ... ~ and you can sell him fishing equipment. WG -Original Message- From: Jeff [mailto:[EMAIL PROTECTED] However, whenever

RE: Creating a list with infinite groupings and indents

2003-07-09 Thread webguy
BTW Joe Clecko had an entire book on trees coming soon "TREES & HIERARCHIES IN SQL (Morgan-Kaufmann), 2003" http://www.celko.com/books.htm WG -Original Message- From: Michael T. Tangorre [mailto:[EMAIL PROTECTED] Sent: 09 July 2003 14:48 To: CF-Talk Subject: Re: Creating a list with in

RE: Is there a difference between CFMX on Linux and Windows?

2003-07-09 Thread webguy
> There is non-verity based document searching in DRK3 too as well Yeah, I saw that. AFAIK its based on lucene, right? http://jakarta.apache.org/lucene/docs/index.html > There are ways round it. Yeah sure, but its not out of the box .. WG

RE: Creating a list with infinite groupings and indents

2003-07-09 Thread webguy
Check out these John http://affy.blogspot.com/ntm/index.htm WG -Original Message- From: John Sprenkle [mailto:[EMAIL PROTECTED] Sent: 09 July 2003 14:19 To: CF-Talk Subject: Creating a list with infinite groupings and indents Say I have a table with the following records: rec id d

RE: Is there a difference between CFMX on Linux and Windows?

2003-07-09 Thread webguy
ROTECTED] Sent: 09 July 2003 13:36 To: CF-Talk Subject: Re: Is there a difference between CFMX on Linux and Windows? On Wednesday 09 Jul 2003 13:33 pm, webguy wrote: -- Thomas C Advanced ColdFusion Programmer PLEASE NOTE: When the Recipient Is Not Directly Observing This E-mail, It May Cease to E

RE: Is there a difference between CFMX on Linux and Windows?

2003-07-09 Thread webguy
No verity , no com, case sensitive there is a complete list on MM somewhere .. WG -Original Message- From: Matthew Walker [mailto:[EMAIL PROTECTED] Sent: 09 July 2003 13:16 To: CF-Talk Subject: Re: Is there a difference between CFMX on Linux and Windows? Case sensitivity in file name

RE: Why can't COM just work in CFMX?

2003-07-09 Thread webguy
better error message from J-Integra, after that check out the J-Integra website. http://www.intrinsyc.com/ --- snip --- WG -Original Message- From: Simon Whittaker [mailto:[EMAIL PROTECTED] Sent: 09 July 2003 11:31 To: CF-Talk Subject: Re: Why can't COM just work in CFMX? webguy

RE: Why can't COM just work in CFMX?

2003-07-09 Thread webguy
if it works in ASP but not in CFMX it might be a permissions issue. -Original Message- From: Matt [mailto:[EMAIL PROTECTED] Sent: 08 July 2003 20:37 To: CF-Talk Subject: RE: Why can't COM just work in CFMX? I tried both Create and Connect, and I'm getting the exact same error with both a

RE: CF Object Error

2003-07-08 Thread webguy
Thats a J-Integra Runtime error. J-Integra is the Java-COM bridge in CFMX. You should(might) be able to use getexception() to get a better error message from J-Integra, after that check out the J-Integra website. http://www.intrinsyc.com/ WG -Original Message- From: John Stanley [mailto:[

RE: GetPageContext() function...cfinclude from a cfscript?

2003-07-08 Thread webguy
The Sun definition : An object bound into the context associated with a servlet. The GetPageContext returns the "context" for a servlet or JSP page. It really does what it says on the tin, it returns the context, which simplified means /x/y/z/myservlet or whatever. The servlet needs this when i

RE: JSP/Java in CF Page

2003-07-08 Thread webguy
ge Default in Dreamweaver charset=iso-8859-1" I guess. -Original Message- From: webguy [mailto:[EMAIL PROTECTED] Sent: 08 July 2003 13:23 To: CF-Talk Subject: RE: JSP/Java in CF Page Looks like a unicode issue, what encoding are you using ? WG -Original Message- From:

RE: Beta Testing RedSky

2003-07-08 Thread webguy
AFAIK was fusebox 4 , now mach II -Original Message- From: Rich Z [mailto:[EMAIL PROTECTED] Sent: 08 July 2003 13:17 To: CF-Talk Subject: RE: Beta Testing RedSky What's Mach II? -Original Message- From: chad [mailto:[EMAIL PROTECTED] Sent: Monday, July 07, 2003 11:22 AM To: CF-T

RE: JSP/Java in CF Page

2003-07-08 Thread webguy
p"); 10 : -Original Message- From: webguy [mailto:[EMAIL PROTECTED] Sent: 08 July 2003 11:46 To: CF-Talk Subject: RE: JSP/Java in CF Page GetPageContext().include("hello.jsp"); Full details here... http://www.macromedia.com/devnet/mx/coldfusion/articles/java.html WG

RE: JSP/Java in CF Page

2003-07-08 Thread webguy
GetPageContext().include(“hello.jsp”); Full details here... http://www.macromedia.com/devnet/mx/coldfusion/articles/java.html WG -Original Message- From: Shahzad.Butt [mailto:[EMAIL PROTECTED] Sent: 08 July 2003 10:14 To: CF-Talk Subject: JSP/Java in CF Page Hi First time writi

RE: How many tables a datasource can handle?

2003-07-07 Thread webguy
...but obviously from an admin perspective it makes sense to break up the data, into managable chunks, eg. one db per site/project etc.. WG -Original Message- From: Scott Weikert [mailto:[EMAIL PROTECTED] Sent: 07 July 2003 18:37 To: CF-Talk Subject: Re: How many tables a datasource can h

RE: CFUnit

2003-07-07 Thread webguy
Seans older cf testing tags are here http://corfield.org/index.php?fuseaction=coldfusion.resources -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: 07 July 2003 16:25 To: CF-Talk Subject: RE: CFUnit > One Question, why oh why do MM charge for CFUnit? I certainly

RE: CFUnit

2003-07-07 Thread webguy
Agreed. WG > One Question, why oh why do MM charge for CFUnit? > Surely, by giving it away, and thus improving the quality of the CF out > there, they would be improving the CF name in the way that they are > marketing it. > > MM, Please make CFunit free, paying $1499 for this is a lot of money

RE: java class - how to (was RE: Date Time (GMT 1970))

2003-07-07 Thread webguy
put the class in web_root/WEB-INF/classes mydate = createobject("java","formatDate"); return = mydate.init(s); you might need to use javacast() function change the class to import java.text.SimpleDateFormat; import java.util.*; public class formatDate { public String formatDate(St

RE: SQL quickie

2003-07-07 Thread webguy
There is a good series on using MS-SQL date functions here http://www.databasejournal.com/features/mssql/article.php/2191631 -Original Message- From: Eric Creese [mailto:[EMAIL PROTECTED] Sent: 07 July 2003 13:22 To: CF-Talk Subject: SQL quickie I want to be able to take a value of g

RE: CFUnit

2003-07-04 Thread webguy
> CFUnit is designed to introduce the concept of unit testing to ColdFusion > developers and provide them with a sound, straightforward implementation > which can be extended as necessary. In that case (pun intended), maybe your could get MM it release it separately to the DRK. I'd like to use t

RE: TagCFMail::sendMessage

2003-07-04 Thread webguy
or maybe permissions... WG -Original Message- From: Dan Phillips [mailto:[EMAIL PROTECTED] Sent: 04 July 2003 16:22 To: CF-Talk Subject: RE: TagCFMail::sendMessage Hmmaybe the DLL needs to be registered? Try using regsvr. That should do it. Dan Phillips www.CFXHosting.com 1-

RE: uisng Virtual Machine software for hosting (WAS CrystalTech says ALL variables must be locked)

2003-07-04 Thread webguy
atary stuff we developed in house to smooth it out a bit. Dan Phillips www.CFXHosting.com 1-866-239-4678 [EMAIL PROTECTED] -Original Message- From: webguy [mailto:[EMAIL PROTECTED] Sent: Friday, July 04, 2003 11:15 AM To: CF-Talk Subject: RE: uisng Virtual Machine software for hosting

RE: uisng Virtual Machine software for hosting (WAS CrystalTech says ALL variables must be locked)

2003-07-04 Thread webguy
Think this is it http://www.microsoft.com/windowsserver2003/evaluation/trial/virtualserver.ms px WG -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 04 July 2003 16:06 To: CF-Talk Subject: Re: uisng Virtual Machine software for hosting (WAS CrystalTech says ALL v

RE: CFUnit

2003-07-03 Thread webguy
om tags. See the links I just posted to see how you could implement your own (even more comprehensive) version. Unfortunately, there are some of us that can't afford the DRKs!! André -Original Message- From: webguy [mailto:[EMAIL PROTECTED] Sent: 03 July 2003 17:49 To: CF-Talk

RE: CFUnit

2003-07-03 Thread webguy
Anyway to get this without the drk ? -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: 03 July 2003 17:33 To: CF-Talk Subject: RE: CFUnit Christian Cantrall. And it rocks. I _love_ the unit tester (and even added some more stuff to it).

RE: can someone validate this bug? (repost)

2003-07-03 Thread webguy
Any chance you could add the following. Show the code used. Display the server details to see timezone etc that the server is using Here is a nice way to show the code Save the two sections below as showcode.cfm coloredcode.cfm and the stick in to your template Code in :#GetBaseTempla

RE: Parse formated list

2003-07-03 Thread webguy
This ??? ListContains(list, substring [, delimiters ]) Description Determines the index of the first list element that contains a specified substring. Return value Index of the first list element that contains substring. If not found, returns zero. Category List functions Syntax ListContains(l

RE: Firewall APP

2003-07-02 Thread webguy
Interesting article. Hadn't come across this flavor of firewall before. I'd query the usefulness of the product though. IISFilt basically does this, as do some apache modules. I suppose your could use this at an entry point to minimise admin, but then you are adding a significant load to your load

was RE: CFMX Linux?

2003-06-30 Thread webguy
> I was wondering if there is a version for linux? Its pretty funny that in order of hardness : * google for "linux cfmx version" : hard * post to cf-talk : harder * find it on MM site: hardest WG :-) -Original Message- From: Dave

SQL Slammer ... RE: Questions about security

2003-06-30 Thread webguy
Has anyone read this junk, http://www.microsoft.com/sql/techinfo/administration/2000/security/coderespo nse.asp Yeah, blame Wired Magazine, why don't you MS. The slammer code has been around for anyone who wants it for ages. Isn't it better for admins to know why the slammer worked, rather tha

RE: CFMX SQLException error

2003-06-30 Thread webguy
>> CF5 is disabled if there is co-existence. not sure about that >>//CFMX & CFM >>You have confused me here. meant cfmx and cf5 sorry.. Have a look at your current activity in SQL server management console to locate your users/connections.. WG -Original Message

RE: CFMX SQLException error

2003-06-30 Thread webguy
Microsoft Database Engine = MSDE http://www.microsoft.com/sql/ WG -Original Message- From: John McCosker [mailto:[EMAIL PROTECTED] Sent: 30 June 2003 18:17 To: CF-Talk Subject: RE: CFMX SQLException error >>It seems that you're running MSDE What is MSDE? >>That error message is not fr

RE: CFMX SQLException error

2003-06-30 Thread webguy
Hi, > First of all I don't understand 'Standard Edition', we are running CFMX > Enterprise for windows, and why upgrade. I think the error refers to the licenses for your database rather than CFMX. Sure you don't have more simultaneous connections in total , i.e. CFMX & CFM & anything else than y

RE: Questions about security

2003-06-30 Thread webguy
4842 Also cfmx contains versions of the following AXIS Verity j-intragra log4j etc. etc. and of course Jrun (or what ever java container) + a JDK issues So any issues that apply to these may apply to CFMX regards WG -Original Message----- From: webguy [mailto:[EMAIL PROTECTED] Sent: 30 June 20

RE: Questions about security

2003-06-30 Thread webguy
Secure Windows - get the O'reilly book http://www.oreilly.com/catalog/securwinserv/ http://www.microsoft.com/security/ Secure IIS - http://www.iisfaq.com/default.aspx?view=P142 Secure SQL server -http://www.sqlsecurity.com/DesktopDefault.aspx Use d

RE: (OT) RegEx editor

2003-06-30 Thread webguy
> From: Michael Dinowitz [mailto:[EMAIL PROTECTED] > Subject: Re: (OT) RegEx editor > > The $720 is for a visual RegEx building tool WRITTEN in Qt. If it's GPLed, then > anyone here could get it and compile it for us, right? Could you? yeap, of course there maybe some issues, depending on the libs

RE: CFMX Inquiry (Problem)

2003-06-30 Thread webguy
You can stick this in a .bat file net stop "ColdFusion MX ODBC Agent" net stop "ColdFusion MX ODBC Server" net stop "ColdFusion MX Application Server" Del C:\CFusionMX\wwwroot\WEB-INF\cfclasses\*.* /Q net start "ColdFusion MX Application Server" net start "ColdFusion MX ODBC Agent" net start "Co

RE: (OT) RegEx editor

2003-06-30 Thread webguy
What is the $720 for, a copy of QT for windows? There is a free non-commercial windows version. This may have changed since I looked last. If the $720 is for VStudio 6 (the free win qt version required it.. ), I have a copy of that. The RegEx editor source is GPL'ed right? If its just a donation

RE: CFMX Inquiry (Problem)

2003-06-30 Thread webguy
They are in [cf web root]\WEB-INF\cfclasses WG -Original Message- From: Graham Pearson [mailto:[EMAIL PROTECTED] Sent: 30 June 2003 16:03 To: CF-Talk Subject: CFMX Inquiry (Problem) I have ran into a strange problem this morning with CFMX and I am unable to find a solution to this. I a

RE: MM Forums

2003-06-30 Thread webguy
Did you try the suggestion in my mail? here it is again : Chould be an issue with the jrun connector. Can you browse all your site a using the built in webserver? (e.g. http://localhost:8500/ ) If it is check out MM site kb article about the connector WG -Original

Re: CFMX Server Dead?

2003-06-29 Thread webguy
Chould be an issue with the jrun connector. Can you browse all your site a using the built in webserver? (e.g. http://localhost:8500/ ) If it is check out MM site kb article about the connector WG Quoting GL <[EMAIL PROTECTED]>: > OK, this is really frustrating. I had CFMX running fine for we

RE: EJB & CF

2003-06-27 Thread webguy
Check out http://www.macromedia.com/software/coldfusion/whitepapers/pdf/ColdFusionMXFe atureGrid_03.pdf for the difference between cf5/ cfmx / cfmx for j2ee and http://www.macromedia.com/devnet/mx/coldfusion/j2ee/ for info on java with cfmx.. ~~

RE: how to get the tablenames in a database

2003-06-26 Thread webguy
Thats just for sql server (maybe access too) WG -Original Message- From: Fetter, Brad [mailto:[EMAIL PROTECTED] Sent: 26 June 2003 20:59 To: CF-Talk Subject: RE: how to get the tablenames in a database I think I can answer this one here is an example of getting tables names dynamic

RE: What calendar features do people want WAS -> Calendar App

2003-06-26 Thread webguy
The calendar is one of the most complex applications out there. Its deceptively complex. Now to build a simple calendar, that's easy. For most people this is all they need. To build a calendar with simple (weekly, daily , annual) recurring events is fairly easy too. For most of the rest, this wor

  1   2   3   4   5   >