Aha! This is even easier! Thanks again!
~Steve
Matt Williams wrote:
> Steve, as for modal,
> add modal=true and clicking the parent is disabled. Though you will
> need to add a button or link that calls tb_remove() or you can't exit
> it all.
>
> I haven't tried any dragging. The sources the
In some tags they do - like cfmail, but not others like cfsavecontent -
cfoutput required
I don't think they will for custom tags
On Fri, Feb 15, 2008 at 12:46 PM, Jim McAtee <[EMAIL PROTECTED]>
wrote:
> Is variable expansion supposed to take place in the generated output of a
> CFML tag, or doe
Steve, as for modal,
add modal=true and clicking the parent is disabled. Though you will
need to add a button or link that calls tb_remove() or you can't exit
it all.
I haven't tried any dragging. The sources the others have mentioned
will be best for that and future questions.
Matt
On Thu, Feb
Is variable expansion supposed to take place in the generated output of a
CFML tag, or does it always require tags?
Generated output on #dateFormat(now(), "mmm d, ")#
~|
Adobe® ColdFusion® 8 software 8 is the most impo
Hi, Steve...
Go here http://docs.jquery.com/Discussion
and sign up for the "General Discussion" mailing list.
They're a very active and helpful group!
Rick
> -Original Message-
> From: Steve Good [mailto:[EMAIL PROTECTED]
> Sent: Thursday, February 14, 2008 3:32 PM
> To: CF-Talk
> Subjec
No prob. Just so you know, I'm part of the jQuery team and I troll here
often. If you need something, feel free to email me directly.
Rey
Steve Good wrote:
> Thanks Rey. That might be exactly what I need.
>
> ~Steve
>
>
>
> Rey Bango wrote:
>> Steve,
>>
>> Check out http://dev.iceburg.net/j
Thanks Rey. That might be exactly what I need.
~Steve
Rey Bango wrote:
> Steve,
>
> Check out http://dev.iceburg.net/jquery/jqModal/
>
> Rey...
>
> Steve Good wrote:
>
>> I gave up on the CF8 bundled AJAX libraries and moved on to JQuery. I
>> decided to use ThickBox for my modal window n
Interesting. I would guess that XmlText and XmlCData are pretty much
synonymous. Might change the way it outputs when you use ToString() to
stuff it back into the database, but either way, with the cdata markup
or with escaped html, it's exactly the same data / string, so there's no
functional diff
Ike, thank you :)
Turns out the problem was much simpler. Although to be fair to myself, I have
to say that most of the online documentation I've found completely ignores the
presence of a XmlCData element and only references the XmlText element.
Turns out that you don't have to add/replace
Ike, thank you I appreciate that :)
I found my fix! Everywhere I've read, everyone mentions saving data to the xml
node's XmlText element.
Instead, there is actually an XmlCData element which not only automatically
adds and strips the CDATA tags, but also allows unescaped HTML to be stored
wi
JavaLoader?
Mark
On Fri, Feb 15, 2008 at 9:25 AM, Rich Kroll <[EMAIL PROTECTED]> wrote:
> Sorry if this is a duplicate, my post has not appeared after an hour.
>
>
> Hello all,
> In our environment, we are using an open source java application to manage
> some job scheduling (http://www.opensy
Hello all,
In our environment, we are using an open source java application to manage some
job scheduling (http://www.opensymphony.com/quartz) and are now experiencing
problems when upgrading to CF8. The problem revolves around the required
dependencies for Quartz (namely the Apache Commons lib
Sorry if this is a duplicate, my post has not appeared after an hour.
Hello all,
In our environment, we are using an open source java application to manage some
job scheduling (http://www.opensymphony.com/quartz) and are now experiencing
problems when upgrading to CF8. The problem revolves aro
Steve,
Check out http://dev.iceburg.net/jquery/jqModal/
Rey...
Steve Good wrote:
> I gave up on the CF8 bundled AJAX libraries and moved on to JQuery. I
> decided to use ThickBox for my modal window needs, but I've noticed some
> differences between thickbox and cfwindow.
>
> 1. ThickBox is
Scratch this email. I finally figured out that I was trying to access an
element that did *not* exist. But it was buried inside of a function
called by a function. The problem was all mine, not CF :)
-Original Message-
From: Konopka, Dave [mailto:[EMAIL PROTECTED]
Sent: Thursday, February
> #trim(theQuery'sXMLValue)#
>
>
You're using one or the other of these, not both together, right?
Other than that, it sounds less like there's something going wrong with
the XML than there just being some confusion about how XML works -- or
at least how it works in ColdFusion.
Some basics:
On Thu, Feb 14, 2008 at 12:32 PM, Steve Good <[EMAIL PROTECTED]> wrote:
> I gave up on the CF8 bundled AJAX libraries and moved on to JQuery. I
> decided to use ThickBox for my modal window needs, but I've noticed some
> differences between thickbox and cfwindow.
>
> 1. ThickBox is not modal i
I gave up on the CF8 bundled AJAX libraries and moved on to JQuery. I
decided to use ThickBox for my modal window needs, but I've noticed some
differences between thickbox and cfwindow.
1. ThickBox is not modal in the same way that cfwindow is. It fades
out the parent layer, but unlike cfwin
I see your point.
-Original Message-
From: Jerry Johnson [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 14, 2008 3:28 PM
To: CF-Talk
Subject: Re: OT: What type of CF hosting do I need?
If so, I'd like that list as well - to make sure I never host with them.
lol!
On Thu, Feb 14,
If so, I'd like that list as well - to make sure I never host with them.
lol!
On Thu, Feb 14, 2008 at 3:02 PM, Che Vilnonis <[EMAIL PROTECTED]> wrote:
> Basically it comes down to this. Are there any shared CF web hosts that
> allow to have an high number of scheduled tasks be run daily knowi
Ben, I see what you are saying. That would be an interesting way to limit
the # of scheduled tasks that I need to create. No matter how I host the
site (shared/vps), I might just do that to save some time and to simplify
things a bit.
-Original Message-
From: Ben Doom [mailto:[EMAIL PROTE
Try:
Paul
On 15/02/2008, at 6:54 AM, Daniel Kessler wrote:
> I'm trying to create a CFC and I am having a difficult time. This
> worked great as an include, but I thought it would be nice to learn
> something about objects. At this point, all I want to do is make an
> object, a method, and
Thanks Jeff. I saw that before. In my case, I am passing search parameters
to a feed so they are dynamic somewhat. Also, because these classifieds
aren't that *time sensitive*, I only run each feed once per day so checking
if they have *changed* isn't that big a deal.
That is why my original quest
> Thanks for the idea. I have used similar code in the
> past to lookup city and state automatically when a
> zipcode was entered...I was just hoping that there was
> an easier/more elegant path to doing this. Xmlhttprequest
> didn't occur to me at all. Maybe I will go that route.
Welcome. FWIW
Actually, permutation is your friend... and there are tons of code samples
and algorithms out there. I'd start here.
http://www.google.com/search?hl=en&client=firefox-a&channel=s&rls=org.mozill
a%3Aen-US%3Aofficial&hs=mXk&q=permutation+coldfusion&btnG=Search
..:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfie
I'm not sure why that's not an option.
It seems to me that you could create a db table which holds a list of
accounts to be processed. Dequeue the first one, process it, and
re-enqueue. Set up a single scheduled task for this, and fire it off
every so-many (1, 2, 5?) minutes.
Just a suggesti
FYI, to answer my second question about getting the
value of the richtext
CFTextarea, this works:
ColdFusion.getElementValue('nameOfTextArea',
'nameOfForm');
I found this information here, along with quite a bit
of other useful
information about Cftextarea:
http://www.rakshith.net/blog/?p=22
No
While I can't help you with hosting because all my clients currently their own
servers, this doesn't sound like a project that would require that much
horsepower.
Here is a post from Ray Camden that talks about Conditional GETs, which may
help you increase speed and/or reduce bandwidth. He also
> On the web page, I have:
> method="create_breadcrumb">
Component paths are described using dots, not slashes. Also, you don't
specify the file extension. Finally, since your CFFUNCTION doesn't output
anything, you need to capture the return value:
#breadcrumb#
Dave Watts, CTO, Fig Leaf Softw
Thanks Jerry. That's not an option, really. My # of scheduled tasks would
increase quite a bit if I took that approach and because of the
inconsistencies of the feeds, extra steps are needed to be performed to make
certain that all of the data is homogeneuous between the feeds. That said,
the tasks
I'm trying to create a CFC and I am having a difficult time. This
worked great as an include, but I thought it would be nice to learn
something about objects. At this point, all I want to do is make an
object, a method, and have it return something on a web page. Almost
anything will do.
Hey that's pretty smooth. I appreciate it!!
On Thu, Feb 14, 2008 at 1:27 PM, Jeff Price <[EMAIL PROTECTED]> wrote:
> Try this chunk of code. I leave it up to you to add in a remove duplicates
> feature. Check cflib.org for some handy functions to do that.
>
> NOTE: I found it easier to build a l
Try this chunk of code. I leave it up to you to add in a remove duplicates
feature. Check cflib.org for some handy functions to do that.
NOTE: I found it easier to build a list instead of an array simply because I
could recurse with ListAppend but if I recurse with ArrayAppend it starts
making
When a window gets created by coldfusion gives it a unique name and
not the name you assigned it.
I have found a work around in the way of checking for the title of the window
as when you create a cfwindow the window title div get the id of
yourwinname_title.
Example javascript
Untitled
Dont take so long on each task. break them down smaller, into more
granular pieces.
dont process them all at one whack, but build a queue of items to
process, and then run through them individually or in much smaller
groups.
On Thu, Feb 14, 2008 at 1:37 PM, Che Vilnonis <[EMAIL PROTECTED]> wrote:
Looking for opinions here. I'm looking to launch a CF based car/truck/cycle
RSS feed aggregator. I don't expect to have a ton of traffic initially, so I
thought shared hosting would work. But, when I built the app, I found that
the scripts I needed to run (even using the cfthread tag) would take on
I think it probably is related. I wish someone had a
workaround.
I did just find this information, but I am not sure
how to impliment what
they're saying, maybe I'll try to find more
information:
http://www.nabble.com/Re:-Setting-a-value-for-CFTEXTAREA-(richtext)-via-Java
script-td15089626.html
>>
>
>Shouldn't that be
Thanks for the advice,.
Ali
On Thu, Feb 14, 2008 at 4:47 PM, Dominic Watson <
[EMAIL PROTECTED]> wrote:
> In the error report, near the bottom, you should see the SQL code that has
> been sent to the SQL server it will have looked like this:
>
> UPDATE Tbl_DogBreeds SET DogBreedImageS2 =
>
> That
>
>
>
> $4,000
> What a deal! blahJust
> Wow!]]>
>
>
>
>
> INSERT INTO someTable(blah)
> VALUES()
>
Shouldn't that be
>> Output was "barney sean", just as one would expect.
Excellent <-- in my best Montgomery Burns voice.
Thank you Gentlemen. Btw I am familiar with all of you, your work, and have
been reading your blogs for quite some time. Your contributions to my
personal/professional development and to th
Hello!
This is my first run at XML and it seems to be working well, aside from this
particular problem.
We have a SWF file that references an XML doc stored in a table in one of our
databases. The SWF pulls everything just fine.
However, when I'm setting new variables and re-updating the XML,
On Wed, Feb 13, 2008 at 11:44 PM, Sean Corfield <[EMAIL PROTECTED]> wrote:
> So, yes, you could createObject() on it but it won't look the same as
> a compiled Java class would based on similar code.
The implementation of the class (what you see with Jad - or can't see
with Jad) is irrelevant.
Hi -
I've a got a cfdiv in a cfm page that binds to another cfm page using a
url: value. I'm using ColdFusion.navigate in JavaScript in the top level
page to refresh the div contents dynamicaly.
So on first load I'm able to access div HTML elements in the top page JS
using document.getEleme
> I am having two issues using CFTextarea (richtext) that I wonder
> about:
>
> 1) when richtext is enabled the onchange attribute doesn't seem to
> work.
>
> 2) I can't seem to get the value of the text in the textarea when
> richtext is on. I want to access the value of the field with
> ja
Exactly. That is the problem I am having. The onChange event is not firing with
the datepicker. That is why I was thinking if there is another event which
could work or is it a real bug? Looking at various sites it seems like it
"should be" onChange.
> I do not know how to fix the problem but I
I am using CFINPUT with TYPE=DATEFIELD.
Here's a code exerpt (simplified a bit):
From:
To:
Basically the goal is be able to trigger the javascript after the person
selects a date. With the ColdFusion.navigate function, I can have it
dynamically show a reduced result set upon change. Now tho
I'd make some changes to make it easier to read. First, instead of
wordarray[arraylen(wordarray)+1] = ...
I'd use arrayappend().
Second, if you aren't going to use ccArr, sbArr, and rcArr, remove them
from the function. They are just confusing.
If the length of remainingchars is 1, you don't
I do not know how to fix the problem but I think I can clarify the general
issue.
The datepicker is not causing the onChange event to fire. Run the following
code on your server and you will see the 'Hi' alert if you manually alter the
date field and press the tab key or the submit button. How
On Thursday 14 Feb 2008, Mike P wrote:
> cfcompile.sh is the *nix version of cfcompile.bat. It's used for
> precompiling and sourceless distribution.
Uh huh.
And when you run it it says ?
--
Tom Chiverton
Helping to simultaneously repurpose seamless synergies
on: http://thefalken.livejournal.com
> I am having two issues using CFTextarea (richtext) that I wonder
> about:
>
> 1) when richtext is enabled the onchange attribute doesn't seem to
> work.
>
> 2) I can't seem to get the value of the text in the textarea when
> richtext is on. I want to access the value of the field with
> ja
I certainly intend to look at Ext, and JQuery, when I get the chance.
However, specifically with the CF8 Ext controls, what is 'best practice' for
handling degradation? From my experience, javascript disabled cfpods don't
show any content pulled from the source attribute, but do show content
that
>Thanks for all the help, I fixed the problem
>Thank you so much for the help
What was the solution?
~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to
date
Get the Free Trial
http://ad.doubleclick
I am having two issues using CFTextarea (richtext) that I wonder about:
1) when richtext is enabled the onchange attribute doesn't seem to work.
2) I can't seem to get the value of the text in the textarea when richtext is
on. I want to access the value of the field with javascript.
Thank you.
I thought I had it with this.. which is similiar to what you suggested Ben
if(len(remainingchars) eq 1) {
wordArray[ArrayLen(wordArray)+1] = strbase &
mid(remainingchars,1,1);
Hi,
I'm using the new richtext cftextarea. However, I need to run some other
javascript on the text area. Unfortunately, ColdFusion seems to insist on
dynamically generating the id attribute even if I specify an id attribute.
I know I could use array notation to get to the element in javascript
> I've been trying to make cfcompile.sh run on my mac for a while now
> and no matter what i do i can't get it to run.
>
> Has anyone been able to make this work? Or are mac users out of luck?
>
> Thanks.
cfcompile.sh is the *nix version of cfcompile.bat. It's used for precompiling
and source
Have you tried debugging with Firebug? Are you sure the process is
still pinging? The fact that it ends after 60 minutes almost smells
like a browser issue, not CF. But that's where I'd start first -
monitor the Ajax calls via Firebug.
On Wed, Feb 13, 2008 at 11:43 PM, Jeff U <[EMAIL PROTECTED]> w
Well, I went with ISAPI_REWRITE because my host offered it. Likely any of
the versions are going to be similar, but you'd have to check their specific
syntax.
-Original Message-
From: Les Mizzell [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 13, 2008 6:24 PM
To: CF-Talk
Subject: Re
ExtJS 2 has good features for creating these controls out of existing
markup on the page - so if JS is disabled, the display is the standard
HTML (divs etc) that would have formed the cool looking stuff.
On Thu, Feb 14, 2008 at 10:17 PM, Will Swain <[EMAIL PROTECTED]> wrote:
> Hi,
>
> What are pe
In pseudocode:
function f(sofar, more)
{
array strings
foreach letter in more
{
strings = f(foreach+letter, more-letter)
}
return strings
}
HTH.
--Ben Doom
Greg Morphis wrote:
> anyone else? I was hoping to do this in CF alone?
>
> Thanks
It's been a while since I worked with that system, but I think we put in a
unique PIN in the URL in the email. That is to identify the person to us, then
we check the PIN and their Last Name. I was wrong about the birthdate, we
don't ask for that anymore.
_
From: James Blaha [mailto:
anyone else? I was hoping to do this in CF alone?
Thanks
On Wed, Feb 13, 2008 at 6:59 PM, Dawson, Michael <[EMAIL PROTECTED]> wrote:
> Thinking outside the box... You could use a database for this. Create a
> table that contains a single column. That column contains a record for each
> lette
In the error report, near the bottom, you should see the SQL code that has
been sent to the SQL server it will have looked like this:
UPDATE Tbl_DogBreeds SET DogBreedImageS2 =
That should give you a clue as to why the error is being thrown. You need to
put the cfif in a different place. If that
Hi,
What are people doing to allow for javascript being disabled/older browsers
when implementing some of the cf8 ajaxy goodness in their apps. I'm thinking
primarily the layout stuff like cfpod and tabbed layouts but anything
really? I'm using these tags more and more, and liking the results alo
Thanks for the idea. I have used similar code in the
past to lookup city
and state automatically when a zipcode was entered...I
was just hoping that
there was an easier/more elegant path to doing this.
Xmlhttprequest didn't
occur to me at all. Maybe I will go that route.
Thanks again!
-Origi
Hi Mike,
Just wondering, what do you put in the URL you are sending to your users?
-Jim
~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to
date
Get the Free Trial
http://ad.doubleclick.net/clk;160
Hi William,
Thanks the more I think about this I'm learning towards a login.
-Jim
~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600
Perfect, thank you Jake, works exactly how I need. It was the CSS formatting
I was getting wrong.
Jenny
-Original Message-
From: Jake Churchill [mailto:[EMAIL PROTECTED]
Sent: 14 February 2008 03:30
To: CF-Talk
Subject: RE: "Dynamic" CSS problem
Here's what I'd do:
class="active">
When I get the login screen the first time all I see is the screen.
Then when I login in and get re-routed back to the screen, I see not
only the login screen but cfdump information that can only be displayed
if my session variable is set to a specific user id.
>From there, if I then manually type
Ali,
could you post the complete code and the returning error please? We then
would be able to help. I'm sure...
Gert
Ali schrieb:
>> Great, you duessed completely correct. I am a newbie so I didn't get the
>> code eompletely.
>>
>> I edited the code this way
>>
>
>
> UPDATE Tbl_DogBreeds
>On Feb 14, 2008 3:29 AM, William Seiter <[EMAIL PROTECTED]> wrote:
>
>Oh yes I saw Lightbox which is very impressive. I think I use it at least
>for a new experience. Do you know any other JS libraries like this?
>It really made my day.
>Thanks
>Ali
+1 on lightbox. I love it.
Will
~~
Do you want a query that looks like the following?
UPDATE Tbl_DogBreeds
SET DogBreedImageS2 =
If not, wrap the whole query in the cfif.
Adrian
-Original Message-
From: Ali
Sent: 14 February 2008 10:34
To: CF-Talk
Subject: Re: Leave it alone please!
>
> Great, you duessed completely c
>
> Great, you duessed completely correct. I am a newbie so I didn't get the
> code eompletely.
>
> I edited the code this way
UPDATE Tbl_DogBreeds
SET
DogBreedImageS2=
but it returned an error! Please please tell me what did I wrong in this
code.
thanks
Ali
~~~
Ali,
If the query expects a certain parameter, you can not ignore it. I
assume the complete query looks like this:
Update something SET
columnA = valueA,
column =
''
Instead, you should write something like this:
Update something SET
column
Hi:
I am working on a cfif and I wonder if there is a way to tell CF that leaves
the query alone after CFELSE.
This is what I mean
''
I want to say CF that if the cfelse is true then it doesn't change any thing
but when I leave it empty it returns an error and the only thing I can p
Jochem already answered this for you - the Enable Global Script
Protection setting is enabled and this is replacing your embed and
object tags because it thinks they are unsafe.
On Feb 14, 2008 5:02 PM, K Simanonok <[EMAIL PROTECTED]> wrote:
>
> So what could be changing my EMBED and OBJECT tags
Jochem, can you be a little more specific? The webserver is not mine, I don't
have control of the CF Administrator, and any changes are going to affect other
people so I have to make a strong case to my hosting provider that any change I
suggest is going to actually solve the problem.
In this
Jochem, can you be a little more specific? The webserver is not mine, I don't
have control of the CF Administrator, and any changes are going to affect other
people so I have to make a strong case to my hosting provider that any change I
suggest is going to actually solve the problem.
In this
Jochem, can you be a little more specific? The webserver is not mine, I don't
have control of the CF Administrator, and any changes are going to affect other
people so I have to make a strong case to my hosting provider that any change I
suggest is going to actually solve the problem.
In this
80 matches
Mail list logo