RE: CF7 Enterprise performance compared to Standard

2008-05-27 Thread Jacob
Tried disabling antivirus on the production box? A few years ago I had the same problem. It turned out it was some javascript code that A/V for did not like for some reason. This was with Norton. Canned Norton and went to NOD32... never looked back. -Original Message- From: Scott Brady [

RE: coldfusion printing to an Epson receipt printer

2008-05-19 Thread Jacob
We did using this utility: http://www.download32.com/bersoft-html-print-i8522.html Jacob -Original Message- From: Toby King [mailto:[EMAIL PROTECTED] Sent: Monday, May 19, 2008 6:05 AM To: CF-Talk Subject: coldfusion printing to an Epson receipt printer HI all I'm wondering if a

RE: CF8 - SQL 2K5 and Mirroring

2008-05-15 Thread Jacob
I have this booked marked just for your reason... http://www.bealearts.co.uk/blog/2007/06/17/coldfusion-and-sql-2005-mirroring / But, I may go with Clustering instead. -Original Message- From: Bruce Sorge [mailto:[EMAIL PROTECTED] Sent: Thursday, May 15, 2008 9:14 AM To: CF-Talk Subject

RE: any ideas

2008-05-14 Thread Jacob
Also.. if you are using SQL server... Create a user in SQL server with the least amount of rights. NEVER USE THE SA ACCOUNT! Allow only select. Deny delete, insert, update if it is not needed. (Technically, you should never delete a record. Just mark it "no show" or something of that nature.) U

RE: any ideas

2008-05-14 Thread Jacob
the variables in the where statement ??? -Original Message- From: Chad Gray [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 14, 2008 1:45 PM To: CF-Talk Subject: any ideas I would like to leave my Query open to take in any number of where statements. IE: SELECT * FROM Jobs WHERE 1=1

RE: 404's

2008-05-08 Thread Jacob
You need to put the original files back and 301 them to the new files. You can also use ISAPI rewrite. I would not redirect all 404's to one page. -Original Message- From: Jenny Gavin-Wear [mailto:[EMAIL PROTECTED] Sent: Thursday, May 08, 2008 9:19 AM To: CF-Talk Subject: 404's I've ju

RE: Need IIS & ColdFusion help

2008-05-08 Thread Jacob
What is the RAID card? Is it build into the motherboard or an expansion card? If it is an Adaptec card, you can replace the RAID card. The RAID information will be on the hard drive. I have replaced two Adaptec RAID cards in the past and never had to re-install. The new card finds the RAID inf

RE: IIS Question...

2008-05-05 Thread Jacob
Also... For Google, set up the Google Webmaster tools for your website. Add your site and set the preferred domain to "www". https://www.google.com/webmasters/tools/siteoverview?hl=en Jacob -Original Message- From: Che Vilnonis [mailto:[EMAIL PROTECTED] Sent: Monday, May

RE: IIS Question...

2008-05-05 Thread Jacob
Put this at the top of your application.cfm (test this first since I just typed it). http://www.domain.com#trim(script_name)#"> I use this to help with canonical issues and search engines. -Original Message- From: Che Vilnonis [mailto:[

Prevent Cross Site scripting

2008-04-17 Thread Jacob
urldecode(cgi.QUERY_STRING) contains "}" or urldecode(cgi.QUERY_STRING) contains "delete" or urldecode(cgi.QUERY_STRING) contains "drop" or urldecode(cgi.QUERY_STRING) contains &quo

RE: Lots of bugs with cold fusion 8 (standard edition)

2008-04-16 Thread Jacob
How about: ??? -Original Message- From: Don L [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 16, 2008 1:36 PM To: CF-Talk Subject: Lots of bugs with cold fusion 8 (standard edition) Today I've found another one, , also tried , The font size Attribute does not work, check livedocs w

RE: Creating a .cfm file on the fly

2008-03-13 Thread Jacob
True and Google announced about six months ago that underscore will be treated like spaces, just like dashed are. http://www.seroundtable.com/archives/014260.html -Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2008 6:27 PM To: CF-Talk Subjec

RE: Starting up work environment

2008-02-01 Thread Jacob
I know a batch file can do this, but is it going to do them all at once? If so, is there a way to make it pause between each? Use the sleep command. You can get sleep.exe from the 2003 resource kit "C:\Program Files\Internet Explorer\iexplore.exe" Sleep 10 "C:\Program Files\Microsoft Office\Offi

RE: Email Verification Tool

2008-01-30 Thread Jacob
I agree. Yahoo is the worst. You go around in circles with their template emails. -Original Message- From: Russ [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 30, 2008 11:24 AM To: CF-Talk Subject: RE: Email Verification Tool You don't need to get aol on the phone, they have a way

RE: Training a new programmer

2008-01-17 Thread Jacob
We had the same issue here. Know video editing and HTML basics. I gave him Forta's WACK and set him up CF delevoper/cfeclipse so he can go through the chapters. About two months later, he has start to work on some development stuff with our lead developer. -Original Message- From: Ian

RE: Dual CORE/Quad for CF8

2007-10-25 Thread Jacob
I installed CF8/IIS/2003 R2 on a dual quad core setup with 16GB of RAM just for $h!ts and giggles... CF flies on it. Too bad the system is for my SQL server... -Original Message- From: Richard Colman [mailto:[EMAIL PROTECTED] Sent: Thursday, October 25, 2007 7:41 AM To: CF-Talk Subject:

RE: Best Database Engine for ColdFusion (Survey)

2007-10-18 Thread Jacob
I have used CF with the following databases... FoxPro (never again) Access (good for a site with a few hits a day) SQL 7 (ehh) SQL 2000 (better then SQL 7) SQL 2005 (a little better performance wise compared to SQL 2000) Jacob -Original Message- From: Andy Chen [mailto:[EMAIL PROTECTED

RE: Text Editor Preferences?

2007-09-20 Thread Jacob
MS-DOS Editor 2.0 :) -Original Message- From: Crow T. Robot [mailto:[EMAIL PROTECTED] Sent: Thursday, September 20, 2007 12:51 PM To: CF-Talk Subject: Re: Text Editor Preferences? what does one need a text editor for these days? On 9/20/07, Greg Morphis <[EMAIL PROTECTED]> wrote: > > n

RE: [NEWS] Top 100 ColdFusion websites by Alexa rank

2007-08-06 Thread Jacob
Excaliburfilms.com :P -Original Message- From: Eric Roberts [mailto:[EMAIL PROTECTED] Sent: Monday, August 06, 2007 10:35 AM To: CF-Talk Subject: RE: [NEWS] Top 100 ColdFusion websites by Alexa rank I noticed at least a couple of bog names that were missing...BP and the Discovery Channe

Upgrade from CF7 to CF8

2007-08-03 Thread Jacob
Does Adobe mail you the media/serial numbers for the upgrade if you are on the volume license? Sort of what Microsoft does. Thanks Jacob ~| ColdFusion 8 - Build next generation apps today, with easy PDF and Ajax features

RE: Problems with encrypt and decrypt

2007-07-19 Thread Jacob
Orig: #tt# Encrypted: #encryptCC# Decrypted: #ccnumber# Rob -Original Message----- From: Jacob [mailto:[EMAIL PROTECTED] Sent: Thursday, July 19, 2007 2:49 PM To: CF-Talk Subject: Problems with encrypt and decrypt I am playing around with encrypt and decrypt in CF and I ran in

RE: Problems with encrypt and decrypt

2007-07-19 Thread Jacob
I had trim in the decrypt string.. disregard... -Original Message- From: Jacob [mailto:[EMAIL PROTECTED] Sent: Thursday, July 19, 2007 12:49 PM To: CF-Talk Subject: Problems with encrypt and decrypt I am playing around with encrypt and decrypt in CF and I ran into a issue. First, here

RE: Problems with encrypt and decrypt

2007-07-19 Thread Jacob
Nevermind. Found this... http://livedocs.adobe.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=ColdFusion_Documentation&file=0452.htm Pardon the interruption. Jacob -Original Message- From: Jacob [mailto:[EMAIL PROTECTED] Sent: Thursday, July 19, 2007 1

Problems with encrypt and decrypt

2007-07-19 Thread Jacob
. The same is true if I change the key. Any ideas? Thanks Jacob ~| CF 8 – Scorpio beta now available, easily build great internet experiences – Try it now on Labs http://www.adobe.com/cfusion/entitlement/index.cfm?e

Enable Whitespace Management bug?

2007-06-04 Thread Jacob
I am using CF 7.0.2 on Windows 2003. When I restart the ColdFusion server, Enable Whitespace Management gets unchecked. I have to go in to CF Administrator to recheck it every time I restart the CF service. Bug? Ideas? Thanks Jacob

RE: Check database connections

2007-05-02 Thread Jacob
Well.. for SQL server... Do you have access to the database server? You can use a perfmon to see current connections. Also, for SQL 2000 you can use Enterprise Manager (Management - Current Activity) and for SQL 2005 you can use SQL studio. Jacob -Original Message- From: Tom G [mailto

Moving from cookie to session for shopping cart

2007-04-30 Thread Jacob
04/30/2007 Sound good? Also, would CF Enterprise be idea for this? Take advantage of the clustering... Thanks Jacob ~| Create Web Applications With ColdFusion MX7 & Flex 2. Build powerful, scalable RIAs. Free T

RE: HTTP Compression with CF7

2007-04-26 Thread Jacob
? -Original Message- From: Jacob [mailto:[EMAIL PROTECTED] Sent: Thursday, April 26, 2007 12:49 PM To: CF-Talk Subject: RE: HTTP Compression with CF7 Found it.. never mind! -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 25, 2007 3

RE: HTTP Compression with CF7

2007-04-26 Thread Jacob
IIS 6.0 Resource Kit from Microsoft Press. Page 654 :) -Original Message- From: Leitch, Oblio [mailto:[EMAIL PROTECTED] Sent: Thursday, April 26, 2007 9:53 AM To: CF-Talk Subject: RE: HTTP Compression with CF7 Care to share? -Original Message- From: Jacob [mailto:[EMAIL

RE: HTTP Compression with CF7

2007-04-26 Thread Jacob
o: CF-Talk Sent: Wed Apr 25 20:45:23 2007 Subject: RE: HTTP Compression with CF7 I don't know about IIS, but we've never had a problem with compression using Apache and CF... Russ > -Original Message- > From: Jacob [mailto:[EMAIL PROTECTED] > Sent: Wednesday, Ap

RE: HTTP Compression with CF7

2007-04-26 Thread Jacob
website at http://www.reedexpo.com -Original Message- From: Russ To: CF-Talk Sent: Wed Apr 25 20:45:23 2007 Subject: RE: HTTP Compression with CF7 I don't know about IIS, but we've never had a problem with compression using Apache and CF... Russ > -Original Message- > From:

RE: Question: Whats a 'singleton'?

2007-04-25 Thread Jacob
I did.. sorry. Jacob -Original Message- From: Barney Boisvert [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 25, 2007 12:36 PM To: CF-Talk Subject: Re: Question: Whats a 'singleton'? Probably should try again, not hijacking an existing thread On 4/25/07, Jacob <[EM

HTTP Compression with CF7

2007-04-25 Thread Jacob
Can you run HTTP Compression on IIS with CF 7? I know CF4 and CF5 has a problem, but how about CF7? I downloaded a couple ISAPI Filters for HTTP Compression for IIS, but it does not work. When I install it on a IIS server not running CF, HTTP Compression runs fine. TIA... Jacob

RE: Question: Whats a 'singleton'?

2007-04-25 Thread Jacob
Can you run HTTP Compression on IIS with CF 7? I know CF4 and CF5 has a problem, but how about CF7? I downloaded a couple ISAPI Filters for HTTP Compression for IIS, but it does not work. When I install it on a IIS server not running CF, HTTP Compression runs fine. TIA... Jacob

RE: Salaries

2007-04-23 Thread Jacob
True. 60K in year in Mississippi and you are living like a king. 60K in San Francisco or Los Angeles and you are living in a cardboard box on the street... :D -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: Saturday, April 21, 2007 10:16 PM To: CF-T

RE: Breakfast is ready honey... come'n'get it!

2007-04-18 Thread Jacob
DW CS3... 613 MB??? OUCH! -Original Message- From: Will Tomlinson [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 18, 2007 3:09 AM To: CF-Talk Subject: Breakfast is ready honey... come'n'get it! https://store1.adobe.com/cfusion/store/index.cfm?store=OLS-US&storeregion=us &nr=0

Re: Quick Books Import

2007-04-04 Thread Jacob Munson
I can't really answer your question, but I do know that Quicken can import a correctly formatted file. I used to use a tool on my Palm that would dump out a plain text file, and then Quicken could import it. Do some googling, I'll bet there's a way to do it. On 4/4/07, Dan Vega <[EMAIL PROTECTED

RE: Hardware load balancers (lower-end)

2007-04-04 Thread Jacob
I have used both Radware WSD and Cisco Content Services Switch. Both worked fine for me. Not *cheap* though. -Original Message- From: John Paul Ashenfelter [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 04, 2007 6:58 AM To: CF-Talk Subject: Hardware load balancers (lower-end) Folks,

Re: Logout vs just closing the browser

2007-04-02 Thread Jacob Munson
I believe you could use JavaScript's onUnload function to kick of an Ajax call. That should do the trick, but you'd want to do the ajax call synchronously so that the user doesn't get a pause as they go away (this can also cause errors in some browsers if you do it asynchronously). On 4/2/07, Les

Re: Active X controls close browser

2007-04-02 Thread Jacob Munson
This is not CF, but regular DHTML. I used this in a site that just went live today: http://www.dynamicdrive.com/dynamicindex1/ddtabmenu.htm On 4/2/07, Tom Garber <[EMAIL PROTECTED]> wrote: > > We have a site that uses ActiveX controls to create tabs for navigation > purposes. About a year ago M

RE: CFusionMX7 IIS XP instalation problems...

2007-03-30 Thread Jacob
. but i need a stable cf server. > > On 3/30/07, Jacob <[EMAIL PROTECTED]> wrote: > > Problem I had. NOD32 closed the port. Do not install the Internet Module > > and you are fine. > > > > -Original Message- > > From: Rob Wilkerson [mailto:[EMAI

RE: CFusionMX7 IIS XP instalation problems...

2007-03-30 Thread Jacob
Problem I had. NOD32 closed the port. Do not install the Internet Module and you are fine. -Original Message- From: Rob Wilkerson [mailto:[EMAIL PROTECTED] Sent: Friday, March 30, 2007 10:32 AM To: CF-Talk Subject: Re: CFusionMX7 IIS XP instalation problems... It's not really that bizz

Re: Outputting 4 columns in Flash Forms

2007-03-29 Thread Jacob Munson
Someone might correct me, but I don't know of anyway to do that in Flash forms. Other than getting the data formatted correctly in your query, of course. On 3/29/07, Bruce Sorge <[EMAIL PROTECTED]> wrote: > In regular HTML forms, I can do this to limit my output row to four columns: > > > >

Re: regex question in rereplace

2007-03-28 Thread Jacob Munson
This should work: reReplace(myVar,"([;/])"," \1 ","all") It uses a technique called back references, which allows you to use the strings that match the regex in your replacement string (that's what the "\1" is). On 3/28/07, Scott Stewart <[EMAIL PROTECTED]> wrote: > I've got a variable which is a

Re: Site Check please: www.CodeFetcher.com

2007-03-27 Thread Jacob Munson
>From a usability standpoint, I'd change the results that show up in the 2nd column. I might be stupid, but it took me a while to figure out that I could click on those plain text titles, I thought they were just text, not links. I kept clicking on the blue links under each title, because I thoug

Re: Browser default home page

2007-03-27 Thread Jacob Munson
Hmm, learn something new every day. :) I agree with Dana though, people usually know what they are doing, and redirecting them is going to cause confusion. On 3/27/07, Jochem van Dieten <[EMAIL PROTECTED]> wrote: > ch g wrote: > > > > I just want to redirect to their default home page once they

Re: Browser default home page

2007-03-27 Thread Jacob Munson
> I just want to redirect to their default home page once they are done with my > site Can you elaborate on that? I don't understand what you are trying to accomplish. -- My Sites: http://www.techfeed.net/blog/ http://www.cfquickdocs.com/ http://cfformprotect.riaforge.org/ ~~~

Re: Dreamweaver CS3

2007-03-27 Thread Jacob Munson
d damn you all to hell! * Homer Simpson > - pretending to be Charlton Heston > > > On 27 Mar 2007, at 16:30, Jacob Munson wrote: > > > If dreamweaver ever > > adds that, CFEclipse will be in trouble. ;) > > > ~~~

Re: Validation Question

2007-03-27 Thread Jacob Munson
> CF is an application server. It's designed to do some things very well, and > other things not so well. Perl is a general-purpose programming language. > It's going to be better for some things than CF, by a long shot. It's not as > good as CF for what CF does best, or else we'd be writing our we

Re: Browser default home page

2007-03-27 Thread Jacob Munson
I don't think that's possible, for security reasons. Can you imagine if all the miscreant web masters out there were always viewing/updating your browser's home page? Not to mention the virus problems it would cause... On 3/27/07, ch g <[EMAIL PROTECTED]> wrote: > Hi all, > > Any idea how to get

Re: Validation Question

2007-03-27 Thread Jacob Munson
> I remember Barney saying a while back, ColdFusion wasn't built to be fast, > it was built to be just fast enough. Taking a few minutes to process a batch compared to a few seconds in Perl is not fast enough, in my opinion. And those numbers balloon up if you're dealing with very large files of

Re: Dreamweaver CS3

2007-03-27 Thread Jacob Munson
I don't believe the final release of DW CS3 is out yet. On 3/27/07, Jake Churchill <[EMAIL PROTECTED]> wrote: > I'm looking for a trial download of DW CS3. Is it not yet available? > > Jake Churchill > CF Webtools > 11204 Davenport, Ste. 200b > Omaha, NE 68154 > http://www.cfwebtools.com > 402-4

Re: Dreamweaver CS3

2007-03-27 Thread Jacob Munson
I have noticed some of the same issues that Chris mentioned. Eclipse, at this point anyway, seems to be a bit over aggressive at "helping" you with project integration and caching. For example, the other day one of our network shares went down, and one of my projects lives there. I kept getting

Re: Validation Question

2007-03-27 Thread Jacob Munson
I think you have a good plan here, for the most part, but you are going to run into performance issues. I have used ColdFusion to do batch processing of large text files in the past, and it is NOT efficient, in fact I would say that it is very inefficient at this task. I am not saying that CF is

Re: Hah? BlogCFC / BlogCFM

2007-03-22 Thread Jacob Munson
If I remember right, Rick took Ray's code base and forked (with Ray's permission). He does his own additions/changes to BlogCFM and Ray has since made a lot of additions/changes to BlogCFC. On 3/22/07, Dwayne Cole <[EMAIL PROTECTED]> wrote: > What's going on here. > > BlogCFC > Author: Raymond Ca

Re: Very weird Safari issue

2007-03-22 Thread Jacob Munson
I am setting the mime type with cfcontent, but I am not using cfheader. I'll try that tomorrow, thanks for the tip. On 3/22/07, Heald, Timothy J <[EMAIL PROTECTED]> wrote: > You are using cfcontent and cfheader to set the mime type and file name? > > -Original Messag

Re: You think you know OOP.. but you don't

2007-03-22 Thread Jacob Munson
> Well, actually, this isn't entirely true. The idea of a "controller" > predates MVC, and was commonly used in CGI programs written in procedural > languages. For example, one of the first primitive web applications I wrote > was in Visual Basic (!), and it was modelled after the example VB code >

Very weird Safari issue

2007-03-22 Thread Jacob Munson
Short and sweet, here's what happens: 1. User double clicks a file from a select box (files are listed from a directory on the server) 2. JavaScript code does a window.open to pop up openFile.cfm with bunch of URL vars 3. openFile.cfm discovers the MIME type of the selected file and sends it to

Re: You think you know OOP.. but you don't

2007-03-22 Thread Jacob Munson
> If you're trying to learn CFML, and don't know OOP, and haven't learned any > other languages, that can be tough. But these aren't just "crazy buzzwords", > they're useful descriptions for how to solve problems. I agree with most of your post, Dave. But one thing that bothers me about the 100 C

Re: New Features In Scorpio

2007-03-22 Thread Jacob Munson
> And I know that many loathe because of the JavaScript it created > way back when, but if you've not looked at it in a while, do so. It's not > the same animal, and is far more usable and configurable than is used to be. +1 for cfform. I don't use it for everything, but it sure comes in handy s

RE: CF7 on XP2 with IIS

2007-03-21 Thread Jacob
it, I could install CF with NOD32 running without any problems. Jacob -Original Message- From: Jacob [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 20, 2007 9:34 AM To: CF-Talk Subject: RE: CF7 on XP2 with IIS Doing the slient install, CF installs fine. When I go to run the connector

Re: Eclipse/CF Eclipse environment questions

2007-03-20 Thread Jacob Munson
You're right, as long as a person can install into their My Documents folder, they can do whatever they want, but this is the same with anything, not just Eclipse. If that is going to stop them from allowing Eclipse, then they can't allow ANYTHING, because you can always get around strict policies

RE: CF7 on XP2 with IIS

2007-03-20 Thread Jacob
:[EMAIL PROTECTED] Sent: Tuesday, March 20, 2007 8:30 AM To: CF-Talk Subject: Re: CF7 on XP2 with IIS I've done many of these installs with no problems. You didn't mention the issue(s) you were having, so I'm not sure what you might be bumping into. On 3/20/07, Jacob <[EMAIL PROTECT

RE: CF7 on XP2 with IIS

2007-03-20 Thread Jacob
Thanks. I will give that a try in a few. Jacob -Original Message- From: Andy Allan [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 20, 2007 5:43 AM To: CF-Talk Subject: Re: CF7 on XP2 with IIS The easiest way to get around this is to do a silent install. http://www.adobe.com/go

RE: Virus protection

2007-03-20 Thread Jacob
NOD32 -Original Message- From: Will Tomlinson [mailto:[EMAIL PROTECTED] Sent: Friday, March 16, 2007 6:43 AM To: CF-Talk Subject: OT: Virus protection Since AVG isn't free anymore, what do you guys use for virus protection? And don't say Vista! lol!! :) Will ~~~

CF7 on XP2 with IIS

2007-03-20 Thread Jacob
Okay.. what is the secret on installing CF7 on XP2 with IIS? I disabled the firewall, allowed the ports needed (2920, 8500), tried the web connected (which fails). any ideas? I have had no problems on Windows 2003, but XP2. yikes! Thanks Jacob

Re: @@identity

2007-03-19 Thread Jacob Munson
Not that I know of, unless you use an external identity table for your identities, as some folks like to do. Of course, you could do the insert leaving the path blank, and then immediately do an update using the newly created id. By the way, @@identity is not safe, you should use scope_identity()

New Admin setting

2007-03-16 Thread Jacob
190 MB. Can I increase the throttle memory? Thanks Jacob ~| Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & Flex 2 Free Trial http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU Arc

Re: Use to show results

2007-03-15 Thread Jacob Munson
Do you want these results to show up on the same page as the select box? Or can it go to another results page? On 3/15/07, mackie louis <[EMAIL PROTECTED]> wrote: > Hey, > I have a drop down list with given options and i have to make a search page > such that when one of these options are selec

Re: ColdFire RC1 Released

2007-03-13 Thread Jacob Munson
It works for me, using a local CF install. I can't wait to see the variables scopes, then it will be truly awesome. Only problem is when you need to test in IE, you'd have to change the cfadmin setting to see the debugging again...but I guess that's the nature of this beast. On 3/13/07, Cutter (

Re: Another captcha alternative

2007-03-13 Thread Jacob Munson
I think we should /not/ ask our users to prove they are human, but instead we should ask the spammers to prove they aren't a bot. Check out some of Ben Nadel's blog posts on this, or check out my open source project CFFormProtect (on riaforge). The user just fills out the form with nothing extra

Re: SQL Server DSN, text data type, CLOB is required?

2007-03-07 Thread Jacob Munson
> Long Text Buffer - The default buffer size, used if Enable Long Text > Retrieval(CLOB) is not selected. The default value is 64000 bytes. Oh, 64,000 chars should be plenty. Thanks guys. -- My Sites: http://www.techfeed.net/blog/ http://www.cfquickdocs.com/ http://cfformprotect.riaforge.org/

Re: File Size

2007-03-07 Thread Jacob Munson
> http://www.coldfusioncookbook.com/entry/106/Does-CFFILE-have-a-file-size-limit? Actually, I was just reading through the comments on that entry, and Charlie Arehart claims that ColdFusion does indeed buffer to a temp file, and the file size limit I was referring to is when you do cffile action="

Re: File Size

2007-03-07 Thread Jacob Munson
> Really? I thought it buffered to file. If not We should definitely ask adobe > to change this behavior (or make it configurable) to stream uploads over > x bytes (or all of them) to a temp file rather than buffer it up in memory to > protect from running out of memory... http://www.coldfusionco

SQL Server DSN, text data type, CLOB is required?

2007-03-07 Thread Jacob Munson
A co-worker of mine just told me that in order to use the text data type in SQL Server, you have to enable CLOB and BLOB in the data source in CFAdmin. Is this true? I need to use the text data type because my users potentially could enter a large amount of text (> 8000 chars). -- My Sites: htt

Re: File Size

2007-03-07 Thread Jacob Munson
The limitation is the ram on the server. The users web browser just streams the file like any normal file upload/download, but the server needs to have enough free ram to handle the file size. On 3/7/07, Mik Muller <[EMAIL PROTECTED]> wrote: > I've found that if you tweak CFAdmin you can get the

Re: Vista - too many files open error message- Dave watts?

2007-03-07 Thread Jacob Munson
Maybe Vista replaces her changed file with the original on reboot? I've seen that behavior before in Windows. On 3/7/07, Will Tomlinson <[EMAIL PROTECTED]> wrote: > Dave, > > She says this: > > the first time i attempted to edit the file, vista yelled at me and said the > file was read only and w

Re: Send PDF to printer

2007-03-05 Thread Jacob Munson
> You are right in that it seems simple, unfortunately, it's not as simple > as it should be *grin*. In my research into this problem, I found > several methods that either used to work or couldn't be implemented when > using CFDocument. Just as I expected, then. > The only way I found to automag

Re: Send PDF to printer

2007-03-05 Thread Jacob Munson
> No it is not possible, you will always go through the print dialog box. The > only way around this would be a custom active object that would directly > bypass the print options dialog, and then you would need to support all the > different printers then. I am not trying to bypass the print dial

Send PDF to printer

2007-03-05 Thread Jacob Munson
This seems simple, but I'm not sure if it's possible. I'm building some forms that have a print option. I'm using CFDocument to dump the contents to PDF, and then the user can print from there. Of course, now they are asking if it's possible to send the PDF directly to their browser's print dial

Re: GotCFM.Com Status Report

2007-03-05 Thread Jacob Munson
I just timed it, and the list showed up immediately, but the page was still loading. Full load time was 15 seconds. Not sure why it's so slow for you. On 3/4/07, Adrian Wagner <[EMAIL PROTECTED]> wrote: > Am at work - so the line is certainly not an issue (I also have no > problems with other we

RE: CF Administrator Server Settings Errors

2007-03-01 Thread Jacob
I had this same error when I upgraded to 7.0.2. Running Windows 2003. I was unable to figure this out and I uninstalled 7.0.2 and went back to 7.0.1. -Original Message- From: Elena Aminova [mailto:[EMAIL PROTECTED] Sent: Thursday, March 01, 2007 1:20 PM To: CF-Talk Subject: CF Adminis

Re: xhtml file extension?

2007-03-01 Thread Jacob Munson
It's my understanding that you can use whatever file extension you want in your pages. You could use .will if that's your fancy, provided the web server is configured to handle that the way you want. On 3/1/07, Will Tomlinson <[EMAIL PROTECTED]> wrote: > I've never seen anybody do this. Setup pag

RE: Secure CFIDE

2007-02-26 Thread Jacob
Remove anonymous logins IP restriction -Original Message- From: Steve Milburn [mailto:[EMAIL PROTECTED] Sent: Saturday, February 24, 2007 5:31 PM To: CF-Talk Subject: Secure CFIDE Hi all What do most people do to secure their CFIDE directory? How do you prevent people from going to ht

RE: CF Admin error

2007-02-23 Thread Jacob
Nevermind.. fixed it! The file component.cfc (which is 0 bytes) in wwwroot/web-inf/cftags/ was missing. -Original Message- From: Jacob [mailto:[EMAIL PROTECTED] Sent: Friday, February 23, 2007 11:21 AM To: CF-Talk Subject: CF Admin error On one of my servers, I get the following

CF Admin error

2007-02-23 Thread Jacob
. The error occurred in Application.cfm: line 113 -1 : Unable to display error's location in a CFML template. Any ideas? Windows 2003, IIS 6.0, CF 7.0.1 Thanks Jacob ~| Deploy Web Applications Quickly acros

RE: Vista password

2007-02-21 Thread Jacob
http://home.eunet.no/pnordahl/ntpasswd/ I used this on various systems and it works. I have not used it on Vista though. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 20, 2007 7:24 PM To: CF-Talk Subject: RE: Vista password > I don't know if it

Re: CF Ajax Poll system

2007-02-19 Thread Jacob Munson
I don't know of any but I'd be interested, and would be willing to help. I'd suggest you look at using Rob Gonda's AjaxCFC, particularly his new JQuery version (although I think it's still in beta). On 2/19/07, Nick Tong - TalkWebSolutions.co.uk <[EMAIL PROTECTED]> wrote: > Hi list, > > I'm think

Re: Remove datefield calendar icon

2007-02-18 Thread Jacob Munson
Nope, I think it's not possible. I ended up not using Flash forms on this application because I ran into the hard coded size limit (which made me very angry, but I've since gotten over it). :) On 2/18/07, Rus Russell <[EMAIL PROTECTED]> wrote: > Did you find an answer? > >

Re: CFAkismet - anyone used it - how good is it?

2007-02-16 Thread Jacob Munson
I looked at CFAkismet and it seems pretty cool. I can't say enough good about Akismet, it's just plain awesome. Personally, I use my own project called CFFormProtect (http://cfformprotect.riaforge.org), which also has Akismet integration. The difference my project offers is that it does a few ot

Re: Not a bug?

2007-02-15 Thread Jacob Munson
be because the internal quotes are part of an evaluated > parameter (i.e.: #expandPath("some#path#")#)? > > Cutter > ___ > http://blog.cutterscrossing.com > > Jacob Munson wrote: > > I ran across what I thought was a bug in my code, but it works. > > &

Not a bug?

2007-02-15 Thread Jacob Munson
I ran across what I thought was a bug in my code, but it works. You'll notice that in the file attribute I've got another quoted value within the main quotes. When I saw this I thought it was a bug, but then I remembered that the page hasn't caused me problems before. So I tried to run it and s

Re: Why is House Of Fusion posting email addresses?

2007-02-13 Thread Jacob Munson
I also saw Peter Boughton's address lower on the page, and your address in another location as well. On 2/13/07, Dale Fraser <[EMAIL PROTECTED]> wrote: > Michael, > > Like the list, very active, good job. > > http://www.houseoffusion.com/groups/CF-Talk/thread.cfm/threadid:50230 > > Not sure how my

Re: Why is House Of Fusion posting email addresses?

2007-02-13 Thread Jacob Munson
Yup, sure enough, there's his email address in plain sight. On 2/13/07, Dale Fraser <[EMAIL PROTECTED]> wrote: > http://www.houseoffusion.com/groups/CF-Talk/thread.cfm/threadid:50230 > > 5th Blue Line > > Regards > Dale Fraser > > > http://dale.fraser.id.au/blog/ > > > -Original Message- >

Re: SOT: Fusebox Web Site Design Contest Announced

2007-02-09 Thread Jacob Munson
> Since for the most part, we are programmers and not designers, we need your > help. Wait a minute...I know you are a CF programmer too, Sandra, but I've always thought you were the best designer in our community! What do you mean you're not a designer? Or is that "for the most part" comment m

Re: CFGrid data not showing

2007-02-09 Thread Jacob Munson
> Technically you don't you have to. If you specify just the query attribute > in the cfgrid tag, and no cfgridcolumns it defaults to creating a column for > column in the result set of the query. Hmm, didn't know that. Still stabbing in the dark...maybe you need to select real columns in your q

Re: CFGrid data not showing

2007-02-09 Thread Jacob Munson
Oops, I don't know why I didn't see this before...you need to add your columns using cfgridcolumn. http://cfquickdocs.com/?getDoc=cfgridcolumn They go between your cfgrid tags. On 2/9/07, Michael Beins <[EMAIL PROTECTED]> wrote: > >Couple of stabs in the dark. You might change your query name and

Re: CFGrid data not showing

2007-02-09 Thread Jacob Munson
Couple of stabs in the dark. You might change your query name and/or cfgrid name. Both of them are 'list', which might be causing a conflict. Second, you should name the form. It's optional, but a lot of JS stuff requires it (there's a lot of background JS in cfforms). Third, there's an option

Re: IE7 vs IE6

2007-02-08 Thread Jacob Munson
I've found that these standalone IE installs don't do things the same way that IE does. I tested CFQuickDocs with a standalone IE 7 beta installer (before it was released), and most of my JS stuff didn't work. But it works fine with the official IE 7. Microsoft has also noted this in a blog entr

Re: Flash Forms Datagrid Issue

2007-02-05 Thread Jacob Munson
I'm not a flash grid expert, but I'm wondering if the form contents are cached because you've specified a timeout in the cfform tag, I haven't seen this behavior, but I'm might not be sending people back to the form the same way you are. On 2/5/07, Bruce Sorge <[EMAIL PROTECTED]> wrote: > Hello, >

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