Re[5]: Two Selects

2003-12-31 Thread Steven Durette
All, I have just tested the Multi Selects Related demo for the tutorial on the following browsers: IE 6.0.2800.106.xpsp2.030422-1633 Opera 7.23 Mozilla 1.5.0.2003100716 Mozilla Firebird 0.7 Netscape 7.1 MyIE2 0.9.12 And it passed all of them with flying colors.  Are there any other major browser

RE: CMS Solutions (Friendly URL's)

2003-12-31 Thread Raymond Camden
Just an FYI, I somehow accidently cut out the email I was replying to. This was in response to: "For one, It provides to much insight into how the application works." from Dwayne Cole. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: CMS Solutions (Friendly URL's)

2003-12-31 Thread Raymond Camden
This will not matter to a properly built application though. Any time you use a URL application your code should handle the lack of, or the modification of, the value passed in the query string. While I accept the "search engine" argument, I do not accept this one. [Todays Threads] [This Message

detecting print or cancel buttons

2003-12-31 Thread Daniel Farmer
I'm calling the print dialog box from my app and I want to detect if "print" or "cancel" was selected, how is this done? ~~ Daniel Farmer Coldfusion Developer / Sales / Producer 613.284.1684 ~~ [Todays Threads] [This Message] [Subscripti

Re[4]: Two Selects

2003-12-31 Thread Steven Durette
Hello Calvin, Mine was tested on IE, but I used the _javascript_ 1.3 pdf from Netscape's web site to ensure that the _javascript_ would be processed properly an not use any JS that was IE specific. I have just recently started to download other browsers for testing at home.  The place that I work

RE: Re[2]: Two Selects

2003-12-31 Thread Michael T. Tangorre
I think the best option lies in the qForms API. Dan Switzer put together something very very nice in qForms and it is very easy to use. See if in action: http://www.pengoworks.com/qforms/docs/examples/n-related_selectboxes.htm Mike   _   From: Calvin Ward [mailto:[EMAIL PROTECTED] Sent

Re: Re[2]: Two Selects

2003-12-31 Thread Calvin Ward
Looks fairly close to what I submitted, what browser versions has yours been tested on? - Calvin   - Original Message -   From: Steven Durette   To: CF-Talk   Sent: Wednesday, December 31, 2003 6:30 PM   Subject: Re[2]: Two Selects   You might also want to check out a tutorial I wrote

Re: CMS Solutions (Friendly URL's)

2003-12-31 Thread John Quarto-vonTivadar
> I have seen too many website owners who get hung up on the statements below that they loose sight of what their webpage >is all about. > I'll keep that one in mind the next time I meet with our client, Google.  :) [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User S

RE: CMS Solutions (Friendly URL's)

2003-12-31 Thread Peter Tilbrook
Cool! Thanks for the tips! Peter Tilbrook ColdFusion Applications Developer ColdGen Internet Solutions Manager, ACT and Region ColdFusion Users Group - http://www.actcfug.com 4/73 Tharwa Road Queanbeyan, NSW, 2620 AUSTRALIA Telephone: +61-2-6284-2727 Mobile: +61-0439-401-823 E-mail: [EMAIL PROTECT

Re: CMS Solutions (Friendly URL's)

2003-12-31 Thread Matt Robertson
I heard a talk given by a nice lady from Google.  One of her basic points: "Don't try too hard".  As Paul says, content is king.  But recently some big things happened with Google's formula revision, and thats where CF comes in. This is relative to CF in that we can design dynamic pages to have ke

RE: CMS Solutions (Friendly URL's)

2003-12-31 Thread Dwayne Cole
For one, It provides to much insight into how the application works. >Just out of curiosity, but why is the URL "awful"? Sure, it's not something >you can memorize, but outside of that, who cares how crazy it looks. The >typical user will just bookmark it and not even notice what the URL says. >

Re[2]: Two Selects

2003-12-31 Thread Steven Durette
You might also want to check out a tutorial I wrote for easycfm.com It deals with homegrown multiple selects related that can be used multiple times within a form. The article can be found at http://tutorial196.easycfm.com There is also an example at http://www.durette.org/tutorials/MultiSelect.c

Re: CMS Solutions (Friendly URL's)

2003-12-31 Thread Paul Giesenhagen
Though this is true and needs to be addressed when building a site, you should always keep a few things in mind, 1) Quality of content on your site (clear content for actual human eyes who are reading).  This should outweigh anything else on your website. 2) Though there are many things that are

RE: CMS Solutions (Friendly URL's)

2003-12-31 Thread Raymond Camden
This is now moving into an off-topic realm, and maybe it is time to move it to cf-community, but I have to wonder why search engine makers said "A long URL isn't good." It seems sad that an entire industry has to bend and change to fit the rules that Google sets up. [Todays Threads] [This Messag

RE: CMS Solutions (Friendly URL's)

2003-12-31 Thread John Quarto-vonTivadar
It's not the friendliness to users which is significant but rather the friendliness to search engines coupled with how they weight various aspects of a given resource on the web. Short URLs are given a much higher weight than long(er) URLs, (presuming the content is otherwise the same). Ditto again

Re:CMS Solutions

2003-12-31 Thread Matt Robertson
My own system, CMPro, does this.  You can specify any sort of file name you want and the system will use that when either displaying the page or when publishing a static version.  We released Version 3 today and should have the demo up by tomorrow at the latest. Works *fantastically*, when done ri

RE: CMS Solutions (Friendly URL's)

2003-12-31 Thread Raymond Camden
Just out of curiosity, but why is the URL "awful"? Sure, it's not something you can memorize, but outside of that, who cares how crazy it looks. The typical user will just bookmark it and not even notice what the URL says. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [

Re: CMS Solutions (Friendly URL's)

2003-12-31 Thread Dwayne Cole
Take a look at this. index.cfm?ACTION=""> It's awful.  I need a way to shorten this.     The ACTION variable handles what "application" to access,   The PERFORM varaibles handles the particular "Use Case" or Method of the a particular application   I store the full navigation structure in the ap

Re: Columns in MS Access

2003-12-31 Thread Paul Giesenhagen
Nope, that is what I was looking for  ... Thanks Paul Giesenhagen QuillDesign   - Original Message -   From: Charlie Griefer   To: CF-Talk   Sent: Wednesday, December 31, 2003 2:51 PM   Subject: Re: Columns in MS Access   you can query on SELECT *, and then do a #queryname.columnlist#

Re: Columns in MS Access

2003-12-31 Thread Charlie Griefer
you can query on SELECT *, and then do a #queryname.columnlist# ?    or are you looking for something within Access itself?   - Original Message -   From: Paul Giesenhagen   To: CF-Talk   Sent: Wednesday, December 31, 2003 1:47 PM   Subject: SOT: Columns in MS Access   Is there a synt

SOT: Columns in MS Access

2003-12-31 Thread Paul Giesenhagen
Is there a syntax that you can pass to a MS Access Db to get a list of column names for a particular table? Thanks Paul Giesenhagen QuillDesign [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: CMS Solutions

2003-12-31 Thread S . Isaac Dealey
I'd imagine something like an index.htm with a meta-redirect tag in it. Tapestry has the potential to do that, but nothing's been implemented yet. I did implement a domain-management system tho, which allows you to associate a domain (including the aname) with a specific page in your site(s). My si

RE: CMS Solutions

2003-12-31 Thread Dwayne Cole
Dave, What do you mean by "stub files for URLs"? Dwayne Cole, MS in MIS, MBA Certified Advanced ColdFusion Developer 850-591-0212 "It can truly be said that nothing happens until there is vision. But it is equally true that a vision with no underlying sense of purpose, no calling, is just a g

RE: CMS Solutions

2003-12-31 Thread Robert Redpath
I know FarCry says it requires MX but do you know if there is a version that runs on 5.0? -Original Message- From: Darron J. Schall [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 31, 2003 12:49 PM To: CF-Talk Subject: Re: CMS Solutions FarCry CMS - open source http://farcry.daemon.c

Re: CMS Solutions

2003-12-31 Thread Darron J. Schall
FarCry CMS - open source http://farcry.daemon.com.au/ Theres a "friendly-url" plugin that allows for easy-to-remember urls. -d   - Original Message -   From: Bailey, Neal   To: CF-Talk   Sent: Wednesday, December 31, 2003 11:53 AM   Subject: CMS Solutions   Does anyone know of a good

New onTap Mailing List

2003-12-31 Thread S . Isaac Dealey
Hi All, Mike Dinowitz has been gracious enough to offer the House of Fusion as a place to host the onTap framework mailing list. Thanks Mike! :) I'm planning to update my blog so that it will send most of my blog entries to the list. It's all about letting everybody get the info in the format th

RE: CMS Solutions

2003-12-31 Thread Dave Watts
> Does anyone know of a good CMS in ColdFusion, possibly one > that has nice URL structure? I think CommonSpot is pretty good; we use it for quite a few of our clients. It generates stub files for URLs, which gives you easy-to-remember URLs: http://www.paperthin.com/ If you have any questions a

CMS Solutions

2003-12-31 Thread Bailey, Neal
Does anyone know of a good CMS in ColdFusion, possibly one that has nice URL structure? Neal Bailey Internet Marketing Manager UGA-Association Field Services E-mail:   [EMAIL PROTECTED] [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: cf file write

2003-12-31 Thread Robert Orlini
Thanks Matt. Is there anyway to "append" information to the top of a file. I'm doing it to the bottom, but it would be nice if I can get a certain line on the very top. Robert O. -Original Message- From: Matthew Walker [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 30, 2003 4:56 P

RE: Space between images

2003-12-31 Thread Shahzad.Butt
you are the man. it works thanks   _   From: Bailey, Neal [mailto:[EMAIL PROTECTED] Sent: 31 December 2003 16:26 To: CF-Talk Subject: RE: Space between images Also try adding (hspace="0" vspace="0") to the image tags. Neal Bailey Internet Marketing Manager UGA-Association Field Service

Re:CF Studio RDS datasource madness

2003-12-31 Thread Bob Clamtrout
Stephen: Brilliant! That worked! Thanks all for your assistance. Happy New Year. --David [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Space between images

2003-12-31 Thread Bailey, Neal
Also try adding (hspace="0" vspace="0") to the image tags. Neal Bailey Internet Marketing Manager UGA-Association Field Services E-mail:   [EMAIL PROTECTED] This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they

Re: Space between images

2003-12-31 Thread Charlie Griefer
remove line breaks in the code.  makes it harder to read, i know, but should resolve the space issue.   - Original Message -   From: Shahzad.Butt   To: CF-Talk   Sent: Wednesday, December 31, 2003 9:22 AM   Subject: Space between images   Folowing is code to show buttons (each button i

Space between images

2003-12-31 Thread Shahzad.Butt
Folowing is code to show buttons (each button is an image) in my page           _expression_="#GetAllUnitPromotionTypeName.PK_UnitPromotionType_ID#">           href=""> .PK_UnitPromotionType_ID#" target="Right" class="sml"> border="0" name="a" src="">           href=""> .PK_UnitProm

Re: CF Studio RDS datasource madness

2003-12-31 Thread Stephen Hait
> >   - Installed MS SQL Server on dev box. > >   - Created a datasource in CF 5 admin. > >   - Attempted to browse the datasource tables via the database tab > >   in CF Studio. > > > >   The tables I see via the database tab in CF Studio are NOT the > >   tables defined in my datasource... they l

Re: to_date and MS Access

2003-12-31 Thread Jochem van Dieten
Jim Watkins wrote: > > For Oracle SQL=My script is: > > > insert into leaverequest (fromdate1) > VALUES (to_date('#DateFormat(fromtimestamp1, "DD-mmm-")#' || ' ' || '#TimeFormat(fromtimestamp1, "HH:mm:ss")#','DD-MON- HH24:MI:SS')) > For both Oracle and Access, use: INSERT INTO leavere

Re: to_date and MS Access

2003-12-31 Thread Jim Watkins
I still don't get it. ( this is above my meager skills) What I am trying to do is insert the  to_date('#DateFormat(fromtimestamp1, "DD-mmm-")#' || ' ' || '#TimeFormat(fromtimestamp1, "HH:mm:ss")#','DD-MON- HH24:MI:SS') value into MS Access and I am not sure how to treat your explanation u

Re: CF Studio RDS datasource madness

2003-12-31 Thread Joshua Miller
Those are stored procedures but I think they're from SQL Server 6.5 I believe? Are you sure you're connecting to the right database server in your ODBC setting? Double-check your ODBC setup and then try Googling some of those procedures: spt_datatype_info, etc. and see what you can find. At 07

Re: Form.Fieldnames and MX

2003-12-31 Thread Scott Brady
Gregory I. Hayes wrote: > >Ok, what happened? I used to be able to loop through form.fieldnames to > >create a list of all of the fields and then I could write my processor > >script. CFMX, on the other hand, gives me the following: > > > >Element FIELDNAMES is undefined in FORM. > > > >Anybody ha

Re: to_date and MS Access

2003-12-31 Thread Jochem van Dieten
Jim Watkins said: > I need to convert the following Oracle SQL to MS Access How would I > do that? I realize in MS Access use #01/10/99# and in Oracle use > To_Date('01/10/99') but putting in the additional #'s confuse me > (and ColdFusion server both) > > to_date('#DateFormat(fromtimestamp1, "DD-m

Re: Two Selects

2003-12-31 Thread Calvin Ward
Ahh, that makes sense, here it is: _javascript_: Related Selects GetChild = QueryNew("ParentID,ChildID,Child"); QueryAddRow(GetChild); QuerySetCell(GetChild,"ParentID","1"); QuerySetCell(GetChild,"ChildID","1"); QuerySetCell(GetChild,"Child","Shrimp"); QueryAddRow(GetChild); QuerySetC

to_date and MS Access

2003-12-31 Thread Jim Watkins
I need to convert the following Oracle SQL to MS Access How would I do that? I realize in MS Access use #01/10/99# and in Oracle use To_Date('01/10/99') but putting in the additional #'s confuse me (and ColdFusion server both) to_date('#DateFormat(fromtimestamp1, "DD-mmm-")#' || ' ' || '#TimeF

Re: Extract text from PDF?

2003-12-31 Thread Matt Liotta
The JAR file itself doesn't have to be in WEB-INF; it can be in any directory you want. The only requirement is that the JAR file is included in CFMX's classpath. Ask your hosting company if they will do that for you. Matt Liotta Montara Software, Inc. http://www.MontaraSoftware.com On Dec 30,

Re: Two Selects

2003-12-31 Thread Michael Dinowitz
Your probably posting with a dividing line of -, _, ~ or the like of 50 characters long or more. Try without the line and it'll work. Your running into the code I use to remove the footer from all posts. > Blech, it ate my code! > > Let's try that this way: > > > [Todays Threads] [This Message]

Re: Re:cf file write

2003-12-31 Thread Calvin Ward
I'd like to point out that .cfm files are just text files. This might be how I would start out on this one (completely untested): [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Two Selects

2003-12-31 Thread Calvin Ward
Blech, it ate my code! Let's try that this way: [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: CF Studio RDS datasource madness

2003-12-31 Thread Calvin Ward
Do those tables exist in the other DBs? Is it possible that the datasource isn't talking to the correct DB? - Calvin   - Original Message -   From: David   To: CF-Talk   Sent: Tuesday, December 30, 2003 4:43 PM   Subject: CF Studio RDS datasource madness   New to MS SQL Server...   -

Re: Two Selects

2003-12-31 Thread Calvin Ward
As cool as that tag is It seems there may be other solutions, here's one example I whipped up some time ago... [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

verity search - 2 queries - 1 result

2003-12-31 Thread Spectrum WebDesign
Hi all how to join 2 queries in 1 Verity collection? Query 1 fields: intSiteID strSiteDescr strSiteName target for this query: page#intSiteID#.html -- Query 2 fields: intSiteID intContentNr strTitle memoContent target for this query: contentpage#intContentNr#.html It'

Re:looping over empty values

2003-12-31 Thread Jochem van Dieten
Stan Winchester said: > I am not familiar witht the "Java split function", nor am I familiar > with Java. Where would I find some documentation regarding the Java > split function? BTW: this will be run on CF5. The solution does not apply to CF5. How about using a DTS job to import straight from

Re: flash remoting help

2003-12-31 Thread Ryan Mitchell
I¹m calling the function on a button click... Still havent got it working! On 31/12/03 12:58 am, "chris kief" <[EMAIL PROTECTED]> wrote: > Did you get this working? From the looks of your code, you're never calling > the function, just declaring it. You need to invoke the function to get it > to

RE: cflogin vs. GetAuthUser

2003-12-31 Thread Dave Jones
Andrew, I also figured out a way to use cflogin with Mach-II. The conceptual breakthru for me was realizing that cflogin could be used in multiple places, sometimes w/o cfloginuser. What I've done is place a cflogin in preEvent in my plugin. If a user is not logged in, cflogin aborts the curren