Re: HTML Editor

2005-03-25 Thread Adam Haskell
I know this is supposed to be the 'professional' list and all but seriously some of you people need to loosen up some... Back on topic though if you search the archieves for WYSIWYG HTML you will come up with some other suggestions. Adam H On Thu, 24 Mar 2005 13:09:25 -0600, Russell Patterson

Re: CFC or UDF

2005-03-28 Thread Adam Haskell
The answers thus far are great. Generally they way I look at it is this. CFCs are stateful, meaning they can hold data and persist over time, udfs are just a place to put commonly used code. For instance if you have a bunch of time calculation functions could just put them in a time_finctions.cfm

Re: Help With RegEXp.

2005-03-28 Thread Adam Haskell
try chaging rereplace to rereplaceNOCASE see if that fixes it. Adam H On Mon, 28 Mar 2005 11:26:33 -0500, Ben Doom [EMAIL PROTECTED] wrote: cfset myHTML = rereplace(myHTML ,InvalidTag*?.+/script,,ALL) You're missing a dot in this one, after the invalidtag bit. Also, try using

Re: Read a scheduled task's settings?

2005-03-28 Thread Adam Haskell
Yep use cfregistry in CF5 this is the path: HKEY_LOCAL_MACHINE\SOFTWARE\Allaire\ColdFusion\CurrentVersion\Schedule Adam H On Mon, 28 Mar 2005 11:27:46 -0700, Jim McAtee [EMAIL PROTECTED] wrote: CF5/IIS5 Is there an easy way to read the current settings of a scheduled task? I have a

Re: Running Perl from CF on Windows

2005-03-29 Thread Adam Haskell
If you want to see the output I would do cfsavecontent valiable=perloutput cfexecute name=C:\PERL\BIN\PERL.EXE arguments=#arg_build# timeOut=5/ /cfsavecontent This will keep you from having to use cffile to read in the results. Adam H On Mon, 28 Mar 2005 20:54:26 -0800, Richard Colman [EMAIL

Re: dynamic pdf creation

2005-03-29 Thread Adam Haskell
It's like buying a new car because you like the rearview mirror better than you current car ;-) Dynamic Document generation is a bit bigger than a rearview mirror...It can be major selling point. You must realize in this situation the main reason for a PDF is for a uniform print format. Why

Re: asynchronous logging

2005-03-31 Thread Adam Haskell
In a simular idea I have begun playing around with Auditing inforation with an Asynchronous gateway. We have financial systems which now thanks to SOX (sarbanes Oxley http://www.google.com/search?hl=enlr=q=sarbanes+OxleybtnG=Search) has to be completely tracked. By using asynchronous gateways

Re: Web Services / XML or JavaScript?

2005-03-31 Thread Adam Haskell
Both are very much needed in a corporate setting. I think a strong understanding of XML will get you further though. But learning XML can be complex you need to know XSLs DTD xsd xpaths and Xhtml wouldn't hurt either. Javascript is very useful but it can be pieced together from examples laying

Re: SQLSurveyor 1.0 released

2005-04-12 Thread Adam Haskell
Glad to see you guys got this out there for sale pretty cheap too. I thinks its a great tool, I have something simular inhouse makes life just a little easier sometimes :) Adam H On Apr 12, 2005 6:45 AM, Jared Rypka-Hauer [EMAIL PROTECTED] wrote: All, SQLSurveyor 1.0 is finally ready.

Re: CFFILE slow. Is there a good replacement?

2005-04-14 Thread Adam Haskell
One of the reasons CF is so slow is its implementation ontop of java. Java is not wildely fast with system IO, couple this with Coldfusions implelentation of cffile and you get a slow file IO. We do all of our file processing with PERL...it is fast really fast. Perl is also comfortably stable and

Re: macromedia and Adobe?!

2005-04-18 Thread Adam Haskell
Great say goodbye to flash paper... Adam H On 4/18/05, Stephen Moretti (cfmaster) [EMAIL PROTECTED] wrote: Thomas Chiverton wrote: Incidentally, it looks more like a takeover of MM by Adobe, looking at the board make-up etc. PDF FAQ http://snipurl.com/abodemacromediaFAQ

Re: macromedia and Adobe?!

2005-04-18 Thread Adam Haskell
Talk about canned answers heh search for this Adobe and Macromedia are committed to serving the needs of our combined customers. The companies are largely complementary, and thus the amount of competition between us is limited. Post closing, we believe the industry will remain as dynamic and

Re: macromedia and Adobe?!

2005-04-18 Thread Adam Haskell
Time will tell. I wonder what the name might be ... Macrobe ? the name is in the PDF What will be the name of the combined company? Adobe Systems Incorporated. Adam H On 4/18/05, Micha Schopman [EMAIL PROTECTED] wrote: It is too early (and too dangerous for your organization) for making

Re: macromedia and Adobe?!

2005-04-18 Thread Adam Haskell
It is too early (and too dangerous for your organization) for making assumptions which products will live or stop to exist. Let's hope Adobe doesn't make Spectra decisions damaging businesses in a serious way and it respects their customers and user base. This is 100% true the actual

Re: macromedia and Adobe?!

2005-04-18 Thread Adam Haskell
Flash paper is lightwieght and fast loading. Its very nice for presenting unsecure information on the web. I would not be suprised if both survive...after reading most of the PDF they are dissimular enough for both products to have a place in Adobe. Adam H On 4/18/05, Micha Schopman [EMAIL

Re: SQL Triggers (was Re: Last ID inserted)

2005-04-18 Thread Adam Haskell
What about triggers for audits? Adam H On 4/18/05, Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] wrote: Well, for one they can be hard to track / find if you are not the developer and have sufficient rights to look at them, they are also a performance drain when simple constraint should be

Re: macromedia and Adobe?!

2005-04-18 Thread Adam Haskell
The delays of PDF are not format related. They are software program related. It is the set of extensions in Acrobat which makes PDF look like a fat pig. The PDF format has potential, but lacks good software for mobile devices. The rendering software is huge bulky and slow b/c of the PDF

Re: SQL Triggers (was Re: Last ID inserted)

2005-04-18 Thread Adam Haskell
;-) -Original Message- From: Adam Haskell [mailto:[EMAIL PROTECTED] Sent: 18 April 2005 14:56 To: CF-Talk Subject: Re: SQL Triggers (was Re: Last ID inserted) What about triggers for audits? Adam H On 4/18/05, Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] wrote: Well, for one

Re: SQL Triggers (was Re: Last ID inserted)

2005-04-18 Thread Adam Haskell
Trust me. Triggers in the DB world are not looked on as good practive. I will second that in the DBA world Triggers are not looked upon fondly in most circumstances...they have thier use though and to blindly say they are completely useless is well blind. Triggers in the database world are like

Re: macromedia and Adobe?!

2005-04-18 Thread Adam Haskell
I have seen you say this in multiple threads now what your beef with the product? Adam H On 4/18/05, Keith Gaughan [EMAIL PROTECTED] wrote: Adam Haskell wrote: Great say goodbye to flash paper... And good riddances. K

Re: Bloomberg article

2005-04-18 Thread Adam Haskell
Embedded pdfs still take a long time to load...flashpaper is supported on over 98% of the computers on the internet, Acrobat is not near that. Flashpaper is more widely supported. The executable footprint is unbeleively different 500k vs 10+ MB the SWF vs PDF sizes are simular though PDF wins out

Re: macromedia and Adobe?!

2005-04-18 Thread Adam Haskell
Its xml...encrypted xml and compressed...if its not than the Adobe account manager for our company is feeding us a line of BS...not that I wouldn't doubt it... Adam H ~| Discover CFTicket - The leading ColdFusion Help Desk and

Re: Bloomberg article

2005-04-18 Thread Adam Haskell
On 4/18/05, Keith Gaughan [EMAIL PROTECTED] wrote: Adam Haskell wrote: Embedded pdfs still take a long time to load...flashpaper is supported on over 98% of the computers on the internet, Acrobat is not near that. Where'd you get that statistic from? http://www.macromedia.com

Re: cfrethrow question

2005-04-20 Thread Adam Haskell
to help exaplin the rethrow concept lets say you are catching database errors. You know sometimesd your database spits back something like information will be truncated. In your catch you handle that error code but other errors codes you do not know how to hadle would then be rethrown to allow a

Re: upgraded to cf7 no default document...

2005-04-20 Thread Adam Haskell
there are some settings that need to be changed in some .xml files for colfusion (i think) I cannot remember these off the top of my head though. You may search some of Macromedias website...I'll post again if I get a chance to look. busy busy busy. Adam H On 4/20/05, John Beynon [EMAIL

Re: take duplicate out of a list

2005-04-20 Thread Adam Haskell
one caveat about this...if you want to be case sensitive this won't work I beleive...otherwise nice technicqe we do this in Javascript and perl a lot. Adam H On 4/20/05, Keith Gaughan [EMAIL PROTECTED] wrote: Ewok wrote: Hey not bad. Neat approach. It came to me a while back in one of

Re: delimited file upload and parse with JAVA

2005-04-26 Thread Adam Haskell
check out java.IO.FileReader and java.IO.BufferedReader basiaclly you create a filereader object then create a bufferedReader object by passing it the FileReader object then loop the bufferedReader...soemthing like this ( complete untested): cfscript FR =

Re: delimited file upload and parse with JAVA

2005-04-26 Thread Adam Haskell
handle the quotes? Is there any java already created for this? Thanks. DRE On 4/26/05, Adam Haskell [EMAIL PROTECTED] wrote: check out java.IO.FileReader and java.IO.BufferedReader basiaclly you create a filereader object then create a bufferedReader object by passing it the FileReader

Re: cfoutput inside cfoutput with a string coming from a db

2005-04-27 Thread Adam Haskell
Uwe if you want to do this you would have to use New Atlanta's Blue Dragon. They have a new function (version 6.2) called Render. It should perform exactly as you are expecting cfoutput#bob#/cfoutput. Adam H On 4/27/05, Micha Schopman [EMAIL PROTECTED] wrote: You should store the contents of

Re: ListGetAt in a SQL Select Statement... is this possible?

2005-04-27 Thread Adam Haskell
TEXT for an address? seems like that would be overkillanway it should cast easily enough. Adam H On 4/27/05, Che Vilnonis [EMAIL PROTECTED] wrote: would this be done in the select statement? the field type for the column is 'text' and not 'varchar'. i think there would be issues with

Re: Any commercial CF products that could do this?

2005-04-28 Thread Adam Haskell
We're running the HIPPA gamet right now b/c of our Pharmecies. Anything public facing is probably gonna run into issues on HIPPA.HIPPA is not quite as bad as SOX in some cases but its still very particular as to what you can and can not do. Good luck on it...but Yahoo Groups deffinetly not an

location 26 error COM

2005-05-02 Thread Adam Haskell
I have a strange problem on our production box, which is running CF 5 on w2k server. I have a COM API installed and working (this was tested by using a VBS script). All my code has been tested on a test box as well and works flawlessly. However on the production box I am getting the Location 26

Re: OOP development tools

2005-05-02 Thread Adam Haskell
Also check out cfcunit on openXCF very good tool for setting up tests for your CFCs if you have ever used JUnit in java you will see a simular concept in CFCunit. Adam H On 5/2/05, Ken Dunnington [EMAIL PROTECTED] wrote: Definitely check out CFEclipse. It has great code insight/code

Re: location 26 error COM

2005-05-02 Thread Adam Haskell
Did you run your VBS test script on the production server? This is what i meant when I said I have a COM API installed and working Did your VBS script run within the same security context as your CF server uses? As far as I know...but I know the only other time I have seen this error was a

Re: cfeclipse and cfmx7

2005-05-03 Thread Adam Haskell
The tags defs are just stored in an XML file. Open it up and edit it :) No java knowledge needed. Also there is a user.xml file which is useful to add custom tags for insight. though you need to give them full names like cf_bob even though the directions say differently... Adam H On 5/3/05,

Re: Google Maps

2005-05-04 Thread Adam Haskell
Not yet as far as I know...but its in beta so who knows...if you append output=XML to thier URLs though it will give you and XML document..might be useful... Adam H On 5/4/05, Chad McCue [EMAIL PROTECTED] wrote: Does anyone know if google offers an API to integrate there map software?

Re: ColdFusion/Java/JSP error

2005-05-05 Thread Adam Haskell
that looks like a local package name look for a class named something like that (only replace the / with .) course if the error is non-existent entity you'll be likely to not find it...or find it in thw wrong place. Adam H On 5/4/05, Ian Skinner [EMAIL PROTECTED] wrote: If I'm getting an error

Re: location 26 error COM

2005-05-06 Thread Adam Haskell
The .dll allows full control to System (which is waht the cf service is on under) Infact I made sure the entire directory gives system full control...I am still getting the same location 26 error... Adam H On 5/2/05, Adam Haskell [EMAIL PROTECTED] wrote: Did you run your VBS test script

Need cfcomet article

2005-05-06 Thread Adam Haskell
Cf comet seems to be gone,for now, and I need an arcticle off there that is supposed to help me solve my COM error 0x5. Access is denied. problem. Anyone got info on how to fix this issue? Adam H ~| Logware (www.logware.us): a

Re: Need cfcomet article

2005-05-06 Thread Adam Haskell
- -Original Message- From: Adam Haskell [mailto:[EMAIL PROTECTED] Sent: vrijdag 6 mei 2005 13:53 To: CF-Talk Subject: Need cfcomet article Cf comet seems

Re: location 26 error COM

2005-05-09 Thread Adam Haskell
Well the issue has been resolved. I uninstalled and reinstalled to COM API after finding out that one part of the api was on the c drive and the other part was on the E drive...for some reason I could use the VB scripts and the GUI but CF would bomb out. Adam H On 5/6/05, Adam Haskell [EMAIL

Re: cf5 question

2005-05-09 Thread Adam Haskell
couldn;t you just do #application[client.version][s][scenario]# aside from it looking cleaner its is better b/c it doesn't use evaluate :) Adam H On 5/8/05, Dave Watts [EMAIL PROTECTED] wrote: Hi, I have a blank, it's been too long since I worked with CF5. I'm trying to do something that

Re: More than one datasource in cfquery

2005-05-09 Thread Adam Haskell
If you use MS SQL you can use Linked Servers to query across different servers. it would be something like: Select * From myLink.database.owner.table Adam H On 5/9/05, Ewok [EMAIL PROTECTED] wrote: Yes, one 'true datasource' in a cfquery but you can use 2 different record sets in a QoQ and

Re: Locking a DB record while editing

2005-05-09 Thread Adam Haskell
I lock using Application scope...when a user reads in a row I put the User ID as a key in the application scope then and the row ID as the value. onsessionend fires something that gets rid of the key. Application scope is locked which prevents any sort of race conditions... Adam H On 5/9/05,

Re: odd data model

2005-05-09 Thread Adam Haskell
This does not seem too odd to me what you discribe, if I understand, is just a normalized Schema it seamsProducts, Categories, and Colors then a linking table that dictates what products/colors are in what category... Adam H On 5/9/05, Bryan Stevenson [EMAIL PROTECTED] wrote: Hey All, I

Re: odd data model

2005-05-09 Thread Adam Haskell
Its normailsed if you have different colors in different categorieswhich I make the assumption that would be the case. I don't know that I would design it this way but it makes enough sense to me...There are different norilization patterns and this seems to match one of them pretty

Re: odd data model

2005-05-09 Thread Adam Haskell
Like with products and categories..the product records have an FK back to categories table via cat_id This would be far too limiting for me...this forces me to have a one to many by using a linking table I can place smoething into 2 categories. Categories -- Categories have products --

Re: odd data model

2005-05-09 Thread Adam Haskell
If different colors would go into different categories (seems a bit odd but is bussiness could dictate this) how would you approach it differently than what you originally presented? Example: A dress comes in a variety of colors Red, Pastel Blue, Green, Yellow, Black. The dress is a Spring

Re: odd data model

2005-05-09 Thread Adam Haskell
What you took as season were categories but yes you were missing something unless a Pastel Blue Down Feather Coat and pastel blue condoms are apropriate for easter morning service ;) All the same I get where you are coming from and understand how it could be a wierd model...ecspecially for 1-1s

Re: odd data model

2005-05-09 Thread Adam Haskell
Atleast someone else agress with me :) with my stiring the pot comment on cf-jobs-talk about not scoping vairables and then this I was begining to feel like this job was sucking me back into the dark ages of programing. Adam H On 5/9/05, Micha Schopman [EMAIL PROTECTED] wrote: That sounds too

Re: Locking a DB record while editing

2005-05-09 Thread Adam Haskell
About a year or so ago there was a fairly nice article in CFDJ about this topic...i could be wrong but it seems liek Forta might have written it...i culd be completely off on that but I remeber reading a headline about it once :) More on our application We also loaded everything in an Iframe and

HE3?

2005-05-10 Thread Adam Haskell
A question was posted in Cf-OT a while back with no response...not sure how much traffic OT gets so I figured I'd repost here...what happened with He3? seems to of kinda disappeared... Adam H ~| Logware (www.logware.us): a new

Re: HE3?

2005-05-10 Thread Adam Haskell
. -Adam On 5/10/05, Adam Haskell [EMAIL PROTECTED] wrote: A question was posted in Cf-OT a while back with no response...not sure how much traffic OT gets so I figured I'd repost here...what happened with He3? seems to of kinda disappeared... Adam H

Re: OT: AFFECTED_ROWS from sql server update cfquery?

2005-05-10 Thread Adam Haskell
check the metadata..if not you could do something like Set nocount on update stuff Select @@rowcount as AffectedRows Set nocunt on Adam H On 5/10/05, Damien McKenna [EMAIL PROTECTED] wrote: Is there any way to find the number of rows affected by the last query when using SQL Server 2000 and

Re: CF 4.5 SOAP

2005-05-11 Thread Adam Haskell
Depends on how complex the return is really the http call is easy enough to format whats the return look like? Adam H On 5/11/05, Ben Forta [EMAIL PROTECTED] wrote: You could also use cfhttp to make the calls, but parsing the results will not be fun as you don't even have the cfxml tag. In

Re: CF 4.5 SOAP

2005-05-11 Thread Adam Haskell
Nothing about HTTP headers. You won't be able to post this using cfhttp, but it looks doable to construct the XML in CF and then post it using something else. Jochem Why couldn;t he post using cfhttp, i must be missing something? Adam H On 5/11/05, Jochem van Dieten [EMAIL

Re: CF 4.5 SOAP

2005-05-11 Thread Adam Haskell
Thank you... forgot body type was added in MX :) Adam H On 5/11/05, Jochem van Dieten [EMAIL PROTECTED] wrote: Adam Haskell wrote: Nothing about HTTP headers. You won't be able to post this using cfhttp, but it looks doable to construct the XML in CF and then post it using something else

Re: Availability of try..catch [was Re: Dynamic Javascript Question]

2005-05-12 Thread Adam Haskell
Try/catch was added to javascript in 1.5. Firefox has always supporteded, as my understanding goes, and IE6 supports it. IE5.5 and early do not. Opera should but never tested it. Adam H On 5/12/05, Micha Schopman [EMAIL PROTECTED] wrote: NS 4 didn't offer try / catch, that is correct.

Re: Availability of try..catch [was Re: Dynamic Javascript Question]

2005-05-12 Thread Adam Haskell
niveau? Voor meer informatie zie www.modernmedia.nl - -Original Message- From: Adam Haskell [mailto:[EMAIL PROTECTED] Sent: donderdag 12

Re: CF Licensing on VMs?

2005-08-18 Thread Adam Haskell
Man dude your company sound simular to mine (group structure wise atleast) but thankfully CF is growing here rather than dieing. We're actually going to start the long (and potentially stupid ) process of training other groups to program in CF so they can deploy thier own apps instead of realying

Re: cfopenbb

2005-08-26 Thread Adam Haskell
The intial buzz has indeed died but the project has not...its just not moved as fast as some(most) would have liked...the intal buzz was, in my opinion, way too big over 120 developers volunteered...I doubt the team is half that size now and development has barely started if at all. Once some of

Re: cfopenbb

2005-08-27 Thread Adam Haskell
Yeah I agree all the way...the oringal date was november butlast I checked discussions were still going on about naming conventions... Adam H On 8/26/05, Rick Root [EMAIL PROTECTED] wrote: IMO, more than a few developers can really slow down a project in its early stages. Feel free

Re: Converting DOCs to PDF with CF

2005-09-02 Thread Adam Haskell
WIth MX 7 you can do this pretty easily by converting the word file to HTML (through COM) then using cfdoc to put it into PDF Adam H On 9/2/05, Michel Deloux [EMAIL PROTECTED] wrote: Hi all it's possible to convert DOC and XLS files to PDF using CF MX? Aaron Johnson talks about Jakarta

Re: Your experience of Bluedragon.net?

2005-09-15 Thread Adam Haskell
You should also be able to set up a virtual directory in IIS like /BD/ and have it point to wwwroot (or where-ever) and set up cfm cfc pages to run off the BD server (or atleast thats how we're doing it with the free version of DB not sure if that works with .NET) Adam H On 9/15/05, Dave

Re: ColdFusion MX 7 : New Features Survey

2005-09-26 Thread Adam Haskell
Anyone esle find it interesting Macromedia ia asking about the .NET stuff...heh just found it funny Adam H On 9/26/05, Calvin Ward [EMAIL PROTECTED] wrote: A more work safe analogy couldn't have been used? I mean really. -Original Message- From: Claude Schneegans [mailto:[EMAIL

Re: SQL Query question. Please help...

2004-11-30 Thread Adam Haskell
Multiple ways heres one: SELECT CustID FROMCustomers WHERE CustID NOT IN (Select CustID From Orders) Adam On Tue, 30 Nov 2004 12:01:30 -0500, Che Vilnonis [EMAIL PROTECTED] wrote: Say I have two simple queries: cfquery name=getCustsFromCusts datasource=#DSN# SELECT CustID FROM

Re: SQL Query question. Please help...

2004-11-30 Thread Adam Haskell
You can also do: SELECT a.CustID FROMCustomers a,Orders b WHERE a.CustID = b.CustID -Original Message- From: Adam Haskell [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 30, 2004 11:06 AM To: CF-Talk Subject: Re: SQL Query question. Please help... Multiple ways

Re: SQL Query question. Please help...

2004-11-30 Thread Adam Haskell
Under your math you are assuming a 1 to 1 relationship between orders and Custromers. Unless you are running a scam, where no customer would ever by from you twice, that is not case, the whole reason you have 2 seperate tables. Hope thats makes sense. Adam H On Tue, 30 Nov 2004 12:18:23 -0500,

Re: Best Practice: Import Delimited List to Database

2004-11-30 Thread Adam Haskell
If you're running SQL server check out BULK INSERT. Adam On Tue, 30 Nov 2004 13:12:57 -0600, Aaron Rouse [EMAIL PROTECTED] wrote: What was the name of that UDF? I would not mind looking into it since I have the need to import some excel data via a web form into an Oracle database. They

Re: Best Practice: Import Delimited List to Database

2004-11-30 Thread Adam Haskell
Sorry quoted the wrong person was directed toward Les. Your post was the last post and I hit reply, case of me being lazy :) Adam On Tue, 30 Nov 2004 13:31:40 -0600, Aaron Rouse [EMAIL PROTECTED] wrote: I am using Oracle, was stated in my quoted msg you included. I could use SQLLDR, this

Re: reReplace()

2004-12-13 Thread Adam Haskell
rereplace(string ,(\s)[\1\s]+,\1all) Might that do the trick? Thats gonna replace any space character that is followed by another space character (or more) with just the first space char found...or atleast tthats what I was goiong for not positive on the syntax and nothing to check with ATM...

Re: CF+XPath

2005-01-06 Thread Adam Haskell
Ona slightly related topic Xmlsearch returns a reference(array of) to the Node(s) it finds it does not return a copy of those nodes...not sure if that is something that has been discussed to much extent Adam H On Thu, 30 Dec 2004 17:08:42 -0700, Figy, Kam [EMAIL PROTECTED] wrote: I've been

Re: Regular Expression (searching from the end)

2005-01-12 Thread Adam Haskell
reverse the string, find the character, length of the string minus the pos of the character. Adam On Wed, 12 Jan 2005 11:39:24 +, Andrew Dixon [EMAIL PROTECTED] wrote: Hi Everyone. I need to find the last occurance of a character in a string. Is there a way I can use a regular

Re: Regular Expression (searching from the end)

2005-01-12 Thread Adam Haskell
Alernatively you can use refind and return the array thing I beleive it returns the POS and Len of all the times it found then you could just look at the last element in the array, TIMTOWTDI. Adam H On Wed, 12 Jan 2005 11:39:24 +, Andrew Dixon [EMAIL PROTECTED] wrote: Hi Everyone. I

Re: OT: Eclipse DBEdit

2005-01-13 Thread Adam Haskell
I pointed Ecliples/dbEdit to the .jar file and when I went to configure a connection no drivers showed up... I download those other drivers and I can connect to the DB now b ut when I try to query it I get a error can not create part *sigh* Oh and I think I am running .99 1.0.2 wouldn't

Re: Homesite

2005-01-13 Thread Adam Haskell
My biggest complain about Eclipse is that in CF studio (and beyond) you can make little javascript scripts and asign them to a hot key and I have quite a few of those now. I know CFeclipse has code snippets but from what I have found it won't do something like take highlighted ttext and put it in

Re: wussy-wig editor

2005-01-14 Thread Adam Haskell
In the enterprise I work for the switching cost would likely put us under...we have 2500 stores + Division offices and all the other corprate office stuff...we are locked into Windows for the long haul and I think that is what Jim is talking about. Maybe in a mid to small sized company the cost of

Re: Blackstone: when?

2005-01-14 Thread Adam Haskell
MM has been publicly dedicated to backwards compatability so shouldn't be any syntax changes to run your MX stuff on blackstone. That being said I doubt anyone is going to give you the documentation due to NDA stuff...could be wrong though I guess... Adam H On Fri, 14 Jan 2005 12:33:14 -0500,

Re: wussy-wig editor

2005-01-17 Thread Adam Haskell
PROTECTED] wrote: On Thursday 13 Jan 2005 11:57 am, Adam Haskell wrote: I highly doubt that this program is going to lock a person into windows...and could you show some perfectly good alternatives? http://www.dynarch.com/projects/htmlarea/ is what I'd use in this case. -- Tom

Re: Multivalued Array help

2005-01-17 Thread Adam Haskell
I am very much into descriptive programing as well and showing your intent in your code, stuctnew() does this for you. If you are leaving stuctnew() out for efficiency, I wouldn't worry about it, even 100 stuctnew()'s aren't going to make much of a dent in processing timealso I beleive in

Re: Dynamic variable name (WAS: XML Variable Issue)

2005-01-17 Thread Adam Haskell
useless_rant ok unless you sare on some oooddd version why would you be using this functionparameterExists /useless_rant Adam H On Mon, 17 Jan 2005 17:08:03 -, James Smith [EMAIL PROTECTED] wrote: Unfortunately... cfif

Re: Dynamic variable name (WAS: XML Variable Issue)

2005-01-17 Thread Adam Haskell
Yes sorry guess I shoulda been a little more explicite in what to do instead of parameterexists instead of just ranting heh Adam H On Mon, 17 Jan 2005 09:36:41 -0800, Sean Corfield [EMAIL PROTECTED] wrote: On Mon, 17 Jan 2005 17:26:45 -, James Smith [EMAIL PROTECTED] wrote: Yey, cfif

Re: Extra query info

2005-01-17 Thread Adam Haskell
If you're using CFCs it would make more sense to create a function that takes a set of data (one row) manipulates it and returns something else. This way the function can be utilized everywhere instead of just for a query. If you're feeding the whole data set to a CFC why not just make an include

Re: Performance of using a lookup query

2005-01-17 Thread Adam Haskell
how big ias this property table and how much does it grow? Caching might work but if it doesn't grow/change much why not just query it once and make a simple lookup structure in the application scope. Adam Haskell On Mon, 17 Jan 2005 15:53:20 -0500, sonicDivx [EMAIL PROTECTED] wrote: I have

Re: Extra query info

2005-01-17 Thread Adam Haskell
On Mon, 17 Jan 2005 15:57:41 -0500, Michael Dinowitz [EMAIL PROTECTED] wrote: Right. That's the first option below. Looks like that's the one to go with. Problem is, it makes the debug look a mile long. :( Yes but you will be able to sleep better at night knowing you have not made a complete

Re: Extra query info

2005-01-17 Thread Adam Haskell
When do you passa query to a CFC? I would think you would pass an object the has a query set in it maybe but a complete Query? I mean I am sure there are valid reason but none are coming to mind :) Adam H On Mon, 17 Jan 2005 16:22:30 -0500, Michael Dinowitz [EMAIL PROTECTED] wrote: I pass

Re: Extra query info

2005-01-17 Thread Adam Haskell
into the DB. I'm sure that a CFC depending on environmental data (CGI, Form, etc.) rather than explicitly passing that data in is a violation of some rules somewhere. yeah it is...i think even Forta's intro to CFCs calls this a no no. But thats more from the standpoint that it hampers

Re: Help with Union on a query of a Query

2005-01-17 Thread Adam Haskell
Select * is icky-poo have you tried it by explicitely stating your column to make sure its not Select * ohh icky hurts typing it Adam H On Mon, 17 Jan 2005 17:42:24 -0500, Andrew Tyrone [EMAIL PROTECTED] wrote: One thing I'd like to add is that by using the query functions you are also

Re: Forms to CFCs RE: Extra query info

2005-01-17 Thread Adam Haskell
I echo what Barney saidbut i also see a valid point in what Micheal is saying i thinkif I have a CFC called form_validator.cfc I should be able to use it on a form...but I think that kinda defeats some of the concepts that CFC are supposed to be used for...its like making a CSS class

OT: Eclipse questions

2005-01-17 Thread Adam Haskell
1): I am using quantum DB and I love it but some of the people in my group have grown attached to the niffty nice GUI in Enterprise Manager, pretty much like Access, I doubt there is but does anyone know if there is an Eclipse plug-in that even comes close to giving something like that, non free

Re: Extra query info

2005-01-17 Thread Adam Haskell
for. Adam H On Mon, 17 Jan 2005 15:32:25 -0800, Sean Corfield [EMAIL PROTECTED] wrote: On Mon, 17 Jan 2005 14:30:37 -0800, Adam Haskell [EMAIL PROTECTED] wrote: When do you passa query to a CFC? I would think you would pass an object the has a query set in it maybe but a complete Query? I mean I am

Re: OT: Eclipse questions

2005-01-17 Thread Adam Haskell
] wrote: On Mon, 17 Jan 2005 18:35:11 -0500, Adam Haskell [EMAIL PROTECTED] wrote: 1): I am using quantum DB and I love it but some of the people in my group have grown attached to the niffty nice GUI in Enterprise Manager, pretty much like Access, I doubt there is but does anyone know

Re: Dynamic variable name (WAS: XML Variable Issue)

2005-01-18 Thread Adam Haskell
When dealing with structures (or XML since most of the time XML objects can be dealt with like you deal with structures) a good rule of thumb is to us the . (request.page_id) when you know what you are looking for and to use the [] (request[something]) when you are using a variable to evaluate

Re: Sell used Macromedia software?

2005-01-18 Thread Adam Haskell
If it is not something you have purchased an upgrade license for I wouldn't think there would be any legal problems selling old copies. Adam H On Tue, 18 Jan 2005 13:34:52 -0500, Damien McKenna [EMAIL PROTECTED] wrote: Is it legal to sell used Macromedia software, i.e. something I don't use

Re: News about Macrmedia and it stock...

2005-01-19 Thread Adam Haskell
On Wed, 19 Jan 2005 14:37:41 -0800, Rob [EMAIL PROTECTED] wrote: On Wed, 19 Jan 2005 16:45:25 -0500, Adrocknaphobia [EMAIL PROTECTED] wrote: I don't think Eclipse or UltraEdit are viable options for most companies. There is that whole ideology that if it doesnt cost alot of money, how good

Re: Nasa runs CF

2005-01-20 Thread Adam Haskell
Yeah I remeber a while ago there was a person on cf-jobs that was rather upsaet b/c he posted a question about jobs from the wrong adress(blamed it on HoF) and I looked and noticed it was something from nasa, if I recall. Adam H On Thu, 20 Jan 2005 14:38:49 +0100, Micha Schopman [EMAIL

Re: CFUNITED? What's the deal??

2005-01-23 Thread Adam Haskell
My only complaint is that the early bird special ends in about a month and I have not see the tracks ect yet, I would be willing to bet I am just overlooking the link but none the less I can not talk Management into footing the bill unless I have something more than..I went there last year with my

Re: OT: PHP equivalent of cfhtmlhead

2005-01-26 Thread Adam Haskell
Style sheets belong in the head Javascript is valid in head and body but you are running under a slightly different context in the body most of the time it won't make a difference. We use javascript in the body al ot to cut down bandwidth use...like reports run by 2000+ stores a day on weekly

cmail and application.cfm

2005-01-27 Thread Adam Haskell
Can anyone explain to me why when this line: link href=#request.includes_folder#support_site_main_style_new.css rel=stylesheet is put into Application.cfm it causes my cfmail tags to mail me twice? Further more it looks like CF is processing the page twice and spitting out the second itteration.

Re: cmail and application.cfm

2005-01-27 Thread Adam Haskell
Not that I disagree with you but my CF server does...as does my co-workers :) Now these are just local runs nothing in production but Adam H On Thu, 27 Jan 2005 12:17:06 -, Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] wrote: ? it shouldnt -Original Message- From: Adam

  1   2   3   4   5   6   >