Problem with CF Mappings and CF9 ORM on Mac

2010-08-11 Thread Aaron Roberson
Hello, I am working on a ColdBox 3 and CF9 ORM app on a Mac using CF9.01 multiserver, CFBuilder and Apache 2. I keep getting error while resolving relationship when trying to use ORM and a CF mapping. First let me show you what I have in Apache, then my Application.cfc settings for orm and

Administrator page will not load on dev machine

2010-02-11 Thread Aaron Roberson
Hey folks, I have installed and uninstalled CF9 in both multi-server and as a self contained app on my dev machine and regardless of the setup I cannot load the admin page. I am on Mac OSX 10.6.2 running Apache My CF websites are served up just fine when I go to http://localhost/mysiteso I

Re: Administrator page will not load on dev machine

2010-02-11 Thread Aaron Roberson
During the installation there is an option of which directory to place the administrator in and I accepted the default which was incorrect. It works fine now! On Thu, Feb 11, 2010 at 12:05 PM, Aaron Roberson aaronarober...@gmail.comwrote: Hey folks, I have installed and uninstalled CF9

Re: Cold Fusion administrator loading blank page

2009-12-31 Thread Aaron Roberson
Hey CF Guru's. I was hoping to get some help on this. I have a ColdFusion server that I am building to mirror an existing development server. I started the server and started testing this morning when I realized that the java class path was incorrect, it was not serving up cfx tags

CF8 MS SQL Server Query Problems

2009-06-24 Thread Aaron Roberson
Hey all I recently converted a site over from ASP to ColdFusion and the backend is MS SQL Server. I have a very simple query that for some reason is returning zero records using a cfquery but when I put the same SQL directly into SQL Server Management Studio it returns over 300 results. Here is

Re: CF8 MS SQL Server Query Problems

2009-06-24 Thread Aaron Roberson
Hey Jason. Here is the url to the page I am working with: http://www.fws.gov/stockton/afrp/alldocs.cfm The SQL in cfdump looks the same On Wed, Jun 24, 2009 at 4:42 PM, Jason Fisher ja...@wanax.com wrote: What do you see if you dump? cfdump var=#rs# / The metadata should at least

Re: Viviotech Outage

2008-01-04 Thread Aaron Roberson
Has anyone tried their pager? I don't have the number myself. The company I'm doing contract work is very upset right now. They don't care for ColdFusion to begin with but I twisted their arm and they barely consented to my using it and setting up a server with Viviotech. For over a week I've had

Re: Viviotech Outage

2008-01-04 Thread Aaron Roberson
I'm not getting that, I'm still getting no connection... -Aaron On Jan 4, 2008 12:42 PM, toby dagenhart [EMAIL PROTECTED] wrote: Their site is showing an internal server error now instead of no connection, so maybe they are making progress.

Re: Viviotech Outage

2008-01-04 Thread Aaron Roberson
The question begs to be asked, do they have backup generators in case of power outage? It has been quite some time, I realize that. The generators may have ran for a while but the outage could have outlasted them. I'm giving them the benefit of the doubt because they truly are a great company and

Re: Viviotech Outage

2008-01-04 Thread Aaron Roberson
Tim posted a message about the power outage to their forum: http://www.viviotech.net/forum/viewtopic.php?t=395 -Aaron ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

Re: Help with DB design delimma

2007-10-10 Thread Aaron Roberson
Thanks for all of the feedback guys. Terrance had a good suggestion of creating additional starting and ending date columns for when the articles would be featured, thus justifying the second table. Tom, your right that the empty field would signify that the article was not featured. Is that

Re: ColdFusion SQL Date problem

2007-10-09 Thread Aaron Roberson
ColdFusion will throw an error when if you supply -00-00 as the value for any date functions, cfqueryparam, cfargument with a type of date, etc. because -00-00 is not a valid date (neither is 02-30-2007). HTH, Aaron P.S. I had this same problem and Sean Corfield alerted me to the fact

Help with DB design delimma

2007-10-09 Thread Aaron Roberson
Hey all, Here is my simple use case: I have a table of articles. I would like to indicates some as featured. Here is my dilemma: Since only a few rows in the table will be featured articles I figured it would be bad to have an isfeatured field in the table. Why have a field for every row when a

Help with Simple SQL Insert

2007-08-30 Thread Aaron Roberson
This just keeps blowing me away. A simple, simple SQL insert statement keeps throwing an error and I can't figure out why. Here is the error message: Query Error: Data truncation: Out of range value adjusted for column 'ordernumber' at row 1 Here is the SQL statement: INSERT INTO

Re: Help with Simple SQL Insert

2007-08-30 Thread Aaron Roberson
Yeah, I just kept bringing the range up on that column because even when I had it at 11 or 25 I kept getting the same data truncated error. I went ahead and changed it to varchar(75) to test it. -Aaron On 8/30/07, Nick de Voil [EMAIL PROTECTED] wrote: Aaron Here is the error message:

Help with File Upload: AJAX and CFFILE

2007-08-28 Thread Aaron Roberson
I'm having a problem trying to use AJAX (with the Prototype framework) with the cffile tag to upload files to the server. The problem seems to be related to the fact that the enctype attribute of the upload form must be specified with the value of multipart/form-data. That specification requires

Re: Help with File Upload: AJAX and CFFILE

2007-08-28 Thread Aaron Roberson
Brian, You're right, I'm just passing a string and not actually submitting a form. But why can't I assign the value of the string being passed to a variable in the form scope? I also noted that much of the scripts out there for file upload with AJAX use iFrames. I have not never used iFrames with

Re: Help with File Upload: AJAX and CFFILE

2007-08-28 Thread Aaron Roberson
integrated with CF backend. Very impressive! http://swfupload.mammon.se/ Cheers p.s.: If you need that scripts(javascript files and CF) please call me. ;-) 2007/8/28, Aaron Roberson [EMAIL PROTECTED]: Brian, You're right, I'm just passing a string and not actually submitting a form

Re: HostMySite: Linux Builder + CF No Longer Offered

2007-07-19 Thread Aaron Roberson
I vouch for Vivio! However, I don't know about 512mb of ram. CF is such a huge resource hog. -Aaron On 7/19/07, Greg Fuller [EMAIL PROTECTED] wrote: James - It wasn't clear to me from the Vivio web site that you could do this. Thanks for pointing this out. I'm in contact with Vivio now.

Re: 500 Error on SWF files: Logs Follow-Up

2007-07-10 Thread Aaron Roberson
Maybe this helps point at the culprit? http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=72catid=640threadid=1259685enterthread=y I downloaded license.jar, stopped the cfusion service, replaced the .jar file, then started cfusion but I still received the same error

Re: 500 Error on SWF files: Logs Follow-Up

2007-07-10 Thread Aaron Roberson
_ http://blog.cutterscrossing.com Aaron Roberson wrote: Maybe this helps point at the culprit? http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=72catid=640threadid=1259685enterthread=y I downloaded license.jar, stopped the cfusion service

Re: 500 Error on SWF files: Logs Follow-Up

2007-07-10 Thread Aaron Roberson
Could you share some commands. Also, where is CFDotNetIntergreation located? -Aaron On 7/10/07, Cutter (CFRelated) [EMAIL PROTECTED] wrote: I saw several bug trac entries whereby services were not removed (and in some cases still running) even after uninstall. I had stopped all cf/jrun

Re: 500 Error on SWF files: Logs Follow-Up

2007-07-10 Thread Aaron Roberson
of the CFDotNetIntegration (might be wrong name, but it's close) was in the root of the C:\ drive. Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer _ http://blog.cutterscrossing.com Aaron Roberson wrote: Could you

Re: 500 Error on SWF files

2007-07-06 Thread Aaron Roberson
My logs show as being last updated in the past, so I know that there is no relevant info. How about you Cutter? On 7/5/07, Dinner [EMAIL PROTECTED] wrote: On 7/5/07, Aaron Roberson [EMAIL PROTECTED] wrote: ... Mysteries, anyone like them? They're alright, but I prefer Fantasy or Sci-Fi

500 Error on SWF files

2007-07-05 Thread Aaron Roberson
On my local machine none of my Flash movies will display. When I right click on them, it says Movie not loaded... Using Firebug, Sean Corfield helped me to find that I was receiving a 500 error on all my swf files. Also, by going directly to the swf files int the browser I receive the following

Re: 500 Error on SWF files

2007-07-05 Thread Aaron Roberson
I removed onRequest() from application.cfc and then restarted Apache and reloaded my application but I'm still having the same problem. Sean, have you tried serving up a swf file on your machine? -Aaron On 7/5/07, Sean Corfield [EMAIL PROTECTED] wrote: On 7/5/07, Aaron Roberson [EMAIL

Re: 500 Error on SWF files

2007-07-05 Thread Aaron Roberson
Advanced Macromedia ColdFusion MX 7 Developer _ http://blog.cutterscrossing.com Aaron Roberson wrote: On my local machine none of my Flash movies will display. When I right click on them, it says Movie not loaded... Using Firebug, Sean Corfield helped me

Re: 500 Error on SWF files

2007-07-05 Thread Aaron Roberson
Sean, Yes, I am using onRequest() in application.cfc. I am using it for includes that are needed application wide. Please tell me I'm not going to have to forfeit this... I'll remove it and see if there is any change. -Aaron On 7/5/07, Sean Corfield [EMAIL PROTECTED] wrote: On 7/5/07, Aaron

Re: 500 Error on SWF files

2007-07-05 Thread Aaron Roberson
PROTECTED] wrote: On 7/5/07, Aaron Roberson [EMAIL PROTECTED] wrote: Yes, I am using onRequest() in application.cfc. I am using it for includes that are needed application wide. Please tell me I'm not going to have to forfeit this... You cannot use onRequest() when you are working with Web

SOT: SSH Client for Mac (Equivalent to WinSCP)

2007-06-20 Thread Aaron Roberson
Does anybody on this list know of a good equivalent to WinSCP for the Mac? I am looking for the following features: -Ability to switch between shell prompt and UI browser -Create symbolic links via the gui -Change file permissions via the gui Thanks, Aaron Roberson

Re: unsubscribe

2007-06-20 Thread Aaron Roberson
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=29232.20707.4 On 6/20/07, Madenyika, Denford [EMAIL PROTECTED] wrote: How do I unsubscribe from cf-talk ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 MX7

Help Including UDF Libraries with Application.cfc

2007-06-20 Thread Aaron Roberson
I am trying to include my UDF libraries that I use application wide in Application.cfc but it is not working. Of coarse, I tried a simple cfinclude template=path/to/lib/ in onRequestStart() but that did not work. What am I missing? -Aaron

Re: SSH Client for Mac (Equivalent to WinSCP)

2007-06-20 Thread Aaron Roberson
Thanks, I also found something called Fugu. It is not nearly as handy as WinSCP but it is the best I've tried yet. -Aaron On 6/20/07, Damien McKenna [EMAIL PROTECTED] wrote: -Original Message- From: Aaron Roberson [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 20, 2007 3:59 PM

Re: FMS2 - CF8 and MySQL on the same Server?

2007-06-15 Thread Aaron Roberson
I used to have MySQL, BlueDragon Server JX and FMS2 running on a Dual Xeon box with RHEL 3. It was not good, and BlueDragon does not use nearly as much resources as CF7. What we ended up doing is getting a second server and running MySQL and BD on it. Then we dumped FMS2 altogether because it was

Re: I love CF but it's not fair

2007-06-12 Thread Aaron Roberson
When I was building a lot of websites for small companies (you know, those $500 sites) I found that I had to learn PHP to get the job done and make a little money. I no longer do any $500 sites, but when I have time to help out a friend or church ministry with their website I am looking to Ruby on

New CFUG: Calling All Central California Developers

2007-06-05 Thread Aaron Roberson
facilitator, Aaron Roberson P.S. If you do not live in the Central Valley you may still join our group for the live, interactive online presentations. So tell a friend, and remember to visit www.nocfug.com in the next couple weeks

Re: SOT: How do you stay up on blogs?

2007-05-29 Thread Aaron Roberson
After all of the recommendations I have decided to give Google Reader another try, coupled together with the reader widget and setting iGoogle as my default home page. I installed the Greasemonkey script but I don't see the subscribe icon in the top right as promised, but it sure would make Google

SOT: How do you stay up on blogs?

2007-05-24 Thread Aaron Roberson
After a conversation I had with Sean Corfield the other day and being asked me, Don't you read my blog? and I had to admit that I hadn't in a long while, I starting thinking about how much I am missing by not having a good system in place for reading RSS feeds. I have tried using the built in

Re: SOT: How do you stay up on blogs?

2007-05-24 Thread Aaron Roberson
computer (or at least one primary computer), it could be a good solution. cheers, barneyb On 5/24/07, Aaron Roberson [EMAIL PROTECTED] wrote: After a conversation I had with Sean Corfield the other day and being asked me, Don't you read my blog? and I had to admit that I hadn't in a long

Re: Project Time Tracking Software?

2007-05-23 Thread Aaron Roberson
Thanks everybody for the feedback, links and weighing in on the discussion. I am still testing and for now considering Timeless Time and Expense, Trax Time and BillQuick 2007. -Aaron ~| Upgrade to Adobe ColdFusion MX7 The most

Re: Project Time Tracking Software?

2007-05-22 Thread Aaron Roberson
Thanks Mike, I will try Trax Time. During the interval, I found an app called Timeless Time and Expense that is fitting the bill for the moment. I'll let you know how it goes with Trax Time. -Aaron On 5/21/07, Mike Kear [EMAIL PROTECTED] wrote: I use a cool little desktop app called Trax Time.

Re: CFML Shared Hosting Made Affordable

2007-05-21 Thread Aaron Roberson
James, I was told that since they are not charging for the software they are not exactly using it for commercial use. Rather, they are providing a platform for users to use/test the software under the terms set out by NA (i.e. non-profit, non-ssl). If that is sufficient for you than feel free to

Re: CFML Shared Hosting Made Affordable

2007-05-21 Thread Aaron Roberson
checkout). Thanks, Aaron On 5/21/07, Dave Francis [EMAIL PROTECTED] wrote: When you said not getting paid, did you mean now getting paid ? -Original Message- From: Aaron Roberson [mailto:[EMAIL PROTECTED] Sent: Sunday, May 20, 2007 11:05 PM To: CF-Talk Subject: Re: CFML Shared

Re: CFML Shared Hosting Made Affordable

2007-05-21 Thread Aaron Roberson
Rick, There is nothing in the license that is half as specific as you have been regarding the use of BD Server. If indeed you are right, which I don't doubt given the strict licensing of most software vendors, it should be specified in the SLA. The fact that much discussion has been made is a

Project Time Tracking Software?

2007-05-21 Thread Aaron Roberson
Does anyone know of a good project time management application that would be good for consulting jobs? I am thinking of something that has a stop watch you can click to start and stop and automatically calculate expenses incurred. It would be nice if it had invoicing capabilities as well. I used

Re: Project Time Tracking Software?

2007-05-21 Thread Aaron Roberson
What? How does Subversion meet these requirements? -Aaron On 5/21/07, Ravi Gehlot [EMAIL PROTECTED] wrote: Subversion Ravi. Aaron Roberson wrote: Does anyone know of a good project time management application that would be good for consulting jobs? I am thinking of something that has

CFML Shared Hosting Made Affordable

2007-05-20 Thread Aaron Roberson
://aventurehost.com to check out their plans for yourself. In His service, Aaron Roberson ~| Upgrade to Adobe ColdFusion MX7 The most significant release in over 10 years. Upgrade see new features. http://www.adobe.com/products

Re: Dedicated Hosting

2007-05-20 Thread Aaron Roberson
The guys at Vivotech.net have been a real help to our company for dedicated CFML hosting. You may want to give them a try. -Aaron On 5/20/07, Coldfusion Monkey [EMAIL PROTECTED] wrote: Hi I'm looking for a reliable dedicated cf and ms sql host. Any recommendations or pitfalls would be really

Re: CFML Shared Hosting Made Affordable

2007-05-20 Thread Aaron Roberson
What else do you want to know that you are not finding? I should mention that they are currently only supporting non-ssl accounts with BlueDragon. Perhaps if we all showed interest in BD Server JX and were able to prove it worth while to them they would grant us our request. They have a forum

Re: CFML Shared Hosting Made Affordable

2007-05-20 Thread Aaron Roberson
Did you actually mean now supporting BlueDragon rather than not supporting BlueDragon? What a blunder. No wonder why I am not getting paid for this announcement. LOL. -Aaron ~| Upgrade to Adobe ColdFusion MX7 Experience Flex

Re: CFML Shared Hosting Made Affordable

2007-05-20 Thread Aaron Roberson
@James I certainly hope that they read the license for BD Server and entered into a Hosting Partner Agreement. It is deployable in a hosting enviroment, as stated on the NA website: The use of BlueDragon Server within a hosted environment requires a Hosting Partner Agreement with New Atlanta,

Re: Does CF Framework make life easier? Which one to start?

2007-05-18 Thread Aaron Roberson
I am trying to get a sponsor from a hosting company. Once I do, I will do a series of video tutorials on frameworks. In the meantime, go to carehart.org and look up OOP and some of the framework names in the UGTV list. You will find some great video workshops there. -Aaron On 5/18/07, Ali

Re: Does CF Framework make life easier? Which one to start?

2007-05-18 Thread Aaron Roberson
://www.pbell.com/index.cfm/2007/1/1/2006--Quite-a-year). You will benefit more by learning OOP now then waiting until you've built more and more catalogs and you find that all your time is being wasted maintaining them and you never get to build your client el. -Aaron On 5/18/07, Aaron Roberson [EMAIL

Re: Does CF Framework make life easier? Which one to start?

2007-05-17 Thread Aaron Roberson
First, you need to understand that there are different kinds of frameworks. There are controller frameworks (such as MG, M2, FB, CB, etc), DI/ioC frameworks (CS and LW) and ORM frameworks (Reactor, Transfer and oB). I like ColdBox for my controller framework (most documented, and suites my

Re: Does CF Framework make life easier? Which one to start?

2007-05-17 Thread Aaron Roberson
I personally understood the string of controller frameword initials you threw down, but for someone asking what to use two-letter initials probably don't help much. Chris, I realize that, but I didn't care to promote all of the frameworks I mentioned so I only explained the ones was

Creating a SOAP Web Service

2007-05-09 Thread Aaron Roberson
Hey Guys, I am needing to create a SOAP web service that will be consumed by PHP. I haven't created a web service before but from what I have picked up all I have to do is change my CFC functions to remote and include cfproperty tags, right? Does anyone have any good reasources on creating web

Re: Adobe CS3 Web Edition leaves me wanting, moving to Eclipse! W AS (RE: Frameworks)

2007-05-09 Thread Aaron Roberson
1) I make changes and submit the working code to SVN, later I rewrite anothe component then relise that the previous code I wrote worked better. So I can revision the changes to that file and revert back rather than recode from memory. 2) I have an open source application, I have released

Re: Adobe CS3 Web Edition leaves me wanting, moving to Eclipse! W AS (RE: Frameworks)

2007-05-09 Thread Aaron Roberson
Ashenfelter [EMAIL PROTECTED] wrote: On 5/9/07, Aaron Roberson [EMAIL PROTECTED] wrote: 1) I make changes and submit the working code to SVN, later I rewrite anothe component then relise that the previous code I wrote worked better. So I can revision the changes to that file

Re: Adobe CS3 Web Edition leaves me wanting, moving to Eclipse! W AS (RE: Frameworks)

2007-05-09 Thread Aaron Roberson
I have been using (CF)Eclipse for a while now and I am really beginning to doubt the benefits of it over DW. Here are the things I do like about (CF)Eclipse: 1) It has never stalled or frozen on startup or at any other point of time 2) I love the Outline and Methods views (and it doesn't stall

Re: AJAX - The easiest way possible. Spry?

2007-05-09 Thread Aaron Roberson
I find prototype to be really straight forward, and scriptaculous even easier if you want to apply some effects to your prototype events. -Aaron ~| Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 Flex

Re: Creating a SOAP Web Service

2007-05-09 Thread Aaron Roberson
Thanks Ben! It is nice to know that I'm not the only one who is not very versed in web services and SOAP. I will check out those posts. -Aaron On 5/9/07, Ben Nadel [EMAIL PROTECTED] wrote: Aaron, Not sure if this would be too helpful, but I, not so long ago, created my first web service in

Re: Adobe CS3 Web Edition leaves me wanting, moving to Eclipse! W AS (RE: Frameworks)

2007-05-09 Thread Aaron Roberson
Wow, what a series of resourceful posts! Thanks Matt, Andrew and Damien. I have used Tortoise to pull items down from an SVN or CVN repository but I have never created one myself. I guess I don't understand how I would use SVN for a live web application. Would I create a mapping on my

Re: Lack of CF understanding: Info Week

2007-05-09 Thread Aaron Roberson
Moral: write better programs in CF and CF will get less criticism... Very well said Sean! On 5/9/07, Eric J. Hoffman [EMAIL PROTECTED] wrote: I was only peeved regarding the talk of the platform CF runs on, as in it only runs with x,y,z. It does more than on IIS and SQL!! : ) What you

Re: ANN: cfFrameworks.com workshop: Peter Bell on Lightwire

2007-05-09 Thread Aaron Roberson
Thanks, I almost forgot and would have killed myself. -Aaron On 5/9/07, Nick Tong [EMAIL PROTECTED] wrote: FYI: This is starting in 20 mins:http://adobe.acrobat.com/_a200985228/pbonlightwire/ On 08/05/07, Nick Tong [EMAIL PROTECTED] wrote: HI All, For those of you not on the

Re: Adobe CS3 Web Edition leaves me wanting, moving to Eclipse! W AS (RE: Frameworks)

2007-05-09 Thread Aaron Roberson
2. JSEclipse, (http://labs.adobe.com/technologies/jseclipse/) which I think is a better JavaScript editor than Aptana's, if only because you can highlight a portion of JS code in an HTML of CFM file, and select open in JSEclipse giving you all of the handy JS completion, etc. stuff, and

Re: Frameworks view in CFEclipse

2007-05-09 Thread Aaron Roberson
You can right click on the XML config file and choose CF Frameworks set/unset as configuration file then look in the CF Frameworks view. ~| Create robust enterprise, web RIAs. Upgrade integrate Adobe Coldfusion MX7 with Flex 2

Re: Creating CF Code

2007-05-09 Thread Aaron Roberson
Here is one take on it: http://coldfusion.sys-con.com/read/172572.htm Here is another: http://www.remotesynthesis.com/blog/index.cfm/2005/12/16/Create-Your-Own-Code-Generator watch the wrapping on that second link. -Aaron ~|

Re: Image Resize Code

2007-05-04 Thread Aaron Roberson
Does anyone know what Costco Photo Center is using for their image manipulation? You can change an image from color to bw, sepia and maybe polarize. It also does crop, rotate, brighten exposure, red-eye reduction, and you can apply borders. Here is a link:

Re: Spry Eclipse Plugin?

2007-04-27 Thread Aaron Roberson
Just downloaded JSEclipse. However, I really am beginning to wonder about the trade-off between Eclipse and DW. There are soo many very helpful features in DW that really speed up my work flow (I'm not just talking about wysiwyg and wizardry stuff). I am kind of feeling like I moved to Eclipse

Re: You think you know OOP.. but you don't

2007-03-26 Thread Aaron Roberson
Mark, You are absolutely right. Once I get a little more fluent with OO the client will not be able to pay me enough to write crappy code. ~| Create Web Applications With ColdFusion MX7 Flex 2. Build powerful, scalable RIAs.

Re: You think you know OOP.. but you don't

2007-03-25 Thread Aaron Roberson
@Dean A self-posting form is a view page with a form on it that has the action set to itself (or left blank, which is the same). The problem with it is that 95% of the time people put business logic right into the view page, hence they are not separating out the logic from the view (separation of

Re: CFC DAO/Bean Generator

2007-03-25 Thread Aaron Roberson
Illudium has got to be the coolest and most flexible (customizable) generator IN THE WORLD! -Aaron ~| Create Web Applications With ColdFusion MX7 Flex 2. Build powerful, scalable RIAs. Free Trial

Re: You think you know OOP.. but you don't

2007-03-23 Thread Aaron Roberson
Jacob, I agree that those who make frameworks should focus more on making them more approachable. There is quite a debate regarding XML vs. programmatic configurations and I lean on the side of programattic configs because most XML configs introduce vender specific terms and mark up that you have

Re: Any Known Issues: Asp and Cf on same server

2007-03-18 Thread Aaron Roberson
Anytime you run CFMX on IIS you are running ColdFusion and ASP side-by-side. It is standard procedure on a Windows Server. -Aaron ~| Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 Flex 2 Free Trial

Idea for Spam Protecting Action Pages

2007-03-16 Thread Aaron Roberson
I got to thinking about the DOM and started wondering if providing the form's action value programmatically with JavaScript would protect against Spam bots trying to submit trash to the action page. Something like this: script type=text/javascript document.forms.myform.action =

Re: GotCFM.com - Need Opinion on Whether to Approve a Site

2007-03-05 Thread Aaron Roberson
I think it would be great if the guy made a duplicate of GotCFM.com entirely (and you even shared your code) if he converted it to Dutch. That seems to be his second motive, after making money, right? There certainly is nothing wrong with displaying Google Adsense, it's just that his site doesn't

Re: Wow.. what a site!!

2007-02-14 Thread Aaron Roberson
It's about time 2Advanced updated their site... And in regards to Flash sites v. HTML/AJAX even usability expert Steve Krug says that they are appropriate for showcasing art work or for a band site. In fact, Jacob Nielson has made some minor concessions to that extent as well. 2cents at no

Re: ColdFusion based Open Source WebMail

2007-01-28 Thread Aaron Roberson
Here is a tutorial on creating your own Email web client: http://tutorial151.easycfm.com/ @Jacob, would this be enough of a start to get you working on a more complete web client solution? On 1/27/07, Scott Pinkston [EMAIL PROTECTED] wrote: I thought that Rick Root was working on something

Help with CFXML and Flash 8

2007-01-09 Thread Aaron Roberson
I have a flash menu that is being dynamically created using an XML file with the navigation schema. The XML file is currently hard coded, but I would like to make the url path attributes dynamic so that I don't have to maintain two different xml files (one for my local environment and one for the

SOT: MyISAM or innoDB Storage Engine for MySQL?

2006-12-21 Thread Aaron Roberson
I think that MyISAM is the default storage engine for MySQL but I am constantly getting SQL scripts that are built with innoDB. Which engine should I use? Thanks, Aaron ~| Create robust enterprise, web RIAs. Upgrade integrate

Re: SOT: MyISAM or innoDB Storage Engine for MySQL?

2006-12-21 Thread Aaron Roberson
Is there any extra steps needed to convert over to innoDB from MyISAM? -Aaron ~| Create robust enterprise, web RIAs. Upgrade integrate Adobe Coldfusion MX7 with Flex 2

Re: SOT: MyISAM or innoDB Storage Engine for MySQL?

2006-12-21 Thread Aaron Roberson
I found out that innodb locks rows that are being updated while MyISAM locks an entire table that is being updated until it is completed - that is enough for me to want to migrate to innoDB. Thanks, Aaron ~| Create robust

Re: SOT: Help with FTP Upload in CFEclipse

2006-12-14 Thread Aaron Roberson
1) Run Coldfusion locally on your development box 2) Setup a directory watcher pointing at your source code 3) go wild! Set it to auto-ftp source on file change, save diff's to a database, maintain a change log, whatever. I have never heard of a directory watcher. Could you please recommend

Re: SOT: Help with FTP Upload in CFEclipse

2006-12-13 Thread Aaron Roberson
So you want to create a new file on the FTP server right? I dont promise but I shall have a look at it. Mark, I want to create a file in Eclipse and then upload it to the server. However, if creating a file on the ftp server is acheivable, I can just change my work flow (create file on ftp

Re: SOT: Help with FTP Upload in CFEclipse

2006-12-13 Thread Aaron Roberson
I am downloading it right now. Thanks, Aaron ~| Create robust enterprise, web RIAs. Upgrade integrate Adobe Coldfusion MX7 with Flex 2

Re: MySQL vs PostgreSQL

2006-12-12 Thread Aaron Roberson
You should give the command line client (psql) a try. A command line client may sound archaic, but it offers some pretty nifty advantages: I started learning MySQL with using the command line but then when I went to phpMyAdmin I found it much more efficient (I am not a db adminstrator, so I am

Re: MySQL vs PostgreSQL

2006-12-12 Thread Aaron Roberson
Jordan, Thank you for that explanation. I just didn't think to click on schema because I don't really know what a schema is. I guess I need to learn about schema's and all the rest of the complex features available in PostgreSQL and not in MySQL or Access. -Aaron

SOT: Help with FTP Upload in CFEclipse

2006-12-12 Thread Aaron Roberson
How do you do it? I figured out how to view a remote site in the File Explorer View. I do understand that it is possible to double click a file, edit it, and save and it will be uploaded, but how do you upload a file that is not presently on the remote? Thanks, Aaron

Re: SOT: Help with FTP Upload in CFEclipse

2006-12-12 Thread Aaron Roberson
Is it possible? On 12/12/06, Aaron Roberson [EMAIL PROTECTED] wrote: How do you do it? I figured out how to view a remote site in the File Explorer View. I do understand that it is possible to double click a file, edit it, and save and it will be uploaded, but how do you upload a file

Re: SOT: Help with FTP Upload in CFEclipse

2006-12-12 Thread Aaron Roberson
Dave, Thank you for replying. I was wondering why there was so much silence on the topic. I did a search through the CFEclipse list archives and found that as of 2004 this was a hot topic and nothing had been done about it then. However, it has been two years and with all of the raves about

Re: MySQL vs PostgreSQL

2006-12-11 Thread Aaron Roberson
I usually use phpMyAdmin for MySQL administration. This week I installed PostgreSQL and phpPgAdmin. Does anyone know any good resources for learning how to use phpPgAdmin? At present, it seems that the only way to create tables is to write SQL. -Aaron

Re: whats the purpose of an objectFactory?

2006-12-11 Thread Aaron Roberson
Also, what is the generally accepted way to init your classes into the Application scope, is this just done in App.cfm or App.cfc? Thanks for any guidance. I am not one to give guidance since I am new to all this myself, but... I don't use an object factory. Instead I init all of my services,

Re: MySQL vs PostgreSQL

2006-12-11 Thread Aaron Roberson
It has been a while since last time I used PostgreSQL. But this could be worth a try: http://www.pgadmin.org/ pgAdmin III comes installed out of the box with PostgreSQL and I cannot figure out how to create tables using it either. At least in phpPgAdmin I can write SQL directly to create

Re: whats the purpose of an objectFactory?

2006-12-11 Thread Aaron Roberson
Another reason why I did not use an object factory is because I noted the fact that you have to register all the DAO's, gateways and beans with the full path in Application.cfm. It seemed just as easy to instantiate all of my objects directly in Application.cfm and assign them to the application

Re: whats the purpose of an objectFactory?

2006-12-11 Thread Aaron Roberson
But why not go ahead and get the job done with the initial load of the application? Why wait for it to happen two page loads later? If you initialize all of your objects with the start of your application then the user will have to wait until the objects are all initialized before they can

Re: What does this have to do with ColdFusion again? [Was: Re: WOOT! Beta]

2006-12-11 Thread Aaron Roberson
On 12/11/06, Christopher Jordan [EMAIL PROTECTED] wrote: Like the subject says... what does this have to do with ColdFusion? Perhaps it's better suited to an off-topic list. :o/ WOOT! is a multi-user project estimation, time tracking, and analysis application, something many ColdFusion

Re: whats the purpose of an objectFactory?

2006-12-11 Thread Aaron Roberson
I'm going to look for some decent example of a objectFactory and do some testing to see if there is a performance hit. That sounds like a great idea. Here is an objectFactory to look at and compare with: http://www.phillnacelli.net/blog/index.cfm/2006/11/21/ObjectFactory-Explained Please let

Re: MySQL vs PostgreSQL

2006-12-09 Thread Aaron Roberson
When I was trying to convince an boss at an earlier job that we should use Delphi for a programming project instead of VS, he played the 'support' card. To counter that, I did some searching, made some phone calls, and had a list of local companies that could offer Delphi support if needed.

Help Looping Through Object with Return Type of Query

2006-12-07 Thread Aaron Roberson
I'm still working on my one-to-many object composition and I think I've found the solution but I don't know how to loop through the object in this instance. I have a product service with a getProduct() method. That method passes the product id to a item gateway which returns a query of product

Re: Help Looping Through Object with Return Type of Query

2006-12-07 Thread Aaron Roberson
cfset localQuery = product.getItems() cfoutput query = localQuery This may actually work better since the original solution would conceivable call the function every iteration through the loop. This way only calls it once. That worked, but I am hard-headed and still new to OO so I

  1   2   3   >