NCDevCon

2011-08-09 Thread Raymond Camden
ay be found here: http://ncdevcon.com/ This will be my first public presentation as an official evangelist, so you should attend at minimum just to laugh at how nervous I get. See you there! -- === Raymond Camden, Adobe Deve

Re: cffunction - initialize query as empty string or QueryNew

2011-08-04 Thread Raymond Camden
Woah woah woah. I want to be sure we are -very- clear here. Peter, you said, "With CF9 you don't need the var keyword anymore, and if you don't need backwards compatible code it's (arguably) clearer to not use it at all." That is not true. You do need to var scope. What you don't need to do is u

Re: SOT, JSON web services

2011-07-29 Thread Raymond Camden
Are you asking for a tool to _format_ JSON? Not quite sure what you mean here. On Fri, Jul 29, 2011 at 3:24 PM, Dan Baughman wrote: > > Hi List, > > I know there are tons of tools out there that will take a WSDL and spit out > soap packets that you can simply plug your actual variable values in

Re: adding custom variable to cfquery metadata

2011-07-25 Thread Raymond Camden
Why not just do this: data = {}; data.query = somequery; data.whatever = "ice cream"; On Wed, Jul 20, 2011 at 7:40 AM, Richard White wrote: > > Hi, > > is there any way to add custom variables to cfquery metadata. > > for example: i know i can add them as follows: > > mt = getMetaData(query)

Re: Total Execution Time

2011-07-12 Thread Raymond Camden
Don't forget that CF execution time is just one part of the entire "package" of things that will impact the time it takes for the user to see the end result. CF can spit everything out in 1ms, but if you have other issues, then they will still think your site is slow. On Tue, Jul 12, 2011 at 12:

Re: Searching a Solr colllection using the key value to get a specific file

2011-07-08 Thread Raymond Camden
y field to get a > specific record.  The criteria looks something like this: > > criteria='key:"D:\\Inetpub\\FoldererName\\FolderName\\FolderName\\Create_View_Delete_Calendar_Groups.doc"' -- =========== Raym

Re: Append JSON into an Array

2011-07-08 Thread Raymond Camden
That's not how you do implicit structs in CF. You need to use key=name instead. arrayappend(local.fields.member, {"name"="broker_id", "value"="Broker ID"}); arrayappend(local.fields.member, {"name"="memberid", "value"="Member ID"}); On Fri, Jul 8, 2011 at 1:27 PM, Steven Jaeger w

Re: Searching a Solr colllection using the key value to get a specific file

2011-07-05 Thread Raymond Camden
Just curious - why would you do a search when you know exactly what you want? On Tue, Jul 5, 2011 at 1:19 PM, eric.da...@vmmc.org eric.da...@vmmc.org wrote: > > I'm trying to get migrate to solr, but have a question about using the record > key in the search critera. > With Verity my code looks

Re: Capitalize

2011-07-02 Thread Raymond Camden
Did you check CFLIb? I think there are about 200 UDFs there just for that. ;) On Sat, Jul 2, 2011 at 8:09 AM, Jenny Gavin-Wear wrote: > > Capitalized is a leading cap, like: "This Is Capitalized". > > >>>-Original Message- >>>From: John M Bliss [mailto:bliss.j...@gmail.com] >>>Sent: 02 J

Re: coldfusion is undefined js error

2011-07-02 Thread Raymond Camden
Most likely it is a bad /CFIDE mapping. If you use Firebug, or Chrome Dev Tools, I bet you see a lot of 404s for various .js files CF is trying to load. On Sat, Jul 2, 2011 at 4:41 AM, swathi garre wrote: > > i am getting "coldfusion is undefined" js error and ajax binding also not > working.

Re: overriding output=false in a cfcomponent or cffunction

2011-07-01 Thread Raymond Camden
You normally only dump for testing, so just add an abort and you will see it: As for errors, even with output=false you can cfthrow an error and it will show up. On Fri, Jul 1, 2011 at 6:36 PM, Michael Dinowitz wrote: > > Lets say I have a cffunction tag using output=false and I'm using a > c

Re: Iphone app

2011-06-30 Thread Raymond Camden
'd do both. :) On Thu, Jun 30, 2011 at 10:56 AM, Raymond Camden wrote: > Ugh. Screw that. Just do this: > > To prevent form submissions from being automatically handled with > Ajax, add the data-ajax="false" attribute

Re: Iphone app

2011-06-30 Thread Raymond Camden
Ugh. Screw that. Just do this: To prevent form submissions from being automatically handled with Ajax, add the data-ajax="false" attribute to the form element. Much easier. ;) On Thu, Jun 30, 2011 at 10:49 AM, Raymond Camden wrote: > So this an example. I'm not 100% s

Re: Iphone app

2011-06-30 Thread Raymond Camden
Your Comments: Copyright 2011. On Thu, Jun 30, 2011 at 10:39 AM, Raymond Camden wrote: > On

Re: Iphone app

2011-06-30 Thread Raymond Camden
On Thu, Jun 30, 2011 at 10:29 AM, Rick Faircloth wrote: > > Hi, Ray... I appreciate the work you did in putting together > the jQuery Mobile Quick Start Guide, but it's really just a > more limited version of the Intro to jQuery Mobile found here: > > http://www.ibm.com/developerworks/web/library

Re: Iphone app

2011-06-29 Thread Raymond Camden
Ok guys - here is my jQuery Mobile Quick Start: http://www.coldfusionjedi.com/index.cfm/2011/6/29/jQuery-Mobile-Quick-Start-and-new-jQuery-class On Wed, Jun 29, 2011 at 12:16 PM, Rick Faircloth wrote: > > I've been wrestling over these same considerations > the last few weeks. > ~~

Re: Iphone app

2011-06-29 Thread Raymond Camden
And I got permission from the JQM folks to release my draft Quick Start guide. I will around lunch. On Wed, Jun 29, 2011 at 10:19 AM, Raymond Camden wrote: > As a reminder, and more self-promotion, because, you know, I have the > ego of a 13 year old girl, I've got a jQuery Mobile p

Re: Iphone app

2011-06-29 Thread Raymond Camden
As a reminder, and more self-promotion, because, you know, I have the ego of a 13 year old girl, I've got a jQuery Mobile presentation tonight as well: http://www.coldfusionjedi.com/index.cfm/2011/6/29/Presentation-tonight-Introduction-to-jQuery-Mobile This will be over Connect and open to the p

Re: Iphone app

2011-06-29 Thread Raymond Camden
I'll check with them today. Unfortunately it was written for Alpha3 so it is a bit out of date (mainly just the appearance of the Back button), but I think the guide is good. On Wed, Jun 29, 2011 at 9:59 AM, Edward Chanter wrote: > > YES PLEASE!! O wise and mighty Jedi Master :) > > Anything to

Re: Iphone app

2011-06-29 Thread Raymond Camden
On Wed, Jun 29, 2011 at 9:47 AM, Al Musella, DPM wrote: > > Hi >  I need to write either an app for the iphone or at least a website > that looks like a app.. I have been looking around for toolkits and > there are an overwhelming number of choices that I don't know where to start. > I need: > 1.

Re: Need some perspective...

2011-06-28 Thread Raymond Camden
On Tue, Jun 28, 2011 at 10:26 AM, Rick Faircloth wrote: > > I can see that perspective being good for those sophisticated > clients who do walk in and ask for something specific.  However, > my clients tend to have a goal in mind and I pitch them on the > medium to achieve that goal, about which

Re: Need some perspective...

2011-06-28 Thread Raymond Camden
e apps, > for iPhone and Android as AIR web sites/apps or as > HTML5/jQuery/CSS sites/apps. -- =========== Raymond Camden, Evangelist for Adobe Email    : r...@camd

Re: Need some perspective...

2011-06-28 Thread Raymond Camden
a Luddite > sometimes regarding any auto-generated code :) ). -- =========== Raymond Camden, Evangelist for Adobe Email    : r...@camdenfamily.com Blog      : www.coldfusionjedi.com Twitter   : cfjed ~~

Re: Need some perspective...

2011-06-27 Thread Raymond Camden
A bit late to this conversation. I don't have much to answer in terms of questions as Dave did a kick ass job, but if you want to see some examples, I did a presentation on Flex+CF just last week. You can find my slides and a link to the recording here: http://www.coldfusionjedi.com/index.cfm/201

Re: Problem with pound signs

2011-06-25 Thread Raymond Camden
I'll forgive you - once. ;) I'm still waiting to here back from Steven to see if this method worked for him. On Sat, Jun 25, 2011 at 12:12 PM, Dave Watts wrote: > >> > Here is a crazy idea - wouldn't what you are looking for be a runtime >> > error? >> >> I would expect that to be a compile-tim

Re: Problem with pound signs

2011-06-24 Thread Raymond Camden
Um. Yeah. I meant that. Really. Yeah. ;) On Fri, Jun 24, 2011 at 2:36 PM, Peter Boughton wrote: > > Ray wrote: >> Here is a crazy idea - wouldn't what you are looking for be a runtime >> error? If so - can't you use the Code Analyzer in the CF Admin to scan >> the folder and find them all at onc

Re: Problem with pound signs

2011-06-24 Thread Raymond Camden
Let me know if it works well for you. I think it could be a much simpler solution. If so - I'll blog about it. On Fri, Jun 24, 2011 at 11:24 AM, DURETTE, STEVEN J (ATTASIAIT) wrote: > > Dohh. Didn't think of that... > > -Original Message- > From: Raymond Camden

Re: Problem with pound signs

2011-06-24 Thread Raymond Camden
I just tried a test on this. I told the CA to filter by error only. I edited one file to add #foo and the CA correctly found it. On Fri, Jun 24, 2011 at 11:22 AM, Raymond Camden wrote: > Here is a crazy idea - wouldn't what you are looking for be a runtime > error? If so - can&#x

Re: Problem with pound signs

2011-06-24 Thread Raymond Camden
Here is a crazy idea - wouldn't what you are looking for be a runtime error? If so - can't you use the Code Analyzer in the CF Admin to scan the folder and find them all at once? On Fri, Jun 24, 2011 at 10:41 AM, Steven Durette wrote: > > All these responses are really helping! > Ok so here is

Re: Problem with pound signs

2011-06-24 Thread Raymond Camden
Err -but the original poster was trying to find bad CFML code with unbalanced hash signs. His comment was referring to that - not variables in general. I'm sure Russ knows that # signs aren't necessary in regards to your response. On Fri, Jun 24, 2011 at 7:07 AM, Andrew Scott wrote: > > Ray, no

Re: Problem with pound signs

2011-06-24 Thread Raymond Camden
Andrew, I believe you misread the original question. The author stated he was trying to find incorrect uses of pound signs in a code base. This is what he said: "The errors are usually one of two things, either single pound signs in between cfoutputs (ie: font tag with color) or many places where

Re: CF Resources in New England Area

2011-06-20 Thread Raymond Camden
You may also have luck looking for user groups in the area: groups.adobe.com. On Mon, Jun 20, 2011 at 12:19 PM, scott bloodworth wrote: > > Looing for any resources in the New England area that maybe searching for > employment. > > Any information would be helpful. > > ~~~

Re: onSessionEnd not working as expected

2011-06-15 Thread Raymond Camden
If you are using session.ANYTHING, you will get an error. In onSessionEnd, you must use the Session scope as it is passed in as n argument. So arguments.sessionData.whatever instead of session.whatever. On Wed, Jun 15, 2011 at 11:17 AM, Gerald Weir wrote: > > Just for testing I moved my CFC wit

Re: onSessionEnd not working as expected

2011-06-15 Thread Raymond Camden
I'd love to say I planned that. ;) On Wed, Jun 15, 2011 at 11:04 AM, Dave Watts wrote: > >> You asked this on SackOverflow as well. > > I just want to state for the record that I enjoyed this typo. > > Dave Watts, CTO, Fig Leaf Software > http://www.figleaf.com/ > http://training.figleaf.com/ >

Re: onSessionEnd not working as expected

2011-06-15 Thread Raymond Camden
You asked this on SackOverflow as well. I'll repeat my answer. I know I've seen folks use / in component calls before, but I do not believe it is officially supported. You want to use a dot notation path instead, ala component="lib.components.jobstate" and assure that lib is either a subdirecto

Re: moveTo on cfwindow no longer working in CF9?

2011-06-14 Thread Raymond Camden
I used to write loops like this on the Apple 2s at Sears. Or any machine I could run BASIC on. 60 seconds to type, run it, walk away. Sad. That's what passed for me being naughty when I was 10. On Tue, Jun 14, 2011 at 1:57 PM, Robert Harrison wrote: > > Yes, and another mistake is your sample pr

Re: moveTo on cfwindow no longer working in CF9?

2011-06-14 Thread Raymond Camden
ll advised. > > Once rendered the el is resolved to an Ext.Element and the body, header, and > footer properties are accessible. -- === Raymond Camden, ColdFusion Jedi Master Email    : r...@camdenfamily.com Blog      :

Re: moveTo on cfwindow no longer working in CF9?

2011-06-14 Thread Raymond Camden
Unless I read you wrong, this is not something the "effiing bozos" (real classy there) at Adobe loused up. The version of Ext that shipped in CF9 is updated from CF8. This means that if you performed any _native_ functions on the objects, then there is a chance the API was dropped in the newer v

Re: So to flog the preverbial undead horse

2011-06-14 Thread Raymond Camden
To be clear, you _don't_ have to pay for the editor. If you don't want Flash Builder you can write your code anywhere and compile via the command line. Flex is free. Flash Builder is not. On Tue, Jun 14, 2011 at 11:15 AM, Bryan Stevenson wrote: > > gut check says CF is evolving and morphing to

Re: So to flog the preverbial undead horse

2011-06-14 Thread Raymond Camden
I'd definitely ditto the Flex recommendation - along with jQuery. I used to assume everything front end was "design-y" and something I couldn't do - but learning JavaScript (mainly jQuery) and Flex has complemented my CF skills well. On Tue, Jun 14, 2011 at 10:40 AM, Bryan Stevenson wrote: > > y

Re: Homesite 5.5

2011-06-13 Thread Raymond Camden
Hmmm. The Visual jQuery view _loaded_, but doesn't actually do anything. On Mon, Jun 13, 2011 at 11:28 AM, Raymond Camden wrote: > Interesting - I had no idea about the visual jquery view. However it > looks to be -quite- old. Also, CFB's built in jQuery support is also > &#

Re: Homesite 5.5

2011-06-13 Thread Raymond Camden
Interesting - I had no idea about the visual jquery view. However it looks to be -quite- old. Also, CFB's built in jQuery support is also 'stuck' back in 1.3.x with no way to update it. :\ I hate to sound like I'm hating on CFB - I love CFB - but I'm giving up on using it for front end dev and ju

Re: Homesite 5.5

2011-06-12 Thread Raymond Camden
CFB - as a standalone or plugin, is Windows/Mac only. On Sun, Jun 12, 2011 at 2:41 PM, Eric Roberts wrote: > > On the Dev UI discussion...I have a related question...  Does the CFBuilder > Plugin work on Eclipse on a linux box?  I can understand the standalone > being a windows only thing as the

Re: Dreamweaver

2011-06-12 Thread Raymond Camden
I've really just focused on the JS stuff myself. I know DW does more, but for me, seeing how well it supported by JS code was enough for me. On Sun, Jun 12, 2011 at 12:37 PM, Jenny Gavin-Wear wrote: > > Hi Ray, > > I'm using CS3 right now.  I had a look at the Adobe site to see what is new > i

Re: Homesite 5.5

2011-06-12 Thread Raymond Camden
On Sun, Jun 12, 2011 at 1:13 PM, Terry Troxel wrote: > I do have a quick question tho: > What pointers do you have to makes sure a website written in CF8 will > work on a smartphone and are there any emulators I could download to test my > work? If we ignore some of the client side capabilities

Re: Homesite 5.5

2011-06-12 Thread Raymond Camden
one filled in a 200 item > questionnaire. Aside from the JCL and the stats program, the data cards took > 6 cards (one per item response). After punching all that data in I was > walking to the card reader with them in one huge stack and I tripped... -- ========

Re: Homesite 5.5

2011-06-12 Thread Raymond Camden
>From what I see, the SVN client version in DW is 1.6.9. Not sure what that means for your SVN servers. To be honest, I ind SVN buddy in Eclipse as well so this wouldn't be a deal breaker for me. On Sun, Jun 12, 2011 at 10:29 AM, Raymond Camden wrote: > Last I heard - and this was

Re: Homesite 5.5

2011-06-12 Thread Raymond Camden
Last I heard - and this was a while ago - DW supported SVN, but only an older version of SVN. Let me check real quick. On Sun, Jun 12, 2011 at 10:25 AM, Matthew Williams wrote: > > To clarify, Ray's clarify, my clarify... uh, right, it sounded funnier > in my head.  At any rate, for me UI dev a

Re: Homesite 5.5

2011-06-12 Thread Raymond Camden
Just to be clear, when folks say "UI development", also think jQuery development. I know there are quite a few CF folks doing jQuery work as well. Until you try writing jQuery with DW you don't know what you are missing. Seriously. Or to be clear - JavaScript editing in general is -far- superior i

Re: Homesite 5.5

2011-06-11 Thread Raymond Camden
Just want to ditto Russ. Moving to Eclipse was painful at first. I forced myself to give it two weeks. If I had just given it a day I would have given up. That being said - if you don't like CFEclipse or CFBuilder and want to move to something more modern, _definitely_ check out Dreamweaver CS 5.

Re: Question about cfPresentation & cfPresentationSlide

2011-06-09 Thread Raymond Camden
And Powerpoint too. On Thu, Jun 9, 2011 at 11:29 AM, Raymond Camden wrote: > You can also create an HTML output. > > On Thu, Jun 9, 2011 at 10:38 AM, Rick Faircloth > wrote: >> >> So, do I understand this correctly to mean that >> cfPresentation is, in the end

Re: Question about cfPresentation & cfPresentationSlide

2011-06-09 Thread Raymond Camden
You can also create an HTML output. On Thu, Jun 9, 2011 at 10:38 AM, Rick Faircloth wrote: > > So, do I understand this correctly to mean that > cfPresentation is, in the end product, a Flash presentation? > > (The info below is from the Adobe CF Docs...) > > ColdFusion automatically generates t

Re: ORM and Sites with Multiple Databases

2011-06-02 Thread Raymond Camden
CF901 added the ability to use ORM with N datasources. On Thu, Jun 2, 2011 at 1:45 PM, Carl Von Stetten wrote: > > I am thinking about refactoring a few applications of mine to use ORM. > One problem that I think I will have is that the applications talk to > multiple databases (in the vast majo

Re: Image quality: CFX_imageCR vs CFIMAGE?

2011-05-30 Thread Raymond Camden
And don't forget - cfimage has something like 9 levels of quality for resizing. I did a blog post on this once where I wrote a quick test script to show me the time/output from all. So when you do compare cfimage to cfx_imagecr, keep that in mind. On Mon, May 30, 2011 at 2:55 PM, Mark Drew wrot

Re: Coldfusion 9 and jQuery

2011-05-26 Thread Raymond Camden
What he said. +1 Ditto. :) On Thu, May 26, 2011 at 12:54 PM, Rick Root wrote: > > On Thu, May 26, 2011 at 1:43 PM, Ken Hammond wrote: > >> >> On a side note, this would be a supplement >> to my server-side validation correct?  I > > > client side validation is for usability.   It's "optional",

Re: Coldfusion 9 and jQuery

2011-05-26 Thread Raymond Camden
You don't really need to "install" jQuery It is one file, jquery.js. Download it from jquery.com and place it on your web server. You can put it anywhere, but it has to be under web root. On Thu, May 26, 2011 at 12:32 PM, Ken Hammond wrote: > > Pretty simple.  I have a Coldfusion 9 install and I

Re: (ot) Shameful

2011-05-23 Thread Raymond Camden
Btw - it should be fixed now. On Tue, May 17, 2011 at 5:56 PM, Bryan Stevenson wrote: > > Next time report your issue with the Adobe website to...ummm...Adobe ;-) > > On Tue, 2011-05-17 at 15:33 -0400, Irvin Gomez wrote: > >> >Really? You come in here with the intention to insult and raise ire

Re: HOF Site

2011-05-20 Thread Raymond Camden
You know it's a guy - got a name? On Fri, May 20, 2011 at 4:57 PM, Michael Dinowitz wrote: > > Yes and no. It's the same guy who used the hole in Galleon to hack into HoF > and Forta.com last year. At least he's using the same code. I found pieces > of it in files around the site, though he didn

Re: HOF Site

2011-05-20 Thread Raymond Camden
As someone who has been on receiving end of help from the community, I'd love to be able to help take someone down. Tell us so we can fight back. On Fri, May 20, 2011 at 3:08 PM, Russ Michaels wrote: > > You need to change all your passwords and block remote access to the server > to only your I

Re: ColdFusion and AJAX choices

2011-05-20 Thread Raymond Camden
I think I can probably end this conversation right now. The absolute BEST JavaScript Framework/Library/selfwritten code is... whatever allows you to get the job down in the most efficient, easy to maintain manner, and the one that addresses the needs of the users. It just so happens that for a

Re: CFchart / currency

2011-05-20 Thread Raymond Camden
Cool. So just FYI - what you saw with the pie chart was kinda expected. I should have warned you first. My XML was for one type. Either way - it's interesting that you could also fixed this via JRE locale. Do you mind adding this tip to my blog post as a comment? For folks on a shared system, my

Re: Problem with enctype="multipart/form-data" and some browsers

2011-05-19 Thread Raymond Camden
When you tested with Firebug, did you see anything? How about any other network tool, like Charles? On Thu, May 19, 2011 at 12:13 PM, Al Musella, DPM wrote: > > Hi >  I have an urgent problem.. > >   I created a website for a fundraising event that is going on all > month.. one function is to c

Re: CFchart / currency

2011-05-19 Thread Raymond Camden
Ah yes - my chart was for a bar chart. What's your chart type? Isee it's a pie. Hold on. Going to my coldfusion dir... Going to charting folder... Double clicking webcharts.bat On the welcome screen, I picked a Pie chart example. Hmm. So you want a pound sign on the mouse overs for the pie sli

Re: CFchart / currency

2011-05-19 Thread Raymond Camden
> The chart editor I see in DW doesn't have the options to turn off locale or > set lang and country.  But I used the following laboriously copied and > pasted from your blog entry. That's a cfchart tag editior. It can't/shouldn't contain what you see in the Java based program since - well it's a

Re: CFchart / currency

2011-05-19 Thread Raymond Camden
http://www.coldfusionjedi.com/index.cfm/2011/5/19/cfchart-and-nonAmerican-locales Blog post. With pictures. It's pure winning. On Thu, May 19, 2011 at 10:37 AM, Raymond Camden wrote: > I just checked - CF7 added the ability to use styles. You should be all set. > > > On Thu

Re: cgi.host_name Security Exploit

2011-05-19 Thread Raymond Camden
What about an ecommerce system that hits the test ecom system when in dev mode? If I knew your code did that, or suspected, I'd try it and use one of the many common test CC numbers, like 4111. Actually, I've seen that number work on sites even in 'production' mode as well. On Sat, M

Re: CFchart / currency

2011-05-19 Thread Raymond Camden
I just checked - CF7 added the ability to use styles. You should be all set. On Thu, May 19, 2011 at 10:37 AM, Raymond Camden wrote: > Actually the chart editor is old. Go to your cf root, charting, and > run webcharts.bat (or the Unix flavor). It's a graphical editor that > spi

Re: CFchart / currency

2011-05-19 Thread Raymond Camden
" >  title="#session.mainCatDescr# Sales for  #dateformat(chartdate, "")# > #dateformat(chartdate, "")#" xaxistype=""> > valuecolumn="grandTotalPrice" query="subCats"> > > > Incidently, have your b

Re: ColdFusion and AJAX choices

2011-05-19 Thread Raymond Camden
On Thu, May 19, 2011 at 9:24 AM, <> wrote: > >  >>Do those 10 lines of code enable you to write different handlers > depending on the status code and success of the http call without any > fuss? > > Better than that : they open a new window to display the CF error dump in > case the called templ

Re: ColdFusion and AJAX choices

2011-05-19 Thread Raymond Camden
So you agree with an incorrect assesment of the size of jQuery? It's 31KB minimized, not 300k. On Thu, May 19, 2011 at 8:17 AM, <> wrote: > >  >>Carrying 300K of JS code (min) just to do something that takes 10 lines > (or less) of JS code is nonsense. > > I agree 100%. I do all my Ajax stuff w

Re: CFchart / currency

2011-05-19 Thread Raymond Camden
I'll turn this into a blog post tonight, but I loaded up the Chart editor, went to Y-Axis, and picked Format. I changed the style to Currency, and unchecked "Sytem Locale." I picked Germany and it definitely worked. I also tried English/UK and it worked well too. Once you get the style you can the

Re: ColdFusion and AJAX choices

2011-05-19 Thread Raymond Camden
Simple. jQuery is so awesome it seems bigger than it really is. ;) On Thu, May 19, 2011 at 7:03 AM, Rick Faircloth wrote: > > Where do you get 300K? > > jQuery core is only 229K uncompressed... > 31K, minified and gzipped. > > www.jquery.com > > > > -Original Message- > From: Michael Gra

Re: ColdFusion and AJAX choices

2011-05-19 Thread Raymond Camden
browser; then you find > that IE x has some quirk you didn't count on, etc > 4) You and Claude S will best friends, I can tell > -- > WSS4CF - WS-Security framework for CF > http://wss4cf.riaforge.org/ > -- ==========

Re: (ot) Shameful

2011-05-17 Thread Raymond Camden
ssh*ole suit does not look good on you. > Really. > -- ======= Raymond Camden, ColdFusion Jedi Master Email    : r...@camdenfamily.com Blog      : www.coldfusionjedi.com Ke

Re: ColdFusion and AJAX choices

2011-05-17 Thread Raymond Camden
jQuery + 10. ;) On Tue, May 17, 2011 at 12:56 PM, Carl Von Stetten wrote: > > jquery +1 > > On 5/17/2011 8:50 AM, Darius Florczyk wrote: >> Hi, I need to add AJAX functionality in a new project and wondering if >> anyone had any recommendations for the most robust, stable choice. I will be >>

Re: MySQL install

2011-05-16 Thread Raymond Camden
Not sure I'd recommend phpmyadmin - wouldn't that also imply installing PHP? MySQL has free tools for management - why not just use them? (And yeah - they kinda suck in terms of UX but you can deal with it. :) On Mon, May 16, 2011 at 12:34 PM, Russ Michaels wrote: > > You should real the notes o

Re: IMing without access to the CF Administrator

2011-05-16 Thread Raymond Camden
Try IMIfied - http://www.imified.com/ http://www.coldfusionjedi.com/index.cfm/2008/9/11/IMified-Relaunches On Mon, May 16, 2011 at 9:59 AM, Phillip Vector wrote: > > I'm on shared hosting, therefore, I don't get to access the CF Administrator. > What I would like to do is send an IM to a servi

Re: Model Glue

2011-05-14 Thread Raymond Camden
What datasources you can use is not a MG (or any framework normally) question. It depends on what CF supports. So Access should be fine. But - please - for the love of humanity - stop using Access ASAP. ;) On Thu, May 12, 2011 at 4:32 PM, Ken Hammond wrote: > > This question is probably for Ray

Re: Getting basic CF8 CFCACHE working in CF9

2011-05-14 Thread Raymond Camden
On Fri, May 13, 2011 at 10:54 PM, Terry Ford wrote: > 1. I can't for the life of me work out how to do that in CF9.  First, I need > to add "usequerystring=true" right because the default behavior was changed > in CF9? Right - I believe the idea is that before it was automatic, but in 9 we all

Re: (ot) Shameful

2011-05-10 Thread Raymond Camden
Nope, it didn't work for me. I had to click the link and view it in my browser. If Adobe were truly committed to CF, I wouldn't need to actually click the link. Rather, uniformed penguins in sequin jackets would deliver the demos to me on feather-stuffed pillows while simultaneously singing a capp

Re: Solr Errors

2011-05-09 Thread Raymond Camden
Just checking in Mary. Were you able to get past this? Have you considering contacting Adobe for official support? On Mon, Apr 11, 2011 at 2:41 PM, Mary Jo Sminkey wrote: > >> What are you loading into your index (queries or documents)?  Can you >> >> provide a code snippet of your process? > >

Re: login modules / advertising modules

2011-05-06 Thread Raymond Camden
I've got Harlan - an ad server program. It's _old_ and rusty and - I'm ashamed to say - makes use of Flash Forms. But it's free to use and modify. On Thu, May 5, 2011 at 10:57 PM, Ben Conner wrote: > > Hi, > > Are there any current modules for these two functions that are generally well > though

Re: Bless

2011-05-03 Thread Raymond Camden
You forgot a round in there too. ;) On Mon, May 2, 2011 at 9:10 PM, Justin Scott wrote: > of course).  If I have a numeric ID, I'm going to > min(abs(val(trim(url.id))), 200) that variable before it ever > makes it to the query (forces a positive in-range integer or zero; the > two billion

Re: CFFILEUPLOAD total confusion

2011-05-03 Thread Raymond Camden
On Tue, May 3, 2011 at 2:21 PM, Gene Godsey wrote: > Question 1: How do I get the application to retrieve and provide the file or > files name(s)? The value, myVar, is an array of file structs. Each struct contains information about the file upload. Look up the docs for cffile/action=upload. Th

Re: Dynamic SQL in CFScript

2011-04-26 Thread Raymond Camden
var q = new com.adobe.coldfusion.query(); q.setDatasource("cfartgallery"); var sql = "select mediatype from media"; if(structKeyExists(arguments, "something")) { sql &= " where media like :search"; q.addParam(name="search",value="%#arguments.str#%",cfsqltype="cf_sql_varchar"); } q.setSQL(sql); v

Re: check for a base64 encoded string

2011-04-22 Thread Raymond Camden
I think it is important to remember that "some overhead" doesn't necessarily mean "too much overhead." If you want 'perfect' response time you need to write in Assembly. ;) I'd imagine any overhead you get from this would be more than acceptable. On Fri, Apr 22, 2011 at 11:49 AM, Brook Davies w

Re: CFinvoke in a CFfunction in a CFC

2011-04-19 Thread Raymond Camden
Your method isn't written correctly. You don't use cfparam to define arguments, but use the cfargument tag instead. Check the docs for the reference, but basically it is basically create an instance of our CFC as an object. From there I call some > method to clean up the data and prevent SQL in

Re: Custom tags in CF 9

2011-04-12 Thread Raymond Camden
custom tag locations as you > like in the administrator.  So it would be easy enough to use your > c:/jrun4/customtags/  and just define that in each and every instance > that you would like to search that directory for tags. > -- ===

Re: Solr Errors

2011-04-08 Thread Raymond Camden
To be clear - is this only for your unit tests? Could you possibly use sleep() to slow things down a bit? That's a hack - but would allow you to keep testing. On Fri, Apr 8, 2011 at 11:36 AM, Mary Jo Sminkey wrote: > > Well, by doing some research on the Solr boards and lists, I was able to > f

Re: Removing duplicates from a value list

2011-04-08 Thread Raymond Camden
CFLIb has a few options too: http://cflib.org/udf/ListDeleteDuplicates http://cflib.org/udf/ListDeleteDuplicatesNoCase On Fri, Apr 8, 2011 at 6:09 AM, Bobby Hartsfield wrote: > > http://acoderslife.com/index.cfm/blog/Simple-way-to-remove-duplicate-list-it > ems-in-ColdFusion > > > .:.:.:.:.:.:.

Re: Storing Arrays or Structures in a database

2011-04-07 Thread Raymond Camden
Not if any value has a comma in it. You can use other delimiters, but then you just have a different problem. On Wed, Apr 6, 2011 at 4:38 PM, Bobby Hartsfield wrote: > > Assuming you are dealing with one dimensional arrays, sure, converting it to > a list could work. > > .:.:.:.:.:.:.:.:.:.:.:.:

Re: Solr Errors

2011-04-06 Thread Raymond Camden
There was definitely fixes for Solr indexing, which I don't necessarily think will help you, but as a general rule I tend to recommend getting up to the latest/greatest. On Wed, Apr 6, 2011 at 8:36 AM, Mary Jo Sminkey wrote: > >>Well, technically yes - there was a CHF after 901. > > Sorry, I me

Re: Solr Errors

2011-04-05 Thread Raymond Camden
Well, technically yes - there was a CHF after 901. On Tue, Apr 5, 2011 at 12:59 PM, Mary Jo Sminkey wrote: > >>Are you running the latest CF9? There were Solr fixes past 9.0.0. >> > > CF9.01 on all boxes, so yes, unless there are other hot fixes past that. > > > MJS > > > > ~~~

Re: Solr Errors

2011-04-05 Thread Raymond Camden
Are you running the latest CF9? There were Solr fixes past 9.0.0. On Tue, Apr 5, 2011 at 11:34 AM, Mary Jo Sminkey wrote: > >>I shouldn't imagine adding cflocks will do much good. The error is to >>do with the nature of your collections and the way in which the Solr >>server is configured (poten

Re: Solr Errors

2011-04-04 Thread Raymond Camden
Interesting. It almost sounds like a load issue. Was the site under heavy load? On Mon, Apr 4, 2011 at 4:09 PM, Mary Jo Sminkey wrote: > > Has anyone else seen these kinds of errors? I keep getting them on CF9.01 > when I run cfindex tags to add new data to a Solr collection. > > org.apache.so

Re: CFSEARCH puzzle

2011-03-30 Thread Raymond Camden
This is a public listserv. At the bottom of every message is a link to unsubscribe. On Wed, Mar 30, 2011 at 6:13 AM, Pac Man wrote: > > please take me off your list you ve got the wrong email address > > Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Re: CFSEARCH puzzle

2011-03-30 Thread Raymond Camden
++ > Kevin Parker > Advanced Imaging > > e: webmas...@advancedimaging.com.au > w: www.advancedimaging.com.au > m: 0418 815 527 > > ++ > > http://au.linkedin.com/in/krparker > > > -Original Message- > From: Raymond Camden [mailto:rcam...@gmail.com]

Re: Fullasagoog not updating?

2011-03-30 Thread Raymond Camden
You can always use ColdFusionBloggers.org. ;) (And seriously - if you don't use it now because it's missing something, let me know.) On Tue, Mar 29, 2011 at 10:28 PM, Dave Merrill wrote: > > Not sure if this is a live-under-a-rock-and-missed-the-news thing, but > the latest post I see on fullasa

Re: CFSEARCH puzzle

2011-03-29 Thread Raymond Camden
By any chance is this online where we can see? On Tue, Mar 29, 2011 at 8:52 PM, Kevin Parker wrote: > > I checked that and no its not > > > ++ > Kevin Parker > Advanced Imaging > > e: webmas...@advancedimaging.com.au > w: www.advancedimaging.com.au > m: 0418 815 527 > > ++ > > ht

Re: CFSEARCH puzzle

2011-03-29 Thread Raymond Camden
Don't forget that your context may include HTML, sometimes broken HTML. One trick I employ is to use context markers like so ___BEGIN___ ___END___ I then remove all HTML, and replace ___BEGIN___ with and __END__ with wrote: > > On 3/29/2011 3:32 PM, Kevin Parker wrote: >> That's correct - cont

<    1   2   3   4   5   6   7   8   9   10   >