Re: CF and OOP - Controller

2006-12-30 Thread Matt Quackenbush
Jon, Thanks for the FAQU tip; it sounds like I definitely need to read the article(s). I keep meaning to subscribe, but I keep forgetting to. Hopefully I'll remember to do so when the next check comes in (before it's all spent!) :-) You've definitely helped clear the muck a bit. I'm pretty sur

CF and OOP - Controller

2006-12-30 Thread Matt Quackenbush
I do not come from a programming background. I, like many in the 90s, picked up CF (v. 4) because of its tag-based ease of use. I was pretty damn good with HTML, and said: "cool! tags! I can learn this and not pay someone else to do it for me." Within the last 12 months or so I've been reading

Re: CSS Horizontal Centering in IE7

2006-12-11 Thread Matt Quackenbush
Sandra, Jerry, Thank you! Complete oversight on my part. I'll go back to sleep now... apparently I need it! ;-) Thanks, Matt On 12/11/06, Sandra Clark <[EMAIL PROTECTED]> wrote: > > You are creating a 760px width for both html and body, which means that > there is no where else for it to g

Re: CSS Horizontal Centering in IE7

2006-12-11 Thread Matt Quackenbush
Sandra, I have the width in there; was just posting minimal code since I know how much I hate to wade thru a bunch of superflous code. Here is the actual CSS rule as written: html, body { margin: 0 auto; text-align: center; width: 760px; min-width: 760px; } Thanks, Matt On 1

Re: OT: CSS Horizontal Centering in IE7

2006-12-11 Thread Matt Quackenbush
Scott, http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";> is what I use. So, unless there's a new one for strict, which I haven't found, unfortunately that's not the problem. :-( By posting that though, does that indicate that you are using the strict doctype declaration, along with the 'mar

OT: CSS Horizontal Centering in IE7

2006-12-11 Thread Matt Quackenbush
Well, I'm finally getting around to see what all IE7 has "broken" in my various CSS websites. I was rather surprised to find out that horizontal centering is on the list. For instance, the following does not render properly in IE7: body { margin: 0 auto; } While that *should* have no top/bot

RE: RE: Data from MySQL

2006-11-11 Thread Matt Quackenbush
ou to learn. -Original Message- From: Jason Slack [mailto:[EMAIL PROTECTED] Sent: Saturday, November 11, 2006 3:36 PM To: CF-Talk Subject: Re: RE: Data from MySQL I have been searching on LiveDocs for an hour and not finding what I need. I guess I dont know how to formulate my query into

RE: Data from MySQL

2006-11-11 Thread Matt Quackenbush
http://livedocs.macromedia.com/coldfusion/7/index.html LiveDocs is your friend. Arguably your best friend. :-) -Original Message- From: Jason Slack [mailto:[EMAIL PROTECTED] Sent: Saturday, November 11, 2006 3:13 PM To: CF-Talk Subject: Data from MySQL So I am doing good on my 2nd

RE: Calling Cold Fusion "Procedures"

2006-11-10 Thread Matt Quackenbush
"What I am looking for is an all coldfusion method, not a page with code embedded into it" No. "Also, can I call Coldfusion procedures from onBlur() events?" Kinda. You can do this with AJAX, but not directly, as CF is server-side, and the onBlur() event is client side. -Original Message

RE: Cool things about cf

2006-11-07 Thread Matt Quackenbush
If you use Rob Gonda's ajaxCFC, he has a dump() method for the js built into it. It's a rather nice feature! Thank you Rob!! :-) -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 07, 2006 8:44 PM To: CF-Talk Subject: Re: Cool things about cf Crow T.

RE: Finding the CFINCLUDE path

2006-11-07 Thread Matt Quackenbush
"The current page" refers to the currently processing template. In other words, the included template that is currently processing. So, any time you want to use in a template, you use the relative path to the one that you want to include, based upon the location of the file that you are writing

RE: Cleaning XML - Unicode 0x0 SOLVED sorta

2006-11-07 Thread Matt Quackenbush
Josh, I think the point that Rob and others were making is that your data should be validated and cleaned up BEFORE being inserted into the database - whether it's inserted as XML or not is completely and utterly irrelevant. If you didn't have invalid data in the database, then you wouldn't have i

Re: Cf Development Companies

2006-11-02 Thread Matt Quackenbush
Top 3? That's easy... a complete no-brainer. In no specific order: - ME - MYSELF - I :-) On 11/2/06, Lango, Joseph <[EMAIL PROTECTED]> wrote: > > Who are the top 3 companies that develop ColdFusion on a project basis? > > For example, I have a project that I might want to outsource, and I wa

RE: Converting from SQL to mySql

2006-10-28 Thread Matt Quackenbush
Why would you want to go backwards? :-) -Original Message- From: Doug Brown [mailto:[EMAIL PROTECTED] Sent: Saturday, October 28, 2006 12:01 PM To: CF-Talk Subject: Converting from SQL to mySql I am wondering how difficult it might be to migrate over to mySql from SQL2000? Is this a

RE: MG:U Breeze Preso Tonight

2006-10-27 Thread Matt Quackenbush
Cutter, Great job on the preso. Your first one, ehh? Would've never guessed that in a million years my friend. Keep up the good work! Thanks, Matt -Original Message- From: Cutter (CFRelated) [mailto:[EMAIL PROTECTED] Sent: Friday, October 27, 2006 5:45 AM To: CF-Talk Subject: Re:

RE: Constructing multi-user/multi-site applications...

2006-10-26 Thread Matt Quackenbush
Jon, One of the best emails I've ever read. Awesome insights that unfortunately (or maybe fortunately?) most people simply don't grasp. Thanks, Matt -Original Message- From: Jon Clausen [mailto:[EMAIL PROTECTED] Sent: Thursday, October 26, 2006 6:37 PM To: CF-Talk Subject: Re: Cons

RE: using cfhttp to submit to a form processing page on another server

2006-10-26 Thread Matt Quackenbush
You can also use to adjust the timeout. -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Thursday, October 26, 2006 1:47 PM To: CF-Talk Subject: RE: using cfhttp to submit to a form processing page on another server I believe you are running against the maximum req

RE: Apache, IE & cgi.http_referer

2006-10-15 Thread Matt Quackenbush
The http_referer will only exist if the page load is a result of a link click or a form submission. If you just type the URL into the addy bar, then it will be an empty string. -Original Message- From: Matt Williams [mailto:[EMAIL PROTECTED] Sent: Sunday, October 15, 2006 5:46 PM To:

RE: cfblog.com

2006-10-10 Thread Matt Quackenbush
cfblog.com IS the one you were referring to, I'm sure. It was launched about 2 wks ago (give or take a few days). And I can't get to it either. Good thing it's FREE, ehh? :-) -Original Message- From: Phill B [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 10, 2006 2:31 PM To: CF-Tal

RE: Strange security problem with googlebot

2006-10-10 Thread Matt Quackenbush
Dave, Thanks for the reply. I guess I first should've gone and checked to see what 'web accelerator' was, and then I might have understood. I guess my main question now is: what is considered the "best" antidote for such a problem. Since I didn't know what it was, I obviously don't use web acce

RE: Strange security problem with googlebot

2006-10-10 Thread Matt Quackenbush
Tuesday 10 October 2006 15:50, Matt Quackenbush wrote: > Okay, call me silly, but what kind of code exactly can cause this problem? Delete this user -- Tom Chiverton ~| Introducing the Fusion Authority Quarterly Update. 80

RE: Strange security problem with googlebot

2006-10-10 Thread Matt Quackenbush
Okay, call me silly, but what kind of code exactly can cause this problem? I've been around since v4, but don't have a clue to what you're referring. I feel rather sheepish even asking, but am most certainly curious as hell to know... so I asked nonetheless. :-) Thanks -Original Message--

RE: Null with cfqueryparam AAAIIEE!!!!! NOT "STRUCKKEYEXIST" !!!! Jezzz Louise!

2006-10-09 Thread Matt Quackenbush
zzz Louise! Matt Quackenbush wrote: > The order doesn't matter. Since you're not surrounding it with an if > statement, each one will always process. So effectively, there's no way to do it without using the surrounding "if"? > > > -Origin

RE: Null with cfqueryparam AAAIIEE!!!!! NOT "STRUCKKEYEXIST" !!!! Jezzz Louise!

2006-10-09 Thread Matt Quackenbush
E! NOT "STRUCKKEYEXIST" Jezzz Louise! Matt Quackenbush wrote: > It still generates an error because you're still using #form.fax# in > the value attribute. OK, now I'm confused. > fax =value="#FORM.fax#" > cfsqltype=

RE: Null with cfqueryparam AAAIIEE!!!!! NOT "STRUCKKEYEXIST" !!!! Jezzz Louise!

2006-10-09 Thread Matt Quackenbush
It still generates an error because you're still using #form.fax# in the value attribute. -Original Message- From: Les Mizzell [mailto:[EMAIL PROTECTED] Sent: Monday, October 09, 2006 5:57 PM To: CF-Talk Subject: Re: Null with cfqueryparam AAAIIEE! NOT "STRUCKKEYEXIST" Jezzz L

RE: How to get file sizes dynamically?

2006-10-04 Thread Matt Quackenbush
, Aaron On 10/4/06, Matt Quackenbush <[EMAIL PROTECTED]> wrote: > will return a query containing all the > info you want. ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-dat

RE: How to get file sizes dynamically?

2006-10-04 Thread Matt Quackenbush
will return a query containing all the info you want. -Original Message- From: Aaron Roberson [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 04, 2006 5:08 PM To: CF-Talk Subject: How to get file sizes dynamically? I have a list of mp3 files that I am making available for download

RE: CF vs. .NET presentations?

2006-10-01 Thread Matt Quackenbush
I typically don't respond to this type of thread, but this one kinda threw me... While I wholeheartedly agree that one should be able to "make things work cross-browser", it is absurd at best to suggest that to "fix your CSS issues = find out the necessary hack to fix your issue". The very fact t

RE: imageCFC imaging component

2006-09-28 Thread Matt Quackenbush
ImageCFC already has that capability. http://tutorial483.easycfm.com/ I believe that tutorial terms it as "scaling" images. -Original Message- From: Martin Thorpe [mailto:[EMAIL PROTECTED] Sent: Friday, September 29, 2006 1:21 AM To: CF-Talk Subject: imageCFC imaging component Hello

RE: dateFormat

2006-09-27 Thread Matt Quackenbush
Using DateFormat() in your query as you have it performs the SQL dateFormat() function. You'll need to change it with #dateFormat(productDetailQuery.newsdate, " dd, ")# after the query has run to do it in CF. Oh, and yes, Ben posts here as well :-) -Original Message- From: Cath

RE: Those nifty little validation images

2006-09-26 Thread Matt Quackenbush
http://www.easycfm.com/ws/ -Original Message- From: Doug Brown [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 26, 2006 7:58 PM To: CF-Talk Subject: Re: Those nifty little validation images Well, I guess they are called captchas...anyone know of a good open source one? - Ori

RE: ColdFusion Root install path

2006-09-25 Thread Matt Quackenbush
about 20 seconds to dump the server scope before posting and I could have answered my own question! :) Thanks. ~Brad -Original Message- From: Matt Quackenbush [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 26, 2006 12:46 AM To: CF-Talk Subject: RE: ColdFusion Root install path Do a

RE: ColdFusion Root install path

2006-09-25 Thread Matt Quackenbush
Do a and you'll find it. If I recall correctly, it's #server.coldFusion.rootDir# or something very similar. -Original Message- From: Brad Wood [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 26, 2006 12:43 AM To: CF-Talk Subject: ColdFusion Root install path Is there a way to pro

RE: application.cfc move

2006-09-25 Thread Matt Quackenbush
5 >= 0 is not a valid CF comparison statement. It should be '5 LTE 0'. -Original Message- From: Richard White [mailto:[EMAIL PROTECTED] Sent: Monday, September 25, 2006 5:19 PM To: CF-Talk Subject: Re: application.cfc move thanks for your replies. I am using dreamweaver and have just

Re: image scraping on ebay

2006-09-22 Thread Matt Quackenbush
I know this question has already been properly answered, but I thought I'd just pass along this link which will walk you thru implementing the technique, should you need it :-) http://tutorial99.easycfm.com/ On 9/22/06, Michael E. Carluen <[EMAIL PROTECTED]> wrote: > > With cfcontent, the link

RE: Javascript vs. cfscript

2006-09-21 Thread Matt Quackenbush
As a followup, you can reference CF variables inside of javascript while the page is being built. For example... var foo = <cfoutput>"#foo#"</cfoutput>; if (foo == "bar2") { // do stuff } Hope that helps. -Original Message- From:

RE: Javascript vs. cfscript

2006-09-21 Thread Matt Quackenbush
Javascript is client-side. Cfscript is server-side. They do NOT communicate with each other. The only way to get javascript to talk to CF is to use AJAX. -Original Message- From: Richard White [mailto:[EMAIL PROTECTED] Sent: Thursday, September 21, 2006 1:36 PM To: CF-Talk Subject: R

RE: How to get these query results

2006-09-19 Thread Matt Quackenbush
AMEN! -Original Message- From: Andrew Scott [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 20, 2006 12:48 AM To: CF-Talk Subject: RE: How to get these query results Michael, I was under the impression you know what inner and outer joins are? But lets take your SQL Code. SELECT

RE: Branch target offset too large for short?

2006-09-19 Thread Matt Quackenbush
See if this helps... http://www.easycfm.com/forums/viewmessages.cfm?Forum=12&Topic=9444 Thanks, Matt -Original Message- From: Tony [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 19, 2006 2:51 PM To: CF-Talk Subject: Branch target offset too large for short? Anyone seen this bef

<    2   3   4   5   6   7