Re: Getting Charset ??

2002-03-05 Thread Fisichella

Thanks Paul, sorry for belated reply. Different time zone with you guys here
:D

Yes, I change it into KOI8-R for Cyrillic Windows (http://www.interfax.ru)
and it works fine. I use MSSql db

Thanks for the site info ^_^
- Original Message -
From: "Paul Hastings" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, March 05, 2002 7:57 PM
Subject: Re: Getting Charset ??


> > Sorry, but when I set this ISO-8859-5 into mydatabase, the pages doesn't
> > show like the web, it asking me to install Cyrillic, not
Cyrillic-window,
> as
> > I see on my IE encoding when I browse the http://www.interfax.ru
>
> ISO-8859-5 should be the same as windows-1251. what db? does the
> db box have cyrillic locale loaded?
> 
__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Getting Charset ??

2002-03-05 Thread Fisichella

Sorry, but when I set this ISO-8859-5 into mydatabase, the pages doesn't
show like the web, it asking me to install Cyrillic, not Cyrillic-window, as
I see on my IE encoding when I browse the http://www.interfax.ru

Any idea ???

- Original Message -
From: "Paul Hastings" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, March 05, 2002 5:11 PM
Subject: Re: Getting Charset ??


> > Hi, how can I get a charset of a language if in the IE options of
>
> what are you asking? how to find the locale a browser is using?
> examine/parse cgi.http_accept_language
>
> or what charset is used for cyrllic? iso-8859-5
>
>
> 
__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Getting Charset ??

2002-03-05 Thread Fisichella

I need that ISO-8859-5. Yup, that's it, how you get this number ???

- Original Message -
From: "Paul Hastings" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, March 05, 2002 5:11 PM
Subject: Re: Getting Charset ??


> > Hi, how can I get a charset of a language if in the IE options of
>
> what are you asking? how to find the locale a browser is using?
> examine/parse cgi.http_accept_language
>
> or what charset is used for cyrllic? iso-8859-5
>
>
> 
__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



OOT: Getting Charset ??

2002-03-05 Thread Fisichella

Hi, how can I get a charset of a language if in the IE options of 
Encoding is Cyrillic(Windows) from a foreign website??? If I viewsource, 
it can't be written to notepad, replace by  words

For ex. the site is : http://www.interfax.ru .

Ex. charset=ISO-8859-1 ???


TIA,

Fisichella.

__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Change Server Time, is this possible ???

2002-02-28 Thread Fisichella

Hi,

We build apps in intranet scope. I want to change the server time, 
through user authorization. I know client can't do this because of 
security issue. But, can I do this via COM objects or anything else ??? 
For IE only is ok.


TIA,

Fisichella.

__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: cfhttp question

2001-12-13 Thread Fisichella

Thanks a lot Steve. Thanks.


- Original Message -
From: "Steven Dworman" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, December 13, 2001 9:37 PM
Subject: RE: cfhttp question


>
http://devex.allaire.com/developer/gallery/info.cfm?id=CA3471D5-2830-11D4-AA
> 9700508B94F380&method=full
>
> -Original Message-
> From: Fisichella [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, December 13, 2001 9:36 AM
> To: CF-Talk
> Subject: cfhttp question
>
>
> Hi,
>
> I'm using cfhttp to grab quotes from yahoo finances. The code is like
> below :
>
> 
>  url="http://finance.yahoo.com/d/quotes.csv?s=^DJI&f=sl1d1t1c1ohgv&e
> =.csv" method="GET" resolveurl="true">
>
> #cfhttp.filecontent#
> 
> The mime-type:
> #cfhttp.mimetype#
> The Status Code:
> #cfhttp.statuscode#
> The Raw Header:
> #cfhttp.header#
>
> 
>
>
> If I run this page, I got the following error :
>
> The requested file is not ASCII text and can not be rendered.
>
> But if I change the url into http://finance.yahoo.com , it will works...
> any idea why ???
>
> Does anyone has a better idea how to get quotes, I decide to get it from
> yahoo, cause I don't know where I have to go to get this quotes ??? Does
> anyone ever do this before ??? One more thing, it causes the page really
> slow if I use cfhttp, any better idea beside scheduler ???
>
>
> Thanks,
>
>
> Fisichella.
>
>
> 
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



cfhttp question

2001-12-13 Thread Fisichella

Hi,

I'm using cfhttp to grab quotes from yahoo finances. The code is like 
below :


http://finance.yahoo.com/d/quotes.csv?s=^DJI&f=sl1d1t1c1ohgv&e
=.csv" method="GET" resolveurl="true">

#cfhttp.filecontent#

The mime-type:
#cfhttp.mimetype#
The Status Code:
#cfhttp.statuscode#
The Raw Header:
#cfhttp.header#




If I run this page, I got the following error :

The requested file is not ASCII text and can not be rendered.

But if I change the url into http://finance.yahoo.com , it will works... 
any idea why ???

Does anyone has a better idea how to get quotes, I decide to get it from 
yahoo, cause I don't know where I have to go to get this quotes ??? Does 
anyone ever do this before ??? One more thing, it causes the page really 
slow if I use cfhttp, any better idea beside scheduler ???


Thanks,


Fisichella.

~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



cfoutput group query

2001-12-12 Thread Fisichella

Hi, 

I have question regarding cfouput group. If I use this code :




I got max 10 records to the screen... no problem for this...
-
-

But If I use this code :


 
  bla bla bla...
 


I got all the records in qA query to show up, not limited to 10.


Any idea why ???


Thanks,


Fisichella

~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Templates executing twice CF bug

2001-12-10 Thread Fisichella

I try it for CF 4.5 Server Prof on Win2K Prof. Have the same problem. Double
Log entry for no cfoutput.

- Original Message -
From: "Garza, Jeff" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, December 11, 2001 12:04 PM
Subject: RE: Templates executing twice CF bug


> Ran your test code and I only got a single log entry.  Running CF5 Single
> User on Win2kPro.  Will try in the morning on Full Enterprise CF5 on
> Advanced Server.
>
> Jeff Garza
> Webmaster/Lead Developer
> Spectrum Astro, Inc.
> [EMAIL PROTECTED]
>
> -Original Message-
> From: Max Paperno
> To: CF-Talk
> Sent: 12/10/01 9:29 PM
> Subject: Templates executing twice CF bug
>
> Greetings,
>
> I've identified a somewhat minor but possibly damaging bug in CF 5.
> It's pretty strange, but true.  Zac Belado has confirmed that this was
> also the problem in his case (see his "Page Processing Twice" message
> from earlier today).  It seems to only affect CF5 (4.5 was also tried)
> but so far only tested on W2K.
>
> The bug causes a template to be executed twice by the CF engine.  It
> literally runs everything connected to the request twice (all includes,
> parent template, etc).  There is no indication of this unless you have
> data that is noticeably affected (such as inserting DB records).  The
> HTTP request is not doubled, only the actual CF code execution.  This is
> not browser or Web server-related in any way.
>
> The cause seems to be missing cfoutput tags around a variable call, and
> apparently specifically in an IMG tag (some others were tried with no
> problems surfacing).  So some code like this:
>
> 
>
> (w/out cfoutput tags anywhere around it) will cause double execution.
> Wrap it in cfoutputs (or in comments) and the problem goes away.
>
> Strange, no?
>
> So strange that I wrote a test for this.  I've pasted my test template
> below, but if your email client makes it unreadable then you can also
> download a version here .
> Instructions are in the comment. I'll also submit this to MM.
>
> Comments welcome.
>
> Cheers,
> -Max
>
>
> BugTest.cfm
> ---
> 
>
> 
> 
>  type="EXCLUSIVE">
>  addnewline="Yes">
> 
> 
>
> 
>
> 
>
>
>
> -
> Maxim Paperno, CTO
> World Design Group, Inc.
> [ CF Development and Hosting since 1996 ]
> 
>
>
>
> 
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: How to save single quotes into DB

2001-11-20 Thread Fisichella

Hi,

what exactly does cfqueryparam do ??? If I'm not wrong, it can convert data
input from form fields, into data type on sql. For example data input from
form fields is always in string, we can convert it to data type of money for
example ??? Examples would be helpful.

Thanks...

- Original Message -
From: "JAIME HOI" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, November 20, 2001 3:08 PM
Subject: RE: How to save single quotes into DB


> hey u r rite!!! i was using Evaluate on my form variable, No wonder it
> didn't work. Now i understand. Thanks Pascal!
>
> > -Original Message-
> > From: Pascal Peters [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, November 20, 2001 4:07 PM
> > To: CF-Talk
> > Subject: RE: How to save single quotes into DB
> >
> >
> > It always work automatically, even with form variables. The
> > only problem
> > might be when you use Evaluate() for dynamic variable names. Then the
> > single quotes don't get escaped.
> > Anyway, you should really use  to avoid all these
> > problems.
> >
> > INSERT INTO TBL (NAME)
> > VALUES ( > value="#form.myfield#">)
> >
> > Pascal Peters
> > Macromedia Certified Instructor
> > Certified ColdFusion (5.0) Advanced Developer
> > Certified Web Developer
> > LR Technologies, Belgium
> > Tel +32 2 639 68 70
> > Fax +32 2 639 68 99
> > Email [EMAIL PROTECTED]
> > Web www.lrt.be
> >
> >
> > -Original Message-
> > From: JAIME HOI [mailto:[EMAIL PROTECTED]]
> > Sent: dinsdag 20 november 2001 4:50
> > To: CF-Talk
> > Subject: RE: How to save single quotes into DB
> >
> >
> > thanks! but then i juz realise that Coldfusion will
> > automatically
> > handle this part ONLY IF i do not use the form variable
> > directly. I need
> > to
> > assign that form variable to another variable before setting
> > it into DB.
> > Then it works automatically. !
> >
> >
> 
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Getting Info from Other WebSite

2001-11-15 Thread Fisichella

Hi,

How can I get the information about current stocks in Market like in 
DowJones, Nikkei, Nasdaq, etc.. Like in Yahoo!Finance or something like 
that.
Do I grab this info through CFHTTP ??? How about the fields ?? Do I know 
their database field names?? And the Statistic Images that show that 
fluctuation ???

Thanks,


Fisichella.

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists