CommonSpot on Oracle

2002-06-07 Thread Dave Hannum
Would anybody who's installed CommonSpot against Oracle please contact me? Our DBA's want to know some Oracle tech info, such as how many mount points, etc. Thanks, Dave === David R Hannum Ohio University Web Analyst/Programmer (740) 597-2524 [EMAIL PROTECTED] If

Verity K2 Web Spider - *Most* of the Way There!

2002-06-07 Thread Jamie Jackson
I've finally got my Verity K2 Web spider search up and running. However, I saw a lot of these during the index: A font contains a bad CMap Does this mean that I need a newer PDF filter for VK2? This error is usually seen in Acrobat reader, when you have an older version which can't read the

RE: Directory permission bitwise operation help needed

2002-06-07 Thread Brian Ferrigno
Thanks Bryan for the tip. Do you know if there is another way to search the archives other than going to http://www.mail-archive.com/cf-talk@houseoffusion.com/ ?? -- the posts only go back to late May. I think Michael is doing some work on the archives...at least it appears he is.

One alpha sort on two queries

2002-06-07 Thread Drew Harris
I have two queries running, one is an office listing and the other is a ministry listing. I have a drop down list that is populated dynamically with the results. cfoutput query=qryallofficealias option value=office.#officeid##officealias#/option /cfoutput cfoutput query=qryallministryalias option

RE: Verity K2 Web Spider - *Most* of the Way There!

2002-06-07 Thread Sean McCarthy
Have you looked at the General Info for one of your pdfs that is producing the error? In acrobat: File Document Info General Info (ctrl + d) This is where verity grabs the summary/title info for pdfs by default this information looks horrible most of the time, more symbols than characters.

RE: One alpha sort on two queries

2002-06-07 Thread Philip Arnold - ASP
I have two queries running, one is an office listing and the other is a ministry listing. I have a drop down list that is populated dynamically with the results. cfoutput query=qryallofficealias option value=office.#officeid##officealias#/option /cfoutput cfoutput

RE: Bilingual App HELP!!

2002-06-07 Thread Jaime Bonilla
Hi snifflebear! You will need to use some sort of Content Management type of framework where the content of your site is store in a database. This way you can translate all of the information and then display it in templates according to the user's preference. Rather than give you a lengthy

RE: Directory permission bitwise operation help needed

2002-06-07 Thread Bryan Love
Dunno... +---+ Bryan Love Macromedia Certified Professional Internet Application Developer Database Analyst Telecommunication Systems [EMAIL PROTECTED] +---+ ...'If there must be trouble, let it be in

Re: showing leading zeros in CSV

2002-06-07 Thread Deanna Schneider
You can do it using the mso-styles. In the cell with the number with leading zeros, do this: td style=mso-number-format:#ssn#/td There are a lot of these implicitly understood styles for microsoft programs. The easiest way to find the one you're looking for is to do a bit of reverse

RE: CFMX and .NET on the same computer?

2002-06-07 Thread Dave Watts
I just finished installing VS.net. I am wondering if there is a way around having to uninstall it, then do cf, then reinstall VS? I do not have CFMX on this box yet. I'd just go ahead and install CF MX and see what happens. It worked fine for me. I'm not sure what problem Chris ran into.

OT: Web and CD

2002-06-07 Thread Chris Montgomery
Howdy cf-talk, I have a how can I do this question, but before I ask, some background. Potential client is a general contractor who needs to distribute lots of PDF files to subcontractors. Currently, they are using Dreamweaver to create HTML pages with links to the PDF files and

Re: Directory permission bitwise operation help needed

2002-06-07 Thread Jon Hall
These help? http://www.swynk.com/friends/policht/Art042602.asp http://www.swynk.com/friends/policht/Art050602.asp http://www.swynk.com/friends/policht/Art051602.asp I've been wanting to play with this code forever, but I haven't had the chance yet...at least I got to polish off the bookmark. :)

Re: Directory permission bitwise operation help needed

2002-06-07 Thread Lewis Sellers
On Fri, 7 Jun 2002 11:41:55 -0700, in cf-talk you wrote: I believe Lewis Sellers can help you. He has written CFX tags to manipulate users and permissions. You'll find posts from him on this talk list... Yep. Though the phrase I've forgotten more than you'll ever know might apply here. Many

Mail engines...

2002-06-07 Thread Kevin Langevin
Hi all- Just continuing my thread on list server software. I'm trying to track someone down who's using Lyris' Mail Engine for an SMTP server. Anyone have any feedback on it? Interested in its throughput. Their docs say that their engine cna blast about 200,000 emails an hour, and I just

Re: OT: Web and CD

2002-06-07 Thread Eric Dawson
you could use CF to manage the back end of the admin site - and staticly publish an HTML site using cf. that way - the CD and web would be the same. From: Chris Montgomery [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: OT: Web and CD Date: Fri, 7 Jun 2002

SQL Tool

2002-06-07 Thread cstredway
For those that requested the SQL Tool I built, could you please send me some feed back as I am working hard on this tool. Thanks, -- Clint Tredway -- Through Him, anything is possible. you could use CF to manage the back end of the admin site - and staticly

RE: Bilingual App HELP!!

2002-06-07 Thread Shawn McKee
Try this as well. http://www.devx.com/xml/articles/kc1100/cox01-1.asp We took this idea and loaded the XML file into an application variable after de-serializing it with a cfwddx call. Sample of the XML file. wddxPacket version=1.0 header / data struct

RE: OT: Web and CD

2002-06-07 Thread Timothy Heald
That's what I was going to say. There is a product, umm called something like web spider, that will actually crawl your dynamic application and generate a static image of it all in html. I will look back through my old Fusebox Community list emails and see if I can find it. I know someone over

Re: Web and CD

2002-06-07 Thread Joe Bastian
For you second option(CD) The only option to create a stand alone CD is Macromedia Director Or now referred to as Macromedia Director 8.5 Shockwave Studio. You can use their proprietery code language to develop this and you can tie it to a database on the CD etc. However the above solution

RE: Directory permission bitwise operation help needed

2002-06-07 Thread Brian Ferrigno
Thanks for the reply Lewis. What I am looking for is a lot less complicatedthan CFX-Permissions and also necessary to run on both Windows and Linux. I basically want to be able to set a permissions string for a user in the database and use a mask to test if a certain bit string is set. If it is

RE: OT: Web and CD

2002-06-07 Thread Jerry Johnson
WipZip by spiderSoft? http://www.spidersoft.com Jerry Johnson [EMAIL PROTECTED] 06/07/02 03:50PM That's what I was going to say. There is a product, umm called something like web spider, that will actually crawl your dynamic application and generate a static image of it all in html. I

RE: Directory permission bitwise operation help needed

2002-06-07 Thread Dave Watts
I am trying to find a post from a few months ago about setting folder permissions for a particular user using a byte length string of 0s and 1s. You are then able to get a users' permission to perform a certain action (edit/add/delete) by using bitwise operations on the string. ex. a

Re: OT: Web and CD

2002-06-07 Thread Justin Scott
WebZIP from Spidersoft is good for this.. I use it to spider sites for indexing with Verity sometimes. www.spidersoft.com -Justin Scott, Lead Developer Sceiron Internet Services, Inc. http://www.sceiron.com - Original Message - From: Timothy Heald [EMAIL PROTECTED] To: CF-Talk

RE: Bilingual App HELP!!

2002-06-07 Thread Rob Baxter
I've had to deal with similar issues on our site which has some bilingual sections. It's never easy and I don't know that there is a single good catch-all approach, but here is what I have found to work pretty well... Take a look at http://www.microjuris.com/Profile.cfm Profile.cfm is just a

RE: OT: Web and CD

2002-06-07 Thread Jerry Johnson
Wow do I hate typos. Sorry, but should have read: WebZip by spiderSoft? http://www.spidersoft.com Jerry Johnson __ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion

Scary SQL non-error on multiple inserts

2002-06-07 Thread BEN MORRIS
I came across a scary sql non-error. Thought I'd share. It can be convenient to toss multiple insert statements into one cfquery. Consider the below code where the field 'Description' is varchar(10): cfquery datasource=#application.Datasource# INSERT INTO Table (Code, Description) VALUES

Queries v. loops

2002-06-07 Thread trey
Hello. I'm sure that this has been discussed, so pointing me to a thread may be sufficient. (I looked...) I have about 10 pages that deal with subsets of the same data, something along the lines of a list of news articles on state pages. On each state page, I'd like to list appropriate news

Re: OT: Web and CD

2002-06-07 Thread Deanna Schneider
Yep, webspider and webcopier both will create a static version of a dynamic site. There's some funkiness, but for the most part it'll work. You can also use adobe acrobat to create a pdf version of a website, which can then get burned to a cd without the need for a browser. (You can include the

Re: showing leading zeros in CSV

2002-06-07 Thread BEN MORRIS
That will work if you copy and paste from the browser to excel, but I am looking to see if there is a way to get that result when giving the user a true CSV file. There are a few potential workarounds that require effort on the part of the user. I want it to be more like pre-school level

RE: Scary SQL non-error on multiple inserts

2002-06-07 Thread Christopher Olive
right. because when you lump several statements together via CFQUERY, only the information from the last one is returned (IIRC). try moving it to the last slot, see what happens. christopher olive cto, vp of web development, vp it security atnet solutions, inc. 410.931.4092

RE: Directory permission bitwise operation help needed

2002-06-07 Thread Bryan Love
Oh, that's a different story. If you are creating your own bit strings it's easy: Use constants in application.cfm to define what each bit means: cfset BIT_CANEDIT = 0 cfset BIT_CANVIEW = 1 cfset BIT_CANDELETE = 2 etc... Then you can check them using this: cfif NOT

RE: Bilingual App HELP!!

2002-06-07 Thread Shawn Grover
One method I've seen is to use a translation table. Basically, you know what info you're looking for, and the target language, and you can use this to retrieve the required text. I would avoid doing this for articles, but stuff like navigation text, status messages, alert box text, etc. would

RE: OT: Web and CD

2002-06-07 Thread Ryan Kime
(You can include the adobe reader on the cd as well.) Be careful on this onenot without a license. Even though it's *free*, it does not mean you don't need a license to distribute. -Original Message- From: Deanna Schneider [mailto:[EMAIL PROTECTED]] Sent: Friday, June 07, 2002

RE: OT: Web and CD

2002-06-07 Thread Ryan Kime
FYI... http://www.adobe.com/products/acrobat/distribute.html?readstep -Original Message- From: Ryan Kime [mailto:[EMAIL PROTECTED]] Sent: Friday, June 07, 2002 3:25 PM To: CF-Talk Subject: RE: OT: Web and CD (You can include the adobe reader on the cd as well.) Be careful on this

Re: showing leading zeros in CSV

2002-06-07 Thread Deanna Schneider
Hm Are you referring to my comments? You can set it up as a table and have it open in excel. It's not a true CSV file. But, if the end goal is formatted excel, why do you care if it's a true csv file. There wouldn't be any cutting and pasting for the end user. They'd just download a file that

Re: OT: Web and CD

2002-06-07 Thread Deanna Schneider
(You can include the adobe reader on the cd as well.) Be careful on this onenot without a license. Er...maybe because we're an educational institution we can get away with it? I don't know. I'm not the one doing that project, our publishing unit is. I would have thought they would have

Dreamweaver MX

2002-06-07 Thread erica . vitina
HELP! I'm really trying to like DWMX, but I'm having a really hard time doing what should be simple tasks. If anyone can answer me on how to configure/change it so I can do the following, I'd appreciate it. 1. CSS: Is there any sort of CSS editor in Dreamweaver other than the style

RE: showing leading zeros in CSV

2002-06-07 Thread Tony Schreiber
That's what I do for UPC codes... (Stick a single quote in front). Or do you mean ' vs ` ? Does one work different than the other when importing into Excel? I am looking for a way to show numeric values in a csv file preserving leading zeros. For instance, say someone's ssn is 005353828

Re: Bilingual App HELP!!

2002-06-07 Thread Tony Schreiber
Yes, you can do exactly that. Put all your language values into variables in the code, the pull the language variables from either the appropriate include file or a database. Hey guys, any of yall Familiar with the Houston International Festival? Well it's like this festival that features

Re: Dreamweaver MX

2002-06-07 Thread Jason Miller
Hello All - I am having some serious problems on what I feel should be easy. I have 4 frames - from left to right. I run queries on each frame and pass the variables - at the end resulting with a list of relevant products. So I am having problem with the list. I get a specific product - but

RE: Dreamweaver MX

2002-06-07 Thread Chris Kief
Simple...you need to loop your output like this... cfoutput query=GetWheelCodes Here is the list:br #GetWheelCodes.ItemCode#br /cfoutput The query part of the cfoutput tag is the key...it tells ColdFusion to loop over the block of code between the cfoutput tags for each result in your

RE: Dreamweaver MX

2002-06-07 Thread Chris Kief
You might want to do it like this actually (we don't want Here is the list: over and over and over again) Here is the list:br cfoutput query=GetWheelCodes #GetWheelCodes.ItemCode#br /cfoutput -Original Message- From: Chris Kief [mailto:[EMAIL PROTECTED]] Sent: Friday, June 07, 2002

Re: Dreamweaver MX

2002-06-07 Thread Jason Miller
I was just typing a never mind to the list Chris! - You know - I am not an expert cf dude - but have developed over 2 dozen custom shopping carts and some fairly complicated coldfusion and Flash integrations... Yet - stupid a$$ me failed to realize that cfoutput#GetWheelCodes.ItemCode#cfoutput

Re: Dreamweaver MX

2002-06-07 Thread Tyler Clendenin
actually i woud say this: cfoutput Here is the listbr#ArrayToList(GetWheelCodes[ItemCode], br)# /cfoutput - Original Message - From: Chris Kief [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, June 07, 2002 6:26 PM Subject: RE: Dreamweaver MX You might want to do it

OT: Does IE have a JavaScript debugger

2002-06-07 Thread Bryan Stevenson
Hey All, Does IE have a JavaScript debugger like Netscape (i.e. in Netscape you type javascript: in the address bar after a page loads to see the debugger)?? TIA Cheers Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL

RE: Does IE have a JavaScript debugger

2002-06-07 Thread Dave Watts
Does IE have a JavaScript debugger like Netscape (i.e. in Netscape you type javascript: in the address bar after a page loads to see the debugger)?? Yes, it has one, often, but it's a separate install, rather than part of the default browser install. If you've installed the Windows Script

Re: Does IE have a JavaScript debugger

2002-06-07 Thread Bryan Stevenson
hehe...Thanks Dave...found that right after my post ;-) Cheers Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner www.macromedia.com

RE: cfexecute

2002-06-07 Thread phumes1
Could you give me an example? At 09:15 AM 6/7/2002 -0400, you wrote: I don't know whats happening... The contents of my output.txt file still contains the following. The output to the screen (console) is totally different and this is what I want dumped into the output file. The

RE: cfexecute

2002-06-07 Thread phumes1
No way...You can run a executable via CFHTTP. Could you give me an example? At 09:15 AM 6/7/2002 -0400, you wrote: I don't know whats happening... The contents of my output.txt file still contains the following. The output to the screen (console) is totally different and this is

Re: Dreamweaver MX

2002-06-07 Thread Jason Miller
Now - I did consider something like that from seeing it in sample code.. but can you answer me this? Why would you go through that when the cfoutput query= does the same thing? The line I am actually putting out refers back to the original window that spawned it.. so it is a href=

Re: OT: Does IE have a JavaScript debugger

2002-06-07 Thread Jann VanOver
It has one that can (optionally) be installed and activated it, but I never liked it as much as Netscape's. Especially with CF code, IE often gets confused and is unable to invoke the debugger. On 6/7/02 4:11 PM, Bryan Stevenson [EMAIL PROTECTED] wrote: Hey All, Does IE have a JavaScript

RE: Dreamweaver MX

2002-06-07 Thread Peter Tilbrook
Erica, TopStyle 2.51 is compatible with DreamWeaver MX. According to Nick Bradbury (who also wrote the original HomeSite). See http://www.bradsoft.com You need to go into Preferences and select use external program or something. I just un-installed DreamWeaver 'cos I only had the trial

<    1   2