Looking for CFSummit Ticket

2013-10-07 Thread Ron Gowen
Anyone have an extra CFSummit ticket? I just got approved to go, only to find that it is sold out. i was really exited to go and am hoping someone out there has a ticket they would like to unload. Please let me know. Ron Gowen

Re: Mobile

2013-09-27 Thread Ron Gowen
i use this: (not sure im cool though) https://github.com/sebarmeli/JS-Redirection-Mobile-Site On Fri, Sep 27, 2013 at 11:16 AM, John M Bliss bliss.j...@gmail.com wrote: Hi! I'm tasked with developing mobile browser-optimized version of existing site. What're the cool kids currently using

Re: URGENT: ACF10 Service Temporary Unavailable

2013-06-12 Thread Ron Gowen
you may want to take a look at the following: http://www.webtrenches.com/post.cfm/resolve-stability-problems-and-speed-up-coldfusion-10 http://blogs.coldfusion.com/post.cfm/tuning-coldfusion-10-iis-connector-configuration http://forums.adobe.com/message/5398534#5398534 seems to have solved our

Re: High ASCII characters and jQuery

2010-08-20 Thread Ron Gowen
Some possible things you might consider checking. Is the data coming out of a nvarchar or nchar column in our database? Do you have enable high ascii checked in within your DSN setting in the admin panel? Probably a long shot but: are your Javascript file(s) saved as UTF-8? HTH On Thu, Aug

Re: Reading data from a website

2008-04-21 Thread Ron Gowen
http://tutorial451.easycfm.com/ :) On 4/21/08, Dave Watts [EMAIL PROTECTED] wrote: I have been tasked to get temperature data on a daily basis from a website. I thought that I had seen something about this from somewhere, but can't seem to put my finger on it, so, Is there a way that

Re: DNS Hosting

2008-01-28 Thread Ron Gowen
so where is the goDaddy swag :) On 1/28/08, Alan Rother [EMAIL PROTECTED] wrote: I use GoDaddy. It's proven pretty reliable. There was one outage about 2 years ago, but other than that they have been excellent. And the fact they are free doesn't hurt. As a side note, they have been

Re: Cfoutput query backwards

2007-11-15 Thread Ron Gowen
cfloop from='#queryName.recordCount#' to='1' index='i' step='-1' #queryname.columnname[i]# /cfloop should work On 11/15/07, Tom King [EMAIL PROTECTED] wrote: Hi All, Is there a way of outputting a Query in cfoutput in reverse without creating another query, or adding rows to the query, and

Re: query columnCount

2007-11-13 Thread Ron Gowen
listLen(queryName.columnList) should work On 11/13/07, Richard White [EMAIL PROTECTED] wrote: Hi, hopefully this is a very simple question. i cant find the answer on google :( how do i count how many columns were returned in a cfquery thanks

Re: Inserting a record into CFGRID

2007-10-29 Thread Ron Gowen
This may help http://www.brucephillips.name/blog/index.cfm/2007/8/8/Updating-and-Adding-Records-Being-Displayed-In-ColdFusion-8s-cfgrid On 10/29/07, gary gilbert [EMAIL PROTECTED] wrote: Anthony, I am pretty sure that the insertbutton and deletebutton attributes are for applet only,

Re: Using ColdFusion to determine if user has Flash player?

2007-10-24 Thread Ron Gowen
Google Analytics will do it for free On 10/24/07, Andy Matthews [EMAIL PROTECTED] wrote: Anyone know if this is possible through whatever means? My company currently uses Browserhawk to detect this, but we'd like to do away with BH (and the cost).

Re: IsXML returning false for data that XMLParse will accept

2007-10-17 Thread Ron Gowen
If I am not mistaken the XMLParse function takes a string and converts it into an XML Object therefore I believe that if you use the XMLParse function on your string and then do the isXML it will pass muster. If you notice you are running the XMLParse function first in your older code but have

Re: How to apply security to the PDF files (prevent user from printing, copying etc)?

2007-10-16 Thread Ron Gowen
If they can view it they can print screen it On 10/16/07, Bryan Stevenson [EMAIL PROTECTED] wrote: printing a PDF is a function of the Adobe Reader PluginI think you'll find it impossible AFAIK to integarte your security with the plugin.so if they can view then they can print!!

Re: How to apply security to the PDF files (prevent user from printing, copying etc)?

2007-10-16 Thread Ron Gowen
Acrobat would let you do it as well. So it would be blocked in the Adobe Reader Plugin. I know I tested it with CF8. It doesn't stop PrintScreen of course. On 10/16/07, Ron Gowen [EMAIL PROTECTED] wrote: If they can view it they can print screen it On 10/16/07, Bryan Stevenson [EMAIL PROTECTED

Re: two select lists next to each other

2007-10-05 Thread Ron Gowen
They don't show up on your form because the items within a select box must be selected in order to appear in your form dump, simply adding them to the box is not enough. On 10/5/07, Toby King [EMAIL PROTECTED] wrote: Hi there I have two select lists next to each other - I can click on a name

Re: Name of uploaded file before cffile

2007-10-05 Thread Ron Gowen
You could use JS to put the file name in a hidden field before upload. On 10/5/07, Matt Williams [EMAIL PROTECTED] wrote: Is it possible to get the name of the client's file before doing cffile? I am testing for file size by doing a cfdirectory and filtering on the neoX.tmp file name

Re: Scary fun with variables scopes.

2007-10-05 Thread Ron Gowen
I tried it, and dumped session: test is not there, you must have created another struct named session, I tried dumping variables it is not there? On 10/5/07, Ian Skinner [EMAIL PROTECTED] wrote: Give this a try if you have a moment. Put this code in a file test.cfm. Note: no cfapplication

Re: Scary fun with variables scopes.

2007-10-05 Thread Ron Gowen
seems it creates a struct called session in the url scope: cfdump var=#url# / On 10/5/07, Ron Gowen [EMAIL PROTECTED] wrote: I tried it, and dumped session: test is not there, you must have created another struct named session, I tried dumping variables it is not there? On 10/5/07, Ian

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

2007-10-05 Thread Ron Gowen
Seems like you should be able to fire an onblur(); function on the boxes and store the needed values in a hidden fields. Looks like the code is already outputting all the needed values. On 10/5/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: All, Sorry for the repeat post. I've searched all day

Re: (ColdFusion 8) Struct to XML

2007-08-14 Thread Ron Gowen
I think Ray's component can do that, not sure about new stuff in 8 http://www.coldfusionjedi.com/projects/toxml/index.cfm/projects/toxml/index.cfm On 8/14/07, Michael Dinowitz [EMAIL PROTECTED] wrote: I'm looking around and can't seem to find a simple way to transform a structure (like one

Re: payflow (link|pro)

2007-06-18 Thread Ron Gowen
We use Link, for a simple set-up it works great. Purchased it through Wells Fargo. On 6/18/07, Tony [EMAIL PROTECTED] wrote: hi there. a client's merchant acct with their bank is already set for use with payflow's api's. for those of you who have used payflow's stuff... whats best to

Re: Help getting rid of Squares in DB

2007-06-06 Thread Ron Gowen
There are custom tags cleanMSText or demoronize that may aid you in automating their removal. I have found cleanMSText works better than demoronize, but I cant seem to find it right now. On 6/6/07, Tom King [EMAIL PROTECTED] wrote: Could you elaborate? As I see it, there's no way I can refer

Re: CF Script primer

2006-10-27 Thread Ron Gowen
http://tutorial84.easycfm.com/ On 10/27/06, Cutter (CFRelated) [EMAIL PROTECTED] wrote: Well, when House Of Fusion comes back up: http://www.houseoffusion.com/docs/cfscript/ Cutter http://blog.cutterscrossing.com [EMAIL PROTECTED] wrote: hey guys, (and girls) Does

Re: adjust timeout for one CFC method

2006-03-02 Thread Ron Gowen
http://www.talkingtree.com/blog/index.cfm/2006/1/16/Datasource-Timeouts-and-Support-for-CFQUERY-Timeout-Attribute you may try up the timeout for the routine with cfsetting requesttimeout=lots and lots On 3/2/06, Bryan Stevenson [EMAIL PROTECTED] wrote: Hey All, I have some web services

Re: timeout error

2006-02-07 Thread Ron Gowen
cferror type=exception exception=coldfusion.runtime.RequestTimedOutException mailto=[EMAIL PROTECTED] template=/error_log/timeoutErr.cfm should work - handle the way you wish in the timeoutErr.cfm file On 2/7/06, Duncan [EMAIL PROTECTED] wrote: How can I catch a timeout and deliver

Re: preventing multiple form submissions

2005-11-08 Thread Ron Gowen
captcha may be an option, though probably not the best for a search feature: http://www.alagad.com/ On 11/8/05, Protoculture [EMAIL PROTECTED] wrote: we would like to limit the amount of times a user may search/ie use our search facility as we think that we may be under some kind of script

Re: Thread problem

2005-11-08 Thread Ron Gowen
I 'Think' the changes recommended in here already exists on 7, but I am not sure (I'm still on 6) http://www.robisen.com/index.cfm?mode=entryentry=FD4BE2FC-55DC-F2B1-FED0717CC1C7E0AF On 11/7/05, Rick Root [EMAIL PROTECTED] wrote: I had a problem today with the following message appearing in

Re: MAX 2005 - things to do in Anaheim

2005-08-10 Thread Ron Gowen
Newport Beach is nice, and only bout a half hour away, The Wedge is at the end of the beach towards the end of Balboa up against the jetty...Huge waves, and well worth a visit to watch the body and boogie board surfers..if the waves are breaking On 8/10/05, Ken Ferguson [EMAIL PROTECTED] wrote:

Re: JRun closed connection Error on CFMX

2005-05-17 Thread Ron Gowen
you may want to try looking at these: http://www.robisen.com/index.cfm?mode=entryentry=FD4BE2FC-55DC-F2B1-FED0717CC1C7E0AF http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?catid=69threadid=806965 I made these changes on the 2nd of may. still to early to say if this has solved

Re: cfmx keeps crashing! help!

2005-05-02 Thread Ron Gowen
you may want to look at: http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?catid=69threadid=806965 and http://www.robisen.com/index.cfm?mode=entryentry=FD4BE2FC-55DC-F2B1-FED0717CC1C7E0AF Might help? On 5/1/05, jt [EMAIL PROTECTED] wrote: My server keeps crashing I am

Re: how to display data in two select boxes where the second one's display depends on the first one

2005-02-09 Thread Ron Gowen
cfquery name=veegan datasource=fuz SELECT category.category, fruit_veggie.name FROM category INNER JOIN fruit_veggie ON category.categoryID = fruit_veggie.categoryID /cfquery cfquery name=cat datasource=fuz SELECT

Re: in need of education

2005-02-01 Thread Ron Gowen
I will have to recommend Charlie's tuts on arrays and structs..there well written easy to understand and (best of all) free. They helped me when I was first getting started. On Tue, 1 Feb 2005 16:32:20 -0500, Al Everett [EMAIL PROTECTED] wrote: The thing that helped me understand structures

Re: in need of education

2005-02-01 Thread Ron Gowen
http://tutorial171.easycfm.com/ http://tutorial172.easycfm.com/ http://tutorial173.easycfm.com/ On Tue, 01 Feb 2005 18:07:09 -0500, Tim Laureska [EMAIL PROTECTED] wrote: Got a link for this stuff? -Original Message- From: Ron Gowen [mailto:[EMAIL PROTECTED] Sent: Tuesday, February

Re: Query Timeouts

2004-12-27 Thread Ron Gowen
I have a template timeout set in the administrator that works. but upon researching the issue I discovered that the template timeout does not apply to queries, that coldfusion basically hands the template off to the database and waits for it to come back. if the database takes longer than the time

Re: Catch CFMX Request Timeout ?

2004-12-10 Thread Ron Gowen
I am experimenting with putting the before mentioned code in the top level application.cfm, and including that appliaction.cfm in others nested below in the directory..still in testing, but it is going well so farfingers crossed :) On Fri, 10 Dec 2004 15:51:31 -0500, Douglas Knudsen [EMAIL

Re: Catch CFMX Request Timeout ?

2004-12-10 Thread Ron Gowen
. If you put it in the application.cfm, that is site wide and you get into problems with monitoring problematic code. Joe Eugene -Original Message- From: Ron Gowen [mailto:[EMAIL PROTECTED] Sent: Friday, December 10, 2004 6:43 PM To: CF-Talk Subject: Re: Catch CFMX Request Timeout

Re: Invalid Precision Value

2004-12-07 Thread Ron Gowen
Precision...I believe..refers to the number of decimal places in a number...I would dump the form upon submission and check and see if you are getting any .23489759384759834 going into a DB field that is set to only accept say 2 decimal places..? On Tue, 7 Dec 2004 10:35:43 -0500, Claremont,

Re: OT Javascript Problem

2004-11-22 Thread Ron Gowen
you have a single and a double qoute opening your alert message? and a double closing it On Mon, 22 Nov 2004 13:35:53 -0700, Charlie Griefer [EMAIL PROTECTED] wrote: might want to try throwing an else in the function to alert('foo'); or something...just to see if the function -is- being

Re: OT Javascript Problem

2004-11-22 Thread Ron Gowen
/form On Mon, 22 Nov 2004 13:39:43 -0700, Ron Gowen [EMAIL PROTECTED] wrote: you have a single and a double qoute opening your alert message? and a double closing it On Mon, 22 Nov 2004 13:35:53 -0700, Charlie Griefer [EMAIL PROTECTED] wrote: might want to try throwing an else

Re: loop over form objects - using JavaScript - Client Validation

2004-11-17 Thread Ron Gowen
I believe this is what you are looking for: script type=text/javascript function validateFields(oForm) { var colorChecked = 0; for (var i=0; ioForm.color.length; i++) { if (oForm.color[i].checked) {

Re: SQL for Access Help Needed

2004-11-02 Thread Ron Gowen
I believe the qoutes should not be used in access..Use cfqueryparam On Tue, 2 Nov 2004 13:08:40 -0500, Gaulin, Mark [EMAIL PROTECTED] wrote: What's the problem? Is it that records on 10/31 are not being returned? If so, it could be that the field is actually a date time field, and

Re: SQL for Access Help Needed

2004-11-02 Thread Ron Gowen
datatype mismatch..means access is not regonizing your values as dates cfqueryparam should solve that. On Tue, 2 Nov 2004 12:46:12 -0600, Donna French [EMAIL PROTECTED] wrote: Here's the error I'm getting: Error Executing Database Query. [MERANT][SequeLink JDBC Driver][ODBC

Re: SQL for Access Help Needed

2004-11-02 Thread Ron Gowen
or you sure you datatypes in your database are actually dates? or perhaps you could try setting variables to your date values and using the create date function cfset startDate= createdate(10/1/2004) and do the same for you end date then cfset endDate= createdate(10/31/2004) WHERE

Re: SQL for Access Help Needed

2004-11-02 Thread Ron Gowen
I believe cfqueryparam removes the need for creatodbcdate since that is in a sense what you are doing by typing it as cf_sql_date. On Tue, 2 Nov 2004 14:02:53 -0500, Tangorre, Michael [EMAIL PROTECTED] wrote: From: Donna French [mailto:[EMAIL PROTECTED] No, it doesn't work Mike, had already

Re: SQL for Access Help Needed

2004-11-02 Thread Ron Gowen
# are for when you are directly in access not interfacing through coldfusion On Tue, 2 Nov 2004 12:05:31 -0700, Ron Gowen [EMAIL PROTECTED] wrote: I believe cfqueryparam removes the need for creatodbcdate since that is in a sense what you are doing by typing it as cf_sql_date. On Tue, 2 Nov

Re: Uploading text file

2004-11-02 Thread Ron Gowen
I think I get your code; how about a counter in your loop; since it loops on every line break; when the counter is GTE 4 you begin the insert? On Tue, 2 Nov 2004 14:15:48 -0600, Greg Morphis [EMAIL PROTECTED] wrote: Hey guys I'm trying to upload a text file to the DB How do you tell CF to