Re: ColdFusion 9 on Java 8

2015-03-12 Thread Andy G
Also, don't forget that with Java 8 you will not have access to any ODBC datasources as they have removed the JDBC-ODBC bridge in Java 1.8. This is a non-issue for most, but for company's like ours that provide middleware for legacy applications using older dBase, FoxPro, etc. back ends,

Re: Selling ColdFusion License?

2015-01-06 Thread Andy Allan
http://helpx.adobe.com/x-productkb/policy-pricing/transfer-product-license.html I think Adobe used to be particular picky about this, but EU law meant their issues could never be held to account in Europe anyway. Ultimately, no, there shouldn't be any issues. Andy On 6 January 2015 at 15:15

validate w/ regular expressions in cftextarea cf9 not working

2014-07-07 Thread andy mann
[ToolbarSets][BasicPlus] = [ ['SpecialChar','Bold','Italic','Underline','StrikeThrough','Link', 'Unlink','-','Cut','Copy','Paste', 'Find','Replace', '-','FontFormat','FontName','FontSize','TextColor'] ]; editorInstance.EditorWindow.parent.FCK.ToolbarSet.Load('BasicPlus') ; } /script tnx in advance andy

Re: Source control in CF

2013-01-30 Thread Andy Ousterhout
Why not just have a local VMware image for developer unit testing? Sent from my iPhone On Jan 31, 2013, at 7:51 AM, Michael Christensen mich...@strib.dk wrote: First of, let me thank all of you for your (quite lively) inputs. The discussion did spiral a bit out of control in a GIT vs SVN

searching between 2 date fields with where in cfquery

2012-12-02 Thread Andy Mann
is saving now as 1/1/2012 01:30:00AM or some such... cfquerey at this point looks like: SELECT * FROM schdl WHERE (cID = #cID#) AND tnx in advance andy ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe

Re: latest Adobe-approved 1.6 JDK ?

2012-11-09 Thread Andy Allan
http://blogs.coldfusion.com/post.cfm/minor-java-upgrades-in-coldfusion On Friday, 9 November 2012, Chris 0404tow...@gmail.com wrote: Hi, our security folks have asked for something more recent that the Adobe approval for JDK 1.6.0_24 here

Re: Justify text in CFDOCUMENT?

2012-09-25 Thread Andy Allan
. Live with it (meh) 2. Use iText. Andy On 25 September 2012 21:49, .jonah jonah@creori.com wrote: I'm creating HTML with CF and then converting it to a PDF with CFDOCUMENT. It doesn't seem to support justifying text. Is there a way to make it do so? I've set in the CSS: p { text

RE: cfmail settings

2012-08-30 Thread Andy Tyrone
about a week later (after emails stopped arriving) that the service wasn't set to automatic startup by default! Andy ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155

Re: Coldfusion 10: Scheduling Daily Task is Advanced?

2012-05-28 Thread Andy Allan
Daily tasks use crontime under the hood, and that's currently an Enterprise only feature, hence the message. The CF team are going to make crontime available in Standard via an update, and this will fix this particular problem. A workaround for now is to use Daily every. Andy On 28 May 2012

Re: Coldfusion 10: Scheduling Daily Task is Advanced?

2012-05-28 Thread Andy Allan
I already knew about it from the private pre-release, but you can follow the public info on the bugbase. https://bugbase.adobe.com/index.cfm?event=bugid=3194817 Andy On 29 May 2012 00:15, Dorioo dor...@gmail.com wrote: Wow. Thank you, Andy. Where did you hear about this issue? I'd like

Re: Question for UK List Members

2012-05-23 Thread Andy Allan
to infrastructure and support. We host all our sites and apps on their UK and US Cloud platform. Andy On 23 May 2012 09:31, Edward Chanter firew...@cc.uk.com wrote: I'm currently investigating a new UK hosting solution and I was hoping to pick people's brains: 1. Can anyone recommend one or two good

Re: Question for UK List Members

2012-05-23 Thread Andy Allan
cfmxhosting / bluethunder are essentially one and the same. On 23 May 2012 09:59, Jude Blacklaw judeblack...@gmail.com wrote: I can recommend www.cfmxhosting.co.uk most of the others I have tried over the years were rubbish  or turned out of be resellers for the rubbish ones. So far these

RE: Coldfusion Hosting

2012-05-20 Thread andy matthews
I've been using Gearhost for the past 6 or 7 years and they've been great. $20-ish I believe. andy -Original Message- From: Phillip Vector [mailto:vec...@mostdeadlygame.com] Sent: Sunday, May 20, 2012 9:33 PM To: cf-talk Subject: Coldfusion Hosting So I know it's been discussed

SOT: JavaScript MVC with Ember.js

2012-05-15 Thread andy matthews
Today Devnet released an article that I wrote on a JavaScript MVC framework called Ember.js. http://www.adobe.com/devnet/html5.html If you're familiar with Backbone, Spine, or Angular, then you might be interested in this article. Hope you like it. andy

RE: date and time from two different inputs query a single datetime field

2012-05-10 Thread andy matthews
Give the fields the same name. In most languages that results in a commadelimited value which you could then strip out. You could also just concatenate them together in your queryparam: cfqueryparam value=#trim(form.xdate_use)##trim(form.xtime)# cfsqltype=CF_SQL_DATE / -Original

RE: CFIMAGE Killing the Server

2012-05-07 Thread andy matthews
Are you informing the user when a specific image is rejected? -Original Message- From: Robert Harrison [mailto:rob...@austin-williams.com] Sent: Monday, May 07, 2012 10:59 AM To: cf-talk Subject: RE: CFIMAGE Killing the Server We found the problem. It was choking on CYMK images.

RE: (ot) Large web space hosts

2012-04-26 Thread andy matthews
Dropbox might also be an option: https://www.dropbox.com/pricing andy -Original Message- From: Kevin Parker [mailto:tras...@internode.on.net] Sent: Thursday, April 26, 2012 5:50 AM To: cf-talk Subject: (ot) Large web space hosts Apologies for the OT - looking for little off list

Verity Spider and meta tags

2012-04-25 Thread Andy Tyrone
as the version 9 style file, so I assume that isn't it. I also created a style.zon file and excluded the meta element, but that didn't seem to work either. Thanks for any help you can provide! Andy ~| Order the Adobe Coldfusion

Verity Spider and meta tags

2012-04-25 Thread Andy Tyrone
. Thanks for any help you can provide! Andy ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk

RE: REST on Pre CF 10?

2012-04-19 Thread andy matthews
Sean Corfield's FW/1 can also do REST using URL Routes https://github.com/seancorfield/fw1 https://github.com/seancorfield/fw1/wiki/Developing-Applications-Manual (search for URL Route) andy -Original Message- From: Matt Quackenbush [mailto:quackfu...@gmail.com] Sent: Monday

Re: CF 10 Release

2012-04-17 Thread Andy Allan
Now THAT is where I'm putting my money. On 17 April 2012 04:07, Wil Genovese wilg...@gmail.com wrote: Actually, I'm hoping they release if at cf.Objective() in Minneapolis next month. Sent from my iPad, enjoy the auto replace typos :) On Apr 16, 2012, at 9:26 PM, AJ Mercer

Re: CF 10 Release

2012-04-17 Thread Andy Allan
://www.andyscott.id.au/ Google+: http://plus.google.com/108193156965451149543 On Tue, Apr 17, 2012 at 9:51 PM, Andy Allan andy.al...@gmail.com wrote: Now THAT is where I'm putting my money. ~| Order the Adobe Coldfusion Anthology now! http

Re: CF 10 Release

2012-04-17 Thread Andy Allan
I'll take that bet. On 17 April 2012 14:28, Raymond Camden raymondcam...@gmail.com wrote: Anybody want to take a bet with me? ;) On Tue, Apr 17, 2012 at 7:40 AM, Andrew Scott andr...@andyscott.id.au wrote: I already own a copy of that :-) -- Regards, Andrew Scott WebSite:

RE: FusionReactor - Development server

2012-04-14 Thread andy matthews
and therefore require a license. andy -Original Message- From: Bobby [mailto:bo...@acoderslife.com] Sent: Saturday, April 14, 2012 8:31 AM To: cf-talk Subject: FusionReactor - Development server I figured if anyone knew the answer to this (outside of FR Support), it would be someone on this list

RE: Javascript test in ColdFusion

2012-04-04 Thread andy matthews
My pleasure RR. andy -Original Message- From: Robert Rhodes [mailto:rrhode...@gmail.com] Sent: Wednesday, April 04, 2012 7:05 PM To: cf-talk Subject: Re: Javascript test in ColdFusion Thanks to all for the suggestions on this. I went with the approach below and it worked well

RE: random records no duplicates

2012-03-29 Thread andy matthews
Agreed. Simple to store a list of already asked questions in the session scope. andy -Original Message- From: .jonah [mailto:jonah@creori.com] Sent: Thursday, March 29, 2012 4:12 AM To: cf-talk Subject: Re: random records no duplicates Another way is to leave the already asked

RE: Clean URL's

2012-03-26 Thread andy matthews
Dominic had the best answer then. Using mod_rewrite for Apache or ISAPI_REWRITE for IIS is your best bet. Depending on your site you could hardcode existing links, or come up with a regex pattern that matches existing links. andy -Original Message- From: Rick T [mailto:rtuinenb

RE: Javascript test in ColdFusion

2012-03-26 Thread andy matthews
that it's not quite as simple as understanding JS...you should be checking for specific functionality using something like Modernizr. http://www.modernizr.com/ andy -Original Message- From: Robert Rhodes [mailto:rrhode...@gmail.com] Sent: Monday, March 26, 2012 12:00 PM To: cf-talk

RE: [OT] Adobe.com / Cisco.com - Same CMS ?

2012-03-14 Thread andy matthews
I think it's just that go is a common verb. andy -Original Message- From: IT (Pradeep Viswanathan) [mailto:prade...@emiratesnbd.com] Sent: Wednesday, March 14, 2012 5:35 AM To: cf-talk Subject: [OT] Adobe.com / Cisco.com - Same CMS ? Just wondering if Adobe and Cisco.com run

RE: (ot) Places to post a CF opening

2012-03-06 Thread andy matthews
You can pay a small fee to post it on Ben Nadel's job board. I believe he donates the money to charity. andy -Original Message- From: Gerald Guido [mailto:gerald.gu...@gmail.com] Sent: Tuesday, March 06, 2012 9:12 AM To: cf-talk Subject: (ot) Places to post a CF opening We have

RE: strip off HTML

2012-02-12 Thread andy matthews
Uwe... At a guess, I'd say that the * might be a little too aggressive. Try a plus instead: cfset textstr = REReplace(str,'[^]+','','all') andy -Original Message- From: Uwe Degenhardt [mailto:cf-t...@sdsolutions.de] Sent: Sunday, February 12, 2012 8:53 AM To: cf-talk Subject

RE: ridiculously cheap CFML conference next month

2012-01-20 Thread andy matthews
Yeah, I went the first year when it was CFinNC and it was fantastic. andy -Original Message- From: Justin Scott [mailto:leviat...@darktech.org] Sent: Thursday, January 19, 2012 11:37 PM To: cf-talk Subject: Re: ridiculously cheap CFML conference next month But will NCDevCon

RE: ridiculously cheap CFML conference next month

2012-01-19 Thread andy matthews
But will NCDevCon be taking place this year? I've heard different stories. andy -Original Message- From: Justin Scott [mailto:leviat...@darktech.org] Sent: Thursday, January 19, 2012 11:11 PM To: cf-talk Subject: Re: ridiculously cheap CFML conference next month Forgive the sales

RE: OT/JS: Trouble outputting individual products instead of entire list

2012-01-16 Thread andy matthews
You want similar functionality in both places, I'd write a function that does it that you can apply to both sections. If it still doesn't behave the same then your XML might be different. andy -Original Message- From: Rick Faircloth [mailto:r...@whitestonemedia.com] Sent: Sunday

RE: Convert php to cfm

2012-01-11 Thread andy matthews
Tom... If you're using CF8 or above, then you already have JSON functions built in. cfset myArray = ['andy', 'jaime'] cfset json = SerializeJSON(myArray) cfset newArray = DeserializeJSON(json) http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=functions_ c-d_43.html#5176845

RE: CFimage to draw a triangle

2011-12-25 Thread andy matthews
cfscript t = ImageNew('', 300,300,'argb'); ImageSetAntialiasing(t); ImageSetDrawingColor(t,'00'); ImageDrawLines(t,[0,300,0],[0,150,300],'yes','yes'); ImageWrite(t,'/Users/andy/Sites/triangle.png'); /cfscript img src=/triangle.png / -Original

Solr error on indexing collection of 700k records

2011-12-22 Thread Andy Hudson
Hello, I am using CF9.0.1 and am having terrible trouble indexing large recordsets. In this instance, I am trying to index a collection of nearly 500,000 records, but around the 400,000 mark Solr is returning an error: org.apache.commons.httpclient.ProtocolException: Unbuffered entity

RE: Is CFMAIL reliable??

2011-12-05 Thread andy matthews
Brook... Haven't used CFMail heavily for a year or so, but I've always found it fairly reliable. Occasionally you have to check the undelivr folder, but then I wrote a service to do that for me: http://undelivrnator.riaforge.org/ andy -Original Message- From: Brook Davies

RE: HTML5 Browser Support

2011-11-16 Thread andy matthews
Not to agree with Ray but has anyone seen Firefox's version number lately? They've literally gone through 3 major release numbers in like 3 months. At the beginning of this year they were on 3. or 4. They just released v8 last week. andy -Original Message- From: Raymond Camden

RE: Adobe Abandons Flex

2011-11-16 Thread andy matthews
Not fair to say stupid enough. Many of those apps were written back when IE6 was 80-90% of the browser market. Are you writing apps that target Chrome and Firefox right now? Same thing. -Original Message- From: Maureen [mailto:mamamaur...@gmail.com] Sent: Wednesday, November 16, 2011

RE: Adobe Abandons Flex

2011-11-16 Thread andy matthews
I'm sure you do, good for you. Were you around during the late 90s and the browser wars? We didn't have the luxury in many cases of either cross-browser libraries or foresight enough to think a specific browser would be around for a decade. andy -Original Message- From: Maureen

Re: Printing barcodes

2011-11-11 Thread andy
Keith Would you mind sharing the code to create the pdf? I am working on the same problem and haven't got a workable solution yet. Andy --Original Message-- From: Keith McGee To: cf-talk ReplyTo: cf-talk@houseoffusion.com Subject: Re: Printing barcodes [spamtrap bayes][spamtrap heur

RE: Adobe drops Flsh for mobile devices

2011-11-10 Thread andy matthews
blog about ColdFusion? :D andy -Original Message- From: Irvin Gomez [mailto:ir...@pixel69.com] Sent: Thursday, November 10, 2011 10:33 PM To: cf-talk Subject: Re: Adobe drops Flsh for mobile devices To be clear - CFLib is slow to update because I'm 200% busy. If I didn't have work

Re: CFFTP secure bug?

2011-11-08 Thread Andy Allan
You haven't mentioned which version of CF you're using, but there was a bug in CF9.0 with SecureFTP. It's fixed in 9.01 (8.01 is fine too). Andy On 8 November 2011 21:29, Yuliang Ruan yuliangr...@hotmail.com wrote: having a wierd issue here.   i believe it may be a bug in CF. code: cfftp

Re: CF Standard License

2011-09-23 Thread Andy Allan
No, that's incorrect. You can buy licenses through Adobe or any of their resellers, of which you have general such as Amazon, or dedicated such as ourselves (Fuzzy Orange). Andy On 23 September 2011 18:45, Richard White rich...@j7is.co.uk wrote: Hi, Am i right in understanding

RE: 20USD/Hour Seriously?

2011-09-23 Thread andy matthews
To be fair, someone in the US is as likely to rip you off as someone in India. andy -Original Message- From: Jenny Gavin-Wear [mailto:jenn...@fasttrackonline.co.uk] Sent: Friday, September 23, 2011 4:41 PM To: cf-talk Subject: RE: 20USD/Hour Seriously? A little while ago a Mumbian

RE: 20USD/Hour Seriously?

2011-09-22 Thread andy matthews
Not to mention that $20 an hour is still a pretty damn good wage comparitively. Better than making $6.50 flipping burgers at McDonalds. andy -Original Message- From: Gerald Guido [mailto:gerald.gu...@gmail.com] Sent: Thursday, September 22, 2011 9:12 PM To: cf-talk Subject: Re: 20USD

RE: Management API?

2011-08-28 Thread andy matthews
tasks. andy -Original Message- From: Richard White [mailto:rich...@j7is.co.uk] Sent: Sunday, August 28, 2011 5:48 AM To: cf-talk Subject: Management API? Hi, i am creating a management API to manage my clients' software. The benefit is that at a click of it will setup or delete

RE: ColdFusion 10 and beyond

2011-08-09 Thread andy matthews
How sad is it that the ColdFusion team blog is using WordPress? Why not BlogCFC or MangoBlog? andy -Original Message- From: Guust Nieuwenhuis [mailto:i...@lagaffe.be] Sent: Tuesday, August 09, 2011 12:51 PM To: cf-talk Subject: Re: ColdFusion 10 and beyond Richard, The next

Re: ColdFusion 10 and beyond

2011-08-09 Thread Andy Allan
Like it or not both pale in comparison massively to wordpress. Plus the CF team won't be in charge of what blogging system is used company wide Sent from my iPhone On 9 Aug 2011, at 19:06, andy matthews li...@commadelimited.com wrote: How sad is it that the ColdFusion team blog is using

RE: NCDevCon

2011-08-09 Thread andy matthews
Yeah... Anything Ray says in public NOW is canon...remember that. andy -Original Message- From: Raymond Camden [mailto:raymondcam...@gmail.com] Sent: Tuesday, August 09, 2011 2:27 PM To: cf-talk Subject: NCDevCon Forgive the slightly commercial note, but please consider going

Re: geocode database - world cities

2011-06-24 Thread andy menych
Have a look at http://worldcitiesdatabase.info . For a fraction of what the competition charges ($4.99), you get a perfectly manageable database of world cities. It only has about 70,000 entries, which makes it ideal for multi-level location selector scripts.

RE: Replace cfhttp with jquery.post()

2011-05-06 Thread andy matthews
Simplest thing to do would be to put the cfhttp call into a cfc, then call that from jQuery. andy -Original Message- From: David Mineer Jr [mailto:min...@gmail.com] Sent: Friday, May 06, 2011 7:53 PM To: cf-talk Subject: Re: Replace cfhttp with jquery.post() K, hold up. This has

RE: Synonym Dictionary

2011-04-30 Thread andy matthews
You could look into using SOUNDEX in MySQL. -Original Message- From: Richard White [mailto:rich...@j7is.co.uk] Sent: Saturday, April 30, 2011 10:27 AM To: cf-talk Subject: Synonym Dictionary Hi, We use ColdFusion and MySQL (innodb) in our applications and when users search for data

Re: Regex Question

2011-04-28 Thread Andy Matthews
That seems like it might do the trick: http://regexr.com?2tl99 Could be as simple as \w{3} Would that do it (searching for 3 consecutive word characters)? -- Charlie Griefer http://charlie.griefer.com I have failed as much as I have succeeded. But I love my life. I love my wife.

RE: Question about API wrapper design

2011-04-16 Thread andy matthews
The person method was private, only called by the other methods. andy -Original Message- From: Jeff Gladnick [mailto:jeff.gladn...@gmail.com] Sent: Saturday, April 16, 2011 10:55 PM To: cf-talk Subject: Re: Question about API wrapper design hmm. This sounds too complicated

RE: Question about API wrapper design

2011-04-15 Thread andy matthews
What I did in some of my projects was to have a base method person that the other methods used. Enforce type or variable checking in getPersonByType, but have the bulk of the work done in the getPerson method. andy -Original Message- From: Mark Drew [mailto:mark.d...@gmail.com] Sent

RE: Removing duplicates from a value list

2011-04-07 Thread andy matthews
Convert it to a struct, then back to a list: http://www.bennadel.com/blog/432-Using-ColdFusion-Structures-To-Remove-Dupli cate-List-Values.htm andy -Original Message- From: Les Irvin [mailto:les.cft...@gmail.com] Sent: Thursday, April 07, 2011 11:07 PM To: cf-talk Subject: Removing

RE: ColdFusion 9 Enterprise Features

2011-03-21 Thread andy matthews
Adobe tries their best to not break up ColdFusion based on features. It's usually based on processor support. andy -Original Message- From: Richard White [mailto:rich...@j7is.co.uk] Sent: Monday, March 21, 2011 4:15 AM To: cf-talk Subject: ColdFusion 9 Enterprise Features Hi, I am

RE: jQuery and Session Timeout

2011-03-18 Thread andy matthews
returns a jqXHR object that provides consistency to the XMLHttpRequest object across platforms (and allows you to perform previously-impossible tasks like aborting JSONP requests). -snip- andy -Original Message- From: Steve Milburn [mailto:scmilb...@gmail.com] Sent: Friday

RE: cf jquery mobile

2011-03-15 Thread andy matthews
. You'd probably be better off just writing your own. andy -Original Message- From: Tim Do [mailto:t...@wng.com] Sent: Tuesday, March 15, 2011 1:42 PM To: cf-talk Subject: RE: cf jquery mobile Point taken, I was simply trying to convert a page over to mobile. I'm trying to use JQM

RE: cf jquery mobile

2011-03-14 Thread andy matthews
Without seeing code I couldn't be sure what was wrong, but jQuery Mobile is quite particular about pathing. My guess is that some of the script files aren't loading. Hit your site with Firefox (with Firebug turned on) and see if the javascript files needed for cfform are loading. andy

RE: cf jquery mobile

2011-03-14 Thread andy matthews
it leads to trouble. If you are experienced enough to be working with JQM, you probably do not need the built-in CF client side form validation. Use a good jQuery plugin for that instead. On Mon, Mar 14, 2011 at 7:25 PM, andy matthews li...@commadelimited.com wrote: Without seeing code I couldn't

RE: Javascript question

2011-03-13 Thread andy matthews
You didn't say what it is you're trying to accomplish, nor did you post example code, so we can't really say what's not working. One thing you could try is simplifying your code. Try replacing 3 lines with one: // old lines var getAttributes = row_id.split(_); var setCommonAttr =

RE: Jquery ajax and CFC ioutside webroot

2011-03-12 Thread andy matthews
-In-Application-cfc.htm andy -Original Message- From: fun and learning [mailto:funandlrnn...@gmail.com] Sent: Saturday, March 12, 2011 2:13 PM To: cf-talk Subject: Jquery ajax and CFC ioutside webroot Hi All - Can I use jquery ajax to call a cfc that is located outside the webroot? I

RE: Lightweight code editor, CF support would be a plus

2011-02-06 Thread andy matthews
Lightweight. -Original Message- From: Russ Michaels [mailto:r...@michaels.me.uk] Sent: Sunday, February 06, 2011 5:52 AM To: cf-talk Subject: Re: Lightweight code editor, CF support would be a plus what about cfeclipse ? On Sun, Feb 6, 2011 at 11:48 AM, Scott Brady dsbr...@gmail.com

RE: Lightweight code editor, CF support would be a plus

2011-02-05 Thread andy matthews
Editplus is awesome. $30. -Original Message- From: Pete Ruckelshaus [mailto:pruckelsh...@gmail.com] Sent: Saturday, February 05, 2011 9:44 PM To: cf-talk Subject: Re: Lightweight code editor, CF support would be a plus Yes, I'm on Windows. Also looking for something that is ideally

RE: Anyone know anything about this new ColdFusion conference?

2011-01-31 Thread andy matthews
Wait, is CF dying? andy -Original Message- From: Ben Forta [mailto:b...@forta.com] Sent: Monday, January 31, 2011 8:15 PM To: cf-talk Subject: RE: Anyone know anything about this new ColdFusion conference? Good point, I guess I blocked those from my memory. Oh well, I guess I'll

RE: Should I build my app as an API?

2011-01-28 Thread andy matthews
/presentations/ andy -Original Message- From: Eric Cobb [mailto:cft...@ecartech.com] Sent: Friday, January 28, 2011 8:20 AM To: cf-talk Subject: Should I build my app as an API? I'm getting ready to start working on what I hope is to become a pretty large side project. Right now I'm

RE: Should I build my app as an API?

2011-01-28 Thread andy matthews
Also, consider looking into ColdBox. It's built from the ground up to allow for REST: http://www.simonfree.com/presentations/ -Original Message- From: Eric Cobb [mailto:cft...@ecartech.com] Sent: Friday, January 28, 2011 8:20 AM To: cf-talk Subject: Should I build my app as an API?

Verity Collections - is there a limit on how many you can have?

2011-01-27 Thread Andy Hudson
Hi, We have a search page that used full-text catalogs on SQL Server in our application. They take a very long time because they are running through close to a million records using the CONTAINSTABLE T-SQL function. I'm thinking of ways I can make this quicker, and Verity collections have not

Re: why is cf_builder so expensive?

2011-01-27 Thread Andy Allan
at no addition charge (paying for maintenance is ALWAYS cheaper than paying for upgrades). The support is just that ... and no more $500 upfront to get some help. You've already paid an annual fee and you can bug Adobe support as much as you like (on a dedicated number/email). Andy On 27 January 2011

Re: why is cf_builder so expensive?

2011-01-26 Thread Andy Allan
Yup you can install CFB on two machines Sent from my iPhone On 26 Jan 2011, at 19:01, Russ Michaels r...@michaels.me.uk wrote: no, sorry I obviously missed something off that post. The individual products within CS have the same license, so it would be a fair assumption that cfbuilder

RE: (ot) Creating Smartphone Graphics

2011-01-23 Thread andy matthews
with Android would be a pain in the a$$. andy -Original Message- From: Rick Faircloth [mailto:r...@whitestonemedia.com] Sent: Sunday, January 23, 2011 1:19 PM To: cf-talk Subject: (ot) Creating Smartphone Graphics Sorry for the OT, but I have searched everywhere trying to find a definitive

RE: (ot) Creating Smartphone Graphics

2011-01-23 Thread andy matthews
And Rick... Are you in Tampa? -Original Message- From: Rick Faircloth [mailto:r...@whitestonemedia.com] Sent: Sunday, January 23, 2011 1:19 PM To: cf-talk Subject: (ot) Creating Smartphone Graphics Sorry for the OT, but I have searched everywhere trying to find a definitive answer

RE: (ot) Creating Smartphone Graphics

2011-01-23 Thread andy matthews
I mean are you in Nasville. Your website is wsm-dev.com I'm in East Nashville, by the stadium. andy -Original Message- From: Rick Faircloth [mailto:r...@whitestonemedia.com] Sent: Sunday, January 23, 2011 1:19 PM To: cf-talk Subject: (ot) Creating Smartphone Graphics Sorry

RE: (ot) Creating Smartphone Graphics

2011-01-23 Thread andy matthews
Yeppers. andy -Original Message- From: Rick Faircloth [mailto:r...@whitestonemedia.com] Sent: Sunday, January 23, 2011 4:38 PM To: cf-talk Subject: RE: (ot) Creating Smartphone Graphics No, I'm down in Hinesville, GA... close to Savannah. I googled wsm-dev Nashville TN to see what

RE: SerializeJSON return different between CF8 and CF9

2010-12-30 Thread andy matthews
And THAT is why you're not a Jedi. andy -Original Message- From: Kris Jones [mailto:kris.jon...@verizon.net] Sent: Thursday, December 30, 2010 8:53 PM To: cf-talk Subject: Re: SerializeJSON return different between CF8 and CF9 Doh! Yes, exactly what I'm doing. Here's the weird

Re: CF9/Win7 64 bit issues

2010-12-06 Thread Andy Allan
FYI: You need the IIS6 management console for CF9.0 but NOT for 9.01 Andy On 6 December 2010 21:54, Eric Roberts ow...@threeravensconsulting.com wrote: You da man Nathan :-D  I turned on IIS6 compatibility and it worked. Thanks!! -Original Message- From: Nathan Strutz [mailto:str

RE: Dumping VAR Scope?

2010-12-04 Thread andy matthews
If you're running CF9, you can dump the LOCAL scope. Variables are placed in this scope by default in CF9. -Original Message- From: Rick Root [mailto:rick.r...@gmail.com] Sent: Friday, December 03, 2010 11:05 AM To: cf-talk Subject: Re: Dumping VAR Scope? On Fri, Dec 3, 2010 at 12:03

RE: Javascript in fckEditor

2010-11-26 Thread andy matthews
By default FCKEditor renders your code. It's handy but might not be what you want. -Original Message- From: Monique Boea [mailto:moniqueb...@gmail.com] Sent: Friday, November 26, 2010 9:31 AM To: cf-talk Subject: Javascript in fckEditor Hello all. I am added content to my database

RE: REGEX hell

2010-11-22 Thread andy matthews
to match as little as possible. andy -Original Message- From: Rick Colman [mailto:rcol...@cox.net] Sent: Monday, November 22, 2010 9:59 PM To: cf-talk Subject: Re: REGEX hell This worked!! TNX. On 11/22/2010 6:04 PM, Michael Dinowitz wrote: Are you sure it's a space and not 2 spaces

Re: Where to put your code

2010-11-17 Thread Andy Allan
The key phrase from Sean is when I was at Macromedia. You'll need to chap at the Adobe web team door to get an updated version (although a lot of what is adobe.com seems to be moving away from CF). Andy On 17 November 2010 14:18, Paul Alkema paulalkemadesi...@gmail.com wrote: Hey Sean

Re: Where to put your code

2010-11-17 Thread Andy Allan
) for our ticket tracking system, or SugarCRM (PHP) for our ... CRM. There's great products out there already so why reinvent the wheel. Andy On 17 November 2010 15:53, Michael Grant mgr...@modus.bz wrote: although a lot of what is adobe.com seems to be moving away from CF I noticed

Re: Where to put your code

2010-11-17 Thread Andy Allan
, Michael Grant mgr...@modus.bz wrote: I meant the prominence of the product itself on the adobe site, not the implementation of the technology. On Wed, Nov 17, 2010 at 11:08 AM, Andy Allan andy.al...@gmail.com wrote: It's not that at all ... I believe Day is now powering all the ADC content etc

RE: Regex to parse cfhttp.filecontent?

2010-11-04 Thread andy matthews
http://regexr.com?2sg59 In CF, that would return an array with one or more matches. You could then just remove the part you don't want, namely AUTHORIZATION RESULT: , and proceed with your string. andy -Original Message- From: Marie Taylore [mailto:mt4yl...@yahoo.com] Sent: Thursday

Re: Trying to create a Webservice for SAP Client [spamtrap bayes][spamtrap heur]

2010-11-02 Thread andy
/soap:Body /soap:Envelope' /cfcase This was built off of work by http://www.cf-ezcart.com/qwc-starter-kit.cfm. So thanks to them for helping me. Andy Quoting Matthew Friedman m...@hozgroup.com: I somewhat new to webservices (ie creating

Re: Trying to create a Webservice for SAP Client [spamtrap bayes][spamtrap heur]

2010-11-02 Thread andy
/soap:Body /soap:Envelope' /cfcase This was built off of work by http://www.cf-ezcart.com/qwc-starter-kit.cfm. So thanks to them for helping me. Andy Quoting Matthew Friedman m...@hozgroup.com: I somewhat new to webservices (ie creating

RE: OT Windows Command line HTTP request

2010-10-28 Thread Andy Matthews
You could check if Curl exists in DOS. Andy -Original Message- From: Ian Skinner [mailto:h...@ilsweb.com] Sent: Thursday, October 28, 2010 11:58 AM To: cf-talk Subject: OT Windows Command line HTTP request In the simplest manner possible. What ways can one make a Windows DOS

RE: Writing cfml content to an html file

2010-10-21 Thread Andy Matthews
You shouldn't have any problems writing CFML code to a page. The error you're getting is likely from your hashmarks not being escaped. andy -Original Message- From: Rick Sanders [mailto:c...@webenergy.ca] Sent: Thursday, October 21, 2010 9:23 AM To: cf-talk Subject: Writing cfml

RE: fckEditor and Coldfusion tags

2010-10-20 Thread andy matthews
it out as a cf file on the file system and save a reference to it's path. Then you could execute the file anytime you wanted, but still save changes to it. andy -Original Message- From: Torrent Girl [mailto:torrentg...@gmail.com] Sent: Wednesday, October 20, 2010 5:12 PM To: cf-talk Subject

RE: Nice slideshow script?

2010-10-17 Thread andy matthews
I always suggest Mike Alsup's Cycle plugin for slideshows. It's simple, easy to implement, and has lots of options. andy -Original Message- From: Pete Ruckelshaus [mailto:pruckelsh...@gmail.com] Sent: Sunday, October 17, 2010 12:33 PM To: cf-talk Subject: Nice slideshow script? I'm

RE: Nice slideshow script?

2010-10-17 Thread andy matthews
http://malsup.com/jquery/cycle/ -Original Message- From: Pete Ruckelshaus [mailto:pruckelsh...@gmail.com] Sent: Sunday, October 17, 2010 12:33 PM To: cf-talk Subject: Nice slideshow script? I'm looking for suggestions on a nice, elegant, straightforward-to-implement slideshow script.

RE: Detecting Mobile Devices

2010-10-13 Thread Andy Matthews
I'd put all this in a function, and run the user agent string through it. Then use the function call to return a boolean. Also, I found this function on CFLib.org. http://cflib.org/index.cfm?event=page.udfbyidudfid=1887 Might be worth giving it a try. andy -Original Message- From

RE: Microsoft rumored to be buying Adobe

2010-10-07 Thread andy matthews
DAYUM! -Original Message- From: Eric Cobb [mailto:cft...@ecartech.com] Sent: Thursday, October 07, 2010 3:59 PM To: cf-talk Subject: Re: Microsoft rumored to be buying Adobe It means that .Net developers will now have a much easier way to connect to things like Exchange, Sharepoint,

RE: Microsoft rumored to be buying Adobe

2010-10-07 Thread andy matthews
Don't forget Lasso. Wasn't that before ASP? -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: Thursday, October 07, 2010 4:15 PM To: cf-talk Subject: Re: Microsoft rumored to be buying Adobe

RE: Can't figure out a query to accomplish this...

2010-10-03 Thread andy matthews
Show us the structure of the two tables. andy -Original Message- From: Rick Faircloth [mailto:ric...@whitestonemedia.com] Sent: Sunday, October 03, 2010 2:12 PM To: cf-talk Subject: Can't figure out a query to accomplish this... I'm using MySQL 5. I want to compare table1 to table2

RE: Can't figure out a query to accomplish this...

2010-10-03 Thread andy matthews
Appears that MySQL does support intersects, or minus like Greg suggested. http://www.bitbybit.dk/carsten/blog/?p=71 andy -Original Message- From: Greg Morphis [mailto:gmorp...@gmail.com] Sent: Sunday, October 03, 2010 2:18 PM To: cf-talk Subject: Re: Can't figure out a query

RE: Fake URLS

2010-10-01 Thread Andy Matthews
What you're looking for is generally called SES or search engine safe/friendly URLs. The incoming SES URL has to have something that can be used to look up the real URL behind the scenes. So if you wanted to use ipod_touch_32_gb, then that would have to be the product name. You could also add

RE: What version-/source control are you using (if any)?

2010-09-29 Thread andy matthews
We're using SVN and it's great. Throws a fit sometimes if you don't follow the procedures exactly but it's solid. andy -Original Message- From: Michael Christensen [mailto:mich...@strib.dk] Sent: Tuesday, September 28, 2010 8:35 AM To: cf-talk Subject: What version-/source control

  1   2   3   4   5   6   7   8   9   10   >