RE: Access + unicode

2005-06-18 Thread Murat Demirci
Make sure you don't use reserved words in your SQL. Search KB of MS for details (http://support.microsoft.com). Murat. > -Original Message- > From: Richard Cooper [mailto:[EMAIL PROTECTED] > Sent: Friday, June 17, 2005 10:01 PM > To: CF-Talk > Subject: Access + unicode > > Hi, > > I r

RE: interesting problem with function isNumeric and "NaN"

2005-05-17 Thread Murat Demirci
There are some more interesting problems with isNumeric and lsIsNumeric, they can sometimes return NO even when we use a numeric value. We've encountered with this issue several times however this is not reproducable. Sometimes works but sometimes does not work. This problem usually occurs when we

RE: interesting problem with function isNumeric and "NaN"

2005-05-17 Thread Murat Demirci
There are some more interesting problems with isNumeric and lsIsNumeric, they can sometimes return NO even when we use a numeric value. We've encountered with this issue several times however this is not reproducable. Sometimes works but sometimes does not work. This problem usually occurs when we

RE: SOT: Flash list

2004-12-23 Thread Murat Demirci
Thank you! Murat. > -Original Message- > From: Jaye Morris [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 23, 2004 4:44 PM > To: CF-Talk > Subject: Re: SOT: Flash list > > Flashcoders > > http://chattyfig.figleaf.com/ > > > On Thu, 23 De

SOT: Flash list

2004-12-23 Thread Murat Demirci
Hi folks, I'm searching an active Flash developers list like CF-Talk. Does anyone know an active flash list? Murat. ~| Special thanks to the CF Community Suite Silver Sponsor - New Atlanta http://www.newatlanta.com Message:

RE: Number of functions in a CFC?

2004-12-17 Thread Murat Demirci
Did you try to load your CFCs into the session scope for every session. You can easily eat the memory... Murat. > -Original Message- > From: Adrocknaphobia [mailto:[EMAIL PROTECTED] > Sent: Friday, December 17, 2004 6:59 PM > To: CF-Talk > Subject: Re: Number of functions in a CFC? > >

RE: variables... to prefix or not to prefix

2004-12-13 Thread Murat Demirci
We never use prefixes in our codes for simple values since CF is typeless. We usually don't use prefixes for complex values too. Follow the most popular coding guidelines: http://livedocs.macromedia.com/wtg/public/coding_standards/ Murat. > -Original Message- > From: Tangorre, Michael [ma

RE: CF vs ASP.NET! GET YOUR FRESH POPCORRRRN!!

2004-12-13 Thread Murat Demirci
managing their own > servers. > > Jim Davis > > > -Original Message- > > From: Murat Demirci [mailto:[EMAIL PROTECTED] > > Sent: Monday, December 13, 2004 3:30 AM > > To: CF-Talk > > Subject: RE: CF vs ASP.NET! GET YOUR FRESH POPCON!! > >

RE: CF vs ASP.NET! GET YOUR FRESH POPCORRRRN!!

2004-12-13 Thread Murat Demirci
I see ColdFusion is powerfull since we are using and seeing the power. Maybe it needs an IDE that improves code/architecture quality and productivity. However it is really expensive for small and medium projects. Our company need to use other technologies for small/medium projects, so we have expe

RE: cfinclude not working in firefox

2004-12-10 Thread Murat Demirci
Could you send the text in your address bar? Murat. > -Original Message- > From: Tim Laureska [mailto:[EMAIL PROTECTED] > Sent: Friday, December 10, 2004 6:23 PM > To: CF-Talk > Subject: RE: cfinclude not working in firefox > > Nope... that didn't do it either.. still can't get cfinclud

RE: cfinclude not working in firefox

2004-12-10 Thread Murat Demirci
Did you look the page source? There may be a rendering issue with your HTML output. Murat. > -Original Message- > From: Tim Laureska [mailto:[EMAIL PROTECTED] > Sent: Friday, December 10, 2004 6:02 PM > To: CF-Talk > Subject: RE: cfinclude not working in firefox > > When I use my local

RE: cfc - cffunction question

2004-11-13 Thread Murat Demirci
For your specific situation you can use in your cffunction(s) or develop a global component which creates variables.settings internally and extend it. Murat. > -Original Message- > From: Charles Heizer [mailto:[EMAIL PROTECTED] > Sent: Saturday, November 13, 2004 2:12 AM > To: CF-Talk >

RE: cfc - cffunction question

2004-11-13 Thread Murat Demirci
> 2) You said you want to use site wide variables in a CFC. There is a > better way of doing this then cfinclude. Your CFC could have a method, > init(), that lets you pass these values in. Another way is to not use > a cfinclude for your global vars, but another CFC. I typically make a > cfc calle

FW: Top n in Oracle

2003-10-15 Thread Murat Demirci
There are some solutions at http://www.orafaq.org/faqsql.htm. -Original Message- From: Murat Demirci [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 15, 2003 3:32 PM To: '[EMAIL PROTECTED]' Subject: RE: Top n in Oracle did you try "... where rownum <= 3 ...

RE: Top n in Oracle

2003-10-15 Thread Murat Demirci
did you try "... where rownum <= 3 ... " ? -Original Message- From: Heald, Tim [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 15, 2003 3:27 PM To: CF-Talk Subject: RE: Top n in Oracle The table has something like 250,000 records.  The performance would make that impossible. Timothy

RE: Good News: (was RE: Mach II 1.0 )

2003-08-14 Thread Murat Demirci
Who is the audience? You say we, CFMX developers, need to learn OO. OK. I want to learn it to create powerful apps but how? There is no source for OO programming in CF? -Original Message- From: Hal Helms [mailto:[EMAIL PROTECTED] Sent: Thursday, August 14, 2003 11:40 AM To: CF-Talk Subj

RE: Good News: (was RE: Mach II 1.0 )

2003-08-14 Thread Murat Demirci
quot; class in Las Vegas, August 18-22 www.halhelms.com -Original Message- From: Murat Demirci [mailto:[EMAIL PROTECTED] Sent: Thursday, August 14, 2003 6:58 AM To: CF-Talk Subject: RE: Good News: (was RE: Mach II 1.0 ) Who is the audience? You say we, CFMX developers, need to learn OO.

RE: Request And Page Flow

2003-06-14 Thread Murat Demirci
Thank you. IIS6 will have the ability of tracking request and page flow. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Saturday, June 14, 2003 7:09 PM To: CF-Talk Subject: RE: Request And Page Flow > To debug a huge site, it is necessary to see request and > page

RE: Consuming CFMX Web Services in ASP.NET

2003-06-12 Thread Murat Demirci
Try returning an array of structs...should be a lot easier to work with in .NET -Stace -Original Message- From: Murat Demirci [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 10, 2003 3:21 AM To: CF-Talk Subject: Consuming CFMX Web Services in ASP.NET My friend has a problem when calling

RE: Consuming CFMX Web Services in ASP.NET

2003-06-11 Thread Murat Demirci
Any response? -Original Message- From: Murat Demirci [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 10, 2003 10:21 AM To: CF-Talk Subject: Consuming CFMX Web Services in ASP.NET My friend has a problem when calling a web service method which returns CFMX query object. When I return

Consuming CFMX Web Services in ASP.NET

2003-06-10 Thread Murat Demirci
My friend has a problem when calling a web service method which returns CFMX query object. When I return a query object from CFC function, .NET cannot get the recordset object. I'm using CFMX U3. Any experiences? ~| Archi

FW: CFMX cannot handle charset for URL variables

2003-03-26 Thread Murat Demirci
Ignore this stupid mail.. -Original Message- From: Murat Demirci [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 25, 2003 1:26 PM To: '[EMAIL PROTECTED]' Subject: RE: CFMX cannot handle charset for URL variables If you ask what query_string causes the problem, the answer &q

RE: CFMX cannot handle charset for URL variables

2003-03-25 Thread Murat Demirci
chem van Dieten [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 25, 2003 10:56 AM To: CF-Talk Subject: Re: CFMX cannot handle charset for URL variables Murat Demirci wrote: > I'm IE 6 with SP 1 and the option "Send URL strings as unicode" is checked. What do the URLEncoded que

RE: CFMX cannot handle charset for URL variables

2003-03-25 Thread Murat Demirci
r URL variables On Monday, Mar 24, 2003, at 11:31 US/Pacific, Murat Demirci wrote: > url="url.cfm?text=#URLEncodedFormat(myUnicodeText,"utf-8")#"> > But why URLEncodedFormat doesn't use the utf-8 by default? Or why > setEncoding("URL","UTF-8&

RE: CFMX cannot handle charset for URL variables

2003-03-24 Thread Murat Demirci
I'm IE 6 with SP 1 and the option "Send URL strings as unicode" is checked. -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Monday, March 24, 2003 9:32 PM To: CF-Talk Subject: Re: CFMX cannot handle charset for URL variables Murat Demirci wrote

RE: CFMX cannot handle charset for URL variables

2003-03-24 Thread Murat Demirci
the utf-8 by default? Or why setEncoding("URL","UTF-8") function doesn't affect the URLEncodedFormat function? -Original Message- From: Murat Demirci [mailto:[EMAIL PROTECTED] Sent: Monday, March 24, 2003 7:01 PM To: CF-Talk Subject: RE: CFMX cannot handle charset fo

RE: CFMX cannot handle charset for URL variables

2003-03-24 Thread Murat Demirci
I'm not sure now whether it is a CF MX problem or not. It might be a browser problem. Any more ideas? -Original Message- From: Paul Hastings [mailto:[EMAIL PROTECTED] Sent: Sunday, March 23, 2003 5:58 PM To: CF-Talk Subject: Re: CFMX cannot handle charset for URL variables > Do you know

RE: CFMX cannot handle charset for URL variables

2003-03-24 Thread Murat Demirci
PROTECTED] Sent: Monday, March 24, 2003 1:36 AM To: CF-Talk Subject: Re: CFMX cannot handle charset for URL variables Murat Demirci wrote: > I'm working on IIS. WFM http://cfmx.oli.tudelft.nl/url.cfm Jochem ~| Archiv

RE: CFMX cannot handle charset for URL variables

2003-03-23 Thread Murat Demirci
PROTECTED] Sent: Sunday, March 23, 2003 5:00 PM To: CF-Talk Subject: Re: CFMX cannot handle charset for URL variables Quoting Murat Demirci <[EMAIL PROTECTED]>: > > Do you know CF MX has still problems with Unicode and other charsets. > > When I use setEncoding("url"

CFMX cannot handle charset for URL variables

2003-03-23 Thread Murat Demirci
Do you know CF MX has still problems with Unicode and other charsets. When I use setEncoding("url","utf-8"), CF MX displays some double-byte (the unicode number over than 255) as nothing. It displays nothing. When I don't use the setEncoding function CF MX uses UTF-8 by default (documentati

RE: CFMX client variables problem !!!

2003-03-20 Thread Murat Demirci
variables behind the scenes, so I can transparently store complex data without having to think about it. barneyb > -Original Message- > From: Murat Demirci [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 18, 2003 7:22 AM > To: CF-Talk > Subject: CFMX client variables problem !!!

CFMX client variables problem !!!

2003-03-18 Thread Murat Demirci
I'm using CF MX Enterprise with Updater 2 and developing a membership module nowadays. I'm using Client (storing in db) instead of Session. (with setclientcookies=no and manually setted Cookies) Since months everything was ok. But now I encountered a strange problem with Client variables.

CF MX Verity Bug?

2003-02-25 Thread Murat Demirci
Hi all, Are there any bugs in CF MX Verity that you know such as Asian languages cannot be searched properly? tia. ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.c

RE: Form validation

2003-02-23 Thread Murat Demirci
Maybe combining the FusionScript or the qForms with some server-side codes is the best way? You know client-side solutions isn't secure, they are easily breakable. Any more suggestions? -Original Message- From: Murat Demirci [mailto:[EMAIL PROTECTED] Sent: Sunday, February 23, 2003

RE: Form validation

2003-02-23 Thread Murat Demirci
dia.com/v1/handlers/index.cfm?ID=21816 > What do you mean? You mean, does it jack with the OS or > files on the system? > It does not. Check out the site, read the docs and you > will get a good idea > what it is and what it does. > - Original Message - > From:

RE: Form validation

2003-02-23 Thread Murat Demirci
You are right. Wait for another mail from me. -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Sunday, February 23, 2003 6:42 PM To: CF-Talk Subject: RE: Form validation Quoting Murat Demirci <[EMAIL PROTECTED]>: > > I know the FusionScript a lit

RE: Form validation

2003-02-23 Thread Murat Demirci
he docs and you will get a good idea what it is and what it does. - Original Message - From: "Murat Demirci" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Sunday, February 23, 2003 9:34 AM Subject: RE: Form validation > Is it secure? > >

RE: Form validation

2003-02-23 Thread Murat Demirci
: "Murat Demirci" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Sunday, February 23, 2003 8:28 AM Subject: Form validation > Hi folk, > > > > I need to validate all fields of a membership form in my huge CFMX app. > But I don't ha

Form validation

2003-02-23 Thread Murat Demirci
Hi folk, I need to validate all fields of a membership form in my huge CFMX app. But I don't have enough information about the reliable way. I have searched the web but found no reliable and full (advanced level) information. Is there a guide, a sample or an article to help me? What are

RE: Client side WDDX generation

2003-02-19 Thread Murat Demirci
Thanks for your help. -Original Message- From: Murat Demirci [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 18, 2003 10:12 AM To: CF-Talk Subject: Client side WDDX generating (was: Passing Javascript variables) Hi, I have a similar issue. But I want to solve this without knowing

RE: Replacing the #

2003-02-18 Thread Murat Demirci
Did you try this: -Original Message- From: Pablo Varando [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 18, 2003 8:08 AM To: CF-Talk Subject: Re: Replacing the # What about this: That Should work. give it a try and let me know... Pablo - Original Message - Fr

Client side WDDX generating (was: Passing Javascript variables)

2003-02-18 Thread Murat Demirci
Hi, I have a similar issue. But I want to solve this without knowing the field names. I think this can be done using client side WDDX (if it is possible). So my question is how can i generate a WDDX string in the popup window via Javascript? Any idea? -Original Message- From: Ben Doo

How to use NumberFormat function?

2003-02-06 Thread Murat Demirci
I need to use NumberFormat function to display very big numbers but I couldn't find enough information about the mask parameter. I want to display the number 5E+017 as 50. How can I do this? .murat ~| Ar

cfqueryparam and datetime

2003-02-01 Thread Murat Demirci
How can i use the cfqueryparam tag to bind with a datetime field? .murat ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&for

RE: Page Expired with CFMX

2003-01-30 Thread Murat Demirci
This is a cookie problem. Have you written a cfcookie tag in Application.cfm or somewhere else? .murat -Original Message- From: Frank Mamone [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003 10:25 PM To: CF-Talk Subject: Page Expired with CFMX Is there a fix for the page exp