Re: Flex 2 and Ben Forta

2006-03-02 Thread CF
ter leave the MySQL driver in. ;-) > Since you want to be able to introduce the newbies > to all the powerful features of CF, would a full-featured > free version work if it were limited to one domain? There are free alternatives... BlueDragon (for non-commercial use), IgniteFusion (u

Re: onRequestStart question.....

2006-03-02 Thread Cutter (CF-Talk)
Maybe something like: Cutter Tony wrote: > might be dumb, but this is what i would do. > > > cgi.script_name contains "yourFileName1")> > > > > > > > > > > tw > > > On 3/1/06, Les Mizzell <[EMAIL PROTECTED]> wrot

Re: CFMX SW Engineering/SW Design Training

2006-02-23 Thread cf
Hi, > This may not exist, but..Can anyone recommend > a Software > Engineering/Software Design course that uses real- > world CFMX examples, not > lots of theory.something that would be could > for someone familiar with > CF, but not OOP. Take a look at Hal H

Re: MM Menu

2006-02-23 Thread Cutter (CF-Talk)
ound one in 123 Flash Menu program but this has all links direct in > flash file included and this is not useful for my case. > > I need one which can use an XML file or an external list for menu items and > links. I need to create this menu from my datasource by using CF. &g

Re: Help! Error in OnSessionEnd in Application.cfc

2006-02-22 Thread Cutter (CF-Talk)
>get a "method not found" error when sessions end. I am NOT calling this >explicitly - it gets called by CF when a session expires. > >Every time the OnSessionEnd function fires, I get this error: > >"An exception occurred when invoking a event handler method fr

Re: OT: embedding audio and playing with javascript

2006-02-22 Thread Cutter (CF-Talk)
The following blog entry from Christian Cantrell may be able to shed some light for you Rick... http://weblogs.macromedia.com/cantrell/archives/2005/06/flash_js_integr.cfm Cutter Rick Root wrote: >so, I'd like to add optional audio alerts to my chat app... and I did >that using the tag and j

Re: Railo

2006-02-20 Thread cf
Hi, > Gah - I was just about to ping a few people about > alternative CF engines, and > it turns out Railo is tits-up.com - looks like > they forgot to licence their > own web server :-) I informed their hoster and the problem seems to be fixed now. From what I got to k

RE: SERVER scope

2006-02-20 Thread cf
Hi, > Why is it frowned upon by the way? I've heard > such talk before, that's why I > ask, but I'm not sure of the reasons. one reason was the shared variables issue on CF 5 and before (concurrent requests). But, another point is that on a shared server you have no w

Re: HR Job Posting Sites

2006-02-17 Thread Cutter (CF-Talk)
Bruce Bergman has been away on a trip, on which he became ill, but sent a response to my offlist request for this tool, which he asked for me to pass on to the list since he had such an overwhelming response: Bruce Bergman wrote: "I appreciate all the interest in the tool and have just been sick

Re: tag to allow access to foxpro .dbf

2006-02-16 Thread cf
Hi, > I have a foxpro table that I can't open because > its locked up by CF and its > on a live server so I can't just stop the CF ODBC > service. I was sure I > heard of a tag that would break that connection > so I can open that table and > change what I need

cffile copy

2006-02-14 Thread Cutter (CF-Talk)
OK, rewriting some old code here, and I have a question. I'm seeing two different things happening here. In one instance it says in another instance it reads like and yet another instance reads It seems to me that the first option makes the most sense. LiveDocs says that action='copy' can

Re: SOT: Ajax and server-side errors

2006-02-13 Thread Cutter (CF-Talk)
What's wrong with catching every possible error? (just asking...) Cutter Rick Root wrote: >I've been playing with CFAJAX a little bit today and I have a question. > >Let's say my coldfusion code on the back end causes an untrapped >exception. Perhaps the server gets overloaded or I've made a t

Re: OpenSource Business Services Call For Comments

2006-02-10 Thread Cutter (CF-Talk)
Has anyone responded to this besides me? Cutter Andy wrote: > Call for comments. This link is to a first cut at a design document for the > Open Source Business Services. > http://www.omygoodness.com/osbsv1.doc > > Any and all comments are appreciated, ranging from "you are missing this > wh

Re: Fusion-Reactor?

2006-02-09 Thread Cutter (CF-Talk)
We evaluated both. Fusion-Reactor was a better product (in our opionion). Monitoring, kill process on the thread level, user editable crash protection scenarios, mega reporting Cutter Dave Carabetta wrote: > On 2/9/06, Adkins, Randy <[EMAIL PROTECTED]> wrote: > >>I do agree. If the 10-day

RE: check out this CS response

2006-02-09 Thread cf
Ian, > For us, the solution was to go to CF enterprise > so that we could create separate instances for > each application. Now causing one instance to > lock up with an endless loop does not affect the > rest of the applications. This has saved me much > embarrassment.

Re: check out this CS response

2006-02-09 Thread Cutter (CF-Talk)
suggestions you might provide. Cutter Ray Champagne wrote: > My shared server is constantly going down, so I wrote to my hosting > company, and this is the answer they gave me. Now, I'm no CF expert or > anything, but doesn't this answer seem like a bunch of BS? I've

Re: A way to set a dynamic anchor in a div?

2006-02-09 Thread Cutter (CF-Talk)
he anchor was on a full page of html, not in a > particular div. > > Is there some way I can target the anchor to affect the > content > in a particular div? I think that's why the anchor's not > working, > because it's not an anchor for the whole HTML page, j

Re: FW: [CF-Dev] £ sign in cfmail

2006-02-09 Thread cf
Hi, > I am having problems representing the pound sign > in the emails. It was easy > to fix the problem in the HTML emails, as I just > replaced the ASCII code > with the HTML code. However, it is not so easy > for the text emails. > I am using charset ISO8859-1 in the cfmail tag > and I

Re: IS NULL VS = NULL

2006-02-09 Thread cf
Hi, > I'm guessing that it is just a syntax > thing...somewhere in the SQL > Server engine, it makes it easier for them to > handle the comparison. well, as Neil already said, NULL is not a value and thus can not be compared to any other value or field content. NULL actually means the field c

evaluate hell PT 3 (three)

2006-02-07 Thread Cutter (CF-Talk)
Can anyone give me a good/valid reason for the existence of the following statement: #Evaluate(ListLen(CurrentDir, '/')-NestDepth)# (Gotta love OPC...) Cutter ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:231588

Re: DateFormat and german umlauts

2006-02-06 Thread cf
. It is a tiny signature set by the editor, that tells CF whether the file is encoded in UTF-8, ISO-something, cp1252, etc. The only way to overcome this is to use BUT... this has to be in _every_single_ cfm file. It won't work in Application.cfm and it won't be downhanded to cfincludes.

evaluate hell Pt2

2006-02-03 Thread Cutter (CF-Talk)
Need serious help rewriting this statement without using evaluate: (I'm confused???) Cutter ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:231314 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subsc

evaluate hell

2006-02-03 Thread Cutter (CF-Talk)
Could someone translate this (and how to get out of it) #Evaluate("GetInventory.#GetListingFields.DBColName[GetListingFields.currentRow]#[#GetInventory.CurrentRow#]")# TIA, Cutter ~| Message: http://www.houseoffusion.com/lists.

RE: Bluedragon 6.1

2006-02-02 Thread cf
> Just so I understand better...Railo essentially > replaces > the CF server itself and processes pages, etc., > like > the server? Correct. > Also, I asked earlier about Railo's > pricing...Gert mentioned > that the cost for the "Professional" vers

Re: IE 7 beta is available

2006-02-01 Thread Cutter (CF-Talk)
BTW, for those who are interested, the following link was sent out on LaTech's Javascript mailing list this morning. For those who thought you couldn't run multiple version instances of IE on your system... http://browsers.evolt.org/?ie/32bit/standalone The README will direct your here: http://

Re: OT: looking for a hosting company to resell

2006-02-01 Thread Cutter (CF-Talk)
You might talk to Emmet over at Full City Media. Don't think they have current rates posted, but I know they have great service, a knowledgeable staff (with CF experience), a nice control panel, and I think they just did some major upgrades to their datacenter as well. Cutter Mike Kear

Re: Storing Multiselect values in database

2006-01-31 Thread CF
Hi, > I have a multiselect list box on a flash form, which relays the IDNo > to the submission form. My problem is that the results that get > stored in my table look like this "2001 ,2004," with the extra > spaces. I can't seem to use the Trim function to get rid of them. Any > ideas? this

Re: cf6 and cf7 on the same box

2006-01-31 Thread CF
ning wsconfig > manually, but it won't detect anything on the local server. you can only do this when you configure different virtual hosts for cf6 and cf7. In case you are using Apache web server, here is a little tutorial I wrote on how to configure name based virtual hosts with differe

RE: CF-Talk: Digest every 4 hours

2006-01-31 Thread cf
Hi, > What I'd like, is for the aspx be run on it's own > server, and then grab > the results, as an include. In this particular > case, it would be the > "Header" and "Left menu" includes. that can not be done with cfinclude. You could use cfhttp for that: http://asp-server/dir/header.aspx";>

NOF and BOM

2006-01-31 Thread cf
Hi there, after switching to CFMX a client comlained that all his special characters were "broken". A short invetigation showed that he is using NetObjects Fusion to generate CFM files. Now, CFMX relies on the BOM (Byte Order Mark) to detemine the page encoding. NOF, on the other hand, does n

Still In The Works (OpenBiz)

2006-01-27 Thread Cutter (CF-Talk)
trying to start a flame war on a low traffic local cfug list, please read through the entire message and think about it's text before blindly responding. For some reason there appears to be a growing need, within the CF community, to defend the validity of programming within CF. The uninf

Re: XLS Connection

2006-01-26 Thread Cutter (CF-Talk)
I don't really know (I've only done this with text or PDF files using java). How did you open it in the first place? Maybe that will give you some direction... Cutter Randy Messer wrote: > How do you close the file? > > ~| M

Re: html email newsletters via CF

2006-01-26 Thread Cutter (CF-Talk)
Tim, There's NetDispatch... Cutter Tim Laureska wrote: >Hello > >Before I go off recreating the wheel possibly, I wanted to know if there >was any good CF based email newsletter templates/systems out there. will >be about 800 recipients on a crystal tech shared server envi

Re: XLS Connection

2006-01-25 Thread Cutter (CF-Talk)
Not entirely sure here, you'll have to read up a little more, but I know that when I 'open' a file with a java call then I must remember to 'close' the file as well, even with error trapping, or the file will remain open until I either a) recycle the CF server or b) re

Re: CFMAIL and �

2006-01-25 Thread cf
A client of mine had the same problem with Eudora. From what he found out through forums and support, Eudora's UTF-8 implementation is not working properly. (May be different with the newest version, though.) Best, Chris ~|

Re: Coldfusion CFMX 6.1 on Red Hat

2006-01-18 Thread Cutter (CF-Talk)
st version >of Red Hat will only work with CF 7. > >something about updates and stuff and they are saying that it(CFMX) wont work >with apache etc... the updates to red hat will not work with CFMX 6.1. > >I'm not convinced. Anyone have any ideas? > >

CT or CFC for S/Mime email encryption

2006-01-18 Thread cf
Hi there, does anybody know of a CT or a CFC you can use for S/Mime encryption of emails? TIA, Chris ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229848 Archives: http://www.houseoffusion.com/cf_lists/threads.c

CF CBT App

2006-01-13 Thread Cutter (CF-Talk)
Anyone out there know of/written/used a CF based CBT application? Support for Flash, audio and video media, testing and control, etc.? Cutter ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229472 Archives: http

Re: eGovernment and Wiki's --- anyone making Wiki's with CF?

2006-01-12 Thread Cutter (CF-Talk)
Sounds like a new Open Source CF project for somebody... [EMAIL PROTECTED] wrote: >I've also played with Confluence and I think its awesome, shame its not >written in CF > >Kola > >:) > > > >>-Original Message- >>From: Geoff Bowers [mailto:

Re: ColdFusion Cookbook

2006-01-09 Thread Cutter (CF-Talk)
Still a work in progress but a fantastic beginning. Great work as always Ray, and thank you for everything you do for the CF community. Cutter Raymond Camden wrote: >So hopefully this won't' spawn another 100 message thread on food, but >the ColdFusion Cook

Re: Fax/PDF Form/CF and more

2006-01-05 Thread Cutter (CF-Talk)
iText functionality can be explored in depth at sourceforge and lowagie.com/iText. There is support for XML functionality, but I'm not seeing anything for FDF (which is included in JPedal, also available on sourceforge) Cutter Bryan Stevenson wrote: >>iText anyone? >> >> > >NeilDoes i

Java and CF

2006-01-05 Thread Cutter (CF-Talk)
ng the class. So then I placed it in the classpath used according to the cf administrator c:\cfusionmx7\wwwroot\web-inf\lib But the same call fails in the same way, even after restarting cf. I have .jar files installed in the same directory that are working fine (JAI, JPedal, etc.), but m

[Fwd: Not Subscribed: Re: Fax/PDF Form/CF and more]

2006-01-03 Thread Cutter (CF-Talk)
t;> >>FAX >>-user must print the completed PDF form and get multiple signatures on >>it >>-fax in the form via a fax service (I'd expect the TIFF to arrive in a >>mailbox which CF could check)> >>CF and MORE >>-grab the fax TIFF from the mailbox &g

Re: Tracking downloads of mp3 files

2006-01-03 Thread Cutter (CF-Talk)
Mike, Another possible issue to consider, is the production server Windows or Linux? A Linux machine will be case sensitive to file and folder names, and won't allow spaces either. Another simple test you might (and probably should) use: fileexists(string path). The 'file' attribute of the cf

Re: Favorite CF books

2005-12-28 Thread Cutter (CF-Talk)
onal favorite was the CF 5 wack book... sentimental it is... >was my first CF book.. > >I have one of the CF7 wack books. I use it occasionally for reference. > >I do like Ben Forta's books in general. > >One of my current favorite books is one I bought several months

Re: FlashAudio

2005-12-20 Thread Cutter (CF-Talk)
>it because it WILL get annoying. > >..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:. >Bobby Hartsfield >http://acoderslife.com > > > >-Original Message- >From: Dwayne Cole [mailto:[EMAIL PROTECTED] >Sent: Friday, December 16, 2005 6:34 PM >To: CF-Talk >Subject: FlashAudio >

Re: PDF Manipulation

2005-12-15 Thread Cutter (CF-Talk)
Hastings wrote: >Robertson-Ravo, Neil (RX) wrote: > > >>Yep, indeed it is; I am not sure if it's restricted in anyway. >> >> > >the cf version is older than the latest & greatest BUT cfdocument is >world's easier to use in 90% of the situations

Re[2]: CF Editable Dynamic Menus

2005-12-07 Thread cf-talk
Hi Massimo, that looks quite nice. But I need at least one layer (clickable section) more like in: http://www.torquato.de/ Is it possible ? Uwe >> Does someone know any dynamic menu system that can be managed/edited >> from a CF application? MF> I have two menus available as c

Re: Open Source Shopping Cart Coding Guidelines

2005-12-06 Thread Cutter (CF-Talk)
Sorry it's taken so long to respond. Major issues in my migration to Nashville (but I'm here!) I see Sean pointed you in a good direction... Cutter Andy wrote: >Cutter, >Are you going to get a chance to take a first cut at this? If not, can you >point me to someplace that I can use to do so? >

CF and DHTML-Menu

2005-12-01 Thread cf-talk
Hi list, the CF_DHTML-Menu Tag of B. Forta does as far as I know allow only two category layers. But I need at least three or better four. Does anyone know such a DHTML-Tag which is easily being populated with CF ? Uwe

Re: Open Source Shopping Cart Architecture

2005-11-16 Thread Cutter (CF-Talk)
Looks great. Only two things I might have issue with: 1. Only writing for CFMX 7 will alienate the many out there who finally moved to 6.1 (once achieving corporate approval) or who have moved to BlueDragon. An option within the install to define the server environment can enable/disable featu

Re: Open source shopping cart

2005-11-14 Thread Cutter (CF-Talk)
od cross browser stuff. > >~Dave the disruptor~ >"Some people just don't appreciate how difficult it is to dispense wisdom and >abuse at the same time." > > >From: "Andy" <[EMAIL PROTECTED]> >Sent: Thursday, N

MySQL 5 release

2005-10-25 Thread Cutter (CF-Talk)
By the way, if you missed Ben Forta's Blog this morning then you may have missed this item. This blurb is from the MySQL.org website: "MySQL 5.0 delivers the enterprise features the community has been asking for, including Stored Procedures, Triggers, Views, Information Schema, XA Distributed T

Re: Starting Open Source Shopping Cart

2005-10-25 Thread Cutter (CF-Talk)
My (first) $.02 Address: A physical location. Address is a complex subset(s) of user, affiliate, partner, store, wharehouse, etc., etc.. How about CFOEC (CF Open E Commerce) Cutter Andy wrote: >First decision is which site to use to coordinate our efforts. Any >advantage to on

Re: Coldfusion - i'm moving on

2005-10-09 Thread Cutter (CF-Talk)
Stuart, See what you can find out about using an include in this fashion (I know you can find a little in the CF section at www.benorama.com). Cutter Saturday (Stuart Kidd) wrote: > Hi guys, > > I'm quite happy with myself because after so long i've been usi

Re: Outlook integration?

2005-10-07 Thread Cutter (CF-Talk)
ation on programming for Outlook at msdn.microsoft.com. Sue Mosher's slipstick.com has been a resource for Outlook developer's since the Office '97 days (she has also written several informative books). Doing a search, I see that she's expanded to OutlookCode.com. CFComet h

Re: CF Web Based Keyboard

2005-10-01 Thread Cutter (CF-Talk)
Very cool, but I still think JavaScript is your best option. 1: I would use Linux as the OS rather than MS (licensing) 2: That pesky Windows key is there, regardless of the layout you select. Dave Watts wrote: >>>Doesn't a PC in kiosk mode have onscreen keyboard abilities >>>built-in?? >> >>No

Re: CSS and Firefox

2005-09-15 Thread Cutter (CF-Talk)
ending too much time trying >to make CSS design behave and not enough time coding CF. > >I guess there's probably a common set of functional design >patterns that work well with all (mostly all) browsers and I >could learn what to stay away from... > >What's been the ke

Re: CSS and Firefox

2005-09-14 Thread Cutter (CF-Talk)
Rick, Yes, I'm using CSS for all of my design (only using tables for tabular data). Irie Radio is my first foray into Mach II, and every page contains some dynamic data (much more to come). I've really had to rethink some things structurally to leverage CF with a total CSS layout,

Re: CSS and Firefox

2005-09-14 Thread Cutter (CF-Talk)
! Thanks Damien. I had tried adjusting the internal content block sizes and forgot about my primaryContent container. The WebDeveloper Toolbar extension for Firefox is great for this as well. It's got an option in the Outline menu to Outline Block Level Elements, so I don't have to adju

OT: CSS and Firefox

2005-09-13 Thread Cutter (CF-Talk)
OK, I'm working on making all new sites I work on XHTML/CSS compliant, one step at a time. Not a heavy learning curve, but I am running into some small odd things that I don't understand. For instance, on http://i05.irieradio.com, on pages other than the home page and the blogs page, my central

RE: Small Problem with Query Duplicates

2005-09-12 Thread CF-DEV
Henderson [mailto:[EMAIL PROTECTED] Sent: Sunday, September 11, 2005 10:44 PM To: CF-Talk Subject: Small Problem with Query Duplicates I have a query thats run from a user search request, that looks like so: SELECT URL, ID, Company, Category, Phone, Email, Paid_listing

.rtf/.html/.doc to .pdf under cf 5

2005-08-26 Thread cf-talk
Hi, is there any inexpensive way to convert a .rtf/.html/.doc-file under CF 5 to a .pdf-file ? ActivePDF is a bit too pricy. Uwe ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http

Re: Studio 8 announced

2005-08-09 Thread Cutter (CF-Talk)
Connie, Actually I believe the license did allow for two installations of Studio, as long as both installations were not running simultaneously, just for your type of situation. Cutter Connie DeCinko wrote: > I have not read the information yet, but wonder if anything has changed in > regards

SOT: MD CFUG Tonight

2005-08-09 Thread Cutter (CF-Talk)
One last call here. Is there anyone from the Eastern Shore of MD planning on attending tonights CFUG at TeraTech? I'd really like to attend, but my car just won't make it. I'd be happy to split the (incredibly overpriced) gas costs? Cutter ~~

Re: Studio 8 announced

2005-08-08 Thread Cutter (CF-Talk)
I wonder if Homesite is included? And, if so, if it's been updated? I did notice in the video for DW that the first server side language support mentioned was CF... Kevin Graeme wrote: > If you haven't seen it, Macromedia has announced Studio 8. > http://www.macromedia.com

Re: Going to MDCFUG Meeting?

2005-08-08 Thread Cutter (CF-Talk)
ctions.cfm. To RSVP, or to offer a ride or request a ride from Shady Grove Metro Station: Go to http://www.cfug-md.org/rsvp.cfm. Topic: 'Getting Started with Mach-ii' Mach-ii is a framework for developing ColdFusion applications that has gained significant attention in the CF commun

Re: Going to MDCFUG Meeting?

2005-08-07 Thread Cutter (CF-Talk)
6:30pm Tuesday night. I'm looking for a ride. My car could make it to Cambridge, but not to Rockville (got to get this thing into the shop...) Tim Laureska wrote: > Hmmm... I'm on the shore... what time's this mtg? > > -Original Message- > From: Cutter (CF-Tal

SOT: Going to MDCFUG Meeting?

2005-08-07 Thread Cutter (CF-Talk)
Is there anyone on the list from the Eastern Shore that is planning on attending Tuesday's MDCFUG Meeting in Rockville? ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and do

RE: Reading file contents

2005-08-03 Thread CF-DEV
Sorry that is the only other way I can think of besides the way you are processing the request now. Maybe someone else has a better idea. -Original Message- From: Richard Colman [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 03, 2005 9:00 PM To: CF-Talk Subject: RE: Reading file

RE: Reading file contents

2005-08-03 Thread CF-DEV
One way is if the web server has permissions on the remote server, You could do a simple CFFILE ACTION=READ FILE="\\REMOTESERVER\FILE.TXT" This is considering that the CF services are running under the same profile that has access to the remote server.

Re: string length

2005-08-02 Thread Cutter (CF-Talk)
Rick, have you thought about using some sort of regex? Don't know if it would work, just a thought... Cutter Rick Root wrote: >Hi folks... I have an application that is sort of like a guestbook that >I threw together, and when people type in long strings without spaces, >it messes up my templ

Re: Working with OPC (Other People's Code)

2005-07-22 Thread Cutter (CF-Talk)
essage- > From: Jennifer Larkin [mailto:[EMAIL PROTECTED] > Sent: Friday, July 22, 2005 2:58 PM > To: CF-Talk > Subject: Re: Working with OPC (Other People's Code) > > > Definitely been there. I distributed the first thing I ever wrote on > CF-Talk and about 3 years

Re: Working with OPC (Other People's Code)

2005-07-22 Thread Cutter (CF-Talk)
Yeah, I'm finally getting down to rewriting irieradio.com (new site in rev only). At least he didn't know how to do any programming... Cutter SStewart wrote: > Yeah, when I first started in CF, I had to deal with the code of my > predecessor, he surrounded very page with a sin

Re: Amazon AWS

2005-07-22 Thread Cutter (CF-Talk)
Yeah, that's the associate's ID. I tried it without and it broke. Maybe you can't make a 'heavy' request without it? Cutter Brian Kotek wrote: >Thanks...I'm wondering if this is the issue: > > > >I don't think I have an "associd" (associates id?)...are you passing this >in? Just for fun, if yo

Re: Amazon AWS

2005-07-22 Thread Cutter (CF-Talk)
http://soap.amazon.com/schemas3/AmazonWebServices.wsdl"; method="AsinSearchRequest" returnvariable="variables.productinfoARRAY"> Array length: #arraylen(variables.productinfoARRAY.details)#

OT: CSS and Firefox

2005-07-21 Thread Cutter (CF-Talk)
I can't get my head around this. Small but significant problem with external stylesheets. I've got this page (http://s05.seacrets.com) where the flash item in the middle of the page is supposed to be flush on the top of the div containing it (#primaryContent). This (oddly) is working great in I

Re: Amazon AWS

2005-07-20 Thread Cutter (CF-Talk)
Whoops, I missed omitting part of an omission. You can also remove the following lines of code from the previous post: Cutter (CF-Talk) wrote: > > >webservice="http://soap.amazon.com/schemas/AmazonWebServices.wsdl"; >

Re: Amazon AWS

2005-07-20 Thread Cutter (CF-Talk)
uld not create >stub for web service invocation). Thanks. > >On 7/20/05, Cutter (CF-Talk) <[EMAIL PROTECTED]> wrote: > > >>Ok, I removed the timeout and received a response. But, I tried to >>cfdump "productinfoArray" and received a list of java method

Re: Amazon AWS

2005-07-20 Thread Cutter (CF-Talk)
: >I also can't make it work with this (I don't have an associates id) > > > > > > > > >http://soap.amazon.com/schemas3/AmazonWebServices.wsdl"; >method="AsinSearchRequest" returnvariable="productinfoARRAY" timeout="10&q

Re: Amazon AWS

2005-07-19 Thread Cutter (CF-Talk)
I actually tried it both ways after your initial example didn't work for me (Brian's had it without the 's'). Same message either way Jonathan Mauney wrote: >The error message you pasted below has schemas as the directory and not >schemas3 as in my example (which is working in my apps). > >Jona

Re: Amazon AWS

2005-07-19 Thread Cutter (CF-Talk)
I am trying the code supplied (with the necessary variables) but I keep getting the following error: Detail Name: http://soap.amazon.com/schemas/AmazonWebServices.wsdl. WSDL: http://soap.amazon.com/schemas/AmazonWebServices.wsdl. java.io.InterruptedIOException: Connection establishment tim

Re: Amazon AWS

2005-07-19 Thread Cutter (CF-Talk)
gt; 1110 WBT AM > 107.9 the LINK [WLNK] > PersonalityAC(r) Radio Network > Jefferson-Pilot Communications Co. >-- > > > >>Anyone have a working cf example of using Amazon's AWS? >> >>Cutter >> >> > > ~~

Amazon AWS

2005-07-18 Thread Cutter (CF-Talk)
Anyone have a working cf example of using Amazon's AWS? Cutter ~| 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 c

Re: Not to start a flame war.....

2005-07-16 Thread Cutter (CF-Talk)
sub-applications. > > > "A lot of VB apps I've seen are very anti-architecture" > So what? There's plenty of good ones, and there are plenty of bad ones. > But one point I'll concede - I've never seen a poorly written CF > application... wait a seco

Re: Oh..my...god!

2005-07-06 Thread Cutter (CF-Talk)
Move thread to cfcommunity (please;) Damien McKenna wrote: >>>Christmas fruit cake is a bit bloating, alright. >> >>But remember - there's only ONE fruitcake, it just keeps getting >>"re-gifted". > > > Relatives of mine used to own a bakery and I can categorically state, on > the reco

Re: Shopping carts & hosting

2005-06-29 Thread Cutter (CF-Talk)
CFWebstore - low cost, easily configured, can be hosted by most any cf host running mx 6.1 and up (and even bd). Easy to update through the back-end editor. Dirk Sieber wrote: >My apologies in advance - I know this has been answered before, but of >course, I didn't need the infor

Re: 5th Most Trafficked Site Switches to BlueDragon

2005-06-28 Thread Cutter (CF-Talk)
Actually I've got it blocked on our firewall because of the amount of exploits that get installed from there... Bryan Stevenson wrote: >Wowmyspace.com must be huge.hm...no waitI've never heard of >it?? ;-) > >Bryan Stevenson B.Comm. >VP & Director of E-Commerce Development >Elec

Re: shopping cart suggestions

2005-06-27 Thread Cutter (CF-Talk)
e recommend any >other shopping card solutions (that work with MX 6.1, but also would be >interested in something that works with CF 4.5). > > > >Russ > > > > ~| Logware (www.logware.us): a new a

Re[2]: OT: traffic monitoring software

2005-05-26 Thread cf-talk
Just counting all the traffic on all ports. It is a dedicated Win2003 box for a customer. Uwe JvD> [EMAIL PROTECTED] wrote: >> >> does s.o. know a good >> traffic monitoring software >> other than CommTraffic (Tamos) and >> MRTG ? JvD> What are the requirements? Do you want to monitoring network

OT: traffic monitoring software

2005-05-26 Thread cf-talk
Hi list, does s.o. know a good traffic monitoring software other than CommTraffic (Tamos) and MRTG ? Thanks for your advise. Uwe ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracki

SOT: Style problems

2005-05-14 Thread Cutter (CF-Talk)
Sorry for the OT, but I've never seen this one before. In all of my pages I generally call two style sheets, one with site wide global style properties (background color, font attributes, menu block location, etc.) and one with page specific element style specs. I've been developing a new site.

Re: Man, this is so OT...

2005-05-14 Thread Cutter (CF-Talk)
Black Will Tomlinson wrote: > Don't attack me for posting this question. Just trust me. > > What color teeshirts do most of you like to wear? > > And if you had a choice of black or white, which would you prefer? > > Thanks! > > Will > > ~~

Re: Good Miva Merchant Store replacement

2005-05-05 Thread Cutter (CF-Talk)
shows too many layout options at once. >>I'm curious to see it running with a real store. >> >> >>-Original Message- >>From: Ray Champagne [mailto:[EMAIL PROTECTED] >>Sent: Wednesday, May 04, 2005 12:28 PM >>To: CF-Talk >>Subject: Re: Go

SOT: DW error msgs

2005-05-03 Thread Cutter (CF-Talk)
Can anyone tell me why I'm suddenly getting errors in DW anytime I try to paste something? While executine onLoad in PaseFireworksHTML.htm, the following JavaScript error(s) occurred: In file ""PasteFireworksHTML""; ReferenceError: initialize is not defined I get that error twice every time I

DW error box

2005-04-29 Thread Cutter (CF-Talk)
Can anyone tell me why I'm suddenly getting errors in DW anytime I try to paste something? While executine onLoad in PaseFireworksHTML.htm, the following JavaScript error(s) occurred: In file ""PasteFireworksHTML""; ReferenceError: initialize is not defined I get that error twice every time I

SOT: MM + Adobe info

2005-04-21 Thread Cutter (CF-Talk)
I'm not trying to start a long, runaway thread here. I just thought that this information from my latest "Software Developer" magazine e-newsletter was pertinent to many here. This excerpt is from an interview with Kevin Lynch, MM's chief software architect: He called ColdFusion and J2EE “the c

Re: MM - Adobe discussions

2005-04-19 Thread Cutter (CF-Talk)
While I admit that the initial news is important to all of us, and the various predictions and debates have been enlightening and/or amusing, isn't it now time for much of this talk to move over to cf-community? Matt Woodward wrote: >>I agree when you are talking about RIA for the d

Re: streaming media comparison

2005-04-14 Thread Cutter (CF-Talk)
way we can determine the what kind of impact to > expect on our in house servers. Plus the only investment is a monthly > hosting fee. > > I guess he doesn't use Communication server? i couldn't tel exactly > what his company uses for streaming. > > On 4/14/05, Cutte

Re: streaming media comparison

2005-04-14 Thread Cutter (CF-Talk)
Contact Bill Grywalski at SurferNetwork 973-691-7420 to ask about the pros and cons of using various media streaming options (he may be quick to tell you how cost prohibitive he believes the licensing can be for FlashComm, but his opinion may have changed...). Cutter Phill B wrote: > We are go

<    1   2   3   4   5   6   7   8   9   10   >