RE: Set HTTP Headers

2003-02-18 Thread Aaron Johnson
to get really geeky, break out Network Monitor in Windows 2000 and view the TCP/IP packets and filter for HTTP data. AJ Aaron Johnson [EMAIL PROTECTED] http://cephas.net/blog/ ~| Archives: http://www.houseoffusion.com/cf_lists

RE: CFMX Filters

2003-02-13 Thread Aaron Johnson
Hi J, Can you paste the java code you wrote for the filter and your web.xml into an email and send it to the list? I'm sure we'd be able to help a bit more if we could see what you're doing... AJ Aaron Johnson http://cephas.net/blog/ [EMAIL PROTECTED] -Original Message- From: J L

RE: CFLOCATION IE 6

2003-02-11 Thread Aaron Johnson
this issue before when using CFHTMLHEAD and CFLOCATION when CFHTMLHEAD writes more that n characters into the head before doing a cflocation. You using CFHTMLHEAD by chance? AJ Aaron Johnson http://cephas.net/blog/ [EMAIL PROTECTED

RE: stop/restart

2003-01-30 Thread Aaron Johnson
was stopped successfully. C:\net start World Wide Web Publishing Service The World Wide Web Publishing Service service is starting. The World Wide Web Publishing Service service was started successfully. AJ Aaron Johnson http://cephas.net/blog/ [EMAIL PROTECTED

session_OnStart(), application_OnStart() in CFMX

2003-01-27 Thread Aaron Johnson
in CFMX, although they both fundementally provide the same functionality. *Are they the same thing under the hood?* If not, why not? Thanks all! AJ Aaron Johnson http://cephas.net/blog/ [EMAIL PROTECTED] ~| Archives: http

RE: Strange CFMX problem

2003-01-22 Thread Aaron Johnson
Just guessing here... are you using a dotted variable name in the client scope? ie: client.test.something ? AJ -Original Message- From: Frank Mamone [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 22, 2003 11:06 AM To: CF-Talk Subject: Strange CFMX problem This is really

RE: Integrating C#

2003-01-21 Thread Aaron Johnson
frequently (ie: a) requesting via HTTP, b) 15,000 records, c) wddx) == lots of time) or at least it shouldn't be. :) AJ Aaron Johnson http://cephas.net/blog/ [EMAIL PROTECTED] ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm

Re: HTTP header info showing up on CFM pages...(problem with cflocation)

2003-01-16 Thread Aaron Johnson
anymore, but you can thank Brett Suwyn (mailto:[EMAIL PROTECTED]) who offered the answer in: http://forums.allaire.com/devconf/Thread.cfm?Message_ID=411284_#Message41 1284 AJ -- Aaron Johnson http://cephas.net/blog/ [EMAIL PROTECTED

RE: Using CFMX to generate Static HTML pages

2003-01-14 Thread Aaron Johnson
names. On Unix/Linux, you actually get the *all* the pages named by the URL variable... so you'd get /news/default.cfm /news/newsdetail.cfm?newsid=10 /news/newsdetail.cfm?newsid=11 ... Pretty cool... AJ -- Aaron Johnson http://cephas.net/blog/ [EMAIL PROTECTED

Re: OT allowing ASP functions on a CF 5 Server HELP

2003-01-08 Thread Aaron Johnson
for it? -- Do you get a permissions error or do you just get the source of the ASP file? If you get a permissions issue, then check this site: http://www.webwizguide.info/asp/faq/server_permissions.asp AJ -- Aaron Johnson http://cephas.net/blog/ [EMAIL PROTECTED

Re: cgi CFMX

2003-01-07 Thread Aaron Johnson
that you're using Linux and/or Apache, in which case you should check out this thread on CF-Linux: http://www.mail-archive.com/cf-linux%40houseoffusion.com/msg02011.html AJ -- Aaron Johnson http://cephas.net/blog/ [EMAIL PROTECTED

RE: XML and CF

2003-01-06 Thread Aaron Johnson
] Mime-Version: 1.0 Hi Robert, Anyone know any good sites or articles dealing with XML and CF? You might spend some time browsing around the granularity site: http://chapterhouse.granularity.net/udf/xml/ and the CFDev.com xml site: http://www.cfdev.com/xml/ AJ -- Aaron Johnson http

RE: Updaters...Culmulitive?

2002-12-19 Thread Aaron Johnson
what?! and read something without just clicking OK I think not my man... -- Yeah... actually just trying reading them online: http://www.macromedia.com/support/coldfusion/releasenotes/mx/releasenotes_mx_updater.html AJ -- Aaron Johnson http://cephas.net/blog/ [EMAIL PROTECTED

Re: Verity vs. SQL Server 2000 Full-Text

2002-12-17 Thread Aaron Johnson
://livedocs.macromedia.com/cfmxdocs/Developing_ColdFusion_MX_Applications_with_CFML/indexSearch025.jsp I think you're talking about the WORD evidence operator. AJ -- Aaron Johnson http://cephas.net/blog/ [EMAIL PROTECTED] ~| Archives: http

Re: SOT:Returning HTTP response

2002-12-13 Thread Aaron Johnson
the details of the response object on MSDN (which doesn't work if you're on linux like me) or this nice site: http://www.w3schools.com/asp/asp_ref_response.asp AJ -- Aaron Johnson http://cephas.net/blog/ [EMAIL PROTECTED

Re: CF to ASP ?

2002-12-13 Thread Aaron Johnson
site you should go to: http://www.asp.net/ Download the ibuyspy sample applications. http://www.asp.net/Default.aspx?tabindex=5tabid=42 Complete all the tutorials, get an ASP.NET book... do some more tutorials. Write a sample application. Rinse. Repeat. AJ -- Aaron Johnson http

Re: Redirection based on IP address.

2002-12-11 Thread Aaron Johnson
There is no reliable way to determine the country of a user on a web site based on ip, user locale, reverse dns, or any other technique. -- Course, this product begs to differ: http://www.browserhawk.com/products/country/intro.asp AJ -- Aaron Johnson http://cephas.net/blog/ [EMAIL PROTECTED

Re: Does anyone have a flash/cfm photo tag

2002-12-11 Thread Aaron Johnson
template that comes with Flash MX. File -- New From Template -- PhotoSlideshow. Point it at a folder containing your photos and it makes a really nice slide show. You could use the generated action script as a starting point. AJ -- Aaron Johnson http://cephas.net/blog/ [EMAIL PROTECTED

Re: application.cfm vs. cfinclude

2002-12-11 Thread Aaron Johnson
for ANY formatting. I can't see any reason why you would want to include formatting in application.cfm. AJ -- Aaron Johnson http://cephas.net/blog/ [EMAIL PROTECTED] ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm

Re: Moving CustomTags Directory

2002-12-10 Thread Aaron Johnson
this: c:\cfusionmx\customtags\ -- I don't use this... e:\hosts\myhost.com\customtags\ -- put all the customtags related to this site in this folder.. and then call them with cfmodule. That help at all? AJ -- Aaron Johnson http://cephas.net/blog/ [EMAIL PROTECTED

RE: Moving CustomTags Directory

2002-12-10 Thread Aaron Johnson
and you're good to go. -- better yet, use CF Administrator (ie: /cfide/administrator/ -- extensions -- customtag paths) and don't play with the registry. AJ -- Aaron Johnson http://cephas.net/blog/ [EMAIL PROTECTED] ~| Archives

RE: Expiring a cookie

2001-10-18 Thread Aaron Johnson
by java in your cf debugging information? Aaron Johnson, MCSE, MCP+I Macromedia Certified ColdFusion Developer MINDSEYE, Inc. phn617.350.0339 mbl617.461.3721 fax617.350.8884 icq66172567 [EMAIL PROTECTED] -Original Message- From: Matt Kornguth [mailto:[EMAIL PROTECTED]] Sent: Tuesday

RE: OT

2001-10-02 Thread Aaron Johnson
Awhile ago... http://www.supertones.com/ (some flash, some html, some CF) I did the store in CF years back... it's down for some reason now.. AJ -Original Message- From: David Grabbe [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 02, 2001 2:28 PM To: CF-Talk Subject: RE: OT

RE: CF Performance Tuning

2001-05-22 Thread Aaron Johnson
Hi Tim, Check out: http://www.allaire.com/services/consulting/ Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. phn617.350.0339 fax617.350.8884 icq66172567 [EMAIL PROTECTED] -Original Message- From: Tim Bahlke [mailto:[EMAIL PROTECTED]] Sent: Friday

RE: .cfm extension and URLs

2001-05-15 Thread Aaron Johnson
/query?p=fao+barbiehc=0hs=0 -- returns CF pages Your search engine guy has got some 'plaining to do! :) Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. phn617.350.0339 fax617.350.8884 icq66172567 [EMAIL PROTECTED] -Original Message- From: Bud

RE: Bit Masks

2001-05-10 Thread Aaron Johnson
+ColdFusion+bitmaskhl=en HTH Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. phn617.350.0339 fax617.350.8884 icq66172567 [EMAIL PROTECTED] -Original Message- From: Cameron Childress [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 10, 2001 2:12 PM To: CF

RE: Finding the last item in a loop

2001-05-03 Thread Aaron Johnson
Hi Chris, You can actually refer to a query as an array...so you could do this.. cfloop query=qry_show_event_sponsors #eventsponsorname#cfif qry_show_event_sponsors.eventsponsorname[qry_show_event_sponsors.recordcount ] NEQ eventsponsorname,/cfif /cfif HTH Aaron Johnson, MCSE, MCP+I

RE: CF-Partners List

2001-05-01 Thread Aaron Johnson
Hi Bonnie, I'm sure someone will point this out sooner than I, but if not... check out the bottom of these emails... http://www.mail-archive.com/cf-talk@houseoffusion.com/ :) Web-based, archived, and searchable. Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc

RE: Arrays and Structures storing query values

2001-04-30 Thread Aaron Johnson
Sure they can Neil, cfscript myArray = arraynew(1); myArray[1].myStruct = structnew(); myArray[1].myStruct.name = Aaron; /cfscript Works for me. Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. phn617.350.0339 fax617.350.8884 icq66172567

RE: what is the address of microsoft's news server (as in news.somethingortheother.com)?

2001-04-23 Thread Aaron Johnson
news://msnews.microsoft.com Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. phn617.350.0339 fax617.350.8884 icq66172567 [EMAIL PROTECTED] -Original Message- From: Hubert Earl [mailto:[EMAIL PROTECTED]] Sent: Monday, April 23, 2001 10:57 AM To: CF

RE: Getting DSNs from a crashed machine

2001-04-20 Thread Aaron Johnson
Hi Richard, HKEY_LOCAL_MACHINE\SOFTWARE\Allaire\ColdFusion\CurrentVersion\DataSources Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. phn617.350.0339 fax617.350.8884 icq66172567 [EMAIL PROTECTED] -Original Message- From: Richard Colman [mailto:[EMAIL

RE: Bank of America and e-stores and CFHTTP

2001-04-19 Thread Aaron Johnson
Hey Chris, I've used BofA before on a site... It was awhile go so I don't remember my specific problems but I think ended up not using CFHTTP and just did a form post to their servers (which is a *huge* no no but I didn't have a choice, that was the clients merchant account...) Aaron Johnson

RE: The Best Clustering Solution

2001-04-18 Thread Aaron Johnson
://search.microsoft.com/us/SearchMS25.asp?so=RECCNTqu=clusteringqu=loa d+balancingboolean=ALLi=00i=02i=04i=06i=08i=01i=03i=05i=07i=09p= 1nq=WITHINfqu=*cluster Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. phn617.350.0339 fax617.350.8884 icq66172567 [EMAIL

RE: CFLOCATION

2001-04-11 Thread Aaron Johnson
cfhtmlhead with cflocation? CFHTMLHEAD tag with content greater than 1024 characters, positioned above a CFLOCATION tag. This is a bad combination ... cflocation writes to the http headers, and cfhtmlhead writes to the HTML head, somehow these two are runnning into each other. Aaron Johnson

RE: insert help

2001-04-11 Thread Aaron Johnson
Hi Jay, Date is a reserverd word in SQL. Change your column name. Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. phn617.350.0339 fax617.350.8884 icq66172567 [EMAIL PROTECTED] -Original Message- From: Jay Patton [mailto:[EMAIL PROTECTED]] Sent

RE: Cookie problem: Expires, IsDefined, etc....

2001-04-11 Thread Aaron Johnson
discussions of cookies (http://www.netscape.com/newsref/std/cookie_spec.html) and HTTP headers. Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. phn617.350.0339 fax617.350.8884 icq66172567 [EMAIL PROTECTED] -Original Message- From: Evan Lavidor [mailto:[EMAIL

RE: Adnvanced Security niggles

2001-04-10 Thread Aaron Johnson
Hi Thomas, Advanced Security relies on Siteminder, which will die if it loses its connection to SQL/Oracle/LDAP. Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. phn617.350.0339 fax617.350.8884 icq66172567 [EMAIL PROTECTED] -Original Message- From

RE: enumerating variables

2001-03-15 Thread Aaron Johnson
will not be available anytime soon. Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. phn617.350.0339 fax617.350.8884 icq66172567 [EMAIL PROTECTED] -Original Message- From: Richard Meredith-Hardy [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 15, 2001 3:09

RE: CF Environment Variables

2001-03-05 Thread Aaron Johnson
Server.OS.AdditionalInformation Server.OS.BuildNumber Server.OS.Name Server.OS.Version HTH's. Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. phn617.350.0339 fax617.350.8884 icq66172567 [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent

RE: Domain Move and Data Integrity

2001-02-27 Thread Aaron Johnson
50 an hour (which is low)... We're talking about anywhere from $250 to $500 of billable time ONLY because you're using Access. How much is SQL per month? $50? Does it make sense yet to move away from Access to SQL? Just a thought, I'm not trying to say Access isn't right for "some" things...

RE: modules, loops and variables....

2001-02-16 Thread Aaron Johnson
of that should work. The key for you is the evaluate function. Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. phn617.350.0339 fax617.350.8884 icq66172567 [EMAIL PROTECTED] ~~ Structure your ColdFusion code with

RE: Refresh issue with shopping cart

2001-02-09 Thread Aaron Johnson
the shopping cart status page again... HTH Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. phn617.350.0339 fax617.350.8884 icq66172567 [EMAIL PROTECTED] ~~ Structure your ColdFusion code with Fusebox. Get the official book

RE: HTML/OS (Persistant State Management *WITH* cookies?

2001-02-08 Thread Aaron Johnson
. An url variable, which has the danger of being shared by multiple people and which dies when you close your browser? Yes. Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. phn617.350.0339 fax617.350.8884 icq66172567 [EMAIL PROTECTED

RE: cftree/cfform problem...

2001-02-07 Thread Aaron Johnson
will get a grey box because that virtual directory hasn't been created. In IIS, right click on the webserver in question, "New -- Virtual Directory" and point it to the physical cfide directory. HTH Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. phn61

RE: HTML/OS

2001-02-07 Thread Aaron Johnson
They didn't mention anything about error handling either... Everyone check out this page! :) http://www.aestiva.com/pages/htmlos/a061497.22.18854561327 AJ -Original Message- From: Jeffry Houser [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 07, 2001 3:28 PM To: CF-Talk Subject:

RE: CFFILE :: Multiple image uploads?

2001-02-06 Thread Aaron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Paul, As far as I know, it's only possible to upload one file per browse/File field... however, you could have the user zip up x number of files, upload the zip file and then unzip the .zip serverside, creating x number of pictures... ? Aaron

RE: Quick CFHTTP Question

2001-02-06 Thread Aaron Johnson
to see if it contains 404 or some message like that? If you need access to the raw headers, I'd recommend, cfx_tcpclient or cfx_http. HTH Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. phn617.350.0339 fax617.350.8884 icq66172567 [EMAIL PROTECTED

RE: CF/Spectra Question

2001-02-02 Thread Aaron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Actually, Definitive Web Solutions MUST have a copy of Spectra on their server as well. Spectra works on top of ColdFusion yes, but it is a separate product. Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc

RE: Making a form text input box active

2001-02-02 Thread Aaron Johnson
yourinput" /form Going with Dave Watts mentioning today that the best answer to any question is to try it for yourself, another way to do things... look at how others do it, especially in regards to JS or HTML issues. You can find the above script by looking at googles' site or ton's of others

RE: Advanced Security in CF 4.5

2001-01-31 Thread Aaron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Greg, The version of CF 4.5 you're looking at is the professional version, not Enterprise. You must have enterprise installed in order to use Advanced Security. Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc

RE: reading a .cfm file.

2001-01-30 Thread Aaron Johnson
itself, you can reference "thistag.GeneratedContent" to get ahold of the HTML that your code produced and you can manipulate it there... HTH's. Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. phn617.350.0339 fax617.350.8884 icq66172567 [EMAIL

RE: Now the problem is CFFTP (Was: CF Noting Seeing Network Drive Pr operly)

2001-01-30 Thread Aaron Johnson
/index.cfm?ID=18762Method=Full Release Notes for ColdFusion Server 4.5.1 SP2 http://www.allaire.com/Handlers/index.cfm?ID=19118Method=Full CFFTP correctly handles the case when a connection of the same name is closed then opened in the same template. [19003] Maybe these might help :) Aaron

RE: Check filesize BEFORE uploading

2001-01-30 Thread Aaron Johnson
that information. It would require that you have access to your users local system, which you never will unless you're in an intranet environment. Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. phn617.350.0339 fax617.350.8884 icq66172567 [EMAIL PROTECTED

RE: IETF???

2001-01-30 Thread Aaron Johnson
ation, commerce, communication, and collective understanding." Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. phn617.350.0339 fax617.350.8884 icq66172567 [EMAIL PROTECTED] ~~ Structure your ColdFusion co

RE: script

2001-01-30 Thread Aaron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Joshua, Your script, at it's simplest, does this: a href="javascript:window.external.AddFavorite('http://www.somesite.com' ,%20' somesite.com')" Please CLICK HERE!/a Maybe try that instead. Aaron Johnson, MCSE, MCP+I Allaire

RE: Dumb Questions :: About Verity :: Intranets

2001-01-30 Thread Aaron Johnson
make sense. Resist! :) Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. phn617.350.0339 fax617.350.8884 icq66172567 [EMAIL PROTECTED] ~~ Structure your ColdFusion code with Fusebox. Get the official book at http

RE: Changing mail spool path

2001-01-30 Thread Aaron Johnson
uot; to "C:\CFUSION\MAIL\SPOOL\", stop restart CF and you should be good to go. HTH's. Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. phn617.350.0339 fax617.350.8884 icq66172567 [EMAIL PROTECTED] ~~ Structure

RE: CF Noting Seeing Network Drive Properly

2001-01-29 Thread Aaron Johnson
the network share. It doesn't matter what you login as. Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. phn617.350.0339 fax617.350.8884 icq66172567 [EMAIL PROTECTED] ~~ Structure your ColdFusion code with Fusebox. Get

RE: cflocation and referrers

2001-01-29 Thread Aaron Johnson
to go over ..there to get it. So, CF is NOT doing a request, the browser just sends out a new request. Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. phn617.350.0339 fax617.350.8884 icq66172567 [EMAIL PROTECTED] ~~

RE: CF Noting Seeing Network Drive Properly

2001-01-29 Thread Aaron Johnson
in\yourusername" instead of just your username. Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. phn617.350.0339 fax617.350.8884 icq66172567 [EMAIL PROTECTED] ~~ Structure your ColdFusion code with Fusebox. Get the of

RE: CF Noting Seeing Network Drive Properly

2001-01-29 Thread Aaron Johnson
addresses it. Connecting to Network Datasources from Stand-alone Servers http://www.allaire.com/Handlers/index.cfm?ID=1622Method=Full HTH's. Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. phn617.350.0339 fax617.350.8884 icq66172567 [EMAIL PROTECTED

RE: custom CFERROR pages, what's your solution?

2001-01-26 Thread Aaron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Mike, In CF 4.5 you actually can use CF logic. Are you on CF 4.5? Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. phn617.350.0339 fax617.350.8884 icq66172567 [EMAIL PROTECTED

RE: URGENT: Case Question

2001-01-26 Thread Aaron Johnson
) passwords match cfelse passwords don't match /cfif Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. phn617.350.0339 fax617.350.8884 icq66172567 [EMAIL PROTECTED

RE: SQL Server Query Designer

2001-01-25 Thread Aaron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Tim, I had this exact problem last night. Download MDAC 2.6 from MS (@ www.microsoft.com/data/ ), install it, and you'll be fine. Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. phn617.350.0339 fax617.350.8884

RE: OT - MS-SQL ports

2001-01-25 Thread Aaron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 port 1433. Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. phn617.350.0339 fax617.350.8884 icq66172567 [EMAIL PROTECTED] ~~ Structure your ColdFusion code

RE: check for file

2001-01-25 Thread Aaron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Mike, Use something like this: cfif fileexists(somefile) then read the file cfelse no file exists /cfif Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc

RE: Adam, you got to be kidding?

2001-01-19 Thread Aaron Johnson
up what they say. Respectfully, Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. phn617.350.0339 fax617.350.8884 icq66172567 [EMAIL PROTECTED] ~~ Structure your ColdFusion code with Fusebox. Get the official book

RE: OT: Studio and PHP?

2001-01-19 Thread Aaron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Will, Actually, PHP does have support in Homesite/Studio.. you just have to download the extensions from here... http://www.wilk4.com/asp4hs/php4hs.htm HTH Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc

RE: Macromedia and Allaire to Merge

2001-01-18 Thread Aaron Johnson
the most powerful example of a business application I've seen built using Generator is the site you've done for Rydex Funds. Respectfully, AJ Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. phn617.350.0339 fax617.350.8884 icq66172567 [EMAIL PROTECTED

RE: Macromedia and Allaire to Merge

2001-01-18 Thread Aaron Johnson
assiging a "clickTag"(in MM lingo). My point is that .swf's are inherently not trackable My point is that for every click or action in a .swf, if it's designed right, most of the time no request is made to the server, thus no log, thus no tracking. Aaron Johnson, MCSE, MCP+

RE: Adam, you got to be kidding?

2001-01-18 Thread Aaron Johnson
? What's the performance hit for your client having to wade through error messages from clients when they get a JS error or when a form is submitted with invalid information? Hours? Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. phn617.350.0339 fax617.350.8884

RE: Macromedia and Allaire to Merge

2001-01-17 Thread Aaron Johnson
all people find your pages: can a search engine index content a .swf? point: You can't. I'm with you, I think Flash can do some good things, but remember all the things it can't do Flash: 99% Bad http://www.useit.com/alertbox/20001029.html Aaron Johnson, MCSE, MCP+I Allaire Certified

RE: Short Circuit Evaluation

2001-01-17 Thread Aaron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Ruslan, Actually, CF 4.01 and above do support Short Circuit evaluation... maybe you should upgrade. Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. phn617.350.0339 fax617.350.8884 icq66172567 [EMAIL PROTECTED

RE: Short Circuit Evaluation

2001-01-17 Thread Aaron Johnson
thing you mentioned probably wouldn't work... you should do as others suggested and set the loop count outside of the actual cfloop... Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. phn617.350.0339 fax617.350.8884 icq66172

RE: setting multi line strings

2001-01-17 Thread Aaron Johnson
itle /head body /body /html" Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. phn617.350.0339 fax617.350.8884 icq66172567 [EMAIL PROTECTED] ~~ Structure your ColdFusion code with Fusebox.

RE: ColdFusion Newsgroup

2001-01-16 Thread Aaron Johnson
ch for you? What do you want? A free partner program? 3) .. don't offer any sort of partnerships with individual developers. -- Who does? Why would it benefit them? What about the certification program? What would an "individual" partnership look like? Aaron Johnson,

RE: skipping INPUT when tabbing

2001-01-16 Thread Aaron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Adrian, At least a partial solution, I'm pretty sure in IE if you set tabindex = "-1", you won't have to tab through it.. nice feature in IE... Don't know what you can do in NN. Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion

wow...

2001-01-16 Thread Aaron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Everyone seen this? :) Macromedia and Allaire to Merge http://quote.bloomberg.com/fgcgi.cgi?s=AOmTDYwsyTWFjcm9tT=marketsquot e99_news.ht -BEGIN PGP SIGNATURE- Version: PGPfreeware 6.5.8 for non-commercial use http://www.pgp.com

mac image upload on ie 5

2001-01-15 Thread Aaron Johnson
their settings in IE? If so, specifically how? Thanks! Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. phn617.350.0339 fax617.350.8884 icq66172567 [EMAIL PROTECTED] ~~ Structure your ColdFusion code with Fusebox. Get

RE: JS Question

2001-01-15 Thread Aaron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hi Dave, In the head of your page: script !-- function setfocus() { document.form.focus(); } // --/script In the body: onLoad=setfocus() and your form... form action="whatever.cfm" method=get name="form" HTH Aaron

OT RE: (Admin) Vacations and being banned

2001-01-15 Thread Aaron Johnson
the server every couple hours, and send an autoreply to all OR using advanced filtering, just some of those people who send an email. I'm guesstimating that most people are setting up their mail client to auto respond but aren't filtering. Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer

RE: StructSort?

2001-01-13 Thread Aaron Johnson
SC", "LABEL") !--- loop through --- cfloop from="1" to="#ArrayLen(aConditionKeys)#" index="i" cfoutput#stConditionObjects[aConditionKeys[i]].label#br/cfoutput /cfloop HTH Aaron Johnson, MCSE, MCP+I Allaire Certified

RE: Comparing 2 Lists in a query

2001-01-13 Thread Aaron Johnson
loper/gallery/info.cfm?ID=CA347369-2830- 11D4-AA9700508B94F380method=Full). HTH. Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. phn617.350.0339 fax617.350.8884 icq66172567 [EMAIL PROTECTED] ~~ Structure your ColdF

RE: ColdFusion File Handling

2001-01-13 Thread Aaron Johnson
will time out BEFORE completely uploading his/her 9GB file they're trying to upload. HTH Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. phn617.350.0339 fax617.350.8884 icq66172567 [EMAIL PROTECTED] ~~ Structure your

RE: The +.htr bug strikes again

2001-01-11 Thread Aaron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Plus, most hackers worth their mice will delete your logs. Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. phn617.350.0339 fax617.350.8884 icq66172567 [EMAIL PROTECTED

RE: Access question

2001-01-11 Thread Aaron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hi Jann, I had the same question a couple weeks back. I was told, but I never confirmed, that it was version 4.01 that introduced this functionality. Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. phn617.350.0339

RE: The +.htr bug strikes again

2001-01-11 Thread Aaron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Won, Like Greg said, you can just hit the url and append "+.htr"... If it's fixed, you'll get a 404. If it's not, you'll see source code. Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. phn61

anyone used the structsort() function?

2001-01-08 Thread Aaron Johnson
hey all, I'm trying to sort a structure of structure by a key that's a datefield.. is this possible using the structsort tag? and if so, what is the syntax for this? From the SP2 documentation I see this: StructSort(Base [, SortType, SortOrder, PathToSubElement]) what are my choices for

RE: Slightly OT: Allaire Developer Certification

2001-01-05 Thread Aaron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Misty, I took my test on Dec 14, I got my package on Dec 27... you'd better get in touch with Allaire. Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. phn617.350.0339 fax617.350.8884 icq66172567 [EMAIL PROTECTED

RE: Those Pesky Pound Signs

2001-01-05 Thread Aaron Johnson
or# align=center", "ALL") cfoutput#calendar#/cfoutput When I output calendar above, I get: tabletr bgcolor=#FFCCFF align=centertdAaron/td/tr/table Is that what you want? or no? Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. phn617.350

RE: cfcookie acting wierd???

2001-01-05 Thread Aaron Johnson
name you are trying to get at...something like this: cfcookie Name="cookiename" value="MyHotCookie" Path="/tunnel" domain=".cookies.com" and then use that... Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc.

RE: cfcookie acting wierd???

2001-01-05 Thread Aaron Johnson
or ALL uppercase. Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. phn617.350.0339 fax617.350.8884 icq66172567 [EMAIL PROTECTED] ~~ Structure your ColdFusion code with Fusebox. Get the official book at http

RE: Troubles with Tables

2001-01-05 Thread Aaron Johnson
the client to a specific group, and the client inherits the rights of that group. Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. phn617.350.0339 fax617.350.8884 icq66172567 [EMAIL PROTECTED] ~~ Structure your ColdF

RE: CFHTTP

2001-01-05 Thread Aaron Johnson
that url? Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. phn617.350.0339 fax617.350.8884 icq66172567 [EMAIL PROTECTED] ~~ Structure your ColdFusion code with Fusebox. Get the official book at http

RE: CPU 100% when one CFM file is accessed

2001-01-05 Thread Aaron Johnson
llaire.com/Handlers/index.cfm?ID=14192Method=Full Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. phn617.350.0339 fax617.350.8884 icq66172567 [EMAIL PROTECTED] ~~ Structure your ColdFusion code with Fusebox. Get the off

RE: Any good Authorizenet solutions?

2001-01-05 Thread Aaron Johnson
/info.cfm?ID=86F5E80C-9646-1 1D4-83E100508B94F85Amethod=Full Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. phn617.350.0339 fax617.350.8884 icq66172567 [EMAIL PROTECTED] ~~ Structure your ColdFusion code with Fusebox

RE: Re: And the award goes to ......

2001-01-05 Thread Aaron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 So not only does Dave have a company AND all the answers, now he has groupies...notice the "especially Dave".. So guys have all the luck. *** I think we should all thank Dave for being so active,

RE: Searching Help files in Studio

2001-01-04 Thread Aaron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gene, Check out this KB: Search in Studio 4.0 or HomeSite 4.0 doesn't work http://www.allaire.com/Handlers/index.cfm?ID=13516Method=Full Maybe? Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. phn617.350.0339

RE: changing or masking the .cfm extension

2001-01-03 Thread Aaron Johnson
To mask the extension altogether is another monster.. I've seen urls parsed by cf that look like this: http://someserver.com/somepage.cfm/varname1/varvalue1/ but I haven't heard of a webserver setup so that you can bypass the file name, although obviously it's possible. Aaron Joh

RE: Server at 100% problem

2001-01-03 Thread Aaron Johnson
ll servers are behind the same firewall? d) cf is starting under identical accounts on all machines? ....? Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. phn617.350.0339 fax617.350.8884 icq66172567 [EMAIL PROTECTED] ~~

  1   2   >