Re: What make a developer a mid-level developer?

2005-05-07 Thread Gregory Harris
Well my benchmark on level of coder is somewhat subjective. However I think the basic questions to ask as to where they fall are put in there, such as (in approximately this order I'd rank): 1) The quality of code? 2) How much can they do outside of coding? Such as design, etc... 3) Level of

CFX Tag development in Visual C++.NET 2003?

2004-08-31 Thread Gregory Harris
Hi there, after a lengthy absence from the CF Community it looks like I'm back to developing CF Pages, and hence have my first question to CF-Talk in a few years probably. I need to develop a CFX tag that will work with ColdFusion 5.0.My C++ development is done in Visual Studio .NET 2003.Is

RE: Why i need use XML with CF

2004-02-28 Thread Gregory Harris
You wouldn't need to per se.There are alternate methods of transferring data around that don't require XML. However XML is a standard for delivering such information that everyone can figure out, you can send the layout (be it a DTD or XSD format) and the actual data, and the entity on the other

OT: SQL Server named pipe connection

2003-06-06 Thread Gregory Harris
Sever? Granted there is a firewall as well are there any firewall considerations to look at? Thanks! Gregory Harris [EMAIL PROTECTED] ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http

Slightly OT: Database backup strategies?

2002-10-07 Thread Gregory Harris
are your suggestions? ColdFusion Scheduled tasks, DTS packages? I tried a DTS package to do this, but it doesn't work right. Looking for ideas on how others have approached this. Thanks! Gregory Harris [EMAIL PROTECTED

CFX Custom tags in Visual C++.net

2002-09-04 Thread Gregory Harris
question, what in particular is needed (if it's possible) to construct custom tags in C++.net? Is there anything I should watch out for granted I haven't tried that yet? Thanks! Gregory Harris [EMAIL PROTECTED] __ Signup for the Fusion

RE: CFX Custom tags in Visual C++.net

2002-09-04 Thread Gregory Harris
Thanks for the offer, right now I was reduced to compiling the tag at home where I still ran VC++ 6.0. If I'm at work and discover a bug though I might have to take you up on that offer. Thanks! Gregory Harris [EMAIL PROTECTED] -Original Message- From: Tangorre, Michael [mailto

Slightly OT: C++ tabs issue in a CFX tag

2002-09-04 Thread Gregory Harris
be mistaken. if(ch==0x9) { //all actions going in here } Thanks for your help! Gregory Harris [EMAIL PROTECTED] __ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk

CFX Tag Development resources?

2002-09-04 Thread Gregory Harris
Ok after developing and deploying my first custom tag (well really a modification but...) I'd like to know where there are further resources on CFX Tag development. Either good books or good websites, particularly if there is anything on developing with C++.net. I've already been to

RE: CFX Tag Development resources?

2002-09-04 Thread Gregory Harris
. My skills from there should port over easily to Java when I wish to. Sure in some scenarios C++ is overkill, but overkill never hurt anything did it? Gregory Harris [EMAIL PROTECTED] -Original Message- From: Pete Freitag [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 04, 2002 3:50

RE: Best way to check if a datasource is valid

2002-07-23 Thread Gregory Harris
In coldFusion I would probably try to connect to a datasource via CFQUERY and use CFTRYCFCATCH if I suspected the datasource wouldn't be there and deal with appropriately. If you're looking for something more elegant, let me know. Gregory Harris [EMAIL PROTECTED] -Original Message

RE: Group by on date/time field

2002-07-22 Thread Gregory Harris
, ww weekday dw hour hh minute mi, n second ss, s millisecond ms --End Shameless Copying- Gregory Harris [EMAIL PROTECTED] -Original Message- From: Jeff Beer [mailto:[EMAIL PROTECTED]] Sent: Monday, July 22, 2002 1:59 PM To: CF-Talk Subject: Group by on date

RE: PHP equivalents of CF list functions

2002-03-13 Thread Gregory Harris
reason CF is the tops as far as speed of development is that a lot of the work is done for you in those functions. Gregory Harris [EMAIL PROTECTED] -Original Message- From: Douglas Brown [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 13, 2002 12:18 PM To: CF-Talk Subject: Re: PHP

OT: Mailing lists for Visual Basic

2002-03-02 Thread Gregory Harris
I know this one has come up before, but anyone know a list for visual basic with roughly the same traffic as this one? Thanks! Gregory Harris [EMAIL PROTECTED] __ Get Your Own Dedicated Windows 2000 Server PIII 800 / 256 MB

RE: Change Server Time, is this possible ???

2002-02-28 Thread Gregory Harris
Well if you know a little C++ you could probably do a CFX tag that will do what you want. COM objects should be able to as well (you can develop to access the windows API from there) but you won't be able to in ColdFusion in a way that's documented. Gregory Harris [EMAIL PROTECTED

RE: .NET co-Exist with CF Server

2002-02-25 Thread Gregory Harris
frankly tho, it might be nice to be able to develop and debug ColdFusion and the CFX tags in a common environment. Everyone's thoughts? Gregory Harris [EMAIL PROTECTED] -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Monday, February 25, 2002 8:35 AM To: CF-Talk Subject

RE: Array? Is this possible?

2002-02-24 Thread Gregory Harris
Why use an Array to hold this?? Couldn't a database or File (retrieved with CFFILE) do this a lot better? Gregory Harris [EMAIL PROTECTED] -Original Message- From: Douglas Brown [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 24, 2002 10:49 AM To: CF-Talk Subject: Array

RE: Array? Is this possible?

2002-02-24 Thread Gregory Harris
the information and load into the array that way we eliminate the complexity and readibility issues somewhat (if I need to change the values I just modify the text file). Use this as ammo for your client I hope it works out :-) Gregory Harris [EMAIL PROTECTED] -Original Message- From: Douglas Brown

RE: Array? Is this possible?

2002-02-24 Thread Gregory Harris
for Car and Truck but not for Toyota Camry and Chevy Suburban unless you try and write a special sort routine (and that will get messy) Hope this helps some. Gregory Harris [EMAIL PROTECTED] -Original Message- From: Douglas Brown [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 24

ColdFusion Crystal Reports References

2002-01-21 Thread Gregory Harris
Hey there, right now I'm trying to learn Crystal Reports design with ColdFusion, and I wanted to see if there was a place that had any good tutorials, samples, etc. Any ideas? Thanks! __ Dedicated Windows 2000 Server PIII 800

ColdFusion/Crystal Reports question

2002-01-21 Thread Gregory Harris
= 1/20/2001 EndDate = 1/20/2002 Or something like that. Any ideas and thanks! Gregory Harris __ Why Share? Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation · $99/Month · Free

CF/Crystal Reports Prob

2002-01-21 Thread Gregory Harris
= 1/20/2001 EndDate = 1/20/2002 Or something like that. Any ideas and thanks! Gregory Harris [EMAIL PROTECTED] __ Get Your Own Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation

CFXAPI Kit for MS Visual C++ Setup probs

2002-01-13 Thread Gregory Harris
Hello, for some reason when I re-installed my copy of Cold Fusion to include the CFXAPI Kit, it did not recognize my copy of Visual C++ and failed to install the wizard like I hoped it would, anyone else experience this problem? Any workarounds? Thanks! Gregory Harris [EMAIL PROTECTED

RE: How can I get a query's name?

2001-12-20 Thread Gregory Harris
should A) Be a given in code or B) If the name is dynamic be deviated in the same way that you came up with that dynamic name (unless of course you're making random query names somehow, but I don't see the point of that). Gregory Harris [EMAIL PROTECTED] -Original Message- From: Jon Hall

Unique ID Help

2001-12-15 Thread Gregory Harris
and have had no success. Thanks for your help! Gregory Harris [EMAIL PROTECTED] ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

RE: Problems with single quotes and comma list

2001-12-12 Thread Gregory Harris
is not used? I'm not sure I quite get that part... Gregory Harris [EMAIL PROTECTED] -Original Message- From: Tyler Clendenin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 12, 2001 2:55 PM To: CF-Talk Subject: Re: Problems with single quotes and comma list oops the last message left out

RE: Coldfusion form within Onclick?

2001-11-16 Thread Gregory Harris
appropriately. Email me if you need any more help. Gregory Harris [EMAIL PROTECTED] -Original Message- From: Kris Pilles [mailto:[EMAIL PROTECTED]] Sent: Friday, November 16, 2001 12:46 PM To: CF-Talk Subject: Coldfusion form within Onclick? Im using ezedit. I want to from within the onclick

RE: Daylight Savings Time

2001-10-28 Thread Gregory Harris
My hypothetical answer is this: 1) Granted that the server clocks tonight went from 1:59am to 1:00am the cold fusion variables would notice no change in time therefore: 2) a coldfusion variable set for 2am expiration or later, would last another hour (granted 2am isn't going to happen for a bit

MimeAttach problem...

2001-05-24 Thread Gregory Harris
with word okay, but why doesn't the filename stay the same? Gregory Harris, ACP Web Developer [EMAIL PROTECTED] ===Stirling Bridge Group -We Engineer Internet Business Solutions- Tel 949.707.1534 Fax 949.707.1535

RE: SQL Server 2000

2001-05-14 Thread Gregory Harris
Even though I haven't tried it simply because I've found no hugely compelling reason to upgrade, I've heard nothing bad about it. It's the same engine (slightly tweaked) as SQL Server 7 so I can't forsee much happening. -Original Message- From: Adrian Cooper [mailto:[EMAIL PROTECTED]]

Re: cfloop vs cfoutput

2001-05-09 Thread Gregory Harris
No question on that one, CFOUTPUT beats CFLOOP by a long shot, however sometimes you have to use CFLOOP for things, like if you wish to have a CFQUERY tag in your CFOUTPUT statement which wouldn't be possible, you'd have to use CFLOOP Gregory Harris Web Developer The Stirling

Re: cfloop vs cfoutput

2001-05-09 Thread Gregory Harris
Ok, bad example (I recall in an earlier version that this was impossible though, to embed CFQUERY in CFOUTPUT), but some tags still, such as the before mentioned CFMAIL tag. Gregory Harris Web Developer The Stirling Bridge Group, LLC *We Engineer Internet Business Solutions* TEL

Problems with CFLOCK and session variables?

2001-05-08 Thread Gregory Harris
. Is it possible the 2 are related? Also what is the best locking scope for a session variable. ReadOnly or a Named Exclusive? Gregory Harris Web Developer The Stirling Bridge Group, LLC *We Engineer Internet Business Solutions* TEL: (949) 707-1534 FAX: (949) 707-1535

Re: Session VS Client

2001-04-23 Thread Gregory Harris
a brief stay in RAM Session Variables: When set: Put in RAM When got: Retrieved from RAM You figure on this Gregory Harris Web Developer The Stirling Bridge Group, LLC *We Engineer Internet Business Solutions* TEL: (949) 707-1534 FAX: (949) 707-1535 - Original Message - From

Illegal Port Command with CFFTP

2001-02-27 Thread Gregory Harris
tefile="cgi-bin/Reporting/filename.txt" transfermode="ASCII" I get this error: 500 Illegal PORT Command Any ideas as to what might be happening? Thanks! Gregory Harris Web Developer The Stirling Bridge Group, LLC *W

CFFTP Trouble

2001-02-26 Thread Gregory Harris
of? Thanks! Gregory Harris Web Developer The Stirling Bridge Group, LLC *We Engineer Internet Business Solutions* TEL: (949) 707-1534 FAX: (949) 707-1535 ~~ Structure your ColdFusion code with Fusebox. Get the official book at http

Clarification on Security Sandboxes

2001-02-14 Thread Gregory Harris
program this and enforce throughout? This can't be done using Cold Fusion (every app must obey the rules, regardless of programming). So how could I do this? Gregory Harris Web Developer The Stirling Bridge Group, LLC *We Engineer Internet Business Solutions* TEL: (949) 707-1534

Re: Question about CFFILE permissions

2001-02-02 Thread Gregory Harris
*thunks self in head* read next chapter in the Ben Forta bookthanks! Gregory Harris Web Developer The Stirling Bridge Group, LLC *We Engineer Internet Business Solutions* TEL: (949) 707-1534 FAX: (949) 707-1535 - Original Message - From: "Christopher Olive

Advanced Security in CF 4.5

2001-01-31 Thread Gregory Harris
Hello, I was in the process of moving a development effort using CF 4.0's advanced security to a CF 4.5 server, however I noticed that there is no way to set up Advanced security in the CF 4.5 admin, any ideas ppl, thanks! Gregory Harris Web Developer Stirling Bridge LLC

Re: HotMail in CF

2001-01-17 Thread Gregory Harris
Nope, in fact similair apps have been done, I know there are even some CF web based email solutions available for the buying (can't remember where though). Gregory Harris Web Developer The Stirling Bridge Group, LLC *We Engineer Internet Business Solutions* TEL: (949) 707-1534 FAX

Re: Faster Join

2001-01-09 Thread Gregory Harris
Outer joins from my experience take the longest. Since a where x=y join is essentially the same thing as an inner join, I can't imagine either one taking any longer. However I could be wrong. Gregory Harris Web Developer Stirling Bridge Group LLC - Original Message - From: "R

Re: The +.htr bug strikes again

2000-12-26 Thread Gregory Harris
at you're doing :-) (now about that job opening at Figleaf...LOL) Gregory Harris Web Developer Stirling Bridge Group LLC P.S. Don't even think about hiring me, I like it here in SoCal :-) - Original Message - From: "Michael Thomas" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL

Re: Who wants a CF-SQL Mailing List?

2000-12-21 Thread Gregory Harris
status with CF-Talk, CF-Community and the other specialist lists such as CF-Wap and CF-Server. Gregory Harris Web Developer Stirling Bridge Group LLC - Original Message - From: "Dick Applebaum" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Thursday, December 21,

Re: LOCKING revisited...

2000-12-21 Thread Gregory Harris
beats locking the whole page up. This is certainly recommended for larger action pages granted the CFLOCK will really tie things up. Gregory Harris Web Developer Stirling Bridge Group LLC - Original Message - From: "Dave Watts" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTE

Re: Session Variables

2000-12-21 Thread Gregory Harris
1. When the user goes to a different site. Not necessarily 2. When the browser closes. Not necessarily 3. When the session timeout is reached. Basically this, if a Session variable hasn't been touched before the timeout value, it expires, plain and simple. Gregory Harris Web Developer

Re: Is this even possible?

2000-12-14 Thread Gregory Harris
the files more manageable if you like. I mean honestly, how do you think stores that offer gazillions of products do this in the first place? Gregory Harris Web Developer Stirling Bridge Group LLC - Original Message - From: "t nelson" [EMAIL PROTECTED] To: "CF-Talk" [E

Just a stray thought

2000-12-13 Thread Gregory Harris
, but be realistic in terms of "what you get is what you pay for") Who's up for this? Gregory Harris Web Developer Stirling Bridge Group LLC ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionaut

Re: Just a stray thought

2000-12-13 Thread Gregory Harris
. Plus the queries being in Realtime (or close to it, small expiration dates a must). Again, any takers? Gregory Harris Web Developer Stirling Bridge Group LLC - Original Message - From: "Greg Creedon" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Wednesday, De

Re: Just a stray thought

2000-12-13 Thread Gregory Harris
Just look around the UPS site http://www.ups.com, I was randomly surfing the site when I came up with this... Gregory Harris Web Developer Stirling Bridge Group LLC - Original Message - From: "Jamie Keane" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: We

Re: ColdFusion for Dummies revision

2000-12-04 Thread Gregory Harris
ys, I dunno how much you can fit in 384 pages, maybe try using really small fonts :-) but this is just my $0.02 on what should happen. Gregory Harris Web Developer Stirling Bridge Group LLC - Original Message - From: "Greg Wolfinger" [EMAIL PROTECTED] To: "CF-Talk" [EM

Another YAFLAQ (yet another f****** lock question)

2000-12-04 Thread Gregory Harris
, but includes a CFINCLUDE to page C, page A is running Page C when page B attempts to CFINCLUDE page C as well. Will Page B be allowed to include Page C right away, or is it going to have to wait until Page A clears the lock? Gregory Harris Web Developer Stirling Bridge Group LLC

Re: Bulk imports into database

2000-12-04 Thread Gregory Harris
take a look at all your database's capabilities and find common ground. Gregory Harris Web Developer Stirling Bridge Group LLC - Original Message - From: "Rick Lamb" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Monday, December 04, 2000 9:55 AM Subje

Re: (Admin) The evil one talks

2000-12-01 Thread Gregory Harris
though some might be more sensitive than others, they are all important to the community at large. This needs to be respected IMHO. Gregory Harris Web Developer Stirling Bridge Group LLC - Original Message - From: "Michael Dinowitz" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL

Re: Cold Fusion and ASP

2000-11-30 Thread Gregory Harris
To elaborate just a tad, if you are having any problems with the app, check the database itself, access has a slew of problems within itself. Typically not recommended for big jobs. However anything can read an Access database and get equal status amongst the MS Access engine. Gregory Harris

Re: Get the last 12 months transactions?

2000-11-30 Thread Gregory Harris
CFIF DateYouWantToTest GTE DateAdd('', '-12', DateYouWantToTest) If the date you are testing if the date is greater than or equal to last year (substitute your favorite operator as needed) Gregory Harris Web Developer Stirling Bridge Group LLC - Original Message - From: "f

Re: SQL 7.0 Question

2000-11-30 Thread Gregory Harris
Your statement for SQL would be: DELETE from auction_records where auction_id='#id#' and userid='#userid#' (basically delete the "*") Gregory Harris Web Developer Stirling Bridge Group LLC - Original Message - From: "ibtoad" [EMAIL PROTECTED] To: "CF-Tal

Re: cfhttp

2000-11-17 Thread Gregory Harris
. Hint: if you don't know how to print the results of a CFHTTP Action try this: CFHTTP blah blah blah /CFHTTP CFOUTPUT #CFHTTP.FileContent#BRBR #CFHTTP.MimeType# BRBR #CFHTTP.Header# BRBR /CFOUTPUT CFABORT (to avoid further template processing and display results Gregory Harris Web Developer

Re: testing process

2000-11-16 Thread Gregory Harris
what's appropriate and go crazyif your application is live already, feel free to email me off-list with a URL, I love trying to break ppl's apps and websites in my spare time and I'll charge my low rate of 0$/hr (note this is a hobby, not a job...) :-) Gregory Harris Web Developer Stirling

Re: Setting up a webserver

2000-11-15 Thread Gregory Harris
, install then) 3) Install the latest Service Pack 4) Install SQL 7.0/2000 (optional) and all service packs needed 5) Install CF 4.0 (optional) Gregory Harris Web Developer Stirling Bridge Group LLC - Original Message - From: "David Livingston" [EMAIL PROTECTED] To: "

Re: Include a file on another server

2000-11-14 Thread Gregory Harris
You can't really use CFINCLUDE for this, I would suggest using CFHTTP and (if necessary) setting RESOLVEURL="Yes" to make sure the images and data come back correctly. Email me if you need more info. Gregory Harris Web Developer Stirling Bridge Group LLC - Original Message

Re: List Delimiter Question

2000-11-14 Thread Gregory Harris
an array Gregory Harris Web Developer Stirling Bridge Group LLC - Original Message - From: "Craig A. Zingerline" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Tuesday, November 14, 2000 1:12 PM Subject: List Delimiter Question Hello, We have an application w

Re: List Delimiter Question

2000-11-14 Thread Gregory Harris
Ignore me please, I didn't realize it was coming out of a form, must be the "mid-afternoon drowsiness" thing... Gregory Harris Web Developer Stirling Bridge Group LLC - Original Message - From: "Simon Horwith" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECT

CFCASE Help?

2000-11-14 Thread Gregory Harris
/less than statements? Specifically this is = the following statement: CFCASE VALUE=3D"BETWEEN 6 AND 9" Cold Fusion evaluates this literally instead of mathematically, any = ideas for help? Thanks! Gregory Harris Web Developer Stirling Bridge Group LLC --=_NextPart_000_01

Re: Security and SQL

2000-11-13 Thread Gregory Harris
build your statements to check for malicous statements as such. If I recall correctly somebody built a custom tag to do all that searching for you, check it out at the allaire development exchange (http://ww.allaire.com). Gregory Harris Web Developer Stirling Bridge Group LLC - Original

Re: Cflocation

2000-11-13 Thread Gregory Harris
My thoughts with this: 1) CFINCLUDE? All the variables carry locally 2) CFHTTP and CFHTTPPARAM?, you can specify them as form variables with a CFHTTP ACTION="POST" if you like Any further details, let me know Gregory Harris Web Developer Stirling Bridge Group LLC - Origin

Re: Session Variables Dropping Dead..

2000-11-10 Thread Gregory Harris
Session variables die after a reboot, they are only temporary variables stored in the memory, not on the HD, bear this in mind... Gregory Harris Web Developer Stirling Bridge Group LLC - Original Message - From: "Neil H." [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PRO

Re: Update Error

2000-11-09 Thread Gregory Harris
I think valid = '#valid#' needs to be changed, if it's a yes/no field #Valid# should either be 0 or 1 without quotes or basically: Valid=0 Valid=1 That should do it... Gregory Harris Web Developer Stirling Bridge Group LLC - Original Message - From: "Jeremy Toevs" [EMAIL

Re: fusebox

2000-11-08 Thread Gregory Harris
processing time, but nothing significant, and good servers are cheap 6) Apps seem to turn out smaller, granted it's easier to recycle more code and sharing variables globally is much easier Anybody dare try and contest this? Gregory Harris Web Developer Stirling Bridge Group LLC - Original

Re: RE: ColdFusion SP2

2000-10-12 Thread Gregory Harris
, what do you think? Gregory Harris Los Angeles Information Technology Agency (ITA) [EMAIL PROTECTED] [EMAIL PROTECTED] 10/12 8:43 AM If this is the place to post "wishes" for the next release of CF, I've got a good one. When I'm working on a cfm page which has a call to a custom ta

Re: AOL mayheim

2000-10-11 Thread Gregory Harris
, but we considered it a necessary evil. To AOL: PLESEEE find another way Gregory Harris Los Angeles Information Technology Agency (ITA) [EMAIL PROTECTED] [EMAIL PROTECTED] 10/11 10:08 AM the best thing for you to do is to download and install a free AOL trial membership, and view

Re: CF 5.0???

2000-10-11 Thread Gregory Harris
I wouldn't be advertising that when there are allaire reps monitoring this list, suggest you either a) Take piracy discussions off list or b) wait for a bunch of suits at your door Gregory Harris Los Angeles Information Technology Agency (ITA) [EMAIL PROTECTED] [EMAIL PROTECTED] 10/11

Re: Developer Directory?

2000-10-11 Thread Gregory Harris
ant a bill from them? So Spam at your Peril. In short, find another way Gregory Harris Los Angeles Information Technology Agency (ITA) [EMAIL PROTECTED] [EMAIL PROTECTED] 10/11 2:47 PM Interesting. I'm going to add that to my anti-spam engine. Got any sample legal text to work this

Re: Does cftransaction return anything??

2000-10-04 Thread Gregory Harris
coding dictates you try and predict and prevent beforehand). Gregory Harris Los Angeles Information Technology Agency (ITA) [EMAIL PROTECTED] [EMAIL PROTECTED] 10/04 11:56 AM I need to be able to tell if the transaction block rolled back or committed...is there a way to do

Re: DSN locking options...HELP

2000-10-03 Thread Gregory Harris
attributes in CFQUERY are your clue). Also there is some sort of "buffer" setting in the Cfadmin that needs to be set to zero if I recall. Can't remember it offhand, but hope some of this helps... Gregory Harris Los Angeles Information Technology Agency (ITA) [EMAIL PROTECTED]

Re: RE: Client Session variables?

2000-09-29 Thread Gregory Harris
) and while slower, is less volatile 'cuz they're on the hard disk. If server shuts down, variables will be there when server comes back up. Just remember this when coding your application. Gregory Harris Los Angeles Information Technology Agency (ITA) [EMAIL PROTECTED] [EMAIL PROTECTED] 09

Re: cf sbs

2000-09-28 Thread Gregory Harris
network. To date, I have never found a way around this one. However you can run multiple sbs servers on a network without a problem. Any specific issues between sbs and CF? Not offhand they do work ok together. Gregory Harris Los Angeles Information Technology Agency (ITA) [EMAIL PROTECTED

Re: ASP or Coldfusion?

2000-09-22 Thread Gregory Harris
Well...informally it is the City of Los Angeles's choice for a web development platform, big enough? They get LOTS of hits even tho I've never seen the stats. Gregory Harris Los Angeles Information Technology Agency (ITA) [EMAIL PROTECTED] [EMAIL PROTECTED] 09/22 7:01 AM I am not sure what

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

2000-09-19 Thread Gregory Harris
ge and see the code, and saves time in the long run. Sheesh, I guess some programmers really hate typing... Gregory Harris Los Angeles Information Technology Agency (ITA) [EMAIL PROTECTED] [EMAIL PROTECTED] 09/19 10:08 AM I'm sorry, but since when was Front Page or any other WYSIWYG editor

RE: Ok, What is Fusebox?

2000-09-18 Thread Gregory Harris
understant. It is frustrating to go back to "legacy" style, but I'll tough it out. Anyways, that's my $0.02 on that subject. Gregory Harris Los Angeles Information Technology Agency (ITA) [EMAIL PROTECTED] [EMAIL PROTECTED] 09/18 9:12 AM I'll second that "doesn't feel right" attitud

Ben Forta, I call on thee (was: What is Fusebox)

2000-09-18 Thread Gregory Harris
, but you get the idea... Gregory Harris Los Angeles Information Technology Agency (ITA) [EMAIL PROTECTED] [EMAIL PROTECTED] 09/18 9:15 AM I'm training 5 people (all long time friends) on how to use ColdFusion. And I'm training them in the Fusebox style so that as they're going through

Re: Web servers

2000-09-07 Thread Gregory Harris
interface, granted I spend more time changing features (so it seems) in website than I am in IIS. Other than that nothing terribly significant between the 2. Gregory Harris Los Angeles Information Technology Agency (ITA) [EMAIL PROTECTED] [EMAIL PROTECTED] 09/07 8:51 AM - Origin

Has the Apocalypse cometh? (Was RE: CF vs. ASP)

2000-08-30 Thread Gregory Harris
dedicated CF programmers are there still out there? How many have started practicing a new language? Just wondering as the heretics in this group are speaking of the end, will it be so? Gregory Harris Los Angeles Information Technology Agency (ITA) [EMAIL PROTECTED] [EMAIL PROTECTED] 08/30 8:03 AM

Re: Can a hypertext link be made to self-activate withoutbeing clicked on?

2000-08-30 Thread Gregory Harris
Afraid Not Earl, EBay does not allow includes for the reasons of auction fraud. If you wanna update your pages, ya hafta do it the old fashioned way, through EBay. Gregory Harris Los Angeles Information Technology Agency (ITA) [EMAIL PROTECTED] [EMAIL PROTECTED] 08/30 7:39 AM

Re: MS Access V.S. SQL

2000-08-30 Thread Gregory Harris
:-) Gregory Harris Los Angeles Information Technology Agency (ITA) [EMAIL PROTECTED] [EMAIL PROTECTED] 08/30 11:27 AM You're right, Gregory -- the question is not so much the number of records (10,000 can EASILY be handled by Access), but more what do you expect in terms of number of INSERTS, UPDATEs

Re: Alternatives to Access?

2000-08-30 Thread Gregory Harris
Ok, I can meet you on everything but price for SQL Server, a few hundred $ is not gonna get you SQL Server, I'd want about $4000 budgeted for all the SQL Server Licenses you need, but if ya can splurge, it'll be worth it! Gregory Harris Los Angeles Information Technology Agency (ITA) [EMAIL

Re: OT: Need help connecting company to internet

2000-08-30 Thread Gregory Harris
will be accessing simultaneously (amount of bandwidth needed here) With this information, I could craft you a decent Internet solution anyways. Gregory Harris Los Angeles Information Technology Agency (ITA) [EMAIL PROTECTED] [EMAIL PROTECTED] 08/30 12:44 PM Springfield, Mo From: Nick McClure [EMAIL

Re: time conversion custom tag

2000-08-29 Thread Gregory Harris
, just a matter of using the DateAdd() function. Gregory Harris Los Angeles Information Technology Agency (ITA) [EMAIL PROTECTED] [EMAIL PROTECTED] 08/29 7:25 AM Hey all, Does anyone know of whether or not a custom tag exist that will convert a time from say EST to other time zones

Re: RE: Dave Satz is out of the office.

2000-08-29 Thread Gregory Harris
Lewis, you are evil!!! (but while your'e at it, get me his Palm Pilot, k?) Gregory Harris Los Angeles Information Technology Agency (ITA) [EMAIL PROTECTED] [EMAIL PROTECTED] 08/29 7:55 AM I will be out of the office from 08/28/2000 until 09/05/2000. Cool. I have a whole week to rumage

Re: time conversion custom tag

2000-08-29 Thread Gregory Harris
Based on User input, I think you're stuck deviating it yourself, it shouldn't be that hard again, just a simple use of the DateAdd() function the way I see it... Gregory Harris Los Angeles Information Technology Agency (ITA) [EMAIL PROTECTED] [EMAIL PROTECTED] 08/29 9:03 AM There are going

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

2000-08-28 Thread Gregory Harris
to do structures like: Stuff.Things.MoreThings = ThisVariable This has never worked with me, the best I could do would be Stuff.Things I'm sure there are more headaches I've run into, but these are right off the top of my head. What else can everyone think of? Gregory Harris Los Angeles

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

2000-08-28 Thread Gregory Harris
n the body. -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body. Gregory

Re: assigning value to dynamic variable

2000-08-23 Thread Gregory Harris
Check that: SetVar is not the proper function, the proper function is SetVariable or: CFSET Temp = SetVariable("Name", "Value") Gregory Harris Los Angeles Information Technology Agency (ITA) [EMAIL PROTECTED] [EMAIL PROTECTED] 08/23 1:32 PM The proper syntax is: CFSET

Re: assigning value to dynamic variable

2000-08-23 Thread Gregory Harris
ppend(Trim(Evaluate("CurBills_"myBillFolder)), myBillnum) CFSET temp = SetVar("VarName", "VarValue") Gregory Harris Los Angeles Information Technology Agency (ITA) [EMAIL PROTECTED] [EMAIL PROTECTED] 08/23 1:32 PM The proper syntax is: CFSET Evaluate("CurBills_

Re: assigning value to dynamic variable

2000-08-23 Thread Gregory Harris
Yeah removing Evaluate can work too I believe. But if you need some sort of dynamic variable setting, revert back to SetVariable function. Good thinking Jamie :-) Gregory Harris Los Angeles Information Technology Agency (ITA) [EMAIL PROTECTED] [EMAIL PROTECTED] 08/23 1:37 PM oops remove

Re: Robot chasing question

2000-08-17 Thread Gregory Harris
with a few includes, and I show up in results (if you look a few pages down). I think there is a penalty for .cfm pages, but it's still very possible to get good results. Particularly if you follow good search engine rules in the first place, like I do! Gregory Harris Los Angeles Information

Re: Cluster on one machine

2000-08-16 Thread Gregory Harris
Simply: Not that I could fathom, clusters run only on multiple servers Gregory Harris Los Angeles Information Technology Agency (ITA) [EMAIL PROTECTED] [EMAIL PROTECTED] 08/16 9:15 AM Hello, Is it possible to create a cluster on one machine? I mean to have several CF servers running

Re: SQL Trigger vs. Stored Procdure

2000-08-16 Thread Gregory Harris
! Gregory Harris Los Angeles Information Technology Agency (ITA) [EMAIL PROTECTED] [EMAIL PROTECTED] 08/16 9:29 AM I am considering using a trigger to write .csv file when a column changes. I will then include that file and use it to loop over. The question is... Is this more efficient

Re: SQL Trigger vs. Stored Procdure

2000-08-16 Thread Gregory Harris
not? Gregory Harris Los Angeles Information Technology Agency (ITA) [EMAIL PROTECTED] [EMAIL PROTECTED] 08/16 10:10 AM I'm sorry for the lack of info. What I am trying to do is keep all of my navigation items in a table. When "the powers that be" want to make a change, they will be able to go

Re: SQL Trigger vs. Stored Procdure

2000-08-16 Thread Gregory Harris
are still accessing a file, no matter where it is. Either way has a performance overhead. Might as well use SQL, unless there is something else I'm not aware of. Gregory Harris Los Angeles Information Technology Agency (ITA) [EMAIL PROTECTED] [EMAIL PROTECTED] 08/16 10:42 AM I want

Re: Fusebox Question

2000-08-14 Thread Gregory Harris
Hey, my answers are indicated by below. Gregory Harris Los Angeles Information Technology Agency (ITA) [EMAIL PROTECTED] [EMAIL PROTECTED] 08/14 9:45 AM I am new to the fusebox methodology, and hoping that someone might give me some structural pointers. It seems like there will be plenty

  1   2   >