Re: wrong serial for CF9 upgrade

2010-12-18 Thread Jacob Munson
I wonder if the number only works for Windows. I know Adobe does that with their other products, but not sure for CF. Sent with my Droid On Dec 18, 2010 2:52 PM, Uwe Degenhardt cf-t...@sdsolutions.de wrote: Hi list, I have a strange problem with a CF9 (standard) licence key, trying to

Re: mySQL administration

2010-12-09 Thread Jacob Munson
You can run it on Vista if you want to install PHP. I would suggest installing the Mysql GUI tools which are available on the Mysql website. Sent with my Droid On Dec 9, 2010 8:53 PM, Rob Voyle robvo...@voyle.com wrote: Hi Folks I have mySQL running on my website and want to run it on

Re: custom error message - sometimes cf ignores me and displays the standard error message

2010-12-07 Thread Jacob Munson
I'm now thinking I need to read up on the difference between exception, request and validation errors. I think the other replies in this thread may be all the info you need, but if not you could take a look here for a good comprehensive rundown of CF errors:

Re: Monster Regex

2010-12-06 Thread Jacob Munson
cfset str = reReplace(str,^\(,) cfset str = reReplace(str,;\d+-\d+\),) On Mon, Dec 6, 2010 at 12:03 PM, Rick Colman rcol...@cox.net wrote: Been whacking at this one for a while, and it eludes me. ((T ACC) (I ATT) (T ACT) (P CCA) (E GAA) (T ACT) (S TCC) (R CGT) (P CCA) (I ATC) ;0-9 (T ACT)

Re: Monster Regex

2010-12-06 Thread Jacob Munson
not remove the ;xxx-yyy numbers at the end of each line or the final trailing paren ) like (T ACT) (M ATG) (D GAT) (H CAC) (L CTG) (E GAG) (K AAA) (N AAC) (E GAA) ;1210-1218 ) On 12/6/2010 11:16 AM, Jacob Munson wrote: cfset str = reReplace(str,^\(,) cfset str = reReplace(str,;\d+-\d

Re: REQUEST.cfdumpinited

2010-11-30 Thread Jacob Munson
I use cfdump in cfmail all the time, and it works fine for me (we're on CF9 as well). Are you sure you're using the HTML format? On Tue, Nov 30, 2010 at 12:43 PM, Sean Henderson shender...@followup.net wrote: On 11/30/2010 11:23 AM, Sean Henderson wrote: CF9 workaround? The output format

Re: CFMail 'from' seems to get ignored

2010-11-19 Thread Jacob Munson
I believe this is a setting in gmail itself. There is a section in the settings called Send mail as: Sent with my Droid On Nov 19, 2010 2:14 PM, Stefan Richter ste...@flashcomguru.com wrote: Hi all, I've configured mail in CF Admin using smtp.gmail.com with my personal GMail account details

Re: index.cfm being hacked

2010-11-15 Thread Jacob Munson
What kind of stuff is on the page? Forms? Database access? Does it use URL parameters? We'll need to know what's on the page to really help you out. On Mon, Nov 15, 2010 at 8:45 PM, Mike Little m...@nzsolutions.co.nz wrote: hi guys, for the last few weeks one of my clients websites is

Re: index.cfm being hacked

2010-11-15 Thread Jacob Munson
You could run it through hackmycf.com to see what's reported. You might have a vulnerability in CF itself that is being exploited. On Mon, Nov 15, 2010 at 8:55 PM, Mike Little m...@nzsolutions.co.nz wrote: it's a very simple page really. static info, and a javascript animated banner. What

Re: MS SQL Default CF User

2010-11-12 Thread Jacob Munson
Did you change the UN/PW in your datasource? If you change it there, then all connections to your DB using that datasource will go through your new UN/PW. On Fri, Nov 12, 2010 at 10:55 AM, Doug Ford doug.e.f...@gmail.com wrote: Hi folks - I am trying to lock down my MS SQL server access

Re: MS SQL Default CF User

2010-11-12 Thread Jacob Munson
Is there a reason why you don't want to put the correct UN/PW into the data source? On Fri, Nov 12, 2010 at 11:11 AM, Doug Ford doug.e.f...@gmail.com wrote: Hi Jacob - The UN/PW in the data source is blank. I was thinking that if I assigned a bogus un/pw to the DSN, but send over the

Re: MS SQL Default CF User

2010-11-12 Thread Jacob Munson
I haven't tried this, but I wonder if you could create a user that has 0 privileges. Maybe just give it read rights on tempdb, but nothing else. And then put that into your data source. So it's a valid user, but it can't access the sensitive databases. On Fri, Nov 12, 2010 at 11:21 AM, Doug

Re: CFLOOP Next Iteration

2010-10-29 Thread Jacob Munson
There just hasn't been a good enough reason for my company to purchase it when DW doesn't just about everything it does for a fraction of the cost. I am going to argue that CFB is not buggy, or that people should definitely switch to CFB from DW. However, I don't agree with your statement

Re: CFLOOP Next Iteration

2010-10-27 Thread Jacob Munson
You probably noticed this, but cfcontinue is a new CF9 tag, so won't work in older versions of CF. Sent with my Droid On Oct 27, 2010 9:57 AM, Matthew Lowrey rid...@gmail.com wrote: Thank you guys, I think it's time I update my CF References... I shamefully have been using the MX version too

Re: Query Var Disappears

2010-10-26 Thread Jacob Munson
As I stated previously, if the SELECT INTO clause returns more than one record, the database will throw an exception.  If the SELECT INTO would not work, then it would not exist in the SQL specification.  :-) Just a minor clarification, even though it might not solve your problem. You said

Re: (ot) (kinda) How do I upload an image to a website from an Android phone?

2010-10-23 Thread Jacob Munson
I don't know the answer to your question, but I've also been doing Android development, and have had great luck with the stackoverflow community when I need answers. Give that a try. On Sat, Oct 23, 2010 at 12:22 PM, Rick Faircloth r...@whitestonemedia.com wrote: I'm getting into mobile

Re: RE: (ot) (kinda) How do I upload an image to a website from an Android phone?

2010-10-23 Thread Jacob Munson
websites or a combination? -Original Message- From: Jacob Munson [mailto:yacoub...@gmail.com] Sent: Saturday, October 23, 2010 2:28 PM To: cf-talk Subject: Re: (ot) (kinda) How do I upload an image to a website from an Android phone? I don't know the answer to your question, but I've

Re: CFMAP and the no longer needed api key

2010-10-05 Thread Jacob Munson
+1 on using the API. I have written several maps this way, and the developer community is VERY supportive and helpful when you hit snags. The only trouble I've had with that community is that they require you to post a publicly accessible version of your map before they'll even look at your

Re: File Upload - Changing MIME Types

2010-09-29 Thread Jacob Munson
From what I understand, the browser can send whatever mime type it wants. And yes, there are security concerns here. In my experience, dealing with mime types is a pain in the because browsers don't always seem to follow a standard when processing files. I think I found a java library that

Re: cfinsert/cfupdate

2010-09-24 Thread Jacob Munson
Wow, calm down there partner! I clearly stated in my post that I could be wrong about this, and I invited people to correct me if I am wrong. As far as Dave is of course correct as usual. Dave has been known to be wrong before. Feel free to dismantle your Dave Watts shrine. ;) I KNOW for a

Re: cfinsert/cfupdate

2010-09-24 Thread Jacob Munson
This isn't really correct. The query isn't compiled in any case. Ok, so I found out I WAS correct. Either that or yet another article I found on prepared statements is wrong. Here's a quote from the article: The PreparedStatement object contains not just an SQL statement, but an SQL

Re: cfinsert/cfupdate

2010-09-23 Thread Jacob Munson
How does Coldfusion manufacturer the queryparams? It must inspect the database to determine field types... I wonder if that's a performance hit... I don't know the deep technical details, but I do know that many people argue that using query params actually gives you a performance benefit

Re: cfinsert/cfupdate

2010-09-23 Thread Jacob Munson
While I generally agree with that sentiment, ORM does the same thing on a more grand scale, and I haven't seen anyone railing against using that technology. While I won't tell ORM fans that they shouldn't use ORM, I have done my fair share of railing against ORM. As others have said in

Re: Shorter URLs - How?

2010-09-21 Thread Jacob Munson
Everybody else has given good advice, but I wanted to show you some code to do what you originally asked for. I searched for a small bit of code that Sean Corfield posted to his blog, and I can't find it. But he did add URL rewriting to his FW/1 framework. I'd wager it's close to the same code

Re: Shorter URLs - How?

2010-09-21 Thread Jacob Munson
However this is really best left to URL rewriting via the webserver. I would also argue that it's not really bad to do URL rewriting within CF instead of in the web server. Sure, there may be high traffic situations where you're trimming miliseconds, but for most cases CF URL rewriting is a

Re: Shorter URLs - How?

2010-09-21 Thread Jacob Munson
Sure it's personal preference I guess but I generally try to use the right tool for the job. Data processing is best left to databases. URL rewriting is best left to the server. And ColdFusion server can be left to serve out ColdFusion pages. I won't disagree. I just think that there are

Re: Shorter URLs - How?

2010-09-21 Thread Jacob Munson
They see the rewritten URL. Sent with my Android phone On Sep 21, 2010 4:21 PM, Les Mizzell lesm...@bellsouth.net wrote: I just think that there are cases where it makes sense to do URL rewriting in CF. Getting off topic, how does this affect SEO? What does googlebot or another search

Re: Shorter URLs - How?

2010-09-21 Thread Jacob Munson
Well not to get to technical but cf actually sees the rewritten URL. The bots see the seo URL before it is rewritten You're right, I was thinking the wrong direction. :) ~| Order the Adobe Coldfusion Anthology now!

Re: Looping through arrays with structures

2010-09-17 Thread Jacob Munson
Am I blind? The email I read from Michael does NOT show the array attribute. In fact, his loop looks exactly like your code. On Fri, Sep 17, 2010 at 6:42 PM, Andrew Scott andr...@andyscott.id.auwrote: That won't work in certain versions of ColdFusion, if you are not using the version of

Re: Removing new line from CSV?

2010-09-14 Thread Jacob Munson
In Windows a line feed is actually #chr(10)##chr(13)#. However, if you remove those you will probably remove ALL line feeds in your file instead of just the double line feed that is causing you problems. This can be tricky, but you will probably want to look for

Re: An instance of CF 7, CF 8, CF 9 on single pc

2010-09-14 Thread Jacob Munson
You will want to install CF9 first to make sure you get the most current JVM. Install the Multi-server version of CF. In your new CF 9 Admin, add a new CF9 instance in the Instance Manager. Then install CF8 and CF7 as J2EE EARs. Finally, you can add the CF8/CF7 EARs as instances in your CF9

Re: coldfusion forums?

2010-09-14 Thread Jacob Munson
A lot of people have unsubscribed from cf-talk because it got too 'noisy'. I've unsubscribed a couple of times over the last half dozen years. It's manageable nowadays which is nice (but I suspect a lot of folks don't know it's gotten quieter and won't think of coming back). This describes

Re: Preserve HTML format when inserting into HTML

2010-09-11 Thread Jacob Munson
Well, that is what I thought was happening originally, but as I went through all the different tests I finally figured out that the ecaping occurred when you write the xml to a file. Sent with my Android phone On Sep 11, 2010 12:57 AM, Raymond Camden rcam...@gmail.com wrote: Btw - I have to

Re: Marilynn Monroe (not really - cfinput but no one answered before)

2010-09-11 Thread Jacob Munson
I believe this was an intentional change Adobe made with json. Check the release notes to be sure, but I know a lot of people had to make json related code changes. Sent with my Android phone On Sep 11, 2010 6:36 PM, Ketan Jetty kje...@yahoo.com wrote: for returnformat=JSON, CF8 returns

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

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

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,

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: table

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 document

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: 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: 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-408-3733

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: 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
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 web

Re: Dreamweaver CS3

2007-03-27 Thread Jacob Munson
Mar 2007, at 16:30, Jacob Munson wrote: If dreamweaver ever adds that, CFEclipse will be in trouble. ;) ~| Create robust enterprise, web RIAs. Upgrade integrate Adobe Coldfusion MX7 with Flex 2 http://www.adobe.com

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: 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 are

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

Re: New Features In Scorpio

2007-03-22 Thread Jacob Munson
And I know that many loathe cfform 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

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 CF

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

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

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 Message- From: Jacob Munson

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 Camden

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

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

Re: Use CFSELECT 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 selected,

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: 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: 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 would

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

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:

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...

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

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: 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

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

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 dialog,

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

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 pages

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 thinking

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

Not a bug?

2007-02-15 Thread Jacob Munson
I ran across what I thought was a bug in my code, but it works. cffile action=readBinary file=#expandPath(projFiles/#url.jobNum#/#url.fileToOpen#)# variable=thisFile 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

Re: Not a bug?

2007-02-15 Thread Jacob Munson
#)#)? Cutter ___ http://blog.cutterscrossing.com Jacob Munson wrote: I ran across what I thought was a bug in my code, but it works. cffile action=readBinary file=#expandPath(projFiles/#url.jobNum#/#url.fileToOpen#)# variable=thisFile You'll notice

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- From: Bobby

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 email

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: 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/or

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

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

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

Re: Fusion Debug Released

2007-02-05 Thread Jacob Munson
Works for me, but this is 1 hour later. Also, FD hasn't been released yet, it's still in beta. On 2/5/07, Phillip Senn [EMAIL PROTECTED] wrote: Is anyone else having trouble with their website http://www.fusion-reactor.com? I'm getting The page cannot be displayed.

Re: OT: MySql going public (No more freebies)

2007-02-05 Thread Jacob Munson
I am just kinda reading between the lines I suppose. May never happen at all, just thinking out loud and hoping it stays the way it is. I agree with James, I'm going to be using PostgresSQL from now on (especially after learning in a different thread that it's a lot faster than MySQL). -- My

Re: ColdFusion on Apache is better than IIS?

2007-02-05 Thread Jacob Munson
But you can't infer anything about IIS Vs. Apache because they changed the language that was used. I feel like we're running in circles. Sorry for yelling, but THEY WEREN'T TRYING TO TEST IIS VS. APACHE! There, now I feel better. I know I was interested in finding IIS vs. Apache when I

Re: Fusion Debug Released

2007-02-05 Thread Jacob Munson
Also, FD hasn't been released yet, it's still in beta. Uh, yes it has. I've been using it for awhile. They have a *new* version in beta, but that doesn't mean you can't purchase the current release version. Sorry, I meant FD 2.0 hasn't been released yet. :) -- My Sites:

Re: SOT: Take a minute to Digg this story about the Smith Project

2007-02-05 Thread Jacob Munson
Dugg. :) On 2/5/07, Andy Matthews [EMAIL PROTECTED] wrote: http://digg.com/programming/Open_source_ColdFusion_Server Andy Matthews Senior Coldfusion Developer Office: 877.707.5467 x747 Direct: 615.627.9747 Fax: 615.467.6249 [EMAIL PROTECTED]

Re: OT: MySql going public (No more freebies)

2007-02-05 Thread Jacob Munson
No, it simply doesn't mean that at all. It merely states that if you modify the open source software itself, and choose to release the modified version, it must also be open source. I agree. This was a misconception that Microsoft fostered with their Linux is a virus comments (referencing the

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, I

Re: Mac CF Doc widget?

2007-02-02 Thread Jacob Munson
Any one know of a Mac widget for the CF docs? I just got my new powerbook and was looking for some CF love. No, but I know this works in both Safari and Firefox on the Mac: http://www.cfquickdocs.com/ and you can get the cfquickdocs Firefox search plugin to have quick access, if that's your

Re: Number to word

2007-02-02 Thread Jacob Munson
Does anyone know of a solution to convert a number into it's equivalent in text? IE: 125 = one hundred twenty five. I built this a few months ago, here's the source: http://techfeed.net/numberAsString.txt It results in one hundred twenty five dollars but that should be easy to remove if you

ColdFusion on Apache is better than IIS?

2007-02-02 Thread Jacob Munson
for static documents, a properly tuned IIS is best.. in many other instances Apache works better -- My Sites: http://www.techfeed.net/blog/ http://www.cfquickdocs.com/ http://cfformprotect.riaforge.org/ ~| Upgrade to Adobe

Re: ColdFusion on Apache is better than IIS?

2007-02-02 Thread Jacob Munson
for static documents, a properly tuned IIS is best.. in many other instances Apache works better Doh, sorry I accidentally hit send before I could explain myself! The above quote is from another mailing list I'm on (not CF related), so I'm curious if anybody knows any evidence that

Re: ColdFusion on Apache is better than IIS?

2007-02-02 Thread Jacob Munson
I imagine something like thttpd would be even better than both :-) A properly tuned Apache should not be noticeably different in performance to a similarly tweaked with IIS. Well, that's what everybody /says/ (I've been saying that lately too, despite my previous bias against IIS) but I'm

Re: ColdFusion on Apache is better than IIS?

2007-02-02 Thread Jacob Munson
On 2/2/07, Jacob Munson [EMAIL PROTECTED] wrote: Well, that's what everybody /says/ (I've been saying that lately too, despite my previous bias against IIS) but I'm interested in finding evidence, like published benchmarks or something like that. Ok, I found something. It's not exactly

Re: Mac CF Doc widget?

2007-02-02 Thread Jacob Munson
Or install the RDS plugin into Eclipse along with CFEclipse and get in-Eclipse docs for all the tags and functions. Good point. Or don't install RDS, and when you hit F1 on a tag, it sends you to CFQuickDocs (as of CFE 1.3). :) (sorry, I can't help myself) -- My Sites:

Re: SOT: Vista and CF

2007-02-02 Thread Jacob Munson
So, has anyone here installed Vista and CF together? First of all, I wouldn't call this 'seriously off topic'. Your question is about ColdFusion, which is a lot better than all of the SQL questions we get. :) Anyway, head to Matt Woodward's blog and search for 'Vista'. He went through this a

Re: ColdFusion on Apache is better than IIS?

2007-02-02 Thread Jacob Munson
I think this is largely going to come down to the specific connector code. In my experience, I've had problems with the Apache connector that I haven't had with the IIS one, and vice-versa. What problems did you have with the Apache connector? I had problems getting the dumb thing to work,

Re: ColdFusion on Apache is better than IIS?

2007-02-02 Thread Jacob Munson
You can't extract anything from this because it's always compairing apples to oranges. Wow, I almost don't know how to answer that. Benchmarks /are/ comparing apples to oranges. That's the whole point. Does the apple satisfy more people, or does the orange? Go browse around Toms Hardware

  1   2   3   >