Re: Accessing data returned from json call

2015-03-06 Thread Rob Parkhill
Well, I don't know what standardiseCfQueryJSON does, but here's what I do: cffunction name=listFields displayname=List Fields access=remote returntype=query cfargument name=growerID displayName=Grower ID type=numeric hint=I am the Grower ID required=true / cfset var q = ''/ cfquery name=q

Re: Accessing data returned from json call

2015-03-06 Thread Rob Parkhill
Well, I actually had to look at the result set from the CFC, to know which columns in the result.DATA array were the right ones. There's also a result.COLUMNS that gives you the list of column names, so for me result.DATA[0][2] was the name and the Acres field was in result.DATA[0][12] - hence

Re: Twitter feed

2014-03-14 Thread Rob Parkhill
Why not just use what Twitter provides? dev.twitter.com You can embed a bunch of stuff straight from Twitter, no muss, no fuss. On Fri, Mar 14, 2014 at 5:36 PM, Rick Sanders r...@webenergy.ca wrote: Hey guys n' gals! I want to put a Twitter live feed on a CF site like Wordpress. Is there

Re: # in variables

2014-02-07 Thread Rob Parkhill
Run a Replace on the string of data, and change the single # to a double ## that then CF would process as a single one? On Fri, Feb 7, 2014 at 11:58 AM, Bryan Stevenson br...@electricedgesystems.com wrote: Hey All, I've got an issue where an external program written in Adobe AIR is

Re: # in variables

2014-02-07 Thread Rob Parkhill
AM, Rob Parkhill wrote: Run a Replace on the string of data, and change the single # to a double ## that then CF would process as a single one? ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe

Re: Windows 8.1 Pro 64

2014-01-29 Thread Rob Parkhill
I am successfully running CF10 on IIS 8.5 and Windows 8.1 for my development machine. Works like a treat, you just have to make sure you run the Web Server Config Tool every time you add a new site, and I had to modify the web.config file to allow error messages to pass through to CF and not be

Re: Barcodes

2013-08-29 Thread Rob Parkhill
You can use jQuery: http://barcode-coder.com/en/barcode-jquery-plugin-201.html There might be others too On Thu, Aug 29, 2013 at 11:39 AM, Chad Gray cg...@careyweb.com wrote: Well since Efflare's CFX gFont does not work with 64 bit systems I need to find a new way to make a barcodes on my

Re: Getting output into a div using cfdocument

2013-08-29 Thread Rob Parkhill
Could you call a CFC that created the Barcode, and then saved the HTML (or whatever the result is) to a DB, and then have CF call it out inside the CFdocument just to display? It's an extra step, but it _should_ allow you to get around the CFDocument issue. On Thu, Aug 29, 2013 at 4:35 PM,

Re: How can I view arguments in a CFC on-screen?

2013-04-01 Thread Rob Parkhill
Sure cfdump var=#arguments# output=c:/temp.html format=html / That will throw all the arguments into an html file on the c drive. Cheers, Rob On 2013-04-01 1:36 PM, Rick Faircloth r...@whitestonemedia.com wrote: I wouldn't think this would be that difficult! Normally, I would include

Re: Adding Salt and Password Hash to existing acocunts

2013-03-07 Thread Rob Parkhill
I did not have any time out issues. I'd do what Bobby suggests and add the flag, that way a timeout doesn't kill what you had accomplished. I'm presuming you are doing this in a dev environment, so you can always increase your timeout times so that it runs. Cheers, Rob On 2013-03-07 12:58 PM,

Re: Adding Salt and Password Hash to existing acocunts

2013-03-06 Thread Rob Parkhill
Here you go. Cfquery name=GetUserPasswords select memberid, password from users /cfquery cfoutput#getUserPasswords.RecordCount#/cfoutput!---Just to see how many we have --- Cfset salt = ''/ cfset newpassword = ''/ Cfset count = 0/ cfloop query=GetUserPasswords cfset salt =

Re: Adding Salt and Password Hash to existing acocunts

2013-03-05 Thread Rob Parkhill
When I performed this same task a few months ago, I basically wrote a page that did all the salting and updating as a loop. Obviously I had decided on the actual process for login and tested it to make sure it worked. I just increased the size of the password column, added a salt column and ran

Re: Adding Salt and Password Hash to existing acocunts

2013-03-05 Thread Rob Parkhill
I guess I didn't make myself clear. I wrote a routine that salted and hashed all of the plain text passwords that were in the system. It was a simple routine that only needed to run once. There was no inconvenience to the users, as their passwords didn't change, they just were secure from

Re: Truncating pages SQL 2000

2013-02-18 Thread Rob Parkhill
Jenny, There is a limit on the amount of text that can be written to the database in CF. It's a part of the advanced settings for the database connection. Limit is 65000 characters by default. You can up that to anything. Hope that helps, Rob On 2013-02-18 8:06 AM, Jenny Gavin-Wear

RE: Truncating pages SQL 2000

2013-02-18 Thread Rob Parkhill
. I'm getting rusty! I forgot to enable long text retrieval on a new server. Cheers, Jenny -Original Message- From: Rob Parkhill [mailto:robert.parkh...@gmail.com] Sent: 18 February 2013 13:49 To: cf-talk Subject: Re: Truncating pages SQL 2000 Jenny, There is a limit

Re: Date Truncation on CFquery Update

2012-06-13 Thread Rob Parkhill
Probably Max data length in cf admin. Look at the advanced DB connection settings. Will be set to default of 6 characters. I ran into something similar saving a wddx variable. Cheers, Rob On Jun 13, 2012 12:17 PM, Robert Harrison rob...@austin-williams.com wrote: I have a client who

CF9 .NET Integration

2012-01-20 Thread Rob Parkhill
Good Morning, I'm having an issue getting the .NET integration working with CF 9.01. I've downloaded and replaced the .NET integration stuff, to make sure that that is all good, but now it won't reference any class inside the assembly. NOTE: This is my first time with .NET integration...

Re: CF9 .NET Integration

2012-01-20 Thread Rob Parkhill
: It sounds like you've run into an issue that I ran into when I upgraded to 9.0.1 See if this blog entry helps: http://www.sstwebworks.com/index.cfm?mode=archivemonth=7year=2011 Hope this helps On Fri, Jan 20, 2012 at 10:15 AM, Rob Parkhill robert.parkh...@gmail.com wrote: Good

Re: CF9 .NET Integration

2012-01-20 Thread Rob Parkhill
be. On Fri, Jan 20, 2012 at 11:10 AM, Rob Parkhill robert.parkh...@gmail.com wrote: Scott, Thanks, but I had that issue and fixed it. It can open the assembly, but it never finds the class inside of it. I'm not sure if it is a problem with the source dll, or if it has to do with name

Re: MAX and CF

2011-10-04 Thread Rob Parkhill
Terry Ryan posted yesterday to twitter that there would be no CF love in the adobe keynotes this year, but not too worry things were still a go... Rob On Oct 4, 2011 3:46 PM, Judah McAuley ju...@wiredotter.com wrote: Not making keynotes, but Ray Camden has a MAX presentation on Zeus posted

Re: SOT: Workstation recommendations

2011-09-07 Thread Rob Parkhill
I have an Asus laptop, that although posted as a gaming system, has tons of power and runs anything I want. I have everything you described running with no issues. So +1 for Asus from me Rob On Sep 7, 2011 11:47 AM, Alan Rother alan.rot...@gmail.com wrote: +1 for Lenovo +0.5 for Dell, I've

Re: (ot) Shameful

2011-05-11 Thread Rob Parkhill
No, there is an issue with the SWF. I have the debug version of Flash player, and I get the following error (Chrome 11) TypeError: Error #1009: Cannot access a property or method of a null object reference. at fs.media.player::SWFPlayer/onLoadComplete() at

Re: CF and GIS?

2011-03-16 Thread Rob Parkhill
Bryan, Well it really sounds like what you need to do is the number crunching. Are the coordinates going to be stored in a database? or read straight off of a shape file lets say? All you really need to do is incrementally check your bounds or your coordinate pairs to the location. You should

Re: Getting information from a cfquery/cfloop to display in a table or div

2011-02-08 Thread Rob Parkhill
Michelle, Try the following: table trtdFirst Name/tdtdLast Name/tdtdStarship/td/tr cfoutput query=member trtd#fname#/tdtd#lname#/tdtd#starship#/td/tr /cfoutput /table Cheers, Rob On Tue, Feb 8, 2011 at 1:01 PM, Rick Faircloth r...@whitestonemedia.comwrote: Try leaving out the

Re: why is cf_builder so expensive?

2011-01-25 Thread Rob Parkhill
I would suggest two things: 1) Check out this page for all the awesome features of CFB - http://www.adobe.com/products/coldfusion/cfbuilder/features/ - sorry Adobe does a better job of listing the features than I will http://www.adobe.com/products/coldfusion/cfbuilder/features/2) Sign up and

Re: decrypt coldfusion admin password

2010-11-18 Thread Rob Parkhill
Rusty, You don't need to decryt it, you can reset it. Depending on which version of course! Here is the link that I have used for other customers that works. http://www.tek-tips.com/faqs.cfm?fid=3731 http://www.tek-tips.com/faqs.cfm?fid=3731Cheers, Rob On Thu, Nov 18, 2010 at 4:01 PM,

Re: Report Builder

2010-11-04 Thread Rob Parkhill
Depending on how much you like Report Builder, you can always come up with a main template (header footer, etc) then a series (different data positions) of sub-reports (just the details really) and allow the users to select which 'layout' they want to use, and what data goes where. Then it is

Re: SOT: Canadian CF Hosting

2010-09-29 Thread Rob Parkhill
Larry, I have used cfhosting.ca Not the cheapest CF Solution, but good uptime - mostly, and knowledgeable staff. Cheers, Rob On Wed, Sep 29, 2010 at 10:45 AM, Larry Lyons larrycly...@gmail.com wrote: Greetings, Pardon for the slightly off topic posting, but I thought I'd try the

Re: Chat or IM program

2010-09-17 Thread Rob Parkhill
Rick, Paul Kukiel has this on his blog. It uses some Flex etc. but it is a good starting point. I know that Paul has created a system for chatting with just him, which I am sure you could expand. http://blog.kukiel.net/2009/03/pushing-data-to-flex-clients-with.html

Re: Adobe no longer part of the OpenCFML committee

2010-07-24 Thread Rob Parkhill
No, I wouldn't say that. It just means that there is no longer a committee, whose goal is to have a standard set of tags available in all three engines. It means that if Adobe pushes a new tag into CFX, there is no one saying that that tag should then become a part of the common language base

Re: What has happened to my Firebug?

2010-07-20 Thread Rob Parkhill
Just be careful with Chrome and the now built-in Flash player. You need to go into chrome://plugins and disable Flash Player if you want access to the debug version of Flash player. I still prefer Firebug for the Javascript debugging on AJAX requests. Cheers, Rob On Tue, Jul 20, 2010 at

Re: Using two submit buttons to control form action

2010-04-28 Thread Rob Parkhill
You will need to have a different name, and then check that value. Since your buttons both have the same name, the value for both will be in the form scope as you have seen. I always just do a regular button, and change the form action via Javascript. Cheers, Rob On Wed, Apr 28, 2010 at

Re: cfmail

2010-04-19 Thread Rob Parkhill
just add a cfif around the mail cfif qgetdetails.recordcount gt 0 cfmail. /cfmail /cfif Rob On Mon, Apr 19, 2010 at 11:52 AM, Damo Drumm damien.dr...@quinn-group.comwrote: Hi Ive the below code and im trying to get it to check first that the confirmation field in the comments table

Re: Error attempting to process PDF form...

2010-01-26 Thread Rob Parkhill
I've had the tags working with forms Created with Acrobat, not just LiveCycle, but can't say that I've tried a third party PDF Creator. Can you read and dump the PDF form Fields? Rob On Tue, Jan 26, 2010 at 10:00 AM, Dave Watts dwa...@figleaf.com wrote: One question I had was whether or

WDDX in CF9

2010-01-22 Thread Rob Parkhill
Good Day, Just checking to see if anyone else has experienced any issues with converting WDDX in CF9. I have the following that converts a Query object to WDDX and then I insert it into the DB: Cfwddx action=cfml2wddx input=#arguments.myQuery# output=local.wddxQuery usetimezoneinfo=true /

Re: Sending a Fax

2009-12-09 Thread Rob Parkhill
How are you making the document to send the fax? What format is it in? A little code might help. Cheers, Rob On Wed, Dec 9, 2009 at 10:40 AM, Damo Drumm damien.dr...@quinn-group.comwrote: Ive a text box on a fom and when I fill it in, and enter the Fax Number The Info is sent to the fax

Re: Education

2009-10-23 Thread Rob Parkhill
I have my BA in Geography, with a Minor in Computing - course that focused on Physics and Math, not coding :) And I have a Post-Secondary diploma as a GIS- Cartographic Specialist - where I got more programming experience than my Minor Rob On Fri, Oct 23, 2009 at 10:43 AM, Dominic Watson

Re: Whitespace markers in CF Builder

2009-10-13 Thread Rob Parkhill
it is CTRL+. on Windows - Show Whitespace and CTRL+. removes it HTH Rob On Tue, Oct 13, 2009 at 2:29 PM, David Mineer min...@gmail.com wrote: I pressed some key combination that added some whitespace markers. for tabs (although smaller) and \r\n at the end of each line. Anyone know where

Re: Its Friday please dont be mad! - checkbox which corresponded with the value?

2009-09-25 Thread Rob Parkhill
You would give it an ID, that would correspond to the ID of the ValueID you were looping on so cfoutput cfset current = storeService.getCurrentOptions(prodID=#rc.ProdcutBean.getprodId()#,valueID=#rc.option.valueID#) !--- cfdump var=#current#--- tr td class=borderleftnbsp; input

Re: .NET or JAVA? Which is a more natural step for a CF Developer

2009-08-12 Thread Rob Parkhill
Flex SDK : http://www.adobe.com/products/flex/ http://www.adobe.com/products/flex/Rob On Wed, Aug 12, 2009 at 10:48 AM, Phillip Vector vec...@mostdeadlygame.comwrote: Any idea where I can find the free compiler? On Wed, Aug 12, 2009 at 7:44 AM, Will Swainw...@hothorse.com wrote: AFAIK,

Re: .NET or JAVA? Which is a more natural step for a CF Developer

2009-08-12 Thread Rob Parkhill
http://www.adobe.com/cfusion/entitlement/index.cfm?e=flex3sdk http://www.adobe.com/cfusion/entitlement/index.cfm?e=flex3sdktakes you to the SDK download. And yes, you have to compile through the command line. Rob On Wed, Aug 12, 2009 at 10:54 AM, Phillip Vector vec...@mostdeadlygame.comwrote:

Re: Limiting the display of an image to certain times of the day with CF?

2009-06-16 Thread Rob Parkhill
Wrap it up in a CFIF or CFCASE statement. cfset currentHour = timeformat(now(),'hh') cfif currentHour gte '08' and currentHour lt '12' cfset imagetoDisplay = 'morning.png' cfelseif currentHour gte 12 and currentHour lt 5 cfset imagetoDisplay = 'afternoon.png' cfelse cfset

Re: insert trouble...zero length

2009-06-16 Thread Rob Parkhill
You will have to make sure that the table you are inserting into can have a NULL as a value, or you will need to modify your code to look at each value and change any NULLs to either a space or a zero depending on the datatype you are inserting. HTH Rob On Tue, Jun 16, 2009 at 1:33 PM, Mark

Re: Proper returntype of a cfc

2009-06-12 Thread Rob Parkhill
You would need to return it as a struct. then just reference any parts of the struct that contain the data you want. I have one cfc that returns a struct of arrays... Rob On Fri, Jun 12, 2009 at 8:25 PM, Ryan Letulle bayous...@gmail.com wrote: Is it a common/best practice to return multiple

Re: captcha

2009-06-02 Thread Rob Parkhill
Awesome form protection http://cfformprotect.riaforge.org/ http://cfformprotect.riaforge.org/Rob On Tue, Jun 2, 2009 at 9:46 AM, Chad Gray cg...@careyweb.com wrote: Anyone have recommendations for CAPTCHA? I know about CFImage's captcha, but what other programming can be used to figure

Re: Can I not use the name variable in cfftp getFile action?

2009-05-27 Thread Rob Parkhill
Rick, I have one that is similar however, I have it like so: cfftp connection=lskdf action=getfile remotefile=#currentdir#/#name# localfile=#localfile# transfermode=binary timeout=30 retrycount=3 stoponerror=no failifexists=no where above the cfftp, I set the Local file to g:/DailyFile/ #name#

Re: Adobe Livedocs throwing lock error???

2009-05-15 Thread Rob Parkhill
It has been happening off and on for a couple of weeks now, and I think that someone even blogged about it. Hopefully, Adobe will get the necessary steps taken to resolve the issue. Rob On Fri, May 15, 2009 at 3:30 PM, Phillip B philthylab...@gmail.com wrote: Great. I was needing some help.

Re: YIKES! I must let internet users write SQL queries for our database!

2009-04-23 Thread Rob Parkhill
Ian, What about creating a Flex based tool that allows users to choose the table they want to get the data from and then the columns for the table (that you wanted to be able to select by) would be available. Basically making a 'drag and drop' kinda query builder. where the users don't type

Re: BOLT!

2009-04-17 Thread Rob Parkhill
I think that there are a bunch of people in that boat, who applied and have not been notified... Rob On Fri, Apr 17, 2009 at 9:15 AM, Rick Faircloth r...@whitestonemedia.comwrote: Hi, Jose... I applied for beta participation, too, but was apparently turned down. I also expected news from

Re: cffile action=write file as XML. Put spacing in lines, but resave file on mac spaces disappear

2009-04-16 Thread Rob Parkhill
Try wrapping the content in a cfprocessingdirective suppresswhitespace=true Rob On Thu, Apr 16, 2009 at 12:56 PM, Ben Nadel b...@bennadel.com wrote: This might be a line-delimiter problem. I believe windows uses both the return and newline characters: \r\n Linux based machines, on the

Server Monitoring

2009-04-14 Thread Rob Parkhill
Good Day, Can't come up with a better title, so here is what I want to do. I have two servers, one DB and one web. My DB server is having MASSIVE issues at the moment. CPUs blowing up, and the server shutting down randomly, at night. I would like to use the webserver (with CF8) to monitor

Re: Open Source E-Commerce

2009-03-18 Thread Rob Parkhill
http://cfcommerce.riaforge.org/ Rob On Wed, Mar 18, 2009 at 3:10 PM, Phillip Vector vec...@mostdeadlygame.comwrote: There is something in RIAforge that is free that works well. I forget the name, but a search on Store will find it. 2009/3/18 Jake Churchill j...@cfwebtools.com:

Re: Select the last n rows in oracle.

2009-03-12 Thread Rob Parkhill
Selct top N stuff from aTable orderby query_seq desc. Rob On Thu, Mar 12, 2009 at 9:59 AM, Ian Skinner h...@ilsweb.com wrote: I would like to select the last n records from a table as defined by a sequence field. I tried SELECT stuff FROM aTable WHERE rownum n ORDER BY query_seq desc.

Re: cfqueryparam with cfstoredprocparam

2009-03-06 Thread Rob Parkhill
No, the stored procedure will look after it. Rob On Fri, Mar 6, 2009 at 10:09 AM, Scott Stewart sstwebwo...@bellsouth.netwrote: Hey all, I'm calling a stored procedure using cfstoredproc. Within the cfstoredproc I have two procparams, The values are function arguments They

Re: Implementing FCK Editor in CF8.01

2009-02-06 Thread Rob Parkhill
is the CFIDE directory mapped? or inside your webroot for the hosting provider? I usually upload the CFIDE directory, and add the scriptsrc=CFIDE location, and then you should have no problems. HTH Rob On Fri, Feb 6, 2009 at 3:13 PM, Terry Troxel te...@it-werks.com wrote: My provider

Re: Simplest forum

2009-02-05 Thread Rob Parkhill
+10 Galleon forums. Set up in less than 5 minutes. Now to customize :) On Thu, Feb 5, 2009 at 11:48 AM, John M Bliss bliss.j...@gmail.com wrote: Check out http://galleon.riaforge.org On Thu, Feb 5, 2009 at 10:33 AM, Don L do...@yahoo.com wrote: This question has probabaly been raised

Re: Simplest forum

2009-02-05 Thread Rob Parkhill
Don, Galleon has a feature, where you can set just everyone to post. Seriously, just download the zip, and open the readme file for the installation. It's five pages long and explains all the security and management that you need. Rob On Thu, Feb 5, 2009 at 7:06 PM, Don L do...@yahoo.com

Re: Easy Form

2009-01-30 Thread Rob Parkhill
Steven, Why don't you use the built in validation for a CFFORM? It can validate Email etc, BEFORE submitting, that way your action page can basically send the comments to the webmaster and display the thank you as well. As for blocking spammers, check out: http://cfformprotect.riaforge.org/

Re: Dreamweaver CRASHES!!!

2009-01-26 Thread Rob Parkhill
You can try this if you are still interested in Eclipse http://www.yoxos.com/ondemand/ it basically allows you to choose what plugins/whatever you want for Eclipse, and then puts it all into a single package that you download and install (1 step, pretty sure anyways) HTH Rob On Mon, Jan 26,

Re: SOT: Serving GIS data on the cheap.

2009-01-20 Thread Rob Parkhill
We have plans to do such a thing. We are looking at Manifold. It comes with a IMS built in, and it is very inexpensive (relative to 'other' solutions). http://www.manifold.net/ Rob On Tue, Jan 20, 2009 at 3:33 PM, Ian Skinner h...@ilsweb.com wrote: Anybody out there work with serving GIS

Re: SOT: Serving GIS data on the cheap.

2009-01-20 Thread Rob Parkhill
at it, but it seemed like the best solution to us at the time. Ping me off list if you would like anything else. Rob On Tue, Jan 20, 2009 at 3:57 PM, Ian Skinner h...@ilsweb.com wrote: Rob Parkhill wrote: We have plans to do such a thing. We are looking at Manifold. It comes with a IMS built

SOT: CFUG in Southern Ontario

2009-01-07 Thread Rob Parkhill
Good afternoon, Just looking to see if there is anyone in Southern Ontario, around the London ON area that are or would be interested in starting a CFUG. contact me off list: robert (dot) parkhill (shift 2) gmail (dot) com Thanks Rob

Re: Personalizing a CFLoop

2009-01-05 Thread Rob Parkhill
Well I am sure that there is a more elegant REGEX solution, but you can always do a FIND and then a LEFT so: cfset fisttoat = find(#recipient#, '@') cfset firstname = left(#recipient#, #firsttoat#) I am sure someone will post something more elegant, but that will work. Rob

Re: Personalizing a CFLoop

2009-01-05 Thread Rob Parkhill
# from=#sender_email# subject=My Message To You 2009 Dear #left#, This is my message to the recipient. This is my message to the recipient. Yours truly, #sender_firstname# #sender_lastname# /cfmail /cfloop -Original Message- From: Rob Parkhill

Re: Personalizing a CFLoop - validation error

2009-01-05 Thread Rob Parkhill
I know this will sound odd, but put them on separate lines... so this: cfmail to=#GetRecipients.recip_email# from=#form.sender_email# subject=My Message To You 2009 becomes this: cfmail to=#GetRecipients.recip_email# from=#form.sender_email# subject=My Message To

Re: Simply Amin Panel

2008-12-18 Thread Rob Parkhill
well the alert will never equal the form.alert unless they are updating with the same text. Perhaps remove the where clause and change your if statement so perhaps: cfquery datasource=text UPDATE alert cfif isdefined(form.alert) and form.alert neq SET alert = '#form.alert#' cfelse set alert =

Re: Is it not possible to skip js with cfif?

2008-12-16 Thread Rob Parkhill
Rick, You will need to put the JS in a CFinclude file cfif not isDefined(session.manager_id) cfinclude file=loginscript.cfm /cfif Rob On Tue, Dec 16, 2008 at 10:59 PM, Rick Faircloth r...@whitestonemedia.comwrote: True, true... However, I'm trying to run this: cfif not

Re: Source Control Method

2008-12-11 Thread Rob Parkhill
I use tortise SVN, and find it quite simple and straight forward. http://tortoisesvn.tigris.org/ Rob On Thu, Dec 11, 2008 at 11:53 AM, John M Bliss [EMAIL PROTECTED] wrote: I like http://www.visualsvn.com/server/ On Thu, Dec 11, 2008 at 10:48 AM, Torrent Girl [EMAIL PROTECTED] wrote:

Re: Dreamweaver Locking

2008-12-11 Thread Rob Parkhill
well Tortise SVN has a lock and release lock function, however, being the only one developing here, I just use it for Version Control. However you could look into it, I am sure that there are docs on it. HTH Rob On Thu, Dec 11, 2008 at 12:51 PM, Casey Dougall [EMAIL PROTECTED] wrote: On Thu,

Re: Is Dreamweaver CS4 taking off as an IDE?

2008-12-11 Thread Rob Parkhill
I like the built in tag reference, so if I am trying to do something that I haven't done in a while (or perhaps never) there is the built in tag reference, which gives usage examples. And since I got the CS4 demo installed and working, my RDS is actually RDSing which I had not been able to get to

Re: Is Dreamweaver CS4 taking off as an IDE?

2008-12-11 Thread Rob Parkhill
yes On Thu, Dec 11, 2008 at 4:57 PM, Rick Faircloth r...@whitestonemedia.comwrote: My current TortoiseSVN version is 1.4.5... is that compatible with DW? -Original Message- From: s. isaac dealey [mailto:i...@turnkey.to] Sent: Thursday, December 11, 2008 4:18 PM To: cf-talk

Re: OT - Shrinking a .pst file (without losing any emails)

2008-12-10 Thread Rob Parkhill
for ways to shrink that bad boy! Adrian -Original Message- From: Rob Parkhill [mailto:[EMAIL PROTECTED] Sent: 27 November 2008 18:05 To: cf-talk Subject: Re: OT - Shrinking a .pst file (without losing any emails) Adrian, can you open it with Outlook, and then run

Re: ColdFusion IIS on different servers

2008-12-09 Thread Rob Parkhill
http://www.houseoffusion.com/groups/cf-server/thread.cfm/threadid:1539#6429 from the archives of this list On Tue, Dec 9, 2008 at 2:46 PM, Paul Kukiel [EMAIL PROTECTED] wrote: Suggest a reverse proxy to face the net and the IIS/CF box behind it? I didn't think it was possible to separate IIS

Re: Use Wordpress or BlogCFC?

2008-12-05 Thread Rob Parkhill
I set up blog CFC for a development blog for a project that I am working on. I think it took me about 10 minutes MAX to have it up and running on a MSSQL 2005 server and CF8. Heck I even took some time and changed some of the colors in the CSS... On Fri, Dec 5, 2008 at 4:15 PM, Matt Quackenbush

Re: Use Wordpress or BlogCFC?

2008-12-05 Thread Rob Parkhill
don't want that now do you? We have some exciting changes coming in 6 so stay tuned for those. Thank You Dan Vega [EMAIL PROTECTED] http://www.danvega.org On Fri, Dec 5, 2008 at 4:29 PM, Rob Parkhill [EMAIL PROTECTED] wrote: I set up blog CFC for a development blog for a project

(ot) Canon Developer?

2008-11-27 Thread Rob Parkhill
Good Morning, Does anyone know a Canon Developer with access to their SDKs? According to Canons Developers website, the SDKs are written in C++ 6. and I just want to confirm, as then I won't be able to access them from CF right? Thanks, Rob

Re: (ot) Canon Developer?

2008-11-27 Thread Rob Parkhill
want to make sure it is worth it :) Rob On Thu, Nov 27, 2008 at 10:53 AM, JediHomer [EMAIL PROTECTED] wrote: You could possibly wrap all the functionality into a C++6 CFX DLL then access it as a CFX Custom tag? 2008/11/27 Rob Parkhill [EMAIL PROTECTED]: Good Morning, Does anyone know

Re: OT - Shrinking a .pst file (without losing any emails)

2008-11-27 Thread Rob Parkhill
Adrian, can you open it with Outlook, and then run the Auto-Archive function. That should move older sent items etc. into a different pst folder for archived items. HTH Rob On Thu, Nov 27, 2008 at 6:39 AM, adrian lynch [EMAIL PROTECTED]wrote: Sorry for the OT, just need to see if anyone has

Re: Read an uploaded file.

2008-11-25 Thread Rob Parkhill
But I thought that in the upload process the CF Server made a temp copy of the file. Can you use that to read the data from? I know that I have to explicitly tell the form results page that I want to put the uploaded file in a specific place with a specific name when I upload files. I thought

Re: Where are dreamweaver's snippets held?

2008-11-22 Thread Rob Parkhill
my custom CS4 snippets are in: c:\Documents and Settings\User\Application Data\Adobe\Dreamweaver CS4\en_us\configuration\snippets\ I would guess that CS3 put them somewhere similar you could do a search for .csn files HTH Rob On Sat, Nov 22, 2008 at 10:32 PM, Mike Kear [EMAIL PROTECTED]

Re: OT (slightly): Question re: Contracting Rate for Medium-sized Contract

2008-11-20 Thread Rob Parkhill
As well as the cost of the other things that you might need... computer, software etc, as well as the cost of a room in your house, phone, fax etc etc etc... Business Name registration or incorporation or whatever as well All those things that come with having your own business, I have dabbled

Re: Faxing with CF

2008-11-19 Thread Rob Parkhill
Okay, I have a Canon printer/fax on the network, that we use. It has a static IP, etc. Is there a way to send the required information here? I don't really want to use the server to send faxes through the modem. Maybe I will have to talk to Canon and see if they have a COM object or something

Faxing with CF

2008-11-18 Thread Rob Parkhill
Good Day all, I know that this was talked about some time ago, but I was hoping that there might be some new information about this topic. I really want to be able to send a fax through CF, and not have to write something else to do it. I have tried using the CFPRINT tag, but it does not

Re: (Probably) Simple SQL Question?

2008-11-18 Thread Rob Parkhill
select top 2 * from tables order by date asc should get you there. Rob On Tue, Nov 18, 2008 at 5:00 PM, Sung Woo [EMAIL PROTECTED] wrote: There's probably a really simple answer to this. Here's the sample dataset: id namedate_duedate_modified 1 Woo 1/1/2009

Re: cfdumperror: unexpected constant #1 83

2008-11-11 Thread Rob Parkhill
shouldn't you wrap your cfdump var with #'s as follows? cfdump var=#glDataArray# unless it is in a cfoutput? Just thinking that might be the issue? Rob On Tue, Nov 11, 2008 at 10:53 AM, Marco de l'Isle [EMAIL PROTECTED] wrote: Since yesterday suddenly all CFDUMPs return the following error

Re: Coldfusion +Ajax, best route?

2008-11-11 Thread Rob Parkhill
Confirmed: From Adobe website re: Dreamweaver Write JavaScript more efficiently with improved support for JavaScript core objects and primitive data types. Put the extended coding functionality of Dreamweaver CS4 to work by incorporating popular JavaScript frameworks, including jQuery, Prototype,

(ot) Code Evaluation Criteria

2008-11-10 Thread Rob Parkhill
Good Day, I know that this is a subjective type of question, but I was hoping for a little insight. My company decided about 2 years ago to redesign the internal windows-based program that is used to track orders and billing etc. Now the program has a huge number of features and checks that

Re: (ot) Code Evaluation Criteria

2008-11-10 Thread Rob Parkhill
Dave, The initial contract set out that we would have code updates on a monthly basis, so the progress could be reviewed etc. The intent was that we would be provided with a complete system that functioned as the old system did, but with some new features and not in C++ 6. It was a contract, and

Re: Radio Button settings

2008-11-10 Thread Rob Parkhill
as follows input type=radio id=apple name=Fruit value=Applecfif databasevalue eq apple checked=checked /cfif / and then add the rest for the other buttons. Rob On Mon, Nov 10, 2008 at 2:31 PM, Me Gupta [EMAIL PROTECTED] wrote: HI, I guess this is a rather basic question, but I am really

Re: Passing URL variables to cfwindow?

2008-11-06 Thread Rob Parkhill
Cool Pete, I think that I will just have to borrow that Rob On Thu, Nov 6, 2008 at 5:17 PM, Pete Ruckelshaus [EMAIL PROTECTED]wrote: OK, figured out a solution: a href=javascript:ColdFusion.Window.show('mywin');ColdFusion.navigate('test2.cfm?a=1','mywin');Show/a cfwindow

Re: EOF error message in email.log

2008-11-05 Thread Rob Parkhill
by the mail server? We can go into the undelivr folder and manualy drag it back into the spool folder. After trying this several times, the email finally sends? Does that suggest that it might be more of a timeout issue? N -Original Message- From: Rob Parkhill [mailto:[EMAIL PROTECTED

Re: Passing URL variables to cfwindow?

2008-11-05 Thread Rob Parkhill
Pete, The following works no problem for me cfwindow name=job#jobID# height=500 width=600 draggable=true closable=true title=Job Information source=job_view.cfm?id=#jobid# resizable=true / I have it nested inside a loop that loops a query for job data. Rob On Wed, Nov 5, 2008 at 9:18 PM, Pete

Re: Passing URL variables to cfwindow?

2008-11-05 Thread Rob Parkhill
And it gets called using the following, damn send is so tempting to hit a href=# onClick=javacript:ColdFusion.Window.show('job#jobID#') Click here for more /a Rob On Wed, Nov 5, 2008 at 9:51 PM, Rob Parkhill [EMAIL PROTECTED]wrote: Pete, The following works no problem for me cfwindow

Re: creating a CSV file from a CF Query

2008-11-05 Thread Rob Parkhill
Geez, I always just use the cffile tag with the write and then append actions. and you can access a .csv through the web, so you can just use that extension. Rob On Wed, Nov 5, 2008 at 8:20 PM, Mike Chabot [EMAIL PROTECTED] wrote: If you get rid of cfconent then load the page in a browser does

ColdExt

2008-11-04 Thread Rob Parkhill
Good Day, I have a relatively simple question that I need an answer for. I have just started looking into ColdExt as a client of mine has seen it and likes it. I have downloaded everything and have it running just fine. However, I can't seem to find an example or the smallest shred of code

Re: EOF error message in email.log

2008-11-04 Thread Rob Parkhill
I would guess that it is a bad e-mail causing the problem. Why are you BCC-ing a bunch of e-mails? Why not just send direct? Of course looking at the e-mails may lead you to the problem, or see what is in the undeliverable folder. Rob On Tue, Nov 4, 2008 at 7:56 PM, Nick Gleason [EMAIL

Re: Best Open Source Message Board?

2008-10-29 Thread Rob Parkhill
or on riaforge http://cf4em.riaforge.org/ Rob On Wed, Oct 29, 2008 at 10:17 AM, Steve LaBadie [EMAIL PROTECTED]wrote: We use phpbb Steve LaBadie, Web Manager East Stroudsburg University 200 Prospect St. East Stroudsburg, Pa 18301 570-422-3999 http://www.esu.edu [EMAIL PROTECTED]

Re: Best Open Source Message Board?

2008-10-29 Thread Rob Parkhill
is that ahem ray, or Amen? Rob On Wed, Oct 29, 2008 at 11:12 AM, Raymond Camden [EMAIL PROTECTED] wrote: On Wed, Oct 29, 2008 at 9:39 AM, Mallory Woods [EMAIL PROTECTED] wrote: I am working on getting cf4em setup but its throwing lots of errors for some reason. Then try Galleon. It

Re: Lines of credit or credit account online

2008-10-28 Thread Rob Parkhill
Why not just have them provide a credit card that you can keep on file. It is already a line of credit :) Rob On Tue, Oct 28, 2008 at 3:26 PM, ColdFusion Developer [EMAIL PROTECTED]wrote: Are you looking for an actual credit-check service with an API? or are you looking for the bank that

Re: Adding Updating empty values

2008-10-28 Thread Rob Parkhill
wrap it in a cfif so.. cfif isundefined(form.q1) cfset form.q1 = /cfif Rob On Tue, Oct 28, 2008 at 3:33 PM, Rick Sanders [EMAIL PROTECTED] wrote: Hey all, In my form some values may be left empty. For example a form field named q1. It's fine if it's empty because the user

  1   2   >