Re: interface with Active Directory?

2002-03-06 Thread Jon Hall
CF cannot instatiate ADSI connections. Blame Microsoft... There is a cf_adsi that has quite a few capabilities though. It's just a com object that encapsulates various ADSI functions. http://www.cfcomet.com/cfcomet/utilities/ Also IHTK has a lot of the IIS/User capabilities.

Re: Flash Tutorials (WAS: a little about the future)

2002-03-06 Thread Jon Hall
Where may I find code examples? jon Mike Chambers wrote: fyi -Original Message- From: Jon Hall [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 06, 2002 8:45 PM I won't ever do a drop of Flash until I can write code to draw that widget, and move it from point a to b

Re: Intranet apps

2002-03-08 Thread Jon Hall
http://www.cflib.org/udf.cfm?ID=445 jon - Original Message - From: Bruce Holm [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, March 08, 2002 2:19 PM Subject: Re: Intranet apps THis is a COM object for NT or 2000. Our CF server runs on Solaris so this won't work.

Re: preserve javascript formatting?

2002-03-09 Thread Jon Hall
How about surrounding the script tags with pre tags? I may not be understanding the issue though...javascript can be compressed (if that is what this tag is doing) just like html and still work. Perhaps you are missing some semicolons and two javascript statements are getting stuck together?

Re: ODBC for Interbase

2002-03-09 Thread Jon Hall
http://ofbodbc.sourceforge.net/ Nathan Chen wrote: Hi, All: Does anyone has experience working with Interbase database? I assume you need an ODBC driver for CF Server to talk to Interbase. Where can I get the driver? Any hint is appreciated. Nathan Chen

Re: OT: my own box

2002-03-09 Thread Jon Hall
Burn the SP's to a CD and install everything, and remove all of the unnecessary extensions, _before_ plugging in the network cable. Otherwise I guaranteee you will get infected by Nimbda and all the rest before you can even get IIS started. Removing the unnecessary IIS extensions pretty much

Re: cfhtmlhead

2002-03-10 Thread Jon Hall
cfoutput :) What are you trying to accomplish? jon Brian Scandale wrote: Is there a similar tag to cfhtmlhead that is used to add content into the body tag? Can't seem to find it if it exists thanks, Brian __ Why

Re: id.innerText = 'how to escape quotes and ticks?'

2002-03-12 Thread Jon Hall
The javascript escape function may be of some help. If you can use CF, I like the xmlFormat function for stuff like this, it works very well. jon - Original Message - From: Justin Hansen [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, March 12, 2002 2:32 PM Subject:

OT: Microsoft SQL Server: Buffer Overflows in numerous extended stored procedures

2002-03-13 Thread Jon Hall
Just posted to Bugtraq... http://www.appsecinc.com/resources/alerts/mssql/02-.html __ Get Your Own Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation · $99/Month · Free

Re: Retrying with CFHTTP Post

2002-03-14 Thread Jon Hall
Then test the returning content for the error... - Original Message - From: Nick Baker [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, March 14, 2002 2:53 PM Subject: Re: Retrying with CFHTTP Post Dave, Thanks for the input but I don't think a CFTRY/CFCATCH would

Re: OT: Advice and opinion on client who has a problem paying bills

2002-03-16 Thread Jon Hall
Lay down the law if you can, if not chalk it up to a learning experience. Get them in a contract. No one client should make up more than 20% of incoming money...for situations just like this. Besides, if you don't handle the site, she is going to need someone else right? Chances are that

Re: UDF question

2002-03-18 Thread Jon Hall
http://www.javaworld.com/javaworld/javaqa/1999-08/04-qa-leaks.html - Original Message - From: Douglas Brown [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, March 18, 2002 2:44 PM Subject: Re: UDF question Maybe someone from Macromedia would be kind enough to comment on

Re: UDF question - locking...the future...maybe...

2002-03-18 Thread Jon Hall
CFLOCK at all. Howie - Original Message - From: Jon Hall [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, March 18, 2002 3:21 PM Subject: Re: UDF question http://www.javaworld.com/javaworld/javaqa/1999-08/04-qa-leaks.html

Re: Tall Table

2002-03-21 Thread Jon Hall
Taken from a page I am actually working on right this second... div style=overflow: auto; height: 300px; width: 196px; table width=180 cellpadding=0 cellspacing=1 border=0 tr tdYatta!/td ...snip snipped=lotsa Yatta rows/ /tr /table /div This Will NOT work on NS4.x. If

Re: CF Feature Request - Ability to run CF app on PPC

2002-03-22 Thread Jon Hall
Why not use Flash to access a web service that you provide via a CF server? jon - Original Message - From: David Adams [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, March 22, 2002 10:32 AM Subject: Re: CF Feature Request - Ability to run CF app on PPC Whether a mobile

What is wrong with this code?

2002-03-22 Thread Jon Hall
There is something wrong with this code (other than it's overly complex...), but I can't see it. Every time I run this code I get an anit.exe process that goes to 99%, but, and here is the weird part, the CF template does stop processing and I get all of the debug except for the queries...weird.

Re: What is wrong with this code?

2002-03-22 Thread Jon Hall
argh neither of those work, please ignore, unless you can tell me what I am doing wrong :). Sorry for the spam. - Original Message - From: Jon Hall [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, March 22, 2002 8:49 PM Subject: What is wrong with this code

Re: Time Issue

2002-03-25 Thread Jon Hall
Perhaps your server is stuck in a time warp? - Original Message - From: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, March 25, 2002 5:48 PM Subject: Re: Time Issue When I send an email through the mail server through POP account - the time is correct - when I send it

Re: Office on Solaris?

2002-03-28 Thread Jon Hall
You beat me to it...I love Star Office/Open Office. Just to add a little info, Star Office is no longer going to be free, but the open source version, Open Office will remain free. http://www.openoffice.org jon - Original Message - From: Neil Clark =TMM= [EMAIL PROTECTED] To: CF-Talk

Re: JS Question

2002-03-28 Thread Jon Hall
Here is a little snippet I use for this, I don't believe it works for NS4 though. It does work in IE?/NS6... So you could add an onchange event to your select box, and if the selected option means that your text field needs to be disabled, fire off your toggleEdit()... function toggleEdit() {

structSort documentation?

2002-03-28 Thread Jon Hall
I'm looking at the CF5 manual, and it's telling me that the syntax is this: structSort( base, pathToSubElement, sortOrder, sortType ) but the Studio function autocomplete is telling me this: structSort( base, sortOrder, sortType, pathToSubElement) Which is correct?

Re: structSort documentation?

2002-03-28 Thread Jon Hall
- From: Jon Hall [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 28, 2002 3:49 PM To: CF-Talk Subject: structSort documentation? I'm looking at the CF5 manual, and it's telling me that the syntax is this: structSort( base, pathToSubElement, sortOrder, sortType ) but the Studio

Re: 2 Selects killing me

2002-03-28 Thread Jon Hall
Can you view the source? Is it possible that you are querying too many records and the browser can't handle all of the javascript that the tag is generating? I've killed a browser or two in this manner before :) Check the recordcount... jon - Original Message - From: Michael Ross [EMAIL

Re: Zipping Files

2002-03-29 Thread Jon Hall
Why not use one of the cfx tags from the Dev Exchange? http://devex.macromedia.com/developer/gallery/info.cfm?ID=FBB59A9B-ED7F-11D5 -83F800508B94F85Amethod=Full - Original Message - From: Duane Boudreau [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, March 29, 2002 2:36 PM

Re: Passing HTML in WDDX

2002-03-30 Thread Jon Hall
Try xmlFormat() Brad Roberts wrote: I've seen this somewhere before, but can't find it. What function do you use to not screw up your wddx packet when passing html tags. I'm allowing html to be entered into a form field and storing into a wddx packet along with other data. Thanks in

Re: What is MX

2002-04-01 Thread Jon Hall
Lynch said Macromedia supports the W3C and is open to including SVG support in its products if the format, now primarily endorsed by competitor Adobe, catches on. He also noted that Flash incorporates open standards such as XML and the ECMAScript language. *pant* *pant* On the search engine

Re: Macromedia's Java for Web Developers course

2002-04-01 Thread Jon Hall
Haven't taken the course, but when I first decided to figure out Java, I read all sorts of different tutorials and books, and they all had a different way of trying to get the OO concept into my head. None of them stuck until I read IBM's custom datatype analogy.

Re: arraySum() for structures?

2002-04-03 Thread Jon Hall
Ditto, what Phillip said...but here is a hack. cfscript myStruct = structnew(); myStruct.val1 = 1; myStruct.val2 = 3; myStruct.val3 = 2; list = structKeyList(myStruct); total = 0; for(i = 1; i LTE listLen(list); i = i + 1) { total = total + myStruct[listGetAt(list,i)]; } /cfscript

Re: Passing a Struct through a url.

2002-04-04 Thread Jon Hall
HTTP places no limit on url length and the W3C specifically reccomends that servers should be able to accept a url of any length, the same goes for clients. Apache used to have a a 4K limit, although that may have changed with the new versions. I don't know IIS's limit if any. Just as an

Re: CFOBJECT

2002-04-09 Thread Jon Hall
I haven't had the opportunity to work with Corba specifically, but I don't think it's a Corba specific problem. To put it politely, cfobject has issues. The most common problem I have is with nulls. CF has no concept of nulls and can't handle them. Check cfcomet.com if you haven't already though.

Re: CSS text for disabled form items

2002-04-10 Thread Jon Hall
Have you tried manually changing the color after you disabled it? frmFieldObj.disabled = true; frmFieldObj.style.backgroundColor = #ff; - Original Message - From: Paul Ihrig [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, April 10, 2002 2:04 PM Subject: CSS text for

Re: CF - Problem with missing Form Data

2002-04-11 Thread Jon Hall
I've seen this happen with a dropdown field! I only see it because of I have my error handler email me. Otherwise I have never been able to recreate it. I think perhaps there is an off the wall bug in CF that can cause it not to stick the form variables in the usual structure. I've only seen

Re: Suggestion for a good message forum to add to our CF SITE

2002-04-11 Thread Jon Hall
I've used CFForums 2000, 2.0 seems very solid and fast. Not free, but lots of features and they are very responsive as far as support goes. http://www.cfcode.com/cfforum2000/index.cfm harmony jones wrote: I've searched around and have found a large number of message forums that we can add

Access table record limit?

2002-04-12 Thread Jon Hall
Does anyone know what a practical limit of records should be in an Access table? The reason I ask is that I have a table for a feature I am implementing that with some really broad estimates of mine could hit 20,000 records in a year of heavy usage (for this app, which really wouldn't be heavy

Re: DSN-Less DB Connection

2002-04-12 Thread Jon Hall
I grabbed this from a web site recently CFQUERY NAME=rs DBTYPE=dynamic CONNECTSTRING=Driver={Microsoft Access Driver (*.mdb)};Dbq=#ExpandPath('..\bettergig\cgi-bin\bettergig.mdb')#;Uid=Admin;Pwd=pass; SELECT SeekId, SeekUsername, SeekPassword from Seekers /CFQUERY The connection

Re: How do you call a cfscript udf function and pass a query to it?

2002-04-14 Thread Jon Hall
UDF's are not a feature of CF 4.5. 5+ only. lmarcus wrote: The error is that it doesnt know that CallQuery Exists. This is done in CF 4.5. Thanks L Marcus cfquery name=LarryRec datasource=db2 maxrows=100 dbtype=ODBC debug SELECT lastname, address FROM larry4 /cfquery cfset temp=

Re: Directory Size

2002-04-15 Thread Jon Hall
cfobject type=COM name=fso class=Scripting.FileSystemObject action=CREATE cfset path = c:\temp\ cfset foldObj = fso.GetFolder(path) cfoutput#path# #foldObj.Size# bytes/cfoutput jon - Original Message - From: Kevin Schmidt [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday,

Re: Directory Size

2002-04-15 Thread Jon Hall
? -Original Message- From: Jon Hall [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 16 April 2002 11:15 a.m. To: CF-Talk Subject: Re: Directory Size cfobject type=COM name=fso class=Scripting.FileSystemObject action=CREATE cfset path = c:\temp\ cfset foldObj = fso.GetFolder(path) cfoutput

preservesinglequotes() for entire query?

2002-04-15 Thread Jon Hall
Is there an easy way to stop an entire cfquery from automatically quoting each variable? I would normally use preserveSingleQuotes(), but I have a query where I need to do it for every variable and was wondering if there is an easier way? jon

Re: Well Apache 2.0 is now production stable, when can CF people use it?

2002-04-15 Thread Jon Hall
Michael could you (or anyone...), post some CF performance tests if you get a chance between IIS and Apache under Windows? Just some observations would be cool too. Is Apache worth investigating at this point for production on Windows servers? jon Michael Dinowitz wrote: I'm going to be

Re: ColdFusion based mass email module

2002-04-16 Thread Jon Hall
Before you buy a program, you may want to try using cfmail's ability to use a query for the to field. You will see better performance than with a loop, it might just be enough. jon Dowdell, Jason G wrote: Hi All, I have a customer who is running into page timeout errors while using the

Re: ColdFusion based mass email module

2002-04-16 Thread Jon Hall
cfmail to=#Cat_Email# from=[EMAIL PROTECTED] subject=#subject# server=abc.net type=HTML cfmodule template=clear_newsletter.cfm /cfmail /cfoutput Thanks, Jason -Original Message- From: Jon Hall [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 16, 2002 8:57 AM To: CF-Talk Subject: Re

Re: CSS and Netscape - was(CSS and dynamically changing classes)

2002-04-16 Thread Jon Hall
The NS4 series have various levels of CSS support, some stuff works well, but there are a lot, I repeat a lot, of bugs in the different versions. One bug that is pretty funny involves a typo, under certain circumstances NS4 will store a layers style object in an variable called ttyle :) Lately I

Re: CSS and Netscape - was(CSS and dynamically changing classes)

2002-04-16 Thread Jon Hall
Netscape invented Javascript, and NS6/Mozilla's javascript implementation is the best of any browser as far as standards support and speed goes. Most javascript problems in NS6 are caused by the programmer coding for proprietary DOM's...like IE. First of a few replies to this thread... jon -

Re: CSS and Netscape - was(CSS and dynamically changing classes)

2002-04-16 Thread Jon Hall
Not scoping a javascript variable by default looks to the window object. Beyond that, the browser can start guessing for you like IE, which can be inflexible or demand you tell it what to do correctly. That's an old argument though... :) Scoping variables in CF works the same way. Not scoping CF

Re: CSS and Netscape - was(CSS and dynamically changing classes)

2002-04-16 Thread Jon Hall
XUL, XPCOM, SVG, User CSS, DOM2/CSS2 and parts of DOM3/CSS3, SOAP, embeddable open source core, and much more. - Original Message - From: Valerie L. Criswell [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, April 16, 2002 1:26 PM Subject: Re: CSS and Netscape - was(CSS and

Re: CSS and Netscape - was(CSS and dynamically changing classes)

2002-04-16 Thread Jon Hall
- Original Message - From: Matthew R. Small [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, April 16, 2002 2:27 PM Subject: RE: CSS and Netscape - was(CSS and dynamically changing classes) You're right, this is a can of worms, but...Really, I am asking that Steve Case

Re: CSS and Netscape - was(CSS and dynamically changing classes)

2002-04-16 Thread Jon Hall
that I use that make netscape break into pieces. You're defending this? Matt Small -Original Message- From: Jon Hall [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 16, 2002 4:24 PM To: CF-Talk Subject: Re: CSS and Netscape - was(CSS and dynamically changing classes

Re: Javascript: onKeydown event

2002-04-18 Thread Jon Hall
I'm unsure about onKeyDown, but NS4 does support onKeyPress. Here is my keyboard event handler... ..onKeyPress=return evt(event) function evt(e) { if (window.event) keyPressed = window.event.keyCode; else if (e) keyPressed = e.which; else return true; //do stuff } - Original

Re: Single-to-dual processor... reinstall CF?

2002-04-18 Thread Jon Hall
CF to my knowledge has no concept of multiple CPU's. It relies on the OS to handle parceling out tasks to the different cpu's. - Original Message - From: Matt Robertson [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, April 18, 2002 6:03 PM Subject: Single-to-dual

Re: CF and Business Logic

2002-04-19 Thread Jon Hall
Jumping in on this one real late, but since I have a different opinion than most, I'd agree with the subcontractor guy in a way, at least for now. With Neo, all the hokeyness is replaced with incredible flexibility in addition to the easy learning curve... In CF up to now, you have to jump

OT: Verisign Partner XML API

2002-04-19 Thread Jon Hall
Has anyone used this yet? I have a simple question about the authentication (#$# Verisign :)). Please reply off-list. jon __ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related

Re: CF and Business Logic

2002-04-20 Thread Jon Hall
Depending on the politics of the govt person involved, you could mention that aclu.org uses CF too :) Jeff Whatcott wrote: In the US, every cabinet-level federal agency, both houses of Congress, and many sites in the Judicial branch use ColdFusion. Of course this info may or may not be

Re: FORM with changing quanties for multiple items

2001-12-11 Thread Jon Hall
Where are you getting the jit compilation error exactly? On the form page, or the action page? What code causes it... Naming the form fields the item numbers it the easiest solution, or something like qty_#stocknumber# then stripping off the qty_ to get the stocknumber you need. jon -

Re: Quick cfdirectory ?...

2001-12-11 Thread Jon Hall
cfdirectory action=LIST directory=#whatever# name=GetFiles cfoutput query=GetFiles cfif type is FILE #name# #size# #dateLastModified#br /cfif /cfoutput jon - Original Message - From: Tyler Silcox [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, December

Stupid Studio Bug?

2001-12-11 Thread Jon Hall
OK, no one else has ever mentioned this, but it's bugged me to no end for a long time. I was wondering if it is perhaps someone knew of a way to stop it from happening. The problem is that Studio seems to be incompatible with for loops. When I type: for (i = 0; i 5; i++ ) { Right after the

Re: Address Verification

2001-12-12 Thread Jon Hall
USPS provides address verification via it's XML interface for free... http://164.109.64.160/front2.asp I haven't used their address verification api, but the rest of their api's are great. jon - Original Message - From: Sam Farmer [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent:

Re: Releasing Access locks with Coldfusion?

2001-12-12 Thread Jon Hall
cfset rs = cfusion_disable_dbconnections(myDSN,1) The following line enables the data source named cfmysource: cfset rs = cfusion_disable_dbconnections(myDSN,0) You can also uncheck Maintain Database Connections in the CF admin and the database will never lock. jon - Original Message -

Re: Releasing Access locks with Coldfusion?

2001-12-12 Thread Jon Hall
Message - From: Jon Hall [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, December 12, 2001 10:46 AM Subject: Re: Releasing Access locks with Coldfusion? cfset rs = cfusion_disable_dbconnections(myDSN,1) The following line enables the data source named cfmysource: cfset rs

Re: Releasing Access locks with Coldfusion?

2001-12-12 Thread Jon Hall
It didn't work for me in 4.5, but I haven't tested in 5.0, so it probably depends on some config in the cf admin. However this IS a bug, and as with all bugs or undocumented features, there is a chance that they will not work in future versions, so dont build any code that relies on it. This bug

Re: tcpclient and cfhttp -- how to post data?

2001-12-13 Thread Jon Hall
I know you have already done a lot of work with TCPClient, but why use it to do http? I actually built a little http get script with tcpclient a while back, then rewrote it when I discovered it didn't have to be than hard... There are quite a few free http COM objects that are specifically built

Re: I need a good MS-SQL list

2001-12-14 Thread Jon Hall
www.swynk.com jon - Original Message - From: Tyler Silcox [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, December 14, 2001 9:02 AM Subject: OT: I need a good MS-SQL list Can someone recommend a good SQL (MS-SQL preferred) list? I'm trying to get

Re: Exposing myself to y'all... (Site check please) (fwd)

2001-12-14 Thread Jon Hall
Perhaps they are using very old browsers that dont have the void() function, or they have javascript disabled? Worked fine for me though IE6/Win2k. The people on the Evolt list might have a better answer for you www.evolt.org. jon - Original Message - From: Tony Schreiber [EMAIL

Re: New IE Hole Info!

2001-12-17 Thread Jon Hall
Heh, yes a very bad security problem...the problem is that the patch doesn't totally fix the problem. Also the patch does not fix Outlook Express either. See Bugtraq posting today... jon - Original Message - From: Justin Hansen [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent:

CFObject ADO the decimal datatype

2001-12-18 Thread Jon Hall
I am writing a script that uses ado to update a table, and in the process of debugging it I have run into a snag. My app doesn't need to get a recordset, but while I am writing this template it would be nice to be able to see the data I am working with. I have a decimal datatype field in my

Re: CFObject ADO the decimal datatype

2001-12-18 Thread Jon Hall
, you'll need to write a wrapper object that makes the ADO calls and gets the results. Out of curiosity, why are you using ADO instead of CFQuery? --- Billy Cravens - Original Message - From: Jon Hall [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, December 18, 2001

Re: CFObject ADO the decimal datatype

2001-12-18 Thread Jon Hall
the column's datatype in your SQL? --- Billy Cravens - Original Message - From: Jon Hall [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, December 18, 2001 12:43 PM Subject: Re: CFObject ADO the decimal datatype GetRows() converts to a native array which is handled

Re: Stressing SQL server

2001-12-18 Thread Jon Hall
CPU Usage is easy :) You will have to restart your server to stop this though... DECLARE @Count int SET @Count = 0 SET @BigNumber = 0 WHILE @Count != 1 SET @Count = 0 As far as memory goes...perhaps you could open multiple large recordsets in enterprise manager? jon - Original Message

Re: CF and Time

2001-12-19 Thread Jon Hall
The timestamp datatype is an automatic timestamp for the record. That doesn't mean you cant have more than one timestamp though. You just have to do it manually. Create a column with a datetime datatype and set the default value to: getDate() Now when the record is created the default value

How can I get a query's name?

2001-12-20 Thread Jon Hall
Here is a good one. Is it possible to retrieve a queries name from the query itself? CF obviously knows lots of things about the query, since it spits out the queryname and the sql in the debug output. Is this stuff exposed in any way? Am I having a brainfart? This stuff should be available...

Re: How can I get a query's name?

2001-12-20 Thread Jon Hall
in the same way that you came up with that dynamic name (unless of course you're making random query names somehow, but I don't see the point of that). Gregory Harris [EMAIL PROTECTED] -Original Message- From: Jon Hall [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 20, 2001 1

Re: How can I get a query's name?

2001-12-20 Thread Jon Hall
Dont let Ray hear you say that, and in a UDF too...heh :) This would work, but I was hoping there would be a cleaner way. jon - Original Message - From: BILLY CRAVENS [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, December 20, 2001 6:08 PM Subject: Re: How can I get a

debug udf

2001-12-20 Thread Jon Hall
My first attempt at a UDF, and it's a pretty cool one imo so I thought I'd share :). It's a cfdump type script that works in a cfscript block, but the nice thing is that the debug windows are draggable. So doing a dump wont mess up your display anymore. You can just move the debug window

Re: Password Protecting an Access ODBC connection

2001-12-21 Thread Jon Hall
Yes it is possible. It's possible from the CF admin as well as the Windows ODBC control panel. Just select the ODBC datasource, click configure/advanced. jon - Original Message - From: Duane Boudreau [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, December 21, 2001 1:45 PM

Re: Stored procedures for queries

2001-12-22 Thread Jon Hall
If you are concerned about performance, converting cfquery's to stored procedures is the best way to optimize an application. Even for selects. jon Stephen Hait wrote: I've been wondering about using stored procedures in templates instead of embedding queries. Is there a good reason for

Re: cachedwithin?

2001-12-26 Thread Jon Hall
Perhaps you should take a look at the cfcache tag, it caches generated html. jon - Original Message - From: Douglas Brown [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, December 26, 2001 5:39 PM Subject: cachedwithin? What is the best time to use cachedwithin? Would

Re: SOT: Replacement for HierMenus now that it costs $$$?

2001-12-27 Thread Jon Hall
The DynAPI definitely architecture definitely is much more flexible than Hiermenus. Though the learning curve is steep, because it is so sparsely documented. http://www.your-site.com/~rinfo/examples/Ken_Ono_Examples/pulldown_menu.html http://www.richardinfo.com/

OT: Merchant Account Banks...

2001-12-28 Thread Jon Hall
This is really OT, but I know a lot of you guys provide merchant accounts with shopping carts and the like too. I am looking for recommendations for banks with quality support that will let us set up as an Merchant Account rep/ISO for them. We have run into some very bad experiences with a rather

Re: death of coldfusion

2001-12-30 Thread Jon Hall
Wow. Matt Brown wrote: ColdFusion is NOT dying in the least. It is doing quite well and now has the largest team assigned to it ever in the history of Macromedia. Even more than the DW/UD teams combined. __ Why Share?

Re: Long Live Cold Fusion and...

2001-12-30 Thread Jon Hall
Perhaps a full version limited to 1 or 2 concurrent connections and including it with all of the Macromedia discs would be nice too. Just like Macromedia does now with all of their other offerings. If you buy the Flash 5 CD, you get all of the demo's for DW, Fireworks and so on. On the Neo

Re: Does CFX_GETHOSTBYADDR Leak?

2002-01-02 Thread Jon Hall
Since you are running 5.0 Ben Forta wrote a UDF that uses Java to do the lookup. I'm pretty sure that Java doesn't have any leaks... http://www.cflib.org/udf.cfm?id=447 jon - Original Message - From: Craig Fisher [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, January

Re: Javascript Calendar

2002-01-05 Thread Jon Hall
http://www.mattkruse.com/javascript/calendarpopup/ jon Neil H. wrote: I am looking for a calendar that will pop up upon clicking on a link and then it will circle today's date and if I click on a date it will fill i n the calling pages form. I know this has to be canned somewhere. If someone

Re: Creating ZIP archives

2002-01-07 Thread Jon Hall
I've used Ben's cfx tag and it works well. You could also roll your own if you want with cfobject and using the java.util.zip package, or a zip COM object. I'd probably do this just for the challenge though, as Ben's tag is easy to use and cheap. jon - Original Message - From: Nick

Re: Dynamically sortable table data

2002-01-11 Thread Jon Hall
This one is still being developed, it was just posted to the DynAPI list a couple of days ago. Very nice looking and cross browser. Amazing for how good it looks. It's a grid control already too... http://lib.quantigma.net/dynapi/examples/enigma.gui.grid.html ..and Matt Kruse has a nice one

Re: New Allaire/Macromedia Site

2002-01-14 Thread Jon Hall
Amen.and it looks like they sunk all of 15 minutes into designing the new dev exchange too. I'm all for minimalist web design's but I just keep thinking it looks more like Fischer Prices, Welcome to my first cfoutput... jon - Original Message - From: Dave Clay [EMAIL PROTECTED] To:

Re: Outputting query results side by side A-Z

2002-01-15 Thread Jon Hall
This allows for an undetermined about of columns returned by the query. I didn't test it, so something may be a bit off, but I'm sure you get the point. cfset rowLen1 = val(foo.recordCount / 2) cfset rowLen2 = foo.recordCount - rowLen1 table tr td table cfoutput query=foo

Re: Traffic (OT)

2002-01-16 Thread Jon Hall
Everything looks fine from here...of course we just turned up our 2nd full T3 too :) This site may be of some help though. http://www.internetpulse.com/ - Original Message - From: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, January 16, 2002 12:34 PM Subject: Traffic

Re: CSS

2002-01-21 Thread Jon Hall
You cannot change the border properties of a select box widget in any browser other than Mozilla. You can fake it though, by creating a drop down like effect with layers. Go here http://www.webfx.eae.net/dhtml/select/jsGenerated.html for the script. jon - Original Message - From: Steven

Re: cf sites go poof

2002-01-21 Thread Jon Hall
Well, obviously your ISP was having a major routing issue last night! ;-) - Original Message - From: Lewis Sellers [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, January 21, 2002 4:35 PM Subject: cf sites go poof I was letting my bookmarking script repopulate

Re: How to determine what button was pushed? --(@@@)

2002-01-23 Thread Jon Hall
Here is one way... script language=JavaScript submitForm(btn) { alert(btn.name + ' was clicked.'); document.frm.submit(); } /script form action=page.cfm method=post name=frm input type=button name=btnActionMove id=btnActionMove value=Move onclick=submitFOrm(this) input

Re: Macromedia's rebuilding of the Allaire Site...

2002-01-28 Thread Jon Hall
Did you expect them to change overnight? I believe Matt already mentioned that a lot of the current site is being redone in CF. Besides it makes no sense at all to use CF if the majority of your programmers have java/jsp expertise. I'd bet that before the merger CF developers were definitely a

Re: scripting windows 2000 dns

2002-01-31 Thread Jon Hall
In addition to cfexecute, you could just use cfobject to interact with the DNS provider object. I can't say it would be easy though. You are going to have to rely on the docs if you don't know vbs pretty well. I know a little, but that code is nasty :) The other possibility if you need to use

Re: Groove

2002-02-05 Thread Jon Hall
Groove definately rocks, and it looks like it's going to be included in MS's next home OS too. jon - Original Message - From: John Cummings [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, February 04, 2002 10:22 PM Subject: OT: Groove Kind of off topic, but does anyone

Re: Jeremy Allaire interview on DevX

2002-02-07 Thread Jon Hall
What I found extremely interesting was this sentence: Allaire says that the next-generation Flash player will be able to run fully connected, intermittently connected, or as a standalone application platform... Does this mean that Flash will have the ability to run outside of the browser in the

Re: Jeremy Allaire interview on DevX

2002-02-07 Thread Jon Hall
and made it available for access w hen the Flash app ran. But if the user wasn't online or your service was down for some reason it'd make for a poor Flash app. tyler -Original Message- From: Jon Hall [mailto:[EMAIL PROTECTED]] Sent: Thu 2/7/2002 6:15 PM

Re: Jeremy Allaire interview on DevX

2002-02-07 Thread Jon Hall
- From: Jon Hall [mailto:[EMAIL PROTECTED]] What I found extremely interesting was this sentence: Allaire says that the next-generation Flash player will be able to run fully connected, intermittently connected, or as a standalone application platform... Does this mean that Flash

Re: Jeremy Allaire interview on DevX

2002-02-07 Thread Jon Hall
Allaire interview on DevX JAVA sucks in GUI design?? Interesting. I think the tools available allow for fast, creative GUIs. Could just be because I like JAVA and use JAVA as much as CF. -Original Message- From: Jon Hall [mailto:[EMAIL PROTECTED]] Java just sucks all around

Re: [2] Jeremy Allaire interview on DevX

2002-02-07 Thread Jon Hall
I never though I'd be defending Flash but so be it. From what I have gathered, and what the beta guys are probably learning right now is that Flash is going to be a big part of CF6. James Sleeman wrote: It's called consistency, and that is the driving force behind toolkits in the first

Re: OT: Just wanna bitch

2002-02-13 Thread Jon Hall
Tell me why they sell water... :) I think the key word in your post is 'beneficial'. Yes it would be beneficial to the programmer to sell the program for money. However, giving it away for free, will benefit everyone. Open source also help make people more productive, which helps the economy

Re: How do you get middle 4 numbers out of agent code number

2002-02-13 Thread Jon Hall
Take a look at the mid function. The syntax is cfset rs = mid(string, start, count) So you could do something like this... cfset agentNumber = '123456789123' cfset master = mid(agentNumber, 1, 4) cfset region = mid(agentNumber, 4, 4) and so on. jon - Original Message - From: [EMAIL

<    1   2   3   4   5   6   7   8   9   10   >