OT: Freelance Designers

2006-03-14 Thread Baz
Anyone know some EXCELLENT freelance graphic designers/illustrators they could refer me to? Thank you, Baz (perhaps email me off list) ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235291 Archives

RE: Flex 2 and Ben Forta

2006-03-12 Thread Baz
$ to upgrade, instead of recoding the whole site in PHP to avoid it: - 0$: limited to 3 concurrent connections Just some thoughts, Baz ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235129 Archives: http

RE: dynamic ms-word files

2006-03-12 Thread Baz
Is there an RTF counterpart for excel? Baz -Original Message- From: Srinivasa Teja Palla [mailto:[EMAIL PROTECTED] Sent: Thursday, March 09, 2006 8:36 AM To: CF-Talk Subject: Re: dynamic ms-word files THANKS A LOT guys, lots of pointers. I will definitely look at each one and get back

RE: Flex 2 and Ben Forta

2006-03-12 Thread Baz
I actually did not know that. Things just got a lot nicer... -Original Message- From: Ryan Guill [mailto:[EMAIL PROTECTED] Sent: Sunday, March 12, 2006 2:42 PM To: CF-Talk Subject: Re: Flex 2 and Ben Forta Right, the only difference really is that and what serial number you put in.

RE: dynamic ms-word files

2006-03-12 Thread Baz
CSV is to XLS as TXT is to DOC - it's not rich enough. -Original Message- From: Pete Ruckelshaus [mailto:[EMAIL PROTECTED] Sent: Sunday, March 12, 2006 9:36 PM To: CF-Talk Subject: Re: dynamic ms-word files Yeah, .CSV On 3/12/06, Baz [EMAIL PROTECTED] wrote: Is there an RTF

RE: SQL-generated primary keys

2006-03-11 Thread Baz
Is MySQL's last_inserted_id thread-safe too? -Original Message- From: Andy [mailto:[EMAIL PROTECTED] Sent: Friday, March 10, 2006 11:52 PM To: CF-Talk Subject: RE: SQL-generated primary keys You chose wisely, my son. -Original Message- From: Chris Mueller [mailto:[EMAIL

Should I submit a website with 2 languages twice to search engines?

2006-03-08 Thread Baz
Should I submit a website with 2 languages twice to search engines, once for each language? i.e. - www.domain.com - www.domain.com?lang=fr What about to DMOZ and other such directories? They have different categories for non-english sites... Cheers, Baz

RE: Should I submit a website with 2 languages twice to search engines?

2006-03-08 Thread Baz
on the other. Is this good/bad/ineffective? Cheers, Baz -Original Message- From: S. Isaac Dealey [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 08, 2006 3:31 PM To: CF-Talk Subject: Re: Should I submit a website with 2 languages twice to search engines? Yep, Google indexes them pretty

RE: GMail manipulation remotely

2006-03-03 Thread Baz
of a gmail account, then u click on a file and it goes right from gmail to you. Cheers, Baz -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Friday, March 03, 2006 11:52 AM To: CF-Talk Subject: Re: GMail manipulation remotely Baz wrote: Is it possible to write

RE: GMail manipulation remotely

2006-03-03 Thread Baz
How would I login a user? -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Friday, March 03, 2006 1:10 PM To: CF-Talk Subject: Re: GMail manipulation remotely Baz wrote: As an extension to the question, can I pop a gmail account, get a list of file

RE: Fatal windows crash

2006-03-03 Thread Baz
Another thing to look into is the motherboard. Motherboards are notorious for giving inconsistent errors. It might work once but not again in the same situation. If you're out of options, try switching it and see what happens. Baz -Original Message- From: Munson, Jacob [mailto:[EMAIL

Compare data within 2 CFCs

2006-03-02 Thread Baz
Is there an easy way to compare the data within 2 CFCs? For example these 2 CFC instances contain different data: CFC1=createObject('Customer').Read(ID=10) CFC2=createObject('Customer').Read(ID=99) Baz

RE: Compare data within 2 CFCs

2006-03-02 Thread Baz
this: isDuplicateCFC(CFC1,CFC2) Baz -Original Message- From: Robert Everland III [mailto:[EMAIL PROTECTED] Sent: Thursday, March 02, 2006 8:37 AM To: CF-Talk Subject: Re: Compare data within 2 CFCs You would need a function that would return the ID. cffunction getID() cfreturn variables.id

RE: Compare data within 2 CFCs

2006-03-02 Thread Baz
the differences are, just that there are differences. Baz -Original Message- From: Michael T. Tangorre [mailto:[EMAIL PROTECTED] Sent: Thursday, March 02, 2006 9:41 AM To: CF-Talk Subject: RE: Compare data within 2 CFCs From: Baz [mailto:[EMAIL PROTECTED] Is there an easy way to compare

GMail manipulation remotely

2006-03-02 Thread Baz
for the attachement locally. Baz ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:234019 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4

RE: RecordCount of query group

2006-02-28 Thread Baz
You could create a counter: cfset OuterRecordcount=0 / cfoutput query=getReord group=Name cfset OuterRecordcount=OuterRecordcount+1 / #Name#, #RecordCount# cfoutput #SubName#, #RecordCount# /cfoutput /cfoutput Baz -Original Message- From: j s [mailto:[EMAIL PROTECTED] Sent

SERVER scope

2006-02-19 Thread Baz
=createObject('Component','SystemUtils') / /cflock Cheers, Baz ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232876 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com

RE: SERVER scope

2006-02-19 Thread Baz
Thanks guys, Why is it frowned upon by the way? I've heard such talk before, that's why I ask, but I'm not sure of the reasons. Baz -Original Message- From: Mark A Kruger [mailto:[EMAIL PROTECTED] Sent: Sunday, February 19, 2006 5:41 PM To: CF-Talk Subject: RE: SERVER scope If as you

RE: How would I write this query...

2006-02-19 Thread Baz
SELECT * FROM XYZ WHERE ColumnName like 'A%' -Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED] Sent: Sunday, February 19, 2006 9:43 PM To: CF-Talk Subject: How would I write this query... What I'm after would be a list of the company names that match the letters in the

Has anyone successfully CFPOP'ed gmail?

2006-02-17 Thread Baz
Has anyone successfully CFPOP'ed gmail? Baz ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232682 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm

RE: Has anyone successfully CFPOP'ed gmail?

2006-02-17 Thread Baz
as expected. Yes. Just offload the SSL encryption to stunnel: Jochem, it looks like I will be experimenting with your (hopefully not too complicated) solution. Thanks everyone, Baz ~| Message: http://www.houseoffusion.com/lists.cfm

RE: Suggestion for the list

2006-02-17 Thread Baz
it seems like that would make things run better even if it's not correct. Jochem, I'm not sure how removing the MessageID would: - Screw up charsets - put mail in junk - influence line-wrapping Cheers, Baz -Original Message- From: George Abraham [mailto:[EMAIL PROTECTED] Sent: Friday

RE: Suggestion for the list

2006-02-16 Thread Baz
Until reading all your comments, I actually didn't know there was secret code in the header to identify threads - I thought it was ok to reply and change subject. I bet a lot of the 'lazy' people are in the same boat. Now I know, and that's half the battle. Baz -Original Message- From

Languages, accents, tags, xml

2006-02-14 Thread Baz
; Is there some tool that can do this automatically for me? Perhaps in eclipse? I would like to just write this: pthis is some text/p And have it automatically converted with some tool to this: lt;pgt; this is some text lt;/pgt; Cheers! Baz

CFPop Gmail

2006-02-09 Thread Baz
Hi, I am having trouble CFPOP'ing my gmail account. I think it may have to do with the fact that an SSL connection is required. Has anyone got it to work? Cheers, Baz ~| Message: http://www.houseoffusion.com/lists.cfm/link=i

MG VS. Mach - No holds barred

2006-02-04 Thread Baz
faster pages faster than Mach - Mach uses less code to complete the same tasks - MG allows the use of multiple factories, Mach doesn't - Mach breaks on linux (again, none are true) Cheers, Baz P.S. If this interests you, the cfpetmarket.com project is a goldmine. It shows the same app built

RE: SQL Encapsulation?

2006-02-03 Thread Baz
in the SQL changes. Thoughts? Baz -Original Message- From: Brian Peddle [mailto:[EMAIL PROTECTED] Sent: Friday, February 03, 2006 9:07 AM To: CF-Talk Subject: RE: SQL Encapsulation? I was basing my assumptions on writing these same things over and over from job to job for past 10

RE: SQL Encapsulation?

2006-02-03 Thread Baz
I'm not such a big fan of that method either - that's why I wrote the post! :) Maybe I should just make better use of views... In any case, I appreciate the time you spent giving it thought. Cheers, Baz -Original Message- From: Deanna Schneider [mailto:[EMAIL PROTECTED] Sent

RE: Query a mySQL View?

2006-02-03 Thread Baz
The best thing to do with the MySQL site is search it through google: views site:http://dev.mysql.com/doc/refman/5.1 Then it becomes awesome again ;-) Baz ~| Message: http://www.houseoffusion.com/lists.cfm/link=i

Migrating app version 2.0

2006-02-02 Thread Baz
anyone have any tips, suggestions, gotchas for doing this? Should I do it through CF by creating scripts that query the old DB and insert in the new? How do I access a remote DB in CF? Are there better ways, tools? Thanks for any help, Baz

SQL Encapsulation?

2006-02-02 Thread Baz
the affected sections. Thoughts? Baz ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:231101 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s

RE: Password Strength Graphic

2006-01-31 Thread Baz
Here is a UDF on cflib.org that checks complexity: http://cflib.org/udf.cfm?ID=1072 Cheers, Baz -Original Message- From: Barney Boisvert [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 31, 2006 11:39 AM To: CF-Talk Subject: Re: Password Strength Graphic Should be easy to do. You

RE: CFEclipse Vs Dreamweaver

2006-01-27 Thread Baz
projects. Baz -Original Message- From: Sean Corfield [mailto:[EMAIL PROTECTED] Sent: Friday, January 27, 2006 8:09 PM To: CF-Talk Subject: Re: CFEclipse Vs Dreamweaver On 1/27/06, Peter Bell [EMAIL PROTECTED] wrote: I find Dreamweaver to be a little buggy if/when the FTP connection runs

RE: Coldfuion Life Spam

2006-01-26 Thread Baz
Here's some ammunition: http://www.tiobe.com/index.htm?tiobe_index That link ranks the most used programming languages in the world. Notice the 9 green arrows next to CF! Moven' on up... Cheers, Baz -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: Thursday

Application variables default timeout iin CFAdmin

2006-01-26 Thread Baz
to timeout often? Thanks, Baz ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230564 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe

CF Gateways GoogleTalk

2006-01-22 Thread Baz
Hi, Are there any more requests from Google Talk that CF can listen to besides these default ones: - onIncomingMessage() - onAddBuddyRequest() - onAddBuddyResponse() - onBuddyStatus() - onIMServerMessage() - onAdminMessage() For example, a listener to detect the Baz is Typing a Message

RE: Fusebox / Google Tracking and Adsense

2006-01-20 Thread Baz
I could test, but I don't use fusebox. Baz -Original Message- From: Josh Carrico [mailto:[EMAIL PROTECTED] Sent: Friday, January 20, 2006 9:18 AM To: CF-Talk Subject: Re: Fusebox / Google Tracking and Adsense Does anyone use adsense in their applications that may be interested in beta

Wanna help test a GoogleTalk gateway?

2006-01-20 Thread Baz
Hi, If anyone has google talk installed on their machine and can spare a moment to help test a gateway, please try this: 1. Add the user: groupchat 2. Type this command: /join coldfusion 3. Type any message Thanks, Baz

RE: Using CreateObject with init correctly

2006-01-18 Thread Baz
Hi Richard, To init() on create you need to make sure that the init() method returns THIS (cfreturn this /) In your example it seems that you are returning VOID. Cheers, Baz -Original Message- From: Richard East [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 18, 2006 8:36 AM

CFCs, TAGs, Locking

2006-01-18 Thread Baz
conditions? Isn't it extremely inefficient to lock a potentially huge chunk of code when only a couple of lines really need to be locked? How do people generally handle this? Cheers, Baz ~| Message: http://www.houseoffusion.com

Factory, Coldspring for Tags?

2006-01-18 Thread Baz
something to simply this: Payment:Form PaymentObj=#PaymentObj# CustomerObj=#CustomerObj# Utils=#Utils# Is it even logically feasible? Cheers, Baz ~| Message: http://www.houseoffusion.com/lists.cfm/link=i

RE: CFCs, TAGs, Locking

2006-01-18 Thread Baz
copying it on every request would defeat the whole purpose of persisting it. Secondly, it's not so easy to clone CFCs. You would need to write a custom function that again would be killer to performance. Thanks for the suggestion anyhow, Baz -Original Message- From: Michael Traher

RE: CFCs, TAGs, Locking

2006-01-18 Thread Baz
a second trimmed down version of the CFC, that you use specifically to pass to TAGs. This CFC would contain only the methods that are safe no matter what scope the CFC is in. The problems with this are infinite though. Cheers, Baz -Original Message- From: Ben Nadel [mailto:[EMAIL

Dual Xeon 3.06 GHz - 120 GB IDE HD - 2 GB RAM

2006-01-18 Thread Baz
If I installed: - CFMX7 Enterprise - MySQL 5.0 On the following machine: - Dual Xeon 3.06 GHz - 120 GB IDE HD - 2 GB RAM Am I making good use of the hardware? Can both technologies fully utilize the CPU and RAM? Any obvious bottlenecks, perhaps add another GB of ram? Cheers, Baz

RE: CFCs, TAGs, Locking

2006-01-18 Thread Baz
occur. Maybe its bad practice to have a TAG do anything besides display. Baz -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 18, 2006 2:24 PM To: CF-Talk Subject: RE: CFCs, TAGs, Locking What about having an attirubte of the tag (LOCK

RE: Dual Xeon 3.06 GHz - 120 GB IDE HD - 2 GB RAM

2006-01-18 Thread Baz
or at least a SATA drive, and then probably for good measure set it up a mirror RAID array (that way you get better performance. Russ -Original Message- From: Baz [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 18, 2006 2:49 PM To: CF-Talk Subject: Dual Xeon 3.06 GHz - 120 GB IDE HD

RE: Significant Performance Hit on Recursive Custom Tags?

2006-01-18 Thread Baz
Barney, if you have execution times enabled in the debugging output That's only if you have debugging enabled right? Baz ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229954 Archives: http

RE: Gmail thinks cf-talk is spam (since January 11th)?

2006-01-15 Thread Baz
I get the same problem in Outlook... lot is marked as spam everyday. -Original Message- From: Tony [mailto:[EMAIL PROTECTED] Sent: Sunday, January 15, 2006 7:30 PM To: CF-Talk Subject: Re: Gmail thinks cf-talk is spam (since January 11th)? there is a Not Spam button when i go into my

Coldfusion Licensing, why?

2006-01-14 Thread Baz
generate more money for Adobe and make people happier. Just a rant, Baz ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229585 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http

RE: what kind of forms do you all use out there?

2006-01-13 Thread Baz
it difficult, and sometimes impossible, to get the exact layout I needed. With that said, if you find any good examples of xml-forms in use, or some good XSL templates, post em! It would be cool if someone made a site a la cflib with a databank of nice XSLs Ray... Cheers, Baz -Original

RE: Encrypt CC number and store in DB

2006-01-13 Thread Baz
Thanks Mark. -Original Message- From: Mark A Kruger [mailto:[EMAIL PROTECTED] Sent: Friday, January 13, 2006 8:47 AM To: CF-Talk Subject: RE: Encrypt CC number and store in DB Baz, This blog post has some good info... http://mkruger.cfwebtools.com/index.cfm?mode=aliasalias=cc.secure

RE: Encrypt CC number and store in DB

2006-01-13 Thread Baz
very frequently? They DEMAND to have their number stored instead of typing it in each time. These are already 2 valid cases. Baz -Original Message- From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] Sent: Friday, January 13, 2006 9:23 AM To: CF-Talk Subject: RE: Encrypt CC number and store

RE: Encrypt CC number and store in DB

2006-01-13 Thread Baz
defines minimums. Baz -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: Friday, January 13, 2006 10:05 AM To: CF-Talk Subject: RE: Encrypt CC number and store in DB Just ensure you are 100% compliant with the PCI Data Security Standard, or you can pay

Encapsulate persistent variables

2006-01-12 Thread Baz
and manages all persistent variables and locking. Thanks, Baz ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229338 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http

RE: Encapsulate persistent variables

2006-01-12 Thread Baz
I'm on MX7, so it should be fine, but what about race conditions? Those can easily occur no? People don't lock their shopping carts in MX7? What about application scope vars, that's race-condition central.. Baz -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent

RE: Encapsulate persistent variables

2006-01-12 Thread Baz
), that manages and contains all persistent vars. Oh, how that would be great... Baz ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229380 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http

RE: Encapsulate persistent variables

2006-01-12 Thread Baz
with application scope, only a specific application is locked and not all applications on a box. Baz -Original Message- From: Robert Everland III [mailto:[EMAIL PROTECTED] Sent: Thursday, January 12, 2006 2:37 PM To: CF-Talk Subject: Re: Encapsulate persistent variables I have an issue with using

RE: Encapsulate persistent variables

2006-01-12 Thread Baz
you pass in session.CustomerObj. You've passed in a session scoped instance of Customer, but the TAG doesn't know it, nor should it. So where do you lock? Baz ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229388

Encrypt CC number and store in DB

2006-01-12 Thread Baz
What's the best way to encrypt a CC number and store it in DB? ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229398 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription:

RE: Encrypt CC number and store in DB

2006-01-12 Thread Baz
I was expecting an answer like: put encrypt() in your setter method and decrypt() in your getter... heh. Or better yet, a link to a function on cflib... looks like this is going to be a big one. Baz -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Thursday, January

RE: Encrypt CC number and store in DB

2006-01-12 Thread Baz
I have to store credit card numbers for an internal order processing system. Orders come by fax and the credit card number must be written to DB for later viewing/charging by another employee. Where can I see these regulations? Cheers, Baz -Original Message- From: Jordan Michaels

RE: Encrypt CC number and store in DB

2006-01-12 Thread Baz
Hmm... I'm going to look into that Bryan. I didn't know processors generally gave functionality to store and query CC nums by customer - I'll see if mine does it. Baz -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: Thursday, January 12, 2006 7:17 PM To: CF-Talk

RE: Professional Opinions on HostMySite.com

2006-01-11 Thread Baz
Hi Jenny, I don't have an account with HMS but I do have very recent quotes: - www.thinkloop.com/filez/ThinkLoop1server.pdf - www.thinkloop.com/filez/ThinkLoop2servers.pdf Hope this helps, Baz -Original Message- From: Jennifer Gavin-Wear [mailto:[EMAIL PROTECTED] Sent: Wednesday

Searching in dreamweaver

2006-01-11 Thread Baz
... Is this even possible? Thanks, Baz ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229144 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4

RE: Professional Opinions on HostMySite.com

2006-01-11 Thread Baz
to HostMySite style service, which I don't even think they could achieve. And anyway they don't know CF. I've been generally happy. If you do get an account let me know - I can get you a better price than advertised and they'll give me freebies!! Good luck, Baz -Original Message- From

Big Gateways

2006-01-10 Thread Baz
with a lot of code duplication. Like if I needed to change the FROM clause, I'd have to do it for every single one. Does anyone have a good rule of thumb of how to break up their queries? Cheers, Baz ~| Message: http

good old CFLOCK question

2006-01-10 Thread Baz
I know locking questions have come up before... but it's a quickie... Is there ever a reason to lock an entire scope instead of using named locks? It seems that locking an entire scope just causes extreme inefficiency without any advantages... Thanks, Baz

RE: Big Gateways

2006-01-10 Thread Baz
the keywords. But then I would duplicate 90% of the query... Thoughts? Baz -Original Message- From: Dov Katz [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 10, 2006 6:39 AM To: CF-Talk Subject: Re: Big Gateways I'd say there's one issue with your logic If all you mean

RE: Big Gateways

2006-01-10 Thread Baz
Dov, Great stuff! Gonna implement it.. Cheers, Baz -Original Message- From: Katz, Dov B (IT) [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 10, 2006 9:14 AM To: CF-Talk Subject: RE: Big Gateways OK, so if this is what the query looks like (but larger), its probably pretty efficent

RE: Get last inserted ID

2006-01-09 Thread Baz
inserted ID What version of MySQL was this? ...:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Baz [mailto:[EMAIL PROTECTED] Sent: Monday, January 09, 2006 1:00 AM To: CF-Talk Subject: RE: Get last inserted ID Thanks for the info

Get last inserted ID

2006-01-08 Thread Baz
FROM Address /cfquery /cftransaction I'm using MySQL. Cheers, Baz ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:228784 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http

RE: Problem with Alagad Image Component

2006-01-08 Thread Baz
: Nicer: OutsideCFC.InsideCFC.PerformMethod() Uglier: OutsideCFC.getInsideCFC().PerformMethod() Cheers, Baz ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:228788 Archives: http://www.houseoffusion.com/cf_lists

THIS or that

2006-01-08 Thread Baz
? Not to mention that your calls would look nicer: Nicer: OutsideCFC.InsideCFC.PerformMethod() Uglier: OutsideCFC.getInsideCFC().PerformMethod() Cheers, Baz ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:228789

RE: Get last inserted ID

2006-01-08 Thread Baz
James, in which cases is it not 100% reliable? Are the CF-Talk archives searchable? Ryan, your method seems ideal... but I think it would take me a month to do it... what DB datatype is your UUID? Cheers, Baz -Original Message- From: Ryan Guill [mailto:[EMAIL PROTECTED] Sent: Sunday

RE: THIS or that

2006-01-08 Thread Baz
Brian, that's the correct answer - thanks. Baz -Original Message- From: Brian Kotek [mailto:[EMAIL PROTECTED] Sent: Sunday, January 08, 2006 10:08 PM To: CF-Talk Subject: Re: THIS or that If you used THIS, some other bit of code could do: cfset OutsideCFC.InsideCFC = and completely

RE: Get last inserted ID

2006-01-08 Thread Baz
James, CFTransaction doesn't take care of that? Baz -Original Message- From: James Holmes [mailto:[EMAIL PROTECTED] Sent: Sunday, January 08, 2006 8:39 PM To: CF-Talk Subject: Re: Get last inserted ID (This is based on Oracle defaults; ymmv with MySql). It's essentially what Mike

RE: Get last inserted ID

2006-01-08 Thread Baz
:19 PM To: CF-Talk Subject: Re: Get last inserted ID Not without the serializable isolation level, no. On 1/9/06, Baz [EMAIL PROTECTED] wrote: James, CFTransaction doesn't take care of that? -- CFAJAX docs and other useful articles: http://jr-holmes.coldfusionjournal.com

RE: Get last inserted ID

2006-01-08 Thread Baz
be maintained since the IDs aren't autoincrements. That alone is enough to use your own defined IDs over autoincrementing ones. ...:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Baz [mailto:[EMAIL PROTECTED] Sent: Sunday, January 08

RE: Get last inserted ID

2006-01-08 Thread Baz
Thanks for the info guys - all this makes me really sad... I remember researching this a long, long time ago and was recommended using cftransaction - so I did - for EVERY insert for all my apps. Now it seems I have major changes ahead of me... If I don't post for a while you'll know why... Baz

RE: Get last inserted ID

2006-01-08 Thread Baz
: Monday, January 09, 2006 1:14 AM To: CF-Talk Subject: Re: Get last inserted ID You can just modify your cftransaction tags to use the serializable isolation level if you want, but do some load testing first because there will be locks-a-plenty if you do... On 1/9/06, Baz [EMAIL PROTECTED] wrote

RE: ColdFusion Cookbook

2006-01-07 Thread Baz
Very nice Ray, congrats... I like your search functionality - what methods did you use to show the relevant portion of the article in your search results? Is this verity? Cheers, Baz -Original Message- From: James Holmes [mailto:[EMAIL PROTECTED] Sent: Saturday, January 07, 2006 1:38

User, Permission Management

2006-01-07 Thread Baz
data stored in memory? Do you query on each request? Let's say that there are regular users and admins, how verify which one they are? Just curious, Cheers, Baz ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:228688

RE: User, Permission Management

2006-01-07 Thread Baz
Hey Matt, Where can we take a look at this product? Cheers, Baz -Original Message- From: Matt Robertson [mailto:[EMAIL PROTECTED] Sent: Saturday, January 07, 2006 12:18 PM To: CF-Talk Subject: Re: User, Permission Management disclaimer: I'm describing a commercial product I sell. I

RE: User, Permission Management

2006-01-07 Thread Baz
/cftry /cfcatch /cftry /cfcatch /cftry /cfcatch /cftry Cheers, Baz -Original Message- From: James Holmes [mailto:[EMAIL PROTECTED] Sent: Saturday, January 07, 2006 7:35 PM To: CF-Talk Subject: Re: User

RE: User, Permission Management

2006-01-07 Thread Baz
, Baz -Original Message- From: James Holmes [mailto:[EMAIL PROTECTED] Sent: Saturday, January 07, 2006 7:35 PM To: CF-Talk Subject: Re: User, Permission Management They are great when sharing a CFC with another developer. They add a level of self-documentation and prevent someone who

RE: 'safe' filename UDF

2006-01-06 Thread Baz
Well here she be: http://thinkloop.com/filez/almostalphanumeric.zip Cheers, Baz -Original Message- From: Ray Champagne [mailto:[EMAIL PROTECTED] Sent: Friday, January 06, 2006 9:09 AM To: CF-Talk Subject: Re: 'safe' filename UDF That is exactly what I'm looking

RE: 'safe' filename UDF

2006-01-05 Thread Baz
:@() Is that something u are looking for? Baz -Original Message- From: Ray Champagne [mailto:[EMAIL PROTECTED] Sent: January 5, 2006 11:34 AM To: CF-Talk Subject: Re: 'safe' filename UDF Actually, that *is* what I do, too. But, this app was written long ago, by someone else, and has been running

RE: Smallest, coolest function I ever wrote: Struct()

2006-01-04 Thread Baz
Another nice one is: QuerySetRow(Query=Users,Name='Foo',Password='Bar',Date=now(),RowNumber=2); To replace: querySetCell(Users,'Name','Foo',2); querySetCell(Users,'Password','Bar',2); querySetCell(Users,'Date',now(),2); Baz -Original Message- From: Brendan Baldwin [mailto:[EMAIL

RE: cleaning text that doesn't display well

2006-01-03 Thread Baz
. Cheers, Baz -Original Message- From: Daniel Kessler [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 03, 2006 2:01 PM To: CF-Talk Subject: cleaning text that doesn't display well I have a form where people enter information into a database and it's displayed on a web page. We all

Adding Multiple Objects

2006-01-03 Thread Baz
()? Cheers, Baz ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day

RE: Adding Multiple Objects

2006-01-03 Thread Baz
in USER.cfc. To me it seems like the valid choices are Example A and Example C, because why even introduce a non-required dependency if it doesn't significantly simplify matters... Thoughts? Baz -Original Message- From: Cornillon, Matthieu (Consultant) [mailto:[EMAIL PROTECTED] Sent