Re: reinit application variables

2008-02-17 Thread Matt Williams
or not there is a performance gain, I'm sure others will be glad to debate. And it won't be the first time. http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:33841#170108 http://www.google.com/search?q=structkeyexists+vs+isdefined -- Matt Williams It's the question that drives us

Re: reinit application variables

2008-02-16 Thread Matt Williams
structKeyExists(url, 'init') AND url.init EQ myInitPass cfset onApplicationStart() / /cfif Then you can reset them by adding init=myInitPass into the url. -- Matt Williams It's the question that drives us. ~| Adobe® ColdFusion® 8

Re: cf to pdf

2008-02-16 Thread Matt Williams
cfdocument format=pdf ? On Feb 16, 2008 1:32 PM, Steve Kahn [EMAIL PROTECTED] wrote: For output of cf to pdf what would you recommend? I need to pass form input to 50 different letters and then save them as one pdf file. TIA No virus found in this outgoing message. Checked by AVG Free

Re: OT: ThickBox (JQuery)

2008-02-14 Thread Matt Williams
Steve, as for modal, add modal=true and clicking the parent is disabled. Though you will need to add a button or link that calls tb_remove() or you can't exit it all. I haven't tried any dragging. The sources the others have mentioned will be best for that and future questions. Matt On Thu, Feb

Re: Beyond Captcha

2008-02-07 Thread Matt Williams
+1 on cfformprotect. Just did an install last week. Quick. Easy. Transparent to user. And so far no spam. http://cfformprotect.riaforge.org/ -- Matt Williams It's the question that drives us. ~| Adobe® ColdFusion® 8 software

Re: Beyond Captcha

2008-02-07 Thread Matt Williams
If you're dealing with an actual person, then there is probably no stopping them. Is that what you mean by crackers / hackers? Do you mean trying to get in admin parts of sites, or legitimate customer account screens? I'm not sure I understand the use case... On Feb 7, 2008 1:37 PM, William

Re: Dead Beat Clients.

2008-02-04 Thread Matt Williams
a sock puppet for. Should not be a problem. Probably a good idea Michael. It is interesting that the original angry housewife post said it isn't libelous, but obviously wanted to be anonymous. Things that make you say hmmm. -- Matt Williams It's the question that drives us

Re: Dead Beat Clients.

2008-02-03 Thread Matt Williams
. Just my 2 cents. -- Matt Williams It's the question that drives us. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w

Re: Dead Beat Clients.

2008-02-03 Thread Matt Williams
a good idea. Just like always trying to expand and improve your programming skill, even the experienced contractors should keep learning how to better deal with clients. My humble opinions, Matt Williams ~| Adobe® ColdFusion® 8

Re: Upload progress bar

2008-02-02 Thread Matt Williams
their support to be very responsive and even accommodated a feature request for me. -- Matt Williams It's the question that drives us. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free

Re: Starting up work environment

2008-02-01 Thread Matt Williams
Maybe they will start sequentially. I haven't actually tried it to tell the truth. As for not restarting. I used to do that, but starting noticing a slowness and other intermittent problems if I don't shut down at night. Basically I would end up having to reboot after a couple of hours in the

SOT: Starting up work environment

2008-02-01 Thread Matt Williams
between each? Are there other solutions? Thanks. -- Matt Williams It's the question that drives us. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net

Re: Consultant's Revenge

2008-01-31 Thread Matt Williams
*cough* liability *cough* Seeing as how it is anonymous, companies would come after the site owner for anything they feel is untruthful (you know, the beyond the shadow of a doubt type thing). Be careful trying to recreate a judicial court. On Jan 31, 2008 5:05 PM, Joseph Smuzynski [EMAIL

Re: CF MX8: This is driving me nuts!!!

2008-01-23 Thread Matt Williams
doesn't access prefer double quotes? (getUser.UserLogin = paulw) AND (getUser.Password = 2324986). On Jan 23, 2008 12:11 PM, Rick Root [EMAIL PROTECTED] wrote: On 1/23/08, Nick Ross [EMAIL PROTECTED] wrote: Syntax error (missing operator) in query expression '(getUser.UserLogin = 'paulw')

Re: designing db tables for calendar events

2008-01-15 Thread Matt Williams
http://www.bennadel.com/projects/kinky-calendar.htm On Jan 15, 2008 4:10 AM, Azadi Saryev [EMAIL PROTECTED] wrote: what are you ideas so far? what design have you come up with on your own? --- Azadi Saryev Sabai-dee.com http://www.sabai-dee.com Ravi Shankar wrote: I would like your

Re: add value to id in js cf

2008-01-12 Thread Matt Williams
the i is invoked in the top part of the js? sorry if i dont make any sense. On Jan 11, 2008 4:34 PM, Matt Williams [EMAIL PROTECTED] wrote: On Jan 11, 2008 2:43 PM, Sonny Savage [EMAIL PROTECTED] wrote: jQuery might even have a shortcut that assigns all the elements of the array

Re: A Very Sophisticated Query

2008-01-11 Thread Matt Williams
Chad, that means order by Transaction_ID descending FIRST, then order by Bin_Name ascending SECOND. So where there are rows with the same Transaction_ID, the order will be by Bin_Name. On Jan 11, 2008 9:39 AM, Chad Gray [EMAIL PROTECTED] wrote: You can do this? ORDER BY BinD.Transaction_ID

Re: add value to id in js cf

2008-01-11 Thread Matt Williams
/tr /tbody /table /cfloop /cfoutput -- Matt Williams It's the question that drives us. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

Re: Stupid Array Question... Part 2

2008-01-10 Thread Matt Williams
cfloop from=1 to=#ArrayLen(MyArray)# index=i cfoutput#i#/cfoutput //outputs the key value cfoutput#MyArray[i]#/cfoutput //outputs the element value /cfloop On Jan 10, 2008 9:57 AM, Robert Harrison [EMAIL PROTECTED] wrote: I have a simple array. When I do a dump it gives me the key and

Re: OT: When to purchase Flex

2008-01-08 Thread Matt Williams
Sounds like a question for Adobe sales team to me. On Jan 8, 2008 3:45 PM, Andy Matthews [EMAIL PROTECTED] wrote: My department has been alotted cash to purchase licsences for Flex in the 1st quarter. I know that Flex 3 is pending, and could be coming out anytime within the next month or two.

Re: Adobe ColdFusion IDE survey

2008-01-07 Thread Matt Williams
buys Aptana, plans killer CF IDE -- Matt Williams It's the question that drives us. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk

Re: Viviotech Outage

2008-01-04 Thread Matt Williams
. -- Matt Williams It's the question that drives us. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http

Re: Webservice from linux vs windows

2007-12-31 Thread Matt Williams
? Dominic On 29/12/2007, Matt Williams [EMAIL PROTECTED] wrote: I'm calling several methods on a web service from my win xp dev workstation. It works fine. But the same web service called from my VPS which is on linux does not want to play nice. I get Cannot perform web service invocation

Re: Webservice from linux vs windows

2007-12-31 Thread Matt Williams
. On Dec 31, 2007 9:06 AM, Matt Williams [EMAIL PROTECTED] wrote: I thought about case sensitivity and double-checked it all. And I'm not sure where the case sensitivity would be wrong as it fails on the call to the web service... Any other ideas? Anyone? Matt

Webservice from linux vs windows

2007-12-29 Thread Matt Williams
on the same service successfully. I've tried doing JavaCast on the values sent, among other things. Has anyone seen any such oddity? Other ideas to try? -- Matt Williams It's the question that drives us. ~| Adobe® ColdFusion® 8

ValueList and Peformance

2007-12-13 Thread Matt Williams
IN (#List Of 500+ IDs#)? Other workarounds for this issue? -- Matt Williams It's the question that drives us. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http

Re: ValueList and Peformance

2007-12-13 Thread Matt Williams
as strings. If I remember correctly, a List can only hold so much data. After that I think it just cuts off. I can't remember. for something like ID's it should be ok with 500 records. For search terms you would be running close to the limit. -- Matt Williams It's the question that drives

Re: VPS hosting, anyone?

2007-12-13 Thread Matt Williams
I've been hosting with Viviotech for a little over a year now and couldn't be happier. The support has been great when I need it. Not having to worry about the Shared Hosting headaches I read about so much on this list is worth a little extra price to me. Not to mention my cost is offset by the

Filemaker Pro

2007-12-12 Thread Matt Williams
would need the Filemaker JDBC driver installed on the CF server. Any pointers are appreciated. -- Matt Williams It's the question that drives us. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release

Re: CFC Not acting like I expect

2007-11-06 Thread Matt Williams
You have specified the returnType as query, but you seem to be returning only the ID. Change one or the other to make it happy. On Nov 6, 2007 10:43 AM, Bruce Sorge [EMAIL PROTECTED] wrote: I have a CFC that both inserts a series of field variables and returns the ID number that was just

Re: CFM page loads, then closes immediately.

2007-11-01 Thread Matt Williams
to work in FF and IE. And I do have them at the end of the file, though I don't think it matters. cfheader name=Content-Disposition value=attachment; filename=#fileName# cfcontent type=application/vnd.ms-excel file=#myFilePath# deletefile=true / -- Matt Williams It's the question that drives us

Re: CFM page loads, then closes immediately.

2007-11-01 Thread Matt Williams
that causes the page to be an Excel file though. Removing it allows the page to load, but it loads as a plain HTML page, and not as a triggered Excel file download. I'll give your code a try. In the lines below, what's the difference between #filename# and #myFilePath#? -- Matt Williams It's

Re: OOP Coldfusion

2007-10-11 Thread Matt Williams
The quick way to fix this issue is to just set the argument type to any. Coldfusion is dynamic and can handle that just fine. However, this can make debugging the app more difficult because instead of getting a helpful type-casting error, you may get something like tthe method cannot be found,

Re: OOP Coldfusion

2007-10-11 Thread Matt Williams
On 10/11/07, Matt Williams [EMAIL PROTECTED] wrote: On 10/11/07, Tim Ashworth [EMAIL PROTECTED] wrote: Having said that tho - which is the best framework? ColdMachTransfer-ReactorFuseGlue But be sure to get the BER from SVN or CVS or Walgreens, or something. :P -- Matt Williams It's

Re: OOP Coldfusion

2007-10-11 Thread Matt Williams
On 10/11/07, Tim Ashworth [EMAIL PROTECTED] wrote: Having said that tho - which is the best framework? ColdMachTransfer-ReactorFuseGlue -- Matt Williams It's the question that drives us. ~| ColdFusion 8 - Build next

Re: Invoking component

2007-10-10 Thread Matt Williams
that each has an advantage and disadvantage. I typically use CFINVOKE, although recently I have been using the CreateObject method in a CFSCRIPT tag. http://www.coldfusionjedi.com/index.cfm/2007/4/15/Ask-a-Jedi-cfinvoke-and-createObject -- Matt Williams It's the question that drives us

Re: Name of uploaded file before cffile

2007-10-10 Thread Matt Williams
Right Ian. I understand that part. But consider this: 1) User uploads myFile.txt 2) CF puts it into c:\temporary\directory\neo12345.tmp 3) Form field value has c:\temporary\directory\neo12345.tmp 4) code calls cffile action=upload ... / 5) If I did not specify a new file name in the destination

Re: AOP in ColdSpring and ModelGlue

2007-10-08 Thread Matt Williams
a request will be changed based on the results of that validation. -- Matt Williams On 10/8/07, Robert Rawlins - Think Blue [EMAIL PROTECTED] wrote: Hello Brian, Thanks a great deal for the detailed reply, it does help make things a little clearer. You're right to say that my example

Re: CF Coding Standards

2007-10-08 Thread Matt Williams
On 10/8/07, Rick Root [EMAIL PROTECTED] wrote: cfif spouse_exists and arguments.clear_spouse and arguments.recurse Man, sometimes I wish I could clear my spouse's arguments too. Her arguments make me want to recurse too. -- Matt Williams It's the question that drives us

Name of uploaded file before cffile

2007-10-05 Thread Matt Williams
form) was denied. I know I could upload the file to a temporary location and then move it, but that is more than I want and defeats the purpose in a way. I'm pretty sure the answer is no, but just wanted to double-check. Thanks, -- Matt Williams It's the question that drives us

Re: Name of uploaded file before cffile

2007-10-05 Thread Matt Williams
On 10/5/07, Ian Skinner [EMAIL PROTECTED] wrote: I'm pretty sure the answer is no, but just wanted to double-check. Thanks, Yup, the answer is no. Before CF has a chance to do anything, the browser has read the file from the client's machine, bundled it into the response header, sent the

Re: Name of uploaded file before cffile

2007-10-05 Thread Matt Williams
, it is too late because the file is already uploaded. You need something on the client. Perhaps some flash could determine that... ~Brad -Original Message- From: Matt Williams [mailto:[EMAIL PROTECTED] Sent: Friday, October 05, 2007 12:00 PM To: CF-Talk Subject: Name of uploaded

Re: I'm completely Stumped - All I want to do is ...

2007-10-05 Thread Matt Williams
Don't understand. You want the mouse coordinates when they click Submit? Or some other time? You say you want to capture the coordinates, but on what event? On 10/5/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: All, Sorry for the repeat post. I've searched all day for a solution and can't

Re: Trying to understand the CF8 - .Net integration

2007-10-03 Thread Matt Williams
viral solutions on: http://thefalken.livejournal.com -- Matt Williams It's the question that drives us. ~| ColdFusion 8 - Build next generation apps today, with easy PDF and Ajax features - download now http

Re: Conferences

2007-09-26 Thread Matt Williams
http://www.coldfusionportal.org/ On 9/26/07, William Seiter [EMAIL PROTECTED] wrote: WOW!! There is some 'seriously' dated information on that page... William -- William E. Seiter Web Developer http://William.Seiter.com -Original Message- From: Nathan Strutz [mailto:[EMAIL

Re: CF8 Tab Issue

2007-08-29 Thread Matt Williams
by comparing it to a Ferrari. Rey, I think you mis-read Andrew's comment: Now to make a comparison against CF8 and jQuery is like making a comparison with a Hyundai Excel and a Jaguar. This means that CF8 is the Hyundai (as far as it's Javascript abilities) and jQuery is the Jaguar. -- Matt

Multiple File Uploading

2007-08-29 Thread Matt Williams
server run this? We currently have CF7, Windows Server 2003, IIS 6. I don't know anything about Perl. Is it possible to use something like this? Or is there another solution I am missing? Thanks for any tips. -- Matt Williams It's the question that drives us

Re: Auto refresh new form field

2007-08-28 Thread Matt Williams
Or just a 2 select related type deal. Depending on how many colleges are in your list, it would be a lot of pre-loaded data, but doable. http://www.google.com/search?hl=enq=coldfusion+related+selects Matt On 8/28/07, Raymond Camden [EMAIL PROTECTED] wrote: Have you looked at CF8's ajax stuff?

Re: OT: Javascript MouseOver

2007-08-21 Thread Matt Williams
missing a comma after left=450 ? On 8/21/07, Steve LaBadie [EMAIL PROTECTED] wrote: I have created a mouse over effect and it works fine. The only problem I am having is that the top= in the below example does not work in Firefox. Are there any ideas to resolve this issue? The window stay

Re: OT: Installing Apache Server w/CF 7

2007-08-14 Thread Matt Williams
Look for httpd.exe in a bin directory. On 8/14/07, Andy [EMAIL PROTECTED] wrote: I am trying to create a development environment with CF 7 Apache server. I've downloaded and am using The ACME Guide as help. I've successfully installed Apache 2.2.4 and am now installing CF 7.01 and when

Re: GotCFM.com Approaching 1000 Sites - Contest/Prizes

2007-08-10 Thread Matt Williams
there is an easier way such as via a spreadsheet or something. I could work on a list slowly and send it to eventually. -- Matt Williams It's the question that drives us. On 8/10/07, Rey Bango [EMAIL PROTECTED] wrote: Hi everyone, I'm very happy to announce that GotCFM.com is just 10 sites shy

Re: DW8 download?

2007-08-08 Thread Matt Williams
I have the exe installer (windows) and the 8.02 updaters. I don't think there would be any reason I couldn't send it to you somehow. On 8/8/07, Eric Roberts [EMAIL PROTECTED] wrote: I couldn't find it either when I reinstalled the OS on my laptop...which forced me to go get eclipse... Eric

Violation of primary key error - how to troubleshoot

2007-07-02 Thread Matt Williams
can a table set to auto-increment violate a primary key? This is SQL Server 2005. I first got it in a CF page, but get the error even if running the query directly in a query window in SQL Server Management Studio. -- Matt Williams It's the question that drives us

Re: Violation of primary key error - how to troubleshoot

2007-07-02 Thread Matt Williams
Thanks Ian and Will. I should have explained better, or at least shown the SQL. I'm not trying to insert the ID field, just the other fields. Will, no I cannot manually enter the data. I'm going to pass it off as corrupt data for now (this is on a testing db) and see if it resolves itself after

Anyone with jExcel experience?

2007-06-08 Thread Matt Williams
(java,java.io.File).init(C:\invoice.xls); workbook = workbook.getWorkbook(file); Looking for any ideas here as I have run out myself. -- Matt Williams It's the question that drives us. ~| ColdFusion MX7 by Adobe® Dyncamically

Re: Anyone with jExcel experience?

2007-06-08 Thread Matt Williams
have been lost when opening the excel file. I can post the code I've been using here if it would help anyone. -- Matt Williams It's the question that drives us. ~| ColdFusion MX7 by Adobe® Dyncamically transform webcontent

Re: Anyone with jExcel experience?

2007-06-08 Thread Matt Williams
('double',10), javaCast('double',10), img); sheet.addImage(wi); On 6/8/07, Paul Hastings [EMAIL PROTECTED] wrote: Matt Williams wrote: create a new, blank workbook, so I believe the jar file is installed correctly (placed in c:\CFusionMX7\lib). stop/restart the cf server service? workbook

Re: Anyone with jExcel experience?

2007-06-08 Thread Matt Williams
sheet.addImage(wi) / !--- Save and close. --- cfset wb2.write() / cfset wb2.close() / -- Matt Williams It's the question that drives us. ~| CF 8 – Scorpio beta now available, easily build great internet experiences – Try

Re: Set server var at startup?

2007-06-08 Thread Matt Williams
I think I did hear Ben Forta say server variables are not recommended. I can't remember any reasons why though. My question would be how are you setting the server variable? Going back to Phil B's original question of can you set it at server startup? No. So if you are setting server variables

Re: Set server var at startup?

2007-06-08 Thread Matt Williams
And even if onServerStart() did exist, putting it in Application.CFC does not make sense to me. We would need a Server.cfc or something that existed outside of webroot, possibly in the JRun/CFusionMX directory. Or maybe you could just set some server variables in the CF Administrator, the way we

Re: Subversion and Dreamweaver 8

2007-06-08 Thread Matt Williams
Elena, if you do go with Dreamweaver, you will need an external Subversion client such as Tortoise to manage updating and committing your local working copy. As far as I know (DW 8), DW does not have anyway to natively support access to a SVN repository. Matt On 6/8/07, Ravi Gehlot [EMAIL

Re: Set server var at startup?

2007-06-08 Thread Matt Williams
. Right Ravi. I was referring to a hypothetical onServerStart that would be supported by Adobe, not one that I the developer manually added to App.cfc. If the idea were to exist, then what I said would be the case. -- Matt Williams It's the question that drives us

Re: Set server var at startup?

2007-06-08 Thread Matt Williams
be for server wide use, but how is it managed? Is there a mother-App.cfc that all the other App.cfc's extend? Or does each App.cfc have it's own copy of the server variables? Or is there one app that must be started before others are? Seems kinda dangerous either way you work it. Room for error. -- Matt

Re: Adobe CS3 Web Edition leaves me wanting, moving to Eclipse! W AS (RE: Frameworks)

2007-05-09 Thread Matt Williams
of eclipse. It simply provides right-click context menus on any directory that is part of a source control repository. Hope that helps. -- Matt Williams It's the question that drives us. ~| Deploy Web Applications Quickly across

Re: Verity help with @ symbol

2007-03-16 Thread Matt Williams
the backquote, and without it altogether. Hoping someone has overcome a similar issue, -- Matt Williams It's the question that drives us. ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 MX7 integration create

Verity help with @ symbol

2007-03-15 Thread Matt Williams
. Hoping someone has overcome a similar issue, -- Matt Williams It's the question that drives us. ~| Create robust enterprise, web RIAs. Upgrade integrate Adobe Coldfusion MX7 with Flex 2 http://www.adobe.com/products

Re: How Many CF Developers Are There: Dave Mendels Says 300K

2007-03-02 Thread Matt Williams
Created almost a year ago: http://www.frappr.com/cfdevelopers On 3/1/07, Kevin Aebig [EMAIL PROTECTED] wrote: Wow... that's reminds me of the days of Flash 3 when I heard a Java guy say that Flash would never touch the popularity of Java... Web 2.0 is the real deal and you can't touch Flex

Re: A question about CFCFactory objects as a singleton ....

2007-01-08 Thread Matt Williams
I choose [B]. Less objects = a good thing. On 1/8/07, Mike Kear [EMAIL PROTECTED] wrote: I'm building an app where usage is going to be FAR higher than anything i've used OOP for before, so I am trying to be careful to build it with the potential bottlenecks in mind. In this job i might have

Getting counts and the sum

2007-01-05 Thread Matt Williams
(LoginCounts) / Yes, it uses the dreaded evaluate, but this just may be a case where it comes in handy. What do y'all think? -- Matt Williams It's the question that drives us. ~| Create robust enterprise, web RIAs. Upgrade

Re: Output not what I expect

2007-01-05 Thread Matt Williams
You have maxrows=1 on your cfoutput. That means it will only see one of the three NC_IDs. I think. On 1/5/07, Bruce Sorge [EMAIL PROTECTED] wrote: I have this piece of code: cfloop from=1 to=#ArrayLen(NCArray)# index=i cfoutput group=NC_ID maxrows=1 td input

Re: Getting counts and the sum

2007-01-05 Thread Matt Williams
On 1/5/07, Greg Morphis [EMAIL PROTECTED] wrote: what DB are you working with, some, like Oracle have a sum(foo) over (partition by goo).. that you could use in this example MSSQL 2005. On 1/5/07, Matt Williams [EMAIL PROTECTED] wrote: In SQL, is there an easy way to get the counts

Re: Where are the Los Angeles Developers?

2006-12-20 Thread Matt Williams
foot house in the Dallas Fort Worth area for $200k but in Pennsylvania, that would cost a minimum of $600k (if I'm lucky). -- Matt Williams It's the question that drives us. ~| Create robust enterprise, web RIAs. Upgrade

Re: Bond sucks and cfreturn sucks

2006-12-09 Thread Matt Williams
of all the cf tags?? cfreturn getproductreviews why is there no attribute quotes in it? I always thought it looked a bit odd and stuck out from other cf tag code. -- Matt Williams It's the question that drives us

Re: Question about Object Relationship Mapping

2006-12-07 Thread Matt Williams
with many Addresses idea. http://mattw.mxdj.com/sample_servicedaobean_files.htm -- Matt Williams It's the question that drives us. ~| Create robust enterprise, web RIAs. Upgrade integrate Adobe Coldfusion MX7 with Flex 2 http

Re: Marketing CF

2006-11-30 Thread Matt Williams
I would agree Brad. Perhaps Adobe's site (at least the CF part) needs to have some separation for What type of potential customer are you? Then a guy like your friend may get channeled into some pages that explain for as littles $x.xx / month you can have a fully dynamic, database driven site for

Re: Jingle Bells

2006-11-29 Thread Matt Williams
Sorry to continue the off-topic-ness The biggest difference in Colorado snow and other parts of the country is in Colorado it can snow during any season. Most snow falls in winter, but spring and fall get plenty also. Summer is less likely, but not uncommon. Here's my blog entry from Sept. 22

Re: Jingle Bells

2006-11-29 Thread Matt Williams
here, I don't remember what the rain looks like, let alone what snow is :) Dave -Original Message- From: Matt Williams [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 29, 2006 11:35 AM To: CF-Talk Subject: Re: Jingle Bells Sorry to continue the off-topic-ness The biggest

SSL Providers

2006-11-27 Thread Matt Williams
Anyone have any recommendations for SSL certificates? I've used Verisign and Network Solutions. Net Sol is cheaper. Are there any others out there that are safe and cheaper? Thanks, -- Matt Williams It's the question that drives us

Re: How do I get number of birthdays?

2006-11-25 Thread Matt Williams
IF the form field doesn't exist, an error is being thrown. You may not actually see the error depending on if a cftry is wrapped around the query. Or sometimes I've just had errors that don't get thrown correctly. On 11/25/06, Rick Faircloth [EMAIL PROTECTED] wrote: Jim... (or anyone else)...

Re: Code Question

2006-11-14 Thread Matt Williams
] wrote: I guess with any *new* thing there is a learning curve, and people showing you how to use it always helps. -- Matt Williams It's the question that drives us. ~| Introducing the Fusion Authority Quarterly Update. 80

Re: Capture Alternatives

2006-11-13 Thread Matt Williams
Here's how Ben Nadel is doing it: http://www.bennadel.com/index.cfm?dax=blog:397.view On 11/13/06, Bobby Hartsfield [EMAIL PROTECTED] wrote: There was yet another Slashdot article about it yesterday and someone mentioned this. I haven't tried it but if you are having an issue that could

Re: Extensions

2006-11-11 Thread Matt Williams
cfc files are ColdFusion Components and are pure CF. They can be called, but not like a regular .cfm file. You have to invoke (or instantiate) a cfc first (several ways to do this). Then you can call the various functions that would be defined by the programmer inside the CF Component. Matt On

Re: hosting recommendations

2006-11-03 Thread Matt Williams
Bryan, if you do go with VivioTech, pretend Peter Farrell (CF Weekly podcast co-host) gave you a referral. His referral ID is MaePub (I just put it in the comments when I did my order), or you can use his banner link from http://blog.maestropublishing.com Matt On 11/3/06, Bryan Stevenson [EMAIL

Re: JS Rollover Not Opening New Browser Window

2006-11-03 Thread Matt Williams
What do the js functions - onPictureRollover36A3260Over() - have in them? Maybe I don't fully understand what you want, but javascript isn't going to look at target=_blank. To get javascript to open a new window, you want something like

Re: JS Rollover Not Opening New Browser Window

2006-11-03 Thread Matt Williams
Rick, I don't mean to offend in any way, but you did say your javascript was generated. Honestly I don't see how your javascript does anything. Here's a simple example of how you can do a link with an image. When you mouse over the image, it changes to the 02 version of the image. When you mouse

Re: hosting recommendations

2006-11-02 Thread Matt Williams
I just set up a VPS with viviotech. So far so good. Small learning curve for me. I did the most basic VPS, but added CF 7. Paid for 2 years, which translates to ~$45/mo. Eventually I'll have at least 3 clients paying $20/mo (they are non-profit, so I'm giving a bargain), so it pays for itself.

Re: hosting recommendations

2006-11-02 Thread Matt Williams
On 11/2/06, Bryan Stevenson [EMAIL PROTECTED] wrote: When you say you added CF 7 did you mean you purchased a copy and installed it? or does the host add it to your account and you pay extra for it? Bryan, you can do either way. In the long run, purchasing would be cheaper, but I didn't have

JRun Connector Protocol Error

2006-10-24 Thread Matt Williams
. Any ideas on what else to try? Thanks, -- Matt Williams It's the question that drives us. ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered

Re: install CFMX7 on 64bit windows

2006-10-24 Thread Matt Williams
Try a search on 64 on forta.com/blog. Some posts there, but don't know if they are helpful. On 10/24/06, kurt schroeder [EMAIL PROTECTED] wrote: ok, it can be done, so some people claim, anyone have the outline for the steps necessary to get this to work? i'm using 64 bit intel, wondows 203

Re: Apache, IE cgi.http_referer

2006-10-16 Thread Matt Williams
or privacy level. I'll play around with those. -- Matt Williams It's the question that drives us. ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers

Re: Apache, IE cgi.http_referer

2006-10-16 Thread Matt Williams
) submit a form with a hidden variable that I can use. -- Matt Williams It's the question that drives us. ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers

Re: Apache, IE cgi.http_referer

2006-10-16 Thread Matt Williams
By unknown I simply meant that it could be one of several possible pages within the site. So yes, all potential pages are internal and we do have control over those. A littel more detail... The initial page has a drop down select box. In the on change of that select I redirect to another page

Apache, IE cgi.http_referer

2006-10-15 Thread Matt Williams
history.go(-1) doesn't do the reload. Other ideas? -- Matt Williams It's the question that drives us. ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers

Re: Apache, IE cgi.http_referer

2006-10-15 Thread Matt Williams
? -- Matt Williams It's the question that drives us. ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http

Re: Apache, IE cgi.http_referer

2006-10-15 Thread Matt Williams
submission. If you just type the URL into the addy bar, then it will be an empty string. Could be part of the issue. The template that won't work is called by a javascript redirect. However, this does work in Firefox. -- Matt Williams It's the question that drives us

Re: Just joined; looking for advice

2006-10-11 Thread Matt Williams
tracking/billing software. I currently just use Excel Word for this, but in a very rudimentary way with very little reporting capabilities. Again, thanks for the advice thus far. -- Matt Williams It's the question that drives us

Just joined; looking for advice

2006-10-10 Thread Matt Williams
. -- Matt Williams It's the question that drives us. ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http

Re: Date Add

2006-10-04 Thread Matt Williams
cfset myDate = DateAdd('d',14,Now()) / Then in your query: #CreateODBCDateTime(myDate)# Can also be combined to one statement: #CreateODBCDateTime(DateAdd('d',14,Now()))# On 10/4/06, Mark Leder [EMAIL PROTECTED] wrote: How do I take a current date/time #now()# and add a number of days to it,

Re: open new window

2006-10-03 Thread Matt Williams
Or good old a href=myNewWindow.cfm target=_blank... On 10/3/06, Teddy Payne [EMAIL PROTECTED] wrote: Just use a hovering div so the popup blocker cannot prevent the content from showing. Teddy On 10/3/06, Charlie Griefer [EMAIL PROTECTED] wrote: popup blocker's there for a reason.

Wierd SQL Server issue

2006-09-21 Thread Matt Williams
. -- Matt Williams It's the question that drives us. ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http

<    1   2   3   4   >