Re: Enpterprise application?

2006-11-30 Thread Chris Peters
in. This problem didn't surface until we were getting higher usage rates. - Chris Peters www.chrispetersweb.com On Wednesday 29 November 2006 20:22, Johnny Le wrote: The weirdest thing is that a cfc in the request scope throw an error saying that a variable is not defined, and yet the line right above

Re: Help Tracking Podcast Downloads

2006-11-30 Thread Chris Peters
You may also want to look at www.feedburner.com. Pretty cool service. - Chris Peters www.chrispetersweb.com Does anyone know how to track how many times an mp3 file has been downloaded as a podcast? Because people can get at the mp3 file from a large array of feed reader software, I am uncertain

Re: cftry inside of cftransaction ??

2006-11-07 Thread Chris Peters
Figured someone would know and answer quicker than me testing this. Can you wrap a query with cftry inside a cftransaction? Thanks, Will I do this all the time in my CFCs... cftransaction cftry cfquery !--- Query here --- /cfquery cfquery

Re: Image CFC Image Object

2006-10-30 Thread Chris Peters
, a boundary case, but I hope it helps someone someday. :) - Chris Peters www.chrispetersweb.com You are correct, this is the object in memory. If you are going to do one simple operation, it's easier to just call the appropriate method like resize() and pass the file paths. If you are doing a bunch

Image CFC Image Object

2006-10-27 Thread Chris Peters
assume it is some sort of Java type, but I'm not sure what I'd have to do to feed data to that type from CF, or even what that type is. Thanks guys! - Chris Peters www.chrispetersweb.com ~| Introducing the Fusion Authority Quarterly

Re: Image CFC Image Object

2006-10-27 Thread Chris Peters
to an instance of javax.imageio.ImageIO. You then can pass the instance of javax.imageio.ImageIO as the objImage parameter in image.cfc's methods. Whew! - Chris Peters www.chrispetersweb.com I'm using Rick Root's Image CFC. One of the arguments for many of the CFC's methods is called objImage

Re: OT: CFEclipse

2005-12-06 Thread Chris Peters
This happened to me the first time I ran the Windows version. I can't remember if I had to restart Eclipse or restart my computer, but one of those two solved it... - Chris Peters www.chrispetersweb.com I am pretty sure this is the wrong place to ask, but didn't know where else. I am trying

Re: webservices and XML

2005-08-22 Thread Chris Peters
Did you try looking at cfwddx? If you take that route (which is pretty heavyweight), your returntype would be string. - Chris Peters www.chrispetersweb.com UPDATE: DOH! I changed the webserice and forgot to refresh it in CF AdminI no longer get that errorbut the dump of the query

Re: OT: Browser Compatibility.

2005-08-05 Thread Chris Peters
where you can VNC into the machines themselves to actually _use_ the browsers on the different OSes (great to see how JavaScript, etc. runs). - Chris Peters www.chrispetersweb.com What does everyone use to test browser compatibility, visually? Short of having a number of PC's/Macs running

Re: Open Lazlo vs. Flex

2005-08-03 Thread Chris Peters
While we're mentioning J2EE, I noticed that OpenLaszlo now can be installed as a WAR file on a J2EE app server. I had ditched the idea of installing OpenLaszlo earlier because I didn't want to deal with installing it on Tomcat. But now it's possible to install it as a JRun app. - Chris

Re: Verity

2005-07-29 Thread Chris Peters
Ben Forta's CFWACK is a great resource for beginners of Verity. He has a whole chapter or two dedicated to the subject. - Chris Peters Anyone know of any good tutorials/information out there on implementing Verity with MX ? Assuming someone knows absolutely nothing about Verity

SOLVED: Re: Web service caling local CFC

2005-07-13 Thread Chris Peters
Would you mind giving us the URL to the details you mentioned below? - Chris Peters I found a thread in a forum explaining this was a bug in MX 6.1 (didn't know my associate was still using 6.1 as we develop for 7 now). It contained a link that explains in detail what Paul K. was trying

How do you tell ColdFusion to execute .html files?

2005-06-22 Thread Chris Peters
. :) - Chris Peters Google says at http://www.google.com/webmasters/2.html that We're able to index dynamically generated pages. However, because our web crawler could overwhelm and crash sites that serve dynamic content, we limit the number of dynamic pages we index. This suggests

Random CF crashing

2005-06-17 Thread Chris Peters
to a more important page in the future. Imagine if the site's front page developed this problem! Thanks. - Chris Peters ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking

Re: CFC's and limiting DB queries

2005-06-09 Thread Chris Peters
in mind that the only way it is an abstraction is if you alias the field names, as in SELECT BL_ID AS blahID, BL_NAME AS blahName FROM ... Hope that helps. - Chris Peters just create a CFC, teamGateway.cfc for example, that returns a query of your team members. The query result is already

Re: CMS plain text data to Contribute 3

2005-01-27 Thread Chris Peters
way, I've found myself needing to open some random files in Notepad because Dreamweaver simply won't let me edit things in editable regions. Chris Peters New Media Production Specialist 614-508-7241 [EMAIL PROTECTED] www.hondros.edu I should note that I was making editable and repeating

Re: Simple HelpDesk Application in CF

2005-01-04 Thread Chris Peters
If you want something where users can email their problems directly into the Help Desk system, I recommend this free program: http://bestpractical.com/rt/ Does anyone know of a SIMPLE help desk and trouble ticket application (or module) that is free or very low cost? Also looking for simple

Re: MX not working on win2003

2004-11-08 Thread Chris Peters
How did you install ColdFusion? Is it with the built-in web server or with JRun? Any one have any ideas? I googled a few things but didn't find anything that helped. On Sun, 7 Nov 2004 13:48:40 -0600, Phill B wrote: -- Phillip B.

When to use cachedwithin

2004-11-03 Thread Chris Peters
I have a web site that uses CFMX 6.1 and MS SQL for data handling. This question is probably because I don't know as much about MS SQL as I should, so bear with me. Is it efficient to use cachedwithin on a query that only returns a row or two in the recordset? Keep in mind that this query is

More IIS/J2EE configuration installation issues

2004-10-20 Thread Chris Peters
For those of you who have installed ColdFusion 6.1 J2EE instances and hooked them to IIS: When we store our files in the IIS web site's root, they work fine. But when we try to store the files in the {jrun root}\servers\cfusion\cfusion-ear\cfusion-war folder, the server returns a 404. It

Re: More IIS/J2EE configuration installation issues

2004-10-20 Thread Chris Peters
need put your files. The *.ear and *.war are Enterprise Java Packages (just like CFMX under JRun), this has nothing to your WebRoot. Joe Eugene - Original Message - From: Chris Peters [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, October 20, 2004 10:38 AM Subject: More

Re: Field Naming

2004-10-19 Thread Chris Peters
If everyone wants to get all technical with relational database theory, a table name should be singular because it is an ENTITY. Most entities (tables) have relationships (foreign key linking) with other entities. These relationships can be thought of as verbs, and entities can be thought of as

Re: Field Naming

2004-10-19 Thread Chris Peters
Oops. I meant ARTIST creates ARTWORK. If everyone wants to get all technical with relational database theory, a table name should be singular because it is an ENTITY. Most entities (tables) have relationships (foreign key linking) with other entities. These relationships can be thought

Re: Using a form field name as part of the name of a session variable

2004-10-19 Thread Chris Peters
This would also work (although it looks kinda strange): cfset session.qNum#form.qNum# = form.answer Try this cfset session[qNum#form.qNum#] = form.answer PERFECT. I never would have figured that out on my own. I mean, there's not even a DOT after session. Thanks. Sincerely, Andrew

Re: Using a form field name as part of the name of a session variable

2004-10-19 Thread Chris Peters
cfset session[qNum#form.qNum#] = form.answer How does the syntax you mentioned not put it in the session scope? I could be learning something new here, but isn't the session scope treated like a struct? You're using struct syntax there.

ColdFusion MX 6.1 Enterprise as JRun J2EE EAR connected to IIS

2004-10-05 Thread Chris Peters
Has anyone ever installed CF under this configuration? I have installed several ColdFusion instances on top of JRun and connected each instance to a respective IIS web site. I then created a custom jvm.config file for one of the instances and set -XX:MaxPermSize=256m. I set up a new Windows