how do I use setlocale for an international application in order to display Japanese YEN

2009-06-25 Thread mike pop
To summarize my problem, I want to use LSCurrencyFormat to format a number for Japanese yen. I am working on an international application where the OS is English version of Windows Server 2008 and an Japanese version of CF8 server. Before I make a mess on the server, I tested a different

Re: Coldfusion Glassfish Apache

2009-06-25 Thread Tom Chiverton
On Wednesday 24 Jun 2009, Dirk Johnson wrote: Thanks, Tom. Do you have a link to the Railo info or is it pretty easy to find on their documentation site? Sean's write up is fairly good if not : http://corfield.org/blog/index.cfm/do/blog.entry/entry/Railo_for_Dummies_Part_IV_Appendix --

Re: how do I use setlocale for an international application in order to display Japanese YEN

2009-06-25 Thread Paul Hastings
mike pop wrote: In the control panel, I changed the current format to Japan, current location to Japan, and system locale to Japan. After rebooting my laptop, there were a slew of problems. I could not use the application because setlocale threw errors about wrong locale, etc... change it

Re: CF8 MS SQL Server Query Problems

2009-06-25 Thread Jason Fisher
I'm with Mike on this one. The query is fine, as you know from running it on the DB server itself. CF does nothing more than pass through the query to the JDBC driver, but that query will present no difficulties. The only thing left that I can think of is that the datasource in CFAdmin

Switched from CF to Java - need tool recommendations

2009-06-25 Thread coldfusion . developer
All, I'm coming from a Dreamweaver and Enterprise Manager tool set and we've recently moved to Java and MySQL. I would appreciate some tool recommendations, especially for MySQL. Is there a tool out there that's similiar to Enterprise Manager? Thanks D

Re: Open source ColdFusion again

2009-06-25 Thread Raymond Camden
Just to chime in here in regards to the 'slow'/'bloatedness' of CF8's AJAX stuff... a) Don't forget that JS is still very hard for a lot of people. The built in Ajax-based UI tags are simple as heck to use. For a lot of people these tools are the _only_ way they are going to do even remotely

Re: Switched from CF to Java - need tool recommendations

2009-06-25 Thread Shannon Peevey
Hi D, Eclipse with Quantum DB could be an option for you. Good luck, speeves On Thu, Jun 25, 2009 at 8:10 AM, coldfusion.develo...@att.net wrote: t ~| Want to reach the ColdFusion community with something they want? Let

RE: CFDocument, finding y position?

2009-06-25 Thread Billy Cox
Thanks Mike. I had googled CF8 and cfdocument...didn't think to google iText. -Original Message- From: Mike Chabot [mailto:mcha...@gmail.com] Sent: Wednesday, June 24, 2009 9:43 PM To: cf-talk Subject: Re: CFDocument, finding y position? No, you can't do that using CF 8. I'm pretty

Re: Open source ColdFusion again

2009-06-25 Thread Cutter (ColdFusion)
I'll agree with Ray on this. I have an advantage of being a JavaScripter long before I came into CF (and that was some time ago), but I know a lot of CF developers who never cultivated that skill set. The CF 8 Ajax components are an excellent entry point for those without the knowledge, as

Support for TAR files

2009-06-25 Thread sam Detweiler
Is there any library of functions to support mgmt of TAR files from a CF application? I have a TAR file on my server that needs to have files added to it as part of a web transaction, then gziped.(which there are methods for). I use the ZIP methods for the Windows zip files. Sam

Re: cfxImage (gafware) IE8 JPEG colour rendering problem.

2009-06-25 Thread Matt Catmacey
In reply to my own post. I'm afraid that it appears that there's no quick fix from the IE end of things. The IE blog team have confirmed that it is a problem with IE8 misinterpreting a particular type of JPEG formatting. But they haven't said if they are going to fix it or even if they

Re: Coldfusion Glassfish Apache

2009-06-25 Thread Dirk Johnson
Thanks again, it was helpful. A quick follow up question - my manager and I have a difference of opinion on how the whole cf8, glassfish, apache thing has to work. I think that once you deploy cf8 to glassfish you mod_rewrite/mod_proxy in apache with different virtual hosts and document

ColdFusion 7 or 8 and DB2 v9

2009-06-25 Thread Earl, George
Is anyone using ColdFusion 7 or 8 with IBM DB2 v9 for z/OS? I know that neither combination is supported. Thanks! George ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion

Re: ColdFusion 7 or 8 and DB2 v9

2009-06-25 Thread Cutter (ColdFusion)
I am not, but if there are JDBC drivers for v9, you should be able to set those up as 'other' datasource types. Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co-Author of Learning Ext JS http://www.packtpub.com/learning-ext-js/book

FedEx Rates

2009-06-25 Thread Chad Gray
I am having a hard time finding example code for FedEx rate web service. They have example code on their web site for everything but CF. I checked RIAForge and could not find a project. Anyone have example code? I am reading through the docs and I cant even find the URL to hit the web

Re: autosuggest - other than cf8 solution

2009-06-25 Thread Don L
http://www.lalabird.com/?fa=JSMX.downloads scroll down the page to you see JSMXsuggest Example I really like JSMX very easy to use Andrew. I tried it. IE7 did not returned suggested data, Firefox 3.011 did not generate error, the error console says, results undefined with the

Re: Switched from CF to Java - need tool recommendations

2009-06-25 Thread Paul Kukiel
I'm coming from a Dreamweaver and Enterprise Manager tool set and we've recently moved to Java and MySQL.  I would appreciate some tool recommendations, especially for MySQL.  Is there a tool out there that's similiar to Enterprise Manager? Thanks D Eclipse is very popular and a new

Re: autosuggest - other than cf8 solution

2009-06-25 Thread Don L
http://www.lalabird.com/?fa=JSMX.downloads scroll down the page to you see JSMXsuggest Example I really like JSMX very easy to use Andrew. the cfc has been tested, working and returns expected data, http://127.0.0.1:8600/test/JSMXsuggest.cfc?method=getProjectsvalue=g returns expected data

Re: ColdFusion 7 or 8 and DB2 v9

2009-06-25 Thread george.e...@ssa.gov george.e...@ssa.gov
Cutter said: I am not, but if there are JDBC drivers for v9, you should be able to set those up as 'other' datasource types. Right. I'm not particularly concerned about connectivity. Our issue is one of official support from Adobe. I have to build a case that we will be fine if we have to

RE: autosuggest - other than cf8 solution

2009-06-25 Thread Josh Nathanson
Sounds like maybe your JSON is not valid. You can check it at http://www.jsonlint.com. If it checks out as valid, then start to look elsewhere. -- Josh -Original Message- From: Don L [mailto:do...@yahoo.com] Sent: Thursday, June 25, 2009 10:29 AM To: cf-talk Subject: Re:

(ot) php commenting

2009-06-25 Thread Randi Knutson
Not CF related, but does anyone know what this is. When editing a php file in Dreamweaver, when you click on the comments button, you also get a choice that results in this: ?php /*??php */? I can't find that documented anywhere and I guess I am just curious. It does result in an error on my

RE: (ot) php commenting

2009-06-25 Thread Paul Alkema
This is a cf mailing list not a php mailing list. :P Anyway, to answer your question that's used for commenting out blocks of php. Which could include html Ie; if you wanted to comment out the whole php block... ?php echo alkemadesigns.com; // php block ? p a

RE: (ot) php commenting

2009-06-25 Thread Paul Alkema
Woops.. I mean.. ?php echo alkemadesigns.com; // php block ? p a href=http://www.alkemadesigns.com;Alkema Designs/a!-- html block -- /p Could be commented out like... ?php /*? ?php echo alkemadesigns.com; // php block ? p a

SOT: CF based Message Queue - Thread safe stored procedure

2009-06-25 Thread Will Tomlinson
Hi all, I have an issue with a stored proc that hopefully someone can help with... A little background... I built a CF based message queue system. It is pretty simple; I have a table of 'messages' in the database. I can fire up as many infinite threads as I want and they process those

PHP to CF pseudo code...

2009-06-25 Thread Che Vilnonis
Anyone know where/how to get some PHP code translated into CF pseudo code or something a CF programmer would understand? Is there such a beast? I can post the example... its about 50 lines of code. ~Che ~| Want to reach the

RE: PHP to CF pseudo code...

2009-06-25 Thread Paul Alkema
Hey Che, You're not going to find any sort of php to cf tool if that's what your looking for. I'm afraid if there was such a tool that it would highly inaccurate because there are so many different variations when working with both languages. There are some php to cf guides out their.

RE: PHP to CF pseudo code...

2009-06-25 Thread Che Vilnonis
Oh, I know there is no tool. But the code is pretty simple and I thought I might find a rough translation... Anyone want to to take a shot? -Original Message- From: Paul Alkema [mailto:paulalkemadesi...@gmail.com] Sent: Thursday, June 25, 2009 4:18 PM To: cf-talk Subject: RE: PHP to CF

Re: PHP to CF pseudo code...

2009-06-25 Thread David McGuigan
Sure. Highlight about 8 out of every 10 lines of the code with your mouse, then hit the delete key. From what's left, change the random, cryptic-looking function names to something more semantically valuable. That should be about right. Enjoy. On Thu, Jun 25, 2009 at 2:22 PM, Che Vilnonis

Re: autosuggest - other than cf8 solution

2009-06-25 Thread Don L
This made me to think of examing a bunch of the returned data sets, and there we go, some row has some single quotes. Resolved. Thank you very much. And it could also mean why it didn't work for me with Peter's option with clear instruction but the two js files are too big. Sounds like

RE: PHP to CF pseudo code...

2009-06-25 Thread Paul Alkema
You could always share and see if someone feels like translating it for you. :) -Original Message- From: Che Vilnonis [mailto:ch...@asitv.com] Sent: Thursday, June 25, 2009 4:22 PM To: cf-talk Subject: RE: PHP to CF pseudo code... Oh, I know there is no tool. But the code is pretty

RE: PHP to CF pseudo code...

2009-06-25 Thread Josh Nathanson
Ha ha spot on! -- Josh -Original Message- From: David McGuigan [mailto:davidmcgui...@gmail.com] Sent: Thursday, June 25, 2009 1:26 PM To: cf-talk Subject: Re: PHP to CF pseudo code... Sure. Highlight about 8 out of every 10 lines of the code with your mouse, then hit the delete

RE: PHP to CF pseudo code...

2009-06-25 Thread Che Vilnonis
Sharing has commenced. These functions are used for writing values to a flat file from the jQuery Star Rating Widget. // // Functions // function in_range($val, $from=0, $to=100) { return min($to, max($from, (int)$val)); } function

Re: Open source ColdFusion again

2009-06-25 Thread Don L
I heard you, Ray, if anyone can afford cf8 for his/her work like distributing his/here ware or is lucky enough to have a fat gig with the gov or something like that, by all means, they don't have to go the open source cfml engine and ajax route and then have to pull their hair out at some

Re: PHP to CF pseudo code...

2009-06-25 Thread Peter Boughton
Not sure it's how I'd write a rating widget, but here's a fairly direct translation. (Untested, so may contain stupid bugs.) cffunction name=in_range returntype=Numeric output=false cfargument name=Val type=Numeric / cfargument name=From type=Numeric default=0 /

Re: SOT: CF based Message Queue - Thread safe stored procedure

2009-06-25 Thread Jochem van Dieten
On Thu, Jun 25, 2009 at 9:52 PM, Will Tomlinsonwrote: The whole flow of the Stored Procedure needs to be something like this... 1) Grab the next message record where the status is 'pending' 2) Update that record's status to 'running' 3) Return the record While that is running, no other

CSS editor for eclipse galileo?

2009-06-25 Thread Jake Pilgrim
Hi everyone, does anyone have any recommendations for a CSS editor for eclipse galileo? I used to use aptana, but it just does WAAAY more than i need it to, and it seems to get in the way of CFEclipse at times (for example, when I have aptana cfeclipse installed i can no longer drag drop

Re: CSS editor for eclipse galileo?

2009-06-25 Thread Mark Mandel
Web Tools Project? Mark On Fri, Jun 26, 2009 at 9:05 AM, Jake Pilgrim jpilg...@snapfitness.comwrote: Hi everyone, does anyone have any recommendations for a CSS editor for eclipse galileo? I used to use aptana, but it just does WAAAY more than i need it to, and it seems to get in the way

Re: CSS editor for eclipse galileo?

2009-06-25 Thread Rick Faircloth
I recently installed the Amateras plug-in on the recommendation of someone on the list. (Jim?) It's doing a great job with CSS, JS, and JSP editing. I think it handles XML, too, but I don't do XML, so I'm not sure about that. I tried Aptana, too, but it was wy to pushy. I don't even know

RE: SOT: CF based Message Queue - Thread safe stored procedure

2009-06-25 Thread Bobby Hartsfield
Been having issues posting to the list, hopefully this one makes it through... (thanks for posting the question for me Will). I'll forgive the fact that you owe me a car. That is actually something I tried in the stored procedure already but it looks like my problem may actually be somewhere

Re: Switched from CF to Java - need tool recommendations

2009-06-25 Thread Azadi
not sure how these compare to Enterprise Manager (i do not do much MS SQL), but in MySQL world these are probably the most popular managers: MySQL GUI Tools from MySQL/Sun: http://dev.mysql.com/downloads/gui-tools/5.0.html SQLyog from WebYog: http://www.webyog.com/en/sqlyog_feature_list.php

Help with a SQL View?

2009-06-25 Thread Les Mizzell
I'm having a little trouble setting up a SQL Server VIEW to cut down on the amount of work CFQuery has to do. I need to pull in a number of tables for a newsletter system nl_master (master table containing newsletter title and such) nl_hed (a list of headers connected by the newsletter id nl_id

Re: Open source ColdFusion again

2009-06-25 Thread James Holmes
And how many hours of hair pulling are you putting in to figuring out the AJAX/JS stuff that's already done in CF 8? Are you able to charge for those hours? mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog/ 2009/6/26 Don L do...@yahoo.com: I heard you, Ray, if

Re: CF8 + MySql 5 + Thai language + Macs (Paul Hastings to the resque?)

2009-06-25 Thread Azadi Saryev
Thanks for your help Paul! A change to the css stylesheets to include 'Lucida Grande' in the fonts list seems to have solved the issue. On a side-note, I have found out that there IS actually a Microsoft Sans Serif font and it does include Thai glyphs... I am not shure where this font comes