Re: unique user query

2004-03-19 Thread jonhall
Change it to like not =     SELECT * FROM bodyfun_registry WHERE userName like '#Form.userName#%'    - Original Message - From: "Daniel Kessler" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, March 19, 2004 10:52 AM Subjec

Re: Giving up on DW 2004 MX

2003-10-17 Thread jonhall
Nicely done on ignoring every point I made, including the request to back up your false claims about focus. I still feel DW's scripting API is far less powerful than Homesite's, and I'd welcome any attempt to prove my any of the facts I laid out in defense of my opinion wrong. This whole thing sta

Re: CF Forum 2000

2003-10-16 Thread jonhall
Yes, maybe, and yes. :) If you are talking about rewriting it I assume you have the open source version. CF Forums main bottleneck is that it uses subqueries to generate the message counts. Get a lot of messages, or a lot of forums and it starts to blow a gasket. It's also been a while and there m

Re: Giving up on DW 2004 MX

2003-10-16 Thread jonhall
Thursday, October 16, 2003, 12:54:15 AM, you wrote: MTeF> "jon hall" <[EMAIL PROTECTED]> wrote in message MTeF> news:[EMAIL PROTECTED] >> Yeah, that's the best part about it...but the script API is even less >> documented, and less powerful (can't call COM objects) than >> Homesite's. MTeF> I str

Re: OT : Central Beta SDK Available

2003-10-15 Thread jonhall
fyi, I clicked to install the Central Developer Chat on your page, and it seemed to hang in the middle of this install. I moved the window and a popup notifying me that a new version of the movie finder was out was stuck behind the install screen, and for some reason it was blocking the install of

Re: developing java cfx

2003-10-14 Thread jonhall
No wonder those Java guys get paid so much! -- mailto:[EMAIL PROTECTED] Tuesday, October 14, 2003, 6:43:47 AM, you wrote: AM> This is a known issue, no way around it as far as I recall other than AM> getting your code right first time :-) AM> -Original Message- AM> From: [EMAIL PROTEC

developing java cfx

2003-10-14 Thread jonhall
According the the CF docs reload="always" is supposed to keep me from having to restart CF everytime I recompile my cfx tag, but it doesn't seem to be working. How do you guys do it? -- mailto:[EMAIL PROTECTED] [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Sett

Re: OT: Server Hardware

2003-10-13 Thread jonhall
The Celeron 2.6 does not have Hyperthreading...for about $100 more you can get the a regular 2.4 w/hyperthreading, well worth it for the apps you are going to be running. Like others have said though, you are going to be memory bound long before you are CPU bound. -- mailto:[EMAIL PROTECTED] Mond

Re: Survey: Open Source CF Stuff (was "Looking for Cold Fusion Forum similar to FuseTalk")

2003-10-11 Thread jonhall
#5...I'd be happy to contribute to a worthwhile project., but I dont have enough time (or project management experience) to dedicate to managing a project. Almost all of the successful open source projects have some kind of corporate sponsorship, even if the original source was developed for a spec

Re: HomeSite Scripting with ADO

2003-10-11 Thread jonhall
No need to tell it to use "Server", I've only seen that used in ASP. WinScripter is a great resource if you haven't come across it yet. Check out this page. http://www.winscripter.com/wsh/database/dsnless.asp I modified the above example to query a remote sql server and output the results into th

Re: CFMX & MSXML

2003-10-09 Thread jonhall
Where are you getting this kind of performance? My testing has shown that msxml is faster at parsing even from within CF than cfxml, and I posted some benchmarks here some months back. Outside of CF...the msxml performance advantage is insurmountable. -- mailto:[EMAIL PROTECTED] Thursday, Octobe

Re: Testing Multipart Emails

2003-10-07 Thread jonhall
The Bat http://www.ritlabs.com splits multipart emails into different tabs for the html part and the text part. I imagine all of the text only email clients will show you the text part as well. Any of the Unix ports, any older version of Eudora, Pegasus still makes a DOS version available... -- m

Re: OT -- JavaScript

2003-10-05 Thread jonhall
Hmmm going back and running it without the forms reference and it now works. Either I had a typo originally or I'm going crazy. Either way...the problem is either somewhere else in your code, or there is something that I am overlooking in your post. -- mailto:[EMAIL PROTECTED] Sunday, October 5,

Re: OT -- JavaScript

2003-10-05 Thread jonhall
This code works for me in IE6/Moz/Opera. The addition of the forms array call made it work for me. I couldn't get just document.rentalForm.Holidays.value to work either.
function init() {
packageAtribs = new Object();
packageAtribs.holidaySelection = document.forms['re

Re: OT -- JavaScript

2003-10-05 Thread jonhall
try packageAtribs.holidaySelection = document.forms['rentalForm'].Holidays.value; Don't ask me what the difference is...i don't know :) -- mailto:[EMAIL PROTECTED] Sunday, October 5, 2003, 6:21:44 PM, you wrote: HO> I'm having a little trouble with this script ... here's the bit of code in quest

TopStyle ColdFusion TagDefs

2003-10-04 Thread jonhall
http://www.oztek.net/jon/ColdFusionTopstyleTagDefs_v1.zip CF TagDef file for TopStyle that enables tag completion and the tag inspector. Just unzip it into your TopStyle3\HtmlDefs directory and it will show up in the dropdown above the tag inspector. Once you select CF from the dropdown...autocom

Re: OT: JavaScript killing IE.

2003-10-03 Thread jonhall
Works for me... Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; .NET CLR 1.1.4322) Works perfectly in Moz 1.5 and Opera 7.2 too. -- mailto:[EMAIL PROTECTED] Friday, October 3, 2003, 2:40:17 PM, you wrote: IS> Anybody have any idea why this piece of _javascript_ would cause IE to crash, IS> s

Re: Windows 2000 or 2003 Server?

2003-10-02 Thread jonhall
Personally I'd wait for SP1 before even thinking about it. However, if I had some wiggle room (meaning huge client wasn't going to kill me if the server had a few hiccups), and upgrading to 2003 in 6 months or so didn't look likely...it might be worth it to bite the bullet now rather than be stuck

Re: Structure of Arrays: more about my error with

2003-09-24 Thread jonhall
Just a thought, but does this work? -- mailto:[EMAIL PROTECTED] Thursday, September 25, 2003, 12:43:26 AM, you wrote: RB> I forgot to mention in my last email that I can output: RB> #leak2[getKey2][3]# RB> but when I try RB> RB> I get that error RB> You have attempted to dereference a scala

Re: Verifying an email address exists

2003-09-24 Thread jonhall
Not possible now that all unregeistered .com's and .net's resolve to Verisign. -- mailto:[EMAIL PROTECTED] Wednesday, September 24, 2003, 11:15:40 PM, you wrote: CS> How about that: I just receive a message "Got 966 email spams again ? we can help ! " CS> an ad for an anti-spam software

Re: OT: DW Custom Floaters

2003-09-24 Thread jonhall
Nevermind...got it, didn't think to check my floater out in design view :) function isAvailableInCodeView(){ return true; } -- mailto:[EMAIL PROTECTED] Wednesday, September 24, 2003, 3:55:48 AM, you wrote: jon> OK...I had one too many Red Bull's and I've been trying to get DW to jon> work th

OT: DW Custom Floaters

2003-09-24 Thread jonhall
OK...I had one too many Red Bull's and I've been trying to get DW to work the way I want it to. It's extensibility really is amazing. However...I'm trying to build a custom floater, but for some reason they always come out looking grey. The docs even say that floaters are always grey, and it's not

Re: [ OT] Special security Alert!

2003-09-22 Thread jonhall
You seem to be forgetting the numerous auto-executing viruses that have hit Outlook since BubbleBoy back in 99. Every single of these viruses could have been rendered impotent by simply allowing users to disable html email, and it has been a conscious decision on Microsoft's part, not to provide t

Re: (Admin) List upgrades

2003-09-15 Thread jonhall
Monday, September 15, 2003, 9:39:10 PM, you wrote: >> -Original Message- >> From: Dave Watts [mailto:[EMAIL PROTECTED] >> Sent: Monday, September 15, 2003 5:29 PM >> To: CF-Talk >> Subject: RE: (Admin) List upgrades >> >> > Novelists are professional authors with refined skills in >> > con

Re: Retrieving Active Directory User Passwords

2003-09-15 Thread jonhall
afaik, even if there was a mechanism to retrieve them, Windows doesn't store actual passwords anywhere. That's the point of hashing the password in the first place... -- mailto:[EMAIL PROTECTED] Monday, September 15, 2003, 12:25:24 PM, you wrote: SW> Is there a way w/ CF to retrieve unhashed AD

Re: Any way to get Homesite+ 5.5 without Dreamweaver?

2003-09-14 Thread jonhall
Sunday, September 14, 2003, 3:33:03 PM, you wrote: SAC> On Sunday, Sep 14, 2003, at 01:33 US/Pacific, Rafael Bleiweiss wrote: >> Sean, I agree - realized my error in view after I'd posted this. My >> true >> feeling it have HS be a full stand-alone thing again, at it's own fee, >> not >> bundle

Re: No so good news

2003-09-13 Thread jonhall
Saturday, September 13, 2003, 3:23:40 PM, you wrote: >> However all of this is a moot point: Eolas is obviously not interested >> in toppling MS but in making so quick cash. If it comes to it they >> won't balk at licensing to anybody with deep enough pockets. >> ML> I don't know, there were some

Re: Any way to get Homesite+ 5.5 without Dreamweaver?

2003-09-11 Thread jonhall
o: CF-Talk SY> Subject: Re: Any way to get Homesite+ 5.5 without Dreamweaver? SY> oi jonhall!! SY> dun believe so. SY> it comes on the dwmx disc... ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subs

Any way to get Homesite+ 5.5 without Dreamweaver?

2003-09-11 Thread jonhall
I own Studio MX, but I don't want to pay the $200 for the DW upgrade just for Homesite+. Is there any other option? -- mailto:[EMAIL PROTECTED] ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://ww

Re: Cracking the RDS protocol?

2003-09-09 Thread jonhall
Tuesday, September 9, 2003, 9:54:21 PM, you wrote: >> Yes, people still use RDS. DWMX doesn't talk to CFMX through web >> services - >> to use a lot of the functionality of DWMX with CF, like the recordset >> builder, I'm pretty sure you need to use RDS. >> ML> Is building queries the only thing

Re: Possible to use CFFTP with SSL?

2003-09-05 Thread jonhall
Also http://www.glub.com/products/bean/ -- mailto:[EMAIL PROTECTED] Saturday, September 6, 2003, 12:19:50 AM, you wrote: SY> Nope but found this: SY> http://www.nsoftware.com/products/controls/?ctl=FTPS&prod=ipsssl SY> Stace SY> -Original Message- SY> From: Stacy Young SY> Sent: Sept

Re: Session vars not being retained. Any ideas why?

2003-09-01 Thread jonhall
This is a bug in 6.0 that was fixed it 6.1. If you set domain cookies, CF set's a new cfif and cftoken cookie every request. -- mailto:[EMAIL PROTECTED] Monday, September 1, 2003, 10:21:02 AM, you wrote: MK> My site is forgetting the session variables between pages, and I'm not sure MK> why. I

Re: Convert Complex data to string error.

2003-09-01 Thread jonhall
Monday, September 1, 2003, 12:51:27 AM, you wrote: M> Hi Ike and Adam (and others), M> I tried Ike's suggestion below but with the same outcome. M> M> M> M> URLEncodedFormat(session.basket.ProductURL)> M> url is a reserved word. Any

Re: CF usage growing or shrinking? (was DWMX 2004 - Whats new for us? )

2003-09-01 Thread jonhall
Sunday, August 31, 2003, 7:11:51 PM, you wrote: JM> These points may be 100% true, but neither addresses the simple observation JM> that PHP usage will soon eclipse that of CF. And what the implications of this JM> will be for CF. If I had a nickel for every time someone said CF was dead... --

OT: IIS6 Tip

2003-08-31 Thread jonhall
I recently started using my Win2k3 system as my main dev machine and have been having all sorts of problems with IIS6 not displaying the current version of static files (htm, css, js), . After much hair pulling, I found a parameter called DisableStaticFileCache that can be added to the metabase.xml

Re: OT form javascript help

2003-08-22 Thread jonhall
function makeBold(elem_id) { var start_text = ''; var end_text = ''; if (document.layers || window.opera) return; else if (document.all) { selected_text = document.selection.createRange(); new_text = "" + selected_text.text + "

Re: CF in XSL, passing variables

2003-08-20 Thread jonhall
What do you mean by "xsl page"? Neither XSLT nor XSL-FO in and of themselves have any concept of a url variable... -- mailto:[EMAIL PROTECTED] Wednesday, August 20, 2003, 7:44:15 PM, you wrote: BRR> Hello all, BRR> I am trying to pass an url variable from one xsl page to another and USE it. BR

Re: Genealogy Program Database Schema

2003-08-17 Thread jonhall
http://www.databaseanswers.com/data_models/genealogy/index.htm -- mailto:[EMAIL PROTECTED] Saturday, August 16, 2003, 8:07:15 AM, you wrote: JG> Hi Group... JG> Before I go nuts reinventing the wheel, does anyone have a program/data JG> structure for a genealogy project I'm doing. JG> All ass

Re: Redsky-Still issues with CFINSERT and CFUPDATE.

2003-08-14 Thread jonhall
A little late, but after all the posts...I still didn't see an error or any code. The issue appear to be that cfinsert/cfupdate are ignoring the username/password parameters altogether. Error thrown is: [Macromedia][SequeLink JDBC Driver][SequeLink Server]Required user name is missing. A cfquer

RPC Worm

2003-08-14 Thread jonhall
Batten down the hatches...A new Windows RPC worm is on the loose. http://isc.sans.org/diary.html?date=2003-08-11 We just had a machine toasted by it, still trying to get it back up, but I'm happy in a sick sort of way since it was running CF5 and now it's running MX :) -- mailto:[EMAIL PROTECTED

Re: Crossborwser support WAS: Simple html question

2003-08-14 Thread jonhall
Tuesday, August 12, 2003, 1:53:25 PM, you wrote: IS> You bring up something that I have debated in my head many times. How can IS> anybody bring about better browser compliance so that it is easier to make IS> good clean and accessible web pages. IS> I have been working on a project for the last

Re: need another set of eyes...

2003-08-14 Thread jonhall
Didn't realize MX automatically escaped now... -- mailto:[EMAIL PROTECTED] Thursday, August 7, 2003, 4:50:50 PM, you wrote: jh> jh> SELECT filename, desc jh> FROM [results.txt] jh> jh> jh> jh> jh> INSERT INTO NavContentOld (page, description) jh>

Re: Redsky-Still issues with CFINSERT and CFUPDATE.

2003-08-10 Thread jonhall
I just tested cfupdate on our 6.1 machine, and it worked, using an ODBC Socket DSN. What is the error, and type of DSN? While moving to cfquery would be wonderful...sometimes it just isn't worth the effort to rewrite a ton of legacy code. We have a zillion little admins written years ago that used

Re: Problem calling CFC from .NET

2003-08-09 Thread jonhall
Some thoughts, never tried any of these. It may be possible to use the cfapplication tag within your cfc, giving you access to application and session variables. Although using CF session variables for a web service might needlessly complicate matters. It would be quite an interesting hack though

Re: SOT: Mozilla and DesignMode

2003-08-04 Thread jonhall
works for me with v1.5b Gecko/20030712 -- mailto:[EMAIL PROTECTED] Monday, August 4, 2003, 6:23:59 PM, you wrote: SB> (this is somewhat off-topic, but it is occurring in a CF application, if that helps. I had asked this on another list without getting any replies, which could mean no one unde

Re: cfc path question

2003-08-04 Thread jonhall
Well mappings are another solution, but I've been thinking a good idea would be to allow a directory specified in a cfimport statement to be searched for cfc's as well. cfimport would then have a little bit more in common with the java import statement, which in this case might be more intuitive fo

Re: Alternatives to CF5's IP based debugging? - MX Debugging

2003-08-01 Thread jonhall
Figured it out...CF MX doesn't support debugging! /me breathes deeply... Anyone know if debugging support is slated to be added back into MX? -- mailto:[EMAIL PROTECTED] Saturday, August 2, 2003, 12:51:58 AM, you wrote: jon> I did have a problem getting this to work with an MX server...I'm of

Re: Alternatives to CF5's IP based debugging?

2003-08-01 Thread jonhall
Well not having played with the debugger before, I read Charlie Areharts presentation on it, and after some head scratching and one crash, I set up a dev mapping opened my default.cfm, added a couple breakpoints, and started a debug session. Lo and behold, up pops this ultra cool window that shows

Re: Alternatives to CF5's IP based debugging?

2003-08-01 Thread jonhall
I think you can also set up the development mappings in studio/homesite...it does supposedly allow you to get the debugging back directly into studio. -- mailto:[EMAIL PROTECTED] Friday, August 1, 2003, 10:34:28 PM, you wrote: JM> Are there any other methods of seeing debug output from a CF5 dev

Re: consistancy

2003-07-29 Thread jonhall
I don't think it's being picky...one of the most important things in software development is calling things what they are imo. Personally I think function is better, if only because it helps differentiate CF from Java. -- mailto:[EMAIL PROTECTED] Tuesday, July 29, 2003, 7:10:54 PM, you wrote: M

fusebox class diagrams...

2003-07-16 Thread jonhall
Anyone know the name of the program they are using to model the classes here? http://beta.fusebox.org/images/ClassDiagram_1.gif -- mailto:[EMAIL PROTECTED] ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 S

Re: Safe to Upgrade to MX?

2003-07-12 Thread jonhall
Saturday, July 12, 2003, 5:56:41 PM, you wrote: >> Where is this public bug system you speak of? JD> The "MM WishList" is, actually, the bug system: JD> http://www.macromedia.com/support/email/wishform/ JD> Anything put in there is tracked as an issue/request/bug/defect/whatever JD> along with

Re: Safe to Upgrade to MX?

2003-07-12 Thread jonhall
Saturday, July 12, 2003, 2:29:43 PM, you wrote: >> -Original Message- >> From: Bud [mailto:[EMAIL PROTECTED] >> Sent: Saturday, July 12, 2003 2:13 PM >> To: CF-Talk >> Subject: Re: Safe to Upgrade to MX? >> >> >Yes. See the list of known issues on the Macromedia homepage. >> >http://www.m

Re: SOT: Looking for a VERY inexpensive dedicated development server

2003-07-10 Thread jonhall
I'd like to see where I said wanting to be found in google is a bad thing...please show me. I got your diagram right here though. If you disagree, and would like to buy from someone in the first 5 pages, go right ahead. I don't care...I don't see how it applies to the topic though. I said I would

Re: SOT: Looking for a VERY inexpensive dedicated development server

2003-07-10 Thread jonhall
Well this will get you hundreds of possibilities. Clicking through a few I found coldfusion mentioned a few times as well. I'd start at page 5...any host who take the time to optimize for google is probably not worth investigating. http://www.google.com/search?q=windows+dedicated+%2499 In the 99-

Re: Array vs. temp table

2003-07-08 Thread jonhall
I'm not familiar with pl/sql, but probably for the same reasons you would use an array instead of a table for storage in any other language...the ability to randomly access a group of related items very fast. -- mailto:[EMAIL PROTECTED] Tuesday, July 8, 2003, 3:01:25 PM, you wrote: CCC> Under wh

Re: Smart or Stupid (CFLOOP as a GOTO)

2003-06-27 Thread jonhall
Sure, but that's why you loop over the validation types as well. something like... valStruct.email = listToArray("null,maxlength,email"); valStruct.email.value = "[EMAIL PROTECTED]"; valid = true; while(valid) { valid = true; for(i = 1; i LT arrayLen(valStruct.email), i = i + 1) { switch

Re: CSV Question

2003-06-27 Thread jonhall
Everything sounds correct. The only other thing I did was uncheck maintain connections, which shouldn't affect whether or not it works. Does your schema.ini look normal, and is it in the right dir? -- mailto:[EMAIL PROTECTED] Friday, June 27, 2003, 12:16:12 AM, you wrote: AO> Here is what I've d

Re: CSV Question

2003-06-26 Thread jonhall
Forgive the asp site...but it's got screenshots :) http://www.c-sharpcorner.com/database/Connect/ConnectODBCText.asp A couple things to add to what the above site says. An ini file (schema.ini in example) will be created in the same directory as the csv after the dsn is created. Take a look at it

cfc-skeletons?

2003-06-25 Thread jonhall
Poking around this evening, and I came across the CFusionMX\wwwroot\WEB-INF\cfc-skeletons dir. I guess I've seen it before but never really paid attention. Anyone know what is it used for? I search Google, MM, and the MX docs and couldn't find anything except for a Spanish forum posting somewhere.

Re: CFHTTP still and again

2003-06-24 Thread jonhall
No work-around if you don't control the other side...gotta use an external component of some kind. There are a few cfx_http's floating around, i prefer msxml though since it's already on every windows server. %3Crant%3E Don't fall for the MM spin...4.5 was fine, it was just up to the developer to

Re: Java development risk? (was: log4j problem migrating J2SE app)

2003-06-22 Thread jonhall
Forgive me if I am off track here, but isn't this what the classpath is for? For example, MX comes with Javamail 1.3, but I installed 1.4 and just edited the classpath to include the javamail jar at the beginning and MX used 1.4... -- mailto:[EMAIL PROTECTED] Sunday, June 22, 2003, 1:33:04 PM, yo

Re: Dynamically populating an XML document

2003-06-16 Thread jonhall
I've never been in a situation where create a document via the DOM was necessary. cfsavecontent does the trick for me. some value -- mailto:[EMAIL PROTECTED] Monday, June 16, 2003, 6:33:22 PM, you wrote: OH> I have a newly created XML document: OH> OH>

Re: Is there an alternative to CFTREE?

2003-06-13 Thread jonhall
I've built a cfc wrapper for xtree if you are interested, shoot me an email if so. It would take some modification to get it to work though as it currently works a custom category (serial number method) scheme from a database. I've been working a generalizing it more, it's just not there yet. It wo

Re: DTS to update SQL Server database?

2003-06-11 Thread jonhall
http://vyaskn.tripod.com/troubleshooting_orphan_users.htm -- mailto:[EMAIL PROTECTED] Wednesday, June 11, 2003, 7:33:26 PM, you wrote: >> Other than importing a flat file, the other two have downsides as >> well. Like the phantom user issue... DH> Phantom user issue? DH> ~~~

Re: Cftextarea...

2003-06-10 Thread jonhall
Yup...I would put money on the chance that DW will support Royale down the road. I fully anticipate many sleepless nights after it comes out...oh wait...that's every night. Still... :) -- mailto:[EMAIL PROTECTED] Tuesday, June 10, 2003, 9:41:59 PM, you wrote: MW> Well, I'm working on that sort o

Re: Update on the Installer "Freeze" & Failure to Auto-Start on Windo ws Issues...

2003-06-08 Thread jonhall
All I have to say is...wow. How's that for responsive? -- mailto:[EMAIL PROTECTED] Sunday, June 8, 2003, 10:41:30 AM, you wrote: DC> I've not had the cycles to keep up with the feeding frenzy this has turned into, but I thought I'd update everyone on where we are regarding the 2 issues reporte

SQLXML

2003-06-08 Thread jonhall
Just a quick note for anyone who hasn't gotten a chance to play with MSSQL SQLXML yet, here is snippet showing how to get SQL Server to return XML to CF. The MS SOAP Toolkit and SQLXML both need to be installed on the server before this will work. SELECT Customers.CustomerID, Orders.OrderID, Cu

Re: cfc documentation

2003-06-06 Thread jonhall
Perfect, thanks. It would be nice to see MM have an official tool though... Off to the wish form! :) -- mailto:[EMAIL PROTECTED] Friday, June 6, 2003, 9:19:47 AM, you wrote: RC> However - in order for others to view your CFC docs, they must have RC> access to the RDS password, which isn't alway

cfc documentation

2003-06-05 Thread jonhall
Is there a cfc documentation tool out there like javadocs yet? -- mailto:[EMAIL PROTECTED] ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?met

Re: Hiding JavaScript codes

2003-04-03 Thread jonhall
With the addition of some no-cache headers this seems to be the best approach I've ever seen. -- mailto:[EMAIL PROTECTED] Thursday, April 3, 2003, 8:40:01 PM, you wrote: CP> Actually, you kind of can I think... CP> You can use a cfm file as a .js file to emulate a javascript file. Change CP> th

accessing parent cfc's variables

2003-03-27 Thread jonhall
If I have a cfc that is nested in another cfc, is there a way to access the parent object's variables? I have something like this. I have a method in the order object that needs to access a variable in the this scope of the user object. -- mailto:[EMAIL PROTECTED] ~~~

Re: Retrieving CFMX code from a db

2003-03-20 Thread jonhall
By SQL, do you mean MS SQL Server? If so, forgive me if this seems a bit unnecessary, as the database allows you to return a recordset as XML, and apply a style sheet natively, and transparently... While doing what you want would be technically possible, it goes counter to the concept of separatin

Re: CFMX Updater 3 Released

2003-03-19 Thread jonhall
Some comments from our Sysadmin(hope he doesn't mind )who was going to get the updater and install it because I hadn't downloaded it yet...not a developer, but very sharp. We are about to start on our first real MX project, so there is a new machine to be installed tonight too. He also had not been

Re: Updater3 breaks Studio odbc?

2003-03-19 Thread jonhall
Still works for me... -- mailto:[EMAIL PROTECTED] Wednesday, March 19, 2003, 7:29:25 PM, you wrote: MR> Just installed updater 3. Seems to work fine except now CF Studio's database tab can't connect to my localhost server, which it had no problem doing before. MR> I get the dreaded "the conne

Re: CFMX Updater 3 Released

2003-03-19 Thread jonhall
Resolving host name ftp.macromedia.com... Connecting to (ftp.macromedia.com). Connected to (ftp02.macromedia.com) -> IP: no.you.cant.have.my.ip PORT: 21. Socket connected waiting for login sequence. 220 ftp02 FTP server (Version wu-2.4.2-academ[BETA-16](1) Tue Mar 31 22:12:17 PST 1

Re: [OT] RE: Free SQL Server

2003-03-19 Thread jonhall
Not that I disagree totally, but Microsoft does sell MSDN subscriptions for ~$800, and it can be paid in installments. Pretty good deal for every piece of Microsoft software going all the way back to Windows 3.1. -- mailto:[EMAIL PROTECTED] Wednesday, March 19, 2003, 4:06:34 PM, you wrote: JW> "

Re: attaching methods at runtime

2003-03-16 Thread jonhall
To answer Michael's question, I was just thinking out loud, but the line of thinking came up because I had just completed the first bits of a generalized form validation cfc, and was thinking about how it contrasted to how I would do the same thing in OO javascript. Perhaps though, as you say, the

attaching methods at runtime

2003-03-16 Thread jonhall
Is there a way to attach a method/function to cf variable, be it a string, array, structure, etc at runtime? I don't think this is possible now, but it just popped into my head, and before I headed to the wishform, I was wondering if it, or a creative workaround already existed. For example, attac

Re: OT Domain registration

2003-03-15 Thread jonhall
After looking at the URL, GoDaddy is hosting the domain and simply putting up a frame src with whatever you type in apparently. www.BodafordHomes.com http://66.79.46.138/cfdocs/rea/index.cfm"; frameborder="0"> Honestly I don't know if search engines will spider content in a frame and actually

Re: Pet Market cfc's

2003-03-15 Thread jonhall
Thanks for clearing that up for me. As far as the this scope goes though, to be honest, writing set and get methods is a pita even though I know it's a good habit. Just thinking out loud here...but a keyboard shortcut that prompt's for the variable name and write's out the set and get methods woul

Pet Market cfc's

2003-03-15 Thread jonhall
I've been digging into the Pet Market this weekend, and I'm hoping if anyone can shed some light on the reasoning behind the way they chose to initialize the cfc's. Specifically the user.cfc which is instantiated in the application.cfm, has constructor code that looks like this. etc... My qu

Re: OT Domain registration

2003-03-15 Thread jonhall
If blind forwarding is a term for a HTTP 3xx redirect, then yes the search engines will generally follow them as long as the domain doesn't change. Why not just skip the whole forwarding thing though, and get someone to host dns for you if you don't want to do it yourself? It should be cheap or fr

Re: XMLParse at 100%

2003-03-13 Thread jonhall
I dislike ASP, but I dislike offhand incorrect remarks like COM is crappy at string parsing just as much, and I hear the msxml sucks remark from java people so much...so forgive me if the length of this post seems like a bit like overreacting. I just want to put it to a rest for myself if no one el

Re: Writing Query Results to a CSV using CFFILE

2003-03-11 Thread jonhall
Searching for my message I found two even better ways than my hack which was shelling out to run dtsrun from an sp (probably the most likely way to get yelled at by a dba anyway ). The first uses the DTS Object model, and the second executes dtsrun directly. http://www.pengoworks.com/index.cfm?act

Re: Macromedia DONT help me now. so where do i turn now?

2003-03-10 Thread jonhall
I'm just thinking along the lines that there may be something wrong with the computer, maybe a corrupted nic driver, or a somehow broken IIS install...I've seen both of those cause many strange problems. The Metabase can get corrupted, but IIS will still function to a point, and corrupted nic drive

Re: Macromedia DONT help me now. so where do i turn now?

2003-03-10 Thread jonhall
Michael, have you tried installing on another computer entirely? -- mailto:[EMAIL PROTECTED] Monday, March 10, 2003, 11:11:05 PM, you wrote: MK> AMAZING MK> Regular readers to this list will be aware that I have been wrestling MK> with installing CFMX since last Friday to no avail. I decided

Re: Where did my CFMX files go?

2003-03-10 Thread jonhall
Did it stop working all of the sudden, or were there suspicious circumstances... My 1 dir contains: jrun.dll jrun.ini jrunserver.store README.txt and a bunch of jrun log files. Try reinstalling updater 2, I've found it useful for fixing an install I've broken by deleting stuff I shouldn't have.

Re: Inserting date/time stamp

2003-03-10 Thread jonhall
I'm not sure if this was resolved, but I read the thread and I have a quick bit to add. Both the disabled and the readonly were mentioned, and these are both supported in all the browsers except N4. The difference is that a disabled form field will not be submitted with the form, and readonly field

Re: Authentication

2003-03-09 Thread jonhall
Honestly, I'm more there than here today :) Perhaps this would be some help? http://www.macromedia.com/devnet/mx/coldfusion/articles/ntdomain_1.html -- mailto:[EMAIL PROTECTED] Sunday, March 9, 2003, 4:04:21 PM, you wrote: MTT> anyone here today? MTT> - Original Message - MTT> From: "

Re: CFCs - any way to reload other than cycle CF service?

2003-03-09 Thread jonhall
Just a thought, try setting cachedrealpath to false in cfusionmx/runtime/servers/default/SERVER-INF/jrun.xml... Other than that, I had the same problem once...I overlooked that fact that I was putting the cfc in the session scope, and it wasn't recompiling :) Doh... -- mailto:[EMAIL PROTECTED] S

Re: mx cfapplication weirdness

2003-03-08 Thread jonhall
Thanks, but I'm using an access database for client storage (dev machine)... Just figured it out though. On a hunch I tried going to localhost instead of 127.0.01, because I remember seeing this same error when houseoffusion upgraded to MX, and my app worked! I deleted my cftoken and cfid and voila

Re: mx cfapplication weirdness

2003-03-08 Thread jonhall
This is incredibly annoying...the only thing I can add is that I am getting this error in the debug. 17:23:08.008 - java.lang.NullPointerException - in D:\www\d2\Application.cfm : line 2 I have tried 3 different JVM's (including the original), and rebooted. Nothing fixes it! It's looking like I mi

mx cfapplication weirdness

2003-03-08 Thread jonhall
I have an app I a working on that stopped working overnight all by itself. I went to sleep, and it was working, and when I woke up it was broken. When ever I hit a page I get this error. "The system has attempted to use an undefined value, which usually indicates a programming error, either in you

Re: CF5 & XML :)

2003-02-22 Thread jonhall
By far the easiest way is to cheat. If you have an MX box have it do the XML parsing etc, and get the data back to the CF5 box any way you want. We did this recently for something we needed done quick and wasn't performance sensitive. Other than that, msxml on windows gets the job done for me in c

Re: Wildcard in statements

2003-02-21 Thread jonhall
Question already answered, but I don't see why the wouldn't be possible with standard string functions. Just looking at your single line of pseudo-code, it looks like you want to know if the referer is a cfm template in a certain directory. This bit of code would do that and would definitely execu

Re: Array Initialization

2003-02-20 Thread jonhall
The end result is a CF array of strings...so the result is the same, no? I have long wished arrayNew() worked in a more standard way though. I do remember a while back there was mention on the list that there was a way to use a bit of JSP, I believe, to write a cf tag that took precedence over the

Re: Array Initialization

2003-02-19 Thread jonhall
-- mailto:[EMAIL PROTECTED] Wednesday, February 19, 2003, 10:27:03 PM, you wrote: JE> I cant find a way to initialize an array in CF like in Java. JE> Example (Java Way) JE>String appServers[] = {"JRun","CFMX","WebLogic","ORAS"}; JE> What is the CF Equivalent in One line of code like abo

Re: cfdump and css

2003-02-05 Thread jonhall
Don't be so sure...you are talking about the people who still detect Gecko as NS4 on the CF exchange, and until a few months ago still did that for their entire site. All during which they ran a tutorial on how to do browser detection to serve browser specific style sheets... I find the irony deli

Re: IDE was RE: CFML Forever!

2003-02-05 Thread jonhall
Wednesday, February 5, 2003, 2:40:28 AM, you wrote: DB> On Wed, 5 Feb 2003 01:04:02 -0500 DB> [EMAIL PROTECTED] typed: >> Honestly though, it's still very sluggish. Much slower than DW or >> Homesite+. There was even a bit of lag just getting the menu >> dropdown's to come down... You and me hav

  1   2   >