coldfusion 9 - script for search tags

2010-08-25 Thread Jake Pilgrim
Within CF9, is there a script equivalent for the search tags - cfcollection, cfindex, cfsearch? ~| Order the Adobe Coldfusion Anthology now!

Re: Forums using CFCs?

2010-08-10 Thread Jake Pilgrim
Lol... Sorry, I didn't mean to start a debate on whether-or-not Galleon is CFC based (I never stated it wasn't). Yes, it is CFC-based (or cfD, or CFQ, with moo.cfc integration :) ) - what I was really looking for is options. It seems that your two choices for a coldfusion forum are CFMBB and

Re: Forums using CFCs?

2010-08-10 Thread Jake Pilgrim
Great list, thanks Raymond! As a quick FYI, RIAForge is having issues today. I've had to restart it a few times and won't have time to really dig until tonight. So, if it is down, say a few quick prayers and reload in 10 minutes.

Forums using CFCs?

2010-08-09 Thread Jake Pilgrim
I know I'm kicking a dead dog asking about forums, but I need current information so please bear with me. :) I'm currently working on a project where a forum is desired, and I'm hoping someone has developed something that we can use rather than reinventing the forum yet again :). This forum

(ot) International countries and states/provinces/administrative div. database

2009-09-09 Thread Jake Pilgrim
For the life of me I cannot find a complete international Countries/States database... The best I have found is the GeoDataSource World Cities database, but I'm having a hard time feeling comfortable with assuming a SELECT DISTINCT state,country would return a match for EVERY state,country in

Re: (ot) International countries and states/provinces/administrative div. database

2009-09-09 Thread Jake Pilgrim
What about the UN list? http://unstats.un. org/unsd/methods/m49/m49alpha.htm Thanks for the reply Roger. This does help with the country side of the data, do you know of a list like this for the states within a country (with abbreviations)?

CSS editor for eclipse galileo?

2009-06-25 Thread Jake Pilgrim
Hi everyone, does anyone have any recommendations for a CSS editor for eclipse galileo? I used to use aptana, but it just does WAAAY more than i need it to, and it seems to get in the way of CFEclipse at times (for example, when I have aptana cfeclipse installed i can no longer drag drop

documenting code

2009-05-20 Thread Jake Pilgrim
I'm looking to document our codebase. I'd like to use the documentation format that Java uses (http://java.sun.com/javase/6/docs/api/), Coldbox uses (http://www.coldboxframework.com/api/), and others... First off - what's the name of that documentation format? Secondly - I know someone has put

Coldbox - mxunit testing database interaction

2009-05-12 Thread Jake Pilgrim
I'm just starting to get into Coldbox and I'm encountering some confusion as to how to *really* test my models and database interaction. So I have the following handler function which is fired upon form submission: cffunction name=editAction cfargument name=event

Re: Coldbox - mxunit testing database interaction

2009-05-12 Thread Jake Pilgrim
Thanks for the response Matt. I'll repost this there. In the meantime for anyone else viewing this thread, what I'm struggling with is finding out if the save occurred successfully. Maybe the answer is that I should be unit testing the model directly and ignoring this test within the handler's

Regex - count of matches

2009-04-23 Thread Jake Pilgrim
I'm looking to get a count of the number of times a regex match can be found in a string. The best I can come up with is arrayLen(reMatch('expr','string')) which does work, but it seems like this approach is doing more work than it really needs to (I don't care about what the regex matched, I

coldfusion framework - i forget the name...

2009-04-13 Thread Jake Pilgrim
I remember reading about a coldfusion framework out there - I quote framework because it was really more of a methodology. It was like 2 or 3 CFCs that laid out a fundamental OOP MVC framework, and I believe it was written by one of the fusebox authors if I remember right. I've tried googling,

Re: coldfusion framework - i forget the name...

2009-04-13 Thread Jake Pilgrim
Yes! Thanks! ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive:

Fun with images

2008-11-08 Thread Jake Pilgrim
I'm currently doing a project for a photographer, and I know most of this has been done before... Can someone point me towards some good slideshow/photo gallery resources using coldfusion? An image resizing tool would also be nice (I know cfimage can resize, etc - I'm more looking for client

CF8 Dedicated server recommendations

2008-08-29 Thread Jake Pilgrim
I'm looking for a fairly low-end CF 8 dedicated server setup. I've been running with a VPS for a while and I'm starting to outgrow it. CF8, MS-SQL, prolly don't need more than 40 GB disk, 2 GB RAM. If anyone has any suggestions I'd appreciate it! -- Jake

Re: RETS Implementation

2008-08-05 Thread Jake Pilgrim
I too would be interested in seeing your CFC. Is it available for download somewhere? Curious if anyone has done a RETS implementation with ColdFusion to download MLS listings? I have a CFC encapsulating all the necessary functions to interface to RETS v1.5. I've also built it around

Re: RETS Implementation

2008-08-05 Thread Jake Pilgrim
As far as what I have done with the data, it isn't the best solution but it works... The biggest problem I encountered is a 1 minute page processing limit at HostMySite, so what I have done is wrote a script to go out and grab the data and write it out to a file, then I import it chunk by chunk

Re: RETS Implementation

2008-08-04 Thread Jake Pilgrim
I have. See me off-list or reply to this posting if you have troubles getting at my email address. - Jake Pilgrim Curious if anyone has done a RETS implementation with ColdFusion to download MLS listings? We're in the process of updating our data import from an older system and would prefer

DNS solutions

2008-03-07 Thread Jake Pilgrim
'what if the bomb dropped?' solution). What are other people using? Is it worth my dime to grab up a do-nothing VPS for replication purposes, or are there some cost effective DNS hosting providers out there? Jake Pilgrim

Re: DNS solutions

2008-03-07 Thread Jake Pilgrim
Plausible solution i know, but in my case it just isn't practical. Some of my clients like to keep their registrar accounts in their control (then tend to forget the password on mission critical launch days). The current situation is probably 1000 domains strewn across 50 or so registrars - I'd

Re: I am looking for some good tutorials or examples for learning OOP

2007-11-12 Thread Jake Pilgrim
at least get you started down the right track. It starts with a simple CFC which many of us have seen before and it morphs this CFC into something truly object-oriented and reusable over a series of 5 steps. It should be much more understandable than the Transfer documentation. :) Jake Pilgrim Hi

Re: cfx_payflowpro

2007-10-29 Thread Jake Pilgrim
that is included in this zip. Jake Pilgrim Sean, Thanks for the response. I just took a look and here is the java version diff current 1.6.0_03 mx6 1.6.0_02 ~| Get involved in the latest ColdFusion discussions, product

WebDav + SVN + Dreamweaver

2007-10-23 Thread Jake Pilgrim
I'm trying to get SVN autoversioning (webDav) configured for use with dreamweaver (in this case, dreamweaver 8). It seems like it's working, but I can't publish new files. Also, I'm not seeing file revisions when I post new files. Admittedly, I'm new to SVN so this could easily be a user issue.

Re: Odd database behavior: duplicate key error

2007-09-11 Thread Jake Pilgrim
Yes, you could use CFtransaction for this type of isolation, but this can also cause problems that you wouldn't see with cflock. Cftransaction isoloation='serializabile' for example will give you an exclusive lock to all tables within the transaction (most restrictive level of isloation).

Re: Odd database behavior: duplicate key error

2007-09-10 Thread Jake Pilgrim
If this is true - wrap the code in a named lock: cflock name=aUniqueLockName type=exclusive your SQL here /cflock A named lock ensures that only one thread at a time will be allowed to run the code within the cflock tag. CFTransaction will not give you this same level of isolation. Jake

Re: RETS Real Estate amp; Coldfusion

2007-09-01 Thread Jake Pilgrim
Did you ever figure this beast of a webservice out? ~| Download the latest ColdFusion 8 utilities including Report Builder, plug-ins for Eclipse and Dreamweaver updates.

Re: RETS Real Estate amp;amp; Coldfusion

2007-09-01 Thread Jake Pilgrim
Hah, ok apparently you can't just reply to ancient threads... I'm trying to do a search with RETS. I am able to login and pull metadata, just unable to search. Anyone have ANY experience with this feed, coldfusion or otherwise?

Re: CF7 to CF8 upgrade or interoperability issues?

2007-08-28 Thread Jake Pilgrim
CF shouldn't be caching these files... I would suspect that the caching issue lies within your browser or your webserver (IIS). However, if clicking 'clear template cache' is resolving your issue, just set the maximum number of cached templates to 0.

RETS

2007-08-26 Thread Jake Pilgrim
Does anyone have some experience with connecting to the RETS real estate data feeds? I would just like to do a basic search using coldfusion. Jake ~| Check out the new features and enhancements in the latest product release -

Re: Parameter 1 of function IsDefined must be a syntactically valid variable name?

2007-08-24 Thread Jake Pilgrim
This should work for you: structKeyExists(base.dataSets.user.dataElements.firstName.assertions[1],'assertId') Jake Pilgrim ~| Download the latest ColdFusion 8 utilities including Report Builder, plug-ins for Eclipse

CF7 - admin debugging settings

2007-08-16 Thread Jake Pilgrim
other thoughts would be greatly appreciated! Jake Pilgrim ~| ColdFusion 8 - Build next generation apps today, with easy PDF and Ajax features - download now http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907

Re: CF7 - admin amp; debugging settings

2007-08-16 Thread Jake Pilgrim
We're running these large processes on our development server (to avoid burdening our production server) which is why we would like to leave debugging on. I understand that having debugging enabled in a production environment is a no-no - I guess I'm looking for a way to 'soften the blow' when

Re: Data Validation Resources

2007-08-14 Thread Jake Pilgrim
address bar: javascript:document.forms['myForm'].validate_config.value = ''; Poof goes the validation (yes, you can run javascript from the address bar). If you're in firefox and it pops you to [object], just hit the back button - it happened. Jake Pilgrim

Re: CFMail Just spooling

2007-08-03 Thread Jake Pilgrim
I have experienced this before as well... Restarting coldfusion resolved the issue for me, but obviously that isn't a fix nor an ideal workaround. If someone else can shine some light on this issue I would be very interested to find out what's going on 'under the hood'. Jake Pilgrim

Re: OT/FYI: SmarterMail utility

2007-07-31 Thread Jake Pilgrim
Most of the smarterTools products expose a Webservice API which you can connect to fairly easily. See: http://help.smartertools.com/SmarterMail/v4/ (change the last dir to match your version number) Help for System Admins - Additional Topics - Automation with Web Services

Re: CFC defining vars

2007-07-30 Thread Jake Pilgrim
' / cfreturn local.val1 ' ' local.val2 / /cffunction Crappy example, but hopefully it illustrates the point. By setting var local = structNew(), you effectively create a variable scope that only lives for the duration of the function. Jake Pilgrim

Re: Convert a mapping to a full path

2007-07-27 Thread Jake Pilgrim
expandPath('/external') Jake Pilgrim Hi, Is it possible to take a CFMX mapping (say /external to c:/datafiles/word/external) and use this in the cfile action=read file=fullPath tag? The mapping should be converted to a full path but since CFMX already knows this, it should be possible

PGP...

2007-07-24 Thread Jake Pilgrim
So how does a person go about decrypting PGP via Coldfusion? Jake ~| Get the answers you are looking for on the ColdFusion Labs Forum direct from active programmers and developers.

Re: FTPS

2007-07-19 Thread Jake Pilgrim
I too would still be interested in finding any code which gracefully handles FTPS transactions. The current solution I'm looking at would require me to write a BAT file for every transaction I wish to perform... ~| Macromedia

Re: FTPS

2007-07-19 Thread Jake Pilgrim
The file transaction I'm looking to do is a communication with a bank - I have no control over the file server in place on their end. It is an FTPS fileserver, not an SFTP fileserver and I need to be able to access it programmatically. If there's an existing Java object that I can wrap,

Re: HELP Please - Using Coldfusion to Import delimited txt files.

2007-07-19 Thread Jake Pilgrim
/urltotextfile/file.txt; name=data firstrowasheaders=true delimiter=| textQualifier= / Both will result in a query object named 'data'. Jake Pilgrim ~| ColdFusion MX7 by Adobe® Dyncamically transform

Re: How to print directly from coldfusion code

2007-07-09 Thread Jake Pilgrim
cfexecute name=c:\windows\system32\print.exe arguments=/D:\\networkPrinter c:\printDir\#myDir.name# timeout=5 / /cfoutput Jake Pilgrim ~| CF 8 – Scorpio beta now available, easily build great internet experiences – Try

FTPS

2007-07-03 Thread Jake Pilgrim
Does anyone know of a way I can connect to an FTPS (FTP over SSL) server using coldfusion? I have seen the sftp.cfc download out there, but SFTP is a different protocol and this CFC doesn't seem to work. I would prefer a CFC/custom tag based solution, but I am able to run cfexecute so a

Re: Good SSL Provider

2007-06-21 Thread Jake Pilgrim
personally would make sure that the vendor provided this sort of insurance since the times that you cash in on it are typically stressful enough :). Jake Pilgrim ~| Upgrade to Adobe ColdFusion MX7 The most significant release in over 10

Re: payflow (link|pro)

2007-06-18 Thread Jake Pilgrim
/presentations.cfm --Scroll down to December 2006 The zip available for download there includes the CFX install files, a revised installation guide, and a txt file with some handy links. Jake Pilgrim ~| Macromedia ColdFusion MX7

Re: Make Number Negative

2007-06-13 Thread Jake Pilgrim
0 minus your number works too. To ensure a negative number, use abs(): cfset var1 = 0 - abs(numVar) / Jake ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 MX7 integration create powerful cross-platform RIAs

Re: Large CSV File

2007-06-12 Thread Jake Pilgrim
A number of excellent database-based solutions have already been posted (and a database solution is probably preferred), but don't overlook CFHTTP. CFHTTP is actually quite good at parsing a CSV and spooling it into a CFQUERY. Depending on exactly what you want to do with your data, this may be

Re: cfabort triggering onError function in Application.cfc

2007-06-12 Thread Jake Pilgrim
=EventName type=String required=true/ cfif arguments.exception.rootCause NEQ coldfusion.runtime.AbortException ... do error handling /cfif /cffunction Voila! Jake Pilgrim Since I implemented the onError function in my Application.cfc the cfabort seems to be triggering

SOT: quick file publisher for CFEclipse

2007-06-08 Thread Jake Pilgrim
I'm finally taking the plunge to CFEclipse. So far I am liking it quite a bit, but with one catch - I'm not finding a quick way to publish files. I have a mapped network drive to our development server and our production server. In Dreamweaver I was able to set up the development server drive

Re: Custom 404 For Single IIS Site

2007-06-06 Thread Jake Pilgrim
; addtoken=no / cfelse cflocation url=/mappedPath/404default.cfc / /cfif with 404default.cfc being something very generic. Of course you can pretty this up with a switch statement, DB call, or whatever else you would like (I tried to keep the example simple). Jake Pilgrim On 6/6/07, C

Re: CFC Typeof()

2007-06-06 Thread Jake Pilgrim
as well as creating a performance loss by making your function check the object's type in the first place! As defined by Wikipedia - http://en.wikipedia.org/wiki/Duck_typing Jake Pilgrim ~| ColdFusion MX7 by Adobe® Dyncamically

Re: CF8 sample databases and HostMySite free hosting

2007-06-01 Thread Jake Pilgrim
MS SQL express - it's free, and it works. ~| ColdFusion MX7 and Flex 2 Build sales marketing dashboard RIA’s for your business. Upgrade now http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT Archive:

Re: The CF Dissenters Have Been Smacked Down

2007-05-30 Thread Jake Pilgrim
:) Although I do agree - PHP is definitely on the way out. Ever since they addressed their memory leak issue (related to the - operator) by just implementing an error for code that would cause the memory leak condition, I have seen PHP's support steadily decline... I mean come on... If your

Re: CF Server connecting to MySQL v5

2007-05-29 Thread Jake Pilgrim
://dev.mysql.com/doc/refman/5.0/en/old-client.html Essentially this 'fix' changes your password to use the old shorter password hashing algorithm used back with mySQL 3.x. Less secure, yes, but this is really the only major compatibility issue you'll encounter with using this driver. Jake

Load Testing

2007-05-23 Thread Jake Pilgrim
I'm just wondering, what do you use for load testing your applications? Thanks! Jake ~| ColdFusion MX7 by Adobe® Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. Free Trial.

Re: New developer vs. Veteran developer

2007-05-16 Thread Jake Pilgrim
expertise, and while a new programmer may be able to be as productive as a seasoned veteran in a very short period of time, they are not going to have as strong of a background when it comes to resolving errors and maintaining application integrity. Jake Pilgrim

Re: MySQL - need auto increment back to 0...

2007-05-13 Thread Jake Pilgrim
In the past I have just deleted the column and recreated it, which effectively sets the autoincrement back to 0. However there are definitely a few downfalls of this approach (broken relationships and not straightforward when done programatically) - I'll be interested in finding if anyone has a

Re: get code prior to commit

2007-05-10 Thread Jake Pilgrim
As previously mentioned, cfsavecontent is a good approach. Another alternative is the onRequest method within Application.cfc. You'll have to do a little reading on this function, but the basic idea is that the end result of your page request is delivered by onRequest. If onRequest doesn't

Re: Online WYSIWYG Editors

2007-05-04 Thread Jake Pilgrim
If you haven't given the FCK editor a look for some time, it's worth looking at again. The latest versions are highly improved over previous versions and has been my editor of choice for my last few projects that have demanded this capability.

Re: File Upload CFC

2007-05-03 Thread Jake Pilgrim
Usually I end up passing the form field name that contains the file to my CFC so that i can perform the cffile action=upload within my CFC. Beyond that, it's very similar to handling the file via procedural programming. Jake Pilgrim

Re: Which Framework do you use... (if any)

2007-04-28 Thread Jake Pilgrim
This answer is hard to answer because I really feel it's strongly based on your development style. Are you an old CF 5 developer that's just getting into the MX arena (or maybe you're still not there)? - Fusebox is a wonderful framework for these folks. Are you an OOP junkie? - Mach-II might be

Re: Printing Checks

2007-04-25 Thread Jake Pilgrim
, but you'll probably find that this is what you are looking for. You can render your reports as a PDF, which will probably address your printing issue. Jake Pilgrim ~| Macromedia ColdFusion MX7 Upgrade to MX7 experience time-saving

CFCs that extend CFCs - want to cfinclude a function

2007-04-24 Thread Jake Pilgrim
of doStuff() (good), but when i extract it into a separate file and use the cfinclude, it does not overwrite doStuff() (bad). Anyone know of a good workaround for this? Thanks! Jake Pilgrim ~| Deploy Web Applications Quickly

Re: How do I set this variable, then...

2007-04-20 Thread Jake Pilgrim
AJAX ~| Upgrade to Adobe ColdFusion MX7 The most significant release in over 10 years. Upgrade see new features. http://www.adobe.com/products/coldfusion?sdid=RVJR Archive:

Re: making a page use cfdocument or not

2007-04-18 Thread Jake Pilgrim
Ian keyed in on the solution here. In short - you can't have a condition around just the CFDOCUMENT starting and ending tags; the condition needs to wrap the entire code block. From what I experienced CFdocument seems to always run whether it is wrapped in a condition or not(seems to execute

Re: Vista versions - what's really needed for CF development?

2007-04-16 Thread Jake Pilgrim
Ok, sounds like I want Business edition if i want a full version of IIS. Now is the Windows Media Center piece worth upgrading from business to ultimate for? I'm going to have the Adobe Creative Suite installed and I'm not really the type of person who is looking to document their whole life

Re: Need help totaling something up

2007-04-15 Thread Jake Pilgrim
I don't see any nested loops in the code below. So the simple answer here is to just declare some variables outside of the loop to manage the sums. As long as the variable is outside the loop, you'll be set: cfset answervalueTotal = 0 / cfset totalforthisquestionTotal = 0 / cfset

Vista versions - what's really needed for CF development?

2007-04-15 Thread Jake Pilgrim
encryption tool which I could care less about. Is media center worth having (in which case, is Home Premium a better option)? It seems like the Business ed. has some networking tools that might come in handy - are they? What aren't they telling me? :) Thanks! Jake Pilgrim

Re: is this thing on?

2007-04-04 Thread Jake Pilgrim
The answer: A circle is equal to a square and a piece of pie. just in case someone was looking for something psuedo-meaningful in this thread :). ~| ColdFusion MX7 and Flex 2 Build sales marketing dashboard RIA’s

Re: US/Canada Dropdown?

2007-04-03 Thread Jake Pilgrim
Island, Quebec, and Saskatchewan. The three territories are Northwest Territories, Nunavut, and Yukon. Thanks! Jake Pilgrim Does anyone by chance have a tag that allows both US (states) and Canada (Providences) to be shown in a select box. I have one but only for the US. Other searches (via

Re: (Resend) Application.cfc and cflocation

2007-04-03 Thread Jake Pilgrim
). So in our onError function, we pitch these errors right out the window: cfif structkeyexists(arguments.exception,'rootCause') and arguments.exception.rootCause.Type EQ coldfusion.runtime.AbortException cfreturn / /cfif Hope that helps... Jake Pilgrim

Re: cold fusion certification

2007-03-28 Thread Jake Pilgrim
you know what the blockfactor attribute does?), and webservices (what do you need to do to make a cfc function a webservice?). Hope that helps... Jake Pilgrim ~| Upgrade to Adobe ColdFusion MX7 The most significant release

Re: _Debugging?

2007-03-19 Thread Jake Pilgrim
show debug output whenever you want by specifying http://myURL.com?debug=true -- this is especially helpful when using AJAX or other HTTP calls where the debug output may pollute your result set. Jake Pilgrim ~| Create robust

Re: _Debugging?

2007-03-19 Thread Jake Pilgrim
Yes, it still requires debugging to be turned on at the server level but that shouldn't be a concern here. On your development server, enable debugging; on your production server, disable debugging. This code isn't going to add or subtract any overhead in either scenario. Jake Pilgrim Doesn't

Coldfusion / Open Source CRM

2007-03-17 Thread Jake Pilgrim
Does anyone know of a coldfusion CRM out there? Ideally I would like a open source, Coldfusion CRM. It doesn't have to be all that fancy (I'm not looking for a SalesForce replacement) - even if it was just a contacts database it would be better than what I have now :). Thanks for your

Re: input vs cfinput

2007-03-09 Thread Jake Pilgrim
any errors either. Now you're of course going to run into issues with cfform format=flash, but it didn't sound like you were using that. Jake Pilgrim ~| Create robust enterprise, web RIAs. Upgrade integrate Adobe Coldfusion

Re: populate a javascript var with cfoutput?

2007-03-08 Thread Jake Pilgrim
javascript syntax issues (i.e. name = o'connor - the extra ') a breeze :). Jake Pilgrim I need to dynamically populate addresses as shown below: script type=text/javascript var addresses = new Array(Redwood City, CA, Palo Alto, CA, Santa Clara, CA, San Jose, CA, Sunnyvale, CA, Mountain View, CA

Re: Smart Names implementation

2007-03-07 Thread Jake Pilgrim
. The hard part isn't doing lookups -- one table, three columns (id, name1, name2), two subselects -- the hard part is populating that table. I'm happy to show you how to do the lookup, but do you have a plan for populating the table? --Ben Doom Jake Pilgrim wrote: Has anyone

Smart Names implementation

2007-03-06 Thread Jake Pilgrim
Has anyone implemented smart names (i.e. a search for Bob would match Bobby or Robert) functionality in Coldfusion? Anyone have any examples I can view? Thanks! Jake Pilgrim ~| Deploy Web Applications Quickly across

Re: why is my cfmx reporting the wrong time?

2007-03-04 Thread Jake Pilgrim
Have you checked the simple things? Like the system time, system timezone, etc? ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 MX7 integration create powerful cross-platform RIAs

Re: test if method exists

2007-02-15 Thread Jake Pilgrim
but fails IsCustomFunction --- cfif IsDefined(X) AND IsCustomFunction(X) X is a UDF.br /cfif !--- Example that passes both tests--- cfif IsDefined(realUDF) AND IsCustomFunction(realUDF) realUDF is a function.br /cfif Jake Pilgrim

Re: cfchart woes - vertical labels like 3.70333333

2007-02-12 Thread Jake Pilgrim
I have ran into this before... Here's the fix I used: cfchart gridlines=11 scaleFrom=0 scaleTo=100 /cfchart This will display a graph with each gridLine representing 10. The trick here is that scaleTo / (gridlines + 1) should equal an integer value. You add one to the gridlines value

Re: Web based HTML Editor recommendations please

2007-02-12 Thread Jake Pilgrim
Here's what I have used in the past, with feedback: FCK Editor - The best product I have found thus far. Prior versions were less than remarkable, but their latest versions are excellent! Very customizable, very cross-platform compatible, and does not require any additional plugins (Java,

Re: Web based HTML Editor recommendations please

2007-02-12 Thread Jake Pilgrim
Yes - support is non-existent with the soEditor. Now about a year or more ago, I received an email that said that they were releasing a new version of the soEditor. The email even included a link to a page which seemed to be an incomplete purchase page (just missing the buy link). Shortly

Re: CF MX Access DSN w/o ODBC Service

2007-02-10 Thread Jake Pilgrim
Once upon a time, I seem to remember hearing that you could use OLEDB to connect to access: cfquery dbtype=oledb ... /cfquery However, I've never tried that :). If it works out, let me know. ~| Upgrade to Adobe ColdFusion MX7