Re: Logging shopping cart orders

2006-06-23 Thread John C. Bland II
I would make a history table. In there I'd probably do it one of two ways. 1) The History table would have HistoryID, OrderID, FieldChanged, OldValue, NewValue, and DateChanged. 2) I was interrupted by a call and I just got off the phone so I forgot #2. :-) If I remember, I'll email later. Hope t

Re: FJAX - discuss amongst yourselves

2006-06-23 Thread John C. Bland II
Yeah, that's coo. JSMX does the same. It is, really, whatever floats your boat. For me, if I want to do heavy JS work I'd use MochiKit. For Ajax, it is JSMX all the way. If I want all of the sliding effects, blah, blah, blah I'd most likely use Atlas or Spry. It is the ch

Logging shopping cart orders

2006-06-23 Thread Mike | NZSolutions Ltd
hi guys, my client wishes to be able to modify orders received from customers (add line item, edit line item, delete, modify freight etc.) - currently they can only view the order made which is very limiting. i have now made it so they can modify all details of an order, however i wish to retain

Re: eday calendar

2006-06-23 Thread Auke van Leeuwen
This seems to be the successor and is available from Adobe Exchange: http://www.adobe.com/cfusion/exchange/index.cfm#view=sn106&viewName=Exchange%20Search%20Details&loc=en_us&authorid=34423092&page=0&scrollPos=0&subcatid=0&snid=sn106&itemnumber=1&extid=1001423&catid=0 In case that doesn't work: t

Re: eday calendar

2006-06-23 Thread Auke van Leeuwen
This seems to be the successor and is available from Adobe Exchange: http://www.adobe.com/cfusion/exchange/index.cfm#view=sn106&viewName=Exchange%20Search%20Details&loc=en_us&authorid=34423092&page=0&scrollPos=0&subcatid=0&snid=sn106&itemnumber=1&extid=1001423&catid=0 In case that doesn't work: t

RE: Adding/Changing Host headers via CF

2006-06-23 Thread Michael E. Carluen
Dave, Ben... Thanks for the wildcard dns info... that is exactly what I was looking for! -Original Message- From: Ben Doom [mailto:[EMAIL PROTECTED] Sent: Friday, June 23, 2006 3:19 PM To: CF-Talk Subject: Re: Adding/Changing Host headers via CF I don't think you can directly control II

Re: Adding/Changing Host headers via CF

2006-06-23 Thread Ben Doom
I don't think you can directly control IIS from CF (though I seem to remember there being a plugin for it). However, you could point your default website to the CF directory. Then you can read the host header using CF and act appropriately. This would effectively wildcard it. If you need your

RE: Adding/Changing Host headers via CF

2006-06-23 Thread Dave Watts
> Is there any way to configure (add/modify/delete) the IIS > host headers using CF? > > The goal is to create "virtual" URL domains without actually > having physical directories/folders or sub-domains. As an example: > > URLs: > > www.mydomain.com/?id=1 or www.mysite.com/?id=2 > > clientna

RE: Progress of Uploading multiple images

2006-06-23 Thread Dave Watts
> Not really. Binary files are sent in the headers of the HTTP > request. A web server doesn't usually pass off the request to > a CF server until the entire request has been received, and > as such you'd probably have to modify your web server to pass > off requests in order to be able to pro

Adding/Changing Host headers via CF

2006-06-23 Thread Michael E. Carluen
Is there any way to configure (add/modify/delete) the IIS host headers using CF? The goal is to create "virtual" URL domains without actually having physical directories/folders or sub-domains. As an example: URLs: www.mydomain.com/?id=1 or www.mysite.com/?id=2 clientname1.mydomain.com/?

FJAX site is back up

2006-06-23 Thread Andy Matthews
http://www.fjax.net/ ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:244695 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: htt

Re: Progress of Uploading multiple images

2006-06-23 Thread Jordan Michaels
Ken wrote: > Hi. I have a form that lets users upload multiple images from one > page. Basically a set of Browse buttons, and a Upload button. > > I want to show to the users in a small pop-up window, the file being > uploaded, if possible with a progress bar. > So, it should show filename being u

Re: CF_MakeTree Question

2006-06-23 Thread Michael Dinowitz
I'm using lists for sorting (they work very well) and I don't see anywhere that I really use any numbers as numbers. The problem with using structures is that you can't keep it in a specific 1,2,3 order like lists and arrays. You can fake it with a position value, but it's more work than it's wo

Re: eday calendar

2006-06-23 Thread David Brown
I would like to know that too. - Original Message - From: "Robert Munn" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Friday, June 23, 2006 3:22 PM Subject: eday calendar > Anyone know Greg Zwart, who wrote eDay calendar? The infusion website > isn't > up any longer and I would like to get a

Monitor your own threads

2006-06-23 Thread Steve Brownlee
For those of you who saw the Memory Explorer app I threw together a few months ago, I finally figured out how to do everything in ColdFusion instead of relying on JSPs to create Java objects. http://www.orbwave.com/cfjboss/2006/06/java-native-types-threads-via.htm l And just for fun, I finally de

Re: Tabbed forms interface

2006-06-23 Thread David Brown
Yes, but let me just say that We have created many applications with flash CFForms. But we find it time consuming to make the page look the way you want it. If you are just going down the line with form fields then it's very good and easy. If you want to start making it look more like a rich

Re: CF_MakeTree Question

2006-06-23 Thread Michael Dinowitz
If you want to send me a sample of the data I can play with it. My first reaction is that your numbers are outside the range of an integer and this might be the problem but I don't really see that being a problem in the code itself. Also, what version are you using? Michael Dinowitz President:

RE: Compare cfdirectory name

2006-06-23 Thread Mark Leder
I figured this out using a loop. Thanks, Mark -Original Message- From: Mark Leder [mailto:[EMAIL PROTECTED] Sent: Friday, June 23, 2006 2:17 PM To: CF-Talk Subject: Compare cfdirectory name I'm trying to compare a URL passed value to the results of a cfdirectory, then direct the user

Re: Tabbed forms interface

2006-06-23 Thread Aaron Rouse
I found the tabbed interface in CFFORM good for making mock ups but for what I ended up needing it just wasn't best suited for the purpose and ended up going the DHTML route. On 6/23/06, Andy Matthews <[EMAIL PROTECTED]> wrote: > > Here we go. How to create a tabbed interface using the Flash CFFOR

RE: +UseParallelGC

2006-06-23 Thread Russ
Or better yet assign only the read permission to the user that CF is running as (you don't have CF running as system, do you?). And then leave full control for the user that you use to manage the server. This way you'll have the ability to change the file manually, but cf will only be able to rea

RE: Tabbed forms interface

2006-06-23 Thread Andy Matthews
Here we go. How to create a tabbed interface using the Flash CFFORM method: http://www.communitymx.com/content/article.cfm?cid=F00B5&print=true -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: Friday, June 23, 2006 3:12 PM To: CF-Talk Subject: Re: Tabbed forms in

RE: Tabbed forms interface

2006-06-23 Thread Munson, Jacob
Simon Horwith has a demo of doing dynamic tabs in flash cfform: http://www.horwith.com/index.cfm?mode=entry&entry=5BC61F86-E081-0478-475 59B336D434E9C > -Original Message- > From: Bryan Stevenson [mailto:[EMAIL PROTECTED] > Sent: Friday, June 23, 2006 2:11 PM > > > TNX for the refs. I w

Re: Tabbed forms interface

2006-06-23 Thread Bryan Stevenson
> They can... > > CF7 offers this functionality out of the box. Thanks Andythought I was losing it there for a sec ;-) 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 PRO

Re: Tabbed forms interface

2006-06-23 Thread Bryan Stevenson
> TNX for the refs. I was under the impression, perhaps incorrectly, that CF > FLASH FORMS could do tabbed interfaces ... I swear I saw a demo of tabbed interfaces using Flash based CFFORMthere is definately an accordian interface. Try the Getting Started With CFMX 7 demothat's where I s

RE: Tabbed forms interface

2006-06-23 Thread Andy Matthews
They can... CF7 offers this functionality out of the box. -Original Message- From: Richard Colman [mailto:[EMAIL PROTECTED] Sent: Friday, June 23, 2006 3:03 PM To: CF-Talk Subject: RE: Tabbed forms interface TNX for the refs. I was under the impression, perhaps incorrectly, that CF FL

RE: +UseParallelGC

2006-06-23 Thread Mark A Kruger
Brad, Hmmm The concensus is definitely to manually edit the java.args But to keep others out of the admin? Well you could try making the Jvm.config read only. It would probably throw an error if someone DID try and update it. -mark -Original Message- From: Brad Wood [mailto

RE: Tabbed forms interface

2006-06-23 Thread Richard Colman
TNX for the refs. I was under the impression, perhaps incorrectly, that CF FLASH FORMS could do tabbed interfaces ... -Original Message- From: Terry L Schmitt [mailto:[EMAIL PROTECTED] Sent: Friday, June 23, 2006 12:54 PM To: CF-Talk Subject: Re: Tabbed forms interface I've used this on

Re: Tabbed forms interface

2006-06-23 Thread Terry L Schmitt
I've used this on numerous projects. http://webfx.eae.net/dhtml/tabpane/tabpane.html Check out the various styles as they vary quite a bit. Terry "Richard Colman" <[EMAIL PROTECTED]> wrote on 06/23/2006 01:37:06 PM: > Hi, > > What is the EASIEST and FASTEST way to create a prototype TABBED

Re: -XX:+UseParallelGC

2006-06-23 Thread Douglas Knudsen
and forget the JRun JMC in this respect too :) DK On 6/23/06, Dante Orlando <[EMAIL PROTECTED]> wrote: > Managing your jvm.config manually is definitely the way to go IMHO. Forget > CF Admin... > > -dante > > > On 6/23/06, James Holmes <[EMAIL PROTECTED]> wrote: > > > > We have a similar problem

RE: CF_MakeTree Question

2006-06-23 Thread Russ
I've never used CF_MakeTree, but I'm wondering if they're using Arrays instead of structs, and this is somehow making them crate an array that's 200milion elements in size. I would take a look at the code and if possible rewrite it using structs. > -Original Message- > From: Kesselrin

Adding a node to an XML Document

2006-06-23 Thread Scott Stewart
Error Occurred While Processing Request The index of a child element is out of range. There are only "1" children under this node. Therefore index "2" is out of the allowed range [1-1]. The error occurred in C:\Inetpub\wwwroot\guestbookRebuild\newguest.cfm: line 17 15

CF_MakeTree Question

2006-06-23 Thread Kesselring, Rodney
I am trying to use CF_MakeTree but my id numbers need to be very high because of the architecture of my data. The problem is whenever I try to run it on the high numbered integers, it grind my coldfusion server to a halt. Any ideas? my ids looks something like this: 200710001 200710002 200

eday calendar

2006-06-23 Thread Robert Munn
Anyone know Greg Zwart, who wrote eDay calendar? The infusion website isn't up any longer and I would like to get a copy of the advanced calendar code. thx, Rob -- --- Robert Munn www.funkymojo.com ~| Message: htt

Progress of Uploading multiple images

2006-06-23 Thread Ken
Hi. I have a form that lets users upload multiple images from one page. Basically a set of Browse buttons, and a Upload button. I want to show to the users in a small pop-up window, the file being uploaded, if possible with a progress bar. So, it should show filename being uploaded, with a progres

Compare cfdirectory name

2006-06-23 Thread Mark Leder
I'm trying to compare a URL passed value to the results of a cfdirectory, then direct the user depending on whether or not the file exists in the cfdirectory list. As a simple example: url.DIRECTURL= GR newsletter vol 14 issue 5 June 06.doc dList.NAME = GR newsletter vol 14 issue

Re: Tabbed forms interface

2006-06-23 Thread Tony
sorry, try this http://www.olimpo.ch/tmt/tag/tabs/ tw On 6/23/06, Tony <[EMAIL PROTECTED]> wrote: > divs that are hidden, and shown, and then hidden and shown :) > > prolly, tho, either massimo's or joe rineharts (i think he has one) > > tw > > On 6/23/06, Richard Colman <[EMAIL PROTECTED]> wrot

Re: Tabbed forms interface

2006-06-23 Thread Bryan Stevenson
flash form perhaps (i.e. using a tabbed interface type with a Flash based CFFORM) 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

Re: Tabbed forms interface

2006-06-23 Thread Tony
divs that are hidden, and shown, and then hidden and shown :) prolly, tho, either massimo's or joe rineharts (i think he has one) tw On 6/23/06, Richard Colman <[EMAIL PROTECTED]> wrote: > Hi, > > What is the EASIEST and FASTEST way to create a prototype TABBED interface > to be able to run sepa

Tabbed forms interface

2006-06-23 Thread Richard Colman
Hi, What is the EASIEST and FASTEST way to create a prototype TABBED interface to be able to run separate forms in each tab? Suggestions appreciated since this is my first attempt and running out of time ... Rick Colman ~| M

Re: Paste from Word Insanity!

2006-06-23 Thread Richard Dillman
the odd bits that are puzzling me the most are when i send the info to the ASP form for soe reason its converting the characters   converts to  Double Space “ converts to “ Left Smart Quote ” converts to ” Right Smart Quote so what now im assuming that this is because their D

Re: FJAX - discuss amongst yourselves

2006-06-23 Thread Josh Nathanson
My understanding is that the cfajax/ajaxcfc engine will return whatever you return from CF, but converted into JS. So if your CF function returns a string, it will be converted into a JS string. If your CF returns a query, it converts that into JS array of objects which mimics a recordset. So

Re: -XX:+UseParallelGC

2006-06-23 Thread Dante Orlando
Managing your jvm.config manually is definitely the way to go IMHO. Forget CF Admin... -dante On 6/23/06, James Holmes <[EMAIL PROTECTED]> wrote: > > We have a similar problem with our graphics environment. A change in > the CF Admin messes up the customisation we put in for our virtual > XServe

Re: FJAX - discuss amongst yourselves

2006-06-23 Thread Bryan Stevenson
geesh...guess I missed some parts of CFAJAXal we use it for is returning strings Of course this project I'm not writing the code...my staff is...normally I'm in the trenches and have a cleaer picture of what's going on ;-) Cheers Bryan Stevenson B.Comm. VP & Director of E-Commerce Developm

RE: FJAX - discuss amongst yourselves

2006-06-23 Thread Andy Matthews
No... They got hit with the DIGG effect. Millions of people hitting your site almost simultaneously will do that to an unprepared server. -Original Message- From: Nathan C. Smith [mailto:[EMAIL PROTECTED] Sent: Friday, June 23, 2006 11:42 AM To: CF-Talk Subject: RE: FJAX - discuss among

RE: FJAX - discuss amongst yourselves

2006-06-23 Thread Nathan C. Smith
Maybe it doesn't scale well? > > Finally, I had an amusing moment when clicking on the "View > FJAX in Action" link; I got "Service Unavailable" as a page. > ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:244661

Re: FJAX - discuss amongst yourselves

2006-06-23 Thread John C. Bland II
JSMX is, IMO, the easiest from 0 to 60. I've used others and they just don't do it for me. I didn't just toy with others either. We used them on some pretty big sites and to get them working, maintenance, and even minor tweaks is painful in comparison to JSMX. Todd did a great job with it. On 6/23

RE: FJAX - discuss amongst yourselves

2006-06-23 Thread Andy Matthews
As does JSMX which also has the added benefit of only having ONE file to manage. It's dead simple. -Original Message- From: James Holmes [mailto:[EMAIL PROTECTED] Sent: Friday, June 23, 2006 11:27 AM To: CF-Talk Subject: Re: FJAX - discuss amongst yourselves CFAJAX and ajaxCFC return n

Re: FJAX - discuss amongst yourselves

2006-06-23 Thread James Holmes
CFAJAX and ajaxCFC return native JS objects that correlate to CF objects. On 6/24/06, Bryan Stevenson <[EMAIL PROTECTED]> wrote: > Thanks Dan & JamesI get where you're coming from now ;-) > > Currently alot of our AJAX work is in 3 major areas: > > 1) Validating form data and returning an erro

Re: FJAX - discuss amongst yourselves

2006-06-23 Thread Bryan Stevenson
Thanks Dan & JamesI get where you're coming from now ;-) Currently alot of our AJAX work is in 3 major areas: 1) Validating form data and returning an error message to display Better than a full form post and screen reload 2) Search Results We make the request and return the HTML for the sea

Re: -XX:+UseParallelGC

2006-06-23 Thread James Holmes
We have a similar problem with our graphics environment. A change in the CF Admin messes up the customisation we put in for our virtual XServer; we're just going to edit the config file manually now. On 6/23/06, Andy Allan <[EMAIL PROTECTED]> wrote: > There's absolutely hee haw you can do other th

Re: FJAX - discuss amongst yourselves

2006-06-23 Thread James Holmes
Filling out form values via an AJAX request for one. I prefer to return a query and use the query object to change the relevant parts of the form, rather than rewrite the entire form as HTML. On 6/23/06, Bryan Stevenson <[EMAIL PROTECTED]> wrote: > I also actually like getting a > > JavaScript ob

Re: Paste from Word Insanity!

2006-06-23 Thread Jim Wright
On 6/23/06, Andy Matthews <[EMAIL PROTECTED]> wrote: > I think you should be doing both FCK and replacing. I doubt that it catches > everything and honestly I'm getting tired of FCK. When I tested the paste > from word function, it wrapped EACH LINE of a word doc in individual DIV > tags. > It loo

Re: Paste from Word Insanity!

2006-06-23 Thread Auke van Leeuwen
My bet would be the use of different character sets such as ISO-8859-1, UTF-8 etc. Another thing to look at (especially with the & " en ' signs are the encoding you use to do the post to the 'sister-site'. Apart from some HTMLEditFormat-ing there shouldn't be much replacing that needs to be don

Re: Paste from Word Insanity!

2006-06-23 Thread Ray Champagne
Look for a tag called CF_StripASCII on the Developer Exchange on adobe.com. It takes all Word-crap and removes it from a Doc. I've used it in the past, it was very handy. Richard Dillman wrote: > ok heres my situation maybe someone has an asnwer. > I have a textarea that i need to be able to pa

RE: FJAX - discuss amongst yourselves

2006-06-23 Thread Dan G. Switzer, II
Bryan, >> If you're just updating certain "values" on a page, then returning a >native >> JS object makes a ton of sense. >> >> -Dan > >OK Danshow me an example (I think I see where you're going, but that >situation...at least for the apps we build would be few and far between). Ok, here's a

Re: FJAX - discuss amongst yourselves

2006-06-23 Thread Bryan Stevenson
> If you're just updating certain "values" on a page, then returning a native > JS object makes a ton of sense. > > -Dan OK Danshow me an example (I think I see where you're going, but that situation...at least for the apps we build would be few and far between). Thanks Bryan Stevenson B.Co

RE: FJAX - discuss amongst yourselves

2006-06-23 Thread Andy Matthews
I do the same thing. I'm sure it's not quite as "good", but it's REALLY easy. SinceI'm WAY better at CF than I am at JS, it works out well for me. -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: Friday, June 23, 2006 10:36 AM To: CF-Talk Subject: Re: FJAX - discu

RE: FJAX - discuss amongst yourselves

2006-06-23 Thread Dan G. Switzer, II
> I also actually like getting a >> JavaScript object with which I can work rather than being forced to >> get back HTML to use in an object's innerHTML property. > >Care to elaborate with an example James? > >So far I love getting back the HTML stringmakes changing the UI dead >simple I'm not

Re: Paste from Word Insanity!

2006-06-23 Thread Richard Dillman
Yes i noticed thatand whats worse if you go to edit that field later using FCK it doesnt see those original Divs and re-wraps them On 6/23/06, Andy Matthews <[EMAIL PROTECTED]> wrote: > > I think you should be doing both FCK and replacing. I doubt that it > catches > everything and honestly I'

Re: CFMX 6.1 - Problem consuming a .NET 2.0 web service

2006-06-23 Thread Peter Legg
Aaron, thanks for your response and sorry for the late reply. We've actually rethought the process a bit and CF no longer needs to interact with this web service. Thanks again, Peter ~| Message: http://www.houseoffusion.com/li

Re: FJAX - discuss amongst yourselves

2006-06-23 Thread Bryan Stevenson
I also actually like getting a > JavaScript object with which I can work rather than being forced to > get back HTML to use in an object's innerHTML property. Care to elaborate with an example James? So far I love getting back the HTML stringmakes changing the UI dead simple Bryan Stevenson

RE: Paste from Word Insanity!

2006-06-23 Thread Andy Matthews
I think you should be doing both FCK and replacing. I doubt that it catches everything and honestly I'm getting tired of FCK. When I tested the paste from word function, it wrapped EACH LINE of a word doc in individual DIV tags. -Original Message- From: Richard Dillman [mailto:[EMAIL PRO

Re: Framework + Ajax?

2006-06-23 Thread Bryan Stevenson
>I have actually been taking apart the Mach-II + ajaxCFC demo, and have come > to the conclusion that I just don't get ajaxCFC. Ajax in my understanding > is supposed to be client-side JavaScript making asynchronous calls to the > backend server. So with this, where do CFCs come into play? Ajax

RE: FJAX - discuss amongst yourselves

2006-06-23 Thread Dan G. Switzer, II
>Exactly. Returning JS or at least JSON makes more sense to me. One >exception might be the use of a SOAP webservice (e.g. via >Neuromancer), so that the one mechanism can drive both other server >requests and client AJAX. What would make the most sense to me was to use Flash to interface between

Paste from Word Insanity!

2006-06-23 Thread Richard Dillman
ok heres my situation maybe someone has an asnwer. I have a textarea that i need to be able to paste text from word into from there it inserts into SQL2005 ntext field. THEN ( heres the insane part ) i need to pass it to a form on an ASP page on a sister site to update theiir table! I cannot h

Re: -XX:+UseParallelGC

2006-06-23 Thread Andy Allan
There's absolutely hee haw you can do other than modify the jvm.config file directly. Personally I think the CF team made an arse of things with this. In fact, if you google about you'll see various Adobe folks recommend you do all your edits manually anyway. On 23/06/06, Brad Wood <[EMAIL PROTEC

RE: FJAX - discuss amongst yourselves

2006-06-23 Thread Munson, Jacob
> The "X" in "AJAX" is usually superfluous > and unneeded - > I never bother actually using XML with XmlHTTPRequest. I used to say the same thing, but then one day I figured the X might also be referring to the XML in the XmlHTTPRequest function. I'm not sure how that works though, could also be

-XX:+UseParallelGC

2006-06-23 Thread Brad Wood
Does anyone know of a way to circumvent this "feature" of MX7: Apparently when you change the default JVM garbage collector in "jvm.config" and then make additional edits in the ColdFusion administrator, it adds "-XX:+UseParallelGC" back in trying to be helpful. Of course, this renders CF so i

jTDS Drivers

2006-06-23 Thread Brian Peddle
Today I switched over to the jTDS Driver to test them. I am now getting an intermittent error: Error Executing Database Query. I/O Error: Connection reset To setup I copied the jtds-1.2.jar file to the C:\CFusionMX7\lib and restarted CF Server. I then setup a datasource: JDBC URL: dbc:jtds:sql

Re: FJAX - discuss amongst yourselves

2006-06-23 Thread James Holmes
Exactly. Returning JS or at least JSON makes more sense to me. One exception might be the use of a SOAP webservice (e.g. via Neuromancer), so that the one mechanism can drive both other server requests and client AJAX. On 6/23/06, Andy Matthews <[EMAIL PROTECTED]> wrote: > Good point. I don't know

RE: FJAX - discuss amongst yourselves

2006-06-23 Thread Andy Matthews
Good point. I don't know why so many people talk about returning XML via AJAX. That's just one more thing you have to do before displaying the data. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Friday, June 23, 2006 9:28 AM To: CF-Talk Subject: RE: FJAX - discuss a

RE: FJAX - discuss amongst yourselves

2006-06-23 Thread Dave Watts
> OK, I'll bite. An interesting concept; using Flash to handle > the XML call and parsing in the client/server interaction, > rather than Javascript-based XML parsing. > > Of course, CFAJAX, ajaxCFC and JSMX all use raw javascript to > get the job done (not XML) so a lot of the arguments > reg

Re: Framework + Ajax?

2006-06-23 Thread Terry L Schmitt
I'm using Fusebox and Prototype for some AJAX style interfaces. I essentially built my own server-side piece to handle the JSON data. I use conditional layouts. One full layout for normal web pages, including all the nav, js and css. The other layout is bare bones and returns a JSON object. Thi

Re: CF & Declaring SQL variables

2006-06-23 Thread Richard Cooper
Hi All, Tried both combinations of both way but couldn't get it to work. In the end I had to break it into multiple queries. [code] SELECT SiteAreaName, Lft, Rgt FROM directoryLinks WHERE SiteAreaName = '#ARGUMENTS.SiteAreaName#' DELETE FROM directoryLinks WHERE Lft BETWEEN AND

Re: FJAX - discuss amongst yourselves

2006-06-23 Thread James Holmes
OK, I'll bite. An interesting concept; using Flash to handle the XML call and parsing in the client/server interaction, rather than Javascript-based XML parsing. Of course, CFAJAX, ajaxCFC and JSMX all use raw javascript to get the job done (not XML) so a lot of the arguments regarding XML parsing

Re: FJAX - discuss amongst yourselves

2006-06-23 Thread Jim Wright
On 6/23/06, Andy Matthews <[EMAIL PROTECTED]> wrote: > http://www.fjax.net/ > While their site is down...here is some other reading material... http://www.webmonkey.com/06/25/index4a.html -- Jim Wright Wright Business Solutions [EMAIL PROTECTED] 919-417-2257

RE: FJAX - discuss amongst yourselves

2006-06-23 Thread Andy Matthews
LOL. They're getting major traffic from digg.com. Take a look through these google results. http://www.google.com/search?hl=en&lr=lang_en&q=fjax FJAX is basicalky a way around needing browser specific code to work with returned data from server side calls. They use a 1 pixel square Flash file wi

Re: FJAX - discuss amongst yourselves

2006-06-23 Thread Gert Franz
I would love to have a look at it, but I guess it's not the following: Service Unavailable Greetings / Grüsse Gert Franz Customer Care [EMAIL PROTECTED] www.railo.ch Join our Mailing List / Treten Sie unserer Mailingliste bei: deutsch: http://de.groups.yahoo.com/group/railo/ english: http:/

Re: FJAX - discuss amongst yourselves

2006-06-23 Thread Rey Bango
Guess not since the site in unavailable. :) Rey Andy Matthews wrote: > http://www.fjax.net/ > > andy matthews > web developer > certified advanced coldfusion programmer > ICGLink, Inc. > [EMAIL PROTECTED] > 615.370.1530 x737 > --//-> > > ~~

RE: 404 help

2006-06-23 Thread Mark A Kruger
Whoo hoo -Original Message- From: Matt Williams [mailto:[EMAIL PROTECTED] Sent: Friday, June 23, 2006 6:35 AM To: CF-Talk Subject: Re: 404 help We have a winner! Yes, the .cfm template I was trying to call for my custom 404 was too fancy. Basically it included the same header file a

Re: CF & Declaring SQL variables

2006-06-23 Thread Auke van Leeuwen
> Hi Auke, > > I think this would have worked but I'm getting a CURSOR error: > > 'VARCHAR' is not a recognized CURSOR option. > > I've come across this error a few times before and don't really > understand it and the way to fix it. > > Any ideas. I think only CURSORs are allowed names with

RE: Framework + Ajax?

2006-06-23 Thread Gaulin, Mark
The key notion in ajaxCFC is that the "backend server" is modeled and implemented as a CFC, which gives you one entry point (the cfc's url) to multiple methods (the cfc's functions). One way or the other, the server has to implement your server-side logic, and modeling it as a CFC is pretty natura

FJAX - discuss amongst yourselves

2006-06-23 Thread Andy Matthews
http://www.fjax.net/ ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:244623 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: ht

Re: CF & Declaring SQL variables

2006-06-23 Thread Mingo Hagen
Auke's code is working fine for me: DECLARE @MyVar VARCHAR( 3 ); SELECT TOP 1 @MyVar = game_sTeamA FROMtbl_game WHERE game_nID = 1 ; SELECT @MyVar Result: | (No Column Name) --+--- 1 | GER Mingo. Richard Cooper wrote: > Hi Auke, > > I think this would have wo

Re: CF & Declaring SQL variables

2006-06-23 Thread Tom Chiverton
On Friday 23 June 2006 13:48, Richard Cooper wrote: > 'VARCHAR' is not a recognized CURSOR option. Maybe replace with VARCHAR2 > -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability

Re: CF & Declaring SQL variables

2006-06-23 Thread Richard Cooper
Hi Auke, I think this would have worked but I'm getting a CURSOR error: 'VARCHAR' is not a recognized CURSOR option. I've come across this error a few times before and don't really understand it and the way to fix it. Any ideas. Richard ~~

Re: CF & Declaring SQL variables

2006-06-23 Thread Auke van Leeuwen
Assuming you're using MS-SQL (not sure about other DBs), and assuming you're only trying to 'get' the data into the variables: Your variable should start with an '@'. DECLARE @DeletedAreaName VARCHAR(50); DECLARE @DeletedLft INTEGER; DECLARE @DeletedRgt INTEGER; SELECT TOP 1 @DeletedAre

Re: CF & Declaring SQL variables

2006-06-23 Thread Richard Cooper
It's not strictly that I need to change the column names... I was planning to use them within the same query like this: [code] DECLARE DeletedAreaName VARCHAR(50); DECLARE DeletedLft INTEGER; DECLARE DeletedRgt INTEGER; SELECT SiteAreaName, Lft, Rgt INTO DeletedAreaName, DeletedLft, DeletedR

Re: 404 help

2006-06-23 Thread Matt Williams
We have a winner! Yes, the .cfm template I was trying to call for my custom 404 was too fancy. Basically it included the same header file as the normal site. This header has lots of javascript for DHTML drop down menus and such. Thanks Denny. And thanks to everyone patiently trying to help. -- Mat

Re: CF & Declaring SQL variables

2006-06-23 Thread Dirk De Bock - Lists
without testing: I think the into only takes the name of the (new) table If you need to change the column names you could try it like this: SELECT SiteAreaName as DeletedAreaName, Lft as DeletedLft , Rgt as DeletedRgt INTO DeletedArea FROM directoryLinks WHERE SiteAreaName = '#ARGUMENTS.Si

CF & Declaring SQL variables

2006-06-23 Thread Richard Cooper
Hi all, I've a section of query I'm trying to run, I've tried lots of different ways to write it but have had no success yet Does anyone know how this query should be written: [code] DECLARE DeletedAreaName VARCHAR(50); DECLARE DeletedLft INTEGER; DECLARE DeletedRgt INTEGER; SELECT SiteAre

Re: Breeze Presentation problem

2006-06-23 Thread Tom Chiverton
On Friday 23 June 2006 10:02, Nick Tong - TalkWebSolutions.co.uk wrote: > I have a server in the states - does that count ;) IANAL and am ashamed to say I know more about US copyright law than how it works over here. -- Tom Chiverton This e

Re: Breeze Presentation problem

2006-06-23 Thread Nick Tong - TalkWebSolutions.co.uk
I have a server in the states - does that count ;) On 23/06/06, Tom Chiverton <[EMAIL PROTECTED]> wrote: > On Thursday 22 June 2006 16:19, Nick Tong - TalkWebSolutions.co.uk wrote: > > Anyone know Is it's 'againt the rules' to screen grab the presso? I > > guess it is? > > It'd be covered by fair

Re: Breeze Presentation problem

2006-06-23 Thread Tom Chiverton
On Thursday 22 June 2006 16:19, Nick Tong - TalkWebSolutions.co.uk wrote: > Anyone know Is it's 'againt the rules' to screen grab the presso? I > guess it is? It'd be covered by fair use if you were an American :-) -- Tom Chiverton This ema