RE: Set HTTP Headers

2003-02-18 Thread Aaron Johnson
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/index.cfm?forumid=4 Subscrip

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 Messag

RE: CFLOCATION & IE 6

2003-02-11 Thread Aaron Johnson
around this. -- we've seen 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://cepha

RE: stop/restart

2003-01-30 Thread Aaron Johnson
Service service 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://c

session_OnStart(), application_OnStart() in CFMX

2003-01-27 Thread Aaron Johnson
hi everyone, Couple weeks back (developers at MINDSEYE) had some interesting discussions w/ Macromedia guys about what we'd like to see in upcoming CFMX releases.. one of the features we wanted was application onstart, session onstart type events.. Long story short...I wrote up a couple classes th

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 r

RE: Integrating C#

2003-01-21 Thread Aaron Johnson
ing that will be run very 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://

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

2003-01-16 Thread Aaron Johnson
in the HTML head that is long text, don't use ... and also try to position the logic in your page so that any cflocations are taken care of as soon as possible. We had this problem about 2 years ago and found a solution on forums, which doesn't exist anymore, but you can thank Brett Su

RE: Using CFMX to generate Static HTML pages

2003-01-14 Thread Aaron Johnson
t saved on Windows).. they just get ignored as bad file 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 --

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

2003-01-08 Thread Aaron Johnson
on permissions 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/

Re: cgi & CFMX

2003-01-07 Thread Aaron Johnson
ie: . I'm guessing though 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

RE: XML and CF

2003-01-06 Thread Aaron Johnson
lt;[EMAIL PROTECTED]> 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

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 PROTEC

Re: Verity vs. SQL Server 2000 Full-Text

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

Re: CF to ASP ?

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

Re: SOT:Returning HTTP response

2002-12-13 Thread Aaron Johnson
uot; Response.ContentType "text/xml" Does that work for you? If not, check out 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/

Re: application.cfm vs. cfinclude

2002-12-11 Thread Aaron Johnson
logic... use a cfinclude tag 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.ho

Re: Does anyone have a flash/cfm photo tag

2002-12-11 Thread Aaron Johnson
Slideshow 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/ [

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/

RE: Moving CustomTags Directory

2002-12-10 Thread Aaron Johnson
top and start the CF Services 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 Joh

Re: Moving CustomTags Directory

2002-12-10 Thread Aaron Johnson
ically look like 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/b

RE: Expiring a cookie

2001-10-18 Thread Aaron Johnson
e set by java in your cf debugging information? Aaron Johnson, MCSE, MCP+I Macromedia Certified ColdFusion Developer MINDSEYE, Inc. 617.350.0339 617.461.3721 617.350.8884 66172567 [EMAIL PROTECTED] > -Original Message- > From: Matt Kornguth [mailto:[EMAIL PROTECTED]] > Sent: Tuesd

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:

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. 617.350.0339 617.350.8884 66172567 [EMAIL PROTECTED] > -Original Message- > From: Tim Bahlke [mailto:[EMAIL PROTECTED]] > Sent: Fr

RE: .cfm extension and URLs

2001-05-15 Thread Aaron Johnson
google.yahoo.com/bin/query?p=fao+barbie&hc=0&hs=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. 617.350.0339 617.350.8884 66172567 [EMAIL PROTECTED] &

RE: Bit Masks

2001-05-10 Thread Aaron Johnson
%3Dbitmask+ColdFusion+bitmask&hl=en HTH Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. 617.350.0339 617.350.8884 66172567 [EMAIL PROTECTED] > -Original Message- > From: Cameron Childress [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 10, 200

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.. #eventsponsorname#, HTH Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. 617.350.0339 617.350.8884 66172567 [EMAIL PROTECTED] > -Original Message- >

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

RE: Arrays and Structures storing query values

2001-04-30 Thread Aaron Johnson
Sure they can Neil, myArray = arraynew(1); myArray[1].myStruct = structnew(); myArray[1].myStruct.name = "Aaron"; Works for me. Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. 617.350.0339 617.350.8884 66172567 [EMAIL

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. 617.350.0339 617.350.8884 66172567 [EMAIL PROTECTED] > -Original Message- > From: Hubert Earl [mailto:[EMAIL PROTECTED]] > Sent: Monday, April 23, 2001 10:57 AM >

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. 617.350.0339 617.350.8884 66172567 [EMAIL PROTECTED] > -Original Message- > From: Richard Colman [mailto:

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...)

RE: The Best Clustering Solution

2001-04-18 Thread Aaron Johnson
amp;i=02&i=04&i=06&i=08&i=01&i=03&i=05&i=07&i=09&p=1&nq=NEW http://search.microsoft.com/us/SearchMS25.asp?so=RECCNT&qu=clustering&qu=loa d+balancing&boolean=ALL&i=00&i=02&i=04&i=06&i=08&i=01&i=03&i=05&i=07&

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

2001-04-11 Thread Aaron Johnson
some 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. 617.350.0339 617.350.8884 66172567 [EMAIL PROTECTED] > -Original Message- > From: Evan Lavidor [mailto:[EMAI

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. 617.350.0339 617.350.8884 66172567 [EMAIL PROTECTED] > -Original Message- > From: Jay Patton [mailto:[EMAIL PROTECTED]] > Sent:

RE: CFLOCATION

2001-04-11 Thread Aaron Johnson
with cflocation? tag with content greater than 1024 characters, positioned above a 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, MCSE, MCP+I Allaire Certified

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. 617.350.0339 617.350.8884 66172567 [EMAIL PROTECTED] > -Original Message- > From:

RE: enumerating variables

2001-03-15 Thread Aaron Johnson
d be fun, but most likely will not be available anytime soon. Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. 617.350.0339 617.350.8884 66172567 [EMAIL PROTECTED] -Original Message- From: Richard Meredith-Hardy [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 1

RE: CF Environment Variables

2001-03-05 Thread Aaron Johnson
ildNumber 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. 617.350.0339 617.350.8884 66172567 [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

RE: Domain Move and Data Integrity

2001-02-27 Thread Aaron Johnson
that you bill $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 ri

RE: modules, loops and variables....

2001-02-16 Thread Aaron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey Ethan, Check this out: #i# = #evaluate("#i#")# That, or some derivative of that should work. The key for you is the evaluate function. Aaron Johnson, M

RE: Refresh issue with shopping cart

2001-02-09 Thread Aaron Johnson
m the shopping cart status page again... HTH Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. 617.350.0339 617.350.8884 66172567 [EMAIL PROTECTED] ~~ Structure your ColdFusion code with Fusebox. Get the official book at

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

2001-02-08 Thread Aaron Johnson
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. 617.350.0339 617.350.8884 66172567 [EMAIL PROTECTED

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: R

RE: CFFILE :: Multiple image uploads?

2001-02-07 Thread Aaron Johnson
x27;s pretty cool. Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. 617.350.0339 617.350.8884 66172567 [EMAIL PROTECTED] ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthorit

RE: cftree/cfform problem...

2001-02-07 Thread Aaron Johnson
our client 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 MI

RE: Quick CFHTTP Question

2001-02-06 Thread Aaron Johnson
filecontent variable to see if it contains 404 or some message like that? If you need access to the raw headers, I'd recommend, or . HTH Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. 617.350.0339 617.350.8884

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... ?

RE: Making a form text input box "active"

2001-02-02 Thread Aaron Johnson
ook 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. HTH's. Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. 617.350.0339 617.350.8884 6617

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: Putting delay for e-mail sending?

2001-02-02 Thread Aaron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi River, You could have your page that sends email do something like this... 1) send first 200 2) cflocate or meta refresh to same page: and then continue looping until your mail is sent... Aaron Johnson, MCSE, MCP+I Allaire Certified

RE: IIS and ISA on same server

2001-02-02 Thread Aaron Johnson
ll hardware/software combo for $300 to $500 and place that in front of your IIS & email box, rather than having IIS/email/proxy/firewall. Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. 617.350.0339 617.350.8884 6

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

RE: Changing mail spool path

2001-01-30 Thread Aaron Johnson
L\SPOOL\" 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. 617.350.0339 617.350.8884 66172567 [EMAIL PROTECTED] ~~~

RE: Dumb Questions :: About Verity :: Intranets

2001-01-30 Thread Aaron Johnson
om our case study db. Doesn't make sense. Resist! :) Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. 617.350.0339 617.350.8884 66172567 [EMAIL PROTECTED] ~~ Structure your ColdFusion code with Fuse

RE: script

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

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. 617.350.0339 617.350.8884 66172567 [EMAIL PROTECTED] ~~ Structure your ColdFusion code with Fusebox. Get

RE: Check filesize BEFORE uploading

2001-01-30 Thread Aaron Johnson
way to get 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. 617.350.0339 617.350.8884 66172

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

2001-01-30 Thread Aaron Johnson
/Handlers/index.cfm?ID=18762&Method=Full Release Notes for ColdFusion Server 4.5.1 SP2 http://www.allaire.com/Handlers/index.cfm?ID=19118&Method=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 he

RE: reading a .cfm file.

2001-01-30 Thread Aaron Johnson
ence "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. 617.350.0339 617.350.8884 661725

RE: CF Noting Seeing Network Drive Properly

2001-01-29 Thread Aaron Johnson
ind... this sorta addresses it. Connecting to Network Datasources from Stand-alone Servers http://www.allaire.com/Handlers/index.cfm?ID=1622&Method=Full HTH's. Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. 617.350.0339 617.350.8884

RE: CF Noting Seeing Network Drive Properly

2001-01-29 Thread Aaron Johnson
"domain\yourusername" instead of just your username. Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. 617.350.0339 617.350.8884 66172567 [EMAIL PROTECTED] ~~ Structure your ColdFusion code with Fusebox.

RE: cflocation and referrers

2001-01-29 Thread Aaron Johnson
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. 617.350.0339 617.350.8884 66172567 [EMAIL PROTECTED] ~~ Structure your

RE: CF Noting Seeing Network Drive Properly

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

RE: URGENT: Case Question

2001-01-26 Thread Aaron Johnson
passwords don't match Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. 617.350.0339 617.350.8884 66172567 [EMAIL PROTECTED] ~~ Structure your ColdFusion code with Fusebox. Get the off

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. 617.350.0339 617.350.8884 66172567 [EMAIL PROTECTED

RE: check for file

2001-01-25 Thread Aaron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Mike, Use something like this: then read the file no file exists Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. 617.350.0339 617.350.8884 66172567

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. 617.350.0339 617.350.8884 66172567 [EMAIL PROTECTED] ~~ Structure your ColdFusion code with Fusebox. Get

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. 617.350.0339 617.350

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: Adam, you got to be kidding?

2001-01-19 Thread Aaron Johnson
e dealing with knowledgeable people who back up what they say. Respectfully, Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. 617.350.0339 617.350.8884 66172567 [EMAIL PROTECTED] ~~ Structure your ColdFusion code with

RE: Adam, you got to be kidding?

2001-01-18 Thread Aaron Johnson
ays? 2 seconds? 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. 617.350.0339 617.350.

RE: Macromedia and Allaire to Merge

2001-01-18 Thread Aaron Johnson
" by 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

RE: Macromedia and Allaire to Merge

2001-01-18 Thread Aaron Johnson
st say that I think 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. 617.350.0339 617.350.8

RE: Macromedia and Allaire to Merge

2001-01-17 Thread Aaron Johnson
cations... Flash isn't going to take over the www. It wasn't made too. Just my thoughts... Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. 617.350.0339 617.350.8884 66172567 [EMAIL PROTECTED] ~~ Structure

RE: setting multi line strings

2001-01-17 Thread Aaron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Ruslan, You absolutely can you just have to escape quotes... so your example would look like this: Untitled "> Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. 617.350.0339 617.

RE: Short Circuit Evaluation

2001-01-17 Thread Aaron Johnson
d and set the loop count outside of the actual cfloop... Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. 617.350.0339 617.350.8884 66172567 [EMAIL PROTECTED] ~~ Structure your ColdFusion code with Fusebox. Get the off

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. 617.350.0339 617.350.8884 66172567 [EMAIL PROTECTED

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 Al

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=AOmTDYwsyTWFjcm9t&T=marketsquot e99_news.ht -BEGIN PGP SIGNATURE- Version: PGPfreeware 6.5.8 for non-commercial use iQA/AwU

RE: skipping 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 Certi

RE: ColdFusion Newsgroup

2001-01-16 Thread Aaron Johnson
Is $495 too much 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 lik

OT RE: (Admin) Vacations and being banned

2001-01-15 Thread Aaron Johnson
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

RE: JS Question

2001-01-15 Thread Aaron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hi Dave, In the of your page: <!-- function setfocus() { document.form.focus(); } // --> In the : onLoad=setfocus() and your form... HTH Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. 617.35

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. 617.350.0339 617.350.8884 66172567 [EMAIL PROTECTED] ~~ Structure your ColdFusion code with Fusebox. Get the off

RE: ColdFusion File Handling

2001-01-13 Thread Aaron Johnson
server, the template 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. 617.350.0339 617.350.8884 66172567 [EMAIL PROTECTED] ~~

RE: Comparing 2 Lists in a query

2001-01-13 Thread Aaron Johnson
om/developer/gallery/info.cfm?ID=CA347369-2830- 11D4-AA9700508B94F380&method=Full). HTH. Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. 617.350.0339 617.350.8884 66172567 [EMAIL PROTECTED] ~~ Structure your ColdFusio

RE: StructSort?

2001-01-13 Thread Aaron Johnson
;, or "TEXTNOCASE". The default is "TEXT." so, for example: #stConditionObjects[aConditionKeys[i]].label# HTH Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFus

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,

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. 617.350.0339

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. 617.350.0339 617.350.8884 66172567 [EMAIL PROTECTED

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 sortty

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: Any good Authorizenet solutions?

2001-01-05 Thread Aaron Johnson
oper/gallery/info.cfm?ID=86F5E80C-9646-1 1D4-83E100508B94F85A&method=Full Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. 617.350.0339 617.350.8884 66172567 [EMAIL PROTECTED] ~~ Structure your ColdFusion code with Fuse

RE: CPU 100% when one CFM file is accessed

2001-01-05 Thread Aaron Johnson
tp://www.allaire.com/Handlers/index.cfm?ID=14192&Method=Full Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. 617.350.0339 617.350.8884 66172567 [EMAIL PROTECTED] ~~ Structure your ColdFusion code with Fusebox. Get th

RE: CFHTTP

2001-01-05 Thread Aaron Johnson
that url? Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. 617.350.0339 617.350.8884 66172567 [EMAIL PROTECTED] ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthorit

RE: Troubles with Tables

2001-01-05 Thread Aaron Johnson
lient to a specific group, and the client inherits the rights of that group. Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. 617.350.0339 617.350.8884 66172567 [EMAIL PROTECTED] ~~ Structure your ColdFusion code wi

RE: cfcookie acting wierd???

2001-01-05 Thread Aaron Johnson
rcase or ALL uppercase. Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. 617.350.0339 617.350.8884 66172567 [EMAIL PROTECTED] ~~ Structure your ColdFusion code with Fusebox. Get the official book at

RE: cfcookie acting wierd???

2001-01-05 Thread Aaron Johnson
cookie name you are trying to get at...something like this: and then use that... Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. 617.350.0339 617.350.8884 66172567 [EMAIL PROTECTED] ~~ Structure your ColdFus

RE: Those Pesky Pound Signs

2001-01-05 Thread Aaron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Howard, Don't know if you've solved your or issue or not... here's my try... ", "", "ALL")> #calendar# When I output calendar above, I get: Aaron Is that what you want? or no? Aaron Johnso

  1   2   3   >