Re: WOT: Someone who still believes

2005-01-11 Thread Rob
That was a great keynote thanks for posting it Dick - I've got my copy of iWork on the way :-D On Tue, 11 Jan 2005 19:43:40 -0800, Dick Applebaum <[EMAIL PROTECTED]> wrote: > I've been around micro/desktop computers since 1978. > > Here is someone who still believes: > > http://stream.apple.akad

Enabling More Error Details

2005-01-11 Thread Nick Baker
My host Vortech had some problems with CF and lots of reconfiguration took place. Now I have much less information given with errors. It seems like I remember seeing a means to enable more detail, e.g., error line number? Can anyone shed some light on how you go about enabling more verbose error

Re: OT: Javascript Image Preloader Question

2005-01-11 Thread dave
btw~ the site looks nice tony! must be them invisible gifs!! haha jk but seriously it does ~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?

Re: OT: Javascript Image Preloader Question

2005-01-11 Thread dave
no prob ;) Thank tony! hahaha jk tony :) -- Original Message -- From: Ray Champagne <[EMAIL PROTECTED]> Reply-To: cf-talk@houseoffusion.com Date: Wed, 12 Jan 2005 01:22:19 -0500 >Ohh now that is some funny shit. > >Puff puff pass nigga > >Now I can g

Re: OT: Javascript Image Preloader Question

2005-01-11 Thread dave
well tony my friend i have your answer im gunna give u so much SHITTT haha your prob is that ur preloading gifs, which dont exist they should in fact be jpg's !!! thats funny as hell!! hahahahaha ~| Discover CFTicket

Re: OT: Javascript Image Preloader Question

2005-01-11 Thread Ray Champagne
Ohh now that is some funny shit. Puff puff pass nigga Now I can go to bed. that was killing me! Thanks for bringing back my sanity, dave. Ray At 01:20 AM 1/12/2005, you wrote: >well tony my friend i have your answer > >im gunna give u so much SHITTT haha > >your prob is that ur pr

Re: OT: Javascript Image Preloader Question

2005-01-11 Thread dave
well tony my friend i have your answer im gunna give u so much SHITTT haha your prob is that ur preloading gifs, which dont exist they should in fact be jpg's !!! thats funny as hell!! hahahahaha -- Original Message -- From: Tony Weeg <[EMAIL P

Re: OT: Javascript Image Preloader Question

2005-01-11 Thread Ray Champagne
Semi colons maybe? Can't see any other reason. Can't see too well period! Ray At 12:53 AM 1/12/2005, you wrote: >i dont see the diff, and for some stupid reason this doesnt preload my >graphics on this site... > >http://www.captaininvestments.com/index.cfml > > > -- Original Message -- From: Tony Weeg <[EMAIL PROTECTED]> Reply-To: cf-talk@houseoffu

Re: How to add images to my db the *right* way?

2005-01-11 Thread dave
did u get it .net boy;) i can give ya s'more code if u having probs -- Original Message -- From: Will Tomlinson <[EMAIL PROTECTED]> Reply-To: cf-talk@houseoffusion.com Date: Tue, 11 Jan 2005 21:25:15 -0400 >Got it mostly workin now fellas. > >Just workin

Re: OT: Javascript Image Preloader Question

2005-01-11 Thread dave
heres what i been using bowl burner -- Original Message -- From: Tony Weeg <[EMAIL PROTECTED]> Reply-To: cf-talk@houseoffusion.com Date: Tue, 11 Jan 2005 21:53:15 -0500 >hola peeps! > >the script below is s very common, and is supps >to preload

RE: JRun Updater 4 and CFMX ?

2005-01-11 Thread Stacy Young
Ya our env is a tad bastardized seeing as we did the CF/JRun install, then deleted the default instance and then reinstalled multiple new instances. Sounds crazy but we wanted to make sure there wasn't 'something special' we were missing in the integrated jrun build. Anyhow we're gonna take a crac

RE: Javascript Image Preloader Question

2005-01-11 Thread Ewok
> The size of the new image (in pixels). > > Jim Davis Yeah, it took me a minute heh Just never seen it used before, which raises a question: Since they are being preloaded, is it really necessary to use the height and width? Especially if you already have height and width specified in the tag

WOT: Someone who still believes

2005-01-11 Thread Dick Applebaum
I've been around micro/desktop computers since 1978. Here is someone who still believes: http://stream.apple.akadns.net/ Dick ~| Find out how to get a fax number that sends and receives faxes using your current email address

RE: Javascript Image Preloader Question

2005-01-11 Thread Jim Davis
> -Original Message- > From: Ewok [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 11, 2005 10:23 PM > To: CF-Talk > Subject: RE: Javascript Image Preloader Question > > What are the numbers in new Image(156,22) ? The size of the new image (in pixels). Jim Davis ~~~

RE: Javascript Image Preloader Question

2005-01-11 Thread Jim Davis
Where are the images in relation to the page calling them? The relative path would be from the page, not the script (if the script is called externally). >From what I could see the images aren't in the same folder as the file - so they won't be cached on that call. Jim Davis > -Original Mes

RE: Javascript Image Preloader Question

2005-01-11 Thread Ewok
Duh... height and width. lol never new to do that -Original Message- From: Ewok [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 11, 2005 10:23 PM To: CF-Talk Subject: RE: Javascript Image Preloader Question What are the numbers in new Image(156,22) ? Try this... worked for me var prel

RE: Javascript Image Preloader Question

2005-01-11 Thread Ewok
What are the numbers in new Image(156,22) ? Try this... worked for me var preloadFlag = false; if (document.images) { Image11 = new Image Image22 = new Image Image33 = new Image Image44 = new Image Image55 = new Image Image66 = new Image Ima

cfmail - mail getting blocked by MailMarshall

2005-01-11 Thread Marcus Whitworth
Hi, I am trying to send out a small newsletter for a client, to registered subscribers, and a couple of the subscribers aren't receiving it. Their MailMarshall system claims the mail is 'Spoofed'. The part of the error is: "The From: address is associated with a local domain, but the message di

OT: Javascript Image Preloader Question

2005-01-11 Thread Tony Weeg
hola peeps! the script below is s very common, and is supps to preload images into the browsers cache, and when mousing over a menu item, it is to flip to the on, you all know this... anyway when i use it on a new site im building, the images arent preloading. when i mouse over the images, th

RE: Preventing password sharing on a membership site

2005-01-11 Thread Ewok
First, yes you can allow only one session per user account. Just check the current active sessions for the username that is attempting to log in. As for keeping users from sharing that information, I can think of one way off the top of my head. Make the users billing information viewable only to t

Re: How to add images to my db the *right* way?

2005-01-11 Thread Will Tomlinson
Got it mostly workin now fellas. Just workin on the outside to make sure my queries work ok. Thanks! Will ~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/

Re: Dynamic CF PDFs

2005-01-11 Thread Duncan I Loxton
or you could wait till blackstone ;-) ~| 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

Re: Dynamic CF PDFs

2005-01-11 Thread Elyse Nielsen
Hi, Check this out. Its an example of using FOP with a link to nate weiss's site. http://www.anticlue.net/archives/000302.htm HTH, Elyse On Wed, 12 Jan 2005 08:29:03 +0800, James Holmes <[EMAIL PROTECTED]> wrote: > We have FOP working with CF; if HTMLDoc isn't suitable then a pure Java > solu

RE: sharing sessions across domains

2005-01-11 Thread James Holmes
The behaviour I've observed is that you need to continue passing the sessionid in the URL, even within the same site, or it gets lost, so it's possible if you do so. -Original Message- From: Bert Dawson [mailto:[EMAIL PROTECTED] Sent: Wednesday, 12 January 2005 3:38 To: CF-Talk Subject:

Re: JRun Updater 4 and CFMX ?

2005-01-11 Thread Dave Carabetta
On Tue, 11 Jan 2005 18:00:13 -0500, Dave Watts <[EMAIL PROTECTED]> wrote: > > Been trying to track down info on whether we can apply JRun updater > > 4 to our cfmx cluster. We're currently running the jrun build > > distributed with cfmx 6.1 and require the updater 4 fixes to support > > other Java

RE: John Dowdell Wants to Know What's Wrong with Macromedia

2005-01-11 Thread dave
when u look at what the market was really targeted for flex 12k is nothing, especially when it would save them mega times that in dev time but now its time for the lil guys too have the cool toy too! -- Original Message -- From: Dave Watts <[EMAIL PROTECT

RE: John Dowdell Wants to Know What's Wrong with Macromedia

2005-01-11 Thread Dave Watts
> I disagree on pricing for Flex... 12,000 per server for > presentation layer only is nuts! Really? How about if it saves several months of developer time? (Which I think it would, for most complex Flash client applications.) It doesn't take things like this long to pay for themselves. Dave Wat

RE: Dynamic CF PDFs

2005-01-11 Thread James Holmes
We have FOP working with CF; if HTMLDoc isn't suitable then a pure Java solution using FOP is a good alternative. If you know anything about XML the learning curve is minimal (it took us a day to get everything working). -Original Message- From: Phill B [mailto:[EMAIL PROTECTED] Sent: Wed

wussy-wig editor

2005-01-11 Thread dave
anyone tried this one yet? http://xstandard.com/page.asp?p=A4372B00-8D7F-4166-977C-64E5C4E3708E&s=E638AEB0-ADC1-448B-9CE5-FB8AAE1FE55B ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http

Re: Dynamic CF PDFs

2005-01-11 Thread Bryan Stevenson
Yepyou need HTMLdoc.exe installed on the server (I don't have a link handy...just Google HTMLDoc.exe and/or HTML2PDF3 and you'll find all ya need) Cheers Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 ce

RE: Dynamic CF PDFs

2005-01-11 Thread Burns, John D
Bryan, Does HTML2PDF3 require an EXE to be on the server as well? Do you have a link for where to download? John Burns Certified Advanced ColdFusion MX Developer AI-ES Aeronautics, Web Developer -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: Tuesday, January

Re: OT: OCP - MCDBA

2005-01-11 Thread Adrocknaphobia
OCP... anyone can follow a wizard. -Adam On Mon, 10 Jan 2005 22:22:53 -0300, Leonardo CRESPO - Gmail <[EMAIL PROTECTED]> wrote: > Hi all! Sorry for the OT. This is the best list i know and since it > will affect many aspects of my life, i would sincerely appreciate your > opinions before committ

Re: html candy

2005-01-11 Thread dave
like i said this isnt my app, just helping the guy thats doing it dont assume that everyone codes in xhtml or for that matter even html 4.01 3/4 of the site u see wont even validate at 4.01 (heck look at the ppl on the list a good portion wont come close to validating) and even i wont use htmlti

RE: JRun Updater 4 and CFMX ?

2005-01-11 Thread Stacy Young
Thanks, good lead. For any MM folks listening, this would be a handy tip to include on jrun updater release notes. -Stace -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 11, 2005 6:00 PM To: CF-Talk Subject: RE: JRun Updater 4 and CFMX ? > Been tryin

RE: installing cf 4.5 on a win server 2003

2005-01-11 Thread Dave Watts
> I've run into a problem installing 4.5.1 on a win server 2003. > > The orginal installation does not "see" the server and i must choose > "other server" from the menu. the program then tells i must manually > configure the server. Just like the message says, you must manually configure the se

RE: JRun Updater 4 and CFMX ?

2005-01-11 Thread Dave Watts
> Been trying to track down info on whether we can apply JRun updater > 4 to our cfmx cluster. We're currently running the jrun build > distributed with cfmx 6.1 and require the updater 4 fixes to support > other Java apps running on the cluster. If you're running CFMX on a full installation of

RE: installing cf 4.5 on a win server 2003

2005-01-11 Thread Russ
I've never used 4.5 on 2k3 server. If I was you, I would try to 1. Check that the CF mapping exists (mapping for .cfm pages pointing to the cf dll). 2. Make sure that dynamic iis extensions are enabled (IIS 6 comes locked-down, and you have to enable the features you need). 3. Try to use

Re: html candy

2005-01-11 Thread Shawn
Two comments on this: 1) Doesn't HTML Tidy already validate and aid in correcting problems? 2) Why HTML 4.01? Why not XHTML which is the newer emerging standard, but close enough to HTML 4.01 that the differences are moot? If a developer knows what they are doing (i.e. read that as experience

Re: installing cf 4.5 on a win server 2003

2005-01-11 Thread jim surfer
Thanks, but not very informative. Money is always and issue. jim. >Very Retro > >MD > > >On Tue, 11 Jan 2005 16:20:11 -0500, Jim Kopec <[EMAIL PROTECTED]> wrote: >> ~| Find out how CFTicket can increase your company's customer

RE: CFFM + FCKEditor (good stuff?)

2005-01-11 Thread Burns, John D
Mike, Email me off list what problems you're having and I can try to help. I had the same issue but finally figured it out. John Burns Certified Advanced ColdFusion MX Developer AI-ES Aeronautics, Web Developer -Original Message- From: Mike Kear [mailto:[EMAIL PROTECTED] Sent: Tuesda

JRun Updater 4 and CFMX ?

2005-01-11 Thread Stacy Young
Been trying to track down info on whether we can apply JRun updater 4 to our cfmx cluster. We're currently running the jrun build distributed with cfmx 6.1 and require the updater 4 fixes to support other Java apps running on the cluster. Anyone spotted a tech note along these lines? Cheers, Stac

Re: installing cf 4.5 on a win server 2003

2005-01-11 Thread Mark Drew
Very Retro MD On Tue, 11 Jan 2005 16:20:11 -0500, Jim Kopec <[EMAIL PROTECTED]> wrote: > I've run into a problem installing 4.5.1 on a win server 2003. > > The orginal installation does not "see" the server and i must choose "other > server" from the menu. the program then tells i must manual

Re: CFFM + FCKEditor (good stuff?)

2005-01-11 Thread Mike Kear
I havent been able to get the file upload and image library thing working. I know it CAN work because I've seen it working on another site, but I can't workout what to change in what files to configure it for my setup. I've been trying for months (on and off) and got nowhere. And since there's n

RE: Vertical Calendar Format Reality Check

2005-01-11 Thread Dawson, Michael
Here is another shot I made at it. This one is simpler, but I have yet to add my array-building code. Final desired result: http://acelinkdev.evansville.edu/DevFiles/JavaExcel/Salon/Date1.cfm Thanks M!ke CODE: Untitled body, td { font-family

Re: John Dowdell Wants to Know What's Wrong with Macromedia

2005-01-11 Thread Rob
On Tue, 11 Jan 2005 16:24:38 -0500, dave <[EMAIL PROTECTED]> wrote: > dont think that flex will be that way for very long, matter of fact... > and once its available on a shared server, its gunna be a > sweeettt > > u dont think MM would keep it from us do u? I hope n

Vertical Calendar Format Reality Check

2005-01-11 Thread Dawson, Michael
This page shows what I need to finally achieve: http://acelinkdev.evansville.edu/DevFiles/JavaExcel/Salon/Date2CFTalk.cf m Requirements: 1. The business week starts on Monday. 2. Must have six groups of repeating weeks even though there may not be that many days in a month. 3. If the first day of

Re: How to add images to my db the *right* way?

2005-01-11 Thread dave
well then u copy and paste & change the #'s accordingly to accomidate how ever many images u want. and say that u have 5 images but that clothes line only has 3 pic then it will accept the 3 and ignore the other 2 empty fields i actually pulled those out of a real estate app that has 5 images, i

installing cf 4.5 on a win server 2003

2005-01-11 Thread Jim Kopec
I've run into a problem installing 4.5.1 on a win server 2003. The orginal installation does not "see" the server and i must choose "other server" from the menu. the program then tells i must manually configure the server. Next window asks for the root folder and the installation goes fine.

Re: cell phone app development

2005-01-11 Thread Jeff Small
> cool...thanks Jeff ;-) See ya there! I'm already signed up. ~| 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://w

Re: Reset the 6.1 Developer Edition IP address

2005-01-11 Thread Ian Winter
Got an article on this on my site: http://www.flatpackedworld.co.uk/coldfusion/tutorials/lost_admin_password.cfm Ian On Tue, 11 Jan 2005 14:48:48 -0500, Matthew Small <[EMAIL PROTECTED]> wrote: > Sorry, I just realized that myself. I seem to remember from some time ago > that there's a way to

Re: John Dowdell Wants to Know What's Wrong with Macromedia

2005-01-11 Thread dave
dont think that flex will be that way for very long, matter of fact... and once its available on a shared server, its gunna be a sweeettt u dont think MM would keep it from us do u? -- Original Message -- From: Rob <[EMAIL PROTE

Re: How to add images to my db the *right* way?

2005-01-11 Thread Joe Rinehart
When it changes from 3 images to 5, this will break. -Joe On Tue, 11 Jan 2005 15:51:35 -0500, dave <[EMAIL PROTECTED]> wrote: > u dont need to loop just check to see if the file field is empty if not do > the upload > but be aware that u can only have 1 file.serverfile so be sure to set it > b

Re: John Dowdell Wants to Know What's Wrong with Macromedia

2005-01-11 Thread Rob
On Tue, 11 Jan 2005 14:34:25 -0500, Adrocknaphobia <[EMAIL PROTECTED]> wrote: > Outside of that.. DW is fine. You know its the skills that make a > developer, not the IDE. True that > Flex is priced just right, and when all you kids started ranting about > the cost, they allowed you to get deve

Re: html candy

2005-01-11 Thread dave
im not sure, im just trying to help the developer out with the cfm support, scary thought huh! -- Original Message -- From: Dan O'Keefe <[EMAIL PROTECTED]> Reply-To: cf-talk@houseoffusion.com Date: Tue, 11 Jan 2005 09:04:51 -0500 >Can this be called from

Re: How to add images to my db the *right* way?

2005-01-11 Thread Will Tomlinson
K dave, gotcha. Workin on it now. 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/l

Re: Preventing password sharing on a membership site

2005-01-11 Thread Michael Dinowitz
This is a question that has been deeply investigated in the past due to some of our members working for adult sites. I'd do a fast search on the archives and if its not answered by the time I get back from speaking, I'll answer it. >I have a client with a paid membership site who recently saw

Re: Dynamic CF PDFs

2005-01-11 Thread Phill B
I'll give it a try. Thanks On Tue, 11 Jan 2005 12:52:55 -0800, Bryan Stevenson <[EMAIL PROTECTED]> wrote: > HTML2PDF3 > > custom tagSUPER simpleinstall something on the server.wrap the > HTML you want to be the PDF in the tagrun the page...presto > changoyou have a PDF ;-) >

Re: cell phone app development

2005-01-11 Thread Bryan Stevenson
Jeff said: If you've got 802.11 and Flash 6...can't you theoretically do remoting stuff? Has anyone played around with Flash remoting on a handheld? This is something I'm trying to avoidI want to limit the web connection time so folks cell bills don't go through the roof ;-) Do all your stuf

RE: Debugging Server Hangs

2005-01-11 Thread Katz, Dov B (IT)
I've gotten that too and would love to get the same. The only thing I recommend thus far is a tool that lets you do a full thread dump of a running java process. This helped me debug a java GUI client I wrote and I strongly recommend it. It's free and only works if you run via JavaWebStart... h

Re: cell phone app development

2005-01-11 Thread Bryan Stevenson
cool...thanks Jeff ;-) 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 - Original Message - From: "Jeff Small" <[EMAIL PROTE

Re: cell phone app development

2005-01-11 Thread Bryan Stevenson
One thing I wonder about Flash Lite is wheteher it will have low level control of the other hardware on the phones?? I'm talking about (from inside the Flash Lite App)fire up the camera...take a pic...take some more pics...mabye enter some captionsfire up the voice recorderrecord an

Re: Dynamic CF PDFs

2005-01-11 Thread Bryan Stevenson
HTML2PDF3 custom tagSUPER simpleinstall something on the server.wrap the HTML you want to be the PDF in the tagrun the page...presto changoyou have a PDF ;-) Cheers Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.4

Re: How to add images to my db the *right* way?

2005-01-11 Thread Will Tomlinson
> > > > > > >INSERT INTO images (filename) >VALUES () > > I've decided to create a makeimageprimary field in the table. It'll be a y- n value. How would I loop through a 2d array insert into the table? I'm going to give this a shot shortly. Thanks so much Joe! Will let you know how it comes ou

Preventing password sharing on a membership site

2005-01-11 Thread muzl hed
I have a client with a paid membership site who recently saw a member post their login information on a public news group. Anybody have a suggestion as to how to stop people from sharing passwords? Is there a practical way to prevent multiple people from logging in with the same username/pas

Re: How to add images to my db the *right* way?

2005-01-11 Thread dave
u dont need to loop just check to see if the file field is empty if not do the upload but be aware that u can only have 1 file.serverfile so be sure to set it before moving on to next one -- Original Message ---

RE: Connecting CFMX to MSDE SQL Server

2005-01-11 Thread Yexley Robert D Contr AFRL/PROE
I'm pretty sure that MSDE defaults to installing using Windows authentication only. You'll probably need to change the security mode (securitymode=0) so that it supports mixed-mode authentication, which will allow SQL authentication, rather than windows authentication before connection using the

Re: cell phone app development

2005-01-11 Thread Jeff Small
>> Flash Lite does indeed work on PocketPC. It's pretty sweet, but >> PocketPCs aren't really cellphones. > > Actually, I don't think Flash Lite itself works on Pocket PCs, which have > a > full version of Flash Player 6 available. Yeah, you're right. I just did "About..." and it says "Macromedia

Dynamic CF PDFs

2005-01-11 Thread Phill B
I need CF to create a pdf. I need something that doesn't have a major learning curve, can handle most HTML, doesn't cost grand and I can everything up and running in a week. Am I asking to much? I already have activePDF Toolkit but I'm not sure how to use it. :-\ I've also looked at CFX PDF and

Re: How to add images to my db the *right* way?

2005-01-11 Thread Joe Rinehart
INSERT INTO images (filename) VALUES () -Joe On Tue, 11 Jan 2005 15:21:59 -0400, Will Tomlinson <[EMAIL PROTECTED]> wrote: > >>she said she might want up to three images per item > > > >Yep, but aren't clients notorious for saying "Wait, I meant five!"? > > > > > Yes indeed! I'm going

Re: How to add images to my db the *right* way?

2005-01-11 Thread Will Tomlinson
>>she said she might want up to three images per item > >Yep, but aren't clients notorious for saying "Wait, I meant five!"? > Yes indeed! I'm going to turn this into an array, then insert it. Might need some help looping it into the table. :) I've only practiced with simple arrays, never rea

RE: Debugging Server Hangs

2005-01-11 Thread Mike Nicholls
I find that stack traces are invaluable for this sort of debugging. See http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_18339 for details, it tells you how to generate and interpret them. Mike -Original Message- From: Kazmierczak, Kevin [mailto:[EMAIL PROTECTED] Sent: We

Debugging Server Hangs

2005-01-11 Thread Kazmierczak, Kevin
What does everyone do about tracking down pages/code that cause the cf server to slow down or hang and you are left with restarting the services/ machine to solve it? Every once in a while our CF server comes to a crawl or get a "JRUN closed connection" error. Looking in the log files doesn't

RE: John Dowdell Wants to Know What's Wrong with Macromedia

2005-01-11 Thread Calvin Ward
I disagree on pricing for Flex... 12,000 per server for presentation layer only is nuts! -Original Message- From: Adrocknaphobia [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 11, 2005 2:34 PM To: CF-Talk Subject: Re: John Dowdell Wants to Know What's Wrong with Macromedia You what bot

Re: CFFM + FCKEditor (good stuff?)

2005-01-11 Thread Tony Weeg
i havent a clue, and thats fine... thats why i have geeks like you ;) tw btw: sup dog! On Tue, 11 Jan 2005 14:38:13 -0500, Adrocknaphobia <[EMAIL PROTECTED]> wrote: > John: > Nope wast me, I just wrote all for myself, and for the previous version. > > Tony: > Well you obviously must not know w

RE: Reset the 6.1 Developer Edition IP address

2005-01-11 Thread Matthew Small
Sorry, I just realized that myself. I seem to remember from some time ago that there's a way to do it without stop/start. I was thinking that was the only way. Thank you for your help on my brain fart. I just got out of a crazy meeting. - Matt Small -Original Message- From: Howard For

Re: Reset the 6.1 Developer Edition IP address

2005-01-11 Thread Howard Fore
Stop and start the server? On Tue, 11 Jan 2005 14:37:37 -0500, Matthew Small <[EMAIL PROTECTED]> wrote: > I know it's in the archive, but I haven't been able to find it. Help, > please? -- Howard Fore, [EMAIL PROTECTED] ~| Pro

Re: cell phone app development

2005-01-11 Thread Adrocknaphobia
Thats the precise problem. When you take a look at all the Flash enabled devices out there, you end up having to develop for about 5 different flash player versions, not to mention throwing flashcast in the mix. If MM is serious about this market, they should stick to a single player... preferably

RE: John Dowdell Wants to Know What's Wrong with Macromedia

2005-01-11 Thread Burns, John D
Only Adam could talk to Macromedia products as if they lived in Southeast DC :-) John Burns Certified Advanced ColdFusion MX Developer AI-ES Aeronautics, Web Developer -Original Message- From: Adrocknaphobia [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 11, 2005 2:34 PM To: CF-Talk

Re: John Dowdell Wants to Know What's Wrong with Macromedia

2005-01-11 Thread S . Isaac Dealey
> Flex is priced just right, and when all you kids started > ranting about > the cost, they allowed you to get developer version for > free. > They turned CF into an Enterprise application server when > it was was > gettting very close to becoming legacy keeping your butts > employed. > Breeze ro

Re: John Dowdell Wants to Know What's Wrong with Macromedia

2005-01-11 Thread Mark Drew
Spectra nuff said On Tue, 11 Jan 2005 14:34:25 -0500, Adrocknaphobia <[EMAIL PROTECTED]> wrote: > You what bothers me about MM? Nothin. Well except Generator, and I > swore a blood oath to hold that against them for atleast a decade. > > Outside of that.. DW is fine. You know its the skills tha

sharing sessions across domains

2005-01-11 Thread Bert Dawson
I have 2 domains pointing at the same 2 web sites which in turn point to the same CF codebase (win2k, iis6, cf6.1 enterprise with updater): eg: www.mysite_en.com and www.mysite_de.com Currently i can share my session between the 2 sites by passing the cfid and cftoken in the URL when i link from o

Re: CFFM + FCKEditor (good stuff?)

2005-01-11 Thread Adrocknaphobia
John: Nope wast me, I just wrote all for myself, and for the previous version. Tony: Well you obviously must not know what you are doing (reference 3 weeks ago thread title "my dad loves firefox") :) -Adam On Tue, 11 Jan 2005 14:03:11 -0500, Burns, John D <[EMAIL PROTECTED]> wrote: > Tony, > >

Reset the 6.1 Developer Edition IP address

2005-01-11 Thread Matthew Small
I know it's in the archive, but I haven't been able to find it. Help, please? Thank you, Matt Small ~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/

RE: CFFM + FCKEditor (good stuff?)

2005-01-11 Thread Burns, John D
I don't know exactly what it is you want. All of the core files are just straight from FCKEditor 2.0(RC2). I can probably set up a test page or something that I can send you to and see if it works and then send you whatever files you want. John Burns Certified Advanced ColdFusion MX Developer

Re: John Dowdell Wants to Know What's Wrong with Macromedia

2005-01-11 Thread Adrocknaphobia
You what bothers me about MM? Nothin. Well except Generator, and I swore a blood oath to hold that against them for atleast a decade. Outside of that.. DW is fine. You know its the skills that make a developer, not the IDE. Seriously... how long are you going to continue to use an IDE that was wr

Re: CFFM + FCKEditor (good stuff?)

2005-01-11 Thread Joe Rinehart
You should be able to distribute it with your CFM as long as you include the license and the FCKEditor source code. You may want to LGPL your own work for it as well, as I believes it gives you some warranty protection. Of course, IANAL. Either way, e-mail the zip off-list, would ya? :) -joe ~

RE: cell phone app development

2005-01-11 Thread Dave Watts
> Flash Lite does indeed work on PocketPC. It's pretty sweet, but > PocketPCs aren't really cellphones. Actually, I don't think Flash Lite itself works on Pocket PCs, which have a full version of Flash Player 6 available. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Soft

Re: CFFM + FCKEditor (good stuff?)

2005-01-11 Thread Joe Rinehart
IANAL, but you should be able to distribute it with your CFM as long as you include the license and the FCKEditor source code. You may want to LGPL your own work for it as well, as I believes it gives you some warranty protection. Of course, IANAL. Either way, e-mail the zip off-list, would ya?

New CF Server hardware???

2005-01-11 Thread Dick Applebaum
Apple announced a headless/keyboardless/mouseless computer (avail Jan 22) that can run OS X and could easily run a CFMX BD or Railo server for the SOHO or small business. there are several configurations available-- starting at $499. http://www.apple.com/ Follow the link for Mac mini Be sure

RE: CFFM + FCKEditor (good stuff?)

2005-01-11 Thread Burns, John D
That's odd. It all works flawlessly for me. Right-click and all. John Burns Certified Advanced ColdFusion MX Developer AI-ES Aeronautics, Web Developer -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 11, 2005 2:12 PM To: CF-Talk Subject: Re: CFFM +

Re: CFFM + FCKEditor (good stuff?)

2005-01-11 Thread Tony Weeg
so, can i wrap it up into a little set of files, that work with cfm, with no changes but a setup file? shit, if its that big of a deal, i just wrap it up for myself, put it on my shelf at home, and use it when i need to ;) tw On Tue, 11 Jan 2005 14:08:43 -0500, Joe Rinehart <[EMAIL PROTECTED]>

  1   2   >