Re: cfimage error

2013-01-16 Thread Dan Baughman
.? > > Regards > Russ Michaels > www.michaels.me.uk > www.cfmldeveloper.com - Free CFML hosting for developers > www.cfsearch.com - CF search engine > On Jan 16, 2013 4:48 AM, "Dan Baughman" wrote: > >> ~

Re: cfimage error

2013-01-16 Thread Dan Baughman
> Regards > Russ Michaels > www.michaels.me.uk > www.cfmldeveloper.com - Free CFML hosting for developers > www.cfsearch.com - CF search engine > On Jan 16, 2013 4:48 AM, "Dan Baughman" wrote: > >> >> honestly people how do you get off this list? >>

Re: cfimage error

2013-01-16 Thread Dan Baughman
; www.cfsearch.com - CF search engine > On Jan 16, 2013 4:48 AM, "Dan Baughman" wrote: > ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffu

Re: cfimage error

2013-01-16 Thread Dan Baughman
for developers > www.cfsearch.com - CF search engine > On Jan 16, 2013 4:48 AM, "Dan Baughman" wrote: > >> >> honestly people how do you get off this list? >> >> On Tue, Jan 15, 2013 at 3:59 PM, Tim Do wrote: >> > >> > The images a

Re: form-post to SQL-insert creates double-entry

2013-01-15 Thread Dan Baughman
during your logic to action something on the page validate it in some slight way. EG. TAKE SOME ACTION On Tue, Jan 15, 2013 at 1:44 PM, Matt Quackenbush wrote: > > You are running the insert query each time you load the page. Remove your > s on the form fields, and wrap the query in an

Re: form-post to SQL-insert creates double-entry

2013-01-15 Thread Dan Baughman
the better approach is to go ahead and keep the cfparam, and then during your logic to action something on the page validate it in some slight way. EG. TAKE SOME ACTION On Tue, Jan 15, 2013 at 1:44 PM, Matt Quackenbush wrote: > > You are running the insert query each time you load th

Re: CF10 REST has completely tanked

2013-01-15 Thread Dan Baughman
I'm an old school coder and always serialize stuff manually without using the built-in garbage and it works great that way. The other serialization I use often is cfwddx On Tue, Jan 15, 2013 at 2:55 PM, Jim Campbell wrote: > > No worries - the way it's built, it's not *too* much of a stretch t

Re: cfimage error

2013-01-15 Thread Dan Baughman
cfimage is really quite buggy... it has file locking issues. you have to fiddle with the tag and function version until something works reliably in a high demand environment. It is truthfully only marginally better than the native java stuff. On Tue, Jan 15, 2013 at 3:59 PM, Tim Do wrote: > > T

Re: cfimage error

2013-01-15 Thread Dan Baughman
honestly people how do you get off this list? On Tue, Jan 15, 2013 at 3:59 PM, Tim Do wrote: > > The images are all named correctly since I'm able to pull the images up and > display them. > The coldfusion server that the cfimage code resides on is calling the image > from another server. I ve

Re: CF10 REST has completely tanked

2013-01-15 Thread Dan Baughman
unsubscribe On Tue, Jan 15, 2013 at 4:00 PM, Jim Campbell wrote: > > I think you're on the right track, although it ultimately still fails to > register the CFC. For instance, if, in the Application.cfc, I use the > absolute path (or relative path) to the directory in which the REST CFCs > are l

Re: Spammers are stupid

2012-12-31 Thread Dan Baughman
Any unwanted email is kind of stupid Dan Baughman On Dec 30, 2012, at 8:48 AM, Bruce Sorge wrote: > > So since occasional messages from this list and random legitimate emails from > other sources somehow end up in my spam folder, I actually have to look at > the folder conten

Re: _Re:_URGENT_:_How_to_Detect_screen_resolution_in_COLDFUSION?

2012-12-28 Thread Dan Baughman
It would be awesome if he could unsubscribe me too I've wanted off for like two month Dan Baughman On Dec 27, 2012, at 5:35 AM, Judith Dinowitz wrote: > > I didn't see this until now, guys. Michael just got up and he'll have him > off in a jiffy. > > And Paul

Re: Secure Image Uploads

2012-12-18 Thread Dan Baughman
skip all the nonsense and just try to resize the image. If that fails its either a color pallete java can't handle or it isn't an image. - Dan On Tue, Dec 18, 2012 at 8:12 PM, Terry Troxel wrote: > > I am looking for a safe and secure way to put an example page on my site > that will allow a

list status

2012-12-03 Thread Dan Baughman
Hey guys, This list has served me well for a number of years but I'd like to unsubscribe... you can't unsubscribe without signing into the houseoffusion site and the forgot password functionality is not working. Does anyone know how to unsub from this list? Thanks

Re: Trouble with CF 9 Spreadsheet functions

2012-11-27 Thread Dan Baughman
unsubscribe ~| 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/message.cfm/messageid:353302 Subscr

Re: Coldfusion 9 certification

2012-03-29 Thread Dan Baughman
I guess everyone has their own experiences In mine, and for those I know and have spoke with, certifications don't get you the job offer directly, but they definitely help in two big ways towards getting the job. 1) getting through HR and/or the hiring manager onto the desk of the person who

Re: Coldfusion 9 certification

2012-03-28 Thread Dan Baughman
Adobe's coldfusion ace is the only one I know of if you've programmed in it a few years you wont have to study for more than a few weeks to learn the pedagogy. On Wed, Mar 28, 2012 at 9:15 PM, fun and learning wrote: > > Hi All - > > Having worked with Coldfusion for the past three years, I

Re: sartis

2012-03-02 Thread Dan Baughman
The easiest and least obtrusive way i can think of would be to build the pagination into the page, as if you wanted it to function like it was paging without ajax. Then, use a jquery load call for the link, here is the doc for jquery load: http://api.jquery.com/load/ The key javascript call lo

Re: Fusion Reactor and Fusion Analytics Kick Ass

2012-02-19 Thread Dan Baughman
Thats great, but I guess outside of being cool none of that really provides any value. It shouldn't take a Coldfusion tool to determine your server is rebooting at 3AM. On Fri, Feb 17, 2012 at 3:31 PM, Brook Davies wrote: > > I just set up fusionAnalytics - its awesome. It really makes fus

Re: Invisible Scheduled Task

2012-01-18 Thread Dan Baughman
Is there another instance of CF somewhere that could be triggering the task to run? does the server log show the http request, and the scheduler activity, or just the http request? On Wed, Jan 18, 2012 at 2:00 PM, Matthew Gersting wrote: > > Has anyone had any experience with a scheduled task th

Re: Very disappointing statis

2011-12-14 Thread Dan Baughman
been having. :) > > On Wed, Dec 14, 2011 at 8:08 AM, Dan Baughman > wrote: > > > > Because you think node.js is more popular? > > > > On Wed, Dec 14, 2011 at 9:06 AM, Phillip Vector > > wrote: > > > >> > >> "The f

Re: Very disappointing statis

2011-12-14 Thread Dan Baughman
Because you think node.js is more popular? On Wed, Dec 14, 2011 at 9:06 AM, Phillip Vector wrote: > > "The following server-side programming languages are used by less than > 0.1% of the websites > >JavaScript" > > All credibility is lost with that statement. > > On Wed, Dec 14, 2011 at 8:02

Re: Count rows in Excel file

2011-10-11 Thread Dan Baughman
Ad hoc SQL datasources may be an option if you have sufficient privleges on a sql server and the account running sql has permissions to access the file. On Tue, Oct 11, 2011 at 2:26 PM, Brook Davies wrote: > > Hey Everyone, > > > > Anyone know a way to count the rows in an excel file without us

Re: Hiding email address from spiders

2011-10-07 Thread Dan Baughman
I like to place the href attribute of the a tag via javascript using html entities and such. On Fri, Oct 7, 2011 at 7:09 PM, Jenny Gavin-Wear < jenn...@fasttrackonline.co.uk> wrote: > > I have a client using a CMS I've built and they are using a lot of email > addresses in the content. > > As I

Re: 20USD/Hour Seriously?

2011-09-22 Thread Dan Baughman
CF dev's I know work for between 75 and 110. I wouldn't even talk on the phone for $20/hour. On Thu, Sep 22, 2011 at 9:55 AM, Phillip Vector wrote: > > No trollage was intended. Seriously. > > On Thu, Sep 22, 2011 at 8:50 AM, David McGuigan > wrote: > > > > Is it just me or does this post smel

Re: Solr Summary Text

2011-09-19 Thread Dan Baughman
You can change solr's configuration through editing its text file to include the context when the entries in that collection are updated. I can't recall off the top of my head how to do this, but I can you can dig around on google for "adding context to solr coldfusion 9" or something. They say

Re: cf enterprise quad cpu box

2011-08-15 Thread Dan Baughman
Sorry I meant to say it DOES seem like one core is commonly over utilized. On Mon, Aug 15, 2011 at 1:12 PM, Dan Baughman wrote: > So what you are saying is that threads will use different cpu's > automatically? > > Well in my case, I have quad quad cores, so its 16 cores. I do

Re: cf enterprise quad cpu box

2011-08-15 Thread Dan Baughman
ocess more > performant by prioritizing or simulprocessing code chunks, not to try to > balance workload across multiple cores or processors. > > > > > On Mon, Aug 15, 2011 at 12:53 PM, Dan Baughman >wrote: > > > > > With the one jrun.exe process running, I ca

cf enterprise quad cpu box

2011-08-15 Thread Dan Baughman
With the one jrun.exe process running, I can never get coldfusion to really utilize multiple processors. Is there a way in enterprise mode that you can set it to spawn multiple jrun.exe processes, one per processor to work collaboratively serving one web site? ~~

Re: CSS Conditionals Question

2011-08-11 Thread Dan Baughman
I am aware of one technique that internet explorer employs in order to achieve something like what you are looking for, but this doesn't help you for other browsers. You alsmost have to have some logic and then include different css files if you really want something extravagant. Check out this

Re: SOT, JSON web services

2011-07-29 Thread Dan Baughman
hout typing it out the hard way? > > Cheers > > > > On Fri, 2011-07-29 at 16:12 -0600, Dan Baughman wrote: > > > Well its kind of an odd scenario. > > > > I've been given a schema and WSDL for a web service, but the schema and > WSDL > > are in

Re: SOT, JSON web services

2011-07-29 Thread Dan Baughman
e right, versus having the tool create example data packets. On Fri, Jul 29, 2011 at 2:47 PM, Raymond Camden wrote: > > 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: > > >

SOT, JSON web services

2011-07-29 Thread Dan Baughman
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 into, but doesnt anyone know of anything like that for JSON? I've got a handlful of schema XML's which are part of a WSDL for a JSON web service

Re: Automated File Deployment/Replication

2011-07-05 Thread Dan Baughman
I work in a similar environment and use three general techniques. 1) an ftp tag that replicates files that need to immediately replicate that are uploaded through the admin, it basically figures out which server its running from and copies to the other two synchronously using cfftp 2) install cyg

Re: Stupid Question

2011-06-30 Thread Dan Baughman
> And you should avoid using isDefined(). > > > Regards, > Andrew Scott > http://www.andyscott.id.au/ > > > > -Original Message- > > From: Dan Baughman [mailto:dan.baugh...@gmail.com] > > Sent: Friday, 1 July 2011 4:05 AM > > To: cf

Re: Stupid Question

2011-06-30 Thread Dan Baughman
You would ask it like this: On Thu, Jun 30, 2011 at 11:58 AM, Robert Harrison < rob...@austin-williams.com> wrote: > > Just asking the question is bad... the line > > > > Gives me the error >Element CAPABILITY_ID is undefined in CAPABILITY_DETAIL. > > > Robert B. Harrison > Dir

Re: Stupid Question

2011-06-30 Thread Dan Baughman
I've seen stuff like this happen if capability_detail.capability_id had been assigned to a function that didnt return a value. For some reason its defined but in some null state. On Thu, Jun 30, 2011 at 11:37 AM, Robert Harrison < rob...@austin-williams.com> wrote: > > If I have these two lines

Re: SOT: SEO, schema, microdata

2011-06-07 Thread Dan Baughman
ent from what I might > get for the same search term. > > So when you say you will be looking for pages with microformats, Google > (for > example) will return (for you) more pages with microformats than if I did > it. > > Just a thought. > > Regards > > Ma

SOT: SEO, schema, microdata

2011-06-07 Thread Dan Baughman
Hey list, I'm looking for some concrete examples of where microdata or RDFa or similar has directly boosted seo on a site. I'm literally looking for a reference to a live page that uses one of the aforementioned and then a link to how the appearance on a search engine has been improved/altered.

Re: HOF Site

2011-05-20 Thread Dan Baughman
Heh, out for blood? On Fri, May 20, 2011 at 7:45 PM, Raymond Camden wrote: > > 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

Re: What's everybody using?

2011-04-13 Thread Dan Baughman
nd it automatically readjusted the scale. The charts4j seem more static. On Wed, Apr 13, 2011 at 9:27 AM, Russ Michaels wrote: > > try this > > http://code.google.com/p/charts4j/ > > > > On Wed, Apr 13, 2011 at 4:24 PM, Dan Baughman >wrote: > > > > > I

Re: What's everybody using?

2011-04-13 Thread Dan Baughman
I'm using this: http://code.google.com/p/flot/ Its fairly simple jquery, and it doesn't require flash. On Wed, Apr 13, 2011 at 9:20 AM, Wil Genovese wrote: > > I've experimented with Google Charts a time or two. > > http://code.google.com/apis/chart/ > > > Wil Genovese > Sr. Web Application D

Re: 9.01 updater - the nightmare relived

2011-03-25 Thread Dan Baughman
Yea trusted cache?? and the setting int he cf admin that says something about storing class between restarts... I dont employ either setting - not the culprit here.. On Fri, Mar 25, 2011 at 1:29 PM, Dave Watts wrote: > > > Why doesn't the updater do that then? I've never heard of that before. >

Re: 9.01 updater - the nightmare relived

2011-03-25 Thread Dan Baughman
Why doesn't the updater do that then? I've never heard of that before. I guess I must be living under a rock because I've upgraded many, many servers starting from coldfusion 6 up through 9.01 and NEVER had to clear any class-cache - nor I have heard this mentioned by anyone as a solution for thi

Re: 9.01 updater - the nightmare relived

2011-03-25 Thread Dan Baughman
Thanks, I actually stopped everything (cf,iis) then just restored a copy of the coldfusion directory pre-update and it re-started everything. Dan On Fri, Mar 25, 2011 at 10:23 AM, Russ Michaels wrote: > > FYI, if you are on windows, before updating CF, just take a copy of the > ColdFusion ins

9.01 updater - the nightmare relived

2011-03-25 Thread Dan Baughman
Hi List, I recall back when I installed 9.01 - its basically like playing russian roullette with your server with the possible outcome being that you have to reinstall your entire ColdFusion setup. Its this error (and some of its variants) that start occuring on every CFM file: The tag handler a

Re: Solr Summary Text

2011-03-16 Thread Dan Baughman
They work you just have to adjust ur settings. You have to edit the xml files that configure solr so that they retain the text and thus can present the context passage. Follow these instructions and then rebuild your index and you'll have context passages: http://help.adobe.com/en_US/ColdFusion/

Re: SOT - site monitors

2011-02-05 Thread Dan Baughman
pingdom.com offers a trial service, for some reason I thought they had something free, but they may have changed that. On Sat, Feb 5, 2011 at 10:21 PM, Kevin Parker wrote: > > I need to automatically monitor about 3 CF sites that run on hosted servers > (they're not my boxes). All I need to know

Re: CFSearch and SOLR

2011-01-17 Thread Dan Baughman
> > Sent: 17 January 2011 09:08 > > To: cf-talk > > Subject: Re: CFSearch and SOLR > > > > > > I tried and ended up doing it directly. As far as I could see it was not > > possible. > > > > Using Solr directly wasn't too much bother and the ben

CFSearch and SOLR

2011-01-16 Thread Dan Baughman
Hi List, Has anyone setup any of the complex Facet stuff that Solr supports through ColdFusion using CFSEARCH? It seems to me that you would have to interact with the SOLR server directly via CFHTTP to get any of the decent features out of Solr. Specificaly, I want to specific some facet parame

Re: What's the best way to investigate a Jrun.exe spike?

2011-01-05 Thread Dan Baughman
Use cfstart to run coldfusion command line, and then do stack dumps using ctrl-pausebreak when it spikes. There is an adobe tech note on how to do that. In addition to that, Process Monitor from Mark Russinovich is also very good ( and free). On Wed, Jan 5, 2011 at 4:31 PM, Philip Kaplan wrote

Re: CFWDDX Serialization and Deserialization

2010-12-07 Thread Dan Baughman
I'll throw together a segement code later for those interested. It's really more basic than that. On Tue, Dec 7, 2010 at 7:11 AM, Jason Fisher wrote: > > Sounds like the OP's issue is XML, not HTML, where the CDATA blocks can't > be nested. Not sure there's a solution for that one ... > >

Re: CFWDDX Serialization and Deserialization

2010-12-06 Thread Dan Baughman
the right one this time. On Mon, Dec 6, 2010 at 4:43 PM, Russ Michaels wrote: > > Could you use CFJSON instead > > http://cfjson.riaforge.org/ > > Russ > > -----Original Message- > From: Dan Baughman [mailto:dan.baugh...@gmail.com] > Sent: 06 December 20

CFWDDX Serialization and Deserialization

2010-12-06 Thread Dan Baughman
It has recently (and very painfully) come to my attention that cfwddx serialize doesn't encapsulate strings in CDATA markers. This removes your ability to have HTML/XML markup in a string that is part of a struct you are trying to serialize/deserialize with out paying special attention to each st

Re: Excel File Parser for ColdFusion

2010-11-29 Thread Dan Baughman
Not off the top of my head, but I recall that you have to close both the resource and the queryobject using a .close function, or the resource handle stays open and you end up having to restart coldfusion every so often. On Mon, Nov 29, 2010 at 10:02 AM, Joel Rivera wrote: > > :):):) > > ~

Re: Simple question

2010-10-07 Thread Dan Baughman
with courage makes a majority. > -Andrew Jackson > > A fine is a tax for doing wrong. A tax is a fine for doing well. > > On Oct 7, 2010, at 2:29 PM, Dan Baughman wrote: > > > > > So if you set the output to blank it doesn't over write the contents of > the >

Re: Simple question

2010-10-07 Thread Dan Baughman
So if you set the output to blank it doesn't over write the contents of the file? On Thu, Oct 7, 2010 at 1:13 PM, John M Bliss wrote: > > cffile action="write" file="c:\temp\temp.txt" output="" > > On Thu, Oct 7, 2010 at 2:05 PM, Dan Baughman >

Simple question

2010-10-07 Thread Dan Baughman
Hi All, What is the easiest way in coldfusion to "touch" a file. IE. updates it's modified time to be now. I can think of a few hacks, but was looking for something super easy and graceful. Dan ~| Order the Adobe Coldfusion

Re: Really odd problem - cpu utilization at idle

2010-09-22 Thread Dan Baughman
My hesitation on cookie is adding the un-necessary bandwidth to every request. I think the best move is a hybrid. 1) disable client vars using clientmanagement=no in your cfapplication 2) set it to database or cookies. On Wed, Sep 22, 2010 at 2:57 PM, Russ Michaels wrote: > > set the default

Video analysis

2010-09-22 Thread Dan Baughman
Hi List, I'm kicking around allowing users to upload videos directly to my site rather than using a 3rd party like youtube or vimeo. Does anyone have any experience with a coldFusion friendly video analysis tool? I'm hoping for something I can run on the uploaded file to verify the fileformat,

Re: Really odd problem - cpu utilization at idle

2010-09-22 Thread Dan Baughman
Ok I got this taken care of, it was the registry values! I wasn't using Client variables, but I had client management set to yes in the application.cfm I disabled that, and cleared that reg key that stores the client variables and like magic the server is 100% Clientmanagement=yes is basica

Re: Shorter URLs - How?

2010-09-21 Thread Dan Baughman
Well not to get to technical but cf actually sees the rewritten URL. The bots see the seo URL before it is rewritten Dan Baughman On Sep 21, 2010, at 5:06 PM, Jacob Munson wrote: > > They see the rewritten URL. > > Sent with my Android phone > > On Sep 21, 2010 4:2

Re: Really odd problem - cpu utilization at idle

2010-09-16 Thread Dan Baughman
Ok I switched it to use an empty database for the client vars. Also I do have the option of dropping back to developer mode. I googled and didn't see how to do drop back to developer mode, is this an XML file somewhere? Thanks for suggestions so far, all. On 9/16/10, Mark A. Kruger wrote: > >

Re: Really odd problem - cpu utilization at idle

2010-09-15 Thread Dan Baughman
t; > -Original Message- > From: Russ Michaels [mailto:r...@michaels.me.uk] > Sent: Wednesday, September 15, 2010 6:31 PM > To: cf-talk > Subject: Re: Really odd problem - cpu utilization at idle > > > have you tried using the built in server monitor to diagno

Really odd problem - cpu utilization at idle

2010-09-15 Thread Dan Baughman
Hi list, I have an issue where after sitting idle for a while JRUN spikes to 100% of it's cpu usage and just sits there. I ran it and did some stack traces and it wasn't even serving any web pages. Process monitor yielded that Jrun.exe's only IO activity was rescanning some XML files in the Cold

Re: Millions of Coldfusion sites need to apply patches

2010-08-12 Thread Dan Baughman
Millions of sites applying one patch is better than Millions of sites applying Millions of patches ^^ http://www.digitaltrends.com/computing/microsoft-issues-record-number-of-patches/ ~| Order the Adobe Coldfusion Anthology n

Re: Regex Help

2010-07-26 Thread Dan Baughman
kidding? i already spent $15! On Mon, Jul 26, 2010 at 6:52 PM, andy matthews wrote: > > You know I was kidding right? > > -Original Message- > From: Bobby Hartsfield [mailto:bo...@acoderslife.com] > Sent: Monday, July 26, 2010 6:21 PM > To: cf-talk > Subject: RE: Regex He

Re: Adobe no longer part of the OpenCFML committee

2010-07-23 Thread Dan Baughman
Is there an official adobe announcement that it pulled out? On Thu, Jul 22, 2010 at 5:10 PM, Sean Corfield wrote: > > On Thu, Jul 22, 2010 at 12:20 PM, Gerald Guido > wrote: > >>>Or support for Amazon Web services: S3 (well before Adobe did), > > > > My bad. Before I get a public tongue lashin

Re: Programmatic manipulation of DSN settings

2010-06-07 Thread Dan Baughman
Nice is that new to coldfusion 9? On Mon, Jun 7, 2010 at 12:33 PM, Dave Watts wrote: > > > Can you update, add, and delete datasources via code in ColdFusion? > > Yes, through the Admin API: > > http://help.adobe.com/en_US/ColdFusion/9.0/Admin/WSc3ff6d0ea77859461172e0811cbf364104-7fcf.html > >

Programmatic manipulation of DSN settings

2010-06-07 Thread Dan Baughman
Can you update, add, and delete datasources via code in ColdFusion? ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive: http:/

Re: Using two submit buttons to control form action

2010-04-28 Thread Dan Baughman
I'm using cf9 on iis7 and when I put what you've provided into a form, form.choose is either equal to change, or full, depending on which button was clicked. On Wed, Apr 28, 2010 at 6:24 PM, John Pullam wrote: > > I have seen several examples of using multiple form buttons on a single > form. Th

Solr versus Verity

2010-04-26 Thread Dan Baughman
Hi List, Anyone used Solr much? Does it fix any of the problems verity had? Has anyone used it with really large collections with categories? Does Solr corrupt itself really easily like Verity does? My biggest beef with Verity is the random collection corruption, specifically the categories s

Re: cfoutput query within cfoutput query

2010-03-19 Thread Dan Baughman
Hi Brandon, 1) Use a cfloop in place of a cfoutput tag for the inner loop. 2) in situations like these I recommend also scoping your variables, eg. the pets in the inner loop would be #pets.pet# 3) in general your approach should be revisited, mainly because it will create and execute a new query

Multi-part mime messages with cfpop

2009-09-15 Thread Dan Baughman
Hi CF List, A quick scan seems to reveal that cfpop is unable to parse and download all mime parts of a multipart encoded email message??? Anyone had to do that before and found something that works really well in ColdFusion, or I am missing something about CFPOP? Cheers, Dan ~

Re: cfopenchat - jquery

2009-09-01 Thread Dan Baughman
worked on chrome. On Tue, Sep 1, 2009 at 9:53 PM, Rick Faircloth wrote: > > Hmmm...in IE 7/8, I got "The website cannot display this page" > after entering a name and clicking the "Enter Chat" button. > > In FF 3.5.2, I got a CF Error "Variable SESSIONID is undefined," > along with this when I e

Re: Throttling CFMail

2009-08-25 Thread Dan Baughman
It's much more than just sending that many at once. Most recipient email servers will kick you out for sending too many, too fast, as well. ie. yahoo will ban you for 48 hours if you try to delivery too many emails in a short period of time. To delivery effectively you also need domain-specific th

Re: ColdFusion 8 Installation Problems.

2009-08-23 Thread Dan Baughman
Haven't seen that before either. I'd make sure that coldfusion is working properly by setting it to run stand alone, then try running IIS in iis5 compat mode to see if that helps. On Sun, Aug 23, 2009 at 7:36 PM, Mark Kolaric wrote: > > Thanks for the replies, > > I've dug into the IIS and HT

Re: ColdFusion 8 Installation Problems

2009-08-21 Thread Dan Baughman
First thing to try: Use a browser that will actually show you the error message so we can actually help you figure out what the problem is. Nothing against IE here, but when the server returns an error code IE just throws up it's garbage error page instead of showing you the message the server re

Re: Excel File Parser for ColdFusion

2009-08-07 Thread Dan Baughman
> Mark A. Kruger, CFG, MCSE > (402) 408-3733 ext 105 > www.cfwebtools.com > www.coldfusionmuse.com > www.necfug.com > > -Original Message- > From: Dan Baughman [mailto:dan.baugh...@gmail.com] > Sent: Friday, August 07, 2009 11:22 AM > To: cf-talk > Subject: Re: Exc

Re: Excel File Parser for ColdFusion

2009-08-07 Thread Dan Baughman
It appears that approach wants to work with a CSV file, not an xls? On Fri, Aug 7, 2009 at 11:17 AM, Mark Kruger wrote: > > Well here's one approach. Keep in mind that CF9 will have some good > features > for this sort of thing. > > > http://www.coldfusionmuse.com/index.cfm/2007/2/5/csv > > -Ma

Re: Excel File Parser for ColdFusion

2009-08-07 Thread Dan Baughman
I have a function that will do just that, its only like 22 lines of code. You have to be careful because if you don't close the resource and the connection you have to restart your coldfusion services... so you may want to throw in a try/catch that does that. With this code you don't have to ins

Re: Excel File Parser for ColdFusion

2009-08-07 Thread Dan Baughman
The end goal is to convert the file into a query-like struct that you can loop through taking action on the contents of each line? On Fri, Aug 7, 2009 at 10:41 AM, Donnie Carvajal < donnie.carva...@transformyx.com> wrote: > > We have an application that excepts a CSV file for data imports, but a

Re: ADA Captcha

2009-08-05 Thread Dan Baughman
Nice, I think I've decided to go with recaptcha, just because this captcha isn't really part of a form. This implemntation is being used to restrict access to certain areas of the site. On Tue, Aug 4, 2009 at 4:30 PM, Phillip Vector wrote: > > I found CFFormProtect to be very hard to configure

ADA Captcha

2009-08-04 Thread Dan Baughman
So I finally actually had an opportunity to use ColdFusion's new captch image generator.. easy enough. However, it doesn't fit the order for this site. I need something ADA compliant. I was looking at RE-captcha or something like that? anyone have anything free and easy for ADA captcha? Dan ~~

Re: Excel2Query

2009-07-21 Thread Dan Baughman
Here is how I did it, using an ad hoc odbc data source (no need for the tag) var c = ""; var stmnt = ""; var rs = ""; var sql = "Select * from [#sheetName#$]"; var myQuery = ""; arguments.filename = expandPath(arguments.filename); if(len(trim(arguments.filename)) and fileExists(arguments.file

Re: Another excel file reading question

2009-06-18 Thread Dan Baughman
Excellent observation. I've altered the code to close the connection as well as the resultset and will respond back to confirm that change does allow another dynamic odbc connection to be opened without restarting coldfusion. > I do not use dynamic odbc excel connections much. But one thing th

Another excel file reading question

2009-06-17 Thread Dan Baughman
I'm using the following code to read an excel file. But it only runs once and I have to restart coldfusion before it will be successful again, its clock word. the error message indicates system resource exceeded. Anyone figured this out? var c = ""; var stmnt = ""; var rs

Re: Coldfusion Date format question

2009-05-11 Thread Dan Baughman
I believe the issue may be with your cfqueryparam tag. You are using cf_sql_date, which to me implies only a date, not a time. According to livedocs the CF_SQL_TIMESTAMP cfqueryparam is what maps to the Microsoft SQL datetime type. Dan On Mon, May 11, 2009 at 1:37 PM, fun and learning wrote: >

Re: CFC Wrapper for ImageMagick?

2009-05-07 Thread Dan Baughman
I know it was done once as a custom tag, with nested parameters and all that. Was called cf_magicktag... really old but it is what I used prior to image support in cf8. On Thu, May 7, 2009 at 12:26 PM, Michael Muller wrote: > > I've just started using it too, and would love a CFC interface to

SQL Server Locks

2009-04-15 Thread Dan Baughman
nyone really looked at situations that ColdFusion, through the default JDBC driver to SQL Server 2000 will obtain a table or row level lock and then not release it? Or is this possiblya function of some fault SQL. Or is there some user behaviour that causes the latter to occur? Regards, Dan Bau

Re: AJAX Solution to Read database and load new Image

2009-03-29 Thread Dan Baughman
There are just a ton of ways to do exactly this, its a bit of general question. It sounds like maybe you are looking for some example code? Are you using any Javascript frameworks? The general flow to the update is going to be this: 1. A function is called via a page onload or something.

Re: CF8 Enterprise worth the cost? Any experience with it in a virtual environment?

2009-03-26 Thread Dan Baughman
09 at 9:21 AM, James Holmes wrote: > > 2009/3/26 Dan Baughman : > > > > Enterprise only offers cluster management. > > And Oracle drivers, non-throttled cfdocument/threading/mail and other > features that are performance limited in Standard, monitoring, more VM

Re: CF8 Enterprise worth the cost? Any experience with it in a virtual environment?

2009-03-26 Thread Dan Baughman
x27;t even have to restart coldfusion at all on them. Dan On 3/26/09, Greg Luce wrote: > > > Dan, "noticeably" what? I think you missed a word that defines your post. > > Greg > > On Thu, Mar 26, 2009 at 12:32 AM, Dan Baughman >wrote: > > > > >

Re: CF8 Enterprise worth the cost? Any experience with it in a virtual environment?

2009-03-25 Thread Dan Baughman
Enterprise doesn't offer perf increase, cf8 runs noticeably on 64 bit than cf7. Enterprise only offers cluster management. On 3/25/09, Ben Mueller wrote: > > Apologies if this has been asked and answered countless times, but... > > We're about to upgrade our infrastructure from CF7 to 8, and a

Re: Delivery Report

2009-03-25 Thread Dan Baughman
The number in the item checkbox would the primary key of the item in the items table, if you always have this of items then that is the simplest solution, your both over complicating, not the arbitrary order they appear on the page. You would join to the items table based on the order number, but

Re: Delivery Report

2009-03-25 Thread Dan Baughman
have all the check boxes be named the same thing. if all three boxes are check you will get a comma separated list in the form variable. e.g. with all 3 checked you'd get form.items = '1,2,3' then you just alter your query with an in statement ... where item_id in (, wrote: > > maybe i am

Re: dynamic variable

2009-03-24 Thread Dan Baughman
Use a struxt with Somestruct[variable] Variable will be evaluated before being accessed as a member od somestrict. On 3/24/09, Mike Little wrote: > > hey guys, > > doing some very wrong here... > > for (i=1; i LTE listLen(currencies); i=i+1) { > product_price_"#i#" = evaluate('getProduct.p

Re: How is this done without evaluate()?

2009-03-19 Thread Dan Baughman
Dudes... stfu evaluate can be avoided. (notice the period). . thanks dan On Thu, Mar 19, 2009 at 9:28 PM, Gerald Guido wrote: > > Opps. I posted an old version of the cfc. The new(er) one is in > cfscript > damn... my bad... but the offer still holds to not use evaluate. > > G! > > Note

Re: How is this done without evaluate()?

2009-03-19 Thread Dan Baughman
and its sloppy, newbie code On Thu, Mar 19, 2009 at 9:40 PM, Dan Baughman wrote: > Dudes... stfu evaluate can be avoided. > (notice the period). > > . > > > thanks > > dan > > > On Thu, Mar 19, 2009 at 9:28 PM, Gerald Guido wrote: > >> >> O

Verity collections/vspider in a shared environment

2009-03-11 Thread Dan Baughman
So to use a verity search that searches a site through coldfusion I have always periodically updated the collection use a vspider -cmdfile command line script that runs against localhost. In a shared environment I can get them to run the script periodically but the useless vspider is licensed

  1   2   >