CFAJAX return types docco

2005-10-04 Thread James Holmes
Does anyone have a simple docco for the JS objects returned by CFAJAX
for the corresponding CF types? I have arrays worked out (a
no-brainer) but I haven't looked at, for example, what queries come
back as.

If soemone can save me reinventing the wheel, please let me know.

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220104
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: i18n problem - utf-8 chars not displaying correctly

2005-10-04 Thread Paul Hastings
Duncan wrote:
> uh oh - we are talking cf5 here. hopefully not for too long, 6.1 is on the
> horizon for our production sites, and after we resolve some bugs with 7 and
> COM we will be there too.

then wait. you're likely storing data as raw utf-8 which makes 
collation, searching, etc. almost useless. when you make the move to 6 
you'll have to re-do the data. moving i18n cf5 to mx hurts.

> So here it is, we are trying to do this on cf5 right now.

can you wait and do the upgrade first? if not be prepared to re-do the 
db which could be as "simple" as a cfhttp call to the cf5 box or some 
kind of gut-wrenching data re-entry project (say you mixed encodings 
between raw utf-8, codepage encodings, etc.).

> One more thing is that I have discovered is that unless I specify
>  on the page the characters are

i'm not following, that tag's not part of cf5.

> displayed in the wierdest fashion.

then your pages/data aren't utf-8 encoded somewhere along the line.

> Does this mean that browsers dont take much notice of this?
> 

no, cf ignores this (though i recommend adding/keeping it for brain dead 
spiders, screen readers, etc. and as a forensic clue to the original 
encoding intent--charset detection has come a long way but it's not 
perfect). also some browsers won't swap according to the web page's 
encoding (or if it's "ambiguous"). they'll always run w/the user defined 
one. or if set to "auto" the browser may guess wrong based on 
conflicting "encoding hints".

> or is there some sort of hierarchy? or does it have something to do with the
> way they were stored?

without knowing everything, could be your encoding is out-of-sync 
somewhere. which is why you should be chanting over & over "just use 
unicode""just use unicode"..."just use unicode"...until that's how 
you reply to any questions asked of you ;-)

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220103
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


re: sot: dreamweaver question

2005-10-04 Thread dave
there is a snippets folder in the main directory, sorry but cant remember the 
exact location on a pc but its in there.
 Cant you just highlight it in your snippet panel and delete it or edit the 
name?

~Dave the disruptor~
"Some people just don't appreciate how difficult it is to dispense wisdom and 
abuse at the same time." 


From: Tony <[EMAIL PROTECTED]>
Sent: Tuesday, October 04, 2005 2:58 PM
To: CF-Talk 
Subject: sot: dreamweaver question 

hi there.

if any of you dreamweavers can help, that would be awesome.

problem: i created a snippet and in doing so, i put a # in the name of it.
well, for some reason dreamweaver is tripping on this, and will not
relinquish it,
let me use it, delete it, or anything , i cannot find the file to
remove it, whatever.

how does one go about KILLING all snippets, shortcuts, etc? i have uninstalled
clean registry, and reinstalled 4 laborious times, and to no avail, it
still shows up.

here is the exact error message:

While executing Snippets*CFMX_Stuff*Surround_with #'s.csn command in menus.xml,
the following error(s) occurred:

SyntaxError: missing ) after argument list

and its driving me nuts.

help

thanks!

--
.tony

Tony Weeg
tonyweeg [at] gmail [dot] com



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220102
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: i18n problem - utf-8 chars not displaying correctly

2005-10-04 Thread Duncan
uh oh - we are talking cf5 here. hopefully not for too long, 6.1 is on the
horizon for our production sites, and after we resolve some bugs with 7 and
COM we will be there too.

So here it is, we are trying to do this on cf5 right now.

One more thing is that I have discovered is that unless I specify
 on the page the characters are
displayed in the wierdest fashion.

Does this mean that browsers dont take much notice of this?


or is there some sort of hierarchy? or does it have something to do with the
way they were stored?

Thanks for all your help paul - I am a little confused but the smoke is
clearing slowly.

On 10/5/05, Paul Hastings <[EMAIL PROTECTED] > wrote:
>
> Duncan wrote:
> > On the collation end, we are looking over 18 languages, I think thats
> pretty
> > much any character under the sun. We have a db table, one column for
> each
> > language, so I am thinking I take Andy's suggestion and make the
> collation
>
> 18+ columns? i'm not sure that wide is the way to go but i guess db
> design styles have changed over the years.
>
> > on each individual column fit the language, rather than simply making
> them
> > UTF-8. Would this be a more effective use of SQL memory?
>
> sql collations have 3 parts: unicode, non-unicode & codepage for the
> non-unicode data. so you should certainly store your data as unicode
> (ucs2 NOT raw utf-8 like the bad old cf5 days, the JDBC driver will
> handle the conversion) using "N" datatypes but you can use whatever
> collation you want (this used to depend on what codepages were installed
> on the sql server, not true for win2k on). the default db collation
> should be the one that covers most of your languages.
>
> just an fyi, collation is a tricky business, there are sometimes more
> than one "commonly" used collation for a language (for instance german
> phonebook vs dictionary) so deciding which one to use (or is "more
> common") will require some research on your part--don't just pick the
> first one in the list ;-)
>
> 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220101
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: i18n problem - utf-8 chars not displaying correctly

2005-10-04 Thread Paul Hastings
Duncan wrote:
> On the collation end, we are looking over 18 languages, I think thats pretty
> much any character under the sun. We have a db table, one column for each
> language, so I am thinking I take Andy's suggestion and make the collation

18+ columns? i'm not sure that wide is the way to go but i guess db 
design styles have changed over the years.

> on each individual column fit the language, rather than simply making them
> UTF-8. Would this be a more effective use of SQL memory?

sql collations have 3 parts: unicode, non-unicode & codepage for the 
non-unicode data. so you should certainly store your data as unicode 
(ucs2 NOT raw utf-8 like the bad old cf5 days, the JDBC driver will 
handle the conversion) using "N" datatypes but you can use whatever 
collation you want (this used to depend on what codepages were installed 
on the sql server, not true for win2k on). the default db collation 
should be the one that covers most of your languages.

just an fyi, collation is a tricky business, there are sometimes more 
than one "commonly" used collation for a language (for instance german 
phonebook vs dictionary) so deciding which one to use (or is "more 
common") will require some research on your part--don't just pick the 
first one in the list ;-)

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220100
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: [SOT] Better WDDX JavaScript serializer/deserializer functions?

2005-10-04 Thread Jim Davis
> -Original Message-
> From: Dan G. Switzer, II [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, October 04, 2005 12:43 PM
> To: CF-Talk
> Subject: RE: [SOT] Better WDDX JavaScript serializer/deserializer
> functions?
> 
> The reason the wddx.js stuff is so slow is because it's parsing the XML as
> a
> string. The larger the string the slow it is. It was written this way for
> maximum browser compatibility.

Actually... no.  ;^)

It was written that way because at the time there was no other way to write
it - the DOM hadn't yet been published.  Remember that the JS WDDX library
included in the official SDK was written in what... 1998?  1999?

> Since you're relying on AJAX (which would utilize an XML object within the
> browser,) you might be able to get a speed increase by creating a new WDDX
> library that uses the XML object to natively parse the XML document and
> then
> convert that into data.

Did that... here's the link.  ;^)

http://www.depressedpress.com/Content/Development/JavaScript/Extensions/DP_W
DDX/Index.cfm

I only did DOM processing for deserialization (serialization seems just fine
as string concatenations and building a DOM object by hand is tedious as
all-get-out).

This hasn't gone through a thorough battery of tests yet but so far it seems
to do the trick. 

I've not done any speed tests compared to the official parser but my guess
is it should be faster most cases (I also use Regular Expressions and other
"modern" techniques not available when the official parser was written).

I think in some browsers it may be VERY MUCH faster - but that depends on
the browser's implementation of the DOM.  Some browsers (FireFox for
example) are quite speedy with DOM operations while some (IE) aren't
optimized in that direction.

I'd love it if somebody wanted to run some "independent" tests of the two.

Jim Davis




~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220099
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


MySQL - Odd INT values returned when cfqueryparam is used

2005-10-04 Thread Joe Rinehart
I'm having an odd MySQL issue and was wondering if anyone knew what it's up to.

If I run (some code obviously omitted):


  SELECT
someIntField
  WHERE
someField = 


I get odd values (like 43234534 instead of 2) for someIntField.

If I run the same qry w/o the  tag, I get the proper
value.  Anyone have any ideas?

CFMX7.0.1, mysql connector / j 3.10

-Joe


--
Get Glued!
The Model-Glue ColdFusion Framework
http://www.model-glue.com

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220098
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: image manipulation in coldfusion?

2005-10-04 Thread Pete Ruckelshaus
I use Massimo's tmt_img 2.0 (http://www.olimpo.ch/tmt/cfc/tmt_img/)
and it's great if what you need to do is crp/resize images.  It's all
CFC so no custom tags, nothing to configure.  Oh, and it's free.

I extended it to add a "max size" that resizes so that no dimension is
greater than the passed in value, which makes it even more invaluable
for me.

Pete

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220097
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


utf 8 settings for browser

2005-10-04 Thread Duncan
I have a page displaying a whole bunch of languages and what I have
discovered is that unless I specify
 on the page the characters are
displayed in the wierdest fashion.

Does this mean that browsers dont take much notice of this?


or is there some sort of hierarchy?

--
Duncan I Loxton
www.sixfive.co.uk 
[EMAIL PROTECTED]

"I can only please one person per day. Today is not looking good. Tomorrow
isn't looking much better." Dilbert


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220096
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: i18n problem - utf-8 chars not displaying correctly

2005-10-04 Thread Duncan
ok fixed that one.


select hungarian from languages
where hungarian like 



On 10/5/05, Duncan <[EMAIL PROTECTED]> wrote:
>
> ok so I now have the  It displays fine, but I dont seem to be able to match the text with a query
> like this:
>
> select id,hungarian from languages where hungarian like '%megfelelõ%'
>
> Whats the deal there?
>
> On 10/5/05, Duncan <[EMAIL PROTECTED]> wrote:
> >
> > Thanks Paul. The cfsqlparam thing seems to have done the trick.
> >
> > On the collation end, we are looking over 18 languages, I think thats
> > pretty much any character under the sun. We have a db table, one column for
> > each language, so I am thinking I take Andy's suggestion and make the
> > collation on each individual column fit the language, rather than simply
> > making them UTF-8. Would this be a more effective use of SQL memory?
> >
> >
> > On 10/5/05, Paul Hastings <[EMAIL PROTECTED] > wrote:
> > >
> > > Duncan wrote:
> > > > The only way we can get the chars to display correctly is by
> > > entering them
> > > > in to SQL Server 2000 using th N'string in here' notation. But that
> > > means
> > >
> > > no, you could & should use cfqueryparam along with turning on the
> > > unicode option for that DSN. here's a blog entry on the subject:
> > > http://www.sustainablegis.com/blog/cfg11n/index.cfm?mode=entry&entry=F9553D86-20ED-7DEE-2A913AFD8651643F
> > >
> > >
> > >
> > > > the db collation is SQL_Latin_General at the moment - I have a bad
> > > feeling
> > > > this is the problem and its not easy to change?
> > >
> > > that would depend on if the chars you're looking for are in that code
> > > page. even w/unicode, you want to use collations that cover the
> > > majority
> > > of your user's languages.
> > >
> > > 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220095
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Stopping web form spam attacks

2005-10-04 Thread Les Mizzell
> implement a captcha mechanism?
> http://www.alagad.com/index.cfm/name-captcha

Since it puts identical values into any number of text fields ... I took 
the easy way out...


Process Form
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220094
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: image manipulation in coldfusion?

2005-10-04 Thread Bryan Stevenson
> We use imageCR3 and love it.  I only wish it was java based so we could 
> use
> it on linux.
>
> -e

Once againmy code is Java based and FREE (not as sophisticated as 
imageCR3but original poster doesn't need the fancy stuff)

OK...I'm done talking to myself ;-)

Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com 


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220093
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: i18n problem - utf-8 chars not displaying correctly

2005-10-04 Thread Duncan
ok so I now have the  wrote:
>
> Thanks Paul. The cfsqlparam thing seems to have done the trick.
>
> On the collation end, we are looking over 18 languages, I think thats
> pretty much any character under the sun. We have a db table, one column for
> each language, so I am thinking I take Andy's suggestion and make the
> collation on each individual column fit the language, rather than simply
> making them UTF-8. Would this be a more effective use of SQL memory?
>
>
> On 10/5/05, Paul Hastings <[EMAIL PROTECTED]> wrote:
> >
> > Duncan wrote:
> > > The only way we can get the chars to display correctly is by entering
> > them
> > > in to SQL Server 2000 using th N'string in here' notation. But that
> > means
> >
> > no, you could & should use cfqueryparam along with turning on the
> > unicode option for that DSN. here's a blog entry on the subject:
> > http://www.sustainablegis.com/blog/cfg11n/index.cfm?mode=entry&entry=F9553D86-20ED-7DEE-2A913AFD8651643F
> >
> >
> >
> > > the db collation is SQL_Latin_General at the moment - I have a bad
> > feeling
> > > this is the problem and its not easy to change?
> >
> > that would depend on if the chars you're looking for are in that code
> > page. even w/unicode, you want to use collations that cover the majority
> > of your user's languages.
> >
> > 

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220092
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


houseoffusion.com webserver is down

2005-10-04 Thread Tony
--
tony

Tony Weeg
tonyweeg [at] gmail [dot] com

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220091
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Stopping web form spam attacks

2005-10-04 Thread Charlie Griefer
implement a captcha mechanism?

http://www.alagad.com/index.cfm/name-captcha

On 10/4/05, Terry Troxel <[EMAIL PROTECTED]> wrote:
> I am looking for a way to stop a form on one of
> My client's sites from sending him gobs of bogus
> Submit emails. I feel some of you have already
> Run across this, but this is my first exposure.
>
> Terry
>
>
> 

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220090
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: image manipulation in coldfusion?

2005-10-04 Thread Emmet McGovern
We use imageCR3 and love it.  I only wish it was java based so we could use
it on linux.

-e

-Original Message-
From: Charlie Griefer [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, October 04, 2005 6:13 PM
To: CF-Talk
Subject: Re: image manipulation in coldfusion?

now i'm torn.

I've used ImageCR3 in the past and yes, it's a great product with
absolutely fantastic (FANTASTIC) support.

But what I like about Alagad is the fact that it's a straight CFC.  No
custom tags to install (which may not be a big issue unless you're in
a shared environment and the host likes to charge for custom tag
installations).

On 10/4/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> ImageCR3:
>  http://efflare.com/products/cfx_imagecr/
>
> Personal licenses for $75:
>  http://efflare.com/purchase/?personal
>
> We never gave it away for free, but we have plenty
> of happy customers. It is optimized native code,
> like important parts of Java. High quality output
> and extensive image format support.
>
> If CF user groups want a license, send me a mail.
>
> --
>  CrystalM
>
> > So I'm wondering what some of you use to manipulate images in CF. I've
been
> > wanting something like this for a while but it's always gotten put off.
> >
> > At the very least I need to be able to resize images and get their
height
> > and width. More than that would be nice, but not necessary.
> >
> > Can anyone offer any suggestions?
> >
> >  > andy matthews
> > web developer
> > ICGLink, Inc.
> > [EMAIL PROTECTED]
> > 615.370.1530 x737
> > --//->
>
> 



~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220089
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: image manipulation in coldfusion?

2005-10-04 Thread Alan Rother
Wow... yeah...
 Alagad is nice, but the stuff from eFFlare is awesome.
 If you are in a shared envirnment I would go with alagad.

 On 10/4/05, Bryan Stevenson <[EMAIL PROTECTED]> wrote:
>
> > now i'm torn.
> >
> > I've used ImageCR3 in the past and yes, it's a great product with
> > absolutely fantastic (FANTASTIC) support.
> >
> > But what I like about Alagad is the fact that it's a straight CFC. No
> > custom tags to install (which may not be a big issue unless you're in
> > a shared environment and the host likes to charge for custom tag
> > installations).
>
> Charlie...buddyfind my code in the archives...straight CFC...and
> FREE...I can only try and help so much!! ;-)
>
> Bryan Stevenson B.Comm.
> VP & Director of E-Commerce Development
> Electric Edge Systems Group Inc.
> phone: 250.480.0642
> fax: 250.480.1264
> cell: 250.920.8830
> e-mail: [EMAIL PROTECTED]
> web: www.electricedgesystems.com 
>
>
> 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220088
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Stopping web form spam attacks

2005-10-04 Thread Terry Troxel
I am looking for a way to stop a form on one of
My client's sites from sending him gobs of bogus
Submit emails. I feel some of you have already
Run across this, but this is my first exposure.

Terry


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220087
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Make a loop repeat and control timing?

2005-10-04 Thread Eddie Awad
On 10/4/05, Taco Fleur <[EMAIL PROTECTED]> wrote:
> Correct. Not sure if it works with anything else.

I can tell you for sure that WAITFOR does not exist in Oracle.
However, there is a similar procedure: DBMS_LOCK.SLEEP (seconds  IN
NUMBER). It suspends the session for a given number of seconds.
--
Eddie Awad.
http://awads.net/

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220086
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: FarCry 3.0 Sneak-Peek Breezo Recordings

2005-10-04 Thread Geoff Bowers
On 10/5/05, Webmaster at FastTrack On Line
<[EMAIL PROTECTED]> wrote:
> I was just having a crack at the Farcry 2 installation over the weekend, and
> then saw the email in here from you.  Do you have a projected release date
> for V3 please?

FarCry 3.0 is currently in beta3:
http://farcry.daemon.com.au/go/downloads/farcry-beta-glamour
(note that the zip distribution is typically a 1-2 weeks behind the
CVS repository)

We're looking to release a "release candidate" this Friday (another
zip available at the above link).  And to follow that with a
production release the following friday.  We're already pushing minor
changes and enhancements to the maintenance branch for 3.0.  You can
get a handle on outstanding issues at the roadmap:
http://bugs.farcrycms.org:8080/browse/FC?report=com.atlassian.jira.plugin.system.project:roadmap-panel

If you are starting out I'd definitely go straight to 3.0  We have
many sites already running in production and there are several large
teams working on 3.0 in development for production release of apps in
the October timeframe.  So we're close.

Your best bet for support are the newly migrated lists at Google groups:
  http://groups.google.com/group/farcry-beta/about
  http://groups.google.com/group/farcry-dev/about
  http://groups.google.com/group/farcry-user/about

All of which are aggregated at our web forum:
  http://www.nabble.com/FarCry-f621.html

All the best,

-- geoff
http://www.daemon.com.au/

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220085
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Make a loop repeat and control timing?

2005-10-04 Thread Taco Fleur
Correct. Not sure if it works with anything else.

Taco Fleur - Pacific Fox
an industry leader with commercial IT experience since 1994 .
http://www.pacificfox.com - Web Design and Development

 

> -Original Message-
> From: Eddie Awad [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, 5 October 2005 8:40 AM
> To: CF-Talk
> Subject: Re: Make a loop repeat and control timing?
> 
> 
> On 10/4/05, Taco Fleur <[EMAIL PROTECTED]> wrote:
> > Or if on a lower version of CF you could use the WAITFOR command in 
> > SQL within a cfquery tag..
> That would be in MS SQL Server, right?
> --
> Eddie Awad.
> http://awads.net/
> 
> 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220084
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: i18n problem - utf-8 chars not displaying correctly

2005-10-04 Thread Duncan
Thanks Paul. The cfsqlparam thing seems to have done the trick.

On the collation end, we are looking over 18 languages, I think thats pretty
much any character under the sun. We have a db table, one column for each
language, so I am thinking I take Andy's suggestion and make the collation
on each individual column fit the language, rather than simply making them
UTF-8. Would this be a more effective use of SQL memory?


On 10/5/05, Paul Hastings <[EMAIL PROTECTED]> wrote:
>
> Duncan wrote:
> > The only way we can get the chars to display correctly is by entering
> them
> > in to SQL Server 2000 using th N'string in here' notation. But that
> means
>
> no, you could & should use cfqueryparam along with turning on the
> unicode option for that DSN. here's a blog entry on the subject:
>
> http://www.sustainablegis.com/blog/cfg11n/index.cfm?mode=entry&entry=F9553D86-20ED-7DEE-2A913AFD8651643F
>
>
> > the db collation is SQL_Latin_General at the moment - I have a bad
> feeling
> > this is the problem and its not easy to change?
>
> that would depend on if the chars you're looking for are in that code
> page. even w/unicode, you want to use collations that cover the majority
> of your user's languages.
>
> 

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220083
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Make a loop repeat and control timing?

2005-10-04 Thread Eddie Awad
On 10/4/05, Taco Fleur <[EMAIL PROTECTED]> wrote:
> Or if on a lower version of CF you could use the WAITFOR command in SQL
> within a cfquery tag..
That would be in MS SQL Server, right?
--
Eddie Awad.
http://awads.net/

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220082
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Make a loop repeat and control timing?

2005-10-04 Thread Taco Fleur
You can create the pause with




Or if on a lower version of CF you could use the WAITFOR command in SQL
within a cfquery tag..

Taco Fleur - Pacific Fox
an industry leader with commercial IT experience since 1994 .
http://www.pacificfox.com - Web Design and Development




> -Original Message-
> From: Les Mizzell [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, 5 October 2005 8:01 AM
> To: CF-Talk
> Subject: Make a loop repeat and control timing?
> 
> 
> Is there any way to force CFLOOP into an endless loop, using 
> cfsleep to 
> control the timing of advancement?
> 
> Something like:
> 
> 
>1. Do something
>2. wait 2 seconds then next step
>3. if "i" = 20 start over
> 
> 
> Yea, I know  it's crazy. Javascript is a better way to go, but I 
> just wondered it this was possible...
> 
> ---
> Les Mizzell
> 
> 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220081
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Make a loop repeat and control timing?

2005-10-04 Thread Joe Rinehart
Hi Les,

I use a new Java thread and sleep it:



  


Hope that helps,

Joe

On 10/4/05, Les Mizzell <[EMAIL PROTECTED]> wrote:
> Is there any way to force CFLOOP into an endless loop, using cfsleep to
> control the timing of advancement?
>
> Something like:
>
> 
>1. Do something
>2. wait 2 seconds then next step
>3. if "i" = 20 start over
> 
>
> Yea, I know  it's crazy. Javascript is a better way to go, but I
> just wondered it this was possible...
>
> ---
> Les Mizzell
>
> 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220080
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Make a loop repeat and control timing?

2005-10-04 Thread Ian Skinner

   1. Do something
   2. wait 2 seconds then next step
   3. if "i" = 20 start over


Scary that I'm contemplating this, this is untested and never tried so all the 
usual caveats. 




1. do something.
2. wait (I don't think CF has a sleep does it?  If not play with now() 
and/or getTickCount().
3. 
4. 


I presume somewhere in there you plan to create an exit.  Or are just seeing 
how long you can make a templete bog up the server?


--
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA
 
"C code. C code run. Run code run. Please!"
- Cynthia Dunning

Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message. 




~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220079
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: image manipulation in coldfusion?

2005-10-04 Thread Bryan Stevenson
> now i'm torn.
>
> I've used ImageCR3 in the past and yes, it's a great product with
> absolutely fantastic (FANTASTIC) support.
>
> But what I like about Alagad is the fact that it's a straight CFC.  No
> custom tags to install (which may not be a big issue unless you're in
> a shared environment and the host likes to charge for custom tag
> installations).

Charlie...buddyfind my code in the archives...straight CFC...and 
FREE...I can only try and help so much!! ;-)

Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com 


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220078
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: image manipulation in coldfusion?

2005-10-04 Thread Charlie Griefer
now i'm torn.

I've used ImageCR3 in the past and yes, it's a great product with
absolutely fantastic (FANTASTIC) support.

But what I like about Alagad is the fact that it's a straight CFC.  No
custom tags to install (which may not be a big issue unless you're in
a shared environment and the host likes to charge for custom tag
installations).

On 10/4/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> ImageCR3:
>  http://efflare.com/products/cfx_imagecr/
>
> Personal licenses for $75:
>  http://efflare.com/purchase/?personal
>
> We never gave it away for free, but we have plenty
> of happy customers. It is optimized native code,
> like important parts of Java. High quality output
> and extensive image format support.
>
> If CF user groups want a license, send me a mail.
>
> --
>  CrystalM
>
> > So I'm wondering what some of you use to manipulate images in CF. I've been
> > wanting something like this for a while but it's always gotten put off.
> >
> > At the very least I need to be able to resize images and get their height
> > and width. More than that would be nice, but not necessary.
> >
> > Can anyone offer any suggestions?
> >
> >  > andy matthews
> > web developer
> > ICGLink, Inc.
> > [EMAIL PROTECTED]
> > 615.370.1530 x737
> > --//->
>
> 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220077
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Make a loop repeat and control timing?

2005-10-04 Thread Les Mizzell
Is there any way to force CFLOOP into an endless loop, using cfsleep to 
control the timing of advancement?

Something like:


   1. Do something
   2. wait 2 seconds then next step
   3. if "i" = 20 start over


Yea, I know  it's crazy. Javascript is a better way to go, but I 
just wondered it this was possible...

---
Les Mizzell

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220076
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: image manipulation in coldfusion?

2005-10-04 Thread cftalk
ImageCR3:
  http://efflare.com/products/cfx_imagecr/

Personal licenses for $75:
  http://efflare.com/purchase/?personal

We never gave it away for free, but we have plenty
of happy customers. It is optimized native code,
like important parts of Java. High quality output
and extensive image format support.

If CF user groups want a license, send me a mail.

-- 
 CrystalM

> So I'm wondering what some of you use to manipulate images in CF. I've been
> wanting something like this for a while but it's always gotten put off.
> 
> At the very least I need to be able to resize images and get their height
> and width. More than that would be nice, but not necessary.
> 
> Can anyone offer any suggestions?
> 
>  andy matthews
> web developer
> ICGLink, Inc.
> [EMAIL PROTECTED]
> 615.370.1530 x737
> --//->

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220075
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: question about structures

2005-10-04 Thread Charlie Griefer
as of CFMX (I believe), you could implicitly create a structure like that, yes.

since periods are not valid characters in variable names, CF sees it
and assumes struct/key, and creates the struct.

On 10/4/05, Mike Soultanian <[EMAIL PROTECTED]> wrote:
> I am a little bit confused about declaring a structure.  Take a look at
> the following:
>
> 
> 
>
> Assuming that I never explicitly declared "name" as a struct, is the
> preceding code segment valid?  If I then do a  it
> will say that it's a struct, even though I didn't actually declare it
> using structnew().
>
> The reason I ask is because I have noticed, especially in CFCs, that
> coders will use variables.instance. without ever
> declaring variables.instance as a structure.
>
> Any thoughts?
>
> Thanks,
> Mike
>
> 

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220074
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: image manipulation in coldfusion?

2005-10-04 Thread Raymond Camden
I'll ditto Alagad. It's only like 75 bucks and well worth the price.
Yes, there are free alternatives, but this one is so easy and simple
to use, I'd still recommend it.

On 10/4/05, Joe Rinehart <[EMAIL PROTECTED]> wrote:
> I'd check out the Alagad Image Component at www.alagad.com - it's
> native CF.  While it's not free, it's so cheap that you'll make back
> the dough the first time you use it in terms of time saved.
>
> -Joe
>
> On 10/4/05, Andy Matthews <[EMAIL PROTECTED]> wrote:
> > So I'm wondering what some of you use to manipulate images in CF. I've been
> > wanting something like this for a while but it's always gotten put off.
> >
> > At the very least I need to be able to resize images and get their height
> > and width. More than that would be nice, but not necessary.
> >
> > Can anyone offer any suggestions?
> >
> >  > andy matthews
> > web developer
> > ICGLink, Inc.
> > [EMAIL PROTECTED]
> > 615.370.1530 x737
> > --//->
> >
> >
> >
>
> 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220073
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: question about structures

2005-10-04 Thread Mike Soultanian
Ok, nevermind.  A quick look into my programming cf mx book after I sent 
this email mentioned that creating a variable with the period notation 
will automatically create a structure.

thanks,
Mike

Mike Soultanian wrote:
> I am a little bit confused about declaring a structure.  Take a look at 
> the following:
> 
> 
> 
> 
> Assuming that I never explicitly declared "name" as a struct, is the 
> preceding code segment valid?  If I then do a  it 
> will say that it's a struct, even though I didn't actually declare it 
> using structnew().
> 
> The reason I ask is because I have noticed, especially in CFCs, that 
> coders will use variables.instance. without ever 
> declaring variables.instance as a structure.
> 
> Any thoughts?
> 
> Thanks,
> Mike
> 
> 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220072
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


question about structures

2005-10-04 Thread Mike Soultanian
I am a little bit confused about declaring a structure.  Take a look at 
the following:




Assuming that I never explicitly declared "name" as a struct, is the 
preceding code segment valid?  If I then do a  it 
will say that it's a struct, even though I didn't actually declare it 
using structnew().

The reason I ask is because I have noticed, especially in CFCs, that 
coders will use variables.instance. without ever 
declaring variables.instance as a structure.

Any thoughts?

Thanks,
Mike

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220071
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Content-Type

2005-10-04 Thread Matthew Small
Awesome, that worked awesome.

I set a content-disposition header with "attachment" and a filename, then
sent my unnamed file in binary format - it worked like a charm.

Thanks for your help.
 
Matthew Small
Web Developer
American City Business Journals
704-973-1045
[EMAIL PROTECTED]
 

-Original Message-
From: RADEMAKERS Tanguy [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, October 04, 2005 4:05 PM
To: CF-Talk
Subject: RE: Content-Type

IIRC, you need to look into the "content-disposition" header, iso the
"content-type" one



/t



>-Original Message-
>Subject: Content-Type
>From: Matt Robertson <[EMAIL PROTECTED]>
>Date: Tue, 4 Oct 2005 12:19:48 -0700
>Thread: 
>http://www.houseoffusion.com/cf_lists/index.cfm/method=messages
>&threadid=42580&forumid=4#220053
>
>Assuming you save the file somewhere yourself on your server, there
>used to be a way to do this but its no longer reliable.
>
>You push the file to the client with cfcontent, set the mime type to
>application/unknown and set the type to 'attachment'.  In the olden
>days before security tightened up this would give you a save dialog no
>matter what.  I would be real careful about any attempt to delete it
>immediately afterwards as you'll probably delete a file still in
>transmission to the client.
>
>IIRC default Windows firewall settings now prohibit acceptance of
>application/unknown MIME types like this.
>
>--
>--mattRobertson--
>Janitor, MSB Web Systems
>mysecretbase.com



~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220070
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Content-Type

2005-10-04 Thread RADEMAKERS Tanguy
IIRC, you need to look into the "content-disposition" header, iso the
"content-type" one



/t



>-Original Message-
>Subject: Content-Type
>From: Matt Robertson <[EMAIL PROTECTED]>
>Date: Tue, 4 Oct 2005 12:19:48 -0700
>Thread: 
>http://www.houseoffusion.com/cf_lists/index.cfm/method=messages
>&threadid=42580&forumid=4#220053
>
>Assuming you save the file somewhere yourself on your server, there
>used to be a way to do this but its no longer reliable.
>
>You push the file to the client with cfcontent, set the mime type to
>application/unknown and set the type to 'attachment'.  In the olden
>days before security tightened up this would give you a save dialog no
>matter what.  I would be real careful about any attempt to delete it
>immediately afterwards as you'll probably delete a file still in
>transmission to the client.
>
>IIRC default Windows firewall settings now prohibit acceptance of
>application/unknown MIME types like this.
>
>--
>--mattRobertson--
>Janitor, MSB Web Systems
>mysecretbase.com

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220069
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: image manipulation in coldfusion?

2005-10-04 Thread Joe Rinehart
I'd check out the Alagad Image Component at www.alagad.com - it's
native CF.  While it's not free, it's so cheap that you'll make back
the dough the first time you use it in terms of time saved.

-Joe

On 10/4/05, Andy Matthews <[EMAIL PROTECTED]> wrote:
> So I'm wondering what some of you use to manipulate images in CF. I've been
> wanting something like this for a while but it's always gotten put off.
>
> At the very least I need to be able to resize images and get their height
> and width. More than that would be nice, but not necessary.
>
> Can anyone offer any suggestions?
>
>  andy matthews
> web developer
> ICGLink, Inc.
> [EMAIL PROTECTED]
> 615.370.1530 x737
> --//->
>
>
> 

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220068
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: image manipulation in coldfusion?

2005-10-04 Thread Rick Root
Andy Matthews wrote:
> So I'm wondering what some of you use to manipulate images in CF. I've been
> wanting something like this for a while but it's always gotten put off.
> 
> At the very least I need to be able to resize images and get their height
> and width. More than that would be nice, but not necessary.

I use built in java stuff to do this with jpegs .. take a look at the 
image.cfc file included in the CFFM distributino (www.webworksllc.com/cffm)

rick


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220067
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: image manipulation in coldfusion?

2005-10-04 Thread Bryan Stevenson
search the archives for my name or e-mail and "ThumbIt" or mabye "image 
manipulation".  I've posted my CFC methods that use Java to resize images 
and get image pixel height/width about 5-10 times nowdoes not work with 
TIFFs

I don't have the code handy right now or I'd post it yet again ;-)

Cheers

Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com 


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220066
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: image manipulation in coldfusion?

2005-10-04 Thread Charlie Griefer
not free, but i'd highly recommend the alagad image component.

http://www.alagad.com/

On 10/4/05, Andy Matthews <[EMAIL PROTECTED]> wrote:
> So I'm wondering what some of you use to manipulate images in CF. I've been
> wanting something like this for a while but it's always gotten put off.
>
> At the very least I need to be able to resize images and get their height
> and width. More than that would be nice, but not necessary.
>
> Can anyone offer any suggestions?
>
>  andy matthews
> web developer
> ICGLink, Inc.
> [EMAIL PROTECTED]
> 615.370.1530 x737
> --//->
>
>
> 

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220065
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


image manipulation in coldfusion?

2005-10-04 Thread Andy Matthews
So I'm wondering what some of you use to manipulate images in CF. I've been
wanting something like this for a while but it's always gotten put off.

At the very least I need to be able to resize images and get their height
and width. More than that would be nice, but not necessary.

Can anyone offer any suggestions?




~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220064
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Getting a variable

2005-10-04 Thread Saturday (Stuart Kidd)
Certainly lots of ways to skin a cat.

Thanks everyone! :)


On 4 Oct 2005, at 20:35, Bryan Stevenson wrote:

> 
>
> not tested...should fly
>
> Cheers
>
> Bryan Stevenson B.Comm.
> VP & Director of E-Commerce Development
> Electric Edge Systems Group Inc.
> phone: 250.480.0642
> fax: 250.480.1264
> cell: 250.920.8830
> e-mail: [EMAIL PROTECTED]
> web: www.electricedgesystems.com
>
> 

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220063
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Getting a variable

2005-10-04 Thread Ian Skinner



Ok, closer to your example:






--
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA
 
"C code. C code run. Run code run. Please!"
- Cynthia Dunning

Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message. 




~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220062
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Getting a variable

2005-10-04 Thread Adrian Lynch


Ade

-Original Message-
From: Saturday (Stuart Kidd) [mailto:[EMAIL PROTECTED]
Sent: 04 October 2005 20:32
To: CF-Talk
Subject: Getting a variable


Hi guys,

I've got a simple question just can't find my answer.

I want to dynamically define a variable.



So in the above case i would want to define, say 

I'm sure this can be done easily i just can't remember.

Thanks,

Saturday

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220061
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Getting a variable

2005-10-04 Thread Ian Skinner

  In the latest versions of CF.  Not as available in aging 4.5 era versions.



--
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA
 
"C code. C code run. Run code run. Please!"
- Cynthia Dunning

Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message. 




~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220060
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Getting a variable

2005-10-04 Thread Bryan Stevenson


not tested...should fly

Cheers

Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220059
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Dreamweaver question

2005-10-04 Thread Tony
(cross post from cf-talk)

hi there.

if any of you dreamweavers can help, that would be awesome.

problem: i created a snippet and in doing so, i put a # in the name of it.
well, for some reason dreamweaver is tripping on this, and will not
relinquish it,
let me use it, delete it, or anything , i cannot find the file to
remove it, whatever.

how does one go about KILLING all snippets, shortcuts, etc?  i have uninstalled
clean registry, and reinstalled 4 laborious times, and to no avail, it
still shows up.

here is the exact error message:

While executing Snippets*CFMX_Stuff*Surround_with #'s.csn command in menus.xml,
the following error(s) occurred:

SyntaxError: missing ) after argument list

and its driving me nuts.

help

thanks!

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220058
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Getting a variable

2005-10-04 Thread Stuart Kidd
Hi guys,

I've got a simple question just can't find my answer.

I want to dynamically define a variable.



So in the above case i would want to define, say 

I'm sure this can be done easily i just can't remember.

Thanks,

Saturday









~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220057
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Content-Type

2005-10-04 Thread Scott Stroz
I have the following code in an app.



When this propmts for a download (or open) when the MIME type is
'application/pdf'. This works for both IE and FF, and in each, if I click a
link directly to a PDF file, it will open in Acrobat.

--
Scott Stroz
Boyzoid.com 
___
Some days you are the dog,
Some days you are the tree.


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220056
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Content-Type

2005-10-04 Thread Matthew Small
Thanks for your help and thanks to Dave. I've decided to save my PDF on the
server and will provide a link in my application that will allow my user to
download and/or open.

 
Matthew Small
Web Developer
American City Business Journals
704-973-1045
[EMAIL PROTECTED]
 

-Original Message-
From: Matt Robertson [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, October 04, 2005 3:20 PM
To: CF-Talk
Subject: Re: Content-Type

Assuming you save the file somewhere yourself on your server, there
used to be a way to do this but its no longer reliable.

You push the file to the client with cfcontent, set the mime type to
application/unknown and set the type to 'attachment'.  In the olden
days before security tightened up this would give you a save dialog no
matter what.  I would be real careful about any attempt to delete it
immediately afterwards as you'll probably delete a file still in
transmission to the client.

IIRC default Windows firewall settings now prohibit acceptance of
application/unknown MIME types like this.

--
--mattRobertson--
Janitor, MSB Web Systems
mysecretbase.com



~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220055
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Content-Type

2005-10-04 Thread Matt Robertson
Previous post wasn't too clear.  Here's the tutorial, written up when
this still worked.  I converted everything to the proper MIME type
ages ago.

Perhaps you can set the type to attachment and it will work? 
Personally I haven't tried it.

http://mysecretbase.com/How_To_Display_Protected_Files.cfm

--
--mattRobertson--
Janitor, MSB Web Systems
mysecretbase.com

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220054
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Content-Type

2005-10-04 Thread Matt Robertson
Assuming you save the file somewhere yourself on your server, there
used to be a way to do this but its no longer reliable.

You push the file to the client with cfcontent, set the mime type to
application/unknown and set the type to 'attachment'.  In the olden
days before security tightened up this would give you a save dialog no
matter what.  I would be real careful about any attempt to delete it
immediately afterwards as you'll probably delete a file still in
transmission to the client.

IIRC default Windows firewall settings now prohibit acceptance of
application/unknown MIME types like this.

--
--mattRobertson--
Janitor, MSB Web Systems
mysecretbase.com

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220053
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: XML/RSS Search Feed

2005-10-04 Thread Roger B.
> (1) Does the client write the forms to be used for searching or do we supply 
> that to them...

When publishing an XML document, your job is to provide the results in
a known document format (RSS or something else entirely) and let them
know how your URIs work. It can get a bit more complicated than that
in some cases, but not for simple search engine queries.

> ...or could they just use inline frames that point to templates on our site?

I think you need to clarify exactly what you're trying to do.

(1) Are you trying to provide search results that can be consumed by
other machines/servers, stored and/or manipulated, and then displayed
to that machine's user(s)? If so, then XML is what you're after.

(2) Are you trying to provide search results directly to end-users,
without any storage or customization on the part of "foreign" sites?
If so, then just output plain ol' HTML. You can deliver it via IFRAME
or Javascript.

--
Roger Benningfield
JournURL
http://admin.support.journurl.com/
http://admin.mxblogspace.journurl.com/

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220052
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


XHTML Strict and Tidy for CF

2005-10-04 Thread Jason Manaigre
Hi everyone, does anyone use tidy with homesite+ on their .cfm files?


~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220051
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: OT: Javascript XML parsing

2005-10-04 Thread Paul
Well that certainly makes sense now that I consider it.  Thanks!

-Original Message-
From: Robert Munn [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, October 04, 2005 12:12 PM
To: CF-Talk
Subject: Re: OT: Javascript XML parsing

Oh, brain fart, sorry. Your browser doesn't know about the drive paths.
You'll need to put the file in a Web accessible folder and refer to it using
a Web path,
e.g. /test/menu.xml



~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220050
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


sot: dreamweaver question

2005-10-04 Thread Tony
hi there.

if any of you dreamweavers can help, that would be awesome.

problem: i created a snippet and in doing so, i put a # in the name of it.
well, for some reason dreamweaver is tripping on this, and will not
relinquish it,
let me use it, delete it, or anything , i cannot find the file to
remove it, whatever.

how does one go about KILLING all snippets, shortcuts, etc?  i have uninstalled
clean registry, and reinstalled 4 laborious times, and to no avail, it
still shows up.

here is the exact error message:

While executing Snippets*CFMX_Stuff*Surround_with #'s.csn command in menus.xml,
the following error(s) occurred:

SyntaxError: missing ) after argument list

and its driving me nuts.

help

thanks!

--
tony

Tony Weeg
tonyweeg [at] gmail [dot] com

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220049
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Content-Type

2005-10-04 Thread Dave Watts
> I have a PDF that is generated on the fly and it has no 
> file name. I want to send this PDF to the client for SAVE 
> only - I don't want Acrobat Viewer to open. Is there anyway 
> I can achieve this?

Not really, in a consistent and reliable manner. It's up to the browser to
figure out what to do with various file types. If the browser is configured
to open PDF files by launching Acrobat, and it receives a file identified as
PDF, it's going to launch Acrobat. Your best bet is to tell people to click
the little "Save" button within Acrobat.

You could zip the file on the server, then let people download the zipped
PDF.

> If I can't do that, is there a header or something that 
> I can send to the browser to indicate to open in a new 
> window, so my original window is not used? Javascript is 
> not allowed.

If you want to open something in a new browser window, you can either use
JavaScript or have them click on a hyperlink that has the appropriate TARGET
attribute. The web server cannot arbitrarily open browser windows.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized 
instruction at our training centers in Washington DC, Atlanta, 
Chicago, Baltimore, Northern Virginia, or on-site at your location. 
Visit http://training.figleaf.com/ for more information!


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220048
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CFADV Pop3Gateway problems

2005-10-04 Thread Rick Root
I figured it out.  I configured my pop3 server (running qmail) to record 
ALL pop3 traffic so I could see what username and password the gateway 
was sending.  Turned out it was sending the right password but it was 
sending "SYSTEM" as the username.  This prompted me to look at the 
original java file, and I see that it's looking for "username" in the 
configuration file, not "login".

So there's a typo in the book's recommended configuration file.

Rick

Rick Root wrote:
> Rick Root wrote:
> 
>>I would like to use the POP3Gateway that appears in Ben's Advanced CF 7 
>>book, but I'm having some problems.
>>
>>Do I need to restart CF for it to notice the jar file there?
> 
> 
> I answered this question myself by restarting the server, but now I'm 
> having another problem.  It's not doing anything.
> 
> After browsing through various log files, I finally found an error in 
> C:\CFUSIONMX7\runtime\logs\coldfusion-err.log
> 
> 
> coldfusion.server.ServiceRuntimeException: authorization failed
>   at POP3Gateway.pollForNewMessages(POP3Gateway.java:165)
>   at POP3Gateway.access$000(POP3Gateway.java:16)
>   at POP3Gateway$1.run(POP3Gateway.java:81)
>   at java.lang.Thread.run(Unknown Source)
> 
> 
> However, the username and password in my config file are correct.  I 
> copied/pasted them directly out of a CFML page that was using CFPOP.
> 
> My config file looks like this:
> 
> hostname=mail.webworksllc.com
> [EMAIL PROTECTED]
> password=
> 
> 
> The following is in C:\CFUSIONMX7\logs\pop3.log:
> 
> 
> "Information","jrpp-5","10/04/05","14:02:42",,"POP3Gateway.loadPropertiesFromFile():enter"
> "Information","jrpp-5","10/04/05","14:02:42",,"POP3Gateway.loadPropertiesFromFile():exit"
> "Information","jrpp-5","10/04/05","14:02:42",,"POP3Gateway(CFLISTMANAGER,E:\Inetpub\wwwroot\tools\cflistmanager\pop3gateway.cfg).constructor:
>  
> complete"
> "Information","Thread-2237","10/04/05","14:02:42",,"POP3Gateway.start():enter"
> "Information","Thread-2237","10/04/05","14:02:42",,"POP3Gateway.start():exit"
> "Information","Thread-2239","10/04/05","14:02:42",,"POP3Gateway.pollForNewMessages():enter"
> 
> 
> There doesn't seem to be any indiciation of what might be wrong.
> 
> I have verified the username and password both by using CFPOP and just 
> plain telnet:
> 
> 
> +OK <[EMAIL PROTECTED]>
> user [EMAIL PROTECTED]
> +OK
> pass 
> +OK
> list
> +OK
> ..
> quit
> +OK
> 
> 
> Connection to host lost.
> 
> 
> So... what the heck?
> 
> Rick
> 
> 
> 

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220047
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Content-Type

2005-10-04 Thread Matthew Small
Hi there,
I have a PDF that is generated on the fly and it has no file name.
I want to send this PDF to the client for SAVE only - I don't want Acrobat
Viewer to open.  Is there anyway I can achieve this?
If I can't do that, is there a header or something that I can send
to the browser to indicate to open in a new window, so my original window is
not used?  Javascript is not allowed.

Thanks,

Matthew Small
Web Developer
American City Business Journals
704-973-1045
[EMAIL PROTECTED]
 


~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220046
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CF and Oracle Ref Cursors

2005-10-04 Thread Matt Osbun
Thanks for the tip.  Unfortunately, as I was laid off this morning,
I'm afraid the urgency has diminished somewhat.

Matt Osbun
Unemployed CFGeek

On 9/30/05, Dave Watts <[EMAIL PROTECTED]> wrote:
> > I'm using an ODBC datasource because, according to the docs, you must
> > use cfprocresult to get a ref cursor from Oracle 8, and can't use
> > cfprocresult with Oracle's ThinClient JDBC drivers.
>
> I'm no Oracle expert, but maybe you could use the Oracle JDBC drivers that
> use the native Oracle client, instead of the thin client drivers.
>
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220045
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CFADV Pop3Gateway problems

2005-10-04 Thread Rick Root
Rick Root wrote:
> 
> I would like to use the POP3Gateway that appears in Ben's Advanced CF 7 
> book, but I'm having some problems.
> 
> Do I need to restart CF for it to notice the jar file there?

I answered this question myself by restarting the server, but now I'm 
having another problem.  It's not doing anything.

After browsing through various log files, I finally found an error in 
C:\CFUSIONMX7\runtime\logs\coldfusion-err.log


coldfusion.server.ServiceRuntimeException: authorization failed
at POP3Gateway.pollForNewMessages(POP3Gateway.java:165)
at POP3Gateway.access$000(POP3Gateway.java:16)
at POP3Gateway$1.run(POP3Gateway.java:81)
at java.lang.Thread.run(Unknown Source)


However, the username and password in my config file are correct.  I 
copied/pasted them directly out of a CFML page that was using CFPOP.

My config file looks like this:

hostname=mail.webworksllc.com
[EMAIL PROTECTED]
password=


The following is in C:\CFUSIONMX7\logs\pop3.log:


"Information","jrpp-5","10/04/05","14:02:42",,"POP3Gateway.loadPropertiesFromFile():enter"
"Information","jrpp-5","10/04/05","14:02:42",,"POP3Gateway.loadPropertiesFromFile():exit"
"Information","jrpp-5","10/04/05","14:02:42",,"POP3Gateway(CFLISTMANAGER,E:\Inetpub\wwwroot\tools\cflistmanager\pop3gateway.cfg).constructor:
 
complete"
"Information","Thread-2237","10/04/05","14:02:42",,"POP3Gateway.start():enter"
"Information","Thread-2237","10/04/05","14:02:42",,"POP3Gateway.start():exit"
"Information","Thread-2239","10/04/05","14:02:42",,"POP3Gateway.pollForNewMessages():enter"


There doesn't seem to be any indiciation of what might be wrong.

I have verified the username and password both by using CFPOP and just 
plain telnet:


+OK <[EMAIL PROTECTED]>
user [EMAIL PROTECTED]
+OK
pass 
+OK
list
+OK
..
quit
+OK


Connection to host lost.


So... what the heck?

Rick


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220044
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: OT: Javascript XML parsing

2005-10-04 Thread Robert Munn
Oh, brain fart, sorry. Your browser doesn't know about the drive paths. You'll 
need to put the file in a Web accessible folder and refer to it using a Web 
path,
e.g. /test/menu.xml


>Good suggestion, but no dice; same error as the C:/\test/\menu.xml
>attempt...
>
>-Original Message-
>From: Robert Munn [mailto:[EMAIL PROTECTED] 
>Sent: Tuesday, October 04, 2005 10:28 AM
>To: CF-Talk
>Subject: Re: OT: Javascript XML parsing
>
>try this:
>
>var xmlFile="C:\\test\\menu.xml";

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220043
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: i18n problem - utf-8 chars not displaying correctly

2005-10-04 Thread Paul Hastings
Duncan wrote:
> The only way we can get the chars to display correctly is by entering them
> in to SQL Server 2000 using th N'string in here' notation. But that means

no, you could & should use cfqueryparam along with turning on the 
unicode option for that DSN. here's a blog entry on the subject: 
http://www.sustainablegis.com/blog/cfg11n/index.cfm?mode=entry&entry=F9553D86-20ED-7DEE-2A913AFD8651643F
 


> the db collation is SQL_Latin_General at the moment - I have a bad feeling
> this is the problem and its not easy to change?

that would depend on if the chars you're looking for are in that code 
page. even w/unicode, you want to use collations that cover the majority 
of your user's languages.

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220042
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Open CF Wiki Code Search

2005-10-04 Thread Ian Skinner
And my co-worker who just didn't activate his devnet subscription until last 
month.  His theoretically goes to September 2006.  Now I wonder if they will 
continue just for him after everybody else falls out at the end of the year.  
Hmmm.


--
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA
 
"C code. C code run. Run code run. Please!"
- Cynthia Dunning

Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message. 




~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220041
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Open CF Wiki Code Search

2005-10-04 Thread Adrocknaphobia
A DRK that will only be distributed to the 5 people who were duped
into renewing thier subscription last dec/jan.

Release it to the masses. Screw the DRK.

-Adam

On 9/30/05, Raymond Camden <[EMAIL PROTECTED]> wrote:
> There is another DRK in the works.
>
> On 9/29/05, Jerry Johnson <[EMAIL PROTECTED]> wrote:
> > Isn't the DRK a thing of the past?
> >
> > On 9/29/05, Raymond Camden <[EMAIL PROTECTED]> wrote:
> > > Sounds like a great idea for a DRK app...
> > >
> > > On 9/29/05, Stephen Cassady <[EMAIL PROTECTED]> wrote:
> > > > Does anybody have a linke to a CF driven Wiki System? I'm looking at
> > > > something to jumpstart a build of a Fusebox/CF Wiki system.
> >
> >
>
> 

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220040
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: cfselect

2005-10-04 Thread Snake
I'm using FLASH FORMS btw, so I can't do that :-)

-Original Message-
From: Thomas Chiverton [mailto:[EMAIL PROTECTED] 
Sent: 04 October 2005 15:32
To: CF-Talk
Subject: Re: cfselect

On Tuesday 04 October 2005 15:14, Snake wrote:
> I applied update 7.0.1 and this appears to have made some selects 
> work, but not all of them

Sure it's not your browser ? If you inspect the HTML generated, what does it
have for the 'selected' attribute.

-- 

Tom Chiverton
Advanced ColdFusion Programmer



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220039
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Questions regarding using CFMX7 with EJBs

2005-10-04 Thread Tanguy Rademakers
Hello,

Just a quick followup to post the stack trace i get when i try this(see below). 
As you can see, this is very much a CF problem: the call never gets to the EJB, 
because CF can't seem to figure out which method to call on the bean (as 
evidenced by the "coldfusion.runtime.java.MethodSelectionException AT 
coldfusion.runtime.java.ObjectHandler.findMethodUsingCFMLRules" message). Once 
again, this only occurs when trying to pass a java object i create myself 
(using cfobject or createobject, it makes no difference) to the EJB. If the EJB 
passes me the object, i can pass it back no problems. The object itself is a 
very basic bean, nothing special to it.

If anybody has any thoughts on this, i'd love to hear them...

/t

---stack---
coldfusion.runtime.java.MethodSelectionException: The selected method 
getOrderShippingAddresses was not found.
   at 
coldfusion.runtime.java.ObjectHandler.findMethodUsingCFMLRules(ObjectHandler.java:176)
   at coldfusion.runtime.StructBean.invoke(StructBean.java:398)
   at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:1655)
   at 
cfjava2ecfm529654359.runPage(/home/web/hsmc/cfusion-war/tanguyland/java.cfm:46)
   at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
   at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343)
   at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
   at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:210)
   at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
   at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:50)
   at 
coldfusion.filter.BrowserDebugFilter.invoke(BrowserDebugFilter.java:52)
   at 
coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
   at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
   at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
   at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
   at coldfusion.CfmServlet.service(CfmServlet.java:105)
   at 
coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:78)
   at 
weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1006)
   at 
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419)
   at 
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:315)
   at 
weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6722)
   at 
weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
   at 
weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
   at 
weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3764)
   at 
weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2644)
   at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
   at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)

>Hello List,
>
>I'm running into a problem using CFMX7 enterprise on weblogic to call an
>EJB deployed in the same instance of weblogic (so it's running in the
>same JVM), but in a different application (so it's loaded by a different
>classloader). The basic problem is that i can't pass objects that i
>create in CF to the EJB - the call fails with a NoSuchMethodError
>because (i'm speculating here) the object that i'm passing was loaded
>with a different classloader than the one "expected" on the other side
>(If the EJB is deployed in a different instance of weblogic, then
>everything works as advertised, but that's not an option for me.
>Likewise if the EJB is deployed in the same app as cf.).
>
>So far, i'm getting around this by having the EJB give me empty
>instances of the objects in question, which i then populate with data
>and return to the EJB, but this has the nasty side effect of adding all
>kinds of getX() methods to the java API, which i have to "share" with
>java developers writing "regular" java web apps (which have no problem
>whatsoever doing what i'm trying to do). I've looked into creating a
>pojo business delegate (a simple object that sits between cfmx and the
>ejb in question, and handles things like lookups) but i'm running into
>the same problems - i can look up an EJB but i can't pass objects i
>created to it.
>
>Has anybody here achieved what i'm trying to do? Any pointers or hints,
>even just "it worked fine for us", would be much appreciated.
>
>Thanks for your time,
>/t

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Messag

RE: [SOT] Better WDDX JavaScript serializer/deserializer functions?

2005-10-04 Thread Dan G. Switzer, II
The reason the wddx.js stuff is so slow is because it's parsing the XML as a
string. The larger the string the slow it is. It was written this way for
maximum browser compatibility.

Since you're relying on AJAX (which would utilize an XML object within the
browser,) you might be able to get a speed increase by creating a new WDDX
library that uses the XML object to natively parse the XML document and then
convert that into data.

It would be interesting to see what the speed difference would be. I would
think it would be substantial, but still might be klunky over really large
XML chunks (just because the browsers generally don't handle very large XML
data streams...)

-Dan



>-Original Message-
>From: wolf2k5 [mailto:[EMAIL PROTECTED]
>Sent: Sunday, October 02, 2005 3:33 PM
>To: CF-Talk
>Subject: [SOT] Better WDDX JavaScript serializer/deserializer functions?
>
>Hi all,
>
>I am developing a web application with ColdFusion MX 6.1.
>
>I added some AJAX features using WDDX as format for exchanging data
>between the browser and the server, since it's supported natively by
>ColdFusion (e.g. CFCs with remote access).
>
>However the WDDX JavaScript serializer/deserializer functions from the
>www.openwddx.org web site seems pretty slow when dealing with
>large/complex amount of data, e.g. a 50 KBytes WDDX packet, containing
>a struct, containing some strings and a large recordset ...
>
>Both Internet Explorer and Firefox take up a lot of time (e.g. 10
>seconds) to decode the data ...
>
>Do you know any better WDDX JS library?
>
>Should I just dump WDDX and go with something more recent, e.g. JSON?
>
>Thanks.
>
>

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220037
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: OT: Javascript XML parsing

2005-10-04 Thread Paul
Good suggestion, but no dice; same error as the C:/\test/\menu.xml
attempt...

-Original Message-
From: Robert Munn [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, October 04, 2005 10:28 AM
To: CF-Talk
Subject: Re: OT: Javascript XML parsing

try this:

var xmlFile="C:\\test\\menu.xml";



~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220036
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: What is null null,The error occurred on line -1

2005-10-04 Thread Paul Stewart
I have seen it do it for a comment??? and it can mean a CFC is missing 
somewhere

Paul Stewart
Site Developer
[EMAIL PROTECTED]
www.whichfranchise.com

- Original Message - 
From: "Douglas Knudsen" <[EMAIL PROTECTED]>
To: "CF-Talk" 
Sent: Tuesday, October 04, 2005 4:13 PM
Subject: Re: What is null null,The error occurred on line -1


> among other things, eh?  I have seen this error on cfms that never
> access a DB.  Sometimes a forced recompile of the file makes it go
> away.  I have heard of others discovering an errant cfcomment even.
> Seems to be a catch all wierd error.
>
> DK
>
> On 10/4/05, Thomas Chiverton <[EMAIL PROTECTED]> wrote:
>> On Monday 03 October 2005 18:29, Mark W. Breneman wrote:
>> > Any one have any idea what this error is or how it is triggered? And 
>> > how
>> > to prevent it?
>>
>> It's a problem with the DataDirect JDBC drivers MM ship with ColdFusion.
>>
>> --
>>
>> Tom Chiverton
>> Advanced ColdFusion Programmer
>>
>>
>
> 

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220035
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


CFADV Pop3Gateway problems

2005-10-04 Thread Rick Root
Hi,

I would like to use the POP3Gateway that appears in Ben's Advanced CF 7 
book, but I'm having some problems.

I've put the .jar file in C:\CFUSIONMX7\gateway\lib

The text references a file called j2ee.jar but I don't know what this 
file is or where to get it.

Barring that, I've followed the instructions to set up the gateway type 
in the cf administrator, where it says to enter the java class as 
"POP3Gateway" .. which I've done, but when I try to save it, I get:

Error creating gateway type.
Unable to find or load Gateway class POP3Gateway

Do I need to restart CF for it to notice the jar file there?

I have CFMX7 installed as a standalone server on Windows.

Rick


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220034
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Populating a PDF document with CF variables

2005-10-04 Thread Bryan Stevenson
From: "Russ" <[EMAIL PROTECTED]>
To: "CF-Talk" 
Sent: Tuesday, October 04, 2005 9:22 AM
Subject: RE: Populating a PDF document with CF variables


> Why not just modify the java code and then just call the java class to do
> the work (passing in the appropriate parameters)?

Ummm..because the Java code in iText already does what is required!! ;-)

To use iText in CF you have to write code to call and use the Java classes 
in iText...perhaps that is what you meant by "modify the Java code"?? 
Ultimately there is no "modifying"just using the iText Java based 
examples to figure out what classes to use and how to use themthen you 
write CF code that does the same thing.  If you are unfamiliar with Java 
there are parts of this that can be a bit trickyat least when geting 
started.

Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com 


~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220033
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: OT: Javascript XML parsing

2005-10-04 Thread Robert Munn
try this:

var xmlFile="C:\\test\\menu.xml";

>I am successfully parsing an XML document using the javascript below.  I am
>running into trouble, however, when I try to parse an xml file that doesn't
>exist in the same directory as the calling page.  See inline comments below.
>
> 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220032
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


OT: Javascript XML parsing

2005-10-04 Thread Paul
I am successfully parsing an XML document using the javascript below.  I am
running into trouble, however, when I try to parse an xml file that doesn't
exist in the same directory as the calling page.  See inline comments below.

 

var xmlDoc = new ActiveXObject("Microsoft.XMLDOM");

 

function loadXML(xmlFile){

xmlDoc.async="false";

xmlDoc.onreadystatechange=verify;

xmlDoc.load(xmlFile);

xmlObj=xmlDoc.documentElement;

}

..

/* This line works */

var xmlFile="menu.xml";

/* This line doesn't work & throws js error */

var xmlFile="C:\test\menu.xml";

/* This line doesn't work, but doesn't throw any js error, either */

var xmlFile="C:/\test/\menu.xml";

..

loadXML(xmlFile);

 

 



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220031
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Populating a PDF document with CF variables

2005-10-04 Thread Russ
Why not just modify the java code and then just call the java class to do
the work (passing in the appropriate parameters)?

-Original Message-
From: Bryan Stevenson [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, October 04, 2005 12:16 PM
To: CF-Talk
Subject: Re: Populating a PDF document with CF variables

- Original Message - 
From: "Ian Vaughan" <[EMAIL PROTECTED]>

> Hi Bryan
>
> I have just taken a look at iText and the following example which is
> similar to what I am trying to achieve - i.e. populate form field areas
> of a PDF document with Coldfusion variables
>
> http://itextdocs.lowagie.com/examples/com/lowagie/examples/general/copys
> tamp/Register.java - code
>
> http://itextdocs.lowagie.com/tutorial/general/copystamp/SimpleRegistrati
> onForm.pdf  = Input
> http://itextdocs.lowagie.com/tutorial/general/copystamp/registered.pdf -
> output
>
> How do you get this to work with the CFDocument tag in CFMX 7?

You don't ;-)  You have to write some methods as part of a CFC (or at least 
that's where I'd put the code).  Take the Java examples and convert them to 
CF using things like CreateObject() to instantiate the Java classes you 
need.

This is not a simple taskyou'll have to sit down and get your hands 
dirty ;-)

HTH

Cheers

Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com 




~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220030
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Populating a PDF document with CF variables

2005-10-04 Thread Bryan Stevenson
- Original Message - 
From: "Ian Vaughan" <[EMAIL PROTECTED]>

> Hi Bryan
>
> I have just taken a look at iText and the following example which is
> similar to what I am trying to achieve - i.e. populate form field areas
> of a PDF document with Coldfusion variables
>
> http://itextdocs.lowagie.com/examples/com/lowagie/examples/general/copys
> tamp/Register.java - code
>
> http://itextdocs.lowagie.com/tutorial/general/copystamp/SimpleRegistrati
> onForm.pdf  = Input
> http://itextdocs.lowagie.com/tutorial/general/copystamp/registered.pdf -
> output
>
> How do you get this to work with the CFDocument tag in CFMX 7?

You don't ;-)  You have to write some methods as part of a CFC (or at least 
that's where I'd put the code).  Take the Java examples and convert them to 
CF using things like CreateObject() to instantiate the Java classes you 
need.

This is not a simple taskyou'll have to sit down and get your hands 
dirty ;-)

HTH

Cheers

Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com 


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220029
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Open CF Wiki Code Search

2005-10-04 Thread Thomas Chiverton
On Friday 30 September 2005 14:26, Raymond Camden wrote:
> There is another DRK in the works.

So is that the last one then ?
I'm sure I remembered them being killed off 

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220028
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Populating a PDF document with CF variables

2005-10-04 Thread Robertson-Ravo, Neil (RX)
After a few pointers from Paul Hastings, I am now well on the way with iText
and CF...it is an awesome little util! can't recommend it enough..




-Original Message-
From: Ian Vaughan [mailto:[EMAIL PROTECTED] 
Sent: 04 October 2005 16:32
To: CF-Talk
Subject: RE: Populating a PDF document with CF variables

Hi Bryan

I have just taken a look at iText and the following example which is
similar to what I am trying to achieve - i.e. populate form field areas
of a PDF document with Coldfusion variables

http://itextdocs.lowagie.com/examples/com/lowagie/examples/general/copys
tamp/Register.java - code

http://itextdocs.lowagie.com/tutorial/general/copystamp/SimpleRegistrati
onForm.pdf  = Input
http://itextdocs.lowagie.com/tutorial/general/copystamp/registered.pdf -
output

How do you get this to work with the CFDocument tag in CFMX 7? 

-Original Message-
From: Bryan Stevenson [mailto:[EMAIL PROTECTED] 
Sent: 03 October 2005 16:52
To: CF-Talk
Subject: Re: Populating a PDF document with CF variables

>
> Yeah thanks I know about the CFDocument tag, what I was trying to find

> out was if you could populate an already constructed PDF Document with

> Coldfusion.

Look into iText (which is behind CFDOCUMENT) found on SourceForge.  I'm
pretty sure you'd be able to do what you want.

Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com 






~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220027
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Populating a PDF document with CF variables

2005-10-04 Thread jgeorges
WOuld you display cex124.fdf







 --- On Tue 10/04, Ian Vaughan < [EMAIL PROTECTED] > wrote:

From: Ian Vaughan [mailto: [EMAIL PROTECTED]

To: cf-talk@houseoffusion.com

Date: Tue, 4 Oct 2005 11:38:40 +0100

Subject: RE: Populating a PDF document with CF variables



HiThanks for the replies I have tried the following based on the 
articleathttp://www.worlddesign.com/index.cfm/rd/cf/PDFForms.htmI.E.Defined
 two test form fields in the PDF doc and exported it out to a 
FDFfile.Then run the following code on my CF 
pageHowever in my 
browser all I am receiving is an icon in the top left ofthe screen.  If I 
run a properties on this its type is an 'Adobe AcrobatForms 
Document'Any ideas on why the PDF document is not loading with the 
populated formfields?ThanksIan

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220026
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Null list bug?

2005-10-04 Thread Deanna Schneider
See, that's the problem. That's _not_ what happens when dealing with a list
and Oracle. Not sure about other DB's. Anyone care to test it with sql
server or mysql or your fav db?

On 10/4/05, wolf2k5 <[EMAIL PROTECTED]> wrote:
>
>
> Actually, according to the docs, when you set the null attribute to
> yes, the value attribute is ignored:
> 
>
>


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220025
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Populating a PDF document with CF variables

2005-10-04 Thread Ian Vaughan
Hi Bryan

I have just taken a look at iText and the following example which is
similar to what I am trying to achieve - i.e. populate form field areas
of a PDF document with Coldfusion variables

http://itextdocs.lowagie.com/examples/com/lowagie/examples/general/copys
tamp/Register.java - code

http://itextdocs.lowagie.com/tutorial/general/copystamp/SimpleRegistrati
onForm.pdf  = Input
http://itextdocs.lowagie.com/tutorial/general/copystamp/registered.pdf -
output

How do you get this to work with the CFDocument tag in CFMX 7? 

-Original Message-
From: Bryan Stevenson [mailto:[EMAIL PROTECTED] 
Sent: 03 October 2005 16:52
To: CF-Talk
Subject: Re: Populating a PDF document with CF variables

>
> Yeah thanks I know about the CFDocument tag, what I was trying to find

> out was if you could populate an already constructed PDF Document with

> Coldfusion.

Look into iText (which is behind CFDOCUMENT) found on SourceForge.  I'm
pretty sure you'd be able to do what you want.

Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com 




~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220024
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


cfgridupdate problem - Please Help!!

2005-10-04 Thread Chris Tilley
I get the following error when I change something in the grid and submit:

 Primary key not found for the "STEP_1" table.  The table you are attempting
to UPDATE (STEP_1) does not have a primary key (a field or set of fields
which uniquely identify each record).   The error occurred in
*C:\CFusionMX7\wwwroot\WCF_NOR_Admin\test2.cfm:
line 3*

1 :
2 : 
*3 :





select ACCOUNTING_FY,
SOURCE_COST_CENTER,
DESTINATION_COST_CENTER
from WCF.STEP_1



















I have a primary key on the table that consists of all 3 columns.

I figure that it's something rather simple but I can't get it working.
Thanks for your time and assistance in advance.

--
Chris Tilley


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220023
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: What is null null,The error occurred on line -1

2005-10-04 Thread Douglas Knudsen
among other things, eh?  I have seen this error on cfms that never
access a DB.  Sometimes a forced recompile of the file makes it go
away.  I have heard of others discovering an errant cfcomment even. 
Seems to be a catch all wierd error.

DK

On 10/4/05, Thomas Chiverton <[EMAIL PROTECTED]> wrote:
> On Monday 03 October 2005 18:29, Mark W. Breneman wrote:
> > Any one have any idea what this error is or how it is triggered? And how
> > to prevent it?
>
> It's a problem with the DataDirect JDBC drivers MM ship with ColdFusion.
>
> --
>
> Tom Chiverton
> Advanced ColdFusion Programmer
>
> 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220022
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Null list bug?

2005-10-04 Thread Dave Carabetta
On 10/4/05, wolf2k5 <[EMAIL PROTECTED]> wrote:
> On 10/4/05, Deanna Schneider <[EMAIL PROTECTED]> wrote:
> > Well, you sure do. What a goofy thing. That's the whole idea of the null
> > attribute. Ugh.
>
> Actually, according to the docs, when you set the null attribute to
> yes, the value attribute is ignored:
> 
>

Did you try the repro code? Clearly that statement applies only when
list="false" (or is not specified). Once you bring list="true" into
the tag, that statement is no longer correct, at least for Oracle.

Regards,
Dave.

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220021
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Null list bug?

2005-10-04 Thread wolf2k5
On 10/4/05, Deanna Schneider <[EMAIL PROTECTED]> wrote:
> Well, you sure do. What a goofy thing. That's the whole idea of the null
> attribute. Ugh.

Actually, according to the docs, when you set the null attribute to
yes, the value attribute is ignored:


Regards.

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220020
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Null list bug?

2005-10-04 Thread Deanna Schneider
Well, you sure do. What a goofy thing. That's the whole idea of the null
attribute. Ugh.

On 10/4/05, Dave Carabetta <[EMAIL PROTECTED]> wrote:

>
> Actually, the bug (which is in both MX 6.1 and MX 7.0.1) isn't with
> the "null" attribute setting. The problem is if you pass in a blank
> string to the "value" attribute when you specify list="true". If you
> put in a dummy value for the "value" attribute while specifying
> list="true" and null="true", then you'll get back an empty record set,
> as you'd expect:
>
> 
> SELECT *
> FROM emp
> WHERE empno IN ( list="true" null="true" />)
> 
>
> 
>
> Nice find though.
>
>
>


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220019
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: What is null null,The error occurred on line -1

2005-10-04 Thread Thomas Chiverton
On Monday 03 October 2005 18:29, Mark W. Breneman wrote:
> Any one have any idea what this error is or how it is triggered? And how
> to prevent it?

It's a problem with the DataDirect JDBC drivers MM ship with ColdFusion.

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220018
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: cfselect

2005-10-04 Thread Thomas Chiverton
On Tuesday 04 October 2005 15:14, Snake wrote:
> I applied update 7.0.1 and this appears to have made some selects work, but
> not all of them

Sure it's not your browser ? If you inspect the HTML generated, what does it 
have for the 'selected' attribute.

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220017
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Null list bug?

2005-10-04 Thread Dave Carabetta
On 10/4/05, Deanna Schneider <[EMAIL PROTECTED]> wrote:
> You know, I've been doing this CF/Oracle stuff for a long time, and I just
> figured out something I'd not figured out before. You can't use the null
> attribute of a cfqueryparam with a list with Oracle (at least not with our
> drivers). I don't know about other dbs. In sql plus it's perfectly
> acceptable to do:
>
> SELECT mycolumn
> FROM mytable
> WHERE id IN (null)
>
> But, if you do this in CF:
>
> SELECT mycolumn
> FROM mytable
> WHERE id IN ( list="yes" null="yes">)
>
> You'll get an error that says: [Macromedia][Oracle JDBC
> Driver][Oracle]ORA-00936: missing expression.
>
> But, you can run the query in CF without the queryparam, passing in null and
> it works just fine. This seems like a bug to me. Can anyone verify?
>
> We're on CF 6.1 still - so maybe this is fixed in 7? I tested in Oracle 8i
> and 10g, with no difference.
>
> Here's a sample workaround, btw - which I find preferable to just not using
> cfqueryparam:
> WHERE a.productid IN ( cfsqltype="cf_sql_varchar" value="#client.productcart#" list="yes">)
> IS NULL
>

Actually, the bug (which is in both MX 6.1 and MX 7.0.1) isn't with
the "null" attribute setting. The problem is if you pass in a blank
string to the "value" attribute when you specify list="true". If you
put in a dummy value for the "value" attribute while specifying
list="true" and null="true", then you'll get back an empty record set,
as you'd expect:


SELECT *
FROM emp
WHERE empno IN ()




Nice find though.

Regards,
Dave.

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220016
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


cfselect

2005-10-04 Thread Snake
Specifying a selected item for a CFSELECT doesn't appear to work.

I have tried all the following methods.

Binding to the query


Using the column directly


Even using a speciifc value



But still the first item in the list is selected and not the one specified.

I applied update 7.0.1 and this appears to have made some selects work, but
not all of them

Is it just me ?

--
Russ


___

For details on ALL mailing lists and for joining or leaving lists, go to
http://list.cfdeveloper.co.uk/mailman/listinfo

--
CFDeveloper Sponsors:-
>- Hosting provided by www.cfmxhosting.co.uk -<
>- Forum provided by www.fusetalk.com -<
>- DHTML Menus provided by www.APYCOM.com -<
>- Lists hosted by www.Gradwell.com -<
>- CFdeveloper is run by Russ Michaels, feel free to volunteer your help 
>-<



~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220015
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: FarCry 3.0 Sneak-Peek Breezo Recordings

2005-10-04 Thread Webmaster at FastTrack On Line
Hi Geoff,

I was just having a crack at the Farcry 2 installation over the weekend, and 
then saw the email in here from you.  Do you have a projected release date 
for V3 please?

Thanks, Jenny

- Original Message - 
From: "Geoff Bowers" <[EMAIL PROTECTED]>
To: "CF-Talk" 
Sent: Tuesday, October 04, 2005 8:02 AM
Subject: FarCry 3.0 Sneak-Peek Breezo Recordings


> Folks,
>
> I recorded the FarCry CMS 3.0 sneak-peek breezos as promised.  Each
> has a very similar intro, but the Q&A for each session was quite
> different.  Europe was the last presentation I did so arguably I'd got
> the demo down pat by then -- but heh.
>
> FarCry Glamourpuss USA
> Duration: 01:20:14
> http://macromedia.breezecentral.com/p88074831/
>
> FarCry Glamourpuss AUNZ
> Duration: 01:16:30
> http://macromedia.breezecentral.com/p43642718/
>
> FarCry Glamourpuss Europe
> Duration: 01:11:35
> http://macromedia.breezecentral.com/p93217675/
>
> If you need to OD on all of them I'd suggest that you see the first
> 50mins of one and then the Q&A which starts around the 50min mark on
> each (give or take 5mins).  Note that in a Breeze recording you can
> open the index and fast forward to specific parts of the presentation
> (nice Breeze feature) which saves you from having to wait.
>
> Enjoy!
>
> -- geoff
> http://www.daemon.com.au/
> On behalf of the FarCry Community http://www.farcrycms.org/
>
> PS. Apologies for any cross-posts!
>
> 

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220014
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Report Builder Update Problems?

2005-10-04 Thread Tim Claremont
In IIS, Annonymous Access is enabled, as is Integrated Windows Authentication

When I change the host to the server IP address, I get the following:

An error occured accessing RDS Server. A connection to the RDS Server could not 
be established because the webserver was unreachable.

Between stuff like this and the painfully slow loading forms... 






 

> The RDS client did change in the new version of the Report Builder, it 
> no longer uses the Homesite dll's, it's embedded.
> 
> Are you using SSL on your webserver?  Is there some other kind of 
> authentication method that is on your 
webserver?

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220013
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Null list bug?

2005-10-04 Thread Deanna Schneider
You know, I've been doing this CF/Oracle stuff for a long time, and I just
figured out something I'd not figured out before. You can't use the null
attribute of a cfqueryparam with a list with Oracle (at least not with our
drivers). I don't know about other dbs. In sql plus it's perfectly
acceptable to do:

SELECT mycolumn
FROM mytable
WHERE id IN (null)

But, if you do this in CF:

SELECT mycolumn
FROM mytable
WHERE id IN ()

You'll get an error that says: [Macromedia][Oracle JDBC
Driver][Oracle]ORA-00936: missing expression.

But, you can run the query in CF without the queryparam, passing in null and
it works just fine. This seems like a bug to me. Can anyone verify?

We're on CF 6.1 still - so maybe this is fixed in 7? I tested in Oracle 8i
and 10g, with no difference.

Here's a sample workaround, btw - which I find preferable to just not using
cfqueryparam:
WHERE a.productid IN ()
IS NULL


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220012
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: OT: SQL Server + internal/external IPs

2005-10-04 Thread Bob Haroche
On Oct 4, 2005, at 12:11 AM, Kay Smoljak wrote:
>
> The machine has two network interfaces - an internal 10.0.0.n IP and
> an external 203.n.n.n IP. I can connect to the local 10.0.0.n IP using
> Enterprise Manager no problems - but not using the external IP
>

Are you sure your router supports loopback? I had the same issue  
where I couldn't browse to my dev sites using their external IP's  
when I'm on my LAN, though I can when I'm outside my LAN. I have a  
SOHO Netgear router and the manufacturer confirmed that routers of  
that grade do not support internal loopback like I was trying to do.  
My solution was to change by hosts file to point to the server like so:

www.client.dev.mydomain.com  192.168.0.x.x

So now I can browse to the server but I'm never leaving the LAN.


--
Regards,
Bob Haroche

OnPoint Solutions
www.OnPointSolutions.com





~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220011
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Suggestions wanted

2005-10-04 Thread Thomas Chiverton
On Monday 03 October 2005 15:15, Bobby Hartsfield wrote:
> That might be a tough one though h...
> (2,6) ?

You'd be better not reinventing the wheel and using a well proven reg. exp. 
that checks against the RFC, such as 
http://www.ex-parrot.com/~pdw/Mail-RFC822-Address.html

AFAIK CF supports perl style reg. exps, so that one should be fine.

isEmail() on cflib is alright, but shouldn't bother hard-coding a list of tld, 
and doesn't belive I can have '!' or '+' on the lhs of the @, for instance.

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220010
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: FarCry 3.0 Sneak-Peek Breezo Recordings

2005-10-04 Thread Ken Ferguson
Thanks for taking the time to do that Geoff. I can't wait to check 'em out.

--Ferg

Geoff Bowers wrote:

>Folks,
>
>I recorded the FarCry CMS 3.0 sneak-peek breezos as promised.  Each
>has a very similar intro, but the Q&A for each session was quite
>different.  Europe was the last presentation I did so arguably I'd got
>the demo down pat by then -- but heh.
>
>FarCry Glamourpuss USA
>Duration: 01:20:14
>http://macromedia.breezecentral.com/p88074831/
>
>FarCry Glamourpuss AUNZ
>Duration: 01:16:30
>http://macromedia.breezecentral.com/p43642718/
>
>FarCry Glamourpuss Europe
>Duration: 01:11:35
>http://macromedia.breezecentral.com/p93217675/
>
>If you need to OD on all of them I'd suggest that you see the first
>50mins of one and then the Q&A which starts around the 50min mark on
>each (give or take 5mins).  Note that in a Breeze recording you can
>open the index and fast forward to specific parts of the presentation
>(nice Breeze feature) which saves you from having to wait.
>
>Enjoy!
>
>-- geoff
>http://www.daemon.com.au/
>On behalf of the FarCry Community http://www.farcrycms.org/
>
>PS. Apologies for any cross-posts!
>
>

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220009
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: XML/RSS Search Feed

2005-10-04 Thread Andy Matthews
Right...

You'd feed them XML based on their submission to you, then they could format
that XML in any way they desired. At that point, it becomes a recordset that
they can manipulate.



-Original Message-
From: Protoculture [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 04, 2005 8:18 AM
To: CF-Talk
Subject: Re: XML/RSS Search Feed


Thanks Andy, so in that case it would be up to them to provide the interface
as far as the visual displaying of the xml. And maybe even up to them to
design the forms or take them from our exsisting site.





>Your best bet might be to write a web service which they could consume.
Then
>instead of your code being the action page for their form, theyt simply
>query against your webservice, passing in a search term, and your code
>returns a recordset in XML.
>
>So, to encapsulate, you would write the code to search your data and the
XML
>which would be returned. They would write the form to be used. Of course
you
>could also write the form itself. Then the setup time on their end would be
>less.
>
>
>andy matthews
>web developer
>ICGLink, Inc.
>[EMAIL PROTECTED]
>615.370.1530 x737
>--//->
>
>-Original Message-
>From: Protoculture [mailto:[EMAIL PROTECTED]
>Sent: Tuesday, October 04, 2005 5:52 AM
>To: CF-Talk
>Subject: XML/RSS Search Feed
>
>
>Hello. Having never done what has been mentioned in the subject. I would
>like a simple overview of the process.
>
>I'll be using Coldfusion to generate a recordset ( preumably xml ) in order
>to allow other websites to perform searches against the data we store.
>
>My main questions are:
>
>(1) Does the client write the forms to be used for searching or do we
supply
>that to them. If we supply it, what formats can be used? ( ie. do we write
>an xml doc that they must parse to fill in the data ? ) or could they just
>use inline frames that point to templates on our site?
>
>(2) When the data is searched and it is returned ( again, presumably in xml
>format ). Is it up to the client to format the visuals ( the html code
>around the recordset, or is something like that generally considered to be
>the hosts site responsibility?
>
>Thanks for any help or direction in this.



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220008
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: XML/RSS Search Feed

2005-10-04 Thread Protoculture
Thanks Andy, so in that case it would be up to them to provide the interface as 
far as the visual displaying of the xml. And maybe even up to them to design 
the forms or take them from our exsisting site.





>Your best bet might be to write a web service which they could consume. Then
>instead of your code being the action page for their form, theyt simply
>query against your webservice, passing in a search term, and your code
>returns a recordset in XML.
>
>So, to encapsulate, you would write the code to search your data and the XML
>which would be returned. They would write the form to be used. Of course you
>could also write the form itself. Then the setup time on their end would be
>less.
>
>
>andy matthews
>web developer
>ICGLink, Inc.
>[EMAIL PROTECTED]
>615.370.1530 x737
>--//->
>
>-Original Message-
>From: Protoculture [mailto:[EMAIL PROTECTED]
>Sent: Tuesday, October 04, 2005 5:52 AM
>To: CF-Talk
>Subject: XML/RSS Search Feed
>
>
>Hello. Having never done what has been mentioned in the subject. I would
>like a simple overview of the process.
>
>I'll be using Coldfusion to generate a recordset ( preumably xml ) in order
>to allow other websites to perform searches against the data we store.
>
>My main questions are:
>
>(1) Does the client write the forms to be used for searching or do we supply
>that to them. If we supply it, what formats can be used? ( ie. do we write
>an xml doc that they must parse to fill in the data ? ) or could they just
>use inline frames that point to templates on our site?
>
>(2) When the data is searched and it is returned ( again, presumably in xml
>format ). Is it up to the client to format the visuals ( the html code
>around the recordset, or is something like that generally considered to be
>the hosts site responsibility?
>
>Thanks for any help or direction in this.

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220007
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: XML/RSS Search Feed

2005-10-04 Thread Andy Matthews
Your best bet might be to write a web service which they could consume. Then
instead of your code being the action page for their form, theyt simply
query against your webservice, passing in a search term, and your code
returns a recordset in XML.

So, to encapsulate, you would write the code to search your data and the XML
which would be returned. They would write the form to be used. Of course you
could also write the form itself. Then the setup time on their end would be
less.




-Original Message-
From: Protoculture [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 04, 2005 5:52 AM
To: CF-Talk
Subject: XML/RSS Search Feed


Hello. Having never done what has been mentioned in the subject. I would
like a simple overview of the process.

I'll be using Coldfusion to generate a recordset ( preumably xml ) in order
to allow other websites to perform searches against the data we store.

My main questions are:

(1) Does the client write the forms to be used for searching or do we supply
that to them. If we supply it, what formats can be used? ( ie. do we write
an xml doc that they must parse to fill in the data ? ) or could they just
use inline frames that point to templates on our site?

(2) When the data is searched and it is returned ( again, presumably in xml
format ). Is it up to the client to format the visuals ( the html code
around the recordset, or is something like that generally considered to be
the hosts site responsibility?

Thanks for any help or direction in this.



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220006
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: ways to cache a query other than 'cachedwithin'

2005-10-04 Thread Ray Champagne
Sorry, yes, this is true.  Should have been a little more clear.  Thanks!

Deanna Schneider wrote:
> Just to clarify - I'm assuming you mean that you're storing the instance of
> the CFC in the application scope - not that within the cfc you're storing
> the query into the application scope. Generally speaking, you don't want to
> touch persistent scopes from within a CFC.
> 
> On 10/4/05, Ray Champagne <[EMAIL PROTECTED]> wrote:
> 
>>Hey, Jim, just putting some closure on this topic for archive's
>>sakeI went with a CFC that stored the query in the application
>>scope. Many many thanks to Mike D. for helping me out with that, and
>>you for guiding me as to what was going wrong with my thinking.
>>
>>
>>
> 
> 
> 
> 

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220005
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


  1   2   >