Re: (Admin) layout change

2005-05-15 Thread Barney Boisvert
PROTECTED] Thank you -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50 invites. ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking

Re: How can I avoid Evaluate() function?

2005-05-13 Thread Barney Boisvert
#application[cookie.country Rate]# cheers, barneyb On 5/13/05, Phill B [EMAIL PROTECTED] wrote: Is there any better way of doing this? cfinvokeargument name=exchangeRate value=#Evaluate(application. cookie.country Rate)# -- Phillip B. -- Barney Boisvert [EMAIL PROTECTED

Re: CFCompile

2005-05-13 Thread Barney Boisvert
[EMAIL PROTECTED] wrote: Sean, Thanks for the response. Wouldn't it be nice if we can give some kind of argument to cfcompile to omit certain .cfm files because I guess the same will apply to majority of frameworks, like Mach-II, Tartan, Model-Glue etc. Regards -- Barney Boisvert [EMAIL

Re: Google Web Accelerator problems

2005-05-10 Thread Barney Boisvert
. -- --mattRobertson-- Janitor, MSB Web Systems mysecretbase.com -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50 invites. ~| Find out how CFTicket can increase your company's

Re: MySQL and CF and Chinese characters

2005-05-05 Thread Barney Boisvert
[EMAIL PROTECTED] wrote: What is the official combo of MySQL and CF to support complex languages? I have heard that you have to have 4.1 MySQL and you have to have MX. Thanks! Chad -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50 invites

Re: Encrypting JDBC

2005-05-04 Thread Barney Boisvert
and the database server? I'm using CFMX 7 Standard and MS SQL Server 2000. Thanks, --Nathan -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50 invites. ~| Logware (www.logware.us): a new

Re: Build Systems

2005-05-01 Thread Barney Boisvert
tool. I use it for some complex and large builds on a J2EE system - involving both Java and CF projects. I haven't tried every product on the market but of the ones I've dealt with, Ant has the best combination of power and ease. -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http

Re: Multiple CreateObject's

2005-04-30 Thread Barney Boisvert
soapbox I strongly urge the it's irrelevant route. The specifics can be measured with some very basic testing (do it both ways, and then call the method 1000 times each way and see which is faster), but that's not the point. CF is an abstraction layer on top of Java that makes it MUCH easier to

Re: Error with cfargument type=numeric order?

2005-04-29 Thread Barney Boisvert
circumstances 4. Arguments must be listed in a particular order that I just don't know about. Any help is appreciated. Thanks in advance, Ben Mueller Sr. Software Engineer Cognitive Arts -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50 invites

Re: Get file size on UNIX?

2005-04-28 Thread Barney Boisvert
sitting on the server? I need to loop over a list of files and save the file size and name of each file to a db. Any help that can be offered would be greatly appreciated. Thanks. John Burns Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. | Web Developer -- Barney

Re: Maybe I'm missing something...

2005-04-28 Thread Barney Boisvert
the variables by URL but is there another way? -- Auxilium meum a Domino -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50 invites. ~| Discover CFTicket - The leading ColdFusion Help

Re: cfqueryparam and null values

2005-04-27 Thread Barney Boisvert
there. as Dave W corrected me yesterday : null=#YesNoFormat(NOT Len(Trim(FORM.txtFirstName))# I like the use of NOT instead of EQ 0 ...1 less keystroke ;-) Bryan Stevenson B.Comm. -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50 invites

Re: cfqueryparam and null values

2005-04-27 Thread Barney Boisvert
the same way, and it's not just because of the typeless nature of CF, but because that's how it's been in most other languages, and it makes sense. Perhaps if len(somevalue) eq 0 is easier to read to some, but I think for most NOT len(somevalue) is just as clear. Russ -- Barney Boisvert

Re: Convert Milliseconds to Date/Time

2005-04-27 Thread Barney Boisvert
= theDateObj.toLocaleString(); and the result is: Monday, February 14, 2005 9:02:00 AM I don't want to convert it with JS I would like to try it with CF. If anyone could help it would be much appreciated thanks. Thanks, Jim -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http

Re: what is the proper way to code the following

2005-04-27 Thread Barney Boisvert
to overcome this? basically i am doing the following cfoutput query=blah cfx_snmptag /cfquery -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50 invites. ~| Logware

Re: what is the proper way to code the following

2005-04-27 Thread Barney Boisvert
. cheers, barneyb -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50 invites. ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking

Re: cfqueryparam/SQL Injection

2005-04-27 Thread Barney Boisvert
. How can I prevent a SQL injection attack using cfqueryparam? Checking for max length is not going to help because there could easily be a nasty SQL statement far shorter than an average URL string. What's best practice for this type of thing? Thanks for any guidance, Clark -- Barney

Re: cfqueryparam and null values

2005-04-26 Thread Barney Boisvert
), and I think there should be an easier way (why oh why isn't there an autonull attribute for cfqueryparam?). Anyone? Pete -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50 invites

Re: cfqueryparam and null values

2005-04-26 Thread Barney Boisvert
response; } And my cfqueryparam, when called, looks like this: cfqueryparam value=#getRecordData.categoryid# cfsqltype=CF_SQL_INTEGER null=#isNullNumeric(getRecordData.categoryid)# Easier and reusable :) Pete -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com

Re: Check for a file in a directory

2005-04-20 Thread Barney Boisvert
name EQ 'errror.txt' Do this... /cfif Am I on the right track here? Robert at HWW -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50 invites. ~| Find out how CFTicket can

Re: Check for a file in a directory

2005-04-20 Thread Barney Boisvert
me if it finds a certain file. Robert O. -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50 invites. ~| Logware (www.logware.us): a new and convenient web-based time tracking

Re: Check for a file in a directory

2005-04-20 Thread Barney Boisvert
re-read my previous email and realized I may have worded wrong. I don't want a form that submits anything. Just a way for the CF script to monitor this directory for a file and then do a cfif... -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50

Re: Check for a file in a directory

2005-04-20 Thread Barney Boisvert
is good enough (and not unacceptable load), then you can definitely use a scheduled task to monitor a directory. cheers, barneyb On 4/20/05, Jim Davis [EMAIL PROTECTED] wrote: -Original Message- From: Barney Boisvert [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 20, 2005 2:51 PM

Re: take duplicate out of a list

2005-04-19 Thread Barney Boisvert
if they are already in the new list before inserting them? Thanks Pat -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50 invites. ~| Find out how CFTicket can increase your company's

Re: Expected 13

2005-04-19 Thread Barney Boisvert
?? Richard Colman -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50 invites. ~| Find out how CFTicket can increase your company's customer support efficiency by 100% http

Re: Compount XPath in xmlSearch()?

2005-04-18 Thread Barney Boisvert
-- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50 invites. ~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners

Re: CF5: Can recordset field names somehow maintain case?

2005-04-15 Thread Barney Boisvert
PROTECTED] wrote: In a CF5 application, I need to write XML such that the case of the field names exactly matches the XML elements I need to write. CF5 seems to capitalize all of the field names. What can I do to get the case of the fields coming from SQL server? Jon -- Barney Boisvert [EMAIL

Re: Decimal Formatting

2005-04-13 Thread Barney Boisvert
,'TM9') -Original Message- From: B G [mailto:[EMAIL PROTECTED] Sent: Wednesday, 13 April 2005 6:04 AM To: CF-Talk Subject: Re: Decimal Formatting Beautiful! That did the trick! Thank you. -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I

Re: CFMX and Java

2005-04-13 Thread Barney Boisvert
the Java libraries into my CF page and then use some Java functions to work with double integers or larger integers. Is this the way to go? If so, can someone tell me how to do that, and also, what are the Java functions I can use to work with larger integers. Thanks, Ali -- Barney

Re: Decimal Formatting

2005-04-12 Thread Barney Boisvert
18.00. Likewise, 10.5 should NOT be 10.50. But this is the behaviour I am getting. What are you thoughts? -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50 invites. ~| Logware

Re: xml breadcrumbs

2005-04-12 Thread Barney Boisvert
href=/tools/3.cfm alt=tool 3 role=admin / /item item label=Forms amp; Documents href=/forms/index.cfm alt= role=user / item label=Administration href=/admin/index.cfm alt= role=admin / /navigation -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145

Re: Building Applications for multiple DB's

2005-04-11 Thread Barney Boisvert
to make it so users can easily install it into mysql, etc. thanks in advance. jonese -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50 invites. ~| Logware (www.logware.us): a new

Re: Devnet vs. Developer Edition

2005-04-11 Thread Barney Boisvert
building a new development server and I'm about to install a CF server. Also, if I'm planning on installing CFMX 7, would this influence what version I should choose? Thanks. -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50 invites

Re: Devnet vs. Developer Edition

2005-04-11 Thread Barney Boisvert
that changed? I've got 2 developers hitting this server with the possibility of one more in the near future. -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50 invites. ~| Find out how

Re: Devnet vs. Developer Edition

2005-04-11 Thread Barney Boisvert
how many cf6 allows, and for that matter, where can I get the trial/developer edition of cf6. -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50 invites. ~| Discover CFTicket

Re: Devnet vs. Developer Edition

2005-04-11 Thread Barney Boisvert
Sure enough. Totally missed the 6.1 link on the sidebar. Thanks for keeping me straight, Sean. ;) cheers, barneyb On Apr 11, 2005 2:33 PM, Sean Corfield [EMAIL PROTECTED] wrote: On Apr 11, 2005 2:04 PM, Barney Boisvert [EMAIL PROTECTED] wrote: I don't think you can get a developer edition

Re: SQL question

2005-04-09 Thread Barney Boisvert
: SELECT a.uid FROM Ads a LEFT JOIN Members m ON (a.uid=m.uid) WHERE m.uid IS NULL How do I do that? I tried: DELETE FROM Ads where uid IN (SELECT a.uid FROM Ads a LEFT JOIN Members m ON (a.uid=m.uid) WHERE m.uid IS NULL) but that didn't work. Johnny -- Barney Boisvert [EMAIL

Re: race condition?

2005-04-05 Thread Barney Boisvert
it is. Johnny -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50 invites. ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting

Re: Opening a file with # in the Filename

2005-04-05 Thread Barney Boisvert
a [EMAIL PROTECTED] wrote: Hi, I need to open a file with # in the file name. If i try to open it in IE using localhost path it is giving error as page not found. any help would be appreciated Thanks -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have

Re: race condition here?

2005-03-27 Thread Barney Boisvert
their turn... onApplicationStart = only happens when the application first starts (so other than the first time, its basically ignored?) etc etc etc tw On Sat, 26 Mar 2005 10:22:57 +0700, Paul Hastings [EMAIL PROTECTED] wrote: Barney Boisvert wrote: happens twice. Not that I

Re: just noticed this when validating email

2005-03-26 Thread Barney Boisvert
using cfinput, you can't enter more than one email. If you do, you get the usual js message. Will -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50 invites. ~| Logware

Re: just noticed this when validating email

2005-03-26 Thread Barney Boisvert
? Care to elaborate on the process you're thinking of? Rick -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50 invites. ~| Logware (www.logware.us): a new and convenient web-based time

Re: just noticed this when validating email

2005-03-26 Thread Barney Boisvert
for the insight! Rick -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50 invites. ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking

Re: race condition here?

2005-03-25 Thread Barney Boisvert
the race condition has no adverse consequences. cheers, barneyb On Fri, 25 Mar 2005 13:00:13 +0700, Paul Hastings [EMAIL PROTECTED] wrote: Barney Boisvert wrote: onApplicationStart is single threaded by CF server, so there's NEVER a need to lock inside that method. One of the really nice

Re: randomize

2005-03-25 Thread Barney Boisvert
randomize at each load of the page. query : select questID from quest order by questID There is 50 questID. I'm under CF5 for this one. Thanks Pat -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50 invites

Re: Best practice question?

2005-03-25 Thread Barney Boisvert
that it actually performs better without the prefix in this case. I always use the first one and for some reasons I kept thinking beginners when I see the second one. Am I wrong? Johnny -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50 invites

Re: race condition here?

2005-03-24 Thread Barney Boisvert
once, during onApplicationStart. i might lock that init down. -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50 invites. ~| Logware (www.logware.us): a new and convenient web-based

Re: Standard Method of receiving XML

2005-03-23 Thread Barney Boisvert
of the pages being called are on the localhost. -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50 invites. ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket

Re: Ajax

2005-03-23 Thread Barney Boisvert
to deal with programming against that API, which is necessarily going to be a lot harder than simple HTML. Definitely a shift from web programing to real programming, and that's hard. cheers, barneyb -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50

Re: RequestTimeout=900 equivalent for custom tags?

2005-03-23 Thread Barney Boisvert
if this is a FAQ, I've been away. Thanks. -Nate -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50 invites. ~| Logware (www.logware.us): a new and convenient web-based time

Re: Whitespace Woes

2005-03-23 Thread Barney Boisvert
:25 -0400, Andrew Grosset [EMAIL PROTECTED] wrote: it's not a good idea to call any tag within a CFOUTPUT tag Why not gracious Lord? Not sure! could you explain why it would be a good idea to call a custom tag within a cfoutput tag? -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http

Re: Whitespace Woes

2005-03-22 Thread Barney Boisvert
and after the executed cfoutput block, and I cannot figure out where it's coming from. Everything within the cfinclude'd template shown above is itself contained within a cfsilent block, as it only sets some variables. -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got

Re: Whitespace Woes

2005-03-22 Thread Barney Boisvert
it in the same directory as the calling template you can call it like this: CF_StripWhitespace StrengthMode=maximum !--- your code goes here --- /CF_StripWhitespace -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50 invites

Re: Whitespace Woes

2005-03-22 Thread Barney Boisvert
another tag cfif something cfoutputcf_anothertag attr1=... attr2=.../cfoutput /cfif Can I capture the output of that called tag and place it into the tagout string variable? -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50 invites

Re: Whitespace Woes

2005-03-22 Thread Barney Boisvert
lines in there. cheers, barneyb On Tue, 22 Mar 2005 17:02:15 -0400, Andrew Grosset [EMAIL PROTECTED] wrote: Hmmm I can't give you an example but using MX6.1 and with strengthmode on maximum it will eliminate 99% of whitespace and output all the html on one line Andrew. -- Barney

Re: Whitespace Woes

2005-03-22 Thread Barney Boisvert
. -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50 invites. ~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com

Re: Google Suggest-like functionality with CF

2005-03-20 Thread Barney Boisvert
any tricks or tips? Thanks Pete -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50 invites. ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket

Re: circumventing framing....

2005-03-20 Thread Barney Boisvert
Try this (same idea, different form): if (self.location != top.location) top.location = self.location I'm thinking that maybe the 'href' property of location can't be accessed across domains, but the location object itself can. cheers, barneyb On Sun, 20 Mar 2005 15:53:34 -0600, Mark A

Re: Best, Fastest, Cleanest, Most Elegant way to determine if your in an application?

2005-03-18 Thread Barney Boisvert
-- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50 invites. ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent

Re: Reg Ex Help

2005-03-18 Thread Barney Boisvert
pre#tempString#/pre pre#REReplace(tempString, '(.*)?==(.*)?', '\1=\2', ALL)/pre /cfoutput Brook -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50 invites

Re: Weid behavior with fbx_switch.cfm and Dreamweaver Mx 2004

2005-03-18 Thread Barney Boisvert
files?... anyone having played wiht this? , or gimme a tip about how improve to opne this file.. Thanks! -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50 invites. ~| Discover

Re: Reg Ex Help

2005-03-18 Thread Barney Boisvert
any == between them. repeat until you get to the end. cheers, barneyb On Fri, 18 Mar 2005 11:59:39 -0800, Brook Davies [EMAIL PROTECTED] wrote: Yikes. So is there a better way to do this? I am a bit lost with regular expressions... Brook -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http

Re: Introspection of Description and Revisions

2005-03-18 Thread Barney Boisvert
important information from the CFC. Anybody else done anything like this? Any more ideas before I settle on something stupid? Thanks, Jim Davis -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50 invites

Re: Best, Fastest, Cleanest, Most Elegant way to determine if your in an application?

2005-03-18 Thread Barney Boisvert
Fusebox -- http://www.fusebox.org/ Got Gmail? -- I have 50, yes 50, invites to give away! -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50 invites. ~| Logware (www.logware.us): a new

Re: Ajax

2005-03-18 Thread Barney Boisvert
months away? Most developers aren't trying to build another Google maps, they just want to build better forms and navigation. Rick Mason -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50 invites

Re: Embed styles in CFMAIL

2005-03-18 Thread Barney Boisvert
href=#request.rootURL#assets/styles.css /head body #theMessage# /body /html /cfmail When I view the source code of an email, it looks okay, but the styles do not render properly. Thanks, Stan -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got

Re: Object composition and calling objects

2005-03-17 Thread Barney Boisvert
the impression that Barney was talking about his ad hoc modification of Mach II's innards rather than Tartan? -- Sean A Corfield -- http://www.corfield.org/ Team Fusebox -- http://www.fusebox.org/ Got Gmail? -- I have 50, yes 50, invites to give away! -- Barney Boisvert [EMAIL PROTECTED

Re: spelling suggestion

2005-03-17 Thread Barney Boisvert
.. Any thoughts on this are much appreciated. Regards, -- Umer Farooq Octadyne Systems +1 (519) 489-1119 voice +1 (519) 635-2795 mobile +1 (530) 326-3586 fax -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50 invites

Re: Query problem

2005-03-17 Thread Barney Boisvert
someTableName ORDER BY memberID asc /cfquery Thanks in advance. Mark -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50 invites. ~| Logware (www.logware.us): a new

Re: Query problem

2005-03-17 Thread Barney Boisvert
][SQLServer JDBC Driver][SQLServer]Column apos;someTableName.memberIDapos; is invalid in the select list because it is not contained in an aggregate function and there is no GROUP BY clause. Mark -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50

Re: Object composition and calling objects

2005-03-16 Thread Barney Boisvert
Take a look at the Tartan framework. It looks really confusing initially, but it takes care of inter-object relationship problems with a remarkable degree of simplicity once you get your head around it. I've also had great success with taking the configuration management objects (AppLoader,

Re: Object composition and calling objects

2005-03-16 Thread Barney Boisvert
, barneyb On Wed, 16 Mar 2005 11:15:04 -0800, Paul Kenney [EMAIL PROTECTED] wrote: Out of curiosity, what is the objective your code aims for? On Wed, 16 Mar 2005 09:48:12 -0800, Barney Boisvert [EMAIL PROTECTED] wrote: Take a look at the Tartan framework. It looks really confusing

Re: OT:XML Schema vs written spec

2005-03-16 Thread Barney Boisvert
is the real benefit of writing the schema, when I still will have to write a spec for them to use for the specifics of connecting to our system, general error messages and other documentation? Thanks in advance. John Stanley -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com

Re: Asynchronous logging

2005-03-16 Thread Barney Boisvert
Or just log to a memory structure, and then have a scheduled task run every couple minutes to persist the in-memory values to the DB. Now that you have application events, this can be employed in a fail-safe manner, because shutting down the CF server won't result in missed entries. Simpler than

Re: Asynchronous logging

2005-03-16 Thread Barney Boisvert
on a CFHTTP call which is basically a double overhead. On the other hand, I totally forgot that gateways are enterprise only. This makes your solution more of an option for those not on enterprise. -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50

Re: CF AJAX implementations

2005-03-15 Thread Barney Boisvert
is one I can think of offhand: http://www.robrohan.com/blog/index.cfm?mode=entryentry=101ABA29-B8B9-B9A5-8 75B12724E6716C8 Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50 invites

Re: CFCASE and variables ...

2005-03-15 Thread Barney Boisvert
and useful feature. And does anyone know a way around this? Thanks, - Charles -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50 invites. ~| Find out how CFTicket can increase your

Re: What to do - stagnant job

2005-03-15 Thread Barney Boisvert
Such an ass. ; ) On Tue, 15 Mar 2005 17:19:49 -0800, Spike [EMAIL PROTECTED] wrote: Good point! Even the suckiest of jobs is better than having to spend all day at home with the kids ;-) Spike -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have

Re: Application.cfc - why? what's it for?

2005-03-14 Thread Barney Boisvert
executed in? Andy -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50 invites. ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http

Re: URL masking and application.cfc

2005-03-14 Thread Barney Boisvert
of application.cfc, but if others find it to be flawed, I'd like to hear it early on. -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50 invites. ~| Discover CFTicket - The leading

Re: Gmail highlighting

2005-03-14 Thread Barney Boisvert
Unless you make 'searchResults' a class, rather than an ID. ; ) cheers, barneyb On Mon, 14 Mar 2005 10:53:53 -0500, Calvin Ward [EMAIL PROTECTED] wrote: So, in that scenario, I would consider the following: In the CSS put... #searchResults strong {background-color: #00} In the

Re: Application.cfc - why? what's it for?

2005-03-13 Thread Barney Boisvert
happen until it executes -- which only happens if application.initialized is set -- which wont happen until ... oh nevermind... :P s. isaac dealey 954.522.6080 new epoch : isn't it time for a change? add features without fixtures with the onTap open source framework -- Barney Boisvert

Re: Application.cfc - why? what's it for?

2005-03-12 Thread Barney Boisvert
in the application.cfm? -- Cheers Mike Kear Windsor, NSW, Australia Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50 invites

Re: Application.cfc - why? what's it for?

2005-03-12 Thread Barney Boisvert
to use it for, but there's a sample few. cheers, barneyb On Sat, 12 Mar 2005 08:58:19 -0600, Andy Ousterhout [EMAIL PROTECTED] wrote: Barney, What are some of the uses of onApplicationEnd? Andy -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50

Re: Application.cfc - why? what's it for?

2005-03-12 Thread Barney Boisvert
restartApp, include the same createObject calls, but lock them. I'm hoping i can add something like if (StructKeyDefined(url, restart)) { restartApp(); } in onRequestStart - not 100% sure if url scoped variables are available to onRequestStart tho'. Have to give that a try. -- Barney

Re: OT: Image Submit button

2005-03-11 Thread Barney Boisvert
(); but to no avail. Am I missing something here? Robert O. HWW -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50 invites. ~| Find out how CFTicket can increase your company's

Re: XML elements start with CF -- throwing an error

2005-03-10 Thread Barney Boisvert
. It worked just fine. I did try using the #Sep# variable but got an error saying I couldn't have # in XML tags. Appreciate the help tremendously! -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50 invites

Re: CFLOOP COLLECTION looping in wrong order

2005-03-10 Thread Barney Boisvert
then MI. Is something going wrong or am I missing a step? Thanks. -- Damien McKenna - Web Developer - [EMAIL PROTECTED] -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50 invites

Re: List loop current row

2005-03-10 Thread Barney Boisvert
'' AND ( cfloop list=#form.area# index=m customer_contact.phone LIKE '%#m#%' cfif listnum LT currentrowOR/cfif /cfloop ) /cfif Any ideas? Thanks! -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got

Re: List loop current row

2005-03-10 Thread Barney Boisvert
www.BloodSource.org Sacramento, CA -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50 invites. ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking

Re: CFCHART image expired on a cluster

2005-03-09 Thread Barney Boisvert
the chart cache to this location (shared by each server in the cluster)? I tried this and it did not work. This is kind of lame, is there a solution other than using sticky sessions that anyone is aware of? Brook -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got

Re: CFCHART image expired on a cluster

2005-03-09 Thread Barney Boisvert
). cheers, barneyb On Wed, 09 Mar 2005 12:21:35 -0800, Brook Davies [EMAIL PROTECTED] wrote: Barney, Are you copying the file after cfchart has generated it locally, to the shared location? How do you handle charts that update frequently? Brook -- Barney Boisvert [EMAIL PROTECTED

Re: XML elements start with CF -- throwing an error

2005-03-09 Thread Barney Boisvert
: CFDCurrentJoinDate. ColdFusion cannot determine how to process the tag CFDCurrentJoinDate because the tag is unknown and not in any imported tag libraries. The tag name might be misspelled. What should I do here to get it to work right? Any help is greatly appreciated! TIA, Shawna -- Barney Boisvert

Re: Servlet mapping (was: http://www.moviecritic.com/

2005-03-09 Thread Barney Boisvert
with the macromedia_mapping_ pefix? Because so far, I can not get that to work. Brook -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50 invites. ~| Find out how CFTicket can increase your

Re: Password Rules - Was: RE: cftransaction... it wasnt safe?

2005-03-08 Thread Barney Boisvert
For usernames, I usually only allow alphanumerics, constrain the length, and treat them case insensitively. No spaces, no punctuation, no 200-char strings. It just makes things easier. Passwords, however, are an open game. Anything you can cram in the form fields, you can use. And your

Re: FB4 n00b: XFAs include full URL?

2005-03-08 Thread Barney Boisvert
- http://www.thelimucompany.com/ - 407-804-1014 #include stdjoke.h -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50 invites. ~| Logware (www.logware.us): a new and convenient web-based

Re: CFChart dieing

2005-03-04 Thread Barney Boisvert
for Flash based charts? -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50 invites. ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start

Re: CF MX 7 missing admin index.cfm

2005-03-04 Thread Barney Boisvert
any thoughts? has the long standing directory structure changed? TIA Cheers Bryan Stevenson B.Comm. -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50 invites

Re: Which is better?

2005-03-03 Thread Barney Boisvert
. set up the database where these search-a-ble words are each a row themselves.. with an ID. So you'd have 50+ fields with each searchable word or phrase has it's own row? This is more of a preformance question.. -- Auxilium meum a Domino -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145

Re: Safe HTML display of user-entered text

2005-03-03 Thread Barney Boisvert
remaining spaces (chr10-chr12) with a regular space argStr= REReplace(argStr,'[[:space:]]+',' ','All'); return argStr; } Thank you, Mike Chabot -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50 invites

<    8   9   10   11   12   13   14   15   16   17   >