Re: Best Practice on using/optimizing cfoutput and cfloops

2002-02-01 Thread Bryan Stevenson
that)then select the CFLOOP Vs CFOUTPUT in the left frame (also look at the section about not overdoing CFOUTPUT) Once again a great resource from Ben ;-) Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED

Re: Graphics Custom tag

2002-02-04 Thread Bryan Stevenson
the width. The gif will stretch to the desired bar sizes. HTH Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner www.macromedia.com

Re: System beep

2002-02-04 Thread Bryan Stevenson
You can proabably do that with an embedded beep.wav or something to that effect Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner

Re: OT: How many in here bother to resell shared webspace?

2002-02-04 Thread Bryan Stevenson
hehe - probably right. We all play to our strengths eh? Did I catch an eh therecould it be a fellow Canadian ;-) Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED

Re: Easy way to loop over first x items of long list

2002-02-05 Thread Bryan Stevenson
and to further what Larry said To just loop over the first 3 items you CFSET a variable called LoopCounter to 0 (zero) before the loop. Then you increment it inside the loop (LoopCounter + 1). When LoopCounter hits 3 you use CFBREAK to break out of the loop. HTH Bryan Stevenson VP

Re: Selecting many records at once

2002-02-05 Thread Bryan Stevenson
I'd do seperate pages with forward/back buttons. If that isn't an option then look into CFFLUSH or increasing the timeout for that page. HTH Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED

looping inside cfquery - brain on vacation

2002-02-06 Thread Bryan Stevenson
( '#FieldValue#' ) cfloop /cfquery TIA Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED

Re: looping inside cfquery - brain on vacation

2002-02-06 Thread Bryan Stevenson
and yes I did actually close the CFLOOP properly in my real code ;-) Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner

Re: looping inside cfquery - brain on vacation

2002-02-06 Thread Bryan Stevenson
Nope that's not the issue for sure..just used the single quotes as an example..but thanks ;-) Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia

Re: looping inside cfquery - brain on vacation

2002-02-06 Thread Bryan Stevenson
dang tried the semi-colon already with no luck...thought that's what it wasgr ;-) Thanks Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia

Re: looping inside cfquery - brain on vacation

2002-02-06 Thread Bryan Stevenson
Thanks Jamesthat xmp/xmp trick worked like a charm! There is one bad record throwing the whole lot. Thanks all for your help ;-) Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED

Re: SQL Server on a separate machine

2002-02-07 Thread Bryan Stevenson
set username and password for the datasource in CF Admin Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner www.macromedia.com

Re: Release Database

2002-02-07 Thread Bryan Stevenson
(if it doesn't work the first time...try again). You could also simply try restarting CF Server if you have access to it. HTH Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED

Re: Remote Datasource

2002-02-07 Thread Bryan Stevenson
yepsetup the datasource with the username and password for connecting to the db and the rest should work the same as a local datasource Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED

Re: Refresh window

2002-02-08 Thread Bryan Stevenson
select name=MySelect onchange=submit(); Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner www.macromedia.com

Re: OT DHTML Menu - Memory Leaks

2002-02-08 Thread Bryan Stevenson
it and fire it off. It's not as well commented as I would like, but I'm sure you all can figure it out ;-) HTH Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED

Re: Another Question

2002-02-08 Thread Bryan Stevenson
yep Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner www.macromedia.com

Re: Rochester CFUG?

2002-02-08 Thread Bryan Stevenson
are they listed on the MM site?? Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner www.macromedia.com

OT: running IIS with a different port (not 80)

2002-02-11 Thread Bryan Stevenson
in nice and cozy by now ;-) Thanks in advance. Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner www.macromedia.com

Web Services

2002-02-12 Thread Bryan Stevenson
Hi All, I'm looking for all the wonderful web service resources that this list knows about (the innner workings, who offers them currently, etc.) Fire away ;-) Thanks Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED

OT: Postal/Zip code info

2002-02-12 Thread Bryan Stevenson
or is it the whole thing or nothing? TIA Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner www.macromedia.com

Case statements in SQL Server stored procs

2002-02-12 Thread Bryan Stevenson
clause of the stored proc. (lets assume I pass a param to the stored proc called @Union_ID) On that note what's the consensus on using case statements like this in stored procs vs. a different stored proc for each case? TIA Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems

Case Statements in SQL Server Stored Procs

2002-02-12 Thread Bryan Stevenson
clause of the stored proc. (lets assume I pass a param to the stored proc called @Union_ID) On that note what's the consensus on using case statements like this in stored procs vs. a different stored proc for each case? TIA Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems

Re: Independent Consulting versus Full-Time

2002-02-13 Thread Bryan Stevenson
[EMAIL PROTECTED] ;-) Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner www.macromedia.com

Re: OT: Just wanna bitch

2002-02-13 Thread Bryan Stevenson
for them ;-) Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner www.macromedia.com

Re: How do you get middle 4 numbers out of agent code number

2002-02-13 Thread Bryan Stevenson
use mid() Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner www.macromedia.com

Re: free CF hosting - is available!

2002-02-14 Thread Bryan Stevenson
OR.. for $9.95 CDN (about $5 US) you can host with WeDoHosting.com and not have a banner plastered onto your pages ;-) Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED

Re: A-Z 0-9 form validation

2002-02-14 Thread Bryan Stevenson
can you elaborate on A-Z and 0-9? Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner www.macromedia.com

Re: A-Z 0-9 form validation

2002-02-14 Thread Bryan Stevenson
And speaking of page numberswhy are all the page numbers off on the ColdFusion Developer's Journal Articles. There is always 1 less page than it says (i.e. 6 out of 7 is the last page of this article). Somebody fix it ;-) OK...I'm done Bryan Stevenson VP Director of E-Commerce

Re: Datatypes

2002-02-19 Thread Bryan Stevenson
text = varchar or nvarchar number = integer (but can be split into float, smallint, decimal, tinyint depending on the actual data you're storing) I think that got them all ;-) HTH Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL

Re: Datatypes

2002-02-19 Thread Bryan Stevenson
a look in the Online Books that comes with SQL Server. There is a very good decsription of each type. HTH Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia

Re: lat/lon

2002-09-23 Thread Bryan Stevenson
there are lots...but I'd checkout the UDF on CFLIB.org Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner www.macromedia.com

connectstring in CFMX

2002-09-25 Thread Bryan Stevenson
Are DNS-less connections still possible in CFMX? I'm getting an Attribute validation error for tag query error when I try and use a connectstring. TIA Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED

Re: connectstring in CFMX

2002-09-25 Thread Bryan Stevenson
Thanks Critz ;-) DOH! That sucks. Anybody have an explanation as to why they went away? Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia

Re: connectstring in CFMX

2002-09-25 Thread Bryan Stevenson
Thanks Dave Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner www.macromedia.com

Re: Checked variables passed from form

2002-09-25 Thread Bryan Stevenson
cfif Len(prefs) checks to see if it has a length cfif NOT Len(prefs) checks to see if it has no length (empty) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED

cfcookie and cflocation

2002-09-25 Thread Bryan Stevenson
Hey All, OK I know that you can't set a cookie and then use CFLOCATION, but I've heard there is a workaround using headers. Can anyone shed some light? BTW this is on CF 5 (yes I know CFMX doesn't have this bug/feature..hehe) Thanks in advance Bryan Stevenson B.Comm. VP Director of E

Re: connectstring in CFMX

2002-09-26 Thread Bryan Stevenson
Thanks for the great info Samuel ;-) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner www.macromedia.com

Re: mulit Servers

2002-09-26 Thread Bryan Stevenson
today ;-) If ya need more info...just ask. Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner www.macromedia.com

Re: mulit Servers

2002-09-26 Thread Bryan Stevenson
a..make sure if you set the cookie that you don't use cflocation after it...the cookie will not get set. If you have to use CFLOCATION after the cookie setting then you can use this... CFCOOKIE name=userid value=1 cfheader name=location value=url to go to HTH Bryan Stevenson B.Comm. VP

Re: mulit Servers

2002-09-26 Thread Bryan Stevenson
h...well ya got me. It may have something to do with the cookies being associated with the domain that the user initially logs in from??? Anybody care to comment? Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL

Re: Need help with a SQL statement

2002-09-27 Thread Bryan Stevenson
posted, but AFAIK it should be there HTH Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner www.macromedia.com

OT: IIS 5 randomly stops serving pages

2002-10-02 Thread Bryan Stevenson
to the server death. I've scoured Google and IISFAQ.com with no luckany thoughts? Oh ya...all sites are running in Low(IIS Process). TIA Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED

Re: IIS 5 randomly stops serving pages

2002-10-02 Thread Bryan Stevenson
OK I killed the server again and when trying to restart IIS it says Address already in use? Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED

Re: IIS 5 randomly stops serving pages

2002-10-02 Thread Bryan Stevenson
Thanks for the info Lee. Do you run that BAT file on a rgualr basis or just when it dies? If it's just when it dies how do could it possible lower the occurences (being that it's only run when it dies)?? What is KILL and where can I get the Resource Kit? TIA ;-) Bryan Stevenson B.Comm. VP

Re: I lost my brain - checkboxes

2002-10-07 Thread Bryan Stevenson
I always delete ALL previous selections from the DB and then insert the new ones...that way everything stays current and the coding is dead simple. HTH Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED

OT: Macromedia Alliance Contact Info Update

2002-10-18 Thread Bryan Stevenson
and it bounced saying there was no such address. Could we be looking at someone doing some screen scraping or just a really un-organized MM employee? Cheers Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED

Thanks for the chastising

2002-10-18 Thread Bryan Stevenson
I must have missed that with all the whining and complaining going on recently. Thanks for the heads up Mike (or Judith)not really sure who posted that ;-) BTW can we try and use the correct subjects?? That's the second post I read today that referenced some other thread!! Bryan Stevenson

Re: CFMX Server dies

2002-10-18 Thread Bryan Stevenson
Hey Brook, I'm pretty sure I've seen a bunch of posts on that recently.I'd checkout the archives for the requests adding up until death HTH Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED

Re: Long form and variable names?

2002-10-21 Thread Bryan Stevenson
Well, I don't have the original code you posted, but you are opening a TR and then your CFOUTPUT, but you close the CFOUTPUT before the TR. That shouldn't cause your problem, but it should be fixed ;-) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc

WDDX/XML

2002-10-21 Thread Bryan Stevenson
that might do the same thing. Requirements: Must work with Win2K running CF 5 Thanks in advance for any help. Let me know if I can clarify anything ;-) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED

Re: WDDX/XML

2002-10-22 Thread Bryan Stevenson
Well it wouldn't be a persistent cookie, so I'd say most folks would have a hard time reading/changing itbut good point ;-) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED

SOLVED: Re: WDDX/XML

2002-10-22 Thread Bryan Stevenson
Well at least someone from our CFUG provided some code samples as opposed to pointing out flaws without solutions (except Neil that mentioned encryption...thanks Neil and have a nice day) ;-) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t

Re: SOLVED: Re: WDDX/XML

2002-10-22 Thread Bryan Stevenson
of entertainment ;-) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner www.macromedia.com

Re: SESSION scope or HIDDEN INPUTS?

2002-10-24 Thread Bryan Stevenson
for each page request. This is minor IMHO because if done via a stored procedure it processes very fast and your code is scalable and maintainable. My 2 cents HTH Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED

Re: Mail Server Recommendations

2002-10-25 Thread Bryan Stevenson
ArgoSoft Mail Server It was free or under $30 SUPER easy to setup, maintain user accounts, and close open relays ;-) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED

Re: Thank you, Macromedia!

2002-10-31 Thread Bryan Stevenson
it of leave it...I'm done Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner www.macromedia.com

Re: Thank you, Macromedia!

2002-10-31 Thread Bryan Stevenson
when you could get any issue answered in no timebut not anymore. I still love the list and reccommend it to my CFUG and anyone else with technical issues and I'm not going anywherejust venting my concern ;-) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems

Re: Thank you, Macromedia!

2002-10-31 Thread Bryan Stevenson
as so many other do...I am done..flame yourselves silly..I don't care. I still love the list for the technical help I can get if and when I need it. Thanks to all that manage to avoid OT threads and stick to technical talk ;-) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric

Re: Thank you, Macromedia!

2002-10-31 Thread Bryan Stevenson
a few posts later she thanks MMdo ya see it...do ya see the double standard ;-) OK..now I'm really done (and mabye Mark will read my posts in full before going off again) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e

Re: Thank you, Macromedia!

2002-10-31 Thread Bryan Stevenson
that I'm trying to silence him or anything of the sort. Sound like a plan? /snip To get the whole story in context please read the archives (thread about Yahoo and PHP). I'm merely the messenger here and have said not to take the above out of context...flame me and you will not get a response. Bryan

Re: Thank you, Macromedia!

2002-10-31 Thread Bryan Stevenson
decided it was OK for the list. If I'm wrong and misunderestood...I'm sorry and bow to the Master of the House, but the way your message was worded it sure sounded that way. Please clarify if you will. Thanks in advance Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge

Re: Thank you, Macromedia!

2002-10-31 Thread Bryan Stevenson
Great...thanks for the clarification ;-) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner www.macromedia.com

Re: Auto resize images? (Plus some list rants/suggestion)

2002-10-31 Thread Bryan Stevenson
Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner www.macromedia.com

Re: Auto resize images? (Plus some list rants/suggestion)

2002-10-31 Thread Bryan Stevenson
an addition to my last post Do not confuse CFX_Image with CFXImage. The second one has had security issues and doesn't work very well. The CFX_Image tag was written by Jukka Manner (may be handy in finding the tag). Cheers Bryan Stevenson B.Comm. VP Director of E-Commerce Development

Re: Microsoft to aquire Macromedia

2003-02-12 Thread Bryan Stevenson
and the Definant de-cloaks and comes to the rescue.back BACK you dirty Empiretake that Darth! Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED

CFMX/FlashMX time tracking app

2003-02-12 Thread Bryan Stevenson
Hey All, Just wondering if anyone has or knows of a CFMX/FlashMX time tracking app (or something similar)? Thanks Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED

Re: CFMX/FlashMX time tracking app

2003-02-12 Thread Bryan Stevenson
keep you and the list posted Cheers Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner www.macromedia.com

Re: CFMX/FlashMX time tracking app

2003-02-12 Thread Bryan Stevenson
As in the great Jedi Master himself?? Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner www.macromedia.com

Re: Microsoft to aquire Macromedia - Or - Not Again!

2003-02-12 Thread Bryan Stevenson
to CFFORM or not ;-) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner www.macromedia.com

Re: CFMX/FlashMX time tracking app

2003-02-12 Thread Bryan Stevenson
Thanks Davethat'll show me the data grid portion ;-) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner www.macromedia.com

load testing...please don't shoot me

2003-02-13 Thread Bryan Stevenson
Hi All, I may get raked over the coals for this one but.. I'm looking for load testing software for an Oracle/ CF 5/IIS/Win2K/ site.software names, URLs, opinionsthanks Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e

Re: load testing...please don't shoot me

2003-02-13 Thread Bryan Stevenson
Thanks Dave and Jim, yup I know the topic wasn't in the cycling threads of death list...but it's gotta be a contender ;-) Cheers Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED

Standalone CFMX/FlashMX app

2003-02-14 Thread Bryan Stevenson
as SQLAnywhere) Thanks to all that pitch in their 2 cents ;-) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner www.macromedia.com

Re: Standalone CFMX/FlashMX app

2003-02-14 Thread Bryan Stevenson
...could be XML..flat file..whatever). The smarts to connect to the app and grab it's data can all be built on the server holding the central (connected) DB. Thanks Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED

Re: Standalone CFMX/FlashMX app

2003-02-14 Thread Bryan Stevenson
cool to, but I'd like to learn how to write it myself!! Cheers Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner

Re: Exporting to Excel from SQlServer using ColdFusion

2003-02-14 Thread Bryan Stevenson
Try the Developer's Exchange. I know there are custom tags (mabye UDFs as well from cflib.org) out there to produce Excel files from queries. It should make your life easier ;-) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e

Re: array order question

2003-02-14 Thread Bryan Stevenson
While I'm not sure if the order would remain the same, there are some great UDFs for manipulating structures and arrays (including sorting) found at www.cflib.org in the Data library I believe. So if you use those you'll be sure to keep your desired order ;-) Cheers Bryan Stevenson B.Comm. VP

OT: FlashMX accessing local DB without remoting

2003-02-17 Thread Bryan Stevenson
/output and prodcuing the XML from Flash recordsets -using the third party software I mentioned (Flash Studio Pro and Screeweaver) This app WILL NOT be connected, so please don't just say use remoting dude ;-) TIA Cheers Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge

Re: FBX3 AND CFMX

2003-02-20 Thread Bryan Stevenson
;-) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner www.macromedia.com

Re: SOT Topic - Voiding href - anchor page jumps

2003-02-20 Thread Bryan Stevenson
Jason, This code should throw and error: cfoutput query=OutputList a href=##Count#Technology Security Benefits/a /cfoutput You should have an extra # in front of ##Count# (###Count#) I'm not sure if that will solve your issue, but there ya go ;-) Bryan Stevenson B.Comm. VP Director of E

Re: Flash issues

2003-02-20 Thread Bryan Stevenson
and my question would be.why? are you trying to stop people from decompiling them? if so don't bother it can be done without grabbing the SWF from the browser cache ;-) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL

Re: FBX3 AND CFMX

2003-02-20 Thread Bryan Stevenson
Thanks Barneystarightforward explanation without the mines bigger than yours comments ;-) I certainly don't want the is FB good debate either Cheers Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED

Re: FBX3 AND CFMX

2003-02-20 Thread Bryan Stevenson
LOL...nothing is better than CFFORM *snicker* Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner www.macromedia.com

Re: FBX3 AND CFMX

2003-02-20 Thread Bryan Stevenson
Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner www.macromedia.com

Re: FBX3 AND CFMX

2003-02-20 Thread Bryan Stevenson
Couldn't have said it better myself Michael Do what works for you and your projects ;-) I still wouldn't mind hearing from the FBers out there Did you start CF with FB or pickup FB along the way? Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc

Re: FBX3 AND CFMX

2003-02-20 Thread Bryan Stevenson
together in peace and understanding ;-) Great points today folks...much more productive than the usual FB vs.no FB mud slingin! Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED

Re: FBX3 AND CFMX

2003-02-20 Thread Bryan Stevenson
Oooo but Netscape is standard compliant ;-) You nailed it again...and yes Netscape does suck ass!! Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED

Re: FBX3 AND CFMX

2003-02-20 Thread Bryan Stevenson
Hey...I love to garden...how dare you compare my trusty spade to Netscape!! ;-) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate

Re: Take a look at the BUG

2003-02-25 Thread Bryan Stevenson
In all fairness Leonot many folks have MS Script debugger installed and will therefore never see that error...unless I'm missing something?? Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED

Re: BIG CFFORM problem :-()

2003-02-26 Thread Bryan Stevenson
run off other languages just fine. OK...I'm done...judge me if you will...I've got work to do ;-) Cheers Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED

Re: Passed my UPS compliance testing

2003-02-26 Thread Bryan Stevenson
Good on ya Budanything to promote the good CF word ;-) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner

Re: query problem

2003-02-26 Thread Bryan Stevenson
You could convert the single quotes in the string to ASCII or PreserveSingleQuotes() might work (been awhile so I'm not 100% sure on the preserve) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED

Re: BIG CFFORM problem :-()

2003-02-26 Thread Bryan Stevenson
see below Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner www.macromedia.com

Re: CFFILE and carriage returns

2003-02-26 Thread Bryan Stevenson
you can also use the addnewline attribute in the CFFILE tag (i.e. if you're outputting records from a query to your file) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED

Re: Public Access To Wish List (was RE:__cffunction_arguments_[und...)

2003-02-27 Thread Bryan Stevenson
the current version before thinking of the next one!! my 2 cents CDN Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner

Re: Please remove me from your mailing list, Thank you

2003-02-27 Thread Bryan Stevenson
Nick...please use the unsubscribe link at the bottom of every message...thank you ;-) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia

Re: OT - Fusebox for Flash?

2003-02-28 Thread Bryan Stevenson
Sean A. Corefield said: It can be. Flash development seems to be shifting toward having almost the 'code' in real ActionScript files - on the file system and organized into components and libraries that you then assemble into movies. Most of the work our Flash application development team is

Re: Tax Info Resource

2003-02-28 Thread Bryan Stevenson
with GST have PST (percentage varies) except Alberta. The provinces with HST don't have PST as the HST is the GST combined with PST (HST = Harmonized Sales Tax). Have fun ;-) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL

Re: PHP versus CF Development Speed?

2003-02-28 Thread Bryan Stevenson
In 5 years of full-time CF development I have yet to pay for a CF tag ;-) (read as haven't needed to...not stolen them left right and center...hehe) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED

<    1   2   3   4   5   6   7   8   9   10   >