Re: CF 5 Query of Query

2001-04-10 Thread Billy Cravens
Remember that a cached query is only cached as far as htting the database is concerned.. they are not persistent variables, unless you place them in persistent scopes (session, application, etc) -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED] William J Wheatley wrote: Ok Heres

Re: Real Database's (was RE: Adnvanced Security niggles)

2001-04-10 Thread Billy Cravens
You might want to look at MSDE, as it is the underlying engine for SQL Server -- in essence, free SQL Server with no GUI .. just the db -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED] Thomas Chiverton wrote: OK, so having already shelled out for CF Server, has anyone had any

Re: Caching a Moreover news feed

2001-04-10 Thread Billy Cravens
I'd use a naming scheme like application.MoreoverFeed123 (where 123 is the day of the year), and if today is 124, then application.moreoverfeed123 is just a waste of memory. I can dig and post the code if anyone's interested. -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED] &q

Re: CF Cert: wait for 5.0?

2001-04-09 Thread Billy Cravens
Forta spoke at last month's Dallas/Ft. Worth CFUG, and he stated that you would need to get "re-certified" for 5.0. I'm not sure if that's a full certification, or something like Microsoft does (abbreviated test(s) to cover new stuff). Ben, if I heard you wrong, please correct me.

Re: Get html code from word document

2001-04-02 Thread Billy Cravens
want the users to upload as a .doc, you'll need to do some COM object manipulation ... see www.cfcomet.com for details -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: From: Chad McCue To: [EMAIL PROTECTED] Sent: Monday, April 02, 2001 9:43 AM Subject

Re: icq, aol, icm

2001-03-27 Thread Billy Cravens
desktops. Hey, if you wanna continue this discussion, let's take it to CF-Community -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED] Nathan Stanford wrote: My IT Network guy says that Instant Messenger creates a Security Hole? Is this true? Nathan

Re: Help please

2001-03-23 Thread Billy Cravens
there. Though you don't wait until you need to a job to learn these skills; it's hard to learn enough fast enough. Always think forwards. "Suggest a way out"? McDonald's is always hiring. :) -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED] Venkata Ramakrishna wrote: Hi gang, Ia

Re: Boy - here's a dandy Microsoft Security Bulletin MS01-017

2001-03-23 Thread Billy Cravens
Thanks for the heads up Dave, but didn't Microsoft put a moratorium on posting the text of Security Updates to mailing lists? I seem to recall that this was a big issue with BugTraq. -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED] Dave Hannum wrote: Take note if you go to pages

Re: Form Submission -- Revisited (UltraDev 4)

2001-03-23 Thread Billy Cravens
as giving you the ability to add or create additional ones. I do not recall this being a default behavior; perhaps someone has put one on the Ultradev Developer's Exchange. -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED] James Taavon wrote: Hey Everyone! I posted a message

Re: OT: freelance board

2001-03-23 Thread Billy Cravens
www.elance.com www.guru.com talentmarket.monster.com -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED] Chris Alvarado wrote: a while back someone posted a link to a site where you can go to bid on public contracts for development etc. Happen to remember the URL? thanks

Re: Studio: Export RDS Settings?

2001-03-22 Thread Billy Cravens
It's just registry stuff. Open RegEdit, browse to HKEY_CURRENT_USER/Software/Allaire/RemoteServers, and with RemoteServers highlighted, go to Registry -- Export. This will save a .reg file, which you can run on the new machine. -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED

Re: Can I tell if a browser is 128 bit with CF

2001-03-22 Thread Billy Cravens
It will tell the encryption bit size.. 40 or 128. 40 bit is "standard", 128 is "heavy duty". -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED] Ian Tait wrote: Would the cgi variable HTTPS_KEYSIZE tell you? Ian -Original Message- From: Dave H

Re: To ASP or not to ASP

2001-03-21 Thread Billy Cravens
If you have a single datasource set up on the server, you can point to any database in your TransactSQL statements. SELECT column FROM databasename.databaseowner.tablename -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED] Erika L Walker wrote: Examples?? Very interested

Re: What is .Net????

2001-03-21 Thread Billy Cravens
It's just a name for Microsoft's new platform, etc .. for info, go to www.gotdotnet.com -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED] Phoeun Pha wrote: what is it really? to me, it's just a web thingy like .com or .cc or .org

Ben Forta tonite!! in Dallas

2001-03-13 Thread Billy Cravens
Just wanted to post this message in case there's anyone in here who would be interested in attending tonite's meeting of the Dallas/Fort Worth ColdFusion User Group, where Ben will be speaking. For details go to www.dfwcfug.org -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED

Re: First crack at commerce, sort of.

2001-03-13 Thread Billy Cravens
uot;? doh) Whatever you do, don't fall prey to the typical IT argument of simply throwing more hardware/software at a problem, as opposed to analyzing all of the variables and finding the proper solution for your specific situation. -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECT

Re: ActionScript Variables from CF

2001-03-05 Thread Billy Cravens
I believe that's it's much like WAP... there can be no whitespace before your text variable. Also, "text" may be a reserved word in ActionScript. -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED] James Maltby wrote: If anyone understands the following please help!

Re: Distance b/w Two Zips Function

2001-02-28 Thread Billy Cravens
There's a custom tag that does this for you: cf_ziprad, though it requires that you purchase a zip code db (well worth the $$$) -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED] Duane Boudreau wrote: Hi All, Does anyone have the mathematical function for calculating the distance

Re: CF Web-based IMAP Help

2001-02-28 Thread Billy Cravens
There's a CFX_IMAP, similar to CFPOP -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED] "Erik S. Nachbahr" wrote: Greetings, I want to write a web-based (CF of course) IMAP client. It would be universal so the user could choose their IMAP server and log in via the i

Re: Is anyone aware of a CF solution like this

2001-02-28 Thread Billy Cravens
Do a search for "open directory" on the tag gallery. Keep in mind they all use DMOZ, which is an "open source" directory like Yahoo. -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED] "Parker, Kevin" wrote: http://www.portalscripts.com/Commer

Re: Email server/CF integration?

2001-02-23 Thread Billy Cravens
Thanks for the sales pitch ;) I'm really looking for a cheaper solution. Additionally, I really only need the mail server itself; I will be writing the front end. If all else fails, I guess I'll just have to write it (the mail server) myself. -- Billy Cravens HR Web Development, Sabre

Re: View source in NS 6

2001-02-22 Thread Billy Cravens
Keep in mind the dinstinction between Mozilla and NS6. Two different development teams (though NS6 uses a chunk of Mozilla.. not sure which Milestone it's based off of) Has anyone tested this bug on Mozilla (and which milestone?) -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED

Re: SQL Desktop ?

2001-02-22 Thread Billy Cravens
If you're running Windows 2000 Professional, you can't run standard; must run desktop. Can only run standard on Win2k Server+ -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED] Phoeun Pha wrote: why would u want to run the desktop version on win2k when u can run the standard

Email server/CF integration?

2001-02-22 Thread Billy Cravens
candidates at this point. -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED] ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk

Re: [End session on browser close]

2001-02-22 Thread Billy Cravens
I'm a bit confused by what this piece of code is supposed to do. Looks to me like you reassign cookie values to themselves. Not sure how that solves the problem. -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED] Alex wrote: !---Kill Session on Browser Close--- cfif IsDefined

Re: Allarie/Macromedia ColdFusion Feature Suggestion

2001-02-21 Thread Billy Cravens
new content, so things appear to be dynamic. -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED] JoshMEagle wrote: Can you explain "hidden frames" a little bit? This sounds interesting and although I've been writing JS and HTML for over 5 years, I've never heard of thi

Re: Allarie/Macromedia ColdFusion Feature Suggestion

2001-02-21 Thread Billy Cravens
You don't want to use ActiveX to do something like that.. anyone not using IE on Windows would be out of luck. -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED] JoshMEagle wrote: Thanks for the smart-ass answer Philip. Sometimes you can't pass variables back to the server

Re: looking for CF host references

2001-02-21 Thread Billy Cravens
Alot of people don't like them, but I've had good experiences with Interland. Susan Rayburn wrote: I'm looking for people's opinions on their cold fusion hosts. It is easy enough to find pricing information on different hosts, but I'm interested in finding out the quality of their service.

Re: ParseDog

2001-02-16 Thread Billy Cravens
I agree 100%. That's what Allaire's Developer Exchange is for. -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED] Greg Wolfinger wrote: I vote that we keep from advertising our products on this list. --=@ greg @=-- - Original Message - From: "John Anderson&qu

Re: CF Source Code?

2001-02-16 Thread Billy Cravens
I hope your senior project doesn't require uniqueness, otherwise, you may have been beaten to the punch: http://www.cfadvisor.com/api-shl/engine.cfm?ArticleID=34104DepartmentID=1 -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED] Ruslan Sivak wrote: I'm planning to develop

Re: ParseDog

2001-02-16 Thread Billy Cravens
Hey Jeff, Just noticed you have a book in your sig. Did you author it? Isn't that advertising? ;) -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED] Jeffry Houser wrote: Clint Tredway wrote: I agree. Without this list and others like, it is very difficult to impossible

Re: advanced list

2001-02-16 Thread Billy Cravens
"experts" (which may or may not lower the quality of posts). If you want something purely on topic, avoid mailing lists; use Allaire's forums. -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Can someone suggest another ColdFusion list-

OT: PDF generation

2001-02-15 Thread Billy Cravens
I have the task of finding a solution for generating volumes of PDF's. Pretty typical: pull info from db, build a pdf, and save it to disk. However, we're talking about 10,000 pdf's at once. Anyone have any ideas on what would be the most robust solution? -- Billy Cravens HR Web Development

Re: [OT: PDF generation]

2001-02-15 Thread Billy Cravens
Yes it will be a batch job. Where can I get the library(ies)? -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED] Alex wrote: first use the right tool for the job. is this a batch job? there is a free pdf lib for C,perl, java, python Billy Cravens [EMAIL PROTECTED] wrote: I

Re: Here you have, ;o)

2001-02-12 Thread Billy Cravens
That's because Dino configured the list to refuse attachments. -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED] Edward Chanter wrote: me too, but Norton AV doesn't and the email hasn't got an attachment so how effective a virus could it be (if it is one

Re: OT: Installing an ActiveX control in Netscape

2001-02-11 Thread Billy Cravens
It'd be pretty easy to write a little exe to do this. -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I have an ActiveX control that I need to be cross-browser. I have a plug-in for Netscape that will allow the control to be run, but unfortunately

Re: OT: Thoughs on Macromedia Takeover of Allaire

2001-02-10 Thread Billy Cravens
, Refrigerator 2.0, gaming consoles, etc. Accept change or become a dentist:) -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED] Martin Sutton wrote: I've been thinking to day of the different possible scenario's we could face as CF developers. One of them struck me as quite

Re: String Concatenation in CFSCRIPT

2001-02-08 Thread Billy Cravens
Your concatenation is correct. However, you must put a semi-colon at the end of statements, just like in JavaScript. -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED] Jeffry Houser wrote: I suppose the subject says it all. How do you perform string concatenation

Re: HTML/OS

2001-02-07 Thread Billy Cravens
with a giant stone wall surrounding it.. no room to grow, and you can't see your neighbors. I personally prefer a programming language to any niche product any day of the week. -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED] Thomas Chiverton wrote: http://biz.yahoo.com/bw/010205

Re: Reaching Other Worlds...

2001-02-07 Thread Billy Cravens
#2 ... sorry, there's no CFAltavistaInABox :) James Maltby wrote: HI - here's a thing - how can you create an automated search index that trawls other sites (e.g. asp and cgi template sites) on a regular basis and updates a local search index? e.g. create local verity collection -

Re: CF Query Column Order - Random?

2001-02-07 Thread Billy Cravens
cfx_QueryColumns http://devex.allaire.com/developer/gallery/info.cfm?ID=CA347299-2830-11D4-AA9700508B94F380method=Full Scott Becker wrote: When you make a CFQUERY, the variable queryName.columnList variable returns a list of field names from the query. However, this order doesn't appear to

Re: OT: W2K vs. NT

2001-02-07 Thread Billy Cravens
I'm betting that future versions of CF will only support W2K, so think in terms of the future. Personally, I've had few problems with W2K server. -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED] Bud wrote: Howdy all. I'm about to take the plunge and get my SQL 2000 box

Re: Weird Problem - Additional Info

2001-01-30 Thread Billy Cravens
That's because html uses quotation marks as delimiters.. try escaping it somehow .. perhaps cfoutput#htmlcodeformat(mystring)#/cfoutput -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: In addition, if I put single quotes in, it works just fine. Any

Re: CF Quick Reference for Palm?

2001-01-29 Thread Billy Cravens
http://www.memoware.com/b/cftagd.prc -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED] Joby Bednar wrote: Anyone know of or have a CF quick reference that I can get for my Palm? Joby Bednar Director of Internet Design iNEOgroup.com

Re: (OT)RE: ALLR/MACR Merger - ColdFusion to be repositioned ?????

2001-01-29 Thread Billy Cravens
Concern? I'd think not. Besides, Microsoft has announced support for Java in .net: http://msdn.microsoft.com/visualj/jump/default.asp -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED] "Belfiori, Ross" wrote: Since you mentions the app srvr. Is there any concer

Re: (WOT) Sample code for COM object wrappers for Stored Procedures

2001-01-29 Thread Billy Cravens
Perhaps you'd want to hide the connection details for security reasons. There may even be a performance benefit. However, if you were to use a COM object, you'd have to use ADO; you probably couldn't spit the results back as a native CF query. -- Billy Cravens HR Web Development, Sabre

Re: (OT)RE: ALLR/MACR Merger - ColdFusion to be repositioned ?????

2001-01-29 Thread Billy Cravens
s the fact that Java isn't going away (otherwise why would there be a "migration" to C#?) I intend to learn asp.net, along with cf 5 and 6; I'm a programmer, not a disciple. -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED] Peter Theobald wrote: How in the world can you c

Re: (OT)RE: ALLR/MACR Merger - ColdFusion to be repositioned ?????

2001-01-29 Thread Billy Cravens
Haha... I'll code in Sanskrit if you pay me enough :) -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED] JustinMacCarthy wrote: I'm a programmer, not a disciple. Quick! someone get Ben Forta, and a high powered lamp.. ASP Bad CF Good.. J

Re: Removing WhiteSpace

2001-01-29 Thread Billy Cravens
In addition to what's been stated, you can *not* use any white space or breaks ... instead of cfoutput#a#/cfoutput cfoutput#b#/cfoutput do cfoutput#a#/cfoutputcfoutput#b#/cfoutput -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED] John Stanley wrote: The code listed below

Re: CF Noting Seeing Network Drive Properly

2001-01-29 Thread Billy Cravens
Have you tried referencing the drive via UNC as opposed to mapped? -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED] "Owens, Howard" wrote: I have a couple of applications that read and write files on a network drive and then FTP the results to a remote server.

Re: OT:How do I put the little image in the address bar in IE?

2001-01-29 Thread Billy Cravens
http://msdn.microsoft.com/workshop/Author/dhtml/howto/ShortcutIcon.asp "Milks, Jim" wrote: Hi, I have a client who is hell-bent on having his logo appear in the IE address bar and when people bookmark his site. How is this done? It is IE only, right? Thanks, James

Re: Mel haisch diska??

2001-01-29 Thread Billy Cravens
We have a frontrunner for OT of the Year "I saw the witchdoctor " -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED] Phoeun Pha wrote: ooo eee ooo aaa aaa ting tang walla walla bing bang ~~ Structure your ColdF

Re: URGENT: Case Question

2001-01-26 Thread Billy Cravens
Instead of comparing in SQL, try grabbing the password according to username, and comparing it in ColdFusion cfif Compare(form.password,query.password) !--- authentication fails --- cfelse !--- authentication passes --- /cfif -- Billy Cravens HR Web Development, Sabre [EMAIL

RequestTimeout

2001-01-26 Thread Billy Cravens
Does anyone know if there is an upper limit for RequestTimeout (as set in the query string)? -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED] ~~ Structure your ColdFusion code with Fusebox. Get the official book at http

Re: Continuous Clock

2001-01-25 Thread Billy Cravens
It'd be cool if it worked in Netscape. -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED] Ken Wilson wrote: I've used a variation of this one without problems: http://javascript.internet.com/clocks/dynamic-clock.html - Original Message - From: "Cami Lawson&qu

Re: OT - MS-SQL ports

2001-01-25 Thread Billy Cravens
1433 (I think) -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hey guys...quick question, I'm just in a hurry and can't look it up myself. For dealing with a firewall between CF server and a MS-SQL Server, what ports need to be opened? Yes

Re: CFSOUTH schedule update

2001-01-25 Thread Billy Cravens
Only big CF conference in Florida this year? The Allaire conference is at Disney World: http://www.allaire.com/conference/ -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED] Michael Smith wrote: CFSOUTH has a few last minute schedule changes - see below for details. FYI

Re: OTish: TidyCOM (COM version of HMTL Tidy) in IE5?

2001-01-23 Thread Billy Cravens
Have you verified in the Registry that it is registered? -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED] Edward Smith wrote: Has anybody used TidyCOM (http://perso.wanadoo.fr/ablavier/TidyCOM/), the com wrapper for HTMLTidy (http://www.w3.org/People/Raggett/tidy/)? I'm

Re: Encrypting CF templates

2001-01-23 Thread Billy Cravens
It's included in CF as a command line utility (cfcrypt.exe). However, it is very easy to decrypt encrypted template. Takes five minutes with a search engine. -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED] Joshua Tipton wrote: Anyone know where I can get a utility to do

Re: Allaire on a Mac?

2001-01-23 Thread Billy Cravens
I don't know if I'd like CFserver on a Mac or not, but I'd like to see the IDE's (Studio/HomeSite) ported over (to Linux as well, though I know there are some code issues there) -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED] Randy Zeitman wrote: Anyone have any insight

Re: OT-RE: Search of the search results

2001-01-23 Thread Billy Cravens
Query of queries; UDF's -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED] "Belfiori, Ross" wrote: OT-is there a feature list or document for CF5. All I know is that CF5 is suppose to get the verity fix for the adobe/acrobat 4 pdf files. What else? -Origin

Re: Bold in excel

2001-01-23 Thread Billy Cravens
tdsome data/td /tr tr tdsome data/td tdsome data/td /tr /table -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED] John Anderson wrote: Hello, I am tryi

Re: OT: JSP - JRun Install Failure

2001-01-23 Thread Billy Cravens
on houseoffusion.com -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED] Nathan Stanford wrote: I am trying to get this setup. After installing when it wants to setup the Connection to the External Server which I assume is my PWS Server. I am using this for learning on my local

Re: [Bug/Defect Tracking Apps]

2001-01-23 Thread Billy Cravens
It's not the most robust solution out there, but I found Nesbitt's BugCollector (http://www.nesbitt.com/) to be a pretty easy to use, productive app (it's not bloated, supports users, 5 minute learning curve, uses Access so easy to web interface it,etc) -- Billy Cravens HR Web Development

Re: Rule of Thumb

2001-01-22 Thread Billy Cravens
"#myvar#" = 10 -- preevaluation needed Anytime you reference a CF variable outside of a tag or function, always use #. -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi Michael, #'s are only needed in three situations: a) within a cfoutpu

Re: Rule of Thumb

2001-01-22 Thread Billy Cravens
"#myvar#" = 10 -- preevaluation needed Anytime you reference a CF variable outside of a tag or function, always use #. -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi Michael, #'s are only needed in three situations: a) within a cfoutpu

Re: Problems with Studio 4.5.2

2001-01-19 Thread Billy Cravens
I've run into this with previous version - it means some dll is corrupted or otherwise incorrect. Reinstalling should fix it. -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED] James Maltby wrote: Has anyone come across the problem of not being able to access RDS datasources

Re: OT: Window 95 Log?

2001-01-17 Thread Billy Cravens
ofessional. -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED] Nathan Stanford wrote: What Log file will tell me if someone has logged into a windows 95 computer? What other then a cmos password can protect a windows? ~~ Structure your

Re: Allaire Certified Web Developer Exam

2001-01-11 Thread Billy Cravens
Actually, isn't the Certified Web Developer a separate exam/cert. than the ColdFusion cert? -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED] Todd Ashworth wrote: I've heard that if you can pass the CF test at www.brainbench.com with at least a 4.0 out of 5.0, you should

Re: Contract

2001-01-09 Thread Billy Cravens
I haven't seen any sites like that, and there's probably good reason. A contract is a legal document, and laws vary per locality. Your best bet is to consult with a lawyer and have them to put together a "template" that you can use. --Billy Albert K Arhin wrote: Hi All, I am new as an

Re: Killing Session Vars

2001-01-08 Thread Billy Cravens
Actually, Session is a structure, so you answered your own question. However, Allaire recommends that you do not delete "all" session variables, since there are session variables used for session management. --- Billy Cravens Dave Hannum wrote: It seems that there is

Re: OT: Learning Javascript Books,

2001-01-08 Thread Billy Cravens
O'Reilly's JavaScript: The Definitive Guide It's not a fun or easy read like For Dummies, etc books, but it teaches you the language from the grounds up, as opposed to the typical approach of only covering basic form validation and DHTML. Plus the reference section is excellent. -- Billy

Re: !-#include file=cfFile.cfm - - try a Fuselet

2001-01-05 Thread Billy Cravens
You should really look at your code. The site blows up in Netscape. -- Billy Cravens [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Has anyone ever included a cfm file inside of a .html file? I've got an HTML page that I would like to include a small CF page inside of and I can't seem

Re: call program on client via CF?

2001-01-05 Thread Billy Cravens
Reference on Windows Scripting (VBScript, Windows Scripting Host, etc) at http://msdn.microsoft.com/scripting -- Billy Cravens [EMAIL PROTECTED] Paul Sizemore wrote: How exactly do you do it using VBScript. I need to transparently launch a user specified vb application on the user's

Re: Excel and CF (using Excel to post data to server)

2001-01-04 Thread Billy Cravens
Actually, you could build a VBA macro that utilizes WDDX. That way you could simply run the macro from a normal spreadsheet and have it post to a website (without having to build a "web" interface) Take a look at wddx.org's sdk. -- Billy Cravens [EMAIL PROTECTED] Eric Da

Re: Xml and SQL?

2001-01-04 Thread Billy Cravens
http://msdn.microsoft.com/xml Most of the examples will be in ASP, but easily ported to CF -- Billy Cravens [EMAIL PROTECTED] Richard Wrightsman wrote: I am cfhttp'ing out to a vendor and grabbing multiple different XML files, I then need to parse these files for company names

Re: Cold Fusion controlled CD-RW

2001-01-04 Thread Billy Cravens
This would be a simple matter of controlling a COM object. If there's already a burner app (like Adaptec Easy CD) installed, you may be able to tap into it's objects.. otherwise, it wouldn't be too hard to tie into the ASPI drivers with your own solution. -- Billy Cravens [EMAIL PROTECTED

Re: !-#include file=cfFile.cfm -

2001-01-04 Thread Billy Cravens
Remember that this only includes the file as ASCII -- nothing is executed. Including a .cfm will have the same effect as including a ..htm or .txt, because IIS still sees the end result as a .htm, which never gets processed by ColdFusion. -- Billy Cravens [EMAIL PROTECTED] Eric Fickes wrote

Re: line breaks in cfmail

2001-01-04 Thread Billy Cravens
Specify type of "text". Otherwise, use br, p, or wrap the whole thing in a pre tag if you want it to be viewed as HTML. -- Billy Cravens [EMAIL PROTECTED] Michel Vuijlsteke wrote: If your cfmail is set to send HTML, I guess you have to add a brin there. Otherwise: no idea.

Re: Registering a COM object without installing VB Studio

2001-01-03 Thread Billy Cravens
Yes Start-Run- regsvr32 full_path_to_dll -- Billy Cravens [EMAIL PROTECTED] Aidan Whitehall wrote: (Posted on behalf of another developer) Is it possible to register a COM object on an NT4 / IIS webserver without having to install a copy of VB Studio on the same server? Thanks

Re: Julian Date

2001-01-03 Thread Billy Cravens
Essentially does the same thing. The reason why it returns 1 is your date mask; all your outputting in that instance is one digit of the year; "" will return "2001". -- Billy Cravens [EMAIL PROTECTED] Adrian Cesana wrote: Why does dateformat(Now(), "Y"

Re: Email links lost

2001-01-03 Thread Billy Cravens
a default way of displaying. -- Billy Cravens [EMAIL PROTECTED] Cami Lawson wrote: I am sending out emails for different things and all have web links in them. I was just wondering if anyone has had problems with emails sent from CF not properly identifying web address links when received

Re: Who wants a CF-SQL Mailing List?

2000-12-21 Thread Billy Cravens
established list that covers a specific database: if I develop in Oracle, I'll probably get more out of an Oracle list than I would from a list where most posts will be about Access ;) For a good SQL Server list, go to Swynk.com -- Billy Cravens [EMAIL PROTECTED] Greg Wolfinger wrote: Hey Guys: I

Re: The +.htr bug strikes again

2000-12-21 Thread Billy Cravens
Just out of curiosity (nothing against you Kevin): what are the legal implications for something like this? Even if it's just a hole which a person could find on their own, can pointing it out be a cause for liability? -- Billy Cravens [EMAIL PROTECTED] Kevin Schmidt wrote: Check

Re: Refreshing images without refreshing page

2000-12-20 Thread Billy Cravens
an IE only solution. For Netscape, you'd probably have to write an Applet (which for what you need, would be *too* difficult). Also, keep in mind that you'll have to conditionally display your images, since the above will result in a broken image in NS. -- Billy Cravens [EMAIL PROTECTED] Paul Si

Re: CFAS Scheduler - I Give Up

2000-12-20 Thread Billy Cravens
You can set up and delete AT commands using CFEXECUTE. Typically: Use CFFILE to create a .bat file Use cfexecute to run the following command: AT 13:00 c:\file.bat The exact contents of file.bat depend on what you're wanting to do. -- Billy Cravens [EMAIL PROTECTED] paul smith wrote

Re: WAY OT: C++ now Java

2000-12-20 Thread Billy Cravens
CF Studio to write my Java), and compile it using the Sun JDK. -- Billy Cravens [EMAIL PROTECTED] Todd Ashworth wrote: I've been going through the "Teach Yourself Java 2.0 in 21 Days" book. So far, it's been good for getting a crash course in all the basics. It's not hard to fol

Re: CF Wireless

2000-12-20 Thread Billy Cravens
t; buzzword nowadays) -- Billy Cravens [EMAIL PROTECTED] Dylan Bromby wrote: For those interested in developing wireless apps in CF: Some of you may recall the CF-WAP talk list I started some time ago. It's back as CF-Wireless and you can subscribe following the instructions at http://www.b

Re: OT: JS equivalent to IsNumeric???

2000-12-20 Thread Billy Cravens
I think it's up on EGroups somewhere. -- Billy Cravens [EMAIL PROTECTED] Duane Boudreau wrote: Is there a JS equivalent to IsNumeric??? Also does anyone know the address to the JS-Jive email list? Duane Boudreau Sr Software Engineer e-Dialog http://www.e-dialog.com Lexington, MA

Re: Another debate

2000-12-14 Thread Billy Cravens
That article isn't necessarily good ammo: PHP pages/second: 47 ColdFusion pages/second: 29 -- Billy Cravens [EMAIL PROTECTED] (According to the article) Chasmo wrote: Here's some ammo for you if the debate suddenly goes "unmoot." ZDNet recently did comparisons of various

Re: CF/EJB hosting

2000-12-14 Thread Billy Cravens
Virtualscape has some JRun options now. -- Billy Cravens [EMAIL PROTECTED] netman wrote: Good Day, www.atswebnet.com has MS SQL 7.0 access as well as CF 4.5. AS for EJB, what are you looking for a Servlet engine to run JSP or do you need a EJB Container app like Weblogic or Enhydra

Re: Another debate PHP v CF

2000-12-13 Thread Billy Cravens
oes, I'd be annoyed. I'd stick with it, learn PHP, and then take advantage of my new toolset... (of course, taking advantage of training just to get a higher paying job elsewhere is a bit unethical, so I by no mean advocate it ;) -- Billy Cravens [EMAIL PROTECTED] Steve Pierce wrote: Kelly,

Re: BULK INSERT with MS-Access 2000

2000-12-11 Thread Billy Cravens
No, I think that BULK INSERT is specific to Transact-SQL (SQL Server). You might want to check out the Microsoft Jet Database Engine Programmer’s Guide: http://msdn.microsoft.com/library/default.asp?URL=/library/books/dnjet/forward.htm -- Billy Cravens [EMAIL PROTECTED] Michael Gagnon wrote

Re: ColdFusion vs. ASP.NET

2000-12-11 Thread Billy Cravens
technology based on facts and specifications; leave emotions and opinions out of it ;) -- Billy Cravens [EMAIL PROTECTED] Jeremy Allen wrote: Why is it.. Everyone insists on considering ASP.NET etc vapor ware...? You can download pretty functional beta's of the software. To me that makes it a

Re: Any good ideas?

2000-12-11 Thread Billy Cravens
Invoking it with CFSchedule will execute a .cfm separately from the page being viewed (so it's not dependent on http keep alive) -- Billy Cravens [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Is there anyway to force a query to finish processing even if the user leaves the page before

Re: ColdFusion vs. ASP.NET

2000-12-11 Thread Billy Cravens
read on Microsoft: http://www.cnbc.com/news/001208plotkin.html -- Billy Cravens [EMAIL PROTECTED] paul smith wrote: GeeI wonder why? At 10:44 AM 12/11/00 -0600, you wrote: Not to mention the fact that if the technology belongs to any companies out of Redmond, the negativity seems

Re: CF flavor of Hungarian?

2000-12-11 Thread Billy Cravens
of the principles for my own benefit ;) (There's such a thing as code that is too structured) If anyone is really interested, I'll work up a paper on it and post it. -- Billy Cravens [EMAIL PROTECTED] Matt Wisdom wrote: Hey all, Just wondering if anyone has come up with a cf specific version

Re: Read client text file from web server

2000-12-08 Thread Billy Cravens
. The bottom line is that to read files on the client's end, there must be some user interaction. Personally, I'd stick with the file upload method, since that's the most robust (FileSystemObject only available to IE, and only if their security settings are set to allow that) solution. -- Billy

Re: Setting up CF Server on Windows ME

2000-12-07 Thread Billy Cravens
What errors are you getting? What web server did you install on ME? I've run Server on ME with no problems.. not too different than running it on 98 (I can't remember if Personal Web Server comes with ME though... I'm running mostly Win2K boxes now.) -- Billy Cravens [EMAIL PROTECTED] Penny

Re: List w/ delims

2000-12-07 Thread Billy Cravens
Keep in mind that list delimiters can only be 1 character. -- Billy Cravens [EMAIL PROTECTED] Eric Fickes wrote: Got a List question for you. I've got a text file that I need to parse and it's " delimited list, in a way. The list format is this. "Full Name" "E

<    1   2   3   4   5   6   7   >