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 fr
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 :
>
> I heard you, Ray, if anyone can affor
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
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
Nav
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 else
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 th
Web Tools Project?
Mark
On Fri, Jun 26, 2009 at 9:05 AM, Jake Pilgrim wrote:
>
> 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
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 te
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 oth
Not sure it's how I'd write a rating widget, but here's a fairly direct
translation.
(Untested, so may contain stupid bugs.)
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 point
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 get_db
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 key.
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 s
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 may
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 wrot
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 C
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.
http://swea
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 C
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 message
Woops.. I mean..
http://www.alkemadesigns.com";>Alkema Designs
Could be commented out like...
http://www.alkemadesigns.com";>Alkema Designs
heh, I sent email to early.
-Original Message-
From: Paul Alkema [mailto:paulalkemadesi...@gmail.com]
Sent: Thursday, J
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...
http://www.alkemadesigns.com";>Alkema Designs
You could select the whole
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:
I can't find that documented anywhere and I guess I am just curious. It
does result in an error on my server so I've lea
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: autosuggest
"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 t
>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=getProjects&value=g
returns expecte
> 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
>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
JSMX
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
service
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
__
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
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 roots
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 consid
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
~
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 wel
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
Hi D,
Eclipse with Quantum DB could be an option for you.
Good luck,
speeves
On Thu, Jun 25, 2009 at 8:10 AM, wrote:
> t
~|
Want to reach the ColdFusion community with something they want? Let them know
on the House of Fus
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
~
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 Ajax
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 isn't
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
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
--
He
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 scena
43 matches
Mail list logo