OT: find changes to SQL server db tables between now and a certain date

2005-02-14 Thread Duncan I Loxton
Hi all, Does SQL server keep a log of when a column was added to a table? I want to run a script on my dev SQL to create a TSQL for updating our production dbwith al the canges since the last date I made the changes live. Would this be in a system table somewhere? Thanks -- Duncan I Loxton

RE: find changes to SQL server db tables between now and a certai n date

2005-02-14 Thread Robertson-Ravo, Neil (RX)
Yes. It does. Though reading the transaction log can be a tricky. -Original Message- From: Duncan I Loxton [mailto:[EMAIL PROTECTED] Sent: 14 February 2005 09:16 To: CF-Talk Subject: OT: find changes to SQL server db tables between now and a certain date Hi all, Does SQL server keep

Locales / Currencies

2005-02-14 Thread Allan - CFUG Spain
I have a site which will be shown in English and Spanish. When the site is in Spanish I want the numbers to be shown 2.350,00 and in English 2,350.00. I tried playing with the locale's but no joy. Any ideas? Thanks Allan ~|

RE: Locales / Currencies

2005-02-14 Thread Robertson-Ravo, Neil (RX)
Have you tried LSNumberFormat().. -Original Message- From: Allan - CFUG Spain [mailto:[EMAIL PROTECTED] Sent: 14 February 2005 09:39 To: CF-Talk Subject: Locales / Currencies I have a site which will be shown in English and Spanish. When the site is in Spanish I want the numbers to

Re: Locales / Currencies

2005-02-14 Thread Allan - CFUG Spain
The Locale doesn't seem to be changing - Original Message - From: Robertson-Ravo, Neil (RX) To: CF-Talk Sent: Monday, February 14, 2005 10:36 AM Subject: RE: Locales / Currencies Have you tried LSNumberFormat().. -Original Message- From: Allan - CFUG Spain

RE: Locales / Currencies

2005-02-14 Thread Adrian Lynch
How are you changing it? SetLocale() should work. Use GetLocale() to check it. If it doesn't solve your problem then you might be doing something wrong in your code. Show us what you have. Ade -Original Message- From: Allan - CFUG Spain [mailto:[EMAIL PROTECTED] Sent: 14 February 2005

Re: Why would Firefox cause CF to error??

2005-02-14 Thread Will Tomlinson
Here's what CT replied with. It doesn't make sense, if I hadn't set sessiontimeout in app.cfm. Wouldn't it've defaulted to 30? Thanks, Will Will, This is not the case. I have checked in the web.xml file on your web server, and the timeout is indeed set to 30. Please contact us again if

RE: Flex

2005-02-14 Thread Calvin Ward
That might even have a cascading effect as smaller folks that have chosen another route grow larger or take influential roles in larger companies... -Original Message- From: Dick Applebaum [mailto:[EMAIL PROTECTED] Sent: Sunday, February 13, 2005 6:58 PM To: CF-Talk Subject: Re: Flex I

RE: Flex

2005-02-14 Thread Calvin Ward
I can't completely agree with that, where's the MM equivalent of Visual Studio or WSAD? -Original Message- From: dave [mailto:[EMAIL PROTECTED] Sent: Sunday, February 13, 2005 10:30 PM To: CF-Talk Subject: RE: Flex i AGREE! I can't think of any other company thats doing as much for

Re: Locales / Currencies

2005-02-14 Thread Allan - CFUG Spain
Got it now thanks. a global setting was constantly overwriting the one i was setting. Never mind it is monday morning. - Original Message - From: Adrian Lynch To: CF-Talk Sent: Monday, February 14, 2005 11:42 AM Subject: RE: Locales / Currencies How are you changing it?

Re: cflogin in v7

2005-02-14 Thread Raymond Camden
True - Pete, I'll see if i can replicate this. On Fri, 11 Feb 2005 15:45:40 -0500, Dave Watts [EMAIL PROTECTED] wrote: Are you using j2ee session variables? Don't those stay around while the browser is open? The cookies used to associate the session to the browser are kept by the browser

Re: Flex

2005-02-14 Thread Adrocknaphobia
Flex is not your your brother's beanie baby site. It's for serious enterprise level applications. The price is a bargain in contrast to the development time if you were to do everything in Flash. -Adam On Sun, 13 Feb 2005 17:01:52 -0600, Jeff Chastain [EMAIL PROTECTED] wrote: I appreciate the

RE: On querying a TB with FK's

2005-02-14 Thread Roberto Perez
At 10:55 AM 2/14/05, Matthew Walker wrote: What you're looking for is an inner join. Thanks, that was a good explanation. One detail, though: I didn't mention this before, but I have a linking table because one of my relationships is many to many: Table: WordTypeLinking Field 1: Word FK

RE: Flex

2005-02-14 Thread Ben Rogers
Anyone with a $500 computer, a $19/mo DSL connection (and little more) can host a credible web site... and provide as much service to their clientele as, say, Victoria's Secret, does to theirs. I think you'll find most DSL / cable connection agreements prohibit you from operating a

RE: Why would Firefox cause CF to error??

2005-02-14 Thread Ben Rogers
The problem is not J2EE session management itself but a mismatch between the CF session timeout and the underlying J2EE session timeout. I recommend using J2EE session management over the traditional CFID/CFTOKEN stuff (there's a lot of benefits - read the docs) but the host needs to have

RE: Web Analytics

2005-02-14 Thread Burns, John D
WebLog Expert isn't too bad. Gives basic feedback on traffic without all the complex options of WebTrends. Also, only costs about $75. John Burns Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. | Web Developer -Original Message- From: Dwayne Cole [mailto:[EMAIL

Re: cflogin in v7

2005-02-14 Thread Raymond Camden
So, on my first test - using a sessionTimeout of 5 minutes - and NOT J2EE session vars, everything worked ok. Going to test next with J2EE session vars turned on. On Mon, 14 Feb 2005 06:33:29 -0600, Raymond Camden [EMAIL PROTECTED] wrote: True - Pete, I'll see if i can replicate this. On

Re: cflogin in v7

2005-02-14 Thread Raymond Camden
So testing with J2EE session vars - and I still can't reproduce what you are seeing. On Mon, 14 Feb 2005 08:21:46 -0600, Raymond Camden [EMAIL PROTECTED] wrote: So, on my first test - using a sessionTimeout of 5 minutes - and NOT J2EE session vars, everything worked ok. Going to test next with

Re: cflogin in v7

2005-02-14 Thread James Edmunds
In what I think may be a related issue, see this thread at CrystalTech's forums, which deals time outs and session variables in CFMX 7, and the guess that this may be similar to a bug in CFMX 6.1, whereupon the J2EE variables were timing out before the ColdFusion session timed out:

Reinstall CFMX 6.1 Administrator only?

2005-02-14 Thread Burns, John D
I've inherited a server that seems to be missing some files necessary for the CFADMIN to work correctly. I'm trying to figure out if it's safe just to drop files into that directory from another server or if there's a supported way to reinstall the administrator from the CD without reinstalling

RE: Capturing Mac's SmartQuotes

2005-02-14 Thread Matthew Small
Hi Talk, I figured out that the smart quotes have a very high ASCII code. Here's what I did to remove them: function RemoveSmartQuotes (st) { st = replace(st, chr(8220), chr(34), all); st = replace(st, chr(8221), chr(34), all); st = replace(st, chr(8216), chr(39), all);

RE: Web Analytics

2005-02-14 Thread Eric Creese
Statistex -Original Message- From: Burns, John D [mailto:[EMAIL PROTECTED] Sent: Monday, February 14, 2005 8:17 AM To: CF-Talk Subject: RE: Web Analytics WebLog Expert isn't too bad. Gives basic feedback on traffic without all the complex options of WebTrends. Also, only costs about

RE: Capturing Mac's SmartQuotes

2005-02-14 Thread SStewart
Does this follow for MS Word Smart quotes also? sas Scott A. Stewart, Web Application Developer Engineering Consulting Services, Ltd. (ECS) 14026 Thunderbolt Place, Suite 100 Chantilly, VA 20151 Phone: (703) 471-8400 Fax: (703) 834-5527 -Original Message- From: Matthew Small

Re: Web Analytics

2005-02-14 Thread Rick Root
I've been really happy with Sawmill... all the power of WebTrends , but a lot cheaper... $139. www.flowerfire.com - Rick ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking

Holy Security

2005-02-14 Thread Rob
I am sure this will be on the news soon, but it looks like a slew of security problems on windows were reported lately (I was going to write a ripping blog, but I windows guys on this list may want to know). There is also a firefox one (I think it's a new one) - The DLL (any) are a bit

Re: cflogin in v7

2005-02-14 Thread Pete Ruckelshaus
OK, let me doublecheck my configuration at home. Pete ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware

Re: Why would Firefox cause CF to error??

2005-02-14 Thread James Edmunds
There is a discussion started about this problem at CrystalTech's forums: http://www.crystaltech.com/forum/topic.asp?TOPIC_ID=10418 Also, it is related, I believe, the issue in this CF-Talk thread: http://www.houseoffusion.com/cf_lists/messages.cfm/threadid:38283/forumid:4 Hope this is of use or

cfmx7 - cfdocument tag and ms excel?

2005-02-14 Thread Earl, George
I thought I heard toward the end of the beta cycle for CFMX7 that MM had added MS Excel to the output formats that can be generated by the cfdocument tag (I know Excel is one of the output formats for the report writer). All the CFMX7 documentation I have read so far, including the tag reference

Re: Web Analytics

2005-02-14 Thread George Abraham
Urchin's nopt bad either. http://www.urchin.com/products/v5/purchase.html George ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or

Text Editor for Opening Large Log Files

2005-02-14 Thread Montgomery Chris Contr AFSFC/SFPA
Howdy, Our CF log files (application.log, scheduler.log) are huge, in the range of hundreds of megabytes (173mb, 280mb, 380mb, etc.). MS WordPad and MS Word die when trying to open these humongous files. Is there a text editor or other log viewing tool that can open large log files? What does

Re: cfmx7 - cfdocument tag and ms excel?

2005-02-14 Thread Sean Corfield
On Mon, 14 Feb 2005 11:25:19 -0500, Earl, George [EMAIL PROTECTED] wrote: I thought I heard toward the end of the beta cycle for CFMX7 that MM had added MS Excel to the output formats that can be generated by the cfdocument What beta cycle? ;) Live Docs, says cfdocument supports only PDF and

RE: Text Editor for Opening Large Log Files

2005-02-14 Thread Dave Watts
Our CF log files (application.log, scheduler.log) are huge, in the range of hundreds of megabytes (173mb, 280mb, 380mb, etc.). MS WordPad and MS Word die when trying to open these humongous files. Is there a text editor or other log viewing tool that can open large log files? What does

Re: Text Editor for Opening Large Log Files

2005-02-14 Thread Howie Hamlin
I like ultraedit - http://www.ultraedit.com I've also used http://www.textpad.com/ but I prefer ultraedit. Regards, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail Server PrismAV -

Re: Text Editor for Opening Large Log Files

2005-02-14 Thread Jim Campbell
Emacs! what? :) Seriously though - on Windows I use UltraEdit for just about everything. It's very fast and I regularly open and search through some similarly massive CF log files with it. I have 512 MB of RAM on my work machine. http://www.ultraedit.com/ - Jim Montgomery Chris

RE: Text Editor for Opening Large Log Files

2005-02-14 Thread Montgomery Chris Contr AFSFC/SFPA
I use UltraEdit at home, so I'll look into trying that here at work since I'm already familiar with it. Am also looking into Dave's suggestion on the tail utility. Thanks! -- Chris Montgomery, VAMP Programmer HQ AF Security Forces Center, Antiterrorism Branch 1517 Billy Mitchell Blvd, Bldg 954

Re: Text Editor for Opening Large Log Files

2005-02-14 Thread Bob Haroche
I had the same issue trying to open huge NT logs. I used fmView: http://www.wincorner.com/ It's an inexpensive shareware alternative to QuickView to open all sorts of file types. Once opened in read only mode, you can choose Edit | Edit to copy the files contents into Word or some other program.

Re: cfmx7 - cfdocument tag and ms excel?

2005-02-14 Thread Joe Rinehart
Whatever you may or may not have heard during the beta cycle is still covered by NDA. I was at a CFUG meeting where a MM employee mentioned this feature. However, it was preceeded by the usual What I say today may or may not wind up in the product. :) -Joe -- For Tabs, Trees, and more, use

RE: Flex

2005-02-14 Thread dave
i dont know, i dont use vs but at least with MM products you can code in .net can you code in cfm in visual studio? or for that matter any other non m$ language?  You certainly can't say that m$ does as much for web developers as MM unless you mean M$ only web developers and then they can't

RE: Flex

2005-02-14 Thread Dave Watts
i dont know, i dont use vs but at least with MM products you can code in .net can you code in cfm in visual studio? or for that matter any other non m$ language? Actually, you can. I know a development shop where they use Visual Studio.NET exclusively for all their CF development. I'm not

RE: Flex

2005-02-14 Thread Bryan F. Hogan
Visual Studio is far from Front Page. -Original Message- From: dave [mailto:[EMAIL PROTECTED] Sent: Monday, February 14, 2005 1:28 PM To: CF-Talk Subject: RE: Flex i dont know, i dont use vs but at least with MM products you can code in ..net can you code in cfm in visual studio? or for

Re: Capturing Mac's SmartQuotes

2005-02-14 Thread Spike
FYI, The smart quotes are not limited to Mac only. There's a useful reference page about them and other high ascii characters here: http://www.cs.tut.fi/%7Ejkorpela/www/windows-chars.html#list For the project I'm working on at the minute I have customized jTidy to take care of these and emit

RE: Capturing Mac's SmartQuotes

2005-02-14 Thread Matthew Small
I *believe* that it does, but I have not tried it for the PC, only on Mac. However, the Mac's Smart Quotes did come from MS Word (Mac). - Matt Small -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, February 14, 2005 10:46 AM To: CF-Talk Subject: RE:

RE: Reinstall CFMX 6.1 Administrator only?

2005-02-14 Thread Dave Watts
I've inherited a server that seems to be missing some files necessary for the CFADMIN to work correctly. I'm trying to figure out if it's safe just to drop files into that directory from another server or if there's a supported way to reinstall the administrator from the CD without

Re: Flex

2005-02-14 Thread Joe Rinehart
i dont know, i dont use vs but at least with MM products you can code in .net can you code in cfm in visual studio? or for that matter any other non m$ language? Yes...a text editor is a text editor is a text editor. You won't obviously won't get syntax highlighting etc. for CFM. You

Re: cfmx7 - cfdocument tag and ms excel?

2005-02-14 Thread Dave Carabetta
On Mon, 14 Feb 2005 11:25:19 -0500, Earl, George [EMAIL PROTECTED] wrote: I thought I heard toward the end of the beta cycle for CFMX7 that MM had added MS Excel to the output formats that can be generated by the cfdocument tag (I know Excel is one of the output formats for the report writer).

Re: cfmx7 - cfdocument tag and ms excel?

2005-02-14 Thread Adam Haskell
What happens in Beta stays in beta might ask somewhere else :) Adam H On Mon, 14 Feb 2005 11:25:19 -0500, Earl, George [EMAIL PROTECTED] wrote: I thought I heard toward the end of the beta cycle for CFMX7 that MM had added MS Excel to the output formats that can be generated by the cfdocument

RE: On querying a TB with FK's

2005-02-14 Thread Dave Watts
Thanks, that was a good explanation. One detail, though: I didn't mention this before, but I have a linking table because one of my relationships is many to many: Table: WordTypeLinking Field 1: Word FK Field 2: Type FK Does a linking table affect how things work, or can I just go

Re: Text Editor for Opening Large Log Files

2005-02-14 Thread Rick Root
Dave Watts wrote: I use tail for these sorts of things. While tail is a common Unix utility, there are free versions for Windows. HOORAY! Tail and grep are absolute essentials IMO. Today, for example, I was doing a BULK INSERT of 3.3 million rows into SQL Server. 2 rows failed... one of

Re: Text Editor for Opening Large Log Files

2005-02-14 Thread Rick Root
Montgomery Chris Contr AFSFC/SFPA wrote: Howdy, Our CF log files (application.log, scheduler.log) are huge, in the range of hundreds of megabytes (173mb, 280mb, 380mb, etc.). MS WordPad and MS Word die when trying to open these humongous files. As a side note, you might considering writing

Re: Text Editor for Opening Large Log Files

2005-02-14 Thread Jordan Michaels
Rick Root wrote: Montgomery Chris Contr AFSFC/SFPA wrote: Howdy, Our CF log files (application.log, scheduler.log) are huge, in the range of hundreds of megabytes (173mb, 280mb, 380mb, etc.). MS WordPad and MS Word die when trying to open these humongous files. As a side note, you

Re: Holy Security

2005-02-14 Thread Jordan Michaels
::blink:: ::laughs uncontrollably:: It's also great to note that the windows vulnerabilities you mentioned could mostly be executed remotely, whereas one of the mozilla/firefox vulnerabilities and the linux vulnerability could only be executed locally, or with a local users permission.

Re: Holy Security

2005-02-14 Thread Jared Rypka-Hauer - CMG, LLC
The Linux one was Windows filesystem errors... The Mozilla one allowed a local user to upgrade their privs... at first I was thinking, eh, that's not THAT big of a deal. But then I started thinking... hacker hacks in, hacker gets SU, hacker does nasties. EVEN if you're cut your users back to

Re: Text Editor for Opening Large Log Files

2005-02-14 Thread Howie Hamlin
For tail on Win32 I use this one: http://tailforwin32.sourceforge.net/ It's free/open source and is better than commercial tail for windows programs that I've seen. Regards, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com inFusion Mail Server

Downgrading CFMX 6.1 Enterprise to Standard

2005-02-14 Thread Burns, John D
This is kind of an odd question and I think I know the answer, but I'm not 100% sure. We have a production box with CFMX 6.1 Enterprise that we installed because we were working on a contract that was requiring Oracle datasources but we ended up going a different route. Now, the apps on that

Re: Text Editor for Opening Large Log Files

2005-02-14 Thread Greg Morphis
mTail (tail for windows) craps out on me at above the 500,000 read buffer setting. I use UltraEdit at home. On Mon, 14 Feb 2005 14:00:47 -0500, Rick Root [EMAIL PROTECTED] wrote: Dave Watts wrote: I use tail for these sorts of things. While tail is a common Unix utility, there are free

RE: Downgrading CFMX 6.1 Enterprise to Standard

2005-02-14 Thread Dawson, Michael
You are correct. You can change the feature set by switching license keys. After entering the Standard license key, I would restart the service. ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket

Re: Holy Security

2005-02-14 Thread Jochem van Dieten
Rob wrote: I am sure this will be on the news soon, but it looks like a slew of security problems on windows were reported lately That won't be in the news anytime soon: you are a week late. All these Windows issues were made public last Tuesday. Every second Tuesday of the month is MS patch

Re: Holy Security

2005-02-14 Thread Jordan Michaels
lol You know what? That's awesome. Converting our W2K box to SuSE 8.2 back in the day is what made a Linux believer out of me. We had nothing but trouble with our W2K box and as soon as our SuSE 8.2 box went into production, it just ran. No crashes, no strange/inexplicable errors, it just

Re: Text Editor for Opening Large Log Files

2005-02-14 Thread Douglas Knudsen
there are CFAdmin settings for the logs mentioned. Doug On Mon, 14 Feb 2005 14:01:53 -0500, Rick Root [EMAIL PROTECTED] wrote: Montgomery Chris Contr AFSFC/SFPA wrote: Howdy, Our CF log files (application.log, scheduler.log) are huge, in the range of hundreds of megabytes (173mb,

Re: Text Editor for Opening Large Log Files

2005-02-14 Thread Mike Chabot
I use TextPad for my routine log file viewing. I have not used UltraEdit enough to have a good basis for comparison between the two tools. Those two, plus EditPlus, are probably the three most popular Windows tools of this category. TextEdit has a nice line bookmarking feature. You can search for

CF + ActivePDF hosting

2005-02-14 Thread Ben Doom
I've been instructed to find a list of hosts that currently support both CF 6.1 and ActivePDF. Yes, I've googled, and will continue to do so. :-) However, any help would be appreciated. --Ben ~| Logware (www.logware.us): a

OT: SQL Server mirroring

2005-02-14 Thread Dustin Snell [Network Automation]
Sorry this is kind of OT but it does have to do with our ColdFusion driven website. We currently have no redundancy in our web server environment and would like to change this. This would mean some kind of mirror/cluster would need to be set up for our web server and for our SQL server. I know

re: CF + ActivePDF hosting

2005-02-14 Thread dave
hms either has it or will add it if its a stable non beta product u get a haircut yet ben ;) From: Ben Doom [EMAIL PROTECTED] Sent: Monday, February 14, 2005 4:08 PM To: CF-Talk cf-talk@houseoffusion.com Subject: CF + ActivePDF hosting I've been

Re: CF + ActivePDF hosting

2005-02-14 Thread Ben Doom
hms either has it or will add it if its a stable non beta product ActivePDF is commercial, non-beta. Who is HMS? Got a URL? u get a haircut yet ben ;) No. You picked a sport that isn't on strike? --Ben ~| Logware

RE: SQL Server mirroring

2005-02-14 Thread Jacob
For SQL server, we use Legato Co-StandBy Server. Ours runs in Active/Passive setup. You do not need SQL Enterprise or Windows Enterprise / Advanced addition to cluster with CSBS. http://www.legato.com You need the same type of set up (hard drive, RAM, and CPUs for it to work correctly. For web

RE: SQL Server mirroring

2005-02-14 Thread Jacob
http://www.legato.com/products/costandbyserver/ I guess they just changed the name of Co StandBy Server to FullTime AutoStart. Jacob -Original Message- From: Jacob [mailto:[EMAIL PROTECTED] Sent: Monday, February 14, 2005 1:28 PM To: CF-Talk Subject: RE: SQL Server mirroring For SQL

Re: OT: SQL Server mirroring

2005-02-14 Thread Jochem van Dieten
Dustin Snell [Network Automation] wrote: I know there is clustercats for ColdFusion but we want to do the database server first. Everything I am reading says you need at least *three* machines to do a simple mirror with SQL Server, is this true?? Depends on which definition of mirroring /

RE: Reinstall CFMX 6.1 Administrator only?

2005-02-14 Thread Ben Rogers
Is it really missing files or is it just suffering from the 6.1 Updater bug that fails to recognize the CFIDE location? If you're seeing this bug, you'll get an error about a missing tag lib having to do with internationalization, if I remember correctly. It happened to me with a J2EE install. I

What do you use for project management?

2005-02-14 Thread Will Tomlinson
Just wanted to get an idea of what tools everyone use for project management. I've been looking at Traxtime for managing labor costs. Thanks, Will ~| Logware (www.logware.us): a new and convenient web-based time tracking

Re: Flex

2005-02-14 Thread dave
well i'll shut up bout vs cause i really dont know but it sure as hell aint going anywhere near my machine! how did i write that? was it magic? no, its called thank god for dual boot with a good os on it (linux):) But actually that was sent from other puter. and dave i have no idea, i mean u

Re: What do you use for project management?

2005-02-14 Thread Ray Champagne
We use a chaotic, crazy and unreliable human memory system. It works well for us :) At 03:35 PM 2/14/2005, you wrote: Just wanted to get an idea of what tools everyone use for project management. I've been looking at Traxtime for managing labor costs. Thanks, Will

Re: What do you use for project management?

2005-02-14 Thread Charlie Griefer
i've tried that system...never seem to be able to provide it enough RAM to work effectively... On Mon, 14 Feb 2005 16:36:32 -0500, Ray Champagne [EMAIL PROTECTED] wrote: We use a chaotic, crazy and unreliable human memory system. It works well for us :) At 03:35 PM 2/14/2005, you wrote:

Re: CF + ActivePDF hosting

2005-02-14 Thread dave
hms = www.hostmysite.com lol, no the damn hockey! gr we have a pro team across the street that kicks but though From: Ben Doom [EMAIL PROTECTED] Sent: Monday, February 14, 2005 4:23 PM To: CF-Talk cf-talk@houseoffusion.com Subject:

Any sites using the new Flash foms?

2005-02-14 Thread Irvin Gomez
Links appreciated. Hard to believe, but I couldn't find any samples (or demos)of the actual forms at the Macromedia site. (I'm not talking about their flash demos - I'm talking about actual forms that can be submitted). I'm mostly interested in how quickly they load, because they seem VERY

Re: What do you use for project management?

2005-02-14 Thread Bryan Stevenson
Time sheetsthey always workthey never crashno setup required! Personally I find some things just don't need an IT solution...the pen and paper have been around a long time ;-) Cheers Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc.

re: CF + ActivePDF hosting

2005-02-14 Thread dave
ben, i just got off phone with them and they said sure, it wouldnt be a problem :) see man they RULE!! 1-877-215-4678 ask 4 jamie price and tell him hes a putz! From: dave [EMAIL PROTECTED] Sent: Monday, February 14, 2005 4:17 PM To: CF-Talk

Re: Why would Firefox cause CF to error??

2005-02-14 Thread dave
lol, thats too damn funny! u still looking 4 the game??? need me 2 point you too it haha From: Will Tomlinson [EMAIL PROTECTED] Sent: Sunday, February 13, 2005 11:43 PM To: CF-Talk cf-talk@houseoffusion.com Subject: Re: Why would Firefox cause CF to

re: CF + ActivePDF hosting

2005-02-14 Thread dave
btw~ the better deal is actually at www.smarterlinux.com (their sister site). $5 less a month to run on a stable os ;) haha jk but not really From: dave [EMAIL PROTECTED] Sent: Monday, February 14, 2005 4:49 PM To: CF-Talk cf-talk@houseoffusion.com

RE: Any sites using the new Flash foms?

2005-02-14 Thread Bryan F. Hogan
Nope, want to know why? Because it takes for ever for them to load. Sometimes the loading box and circle don't come up. The loading circle if and when it comes up is tied to the position of your mouse. I would use them if it would load faster and if it had a nice loading circle like those on MM

Workflow Module / CFC - online examples?

2005-02-14 Thread Smith, Don , CTR , WHS/ITMD
I have a client who is obsessed with defining standard operating procedures. If I put up a quickie workflow management system for the guy I'd win some points. I haven't gone through the requirements phase because I'm looking for a quickie example. My general problem in defining this task is

Re: Structure return from java function undefined in ColdFusion Component...

2005-02-14 Thread Nathan Strutz
It's just like flash remoting. Structure names come across in UPPERCASE. I didn't know this about working with Java, but it makes sense, as Java AS are case sensitive and CF is not. -nathan strutz Troy Simpson wrote: Would anyone like to explain any explinations one why this occurs?

Re: What do you use for project management?

2005-02-14 Thread Spike
I have used quite a few different solutions in the past, but I generally find my self eventually orbiting around some sort of Excel spreadsheet. I've never found one that worked exactly the way I wanted it to, but I've never found a custom solution that gave me all the flexibility and

re: Any sites using the new Flash foms?

2005-02-14 Thread dave
personally, i would sure like too see all the entries from the contest, supposedly some amazing stuff was done. From: Irvin Gomez [EMAIL PROTECTED] Sent: Monday, February 14, 2005 4:48 PM To: CF-Talk cf-talk@houseoffusion.com Subject: Any sites using the

Re: Any sites using the new Flash foms?

2005-02-14 Thread Irvin Gomez
I di notice how sometimes the form won't even load (as you say) without any sort of message. Just a blank space (as you also say). If that's normal behaviour, it truly sucks! Thanks for the info, Bryan. (hoping we are wrong!) Nope, want to know why? Because it takes for ever for them

Re: Any sites using the new Flash foms?

2005-02-14 Thread Claude Schneegans
I'm mostly interested in how quickly they load, because they seem VERY slow on my development machine. They are very slow on ANY machine. Just visit the custom tag gallery on MM site, and you have an example. -- ___ REUSE CODE! Use custom tags; See

7 Install problems

2005-02-14 Thread Duncan I Loxton
Hi, Trying to install/upgrade 7 from 6.1 and I keep getting the following error in the mminstal log: ANT Script Error: Status: ERROR Additional Notes: ERROR - standalone.xmlUnable to delete file C:\CFusionMX7\CFIDE\classes\cfapplets.jar Ran

RE: What do you use for project management?

2005-02-14 Thread Dave Merrill
I have a spreadsheet that does ok for tracking time, also invoiceable and overhead expenses. A fellow I've done a lot of work with I think uses QuickBooks. Dave Merrill Just wanted to get an idea of what tools everyone use for project management. I've been looking at Traxtime for managing

Re: Any sites using the new Flash foms?

2005-02-14 Thread Irvin Gomez
Thanks, Claude. (and I'm not even beginning to investigate why a chart that worked perfectly fine on MX 6.2 now crashes Coldfusion 7!!!) Irvin I'm mostly interested in how quickly they load, because they seem VERY slow on my development machine. They are very slow on ANY machine. Just visit

Re: Any sites using the new Flash foms?

2005-02-14 Thread Raymond Camden
A complex Flash Form is a bit slow to load. Then again - in my testing the complex flash form was replacing 4 different pages. This meant a total time smaller then the previous vanilla form version. I think the initial hit then is acceptible. On Mon, 14 Feb 2005 17:10:49 -0400, Irvin Gomez

Re: Any sites using the new Flash foms?

2005-02-14 Thread Irvin Gomez
I don't know what to tell you, Raymond, because my experience is completely different. In my testing, a simple form with, say, 4 text inputs plus a submit button will take quite a bit to load (when it loads - it often requires a page refresh). This is a serious issue, because non-technical

Re: What do you use for project management?

2005-02-14 Thread Claude Schneegans
Just wanted to get an idea of what tools everyone use for project management. Actually, it's amazing to notice that in any interview for a new job, they always ask you if you are familiar with project management systems, but in more than 30 year career, I never saw any one single employer

Re: Any sites using the new Flash foms?

2005-02-14 Thread Claude Schneegans
4 text inputs plus a submit button will take quite a bit to load This is the worse case indeed, because even if you use only ONE field, you still have a complete library to load. When it replaces a hudge HTML form, the overhead may be worth, but in most cases it is much slower. --

Re: HTTPS and HTTP sharing Sessions?

2005-02-14 Thread Marcus Whitworth
As far as I know, you can maintain your session across multiple domains, but the sites must be hosted on the same CF server, and you will need to append the #session.urltoken# to the url when transferring between domains. eg. If a session is created on http://www.mysite.com, if you append

Re: Any sites using the new Flash foms?

2005-02-14 Thread Matt Woodward
In my testing, a simple form with, say, 4 text inputs plus a submit button will take quite a bit to load (when it loads - it often requires a page refresh). A simple form with only four fields isn't a particularly compelling candidate to replace with a Flash form, and even Macromedia will

Re: Holy Security

2005-02-14 Thread Jon Austin
Am I misreading what you said? Strange piece of logic there. I would think the fact that the source code not being available would make it more difficult to find security problems. It would easier to spot an overflow of some type in the code, rather than having to effectively brute force an

Re: Any sites using the new Flash foms?

2005-02-14 Thread Irvin Gomez
Thanks, Matt. I agree with you that a 4-field form is not something to worry about (but that was just an example of how EVEN a small form was quite slow). I'm beginning to get the idea that Flash fomrs in Coldfusion 7 are just a specialty item (not the best choice for every form), with buggy

RE: Holy Security

2005-02-14 Thread Ian Skinner
It would easier to spot an overflow of some type in the code Exactly, and thus there is a good chance that somebody honest will find the error, maybe even early in development, and either report and/or fix the problem before hordes of hackers can build tools to take advantage. Yes, they

CFLOCATION page execution

2005-02-14 Thread Jim McAtee
I'd just to verify that I understand how CFLOCATION works (after using the tag for six+ years :). The help says: Stops page execution and opens a ColdFusion page or HTML file. This means that when a CFLOCATION tag is encountered by CF that CF returns the necessary HTTP headers to the web

Re: 7 Install problems

2005-02-14 Thread jonese
silly question but did you stop the CFMX service from running before you attempted the upgrade? jonese On Tue, 15 Feb 2005 09:05:42 +1100, Duncan I Loxton [EMAIL PROTECTED] wrote: Hi, Trying to install/upgrade 7 from 6.1 and I keep getting the following error in the mminstal log: ANT

RE: Any sites using the new Flash foms?

2005-02-14 Thread Mike Nimer
BTW, is there a way of integrating some sort of HTML editor in Flash forms? There is an open enhancement request to add one, but for 7.0 nope. ---nimer -Original Message- From: Irvin Gomez [mailto:[EMAIL PROTECTED] Sent: Monday, February 14, 2005 5:32 PM To: CF-Talk Subject: Re:

  1   2   >