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

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
Hey all, I am currently embroiled with my first full coldfusion ajax system for a client. I am running into a problem, which is probably elementary for those who have had some prior success with the cf ajax controls, but this has become a stumbling block for me. Can anyone please give

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 on

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 of the

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

Re: CF8 and a very basic drawing capability

2008-05-19 Thread Don L
check out ben nadel's blog for this and a lot more: www.bennadel.com Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ Thanks, will do. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to

Re: 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

Re: FCKEditor and IE7

2008-05-19 Thread Don L
Just an FYI in case many of you didn't know, but ActivEdit, the other WYSIWYG editor for web pages, is now open source and available for download at the creator's website: http://www.zrinity.com/activedit Just an alternative solution for those who haven't invested a lot of time into FCKEditor.

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. Hi Gerald, were you referring to the following url for the current cfc for this editor?

Cftextarea and Fukeditor

2008-05-18 Thread Don L
Maybe I've misspelt the editor. With cf8 standard (8.0, not 8.0.1), with the Cftextarea tag using Fukeditor's Basic tool configuration. If there's double quotes () inside the textarea, cfajax related tag such as cfajaxproxy referencing data inside the textreaa would generate an error. Quite

Re: Sever-side data validation with ajax

2008-05-14 Thread Don L
The biggest problem with this approach is that it offers nothing in the way of actual enforcement of data. It takes about 2 seconds to bypass that kind of validation either by frame hacks or form substitution. Ok, for frame hacks, it shouldn't be applicable to a page that does not frame. On form

Cfajaxproxy and form hidden field

2008-05-14 Thread Don L
I'm using cfajaxproxy with cfc and js class call to process a form. The form's hidden field wasn't passed on because the cfc's arguments list does not contain it. Does this tag's ajax part fail to recognize the hidden field within a form or am I missing something? Thanks.

Re: Cfajaxproxy and form hidden field

2008-05-14 Thread Don L
post your js ad cfc fucntions. Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ Ok, problem resolved. My hidden field was using ID only, e.g. input type=hidden id=magicID // the object and id thing got me now ... instead, it should be input type=hidden id=magicID name=magicID for

Sever-side data validation with ajax

2008-05-13 Thread Don L
The good news seems that one could validate server-side data using ajax call to send the form data but the down side seems to be the UI err presentation part, when there's data problem one would prompt/alert user about it, the js alert function is one way, write some sort of msg and make it

Re: Sever-side data validation with ajax

2008-05-13 Thread Don L
Messages next to and highlights of the problematic fields + general message at top of the page, i.e. 'Oops there was a problem; check out the errors highlighted in the form...' My preference Dominic Well, I'm torn between Messages next to and highlights of the problematic fields and Messages

Re: Sever-side data validation with ajax

2008-05-13 Thread Don L
First, this has nothing to do with AJAX or server-side validation, really. Your options for notifying the user of an error are no different with AJAX than they would be with any sort of client-side validation. Disagree. Server-side validation, traditionally means to send a form to cf server and

List order mess-up with cfc and ajax

2008-05-12 Thread Don L
What's the odd ball. Form has dynamic elements with each starts with the letter of A (e.g., A1, A2, A..n) among other elements, form is passed to cfajaxproxy/cfc/js combo and submitted multiple times (specifically submitted at each element level, intended). On the cfc end, partially code

Re: List order mess-up with cfc and ajax

2008-05-12 Thread Don L
Resolved by using another technique. ~| 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 Archive:

Fancy auto-suggest

2008-05-09 Thread Don L
I think there was a thread talking about two connected levels of auto-suggest or auto-suggest chain. A quick search did not yield it. Does anyone happen to recall something to the effect of that thread title? The flow would be like something like the following: (Instruction: a) first type an

Re: Fancy auto-suggest

2008-05-09 Thread Don L
I would really caution against doing this. My rule of thumb is that IF i have to explain the page to someone. I didn't do my job designing it. Your not going to be there to hold your users hand every time they come to your page. Build your page and give it to the most non techie person you

Writing a re-usable business function with CF8

2008-05-09 Thread Don L
and then make it distributable to virtually any web server platform (say, for windows, IIS (5x,6x,7x?); for unix/linux flavor, Apache). Some of you may have thought of this or even have been there done that. Off my head, I'm thinking: a) the business function; b) a 'connector' to the target web

Re: Writing a re-usable business function with CF8

2008-05-09 Thread Don L
On Friday 09 May 2008, Don L wrote: and then make it distributable to virtually any web server platform (say, for windows, IIS (5x,6x,7x?); for unix/linux flavor, Apache). I'm not sure what you're asking but if you write your application in CFML it'll run on all of those yes

Re: Writing a re-usable business function with CF8

2008-05-09 Thread Don L
standalone business function The key word here is Flexibility. Probably in essence, there are two big groups of web programming languages: java-based (CFML etc.) vs. Microsoft-based (asp, asp.NET etc.). And if my understanding is correct, any asp code would run under IIS web server

Re: Writing a re-usable business function with CF8

2008-05-09 Thread Don L
On Friday 09 May 2008, Don L wrote: Now, what if there's some free and light J2EE component, that be easily plugged into any web server, then, what? maybe, any compiled cfml code (java bytecode) can run under such a web server environement, a probable yes? Tom Chiverton You

Re: Writing a re-usable business function with CF8

2008-05-09 Thread Don L
You could also just set it up as a centralized web service and allow people on any platform to call it that way. That's what they're for, after all. On Fri, May 9, 2008 at 12:34 PM, D web service Yes, thanks, my own, kind of limited, experience with web service has been that the cf web service

Re: CFLayout

2008-05-08 Thread Don L
Hi all, I have started a project utilizing the ajax commands in cf8 and I have come across a situation. I want to pull the data inside of the tabbed areas of a cflayout 'only' when the tab is initiated (clicked on). I was wondering if anyone has any ideas of how to do it. I was

Java bytecode deployment for ColFusion8 App (Standard)

2008-05-04 Thread Don L
I'd like to deploy such a web app using a hosting service on Windows. My own box is Windows XP Professional with IIS 5.x web server. Here're two problems: a) the {default} index.cfm is not working; b) an image file on the first page failed to be rendered. (Everything else seems working fine).

Re: Java bytecode deployment for ColFusion8 App (Standard)

2008-05-04 Thread Don L
I'd like to deploy such a web app using a hosting service on Windows. My own box is Windows XP Professional with IIS 5.x web server. Here're two problems: a) the {default} index.cfm is not working; b) an image file on the first page failed to be rendered. (Everything else seems working

Re: CFdirectory under ColdFusion 8 (Standard)

2008-05-03 Thread Don L
On Fri, May 2, 2008 at 3:46 PM, Don L [EMAIL PROTECTED] wrote: cfdirectory directory=e:\blabla\bla2bla2\ action=list name=juiceFile type=file sort=directory DESC the Sort attribute failed (it did not list files in z to a order). 'directory' is only for recursive CFDIRECTORY calls. You

CFdirectory under ColdFusion 8 (Standard)

2008-05-02 Thread Don L
Oddities with this tag (OS=XP Professional): cfdirectory directory=e:\blabla\bla2bla2\ action=list name=juiceFile type=file sort=directory DESC the Sort attribute failed (it did not list files in z to a order). cfdirectory directory=e:\blabla\bla2bla2\ action=list name=juiceFile type=file

Re: multiple insert in coldfsuion

2008-05-01 Thread Don L
i am looping through theform and collecting survey answers, if i select multiple answers they get inserted on one line how can i insert the value individulay? How can i modify the code so i can make the code work the way i need cfif isDefined(btnSubmitSurvey) cfoutput cfif

Re: Available for some part-time work (focusing on UI and/or DB)

2008-05-01 Thread Don L
phillip. it is jobs talk... so talking here is fine... now go take your vitamins After hundreds of years finally got a friend. Earnestly thanks for being fair. ~| Adobe® ColdFusion® 8 software 8 is the most important and

Re: ColdFusion 8 hosting

2008-04-29 Thread Don L
I have been using yohost.com for a few years. Brett and Laith have been great and very responsive. I started out of CF6 and now on CF8 and has been nothing but great service/support. Thank you for sharing. ~| Adobe®

Re: ColdFusion 8 hosting

2008-04-28 Thread Don L
Has anyone used hostingatoz's coldfusion hosting service and your experience? Thanks. Here's an update. I'm wondering if anyone has any experience with these two cf8 hosting companies, yohost.com and www.bmchosting.com. TIA.

Re: ColdFusion 8 hosting

2008-04-28 Thread Don L
I've been with them for about 9 months now. Excellent customer service and always willing to work with you. Seriously, I have no complaints save for when they upgraded to CF8, my sites were down for a few days... But it was cleared up somewhat fast. I'd say go there and tell william I

Re: ColdFusion 8 hosting

2008-04-28 Thread Don L
yohost.com and www.bmchosting.com Sorry... hostingatoz... I didn't realize you quoted it. :) On Mon, Apr 28, 2008 at 3:07 PM, D I didn't quote it (had assumed the thread title of cf8 hosting, didn't know that the forum software would take part of the first sentence of the immediate follow-up

Re: ColdFusion 8 hosting

2008-04-24 Thread Don L
I would like you to put as many clients as they have on the end of a DSL connection. Intersting though, I have seen mail come thourgh instantly from my php site:-) Oh wait a minute, I set those domains to use google mail. Doh. On Thu, Apr 24, 2008 at 8:41 PM, Dale Fraser [EMAIL PROTECTED]

Re: ColdFusion 8 hosting

2008-04-24 Thread Don L
Thank you all for your inputs. I'm wondering if there's any company in West VA or SW VA, SE VA or Kentucky that offers cf8 hosting service. I hope this kind of business are still make some money. Ok, here's another one, located in OK, hostfolio.com. If sufficient interest exists I'll

ColdFusion 8 hosting

2008-04-23 Thread Don L
Has anyone used hostingatoz's coldfusion hosting service and your experience? Thanks. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

Re: Ajax: Who's into Ajax and Business Cases

2008-04-21 Thread Don L
Don: If you want to ask questions about AJAX, there are a vast number of other resources available to you. Each of the major libraries has their own message board or Google group. Here's some URLs to get you started... http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid=72catid

Re: Firebug not playing nice

2008-04-20 Thread Don L
Is this an issue with FireBug or FireFox? Rey... Good question. I tend to think on the FireBug side (disabling it everything works fine) but can't nail it down yet. Will try to find FireFox related forum for a solution as well. Thks.

Firebug not playing nice

2008-04-19 Thread Don L
Upon loading ajax extensive page, it hangs (at creatingXMLhttpRequest ...) But everything was working just fine with FF and security frame for FF or the network has not changed (at least not to my knowledge) and the same app works fine with IE (6/7). Have any of you encountered a similar

Ajax: Who's into Ajax and Business Cases

2008-04-18 Thread Don L
First of all, the Ajax list activitity is not high, hence, I'm posting it to this one for more readership (it's also cf-related). The main purpose of this post to find out who in this community are Much Into Ajax (I wish I could make them bold, to stand out), and equally important, you know

Re: CF and SQL Server temporary tables

2008-04-17 Thread Don L
On Thu, Apr 17, 2008 at 8:38 AM, James Smith [EMAIL PROTECTED] wrote: If I remember correctly if you have CF maintaining connections your temp table will hang around almost indefinitely, best practice would be to DROP it once you are done with it. Well I did some tests... and I determined

Re: ajax submit form

2008-04-17 Thread Don L
Guess I should have explained since the topic is shifting this direction. I don't have to worry about whether their JS is turned on. It is for a Intranet web site that I have control over what browsers and browser settings are being used. I just need to find the best functions in CF8

Re: default font size for a page

2008-04-17 Thread Don L
One thing I've found extremely useful is CSS reset templates Yep, totally agree. They certainly help to alleviate some of the *pain* in gaining consistent cross-browser rendering. Another good example is Eric Meyer's reset sheet [3]. However, the global reset method * {margin:0; padding:0}

Re: default font size for a page

2008-04-17 Thread Don L
[1] http://www.gunlaug.no/contents/wd_additions_13.html [2] http://css-discuss.incutio.com/?page=UsingPoints [3] http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ Another opinion on reset, and I kind of like it. Can we say, for certain app, using reset might be a good practice while

default font size for a page

2008-04-16 Thread Don L
Never paid too much attention to CSS, now it seems to bite me. Is it possible to set a default font size to, say, 85%? so that, all the key ideas can be viewed on one screen without scrolling (suppose we know users' screen size)? Also, the majority of the user community is not supposed to

Re: default font size for a page

2008-04-16 Thread Don L
You need to assign a default font size to containers. I generally use this method: body, p, div, td { font-family: verdana; font-size: .8em; color: #00; } Thanks, I wasn't careful in placing similar code. ~|

Re: default font size for a page

2008-04-16 Thread Don L
Come on in, the water's fine! CSS is vital these days, and I promise you'll love it. To answer your question (maybe), you can use many units to specify font-size: pt, px, em, small, smaller etc. (But not all of them resize properly to meet accessibility requirements). At a quick glance, I can't

Re: default font size for a page

2008-04-16 Thread Don L
Should be font-size:smaller; rather than small Not too sure if I understand you. Can't you just wrap the home page content in a div? div style=font-size:smaller;Or 80%, or 8pt;/div This does work in IE6, IE7 and FF. I've put up a really trivial page at http://www.itworldcanada.info/test/t2.htm

Lots of bugs with cold fusion 8 (standard edition)

2008-04-16 Thread Don L
Today I've found another one, cftextarea richtext=yes fontSizes=10pt ..., also tried cftextarea richtext=yes fontSizes=.8em ..., The font size Attribute does not work, check livedocs without indication as to what type of syntax it's expecting. Or is it just me? No, I did not run 8.0.1, weary

Re: default font size for a page

2008-04-16 Thread Don L
One thing I've found extremely useful is CSS reset templates. They essentially create a level playing field for the main browsers. Yahoo! has one in their YUI package, and there are some available from others as well. The Yahoo! one sets a default size and then recommends using percentages to

Re: Lots of bugs with cold fusion 8 (standard edition)

2008-04-16 Thread Don L
Hi Don, I use an old custom tag for that functionality still. Google cf_textarea CF8 is really great. Its the frilly stuff that has issues. I try to stay away from those items as much as I can. -Jim Jim, I've used the cftextarea with richtext attribute and other stuff to create

Re: Lots of bugs with cold fusion 8 (standard edition)

2008-04-16 Thread Don L
How about: cftextarea name=text1 style=font-size: 10px;/cftextarea ??? the richText attribute is required for this case. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free

Re: Lots of bugs with cold fusion 8 (standard edition)

2008-04-16 Thread Don L
Whether or not you are wary of 801, it's silly to report bugs in 8 w/o at least testing them in 801 first. 801 is the most recent release and it is pointless to report a bug in 8 (imho). Why did you spend time to follow up a thread with ZERO value input? You WERE a respected community

Re: Lots of bugs with cold fusion 8 (standard edition)

2008-04-16 Thread Don L
Today I've found another one, cftextarea richtext=yes fontSizes=10pt ..., also tried cftextarea richtext=yes fontSizes=.8em ..., The font size Attribute does not work, check livedocs without indication as to what type of syntax it's expecting. Or is it just me? No, I did not run

Re: Lots of bugs with cold fusion 8 (standard edition)

2008-04-16 Thread Don L
Today I've found another one, cftextarea richtext=yes fontSizes=10pt ..., also tried cftextarea richtext=yes fontSizes=.8em ..., The font size Attribute does not work, check livedocs without indication as to what type of syntax it's expecting. Or is it just me? No, I did not run

Re: default font size for a page

2008-04-16 Thread Don L
I haven't used CF8 and all the new goodness that uses the YUI libraries. I've simply included the libraries explicitly as needed by downloading their package. On Wed, Apr 16, 2008 at 4:37 PM, D Out of curiosity, you didn't use cf8, to wait till 'dust' is over?

Re: Multiple forms on same page and client side data validation

2008-04-15 Thread Don L
Unfortunately multi-tab form is parallel (I believe) while my case is sequential processing There is no sequential processing of multiple forms possible in HTML. You can have several forms in a page, but only one can submit. Tab forms is a solution to temporarily hide parts of a form, but only

Re: Multiple forms on same page and client side data validation

2008-04-15 Thread Don L
Unless I'm missing something, or you're doing something you've not mentioned (eg an Ajax call to handle the data of each 'step'), what he's saying is, when your final step gets submitted, all the data from the prior steps is lost. Only the submitted form's data is available to the action page. On

Re: Multiple forms on same page and client side data validation

2008-04-15 Thread Don L
Are you an expert in, say, DOM? Yes. To my knowledge, each and all web/script page, be it written in cf, jsp, asp, php, would be rendered by a UA (browser here), and the underlying technology for that is DOM, so, it does not matter how many HTML forms on a 'page'/script the web server

OT: need an opinion

2008-04-15 Thread Don L
My apology for OT. Need an opinion, when you see the following icon, http://24.254.1.94:8000/test/logo_idea.bmp what do you make of it? Also, it's boring, clearly I lack creativity. Thanks. ~| Adobe® ColdFusion® 8 software 8

Re: Multiple forms on same page and client side data validation

2008-04-15 Thread Don L
My key point was, to re-use cfform's built-in client data validation capability for my case if that's possible, Well, if you use CFFORM, it should be possible for sure, or do you mean you want to use CFFORM validation WITHOUT using CFFORM? Did you have a chance to copy/paste and try the code

Re: need an opinion

2008-04-15 Thread Don L
Don-- Honestly, I don't think it's bad at all. If I came across it, I would be confused about the meaning of B T V, but would probably assume that the icon represented something to do with community or something similar to that. My $.02~ Hey Joel, thank you for your thought. I knew

Re: need an opinion

2008-04-15 Thread Don L
Reminds me of the windows 'User Account' icon... faceless diversity. .:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com http://cf4em.com Bobby, diversity wasn't something was my mind but rather PEOPLE (the general sense). But thanks for your thought on the 'faceless' part; so,

Re: need an opinion

2008-04-15 Thread Don L
Well, if we're supposed to know what BTV is or does from looking at the logo, I can't. Thanks for your input, Dave. Don ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

Re: need an opinion

2008-04-15 Thread Don L
My apology for OT. Need an opinion, when you see the following icon, http://24.254.1.94:8000/test/logo_idea.bmp what do you make of it? Also, it's boring, clearly I lack creativity. Beyond whether or not you have creativity, there are specific skills and knowledge specific to design that

Re: need an opinion

2008-04-15 Thread Don L
There is an issue of context. Following your description of the 'icon', I would think that this icon is for a product itself. Not a functionary icon, like 'print' or 'save', but rather an icon meant to start a specific application. In that context, then the 'icon' is generally not really an

Re: need an opinion

2008-04-15 Thread Don L
put the letters in the faces are you starting a cult? there aren't enough these days... -that's my opinion Yeah, let's get it started :) ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to

Re: need an opinion

2008-04-15 Thread Don L
There is an issue of context. Following your description of the 'icon', I would think that this icon is for a product itself. Not a functionary icon, like 'print' or 'save', but rather an icon meant to start a specific application. In that context, then the 'icon' is generally not really an

Re: need an opinion

2008-04-15 Thread Don L
My apology for OT. Need an opinion, when you see the following icon, http://24.254.1.94:8000/test/logo_idea.bmp what do you make of it? Also, it's boring, clearly I lack creativity. One of the keys to doing competent work without talent is to know your limitations. Doing plain, boring - but

Re: need an opinion

2008-04-15 Thread Don L
Beyond whether or not you have creativity, there are specific skills and knowledge specific to design that you (and the rest of us) are unlikely to possess without training in that field. This is why we hire competent designers, rather than doing design work for which we're

Multiple forms on same page and client side data validation

2008-04-14 Thread Don L
Hi, Has anyone moved on to more interactivity and more client side processing? I admit this is my first one of this type. Env: cold fusion 8 standard. The idea is to utilize the built-in cf client side data validation (handy, e.g. credit card etc). Let me know if you have better luck,

Re: Multiple forms on same page and client side data validation

2008-04-14 Thread Don L
Has anyone moved on to more interactivity and more client side processing? Have you considered a multi-tab form? This is something I was involved two years ago: http://www.imd.ch/programs/emba/visitsevents/campus-visit-form.cfm?prog=EMBA I would implement certain things in a different way, but

Looking for creative implementation of cf ajax related tags/functions

2008-04-10 Thread Don L
Technically I'm talking about using cf8; on business end, I'm talking about adding/creating Business Value while improving User Experience. One particular tag to me is CFAJAXPROXY, and I've used it in tandom with some other cf feature(s) to create something new (and hopefully, it can achieve

Re: Looking for creative implementation of cf ajax related tags/functions

2008-04-10 Thread Don L
Just out of curiosity... if you cannot garner the functionality that you desire of the built-in tag, why be limited by it? There are a plethora of other Ajaxy type libraries available that can help accomplish a goal, why limit yourself to just one? Matthew Williams Geodesic GraFX

Re: Migrating to Application.cfc

2008-04-10 Thread Don L
The primary one is that you can't set variables in the page's variables scope without using onRequest, which breaks remote calls. You can use the request scope from onRequestStart, of course, but there are different semantics for that (like being shared across CFCs/custom tags). Less troubling,

Re: Adobe CF Customer Support Experience

2008-04-07 Thread Don L
Guess what? C F, you're disgusting and despicable! Keep on whatever your evil mind and souless being allows you to do in your power ... Allowing evil acts commited to a man (you) is a lemon -- Jessie V. Yeah, we guessed. On Mon, Apr 7, 2008 at 11:16 PM, Hemant Khandelwal [EMAIL PROTECTED]

Re: Adobe CF Customer Support Experience

2008-04-07 Thread Don L
A quick update, we have resolved this issue with Don, and it turned out there was an error in the code example that he submitted and that was what was causing the issue. Thanks, Hemant Adobe ColdFusion Team Just some notes since we're at it. * It feels good a problem has been

Re: Adobe CF Customer Support Experience

2008-04-07 Thread Don L
we guessed Also, speak for your own being self, not the rest 99% decent Americans! James -- C .. Homes -- F .. Yeah, we guessed. On Mon, Apr 7, 2008 at 11:16 PM, Hemant Khandelwal [EMAIL PROTECTED] com wrote: A quick update, we have resolved this issue with Don, and it turned out there

Re: Adobe CF Customer Support Experience

2008-04-04 Thread Don L
Not achieving intended result !== code error; On Friday 04 Apr 2008, Don L wrote: They said: Also I would need a code snippet that fails. The code that you have attached, works fine for us. You want them to say: problem you described of cf8's failure of binding/adding to a FORM hidden

Re: Adobe CF Customer Support Experience

2008-04-04 Thread Don L
You need to read my description in its Entirety. It's totally unlike the usual you, to add a comment without thinking of contribution to the thread. D Problem Statement - I find it PAINFUL that some of the cfjax-related functions I'm implementing are not consistent in

Adobe CF Customer Support Experience

2008-04-03 Thread Don L
Here's my Adobe CF support experience, hope you've had a better luck. But first, let me say, their top executive for CF, Damon, is superb and extremely professional. But it seems to got lost down the chain or in the 'translation' something. Here's the scoop. Problem Statement

Re: Tough nuts! -- possible bug with cfajaxproxy

2008-03-31 Thread Don L
it should. Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ shouldn't d.setCallbackHandler(passIdOn) be BEFORE d.doSave()? Yes, Azadi, I did change the order to no avail. The b) possibility is very strong, another sign, when I clear the browser cache, a tiny tab showed up in the status

Re: Tough nuts! -- possible bug with cfajaxproxy

2008-03-30 Thread Don L
goal: pass cfc's simple result value back to caller page and set the page's hidden field of 'uid' with this value. method: cfajaxproxy, cfc and js class library js code snip: function Save(frm){ var d = new doSave(); d.setForm(frm); d.setHTTPMethod('POST')

<    1   2   3   4   5   6   7   >