Re: CF Builder 3

2015-01-17 Thread Casey Dougall
Serialisly No sorry... On Sat, Jan 17, 2015, 7:37 AM Uwe Degenhardt cf-t...@sdsolutions.de wrote: Hi Casey, this is awesome ! Thanks for sharing this link with us. :-) Do you have a HomeSite+-licence-serial you can sell me ? Uwe My memory isn't what it use to be... Good thing we

Re: CF Builder 3

2015-01-15 Thread Casey Dougall
My memory isn't what it use to be... Good thing we have a nice archive now... https://www.copy.com/s/nhIbHZYZnmPN/ColdFusion%20Repo On Jan 15, 2015 4:20 PM, Michael Grant mgr...@modus.bz wrote: I seem to remember TopStyle being on the CF5 discs along with CF Studio. Or was it CF 6, which

Re: Eclipse CFEclipse

2014-12-04 Thread Casey Dougall
We've gone down this road many a time, and I was a hard convert when coldfusion builder 1.0 came out myself but it really didn't take long to get use to. Today I switch between CB3 and sublimetext depending on what I'm working on. Svn is best when you tie it into continuous integration where

Re: Eclipse CFEclipse

2014-12-04 Thread Casey Dougall
quackfu...@gmail.com wrote: You realize that this thread is over 7 YEARS old, right? Lol On Dec 4, 2014 7:38 AM, Casey Dougall casey.doug...@gmail.com wrote: We've gone down this road many a time, and I was a hard convert when coldfusion builder 1.0 came out myself but it really didn't take

Re: First Data Global Gateway e4 sample code

2014-09-22 Thread Casey Dougall - Uber Website Solutions
https://firstdata.zendesk.com/entries/407571-First-Data-Global-Gateway-e4-Web-Service-API-Reference-Guide slacker On Sep 22, 2014 7:58 AM, Michael Dinowitz mdino...@houseoffusion.com wrote: I'm updating a payment gateway to the First Data e4 spec and after looking through their site, I can't

Re: Opening Local Files

2014-08-25 Thread Casey Dougall - Uber Website Solutions
Or an AIR app with coldfusion backend for rest api calls. On Aug 25, 2014 10:47 AM, Dave Watts dwa...@figleaf.com wrote: We have created an online database program. I have a requirement for a user to store links to files contained on their local machines, then at the click of a button it

Re: protection from sql attacks with regex++

2014-08-15 Thread Casey Dougall - Uber Website Solutions
Unless you were using evaluate (column) name inside another query somewhere I am not aware of how that could be used for an injection On Aug 15, 2014 1:51 PM, Stephens, Larry V steph...@iu.edu wrote: Using information from a Ben Nadel atricle, jsStringFormat( htmlEditFormat()) seems to be

Re: More CFBuilder 3 frustration

2014-05-01 Thread Casey Dougall - Uber Website Solutions
On Thu, May 1, 2014 at 1:29 AM, Mike K afpwebwo...@gmail.com wrote: Or have it got it all wrong?Where are the fanboys now that were berating me for using Dreamweaver all these years? All these functions worked in Dreamweaver right up till Adobe decided that ColdFusion wasnt worthy of

Re: danger in increasing PostParameterLimit ?

2014-01-19 Thread Casey Dougall - Uber Website Solutions
updating the design to use fewer PostParameters. They should update the design to us XML or JSON for all those parameters. I don't understand the need for all those post parameters where you could be using json or xml in one parameter. -- Casey Dougall Über Website Solutions (518) 633-1621

Re: Adobe help viewer for ColdFusion broken

2013-07-02 Thread Casey Dougall - Uber Website Solutions
On Tue, Jul 2, 2013 at 2:45 PM, Michael Dinowitz mdino...@houseoffusion.com wrote: Does anyone know of a fix to allow me to view the various CF docs locally without having to use a PDF? Can the CF docs be added to the Adobe Help Viewer 2? (a different app) coldfusion builder... Stop

Re: ColdFusion 11?

2013-06-19 Thread Casey Dougall - Uber Website Solutions
breath for CF11 to come anytime soon ;-) Although there is the CF Summit in end of October so there is yet hope... -- Casey Dougall Über Website Solutions (518) 633-1621 Saratoga Springs, NY http://uberwebsitesolutions.com

Re: Adobe no longer supports ColdFusion??? Really?

2013-06-18 Thread Casey Dougall - Uber Website Solutions
On Tue, Jun 18, 2013 at 2:02 PM, Mark Drew mark.d...@gmail.com wrote: I thought you could get a free version of CFBuilder?? You can... go to ColdFusion Summit and you get a copy for free! http://cfsummit.adobeevents.com/

Re: Adobe no longer supports ColdFusion??? Really?

2013-06-18 Thread Casey Dougall - Uber Website Solutions
On Tue, Jun 18, 2013 at 2:41 PM, Patti, Michael mpa...@sherwood-group.comwrote: I happen to like CFBuilder, and use the free version on a regular basis, but a colleague (and a very talented CF Developer) prefers DW, even though I've tried to convince her to use CFBuilder. Up 'til now, DW

Re: SFTP with key AND password

2013-05-28 Thread Casey Dougall - Uber Website Solutions
On Tue, May 28, 2013 at 5:39 PM, Justin Scott leviat...@darktech.orgwrote: Unfortunately, the key and password arguments for CFFTP are mutually exclusive, so it will allow one or the other but not both at the same time. Are you sure, this is from cf8 docs showing key and passphrase in one

Re: A live CFML code testing tool

2013-05-20 Thread Casey Dougall - Uber Website Solutions
On Sun, May 19, 2013 at 11:41 PM, Russ Michaels r...@michaels.me.uk wrote: Feel free to hack away and let me know if you find any problems or other potential security issues. it should provide an URL so we can send people back to test code without requiring pasting into the fields like those

Re: Anyway to automatically convert to URLSESSIONFORMAT

2013-02-09 Thread Casey Dougall - Uber Website Solutions
On Fri, Feb 8, 2013 at 5:44 PM, Deborah Yoder dyo...@fes.follett.comwrote: My understanding is that the customer does not permit their employees to use cookies on their machines. So the way it is now, they can't even login to our site because we check for enabled cookies and, if not found,

Re: cfquery results--memory resident?

2013-01-06 Thread Casey Dougall - Uber Website Solutions
On Sat, Jan 5, 2013 at 8:25 AM, Russ Michaels r...@michaels.me.uk wrote: 2 simple solutions are. 1. Dont query all the data at all, instead provide a search form to get at specific records, which is usually much simpler thsn paging through hundreds or thousands of records. 2. Only query

Re: Can this be improved

2012-12-01 Thread Casey Dougall - Uber Website Solutions
On Sat, Dec 1, 2012 at 4:43 PM, Bruce Sorge sor...@gmail.com wrote: Since I have been out of CF dev for several years, I thought I would work on some simple stuff. Looking at this code below, can this be improved? I am using CF 10 with MySQL backend. I did not use stored procs because I have

Re: Anyone having issues with godaddy DNS? I can't even pull up their website.

2012-09-11 Thread Casey Dougall - Uber Website Solutions
On Tue, Sep 11, 2012 at 4:28 AM, Maureen mamamaur...@gmail.com wrote: Considering the way the hacker described this on twitter and the length of time between his initial taunt and when the sites went down, I suspect more to it than a DDOS. It sounds almost like he had his hand on the

Re: Anyone having issues with godaddy DNS? I can't even pull up their website.

2012-09-11 Thread Casey Dougall - Uber Website Solutions
On Tue, Sep 11, 2012 at 5:40 PM, Mike Z mzava...@godaddy.com wrote: Hey all, I work for Go Daddy and just wanted to let you know a bit about what happened yesterday. Go Daddy was not attacked by a DDoS and no customer data was at risk. You can see the full details about this here:

Anyone having issues with godaddy DNS? I can't even pull up their website.

2012-09-10 Thread Casey Dougall - Uber Website Solutions
I'm having issues hitting godaddy and some of my sites that use their DNS. Anyone else having this trouble? ~| Order the Adobe Coldfusion Anthology now!

Re: Anyone having issues with godaddy DNS? I can't even pull up their website.

2012-09-10 Thread Casey Dougall - Uber Website Solutions
On Mon, Sep 10, 2012 at 2:30 PM, Casey Dougall - Uber Website Solutions ca...@uberwebsitesolutions.com wrote: I'm having issues hitting godaddy and some of my sites that use their DNS. Anyone else having this trouble? Ugh! http://techcrunch.com/2012/09/10/godaddy-outage-takes-down-millions

Re: Anyone having issues with godaddy DNS? I can't even pull up their website.

2012-09-10 Thread Casey Dougall - Uber Website Solutions
On Mon, Sep 10, 2012 at 4:04 PM, Scott Stewart webmas...@sstwebworks.comwrote: Their getting DDOS'd http://techcrunch.com/2012/09/10/godaddy-outage-takes-down-millions-of-sites/ I like these lines here... Later, the AnonymousOwn3r account said in response to a question of whether he took

Re: Anyone having issues with godaddy DNS? I can't even pull up their website.

2012-09-10 Thread Casey Dougall - Uber Website Solutions
Or Delay On Mon, Sep 10, 2012 at 4:28 PM, Scott Stewart webmas...@sstwebworks.comwrote: reverb :) On Mon, Sep 10, 2012 at 4:11 PM, Russ Michaels r...@michaels.me.uk wrote: Echo? ~| Order the Adobe Coldfusion

Re: Anyone having issues with godaddy DNS? I can't even pull up their website.

2012-09-10 Thread Casey Dougall - Uber Website Solutions
On Mon, Sep 10, 2012 at 4:34 PM, Scott Stewart webmas...@sstwebworks.comwrote: but never auto-tune No, that is reserved for T-Pain only ~| Order the Adobe Coldfusion Anthology now!

Re: credit card fraud

2012-08-23 Thread Casey Dougall - Uber Website Solutions
On Thu, Aug 23, 2012 at 4:54 PM, Byron Mann byronos...@gmail.com wrote: http://www.maxmind.com/app/ccfd_features this is a pretty good service and very affordable. You might be able to hit them up for a free account if you are a non profit. This is also built into Authorize.net as well.

Re: CF10 and IIS

2012-06-15 Thread Casey Dougall - Uber Website Solutions
On Fri, Jun 15, 2012 at 10:09 AM, Russ Michaels r...@michaels.me.uk wrote: thats because you haven't got the web server page yet. you first need to choose what type of installation you want, this is exaqctly the same as previous versions. Not exactly... It installs the same and works on all

Re: CF10 and IIS

2012-06-15 Thread Casey Dougall - Uber Website Solutions
On Fri, Jun 15, 2012 at 12:43 PM, Chad Gray cg...@careyweb.com wrote: The one made in the default web site points here: C:\ColdFusion10\config\wsconfig\1 I noticed if I don't have that virtual folder the web site cannot run CFM pages. I had to add it to execute a CFM page. Chad Yeah

Re: Remove all CF comments

2012-02-28 Thread Casey Dougall - Uber Website Solutions
On Tue, Feb 28, 2012 at 8:16 AM, Michael Stemle themanchic...@gmail.comwrote: This is a pretty simple task to script, but why would one wish to remove all comments? That seems like a poor practice. because code should be self explanatory hahaha.

Re: CF 10 beta available on Adobe Labs

2012-02-20 Thread Casey Dougall - Uber Website Solutions
On Mon, Feb 20, 2012 at 1:29 PM, Gerald Guido gerald.gu...@gmail.comwrote: w00t!!! Go get some. http://labs.adobe.com/technologies/coldfusion10/ http://www.adobe.com/cfusion/entitlement/index.cfm?event=customloc=EN_USsku=FS0002946e=labs_coldfusion10 AND ColdFusion Builder 2.0.1 beta

Great Apple iOS apps steal your address book.

2012-02-09 Thread Casey Dougall - Uber Website Solutions
http://dcurt.is/stealing-your-address-book It's not really a secret, per se, but there's a quiet understanding among many iOS app developers that it is acceptable to send a user's entire address book, without their permission, to remote servers and then store it for future reference. It's common

Re: SOT: PHP The Anthem

2012-01-27 Thread Casey Dougall - Uber Website Solutions
On Fri, Jan 27, 2012 at 12:09 PM, Dave Watts dwa...@figleaf.com wrote: While they were putting this together, I was doing billable work. So, meh. Yup which wasn't on freelancer.com for $10 bucks an hour :-) ~| Order the

Re: ridiculously cheap CFML conference next month

2012-01-20 Thread Casey Dougall - Uber Website Solutions
On Thu, Jan 19, 2012 at 10:51 AM, Jason Blum jason.b...@gmail.com wrote: I know http://OpenCFSummit.org has been mentioned a few times on this list. I just wanted to share that the schedule is up and registrations are pouring in: http://opencfsummit.org/index.cfm/schedule/ Also wanted to

Re: IP analysis by country

2012-01-13 Thread Casey Dougall - Uber Website Solutions
On Fri, Jan 13, 2012 at 5:38 PM, Nick Gleason n.glea...@citysoft.comwrote: So, the question is whether there are public databases that are available for this kind of thing. Are there places where we can check IPs for country of origin without paying fees? Depending on how many look ups

Re: Very disappointing statis

2011-12-14 Thread Casey Dougall
On Wed, Dec 14, 2011 at 12:21 PM, Cameron Childress camer...@gmail.comwrote: This is but a grain of sand on the beach of web development. Look at the beach, not the individual grains of sand. Exactly. Almost 150,000,000 active websites on the interwebs. I've yet to run out of ColdFusion

Re: Very disappointing statis

2011-12-14 Thread Casey Dougall
On Wed, Dec 14, 2011 at 12:59 PM, Judah McAuley ju...@wiredotter.comwrote: Hey, I just heard Ray say that CF is dead! OMG, it must be true, spread the word!!! Adobe could at least include it in the drop down menu ;-) ~|

Re: cftransaction isolation=repeatable_read

2011-12-13 Thread Casey Dougall
On Tue, Dec 13, 2011 at 6:13 PM, Brook Davies cft...@logiforms.com wrote: I guess my question is, will this lead to performance problems? Is there a more elegant way to do this? Are you using MS SQL server? If so you only need one query which will still output rows like the first query with

Re: CF 9 with IIS 7

2011-11-29 Thread Casey Dougall
On Tue, Nov 29, 2011 at 11:50 AM, Greg Morphis gmorp...@gmail.com wrote: That'll work Russ but I'm not familiar with doing that, can you point me to a tutorial or something? How would the site be reached? Thanks download 64Bit, I just went through re-install a couple days ago and it

Re: Adobe Abandons Flex

2011-11-17 Thread Casey Dougall
On Thu, Nov 17, 2011 at 6:10 AM, mac jordan mac.jor...@gmail.com wrote: [weeps] We are writing a huge intranet app for a client, who has no such requirement, so we have to support IE6+, Fireworks, Chrome, Safari. There is more time spent on x-browser tweaking than writing CF code ...

Re: Wysiwyg editor

2011-10-24 Thread Casey Dougall
On Mon, Oct 24, 2011 at 6:34 PM, Greg Morphis gmorp...@gmail.com wrote: What Wysiwyg editor do you guys recommend? We're using the built in fckEditor and people are complaining about pop up warnings from copying and pasting from Word. I believe they are browser security issues but I'm

Re: Outputting telephone numbers

2011-10-06 Thread Casey Dougall
On Thu, Oct 6, 2011 at 11:51 AM, Andrew Scott andr...@andyscott.id.auwrote: If this format is fixed use NumberFormat with the mask. And if it's not fixed, you can use a function to spice it up. !- FUNCTION

Re: WSDL 404 Error

2011-09-23 Thread Casey Dougall
On Fri, Sep 23, 2011 at 3:38 PM, Shannon Rhodes shan...@rhodesedge.comwrote: I'm testing publishing my first web service. The CFC works fine---I can call any of the functions and dump the results to the screen. Everything I read online when researching how to turn this into a web service

Re: WSDL 404 Error

2011-09-23 Thread Casey Dougall
On Fri, Sep 23, 2011 at 3:55 PM, Casey Dougall ca...@uberwebsitesolutions.com wrote: On Fri, Sep 23, 2011 at 3:38 PM, Shannon Rhodes shan...@rhodesedge.comwrote: I'm testing publishing my first web service. The CFC works fine---I can call any of the functions and dump the results

Re: WSDL 404 Error

2011-09-23 Thread Casey Dougall
On Fri, Sep 23, 2011 at 4:33 PM, Shannon Rhodes shan...@rhodesedge.comwrote: Why would there be an issue resolving the domain? CFM files work fine from the same directory when called via url. Is there some other step to making a web service available that I'm missing here? Do you have

Re: 20USD/Hour Seriously?

2011-09-23 Thread Casey Dougall
On Fri, Sep 23, 2011 at 5:40 PM, Jenny Gavin-Wear jenn...@fasttrackonline.co.uk wrote: A little while ago a Mumbian showed me a site as an example of his design. Even the directors comments on one page were still there, they had just changed the name of the director. When I looked at the

Re: (ot) Recover Data from External Hard Drive

2011-08-29 Thread Casey Dougall
On Mon, Aug 29, 2011 at 9:01 AM, Eric Cobb cft...@ecartech.com wrote: I have a 500GB USB external hard drive on my home PC that I use to store pretty much everything. All of our pictures, financial documents, mp3s, code repositories, everything. I have the hard drive partitioned into 2

Re: CF Builder 2 oddity

2011-08-26 Thread Casey Dougall
On Fri, Aug 26, 2011 at 8:14 AM, Jeffrey Battershall jbattersh...@gmail.com wrote: Wil, I did look for that and found one .settings.xml file - that's it. I deleted this but no change in behavior. My expectation is that when creating a new CF project, a folder with the name of the

Re: Anyone care to review this image handling process?

2011-08-21 Thread Casey Dougall
On Sun, Aug 21, 2011 at 10:18 AM, Rick Faircloth r...@whitestonemedia.comwrote: I do now have a line of code that deletes in the initially uploaded image from the tempImage folder after all processing on the image is complete. That gets rid of those 5MB photos clients upload just so I can

Re: Mura or Control Panel

2011-08-17 Thread Casey Dougall
On Wed, Aug 17, 2011 at 5:58 PM, Peter Donahue pdonah...@satx.rr.comwrote: It's been a while since I've posted but I have a question for any Mura users on the list. I'm getting ready to create a new site for a client using Mura. I need to set up e-mail accounts for this particular client.

Re: ColdFusion 10 and beyond

2011-08-11 Thread Casey Dougall
On Wed, Aug 10, 2011 at 7:45 PM, Russ Michaels r...@michaels.me.uk wrote: Wordpress does a hell of a lot more than just blogging these days ray.You can build an entire site with it. You can build a entire site with Mura CMS as well :-) http://getmura.com/

Re: Weird issue with CFHTTP and redirect with cookie

2011-08-10 Thread Casey Dougall
On Tue, Aug 9, 2011 at 2:42 PM, kbutte...@yahoo.com kbutte...@yahoo.com kbutte...@yahoo.com wrote: Hi all, I am working on a screen-scraper app, and I have a site that has an disclaimer front page. You have to click on the I understand button and then you are redirected to the

Re: ColdFusion 10 and beyond

2011-08-09 Thread Casey Dougall
On Tue, Aug 9, 2011 at 1:00 PM, Richard Steele r...@photoeye.com wrote: I'm concerned that at some point Adobe will pull the plug on CF as free PHP continues to grow its user base. I know that there is an open source version of CF, but I'm not sure if it has Enterprise features such as the

Re: giving users a selection of email type

2011-08-04 Thread Casey Dougall
Yeah, you also need to put text before html in order for it to show HTML in Gmail if I recall cfmail cfmailparam type=text This is your plain text /cfmailparam cfmailparam type=html pThis is your html/p /cfmailparam /cfmail In order for On Thu, Aug 4, 2011 at

Re: Committing Line by Line Changes?

2011-07-27 Thread Casey Dougall
Hi, Yeah Subversive SVN plugin for eclipse and ColdFusion builder does this, you can commit a file, folder or when you click on the whole project folder select ONLY certain files contained within the project that you want to commit and leave the rest alone. On Wed, Jul 27, 2011 at 12:16 PM,

Re: CF 301 Redirect on an HTML page

2011-05-05 Thread Casey Dougall
On Thu, May 5, 2011 at 3:05 PM, Chris Bracciano bracc...@gmail.com wrote: Hello all- I have a rather strange request. I have old web pages that Google is still finding links for so I want to utilize this power. These old links have new equivalents. The problem is, the old links are so old

Re: CF Builder setup - plugin or standalone?

2011-05-04 Thread Casey Dougall
On Wed, May 4, 2011 at 9:54 AM, Rachel Lehman raeleh...@gmail.com wrote: I'm thinking of rebuilding my environment using the CFB standalone, then installing Mylyn /Foglyn (Mylyn may be included in CFB, not sure) and MercurialEclipse as plugins. Has anyone done this and how well does it work?

Re: Can't open cfadmin after installing CFBuilder Beta 2

2011-04-29 Thread Casey Dougall
On Fri, Apr 29, 2011 at 11:34 AM, Rick Faircloth r...@whitestonemedia.comwrote: Hi, all... Can anyone think of something I may have set when installing CFBuilder Beta 2 that would cause the CFAdmin not to open? (CF9) is localhost (default site) still setup/on in IIS? I never had any

Re: Can't open cfadmin after installing CFBuilder Beta 2

2011-04-29 Thread Casey Dougall
On Fri, Apr 29, 2011 at 1:08 PM, Rick Faircloth r...@whitestonemedia.comwrote: I tried with and without the port number appended to the IP address...both got the same cannot display the webpage response... actually my admin page doesn't come up with ip address either. I need to use

Re: Can't open cfadmin after installing CFBuilder Beta 2

2011-04-29 Thread Casey Dougall
On Fri, Apr 29, 2011 at 1:41 PM, Rick Faircloth r...@whitestonemedia.comwrote: Nope... adding 127.0.0.1 localhost to the hosts file didn't help or change anything. System Restore Time :-) ~| Order the Adobe Coldfusion

Re: OT question - is this real or phishing?

2011-04-20 Thread Casey Dougall
On Wed, Apr 20, 2011 at 6:27 PM, Wil Genovese jugg...@trunkful.com wrote: Has anyone received emails like this for any of their domains? I'm trying to decide if this is some far fetched phishing expedition or a serious inquiry. I do own the domain in question and it's also registered as

Re: Do people still name their UPDATE, INSERT DELETE queries?

2011-03-15 Thread Casey Dougall
On Tue, Mar 15, 2011 at 10:26 AM, Dain Anderson da...@terradotta.comwrote: I may have missed conversation of this over the years, so I figured I would ask. What's the current take on this (old?) practice? If I have a CFC function that deletes a record, and that CFC contains a single query,

Re: Serving Content based on Geolocation of IP address

2011-03-10 Thread Casey Dougall
On Thu, Mar 10, 2011 at 12:30 PM, Rick Faircloth r...@whitestonemedia.comwrote: If the client just wants reports on country of origin, Google Analytics provides that info for free. http://ipinfodb.com/ also offers a free API you can use to lookup location info, it has worked for me in the

Re: Alert Pay API using ColdFusion

2011-03-03 Thread Casey Dougall
On Thu, Mar 3, 2011 at 12:07 PM, Dave Hatz daveh...@hatzventures.orgwrote: Alert Pay I don't use Alert Pay but I looked through the developer docs, it's just a URL post API, nothing fancy here. Just use CFHTTP and log the results back and continue with the order or decline it depending on

Re: How secure is RDS

2011-02-28 Thread Casey Dougall
On Mon, Feb 28, 2011 at 7:02 PM, Bryan Stevenson br...@electricedgesystems.com wrote: OK then Nic/Mark http://www.adobe.com/devnet/flex/articles/fcf_ataglance_flex_coldfusion.html Seems to contradict you guys I'd love a non-webservice and non-RDS enabled solution, but Adobe

(ot) People using your shop cart to test credit cards.

2011-02-25 Thread Casey Dougall
Hi, This comes up from time to time and it's truly been a pain to stop completely. I'm wondering what some of you are doing that could help me fight this type of fraudulent activity. I've got checks in place for ipAddress, use of similar names on or addresses on multiple decline attempts,

Re: (ot) People using your shop cart to test credit cards.

2011-02-25 Thread Casey Dougall
On Fri, Feb 25, 2011 at 2:37 PM, Robert Harrison rob...@austin-williams.com wrote: All different names and addresses and credit card numbers but similar enough to know it was same person. The part where you say and credit card numbers is a bit scary. How do you know that unless you're

Re: Big XML files processing Really s-l-o-w. Solution?

2011-02-14 Thread Casey Dougall
On Mon, Feb 14, 2011 at 5:44 PM, Matt Robertson websitema...@gmail.comwrote: My question is how do I reduce processing time... is there anything I could be doing better? I am tasked with doing an import on a file whose size can essentially be unlimited. We've been able to handle in the

Re: Big XML files processing Really s-l-o-w. Solution?

2011-02-14 Thread Casey Dougall
On Mon, Feb 14, 2011 at 6:27 PM, Mark Mandel mark.man...@gmail.com wrote: Either that, or start looking at something like StaX - http://stax.codehaus.org/Home Pulling that large a file in memory is going to suck a lot, no matter what you do. Mark yeah, I don't know, still seems better

Re: Big XML files processing Really s-l-o-w. Solution?

2011-02-14 Thread Casey Dougall
On Mon, Feb 14, 2011 at 7:07 PM, Matt Robertson websitema...@gmail.comwrote: Client is running mySQL, But a SQL Server could probably be arranged if we have to. Kind of a painful investment for them, though. Well seems there is support for this in mysql as well but examples use something

Re: Looking for CF/Adobe Network group in Chicago

2011-02-08 Thread Casey Dougall
On Tue, Feb 8, 2011 at 5:55 PM, Terry Troxel terry.tro...@gmail.com wrote: Hey, is this the INTERNET world? Are we having a hard time finding the funds to have a big Coldfusion Extravaganza to host, participate in, attend, etc.? You mean like? http://www.meetup.com/coldfusionmeetup/

Re: Multiple applications with a single codebase issues

2011-02-08 Thread Casey Dougall
On Tue, Feb 8, 2011 at 8:19 PM, Dave Watts dwa...@figleaf.com wrote: I have it set up so that IIS sees the root directory of the CMS software as each web sites' root, and then I set up a virtual directory to the site-specific content for each domain. Perhaps you could reverse this -

Re: Looking for CF/Adobe Network group in Chicago

2011-02-08 Thread Casey Dougall
On Tue, Feb 8, 2011 at 10:09 PM, Joshua O'Connor-Rose joshua.oconnorr...@gmail.com wrote: While CFMeetup is great and there are awesome presentations going on it's not exactly a networking opportunity for folks in the area. I participate in the web events and they are great, but networking

Re: ColdFusion Builder: Plug-In vs. Standalone

2011-02-03 Thread Casey Dougall
On Thu, Feb 3, 2011 at 10:40 AM, Donnie Carvajal donnie.carva...@transformyx.com wrote: I am getting a new machine and we are installing all of the software. I am running Builder as a plug-in now and it is very flaky and a lot of features don't work (i.e. tag completion, code coloring is

Re: Should I build my app as an API?

2011-02-02 Thread Casey Dougall
On Wed, Feb 2, 2011 at 9:40 AM, Eric Cobb cft...@ecartech.com wrote: What is this documentation that you speak of? Programmers don't need directions! Just connect to it and poke around and see what happens! ;) We do this so we can tell others to RTFM!

Re: Coldfusion Hosting

2011-01-28 Thread Casey Dougall
On Fri, Jan 28, 2011 at 1:49 PM, Adam Bourg adam.bo...@gmail.com wrote: Can anyone recommend a decent yet cheap web host for ColdFusion? Right now I'm hosting my site at DreamHost (Simple wordpress as CMS site). I'm looking for SQL PHP 5 and Coldfusion 8 support all under $6. Am I

Re: why is cf_builder so expensive?

2011-01-27 Thread Casey Dougall
Builder sucks, doesn't even run WTF !SESSION Thu Jan 27 09:37:26 EST 2011 -- !ENTRY org.eclipse.equinox.launcher 4 0 2011-01-27 09:37:26.237 !MESSAGE Exception launching the Eclipse Platform: !STACK java.lang.ClassNotFoundException:

Re: why is cf_builder so expensive?

2011-01-26 Thread Casey Dougall
On Wed, Jan 26, 2011 at 7:01 AM, Raymond Camden rcam...@gmail.com wrote: While I've not heard any firm dates, nor do I expect to, I'd like to know where you get this 'CFX is 3 years away' statement. Did Adam say this? Did anyone at Adobe say this? If I buy CFBuilder today and a new one

Re: why is cf_builder so expensive?

2011-01-26 Thread Casey Dougall
On Wed, Jan 26, 2011 at 9:09 AM, Eric Roberts ow...@threeravensconsulting.com wrote: I think we need to move where you guys live...if you can be so flippant about $300, pay must be pretty awesome there... What I wish they would do is offer a version without flash for less. I don't ever

Re: why is cf_builder so expensive?

2011-01-26 Thread Casey Dougall
On Wed, Jan 26, 2011 at 11:09 AM, Mark A. Kruger mkru...@cfwebtools.comwrote: Kelly yeah - I'll get you a license (sigh) reseller? got a link ;-) ~| Order the Adobe Coldfusion Anthology now!

Re: wireframe for developers

2011-01-18 Thread Casey Dougall
On Tue, Jan 18, 2011 at 10:47 AM, Michael Grant mgr...@modus.bz wrote: Ultimately it's whatever works best for you. The nice part of wireframing is that it clearly defines your layout before you've used any of your design budget. That way you don't have to redesign anything if the layout

Re: Bug in CFAdmin?

2010-12-23 Thread Casey Dougall
On Thu, Dec 23, 2010 at 2:24 PM, Dave Watts dwa...@figleaf.com wrote: With IIS, you may have to do a bit more than simply make the folder unavailable through anonymous access, as the ISAPI filter installed by CF will automatically respond to any URL containing

Re: FileHandles in memory

2010-12-14 Thread Casey Dougall
On Tue, Dec 14, 2010 at 6:05 PM, Rick Root rick.r...@gmail.com wrote: cfset session.fh = FileOpen(/path/to/file) probably error, it needs mode FileOpen(*filepath*, [*mode*, *charset*]) ~| Order the Adobe Coldfusion

Re: Is this expected behaviour for a table in a cfc passed back?

2010-12-08 Thread Casey Dougall
On Sun, Dec 5, 2010 at 6:31 AM, Stephen Cassady stephen.cass...@lopedia.com wrote: table fieldset trtdtest/td/tr /fieldset /table Fieldset is a Form tag item not a Table item. table border=1 thead tr thMonth/th thSavings/th /tr /thead

cfhttp connection timeout - best way to loop or re-try?

2010-11-18 Thread Casey Dougall
Hi, I have a cfhttp call in a cfc that from time to time receives a connection timeout. I'd like to just retry the call again, but not sure of best way to start the call over. I actually don't want to start the whole thing over, just re-try the cfhttp call if it receives a connection timeout.

Re: cfhttp connection timeout - best way to loop or re-try?

2010-11-18 Thread Casey Dougall
On Thu, Nov 18, 2010 at 1:47 PM, John M Bliss bliss.j...@gmail.com wrote: fset success = cfset attempts = 0 cfloop condition=success is not 1 and attempts lt 4 cfset attempts = attempts + 1 cftry cfhttp ... timeout=60 ... cfset success = 1 cfcatch cfset

Re: How can we create event calendar from CF

2010-11-01 Thread Casey Dougall
On Mon, Nov 1, 2010 at 4:52 AM, Ramakrishna sabarish saba@gmail.comwrote: Hi...can u help me to create a event calendar What specifically are you having troubles with? Here is a complete calendar system that may assist with your project.

Re: hostek.com - is anyone else experiencing extreme downtime today

2010-10-27 Thread Casey Dougall
On Wed, Oct 27, 2010 at 5:24 AM, Mike Little m...@nzsolutions.co.nz wrote: several of our sites have been down for at least 4 hours now. we think the problem appears to be their connection to mysql. even their own faq page has been down for ages with the following error... My sites seem

Re: Query Var Disappears

2010-10-26 Thread Casey Dougall
On Tue, Oct 26, 2010 at 1:40 PM, Matt Quackenbush quackfu...@gmail.comwrote: You sure it's finding a value to insert from other table? And this query variable name is unique? other then that, I always use output inserted.fieldNames as it's one statement instead of two. cfquery name=tmp

Re: Importing from CSV to a database

2010-10-21 Thread Casey Dougall
On Thu, Oct 21, 2010 at 1:03 PM, Ketan Jetty kje...@yahoo.com wrote: Another way to do this is read the file, loop thru the lines and massage the data as wanted when inserting into the database. This way you can have better control on the data manipulation. cfloop

Re: Using CF to manage ads shown on Blogger

2010-09-22 Thread Casey Dougall
On Wed, Sep 22, 2010 at 4:58 AM, Russ Michaels r...@michaels.me.uk wrote: Ray the exchange has far more in it than riaforge, especially in this particular category. www.openx.org is free and still the best solution I've seen, it's also not listed on adobe or riforge ;-) It may be a bit

Re: Using CF to manage ads shown on Blogger

2010-09-22 Thread Casey Dougall
On Wed, Sep 22, 2010 at 10:06 AM, Michael Grant mgr...@modus.bz wrote: (Psst. we're hijacking this thread rather successfully. Are you sure this isn't cf-comm?) Remember the time when hotscripts.com had more perl scrips than php ;-)

Re: Chat or IM program

2010-09-17 Thread Casey Dougall
On Fri, Sep 17, 2010 at 8:09 AM, Rick Sanders c...@webenergy.ca wrote: Hey all, I was wondering if there is a chat or IM program out there in CF similar to Facebook. It's for a dating website. Coding this from scratch would take awhile so if someone knows of anything let me know.

Re: CFParam vs. IsDefined

2010-09-01 Thread Casey Dougall
On Wed, Sep 1, 2010 at 5:56 PM, Rick Root rick.r...@gmail.com wrote: Personally I like to cfparam things that I know are supposed to exist, and I will go both ways on page variables that may or may not exist. I prefer to param it and then test for a valid value than to test for

Re: best 301 method

2010-08-17 Thread Casey Dougall
On Tue, Aug 17, 2010 at 12:38 PM, Matthew Smith chedders...@gmail.comwrote: Which is preferred? cfheader statuscode=”301″ statustext=”Moved permanently” / cfheader name=”location” value=” http://www.mysite.com/new-location-for-content/” / or cflocation url =

Re: Global Include Paths

2010-08-06 Thread Casey Dougall
On Fri, Aug 6, 2010 at 8:16 AM, Byte Me byteme...@verizon.net wrote: Is the term Global Include Paths as used here: http://www.houseoffusion.com/cfdocs1/cfmx/Developing_ColdFusion_MX_Applications_with_CFML/CFXTags7.html, actually referring to the Environment Varibles? Before you can use

Re: Dreamweaver / CF9

2010-07-21 Thread Casey Dougall
On Wed, Jul 21, 2010 at 11:26 AM, Matthew Gersting mgerst...@gmail.comwrote: Hey everyone, I've downloaded and installed the latest CF/DW extension, but I'm still not getting code hinting for new attributes (ie, accessors) or syntax highlighting for script-based CFCs. Is this a bug, a

Re: CF9.0.1 Update and IIS7

2010-07-21 Thread Casey Dougall
On Wed, Jul 21, 2010 at 12:12 PM, Matt Quackenbush quackfu...@gmail.comwrote: OK, so the other day I installed the CF9.0.1 update when it came out. My environment is Windows 7 (64 bit), CF9.0.1 in a multi-server (JRun) configuration. I went to add a site today via the Web Server

Re: ColdFusion Blogging Engines

2010-07-12 Thread Casey Dougall
On Mon, Jul 12, 2010 at 12:57 PM, Jake Churchill reyna...@gmail.com wrote: Yeah, I agree. I'm no designer either, but I enjoy a slick UI. I'll try Mango and if that doesn't work out I'll probably fall back to BlogCFC. Well, that could be going further and further by the waste side with

Re: Looking for a CF Recipe script!

2010-07-09 Thread Casey Dougall
On Thu, Jul 8, 2010 at 6:13 PM, Raymond Camden rcam...@gmail.com wrote: I'm sorry - but I still say the guy who invented arrays was drunk and came up with the its an offset excuse later on to explain the whole 0 based thing. That's why I continue to avoided them like the plague. Darn

Re: Looking for a CF Recipe script!

2010-07-09 Thread Casey Dougall
On Fri, Jul 9, 2010 at 4:40 PM, Michael Grant mgr...@modus.bz wrote: Good thing I started handing off most of my XML reply messages from API's straight to MS SQL server, so much simpler ;-) Especially if you're working with a large xml result set. It's s quick to just stick it

  1   2   3   4   5   6   7   8   >