Re: Do not redirect back to Reviews after posting a comment.

2014-12-03 Thread Andy Matthews
with a single action. My point is still valid though. A comment can be made via AJAX, why not also Publish the review, or brace of reviews, via AJAX as well and leave me where I'm currently at? On Tuesday, December 2, 2014 10:27:30 AM UTC-8, Matthew Woehlke wrote: On 2014-12-02 13:05, Andy Matthews

Re: Automatically publish reviewboard comments?

2014-12-03 Thread Andy Matthews
for the developer, possibly causing unnecessary changes to be made. So in short, there's no option for this. While it is one extra click, it's an important one that overall prevents poor experiences. Christian On Tuesday, December 2, 2014, Andy Matthews amat...@eventbrite.com

Automatically publish reviewboard comments?

2014-12-02 Thread Andy Matthews
When responding to a review request it's annoying to have to click submit, then ALSO click publish. Is there a setting to allow comments to be automatically published? This extra step is needless and presents a poor user experience. -- Get the Review Board Power Pack at

Do not redirect back to Reviews after posting a comment.

2014-12-02 Thread Andy Matthews
When responding to a coworkers review request, it's fairly common to add multiple comments across a range of files in the diff. After adding a comment, then clicking publish, Reviewboard redirects me away from the Diffs page and back to the Reviews page. I then have to either hit the browser's

Contractor needed for review

2014-06-03 Thread Andy Matthews
TN but remote is also okay. Regards Andy Matthews amatth...@myemma.com

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

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: FusionReactor - Development server

2012-04-14 Thread andy matthews
Looks like you might have been dreaming: http://www.fusion-reactor.com/fr/faq.cfm#licencing1 Each physical or virtual server requires one FusionReactor license - all of the instances which are installed on that server are covered by the one FusionReactor license. So, if you have (say) 6

RE: Javascript test in ColdFusion

2012-04-04 Thread andy matthews
. Thank you Andy, -RR On Mon, Mar 26, 2012 at 11:39 PM, andy matthews li...@commadelimited.comwrote: A dead simple way of testing for JavaScript: script window.location.href = 'javascriptCapable.cfm'; /script meta http-equiv=refresh content=1; url=nonJavascriptCapable.cfm

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

RE: Javascript test in ColdFusion

2012-03-26 Thread andy matthews
A dead simple way of testing for JavaScript: script window.location.href = 'javascriptCapable.cfm'; /script meta http-equiv=refresh content=1; url=nonJavascriptCapable.cfm If a browser understands JS they get one page, if they don't they get another. One thing to consider though that

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 on

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 an

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 be

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

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
[mailto:mamamaur...@gmail.com] Sent: Wednesday, November 16, 2011 8:45 PM To: cf-talk Subject: Re: Adobe Abandons Flex I'm not writing apps that target any browser. I'm writing apps that work in all of them. And I consider it bad practice not to do so. On Wed, Nov 16, 2011 at 6:42 PM, andy matthews

RE: Adobe drops Flsh for mobile devices

2011-11-10 Thread andy matthews
I think you'll find that all of the powerful voices in CF have been begging Adobe to do more for years. I'd agree with you though about Ray, Ben, and a few others. They're so prolific that it's all too easy to let them shoulder the burden of preaching that CF stuff. I could ask though, do you

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:

RE: Management API?

2011-08-28 Thread andy matthews
You don't need root access to MySQL at all. Just create a new API user that has the proper permissions. Better yet, create a stored procedure that gets called that does all of the appropriate tasks and let this user call that proc. Then, under the hood, the proc runs as Admin to do the various

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: 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 to

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 for

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
The jQuery team did a complete rewrite of the ajax() method in 1.5. That's probably where your issue is coming from. http://blog.jquery.com/2011/01/31/jquery-15-released/ -snip- AJAX REWRITE Perhaps the largest change is that a call to jQuery.ajax (or jQuery.get, jQuery.post, etc.) now

RE: cf jquery mobile

2011-03-15 Thread andy matthews
it - but most of the time 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

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
You can't do it without some additional code. Read these posts about accessing files outside of your web root. http://blog.pengoworks.com/index.cfm/2008/1/16/Invoke-CFCs-outside-of-webroo t-without-mappings http://www.bennadel.com/blog/1655-Ask-Ben-Dynamic-Web-Root-And-Site-URL-Calc

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
Eric... I like the idea of building out the API from the beginning. That would have the benefit of having your API almost fully tested before it's publicly released. Simon Free has some great presentations on the Do's and Don't's of writing APIs. Check them out:

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?

RE: (ot) Creating Smartphone Graphics

2011-01-23 Thread andy matthews
I've spent the last 3 or 4 weeks creating assets for iPhone (with Retina display) and Android. Here's how I approach it. 1) Don't create your original files in Photoshop if at all possible. Use Illustrator or a similar vector too. Fireworks would be acceptable if you don't have Illustrator. 2)

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 for

RE: (ot) Creating Smartphone Graphics

2011-01-23 Thread andy matthews
that brought up and I saw a lot about wsmv.com...tv station. Is that what you thought the wsm-dev was about? Thanks for the info, too! Rick -Original Message- From: andy matthews [mailto:li...@commadelimited.com] Sent: Sunday, January 23, 2011 3:28 PM To: cf-talk Subject: RE: (ot

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: 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
For future reference you should avoid using * where possible as it can easily lead to overmatching. Even using + would be better although both + and * alone are greedy matches. An even better solution would be to use a lazy match like so: \)\s+?\) The ? following the + tells the regex engine to

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: 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
ColdFusion has a function called Evaluate. One way to run this code would be to pass the contents of your dbField into the function. The problem is that if it contained anything OTHER than CF code it would probably die. Another option might be for the user to input their code, then you save it

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 to

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 are

RE: List Sort help

2010-09-22 Thread Andy Matthews
ListSort should work: http://www.cfquickdocs.com/cf8/#ListSort Although you might need to use the text sort instead of numeric. andy -Original Message- From: Tom Jones [mailto:tjo...@acworld.com] Sent: Wednesday, September 22, 2010 11:18 AM To: cf-talk Subject: List Sort help

RE: Boardwalk Empire

2010-09-22 Thread Andy Matthews
NO, but it's done in OT. -Original Message- From: Michael Grant [mailto:mgr...@modus.bz] Sent: Wednesday, September 22, 2010 2:26 PM To: cf-talk Subject: Re: Boardwalk Empire Is it done in CF? On Wed, Sep 22, 2010 at 3:24 PM, Rick Root rick.r...@gmail.com wrote: anyone else watch

RE: Shorter URLs - How?

2010-09-21 Thread Andy Matthews
The best approach for this would be to use a URL rewriting tool such as ISAPI_REWRITE. That's an IIS thing. Doing it with pure ColdFusion, the best thing you could hope for is http://www.scribblar.com/index.cfm/k3ns5 andy -Original Message- From: Stefan Richter

RE: Flex/Coldfusion Open source projects

2010-09-19 Thread andy matthews
RIAforge.org has loads of projects based around Adobe products: ColdFusion, Flex, Photoshop, etc. CFLib.org has a large number of single serving functions and that sort of thing. andy -Original Message- From: fun and learning [mailto:funandlrnn...@gmail.com] Sent: Sunday, September

RE: coldfusion forums?

2010-09-14 Thread Andy Matthews
Sitepoint forums has a good ColdFusion section. Lots of meaty questions there. -Original Message- From: Richard White [mailto:rich...@j7is.co.uk] Sent: Tuesday, September 14, 2010 5:25 AM To: cf-talk Subject: Re: coldfusion forums? There may be less traffic but your questions still

RE: CF8+: Short Hand notation for calling a function within a component.

2010-09-14 Thread Andy Matthews
Right. Not allowed in CF8, but it is allowed in CF9. andy -Original Message- From: Leigh [mailto:cfsearch...@yahoo.com] Sent: Tuesday, September 14, 2010 3:07 PM To: cf-talk Subject: Re: CF8+: Short Hand notation for calling a function within a component. I do not remember that

RE: CF9 Solr Search issue

2010-09-13 Thread Andy Matthews
You might consider pinging Shannon Hicks on Twitter, @iotashan. He's quite knowledgeable about Solr. andy -Original Message- From: Mary Jo Sminkey [mailto:mary...@cfwebstore.com] Sent: Monday, September 13, 2010 8:40 AM To: cf-talk Subject: CF9 Solr Search issue I've run into a

RE: Question on form variables

2010-09-07 Thread Andy Matthews
Setting a variable into the FORM scope on page one, will not automatically put those variables, or their values, into the FORM scope on page two. You'd need to add a hidden form field on page one, and populate it's value from the FORM variable you're creating. -Original Message- From:

RE: Question on form variables

2010-09-07 Thread Andy Matthews
So you're saying that when you inspect the FORM scope, by cfdumping it, on page two that the variables are there? But when you output them by themselves (FORM.varOne) they're empty? andy -Original Message- From: fun and learning [mailto:funandlrnn...@gmail.com] Sent: Tuesday,

RE: Question on form variables

2010-09-07 Thread Andy Matthews
Are you cfparaming those variables at the top of page two? Are you cfincluding any code that might overwrite those variables? andy -Original Message- From: fun and learning [mailto:funandlrnn...@gmail.com] Sent: Tuesday, September 07, 2010 2:01 PM To: cf-talk Subject: Re: Question

RE: Question on form variables

2010-09-07 Thread Andy Matthews
If that were the case then why would the var names show up in the cfdump for the FORM scope? -Original Message- From: Matthew [mailto:a.matthe...@yahoo.com] Sent: Tuesday, September 07, 2010 2:28 PM To: cf-talk Subject: Re: Question on form variables My guess is that you've not set

RE: Finding if a key exists in a struct based on a variable name

2010-09-07 Thread Andy Matthews
CF9 has the ternary operator which is awesome. Works like JavaScript: cfset output = (boolean ? It was True : It was False) andy -Original Message- From: Michael Grant [mailto:mgr...@modus.bz] Sent: Tuesday, September 07, 2010 4:17 PM To: cf-talk Subject: Re: Finding if a key exists

RE: Ajax file upload.

2010-09-06 Thread andy matthews
I'm more interested why it has to be cfform? Are you using the validation for cfform? You know that once your form is finalized, you can just download the JS that cfform outputs and ditch cfform for production? andy -Original Message- From: Steve Sequenzia [mailto:c...@thinksys.com]

RE: Is there an anchor in a URL String

2010-09-02 Thread Andy Matthews
I think it's because the # doesn't do anything server side. You can definitely get it with Javascript. It works like so: Assuming this link: /test.cfm#anchor This code: script type=text/javascript !-- alert(location.hash); //-- /script Outputs this: #anchor You could then pass that

RE: Moving to Apache

2010-09-02 Thread Andy Matthews
Not trying to start an argument, but you can't much easier than adding a vhost block to the httpd.conf file in Apache. IIS on the other hand has loads of nested windows and boxes and permissions. Apache lets you do it all in one spot. andy -Original Message- From: Russ Michaels

RE: Moving to Apache

2010-09-02 Thread Andy Matthews
Really? I didn't know that. That's cool. -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: Thursday, September 02, 2010 12:33 PM To: cf-talk Subject: Re: Moving to Apache IIS on the other hand has loads of nested windows and boxes and permissions. Apache lets

RE: getting server name

2010-09-02 Thread Andy Matthews
Hah! I just implemented this same thing in our system the other day. This code snippet will return the computer's name: CreateObject(java, java.net.InetAddress).getLocalHost().getHostName() andy -Original Message- From: Eric Roberts [mailto:ow...@threeravensconsulting.com] Sent:

RE: Is there an anchor in a URL String

2010-09-02 Thread Andy Matthews
Robert... Did you get my previous email about doing it with JavaScript? andy -Original Message- From: Robert Harrison [mailto:rob...@austin-williams.com] Sent: Thursday, September 02, 2010 1:50 PM To: cf-talk Subject: Is there an anchor in a URL String I need to know if there is

RE: CFParam vs. IsDefined

2010-09-01 Thread Andy Matthews
One reason to use IsDefined over StructKeyExists is when you don't know if one of the child structures exists. For example, in our control app, we assign permissions to our users like so: SESSION.p -- struct, always exists SESSION.p.nav -- struct, exists if the user has at least one perm in

RE: Check out this... code....

2010-08-31 Thread Andy Matthews
You're right. The correct version should be: #Year(DateAdd(, 0, Now()))# No need for the -1. andy -Original Message- From: Eric Cobb [mailto:cft...@ecartech.com] Sent: Tuesday, August 31, 2010 4:13 PM To: cf-talk Subject: Re: Check out this... code I'm glad you posted

RE: Number of site using ColdFusion

2010-08-25 Thread Andy Matthews
That's because that's individual pages. Adobe (Ben Forta) has a good reference for sites using ColdFusion: http://www.forta.com/cf/using/ Rey Bango manages GotCFM.com which also has a list of sites using CF: http://www.gotcfm.com/thelist.cfm -Original Message- From: Robert Harrison

RE: Number of site using ColdFusion

2010-08-25 Thread Andy Matthews
/ -Original Message- From: Andy Matthews [mailto:li...@commadelimited.com] Sent: Thursday, 26 August 2010 2:53 AM To: cf-talk Subject: RE: Number of site using ColdFusion That's because that's individual pages. Adobe (Ben Forta) has a good reference for sites using ColdFusion: http

RE: RegEx: Grabbing Keywords from Referers

2010-08-23 Thread Andy Matthews
This regex would search through a string and return all occurences of q=followed by any character that's NOT an . q=[^]+ Given this string: http://www.google.com/search?source=ighl=enrlz=q=coldfusionaq=faqi=g-p3 g7aql=oq=gs_rfai=CJtNhsL9yTK_zHIWWhgTb-J3tDwAAAKoEBU_QXcSj It matches

RE: RegEx: Grabbing Keywords from Referers

2010-08-23 Thread Andy Matthews
from. From this: aq=f On Mon, Aug 23, 2010 at 1:44 PM, Andy Matthews li...@commadelimited.comwrote: This regex would search through a string and return all occurences of q=followed by any character that's NOT an . q=[^]+ Given this string: http://www.google.com/search?source=ighl=enrlz

RE: RegEx: Grabbing Keywords from Referers

2010-08-23 Thread Andy Matthews
Awesome Che! Glad I could be of help! andy -Original Message- From: Che Vilnonis [mailto:ch...@asitv.com] Sent: Monday, August 23, 2010 3:01 PM To: cf-talk Subject: RE: RegEx: Grabbing Keywords from Referers Andy thanks again so much... this seems to work with Yahoo,Bing Google.

RE: Preventing use of remote method by other sites

2010-08-16 Thread Andy Matthews
setup cfhttp to use that header and hit your resource. On Fri, Aug 13, 2010 at 3:31 PM, Andy Matthews li...@commadelimited.com wrote: Works perfectly Tony. I simplified the conditional tho' cfif StructKeyExists(headers,'X-Requested-With') AND headers['X-Requested-With'] EQ 'XMLHttpRequest

RE: Preventing use of remote method by other sites

2010-08-16 Thread Andy Matthews
consider that. And I'm a Script Kiddy Hacker so I assume the real guys would try it too. Shoot - I almost always try the URLs I see in Firebug/Chrome Dev tools. I'm not trying to be malicious of course. Just poking around. On Mon, Aug 16, 2010 at 11:34 AM, Andy Matthews li...@commadelimited.com wrote

  1   2   3   4   5   6   7   8   9   10   >