Adobe people we know on the Cold Fusion side

2008-11-17 Thread Don L
Ben Forta, sure, since Allaire's time for those of us, die-hard CFers... Sean Corfield, CF architecure, sure too Ok, more on the tech side, now how about the business side? exeutives in charge of CF product, who comes to your mind? Thanks. Don Chunshen Li

Re: Adobe people we know on the Cold Fusion side

2008-11-17 Thread Don L
temparament (I'm notorious for that here) would be desirable. Thanks. Don Chunshen Li I'm not sure what we're going for here but Sean left Adobe 2-3 years ago. And he was never on the CF product team. He was an Architect on the Web Team and helped promote the use of CF on adobe.com. t On Mon

Re: Adobe people we know on the Cold Fusion side

2008-11-17 Thread Don L
Thank you, Dave, also, I've interacted with Jason's boss, Damon Cooper (wow, just double checked the spelling, it's correct), who seems to be a great person and easy to work with. Don Ok, more on the tech side, now how about the business side? exeutives in charge of CF product, who comes

Re: Adobe people we know on the Cold Fusion side

2008-11-17 Thread Don L
I appreciate the thought, Jochem. On Mon, Nov 17, 2008 at 1:56 PM, Don L wrote: Ok, more on the tech side, now how about the business side? exeutives in charge of CF product, who comes to your mind? You could google them. If they don't out themselves on their blogs I guess that means

Any regular expression guru here?

2008-11-13 Thread Don L
What I'd like to want to do is to replace a value from a simple text which looks like this: a= b=tyweu8939skdksspdssdsd c=sd How do I replace the value of b when the b value is unknown? Thanks. ~| Adobe® ColdFusion® 8

Re: Any regular expression guru here?

2008-11-13 Thread Don L
In the example below, you only want to replace the b while leaving the a and c alone, right? Right. Will the b always have a format of b=tyweu8939skdksspdssdsd. Does tyweu8939skdksspdssdsd have a pattern to it? Not certain, most likely yes. It's the cf8's encrypted password for the admin. Is

Re: Any regular expression guru here?

2008-11-13 Thread Don L
Ah! I think he meant the right side of the equals sign after b. But, if the value (right side of the =) contains 'b=' then we're in trouble again. Yes, exactly, one way (theoritically) would be, have 3 segements for all 3 lines and find the seg2.element[2].value, but I don't know regexp...

Re: Any regular expression guru here?

2008-11-13 Thread Don L
at the administrator.cfc, it does not seem to have a method for {admin pwd} reset or am I missing something or another cfc? Thanks. Don Chunshen Li ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release

Deleting datasource programmatically

2008-11-13 Thread Don L
your thought? Thanks. Don Chunshen Li ~| 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: http

Re: Any regular expression guru here?

2008-11-13 Thread Don L
Well, since the objective is to disable cf admin access. Just realized a silly and yet effective way would be to move the CFIDE directory away from web root. I hope it won't adversely impact the cf8 server. What I'd like to want to do is to replace a value from a simple text which looks

Re: Deleting datasource programmatically

2008-11-13 Thread Don L
Have looked at the adminapi's datasoure.cfc, according to it, one method named DeleteDatasource would require only one parameter of dsnname to delete a current cf8 datasource but it didn't. Did you login first? cfscript admin = createObject(component,cfide.adminapi.administrator);

ColdFusion8 Installation (Windows)

2008-11-13 Thread Don L
I'm wondering if there are additional properties or parameters that the installer.properties file supports in addition to all those listed in the livedoc. Or another way to put it, what other configuration files does this file interact with during the installation process? Thanks. Don

CF8 administrator access (Windows OS)

2008-11-12 Thread Don L
Is it true that cf8's admin features can only be accessed via localhost or 127.0.0.1 address vs. universal IP by default? don't remember. Thanks. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to

Re: CF8 administrator access (Windows OS)

2008-11-12 Thread Don L
://www.bifrost.com.au/blog/ 2008/11/13 Don L [EMAIL PROTECTED]: Is it true that cf8's admin features can only be accessed via localhost or 127.0.0.1 address vs. universal IP by default? don't remember. Thanks. ~| Adobe® ColdFusion

Re: Rember DOS?

2008-11-11 Thread Don L
Save yourself the trouble and install the GNU tools. -- Tom Chiverton Helping to continually transform supply-chains Thanks for the pointer. My need is similar to advanced DOS programming, do you happen to know which GNU package may fit the bill?

Coldfusion +Ajax, best route?

2008-11-10 Thread Don
Should I look into the built-in Ajax stuff with cf8 or go with a third party like JQuery? ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

Rember DOS?

2008-11-08 Thread Don L
I'm having a hard time with some string manipulation with DOS for the last half an hour or so including googling to no avail. Here's the deal. DOS/Window batch process does not like white space, hence, I need to replace the following directories that including white space with quotes prefix and

Re: Rember DOS?

2008-11-08 Thread Don L
Not an answer to your question, but... rather than parsing the path for spaces, could you not just wrap the path in double quotes for all paths? Adrian Building a database of ColdFusion errors at http://cferror.org/ Craig's technique is also interesting, I forgot. However, the {aUser} is

coldfusion8 is amazing!

2008-11-03 Thread Don L
was impatient. Upon re-examination of the the properties file, I did not find any reference about a default web server, hmm? Thanks. Chunshen Li (Don) ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release

Cf8 bug?

2008-11-03 Thread Don
Perhaps you've ran into this before. Within a cfc I'm simply looping over a query object and using the ID value from the query to call an external cfc method that eventually calls a method contained within the same CFC as the code below appears. The problem is that using dot notation or array

Not exactly cf question but hope it's ok

2008-11-01 Thread Don L
I'm trying to figure out if there's a way to programmatically determine if a computer (with Windows OS including XP home/pro, Vista) has .NET Framework 2.0 installed with DOS/Window's batch/utility programming. Googling has not been effective for the solution. Thanks. Don Chunshen Li

Re: Not exactly cf question but hope it's ok

2008-11-01 Thread Don L
I'm trying to figure out if there's a way to programmatically determine if a computer (with Windows OS including XP home/pro, Vista) has .NET Framework 2.0 installed with DOS/Window's batch/utility programming. (Purely from a quick google..) what about checking the folder

Re: Not exactly cf question but hope it's ok

2008-11-01 Thread Don L
. Regards, Chunshen Li (Don) ~| 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: http://www.houseoffusion.com/groups

Re: CFML Language Development

2008-10-27 Thread Don L
seem to generate more revenue for CF company/companies but no I haven't run some detailed number crunch... Thanks. Chunshen Li (Don) ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get

Re: CFML Language Development

2008-10-27 Thread Don L
Here's something that pops out of my head upon reading your post. Given the recent roadmap that Adobe published for CF in their marketing kit, I suspect they may be planning to separate some of the features in a few years when version 11 or so is released. I.e. you would buy CF but then you

Re: Alternative to coldfusion8

2008-10-24 Thread Don L
In the future, differences between projects are likely to be smaller due to the creation of the CFML Advisory Committee. http://corfield.org/blog/index.cfm/do/blog. entry/entry/CFML_Advisory_Committee Hopefully it will delineate a core set of features/functions and allow for more widely

Re: Alternative to coldfusion8

2008-10-24 Thread Don L
Part of the reason for Adobe Coldfusion 8 having features that the open source competitors do not is commercial licensing. Adobe either owns the license for some of the cool new tag features or paid the bucks to use a third party license. The open source products may not have the money to pay

Alternative to coldfusion8

2008-10-23 Thread Don L
Just ran a search for it and found two, of which one is well-known, that is, BlueDragon, the other contender is Smith, did a quick browse of features respectively, and noticed that some of 'hot-cake' CF8 features like cfajaxproxy and associated tags are not supported by neither of them (on

Re: Alternative to coldfusion8

2008-10-23 Thread Don L
Add Railo to your search http://railo-technologies.com/ Thanks for the heads-up and the URL, however, unlike BD, it does not list tag comparison with cf8, hard to tell if it can support some of the great cf8 features listed in my last post.

Re: Alternative to coldfusion8

2008-10-23 Thread Don L
BlueDragon comes in two flavors. The commercial version, which is commercially supported, and Open BlueDragon, which is supported by the community. Their URL's are as follows: BlueDragon Commercial version (focusing on their .NET version) http://www.newatlanta.com/products/bluedragon/index.cfm

Re: Alternative to coldfusion8

2008-10-23 Thread Don L
Umm... http://www.railo-technologies.com/en/index.cfm?treeID=107 Thanks for the URL. It looks like an alternative could a road to he?? ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get

Re: CFexecute Tag

2008-10-20 Thread Don L
session/account and restarted, and went a step further, disabled firewalls including XP's own, however, same outcome (the command prompt did not show up). What else could be in the way? Don ~| Adobe® ColdFusion® 8 software 8

Re: CFexecute Tag

2008-10-20 Thread Don L
Don, May be inserting a timeout parameter could be display the DOS prompt??? Cheers Marco Antonio Marco, interesting idea, tried it, now I'm getting some 'meaningful' debugging info, Timeout period expired without completion of C:\Windows\system32\cmd.exe I've set Timeout to 3 and 6

CFexecute Tag

2008-10-19 Thread Don L
with same outcome. What's the expected result for CFEXECUTE (last time I used it probably years ago...). Thanks. Chunshen Li (Don) ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get

Re: ImageNew, cfImage, IsBinary, CharsetEncode etc.

2008-10-19 Thread Don L
The {textarea} definitely has pixels Just curious, but how do you store pixels in a textarea ? Javascripting... ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

Re: ImageNew, cfImage, IsBinary, CharsetEncode etc.

2008-10-19 Thread Don L
Javascripting... May be some example will help to understand. I've never heard of Javascript handling pixels... This part is non-issue for me now, I've locked myself up for last two days,haha... ~| Adobe® ColdFusion® 8

ImageNew, cfImage, IsBinary, CharsetEncode etc.

2008-10-17 Thread Don L
} definitely has pixels) then, use ImageNew to convert the pixels into an image file. Thanks. Chunshen Li (Don) ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http

Image display issue

2008-10-15 Thread Don L
CF8, outside query out: img src='/images/myimage.jpg' br -- displayed cfset imgVar = img src=/images/myimage.jpg output var value of image: cfoutput#imgVar#/cfoutput -- displayed db column named myData of varchar|nvarchar (5000), one row's data stream reads bla ksk kak alkd sk skd img

Re: Creating a datasource against sql 2005 express on fly for coldfusion8

2008-10-14 Thread Don L
Per another thread and based on Andy Allan's pointer and Nasir Ghaznavi's additional input, creating a datasource against a sql 2000 db was successful (did that a while ago), however, I think the Macromedia's JDBC does not support connection to a sql 2005 express database, for I've

Re: Creating a datasource against sql 2005 express on fly for coldfusion8

2008-10-14 Thread Don L
You can use the IP address, if that's an available option for you. Even 127.0.0.1, if you're (horrors) running MSSQL and CF on the same box. Beautiful, thanks. Previously I also tried it to no avail, maybe then my network security/firewall/anti-virus program setup etc. messed it up.

Re: adobe ftp site for cf8?

2008-10-12 Thread Don L
Does any of you know if adobe's ftp site has a copy of cf8 trial or developer edition or any other adobe's trial/developer software to download (the sign-up and login process could be perceived inconvenient to many)? I took a look and didn't find one. Maybe you'll have a better

Creating a datasource against sql 2005 express on fly for coldfusion8

2008-10-12 Thread Don L
Per another thread and based on Andy Allan's pointer and Nasir Ghaznavi's additional input, creating a datasource against a sql 2000 db was successful (did that a while ago), however, I think the Macromedia's JDBC does not support connection to a sql 2005 express database, for I've tried both

adobe ftp site for cf8?

2008-10-11 Thread Don L
Does any of you know if adobe's ftp site has a copy of cf8 trial or developer edition or any other adobe's trial/developer software to download (the sign-up and login process could be perceived inconvenient to many)? I took a look and didn't find one. Maybe you'll have a better luck. tia

Draw line and box

2008-10-10 Thread Don L
I'm wondering if there's a way or even using some simple external function with ColdFusion 8 to draw simple line or box, really simple stuff not some fancy graphics design tool or the like. Or probably I'm not the first one to ask this question. Ideas? Thanks.

Re: Draw line and box

2008-10-10 Thread Don L
Google: drawing with javascript lots of interesting stuff turns up! Sorry, guys, for not being clear. I'd like to provide a space with TextArea, then, let my user to draw some lines, to form a triangle, square, pentagon, etc., small or big, on his/her own... ha, the google link seem

Re: Display image inside a cfwindow

2008-10-09 Thread Don L
post your code. Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ The following simple code would work, however, code for my app won't, sorry it's a bit too complex and long to post. Could you think of a way what might have prevented an image tag to fail? Thanks. -- top level cf

Display image inside a cfwindow

2008-10-08 Thread Don L
Don't laugh, a simple img tag would not be rendered in IE7 (haven't tried with other browser) inside a cfwindow, e.g. img src=/myImages/horse.jpg, the exact same line would be displayed instead of the image. Am tied, can't think, tried HTMLcodeFormat to no avail...

Re: Warm up CF8 service

2008-09-23 Thread Don L
Ok, what I meant is, cf8 seems like a car, one needs to start I don't think you can do this with CF alone, but you should be able to do it other ways. For example, you could create a batch file that invokes wget to call a page, and you could launch that batch file after the service has started

Re: Warm up CF8 service

2008-09-23 Thread Don L
Ok, what I meant is, cf8 seems like a car, one needs to start I don't think you can do this with CF alone, but you should be able to do it other ways. For example, you could create a batch file that invokes wget to call a page, and you could launch that batch file after the service has started

Re: Warm up CF8 service

2008-09-23 Thread Don L
But wait, what this wget utility is about? http://en.wikipedia.org/wiki/Wget Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern

Warm up CF8 service

2008-09-22 Thread Don L
Ok, what I meant is, cf8 seems like a car, one needs to start the engine first then turn on the heat then in a little while the car would be warm, so by then your girlfriend or wife can step in... The girlfriend/wife in this case is a main app, so, could we have cf8 application server

URL caused display problem for an IFRAME in editing mode

2008-09-18 Thread Don L
Hi, I have an IFRAME like the following and its content is html text sometimes with some URLs embedded, when an event trigger is fired, this frame is for editing. User Agent: IE7 on XP OS. iframe id=textID src=somefile.htm onload=document.frames['someframeID'].document.designMode='on';

image map creator

2008-09-15 Thread Don
I need to create an 'image map creator' that would run within the browser. Looked at a few examples online, none of which were very impresive. Need something direct and simple... any ideas? ~| Adobe® ColdFusion® 8 software 8

Re: Coldfusion 8 on Linux Installation ( Linus ver. ie. Aspire One laptop )

2008-09-13 Thread Don
For anyone intersted, I've got Coldfusion 8, Eclipse and Java all installed and working great on the Acer Aspire ONE. The CF administrator was suprisingly quite zippy. ~| Adobe® ColdFusion® 8 software 8 is the most important

RE: What Cold Fusion Job boards are there?

2008-09-13 Thread Don Bellamy
anyone else in charge of my health care or anything else important to me such as my 401k plan. Don -Original Message- From: Vicky [mailto:[EMAIL PROTECTED] Sent: Saturday, September 13, 2008 11:07 AM To: CF-Jobs-Talk Subject: Re: What Cold Fusion Job boards are there? Agreed on just

Re: Does CF8 or CF8.1 have some sort of screen capture function?

2008-09-12 Thread Don L
Thank you. found the link: http://www.adobe.com/cfusion/webforums/forum/messageview. cfm?forumid=1catid=7threadid=1357313 and reading it remembered that i did find this thing: http://stylizedweb.com/2008/04/26/website-screenshots-services/ hth Azadi Saryev Sabai-dee.com

Re: Does CF8 or CF8.1 have some sort of screen capture function?

2008-09-12 Thread Don L
already thought of it and had some success... Don The answer is what are you trying to achieve, if you mean by capturing the screen the answer is no. ColdFusion is server side, screen capture is client side. If you mean could you turn an html page into a PDF to print, the answer is yes. If you need

Re: Does CF8 or CF8.1 have some sort of screen capture function?

2008-09-12 Thread Don L
Thanks. A screen, be it, simple text or multmedia content or a mix of them, does the current CF version have anything like CFscreenCapture something? I don't think CFimage would do what I'm asking here. You can use CFHTTP, then write it to a PDF with CFDOCUMENT. This is covered in

Does CF8 or CF8.1 have some sort of screen capture function?

2008-09-11 Thread Don L
A screen, be it, simple text or multmedia content or a mix of them, does the current CF version have anything like CFscreenCapture something? I don't think CFimage would do what I'm asking here. TIA. ~| Adobe® ColdFusion® 8

Re: Coldfusion 8 on Linux Installation ( Linus ver. ie. Aspire One laptop )

2008-08-25 Thread Don
Anyone else? thoughts or opinions? I looked at it and it seems to come with 512MB, now about a week ago I tried to Install ColdFusion on one of my old desktops and it would not start till i put 1.5GB of ram. The Jrun just gives memory errors so..., I know on Adobe it says Minimum of 512MB but

Re: Coldfusion 8 on Linux Installation ( Linus ver. ie. Aspire One laptop )

2008-08-25 Thread Don L
Anyone else? thoughts or opinions? Have you tried 'bare minimum' cf8 installation? Though I'm not sure if it would make a difference for cf8's RAM requirement. ~| Adobe® ColdFusion® 8 software 8 is the most important and

Coldfusion 8 on Linux Installation ( Linus ver. ie. Aspire One laptop )

2008-08-24 Thread Don
Has anyone successfully installed Coldfusion 8 ( server ) for development purposes on said laptop? http://www.acer.com/aspireone/ I am thinking about getting one for Java work... I'm pretty sure Java will not be a problem with it... But am not sure that I could install CF8 on it.

Re: Free BlueDragon?

2008-08-17 Thread Don L
Your points are well taken. My goal for this cf project is to implement an idea with current technology but not necessarily up to last minute one, major constraint is a very limited time/effort availability. Hence, I tried to nudge Adobe and via this powerful cf group to make cf8 app server

Re: CF app server compilation on demand

2008-08-16 Thread Don L
Well, I think we're in general agreement that Adobe should re-consider the architecture of the cf8 product which would make it much more flexible, hence, more options/opportunities for all (provider itself = Adobe, and a broad range of developers... etc. etc.). Also, along this line of

CF app server compilation on demand

2008-08-15 Thread Don L
I recall some of us pushed for Adobe to reduce CF8 price and I think I understand their rationale. The efforts did not come throgh as one would desire... Here's a thought, if Adobe put in a bit of effort to allow the option of compilation of CF8 app server on demand, then, aside from gov

Re: SQL injection attack on House of Fusion

2008-08-15 Thread Don L
Sorry for the top posting, where are we now in terms of best practice for cf8 protection again sql injection attack? Going through 136+ posts seems a bit too much, many thanks. Some one who has closely monitored this thread probably could help. Sorry for the problems with the House of Fusion

Re: SQL injection attack on House of Fusion

2008-08-15 Thread Don L
But I know all this, I thought the sql injection attack went beyond it, thanks anyway, Justin. The same place we've always been: * Validate user input * Use CFQUERYPARAM For applications that have old code, run a tool that will tell you what queries need to be updated or run a

Re: Free BlueDragon?

2008-08-14 Thread Don L
A quick thank-you note, you guys are awesome! Thank you. I've read a bit on this guy but still does not know anything substantial about it, installing it and playing it out is an option but if I could get some thoughts from someone has done that it would be very desirable for my decision

Free BlueDragon?

2008-08-13 Thread Don L
I've read a bit on this guy but still does not know anything substantial about it, installing it and playing it out is an option but if I could get some thoughts from someone has done that it would be very desirable for my decision on a small cf8-based app which uses a lot of new and sexy

Re: Free BlueDragon?

2008-08-13 Thread Don L
(no disrespect to the talented developers), the cf server memory hog... worrys me... porting current app to BD? a sensible option or a road to nightmare? Don ~| Adobe® ColdFusion® 8 software 8 is the most important

Re: ColdFusion8 silent installation

2008-08-12 Thread Don L
Andy, beautiful, thank you. For anyone else who might also be interested in it, look for Nasir Ghaznavi's comment as well. One more, getDatasource method does not seem to be available any more. Andy Allan -- cf8 ds cfide.administrator.components I don't have CFMX6.1 installed any more so I

Re: ColdFusion8 silent installation

2008-08-11 Thread Don L
Thank you, Andy, I initially did not find the link about cf8 silient installation. The missing attribute may also imply that some of these attributes are optional... ColdFusion8 silent installation - Andy Allan The main differences between the CF7 and CF8 silent installs are the properties

Re: ColdFusion8 silent installation

2008-08-11 Thread Don L
Sure. But there's a reason to add a cf8 datasource without using the admin API. ColdFusion8 silent installation - Dave Watts, CTO, Fig Leaf Software Thanks, Dave. Another question, it looks like one may also be able to create a cf8 data source dynamically, and the neo-datasource.xml file

Re: ColdFusion8 silent installation

2008-08-11 Thread Don L
Prefer not to post to the public. Sure. But there's a reason to add a cf8 datasource without using the admin API. What is that reason? ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date

Lean, 'mean' cf8

2008-08-11 Thread Don L
Lean: Architechurally, ideally, developer has the option to pick what core features or family/families to deploy for a given cf server instance, hence, some 'resource-heavy' features like PDF, image, reporting manipulation stuff may be left out... hence, less CPU requirements... 'mean':

Re: ColdFusion8 silent installation

2008-08-11 Thread Don L
Appreciate your thought though, Dave. Dave Watts, CTO, Fig Leaf Software Then I can't really address why the admin API would/wouldn't be sufficient for your use. It's worth noting that the admin API is an approved API, while there are no guarantees about how the neo-*.xml files will work in the

Re: Lean, 'mean' cf8

2008-08-11 Thread Don L
SQL Server or WHERE ... vs. SELECT colA, colB, colC FROM aTBL WHERE ... for some frequently called table, and a step further, what penalty such 'no lock' attribute may impose to the given table... Thanks. Gerald Guido -- cf8 I doubt Don is talking about CPU usage. My biggest issue with Adobe CF

Re: Lean, 'mean' cf8

2008-08-11 Thread Don L
The whole thing reminds me of ColdFusion Express years ago... How flexible was that architecture? Point being Install Adobe CF on Win and it eats tons of ram, on Apache or IIS, on Jrun. ~| Adobe® ColdFusion® 8 software 8 is

Re: ColdFusion8 silent installation

2008-08-11 Thread Don L
but that's just another example of why you'd want to use the admin API instead of unsupported functionality. If a case does not demand creating some datasource on the fly, would I not have opted for the easily available admin API for that?

ColdFusion8 silent installation

2008-08-10 Thread Don L
It seems to me that ColdFusion8 may be installed siliently. Digging its doc is inclusive, so, I have two questions here. A) Have you ever installed cf8 siliently (be it Windows or Unix)? B) If yes, how does the cf8 installer properties file differ from that of cf7? (I have the complete cf7

Re: ColdFusion8 silent installation

2008-08-10 Thread Don L
A) Have you ever installed cf8 siliently (be it Windows or Unix)? Yes, on Windows. Thanks, Dave. Another question, it looks like one may also be able to create a cf8 data source dynamically, and the neo-datasource.xml file seems to be the first 'crack' or a better way to do it?

Enterprise App and CFwindow

2008-08-07 Thread Don L
Hello, I got the impression that virtually no one uses CFwindow as is for any enterprise app (EA) and those who use it for EA have heavily modified it (probably got rid of the bloated bulky part of it, while it's understandable for open source code for such state of performance... in my case

Pyschich Serch

2008-06-19 Thread Don R Seibert
a database that has movie titles and that would be great for someone looking for a particular movie. Thanks, Don Seibert www.twodudesmoviereviews.com [EMAIL PROTECTED] Email services provided by SeiberSpace Technologies, LLC http://www.seiberspace.net

Re: Pyschich Serch

2008-06-19 Thread Don Seibert
Here's an example: http://tutorial364.easycfm.com/ Hello All, I have been to a number of websites that have search boxes that when you start to type into it, it starts to recognise what you are looking and makes suggestion. How would you do this in ColdFusion. Is it a built in function or is

Re: Pyschich Serch

2008-06-19 Thread Don Seibert
Thank you Brad. This is exactly what I am looking for. I have over 10,000 movie titles in my database and this would be very handy. Don Here's an example: http://tutorial364.easycfm.com/ Hello All, I have been to a number of websites that have search boxes that when you start to type

Re: Pyschich Serch

2008-06-19 Thread Don Seibert
Sorry, I type faster than I think. ;-) Oh.. and it's Psychic. :) On Thu, Jun 19, 2008 at 12:42 PM, D ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

Re: Help finding a hosting provider

2008-05-29 Thread Don L
Hi, I am new to this list and I am sure that this topic has been done over and over but I will ask again. I am looking for a hosting provider to host a simple site that I am creating for a group related to my hobby. I am looking for a relatively inexpensive to moderately priced

Re: Comparing 2 different chunks of text

2008-05-28 Thread Don L
chunk comparison Hi all, Is it possible to compare 2 chunk of text and highlight the difference in the second chunk? e.g.cfset textChunk1 = My name is Abi cfset textChunk2 = My name is Abigail today comPareString(textChunk1,textChunk2) The output should then be My name is

Re: Comparing 2 different chunks of text

2008-05-28 Thread Don L
Bobby Hartsfield -- a dispicalbe being He was just being a simple tool. There was no intention of that working. There is nothing built in to do anything like this. You may be able to find a compare/merge command line tool that you can cfexecute... else, in CF... basically what you would have to

Simplest WYSIWYG Text Editor

2008-05-26 Thread Don L
I know I'm good (ok, I meant, I worked half an hour here, and then half an hour there on this little project), now, I've got this little 'tough' simple WYSIYG text editor to be working in IE (tested IE7, should be fine with IE6, expected to be supported by Firefox3). Call it 'tough' because it

(ot) Simple Tool

2008-05-21 Thread Don L
I 'accidentally' designed and developed a super simple survey tool (yeah, I know zillions of the same type out there). Got two questions here: a) is it all right to post its beta URL here for opinion/feedback? b) someone may have done something similar (not the functional side but on the

Re: Could CFPDF tag edit a PDF file?

2008-05-20 Thread Don L
On Monday 19 May 2008, Don L wrote: I just went through the cf documentation about this tag, did not come off as it is able to support a PDF document editing via web interface Define 'editing'. -- Tom Chiverton Here you have a read-only pdf document with form fields to fill

Re: Could CFPDF tag edit a PDF file?

2008-05-20 Thread Don L
yes use this.. If the PDF has named form fields... cfpdfform action=populate cfpdfformparam and this to pass the values to the named form items. Rob Thansk, Rob. Clearly this is a step toward right direction. Reading up doc on this family tag a bit, it seems to suggest that: a) one

Re: ColdFusion 8 Ajax questions

2008-05-20 Thread Don L
with cfajaxproxy, that's wonderful and I'm grateful to him for that. Don ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k

Re: Could CFPDF tag edit a PDF file?

2008-05-20 Thread Don L
Don, I am working on an app for our inhouse use that will read the PDF into an XML structure then parse those into input tags so users can enter the data in a form and get the PDF with their info. I am also developing a standardized one where i have all the form IDs set-up ahead of time

Re: What is it with telecommuting?

2008-05-20 Thread Don L
Agreed.  I live just outside of Tampa, where the housing crisis is really bad, and I wouldn't consider moving... -- C. Hatton Humphrey Understandably, most places want people on-site. The best tele opportunity I was was one where you went on-site for a month on the company dime and then came

Re: Cftextarea and Fukeditor

2008-05-19 Thread Don L
Don, I hear you. So far I have avoided using a lot of the Ajax features in CF 8 (save cfajaxproxy ) and sticking with their source libraries like EXT and FCKeditor and the like. If anything for the foot print. I am still a sucker for cfform though. BTW FCKeditor has a CFC that works out

Could CFPDF tag edit a PDF file?

2008-05-19 Thread Don L
I just went through the cf documentation about this tag, did not come off as it is able to support a PDF document editing via web interface, a quick search of this forum did not yield an answer neither, hence, ask here. Thanks.

Re: Cftextarea and Fukeditor

2008-05-19 Thread Don L
Just download the Library and look under examples. There are a bunch of them that work right out of the box. You pass just it a couple vars and you are done. Very easy. There is also a custom tag version too if that is more to your liking. hth G Gerald Guido Thanks, Gerald, check it out

CF8 and a very basic drawing capability

2008-05-19 Thread Don L
Probably Flash and/or Flex can. But it would be nice if cf8 can do that as well (not something fancy/full-blown), if this capability is already built in with cf8, pls show me. Thanks. Process flow: a) simple draw -- b) the {cf image tag} capture it -- c) store it... Sorry if asking too

<    1   2   3   4   5   6   7   8   9   10   >