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

Re: Another debate PHP v CF

2000-12-13 Thread Billy Cravens
ur shoes, 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 Pie

Re: CF flavor of Hungarian?

2000-12-11 Thread Billy Cravens
ing 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 co

Re: ColdFusion vs. ASP.NET

2000-12-11 Thread Billy Cravens
sting 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

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

Re: ColdFusion vs. ASP.NET

2000-12-11 Thread Billy Cravens
hypocrisy: always discuss products/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 pret

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: Read client text file from web server

2000-12-08 Thread Billy Cravens
issue. 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)

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

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 PRO

Re: ot javascript

2000-12-06 Thread Billy Cravens
and methods for JavaScript as you're entering code, similar to Studio's tag helpers. -- Billy Cravens [EMAIL PROTECTED] Larry Juncker wrote: > > I have Jcreator which looks just like Studio but is freeware for Java > > http://www.jcreator.com > > Larry Juncker

Re: CFFILE Issue

2000-12-04 Thread Billy Cravens
CFFTP only works to transfer files from server to server; you can't use CFFTP to transfer files from client to server (unless the client has an FTP server running, which doesn't really fit into the "browser file upload" paradigm). -- Billy Cravens [EMAIL PROTECTED] Phoe

Re: Bulk imports into database

2000-12-04 Thread Billy Cravens
bulk insert that data (duh) into a table you specify. The syntax is a bit trickier than that, but fairly simple. -- Billy Cravens [EMAIL PROTECTED] Peter Theobald wrote: > SQL-Server has "Enterprise Manager", which is interactive. I don't know how you >would automate

Re: CFFILE Issue

2000-12-04 Thread Billy Cravens
eople subscribe to this list?) developers confused and/or misinformed and/or angry. -- Billy Cravens [EMAIL PROTECTED] Terri Stocke wrote: > > Hey all, > > I spoke with an Allaire regional tech rep last week who told me in no > uncertain terms that we should NOT be using the CFF

Re: OT Layers

2000-12-04 Thread Billy Cravens
I would suggest using something other than the tag, as Netscape 6 doesn't appear to support it. -- Billy Cravens [EMAIL PROTECTED] Stewart McGowan wrote: > > Hi guys, sorry for the off topic message, but as you lot are the premier web > developers in the worldthen who

Re: CF-File Workaround

2000-12-04 Thread Billy Cravens
ommend finding a host that gives you cffile access; there's a number of hosts that do this (I know Interland does, and I'm sure there's several others). -- Billy Cravens [EMAIL PROTECTED] John Anderson wrote: > > Is there a way using asp or another method to upload files

Re: query.ColumnList -> table.columnList???

2000-12-01 Thread Billy Cravens
You can query the sytem tables.. sysinfo on SQL Server, msysinfo on Access (must enable reading of this table in Access) Access: select name from msysobjects where type = 1 SQL Server: select name from sysobjects where type = 'u' -- Billy Cravens [EMAIL PROTECTED] Eric Fi

Re: Get the last 12 months transactions?

2000-11-30 Thread Billy Cravens
Something like -- Billy Cravens [EMAIL PROTECTED] fr me wrote: > > Does anyone know how to test that a date is in the last 12 months? > _ > Get more from the Web. FREE MSN Explorer dow

Re: Gore is OJ!!

2000-11-30 Thread Billy Cravens
hmm.. maybe my judgement is a bit different than most, but this strikes me as a smidgen off-topic. -- Billy Cravens [EMAIL PROTECTED] Lee Surma wrote: > > This is a multi-part message in MIME format. > > --=_NextPart_000_0005_01C05AA4.D737AB20 > Content-T

Re: 405 Error

2000-11-29 Thread Billy Cravens
Make sure the folder has the correct settings. I've run into this when you forget to mark a folder as executable. -- Billy Cravens [EMAIL PROTECTED] Todd Ashworth wrote: > > I have a search form. When I chose an option in a certain select box and > then submit the form, I

Re: Getting info from IIS

2000-11-29 Thread Billy Cravens
g into the metabase, that would probably get me past that first hump. TIA. -- Billy Cravens [EMAIL PROTECTED] Dylan Bromby wrote: > > You can use ADSI to interact pretty deeply with IIS. I don't know about the > current user thread. But there are tons of objects

Re: SQL statements

2000-11-28 Thread Billy Cravens
rver 7: The Complete Reference. Keep in mind that implementation of SQL varies by vendor; Access v. SQL Server v. Oracle will all have minor differences (though the core syntax is pretty consistent). -- Billy Cravens [EMAIL PROTECTED] Chad Gray wrote: > > Is there any good classes on SQL

Re: time in CF

2000-11-27 Thread Billy Cravens
You can see an example at my website, www.mr-bill.net. Though please ignore the rest of the site; it was my evil twin that did the ui and the development. -- Billy Cravens [EMAIL PROTECTED] Jeremy Bunton wrote: > > Thanks to everyone for the help. I really appreciate it. Is t

Re: a question for everyone? Javascript writing to a hard drive?

2000-11-27 Thread Billy Cravens
Yes, if it's IE4+. Use the FileSystemObject in JavaScript. -- Billy Cravens [EMAIL PROTECTED] Shawn Regan wrote: > > This message is in MIME format. Since your mail reader does not understand > this format, some or all of this message may

Re: session variable expiring

2000-11-27 Thread Billy Cravens
No. Session variables expire when they timeout (typically 20 minutes). You may be able to work some magic with onUnLoad to get what you want, though this could be a little tricky. -- Billy Cravens [EMAIL PROTECTED] S R wrote: > > Hi, > > I would like to clarify something. I ha

Re: a question for everyone?

2000-11-27 Thread Billy Cravens
dvanced cf book, Ch. 16. -- Billy Cravens [EMAIL PROTECTED] Shawn Regan wrote: > > This message is in MIME format. Since your mail reader does not understand > this format, some or all of this message may not be legible. > > --_=_NextPart_001_01C05892.2CF91370 &

cf-studio mailing list? (was Re: Trying to understand deployment wizard)

2000-11-22 Thread Billy Cravens
. However, if anyone knows of any existing mailing lists for Studio/HomeSite, please let us know! -- Billy Cravens [EMAIL PROTECTED] "Owens, Howard" wrote: > > This isn't work and I don't understand the error message. Any help would be > appreciated: > > Using t

Re: OT: Dynamic HTML help

2000-11-22 Thread Billy Cravens
Look at cfx_WhoIs. Allows you to communicate with whois servers (like Network Solution) on the TCP/IP level. http://devex.allaire.com/developer/gallery/info.cfm?ID=CA34726B-2830-11D4-AA9700508B94F380&method=Full -- Billy Cravens [EMAIL PROTECTED] Kelly Britt wrote: > > Hello a

Re: RIF Please read concerning Cube

2000-11-22 Thread Billy Cravens
Looks like you're trying to query a table called "The Cube". In most RDBMS's, this is not a valid table name. Change it to something like TheCube or The_Cube. -- Billy Cravens [EMAIL PROTECTED] Edward Peloke wrote: > > Rif, > > I tried your code and seem

Re: Certified ColdFusion Developers

2000-11-15 Thread Billy Cravens
hehe.. make it sound like a tag: ColdFusion Guru That Passed the Test -- Billy Cravens [EMAIL PROTECTED] not a .. yet Philip Arnold - ASP wrote: > > Just out of curiosity... since I notice that most of us who passed the > Certification have adjusted their Sigs to say "Certif

Re: 2 instances of Studio

2000-11-15 Thread Billy Cravens
It's very kludge, but if you have copies of 4.0 and 4.5, install both, and run each version in a separate window. -- Billy Cravens [EMAIL PROTECTED] stas wrote: > > Hello, > > Does anybody know how I can I have two CF Studio Windows open at the same > time? I'd lov

Re: get user information using cf

2000-11-09 Thread Billy Cravens
This requires a client-side ActiveX com object. ColdFusion doesn't have this capability built-in. Edward Peloke wrote: > > Hello all, > > I am trying to build an intraoffice site that would allow users to go to the > site, answer a few questions about their computers, click a button and have

CF & Load Testing

2000-11-09 Thread Billy Cravens
the application, ColdFusion only sees it as one session. So you can imagine the crazy unexpected results that LoadRunner is seeing. How are sessions determined in ColdFusion? I believe they're a combination of browser and IP address; someone please correct me if I'm wrong. TIA

Re: New Fusebox Book

2000-11-09 Thread Billy Cravens
An older version had printing disabled. A newer version is up on the site that has printing enabled. -- Billy Cravens [EMAIL PROTECTED] Alex Sherwood wrote: > > For anyone who has purchased the E-Book version: > > Is it me, or is the print button disabled wi

Re: Remote DB Alteration

2000-11-08 Thread Billy Cravens
Why can you not upload your Access file? If it is giving you a "file locked" error, you can kill the lock by throwing a query at it that causes an error, then upload the file. -- Billy Cravens [EMAIL PROTECTED] "Guy J. McDowell" wrote: > > Hello CF'ers >

Re: FW: Login and Clustering

2000-11-08 Thread Billy Cravens
Perhaps a client structure, containing something like loginid and timestamp. Check to see if the loginid has timed out (Your own custom value here, nothing ColdFusion specific) -- Billy Cravens [EMAIL PROTECTED] Sandra Clark wrote: > > -Original Message- > From: Sandra Clar

Re: Database Question???

2000-11-06 Thread Billy Cravens
I'd stick with a solid schema as opposed to trying to gain speed by chopping up your database design. There are other areas you can gain speed (for example, stick queries in memory, my personal favorite) without sacrificing quality of code. -- Billy Cravens [EMAIL PROTECTED] Auction

Re: I have never done this.

2000-11-06 Thread Billy Cravens
can only grab the data as assign it to a recordset, not "query" it. -- Billy Cravens [EMAIL PROTECTED] sebastian palmigiani wrote: > > What are the general steps for querying an excel spreadsheet? I would think > that you would first use to get the file. Would you use a comma

Re: Checking and deleting files

2000-11-06 Thread Billy Cravens
Why not: -- Billy Cravens [EMAIL PROTECTED] "DeVoil, Nick" wrote: > > One way - just do the but put a CFTRY/CFCATCH > round it to trap the error in case the file doesn't exist. > > Nick > > -Original Message- > From: Jim Wa

Re: Escaping quotes in Replace function for SQL Server 7

2000-11-06 Thread Billy Cravens
Not sure if this would work, but you could convert it to Chr(34).. -- Billy Cravens [EMAIL PROTECTED] "Dixon, Aidan" wrote: > > We have a classified ads section on our intranet currently running on MS > Access. I'm trying to upgrade it to use MS SQL Server 7. Testin

Re: about favico & fusebox (?)

2000-11-06 Thread Billy Cravens
I thought that favicon.ico had to be in the root directory. Am I wrong? -- Billy Cravens [EMAIL PROTECTED] Paul Johnston wrote: > > IE (to try and be clever) looks for a file called favicon.ico in the same > directory as the page being browsed IF the user bookmarks that page.

Re: padding a variable

2000-11-03 Thread Billy Cravens
-- Billy Cravens [EMAIL PROTECTED] Alex wrote: > > how do you pad a variable in CF. > for example how can I force a query.columnname to take up exactly 30 > characters? > > > Get free email and a perm

Decrypt()

2000-11-03 Thread Billy Cravens
OK. I prefer to use cfusion_encrypt and cfusion_decrypt; however, that's not an option here, as I do not have any control over the encryption process. Ideas? -- Billy Cravens [EMAIL PROTECTED]

Re: CFX

2000-11-03 Thread Billy Cravens
Registering it in the CF Administrator should suffice; what kind of functionality isn't working? Errors for the most part vary by tag. -- Billy Cravens [EMAIL PROTECTED] Neil Clark wrote: > > I have a new CFX tag and to be honest have not played around with them much &

Re: OT: CFUG List

2000-11-02 Thread Billy Cravens
http://devex.allaire.com/developer/usergroups/ -- Billy Cravens [EMAIL PROTECTED] Scott Wolf wrote: > > This message is in MIME format. Since your mail reader does not understand > this format, some or all of this message may not be legible. > > -- =_NextPart_001_01

Re: and the "required" field

2000-11-01 Thread Billy Cravens
The "required" option for CFSELECT is rather silly, when you consider how SELECT boxes work. In a SELECT, something is always selected (the default option, if not changed). That's why you've gotta write your own code: (assuming that you want something other than the first option selected) You

Re: fusebox and cfschedule

2000-10-24 Thread Billy Cravens
u can point to a URL using the same structure as any Fusebox page: index.cfm?fuseaction=some_scheduled_event To set up your scheduled event, either do it in the ColdFusion administrator, or set it up programatically. If you do it programatically, then just stick the code to do so as a separate fu

Re: CFX tags

2000-10-24 Thread Billy Cravens
You are absolutely correct. The simple explanation is that CFX tags are executables (dll or class files) that utilize the ColdFusion API. Thus, they must be written in a separate language. However, if your colleague can show us the "button", we'd all be eternally grateful. --

Re: How to build a solid development team?

2000-10-23 Thread Billy Cravens
n that each of those groups will probably be further split by experience level (senior, junior, etc.), in which there is more difference than just pay :) -- Billy Cravens [EMAIL PROTECTED] Archi

Re: CFApplication and IE5.5 - not work properly!

2000-10-23 Thread Billy Cravens
That error should have nothing to do with IE5.5, or any browser. Have you verified that it still works in IE5.0, and other browsers? -- Billy Cravens [EMAIL PROTECTED] Philip Arnold - ASP wrote: > > I've just upgraded to IE5.5, and on an application that uses Application > s

Re: bulk data administration

2000-10-16 Thread Billy Cravens
compatible with your db's bulk insert command/utility, and do things that way. Of course, there's a number of issues: file locking, "dirty" data, etc. -- Billy Cravens [EMAIL PROTECTED] Peter Theobald wrote: > > When designing a web site, we usually give clients two way

Re: source code

2000-10-12 Thread Billy Cravens
I've found that the .htr weakness (not really a bug, since it's a "feature" of IIS) is still pretty common. -- Billy Cravens [EMAIL PROTECTED] Gavin Myers wrote: > > http://www.mydomain.com/null.htw?CiWebHitsFile=/pagenamehere.asp%20&CiRestri > ct

Re: AW: recordcount ???

2000-10-11 Thread Billy Cravens
If you're using SQL Server, you can use @@ROWCOUNT to get the number of records updated. -- Billy Cravens [EMAIL PROTECTED] Franz Rustler wrote: > > queryneme.recordcount > > this must give you the nuber of records in our query. > > franz > -Ursprüngliche

Re: OT: Java Books

2000-10-09 Thread Billy Cravens
I really like Sam's Teach Yourself Java in 21 Days -- Billy Cravens [EMAIL PROTECTED] Lee Surma wrote: > > I want to start playing around with Java but I'm only really interested in >Web/database applications. Should I start out with a JSP book or should I be looking &

Re: Hosting

2000-10-09 Thread Billy Cravens
The cheapest one I've seen is http://www.inetdesign2k.com. They offer ColdFusion hosting starting at $4.95/mo. (Have no experience with this host however) -- Billy Cravens [EMAIL PROTECTED] Scott Wood wrote: > > Just wondering if anyone knows of an inexpensive place where I c

Re: Cold Fusion And ASP

2000-10-06 Thread Billy Cravens
state management methods: url, form, (and to some extent, cookie) variables. -- Billy Cravens [EMAIL PROTECTED] Double Down wrote: > > I need a way to pull info from ASP display it on my Cold Fusion page and > then send info back from the Cold Fusion page through ASP. Is this possible >

Re: CFContent question

2000-10-06 Thread Billy Cravens
Since the .xls is opening client-side, Excel has to reside on the client (Excel on the server is only applicable when you're creating .xls files on the fly, using the Excel com object). What MIME type are you using with CFContent? -- Billy Cravens [EMAIL PROTECTED] Kathy Bergman

Re: ot: asp lists :)

2000-10-05 Thread Billy Cravens
I like http://www.devdex.com ... it's not email mailing lists, but they do give web access to ASP newsgroups. -- Billy Cravens [EMAIL PROTECTED] lsellers wrote: > > I was a looking for a good asp list. Pages of them... most seem dead though. > Anyone know of a good, active li

Re: CFIF discussion

2000-10-04 Thread Billy Cravens
ethodology (just don't become a card-carrier :) -- Billy Cravens [EMAIL PROTECTED] W Luke wrote: > > Hi, > > I'm 5 weeks into Cold Fusion and have a question for the Experienced Masses. > > So far in my programming, I try to keep all the code in one file as much as &g

Very OT: Read if you're bored, it's not that important (was Re: OT BUT CRITICALLY IMPORTANT...)

2000-10-03 Thread Billy Cravens
I'll try to be as civil as I can: Nice numbers, but I failed to see how they relate to the demand in the workforce. It's not a "decimation"; it's simply filling positions that are unfilled, and unfillable by the "native" talent in our country. If you want to take the "America First" bias, it's

Re: Does anyone know how this REALLY works?

2000-10-03 Thread Billy Cravens
It's also possible that your mail server hasn't caught up yet, so it hasn't renumbered your messages, and at some millisecond in time, there is no #1 because you just deleted it. -- Billy Cravens [EMAIL PROTECTED] Ryan wrote: > > >For some reason, I'm

Re: network

2000-10-03 Thread Billy Cravens
Check out cfx_ping in the tag gallery. -- Billy Cravens [EMAIL PROTECTED] Peter Benoit wrote: > > Has anyone ever written a network monitoring tool in CF? > > If not, where would be the best place to start? CF_execute? > &

Re: stopping a single image from acching

2000-10-03 Thread Billy Cravens
Stick the image pull in a cfm file, and use cfm to grab it: -- Billy Cravens [EMAIL PROTECTED] Russel Madere wrote: > > How can I prevent a single image from caching? > > I have a web page with several graphics that need to cache and one that > doesn't. On

Re: Checking STMP (FTP?) server status.

2000-10-02 Thread Billy Cravens
e" (I hear the theme from "Shaft" coming on) with TCP/IP, check out the custom tag CFX_TCPClient. -- Billy Cravens [EMAIL PROTECTED] Daive wrote: > > This is a multi-part message in MIME format. > > --=_NextPart_000_0077_01C02C7E.D55590F0 > Content-Type:

Re: Sharing sessions between CFM & ASP

2000-10-02 Thread Billy Cravens
Not really possible. You can however, send a variable between pages (links, cfhttp, etc.) and convert the variable (form, url) into that application server's session variables. It works just like passing session variables between 2 ColdFusion servers. -- Billy Cravens [EMAIL PROT

Re: vb script solved, now DUN

2000-10-02 Thread Billy Cravens
Not with CFExecute. That only works server-side. You're going to have to write something that runs client-side (COM, etc.) -- Billy Cravens [EMAIL PROTECTED] Eric Hoffman wrote: > > Ok, found the custom tag to dump my queries to a comma delimited file which is good >enough.

Re: cutting edge or what ???

2000-10-02 Thread Billy Cravens
d, so you might be safe. As in any situation where you're upgrading a production machine, you've gotta test the setup on a test box before you touch production. -- Billy Cravens [EMAIL PROTECTED] Jim McAtee wrote: > > Anybody successfully running CF 4.0.1 on Win2K? I'm

Re: creating word docs and excel sheets on the fly...

2000-10-02 Thread Billy Cravens
There's some excellent (the best, and about the only info on doing this is CF) at http://www.cfm-resources.com/members/comet. -- Billy Cravens [EMAIL PROTECTED] "Warrick, Mark" wrote: > > I asked this question a couple days ago and received no responses, so I'm b

Re:

2000-09-28 Thread Billy Cravens
database-engine specific. My first thought would be to place triggers on each table that may change that automatically updates the other database on the other server. -- Billy Cravens [EMAIL PROTECTED] "AustralianAccommodation.com Pty. Ltd." wrote: > > I have dual sites ru

Re: (Admin) Delays and doubles

2000-09-28 Thread Billy Cravens
Michael: If someone wanted to contribute by mail, what's the info? -- Billy Cravens [EMAIL PROTECTED] Michael Dinowitz wrote: > > Yep, there were list problems the other day. They've been acting up a bit > over the last week and I've finally dealt with them

Re: listing FORM variables?

2000-09-21 Thread Billy Cravens
This is available in a form variables: form.fieldnames Loop over this using cfloop, and you can output the value of each by evaluate(). #ff# : #evaluate("form."&ff)# -- Billy Cravens [EMAIL PROTECTED] Dean Alexandrou wrote: > &g

Re: [CF-Talk] excel and CF

2000-09-19 Thread Billy Cravens
Actually, you can get very quick (and nice) results using a mime type of "application/vnd.ms-excel" This lets you output your page as an html table, formatting things very nicely in Excel. -- Billy Cravens [EMAIL PROTECTED] Dave Watts wrote: > > > PROBLEM: Want to

Re: [CF-Talk] Re: Ben Forta, I call on thee (was: What is Fusebox)

2000-09-19 Thread Billy Cravens
aire's course, or stick your nose in the documentation for a week (like I did :) -- Billy Cravens [EMAIL PROTECTED] -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit http://www.h

Re: [CF-Talk] Automatic E-mail Daily !!!!

2000-09-19 Thread Billy Cravens
CFSchedule -- Billy Cravens [EMAIL PROTECTED] Sonali N wrote: > > Hi All: > > I'm using Cold Fusion to keep my site alive and kickin' ... What I want to > know is how do u generate automatic e-mails everyday with certain > information on ity to a whole t

Re: [CF-Talk] Ben Forta's CF_DHTMLMenu

2000-09-19 Thread Billy Cravens
Otherwise, point it to the correct directory (relative to your web root) -- Billy Cravens [EMAIL PROTECTED] Jay Wigginton wrote: > > Does anyone have a working example of Ben Forta's custom tag CF_DHTMLMENU? > I downloaded this from the tag gallery and used the example from there

Re: [CF-Talk] CF Hosting ???? Service

2000-09-19 Thread Billy Cravens
Everyone seems to love shanje.com. I've used Interland, and while most people seem to have had bad experiences with them, I've never had a complaint. (Though they seem to be a bit slow) -- Billy Cravens [EMAIL PROTECTED] "AustralianAccommodation.com Pty. Ltd." wr

Re: [CF-Talk] Form Submission

2000-09-19 Thread Billy Cravens
ine break in the code (b/w cfmail tags) will appear as a line break in your email. -- Billy Cravens [EMAIL PROTECTED] -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit http://www.hou

Re: [CF-Talk] RE: listing tables in Access?

2000-09-18 Thread Billy Cravens
r. Here some quick queries that do the tricks you need: http://home.att.net/~dashish/queries/qry0002.htm (disclaimer: I spent 5 seconds searching, so it's probably not the best out there) -- Billy Cravens [EMAIL PROTECTED] Eron Cohen wrote: > > Once upon a time there was a tag in th

Re: Escaping #

2000-09-12 Thread Billy Cravens
Escape it before running the list function.. I know this probably isn't what you want to do, but it's the first thing that comes to mind. -- Billy Cravens [EMAIL PROTECTED] sebastian palmigiani wrote: > > I have turned HTML code into a list with ">" as the d

Re: Ok, What is Fusebox?

2000-09-12 Thread Billy Cravens
Speaking of fusebox, has anyone taken a look at/tried SmartObjects? I've started developing in it. Any thoughts, etc.? -- Billy Cravens [EMAIL PROTECTED] Mark Adams wrote: > > What is Fusebox? I keep heari

Re: Encrypting CF files

2000-09-12 Thread Billy Cravens
Umm... of course, someone with a high standard as myself would never decrypt files, because I can never think of situations in which I would want to see the actual source code.. but since you asked, I do know, a, uh, "guy" that has the exe to which you refer. -- Billy Cravens [EMAIL

Re: MS Access getting the FieldID from a newly inserted record

2000-09-12 Thread Billy Cravens
The usual solution is to wrap two queries into a cftransaction Question of my own: I've never really found out what the difference is in the various isolation levels. Can someone explain them, or point me in the right direction? Options: TIA. -- Billy Cravens [EMAIL PROT

Re: Structures No? Cached Queries Yes?

2000-08-31 Thread Billy Cravens
StructNew().. does anyone know what the implications of this are? -- Billy Cravens [EMAIL PROTECTED] paul smith wrote: > > I got the difference down to 15% by eliminating CFSETs > in the Structure

Re: Sorting Query results

2000-08-28 Thread Billy Cravens
ructue in a link (ie: mypage.cfm?sort=price%20ASC) try encrypt/decrypt. -- Billy Cravens [EMAIL PROTECTED] Lisa Hamlin wrote: > > We have a customer who wants to take the results of a query and sort = > them by a specific column. The intial query did a UNION on several = > tables

Re: What I want in CF (was: Learning ASP)

2000-08-28 Thread Billy Cravens
t the critics who say that CFML isn't a real language without it :) Of course, I get that Santa Claus/the Allaire Corporation will be nice to us once a full spec is done on Pharaoh. -- Billy Cravens [EMAIL PROTECTED] Rick Osborne wrote: > > >>> Dave Watts [mailto:[EMAIL P

Re: Blank pages

2000-08-28 Thread Billy Cravens
Try throwing in a blank application.cfm in the same directory. Additionally, are there any mega operations that could be getting lost in the fray (timing out)? How are your try/catch blocks setup (if they exist.. which they should :) ? -- Billy Cravens [EMAIL PROTECTED] Howie Hamlin

JRun WACK??????

2000-08-25 Thread Billy Cravens
evel" book difficult. However, I'm curious. Ben (Forta): so what's the word? Another notch in the belt? :) -- Billy Cravens [EMAIL PROTECTED] -- Archives: http://www.mail-archive.com/cf-talk@houseoffus

Re: Cold Fusion Admin

2000-08-18 Thread Billy Cravens
Advanced Security is only a feature of Enterprise, not Professional. What version you running? -- Billy Cravens [EMAIL PROTECTED] Ashley Hart wrote: > > Does anyone know how to install the "Advanced Security" on the > Administrator? My Cold Fusion Administrator 4.0 d

Re: Verity Newbie

2000-08-17 Thread Billy Cravens
olution if you're wanting to use Verity. It'd be easy enough then to combine Verity searches and display by score. -- Billy Cravens [EMAIL PROTECTED] "Curtis C. Layton" wrote: > > I'm trying to set up verity to search an entire website that contains, html > and

Re: Open Source (and free?) web content editor?

2000-08-17 Thread Billy Cravens
it's FREE!!!! -- Billy Cravens [EMAIL PROTECTED] Cameron Childress wrote: > > I know this has been discussed before, but after looking through my email > archives I don't see a direct answer to my question, so here it is: > > I'm scouring the web for word processor-ish

Re: CF configuration quesiton

2000-08-15 Thread Billy Cravens
and instead of uninstalling, he installed HomeSite 4.5 (4.5.1?) afterwards.. apparently, HomeSite's rds support isn't as buggy as Studio's, and as a result, CFStudio started working correctly. -- Billy Cravens [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: > > I want to use vie

Re: Do u us Intranets ?

2000-08-07 Thread Billy Cravens
realize that a successful development hinges on what you do when you're not programming, and programming is only a small piece of the puzzle. -- Billy Cravens [EMAIL PROTECTED] Rif Kiamil wrote: > > We also add new table to are MSSQL 7 database as well. But we don't change >

Re: cf file in a frame

2000-08-03 Thread Billy Cravens
ones. -- Billy Cravens [EMAIL PROTECTED] Robert Orlini wrote: > > Hello, > > Quick question: Can a .cfm file be displayed in a frame? I believe it should > work since cf understands html am I right here? The reason I ask is that a > .cfm page does not seem to understand the fr

Re: ntfs, how do i? ::Thank You::

2000-07-25 Thread Billy Cravens
hips therein (which Access does through MSysObjects) -- Billy Cravens [EMAIL PROTECTED] Duane Boudreau wrote: > > Relational DataBase Management System > > Oracle, Sybase, SQL Server 6.5/7.0, etc. > > Access doesn't qualify as it is in fact actually a flat file dat

Re: application.cfm

2000-07-25 Thread Billy Cravens
Note that you can only control access to files within a directory that are parsed by the cf engine (ie, .cfm files), not all files using this method. For deeper directory protection, you would need to use your NOS security. -- Billy Cravens [EMAIL PROTECTED] "Parker, Kevin&q

Re: ntfs, how do i? ::Thank You::

2000-07-25 Thread Billy Cravens
rdbms = Relational Database Management System Though Access is an RDBMS in the truest sense, Steve is probably referring to SQL Server or Oracle. -- Billy Cravens [EMAIL PROTECTED] Paul Ihrig wrote: > > RDBMS? > What are those? > -paul > > -Original Message-

Re: Can anyone help me to manage folder mail from houseoffusion In outlook 2000 ?

2000-07-24 Thread Billy Cravens
cf-talk mail go to my New folder under cf-talk, and I also have another folder under cf-talk called "archived". When I read something, I move it. It's nice to have my own little cf-talk "Inbox", with just new mail. -- Billy Cravens [EMAIL PROTECTED] Phim wrote: >

Re: Visual C++ runtime error in cfserver.exe

2000-07-24 Thread Billy Cravens
In all likelihood, it your cfx tags.. most are written in VC++. I don't know what Allaire uses, so I don't know if it could be CFServer, though I'd think not. There's very little chance it is your cf code, unless it has something to do with how your passing info to any cfx&#

Re: NEED HELP Encrypt Url ?

2000-07-14 Thread Billy Cravens
When you generate your url strings, use encrypt() to encrypt the variables; when you need to reference those url variables, decrypt them using decrypt() -- Billy Cravens [EMAIL PROTECTED] Rif Kiamil wrote: > > How do I encrypt urls, where do i get info on encrypt urls, just want inf

Re: Moreover News tag?

2000-07-13 Thread Billy Cravens
site (www.mr-bill.net) -- Billy Cravens [EMAIL PROTECTED] Adrian Cooper wrote: > > Is there a tag out there to get Moreover news? > > Thanks. > > Adrian Cooper. > > --624DE738C4FF2286DFCAB245 Content-Type: application/x-unknown-content-type-AllaireTemplate;

<    1   2   3   4   5   6   7   >