Generating HTML thumbnails, COM Question

2002-01-24 Thread Zac Spitzer
Billy Cravens wrote: >all it does is render it in a tiny window - you can see the code, just look >for the .htt file > ok, I found the class it's called Shell.ThumbnailExtract.HTML.1 {EAB841A0-9550-11CF-8C16-00805F1408F3} I tried to play with it with cfobject but I got a . COM error 0x80004

Checking for internal broken links .. ?

2002-01-24 Thread Mike Kear
I am looking after a site comprising several thousand (yes THOUSAND) static pages, and some dynamic pages and forums. I've moved a part of the site from one location to another, and left redirection pages in the old location, so the site isn't broken while we go through the site and correct all

RE: How to make 'FIRSTNAME' appear as 'Firstname' - i.e. sentence case

2002-01-24 Thread Bill Grover
In addition to this I downloaded a Custom Tag from the tag gallery call CF_Capitalize which does all sorts of nice manipulations. __ Bill Grover Supervisor MIS Phone: 301.424.3300 x3324 EU Services, Inc.

Re: OT: Macromedia's new site design

2002-01-24 Thread Dave Hannum
Running multi versions of NS is not difficult. I currently have 3.04, 4. 07 and 6 loaded up with no difficulty, and use them concurrently. IE is another story. 5.5 on one machine and 6.0 on another. Dave - Original Message - From: "Peter Tilbrook" <[EMAIL PROTECTED]> To: "CF-Talk" <[

Forcing Target Attribute Into Link

2002-01-24 Thread Dave Hannum
Hello, I have a little "content management" application where the users can insert hyperlinks via manually coding the href's into the article they are entering. However, to keep visitors from leaving the site when they click on these links, I wish to force the TARGET="_blank" attribute into thos

RE: Forcing Target Attribute Into Link

2002-01-24 Thread Steve Oliver
Something like: ]+)>","","ALL")> __ steve oliver cresco technologies, inc. http://www.crescotech.com -Original Message- From: Dave Hannum [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 24, 2002 7:24 AM To: CF-Talk Subject: Forcing Target Attribute Into Link H

Re: ASP Equivalents?

2002-01-24 Thread Chris Norloff
Hey, hey, hey ... don't make jokes about our customer's ASP. I feel like an ASP just using it. Chris Norloff -- Original Message -- from: "Bryan Stevenson" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] date: Wed, 23 Jan 2002 14:05:39 -0800 >He's not de

Re: Good WHOIS

2002-01-24 Thread nagraj
Hi Neil, can you give the URL for whois Engine.I am in need of it Regards Nagaraj - Original Message - From: "Neil H." <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, January 24, 2002 12:09 PM Subject: Good WHOIS > I am trying a really good CF based Wh

Possible CF related Error

2002-01-24 Thread Tangorre, Michael T.
Hello, I just rebuilt my XP box and installed all my CF studio and server and now when I log into my machine I am getting this error: "Redirection EXE Error" Does anyone knwo if this is CF related? I have the log file from the XP event viewer but it does not mean much to me. If someone knows th

Re: Forcing Target Attribute Into Link

2002-01-24 Thread stas
You could load this JS function in your body onload event handler: - Original Message - From: "Dave Hannum" <[EMAIL

Extracting data from one table to next (question?)

2002-01-24 Thread OFAH Webmaster
Ok I got two tables in seperate databases. I want to be able to extract the data from one of the database tables to the other database table through CF code. This is NOT a one time thing. I want to be able to periodically do it over time. This would mean I need a way of checking for dupes (basica

Data Mismatch and Looping Distinct Results

2002-01-24 Thread David Douglas
Morning All, 2 issues are bugging (hehe) me on an overnight basis now. my code: SELECT DISTINCT SalespersonID, SalesAmount Quarter FROM tblSales Where Quarter = 1 that query is coming back with: ODBC Error Code = 22005 (Error in assignment) [Microsoft][ODBC Microsoft Access Driver] Data

RE: Checking for internal broken links .. ?

2002-01-24 Thread Mark A. Kruger - CFG
If you have CF Studio and mapped drive access, I would just use extended find. Or you could use grep if you are a unix/linux person . Mark -Original Message- From: Mike Kear [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 24, 2002 2:13 AM To: CF-Talk Subject: Checking for internal b

RE: Data Mismatch and Looping Distinct Results

2002-01-24 Thread Janine Jakim
Is quarter really a number field? If it's a text it should be '1' or '#Form.ffQuarter#' -Original Message- From: David Douglas [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 24, 2002 9:27 AM To: CF-Talk Subject: Data Mismatch and Looping Distinct Results Morning All, 2 issues are b

RE: Data Mismatch and Looping Distinct Results

2002-01-24 Thread Mark A. Kruger - CFG
I'd say the datatype for quarter is not an int or number - trye using single quotes: where quarter = '1' -Original Message- From: David Douglas [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 24, 2002 6:27 AM To: CF-Talk Subject: Data Mismatch and Looping Distinct Results Morning Al

Cookie Blocking

2002-01-24 Thread Lee Surma
Is there a good way to determine if a users browser is set to not accept cookies as you are attempting to set a cookie? I want to be able to send a message to the user if blocking is on. -- Lee Surma Public Radio International [EMAIL PROTECTED] 612-330-9223

OT: XML and IE

2002-01-24 Thread savan . thongvanh
Does anyone have a resource for loading and scripting XML documents within IE? I know msxml is built into IE5+ and there is a IE DOM object for it but can't find any resources on it. Thanks-Savan __ Why Share? Dedicated Win 20

Re: Cookie Blocking

2002-01-24 Thread savan . thongvanh
function verifyCookie(){ var hasCookie=document.cookie; return (hasCookie)?true:false; } Lee Surma <[EMAIL PROTECTED]> on 01/24/2002 08:31:14 AM Please respond to [EMAIL PROTECTED] To: CF-Talk <[EMAIL PROTECTED]> cc: Subject: Cookie Blocking Is there a good way to determine if a user

Re: Checking for internal broken links .. ?

2002-01-24 Thread Thomas Muck
If you have Dreamweaver or UltraDev, you can go into the site window and click Site > Check Links Sitewide. If you don't have it, there's a 30 day trial on the MM site. tom "Mark A. Kruger - CFG" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > If you have CF

Re: Data Mismatch and Looping Distinct Results

2002-01-24 Thread David Douglas
Hello, I tried it with single quotes and same error. Then I looked at DB de sign and saw it was text, so I changed it to number and now it works. Thanks - Original Message - From: "Mark A. Kruger - CFG" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, January 24,

UltraDev

2002-01-24 Thread Chris Combs
Can someone tell me what UltraDev adds to the Cold Fusion Studio? I looked at the product description and could not really get what I would have if I had CF Sudio 5 Ultradev versus CF Studio 5. I am contemplating whether it is worth the money to renew my alliance. Chris Combs New Creation Consu

Re: UltraDev

2002-01-24 Thread Jeffry Houser
No difference, just two separate products sold in the same box. At 09:51 AM 01/24/2002 -0500, you wrote: >Can someone tell me what UltraDev adds to the Cold Fusion Studio? I looked >at the product description and could not really get what I would have if I >had CF Sudio 5 Ultradev versus CF St

RE: XML and IE

2002-01-24 Thread Carlisle, Eric
MSDN is probably the best place to go for data on MSXML. Not sure if this is what you need, but there are some good XML parsers for CF. http://www.siteobjects.com/pages/soxmloverview.cfm SOXML - works with MSXML FYI - This is open source, great for learning how to work with the MSXML COM obje

RE: UltraDev

2002-01-24 Thread Neil Clark
Hi, basically with CF Studio 4.5.x, you used to get a design tab for performing the visual site of web design - this has now been removed from CF Studio 5 (due to the Allaire/Macromedia merger) and the design is expected to be done with Dreamweaver. Ultradev 4 combines DW4 and Ultradev into one d

Re: UltraDev

2002-01-24 Thread Thomas Muck
Ultradev will give you visual access to your pages. It's based on Dreamweaver, which is the industry standard for developing Web pages. Plus, with UltraDev, you can create parameterized server-side code snippets called Server Behaviors that speed up the development process. tom "Chris Combs"

Re: Displaying Alternate text for no records in CF

2002-01-24 Thread Deanna Schneider
Since you're using oracle, you can also get the desired effect by using nvl in your query, like so: SELECTnvl(telephone,'Not Specified') as phone This works as long as you're storing the phone number as a varchar2 field, and not a number field. Doing it this way will make your cf code cleaner

Re: UltraDev

2002-01-24 Thread Bruce Sorge
They are diffent products sold in the same box. It is just more money to sp end. However, I use both and I really like it a lot. Ultradev allows me to do some cool things like layers, complex table layouts and such. I know tha t you can do all of this in Studio, but the way I look at it is, why s

RE: Downloading *.cab files everytime

2002-01-24 Thread Chris Wigginton
I put an alternate CF_FORM (and CF_FORM subtags) up on the Developer Exchange a few days ago that supports the new as well as the old java ui elements. These tags fully emulate the CFFORM tags with some extra goodies. All you have to do is to change your code from the CFFORM, CFGRID, CFTREE

Re: Data Mismatch and Looping Distinct Results

2002-01-24 Thread Tyler Clendenin
i will assume quarter is another column therefore you are missing a comma. try: SELECT DISTINCT SalespersonID, SalesAmount, Quarter FROM tblSales Where Quarter = 1 - Original Message - From: "David Douglas" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, Januar

Verity Language Problem

2002-01-24 Thread Axiomatique (Vincent)
I am getting very frustrated with Verity. Here is the probem. We have the correct language packs installed on ColdFusion Entreprise Server 4.5.1 SP2. If we create the collections with any language but English, the Server doesn't recognize the collections, it shows them in the Coldfusion Administ

RE: Cookie Blocking

2002-01-24 Thread Philip Arnold - ASP
> Is there a good way to determine if a users browser is set to > not accept cookies as you are attempting to set a cookie? I > want to be able to send a message to the user if blocking is on. Since cookies are client side and CF is server side, the only way to determine if they're settable is if

RE: Slightly OT: Frame Frustration

2002-01-24 Thread Ledwith, Brian
Jim, Thanks for the reply, but unfortunately I cant utilize your suggestion. Partially due to how the framed pages are heavy with javascript executed forms, and how I cflocate here and there. There actually isn't an anchor tag anywhere that the user can click on to bail out of the framed environ

RE: Slightly OT: Frame Frustration

2002-01-24 Thread Andre Turrettini
You can get the name of the frame youre in via js like this alert(this.name); So, in your js, if youre in a frame but its not the name of the one for your client, then run your relocation script. DRE -Original Message- From: Ledwith, Brian [mailto:[EMAIL PROTECTED]] Sent: Thursday,

CF Server 4.5.1 for Solaris Update?

2002-01-24 Thread Dave Carabetta
Can somebody tell me where I can find the English version of the CF server 4.5.1 update for Solaris? At the Macromedia site, all I see is a Japanese version. We need to install 4.5.1 SP2, but it says that it can't install SP2 until 4.5.1 is on first. Thanks in advance. Dave.

Re: UltraDev

2002-01-24 Thread Billy Cravens
Renew your alliance? I was under the impression that Macromedia wasn't going to include developer software in the Alliance/partner programs. - Original Message - From: "Chris Combs" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, January 24, 2002 8:51 AM Subject: Ul

Re: Slightly OT: Frame Frustration

2002-01-24 Thread Douglas Brown
You can do this, but I didnt check NS For the frame you want to test, you would put it in that frame. Once someone clicked within that frame it would alert or do whatever. function test(){ alert(this.name); } There are two major products that come out of Berkeley: LSD and [Unix] BSD.

Re: UltraDev

2002-01-24 Thread Bryan Stevenson
Here we go again. ;-) You get CF Server 5 and JRun with commercial development licensesno Studio/Dreamweaver/UltraDev/Flash/Porsche/Mansion/tropical island HTH Bryan Stevenson VP & Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] -

Re: CF Server 4.5.1 for Solaris Update?

2002-01-24 Thread Howie Hamlin
Try here: ftp://ftp.allaire.com/pub/coldfusion/solaris/ent/updates/ HTH, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com - 631-737-4668 x101 inFusion Mail Server (iMS) - The Intelligent Mail Server >>> Find out how iMS Stacks up to the competition:

Re: CF Server 4.5.1 for Solaris Update?

2002-01-24 Thread Dave Carabetta
Thanks Howie, but no dice. It only has CF 4.01 listed. By the way, I forgot to mention that I'm trying to hunt down the Enterprise version, not Professional. Any other thoughts? Dave. Original Message Follows From: "Howie Hamlin" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: CF

CFPOP - pop lock errors

2002-01-24 Thread Bosky, Dave
I'm using CFPOP in a mail application and have been receiving an excessive amount of pop lock errors. What causes a pop lock error to occur and what's the best solution for reducing/eliminating those errors? Thanks, Dave ___

IE 5 and session variables

2002-01-24 Thread Jennifer Knoblock
Is there something weird about how IE 5 handles session variables/cookies? I created a password-protected site that uses session variables to keep track of what folks have access to after they login, but users with IE 5.0 keep having problems. The nice folks at Figleaf gave me a little app. to mak

Re: Good WHOIS

2002-01-24 Thread Billy Cravens
Look at Lewis Seller's cfx - don't waste your time with those stupid ones that just do a CFHTTP to NetSol's site. Keep in mind that many registrars don't report the dates and whatnot - the only thing you can be guaranteed is the domain name, the name of the registrant, and the DNS servers. -

Re: CF Server 4.5.1 for Solaris Update?

2002-01-24 Thread Howie Hamlin
How about this one? ftp://ftp.allaire.com/outgoing/cf451/coldfusion451sp2-solaris-full.tar.gz Howie - Original Message - From: "Dave Carabetta" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, January 24, 2002 11:29 AM Subject: Re: CF Server 4.5.1 for Solaris Updat

Re: CFPOP - pop lock errors

2002-01-24 Thread Howie Hamlin
The mail server does the locking. Usually, a mail server allows a mailbox to be open only once (one login). So, if you POP into a box and don't disconnect then the next connection will usually receive a mailbox locked error. HTH, -- Howie Hamlin - inFusion Project Manager On-Line Data Soluti

Cf and PGP?

2002-01-24 Thread Kris Pilles
Anyone out there ever use Cf to encrypt a fiel via PGP? Also, I will need to decrypt it on the Unix side __ Get Your Own Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation · $

RE: Cookie Blocking

2002-01-24 Thread Brian Ferrigno
Is there any difference between setting a cookie on one page and going to testing it on another page and setting client variables on the first page and then testing them on a second page? Would setting a cookie be any better or different than creating a client variable (assuming you have clien

Calculating workdays

2002-01-24 Thread it-werks
I could have sworn there was a tag on the developer's exchange, but I sure can't find it. I am looking for a tag, formula or whatever is needed to do the following: When a number is entered into a form field named "leadtime" and a date is put in a form field named "need_by" a results field will b

Re: OT: Macromedia's new site design

2002-01-24 Thread Billy Cravens
You can run something like VMWare, running multiple versions of Windows/Linux concurrently. Also, there's a web-based service that gives you screenshots of your site in different browsers at http://www.netmechanic.com/browser-index.htm Of course, since you're a single PC user, does that mean you

Re: CF Server 4.5.1 for Solaris Update?

2002-01-24 Thread Stephen Moretti
Dave, http://www.macromedia.com/software/coldfusion/downloads/update/ All the updates are there The 401 update is under "other updates" just below "Allaire ColdFusion Server 4.5.1 Service Pack 2 Update" Regards Stephen - Original Message - From: "Dave Carabetta" <[EMAIL PROTECTED]

Re: CF Server 4.5.1 for Solaris Update?

2002-01-24 Thread Dave Carabetta
Steve, I'm looking for 4.5.1 Enterprise, not 4.01. Dave. Original Message Follows From: "Stephen Moretti" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: CF-Talk <[EMAIL PROTECTED]> Subject: Re: CF Server 4.5.1 for Solaris Update? Date: Thu, 24 Jan 2002 16:40:18 - Dave, http:

RE: OT: Macromedia's new site design

2002-01-24 Thread Brockman, Chuck
This has been posted before, but it may well be worth reposting. There is a site, http://www.lindows.com, which is a new operating system that allows you to run both windows and linux apps. This is either a stand alone os or can run next to existing windows installs. There is a $99 charge, and

Re: CF Server 4.5.1 for Solaris Update?

2002-01-24 Thread Stephen Moretti
ahem whoops... Ignore me.. Should really put my specs on when I look at websites... Stephen - Original Message - From: "Dave Carabetta" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, January 24, 2002 4:29 PM Subject: Re: CF Server 4.5.1 for Solaris Updat

Re: CF Server 4.5.1 for Solaris Update?

2002-01-24 Thread Dave Carabetta
Nope. I have that update -- that's SP2. But it's telling me that I need SP1 installed first before I can install SP2. I've been able to find Release Notes via the search on Macomedia's site, just not the actual file!! Thanks again. Original Message Follows From: "Howie Hamlin" <[EMAI

Re: Good WHOIS

2002-01-24 Thread Jim McAtee
I use Lewis' nicname cfx as well. Until ICANN requires all registrars to return the exact same information, either using a common format or using XML, what you're going to get back is just a large block of text, filled with names, addresses, disclaimers, etc. There are now dozens of registries,

Re: Calculating workdays

2002-01-24 Thread Alex
i have been looking for something like this forever and have not found it. Or even a way to do it without making clunking code. On Thu, 24 Jan 2002, it-werks wrote: > I could have sworn there was a tag on the developer's exchange, but I sur e > can't find it. > > I am looking for a tag, form

RE: Calculating workdays

2002-01-24 Thread Andy Ewings
I did this a while back - can't remember if I did it using a custom tag or not - I'll try to dig out the code and post it here or email you the tag off list (if I did have the foresight to put it in a tag) -- Andrew Ewings Direct

RE: CFPOP - pop lock errors

2002-01-24 Thread Dave Bosky
So if I have a user who logs into their mailbox from my mail app and they close their browser or an error occurs requiring the browser to be closed, And they go back to log in again, pop lock? Any best practices on how to best prevent them from occurring? Dave -Original Message- From: H

RE: Cookie Blocking

2002-01-24 Thread John McCosker
You can set client variables one of three ways 1. in a cookie 2. in a dsn 3. in the registry. Client variables like cookies persist in a physical location not ram and are best stored in a dsn, cause it allows a session state over a clustered environment. So its not actually a cookie but functi

RE: Calculating workdays

2002-01-24 Thread Chris Combs
What DBMS are you working with? -Original Message- From: Alex [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 24, 2002 11:50 AM To: CF-Talk Subject: Re: Calculating workdays i have been looking for something like this forever and have not found it. Or even a way to do it without mak

RE: Calculating workdays

2002-01-24 Thread Andy Ewings
I used something like the following to work out the number of working days between 2 dates. You should be able to manipulate to get what you want: -Original Message- From: Chris Combs [mailto:[EMAIL PROTECTED]] Sent: 24 January 2002 17:03 To: CF-Talk Subject: RE: Calcula

changing CFID/CFTOKEN

2002-01-24 Thread Herbener, Martin - School Information Technology
I'm using ColdFusion client variables and would like to have the CFID/CFTOKEN values change periodically during a user "session" in order to reduce the chances that, if they were intercepted, they could be used to impersonate a user. Has anyone figured out a way to do that? thanks -

RE: Calculating workdays

2002-01-24 Thread Chris Combs
I asked about DBMS because you can create a null table select function call with the same kind of code in either SQL Server 2000 using T-SQL or on Oracle using PL/SQL thru OLEDB/ODBC. -Original Message- From: Andy Ewings [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 24, 2002 12:09 PM

RE: OT: Macromedia's new site design

2002-01-24 Thread Zac Belado
At 9:11 AM 1/23/2, Zac Belado wrote: > > I can't get any data back from the knowledgebase search using Mozilla > Hi Zac -- Which page, which Mozilla, any particular search term, and does > "no date" also mean no HTML, or just a literal "no hits" type of message, > or what should someone expect t

4 kb cookie limit...

2002-01-24 Thread Tyler Silcox
So if you get 4kb per cookie you set, how much data is that? I've never really learned the whole conversion process, if anyone can point me in the right direction, I'd appreciate it... Tyler email | [EMAIL PROTECTED] __ Get

Help with CFGRID

2002-01-24 Thread Waldemiro Junior
I´m using IE6, CF5, W2K and I have already installed the J2RE 1.30 on my server and CFGRID still not working. After loading my page that contains CFGRID, on the browser´s status bar there´s this message: "Start: applet not initialized" and the text inside the Java Console is: -

RE: Help with CFGRID

2002-01-24 Thread Dave Watts
> I´m using IE6, CF5, W2K and I have already installed the > J2RE 1.30 on my server and CFGRID still not working. I've had much better luck with the Microsoft VM which comes with IE6. You can switch between the two in the IE settings dialog. Dave Watts, CTO, Fig Leaf Software http://www.figlea

Re: Calculating workdays

2002-01-24 Thread Stephen Moretti
Would this be more efficient? // My test dates // form.leadtime = 19; // form.needby = CreateDate(2002,02,05); // Get the number of weeks in the lead time weeksinleadtime = form.leadtime/5; fullweeks = Int(weeksinleadtime); // work out if there are extra days extradays = (weeksinleadtim

RE: CF sessions still having a problem.

2002-01-24 Thread Andrew Tyrone
Actually, the SetClientCookies attribute defaults to Yes, so you don' t need it in there unless you aren't using client cookies. The only attribu tes needed for session management are 'name' and 'sessionmanagement'. Op tional attributes like applicationtimeout and sessiontimeout can be used as

RE: 4 kb cookie limit...

2002-01-24 Thread Andrew Tyrone
> -Original Message- > From: Tyler Silcox [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 24, 2002 12:38 PM > To: CF-Talk > Subject: 4 kb cookie limit... > > > So if you get 4kb per cookie you set, how much data is that? I've never > really learned the whole conversion process, if

Re: CFPOP - pop lock errors

2002-01-24 Thread Howie Hamlin
I guess that's possible but I would guess that CFPOP would disconnect at some point. The one thing, though, is that the CF page will continue processing even if the browser disconnects from the web server so I don't think that the disconnection would cause problems. Maybe what is happening is

RE: Help with CFGRID

2002-01-24 Thread Chris Wigginton
download my cf_form tag (and included subtags) from the developer exchange that you can use as a replacement for the cfform tags. They use the latest jre, you can also specify which version of the jre to use, where the plugin is located as well as support the older CF 4.5 java ui elements or t

Re: Help with CFGRID

2002-01-24 Thread Billy Cravens
CFGrid has nothing to do with what Java run-time you have installed on the server. It is a Java applet, rendered in the browser, not the server, so the problem lies in the Java environment on the end-user's machine. - Original Message - From: "Waldemiro Junior" <[EMAIL PROTECTED]> To: "C

Re: Good WHOIS

2002-01-24 Thread Billy Cravens
Yep, I'm glad to see the steps taken to fight domain name speculation. Of course, that whole market has gone bust - the Internet economy is in bad shape, so a good domain doesn't guarantee anything, and quality indexes like Google mean you don't need to have a good name to find what you're lookin

msmenu

2002-01-24 Thread Steven Dworman
Is there a way to highlight the menu header after you've clicked a link in one of the menus? In other words can I alter the color scheme of individual items instead of the whole menu bar? Thanks, Steven D Dworman - Web Consultant Systems A

Verify form post was from my server.

2002-01-24 Thread j s
Is there a way I can narrow down a hackers ability to post a form to one of my action templates. Http-referrer is not reliable, I know. JS __ Do You Yahoo!? Great stuff seeking new owners in Yahoo! Auctions! ___

sorting zip codes - need to see in order of popularity

2002-01-24 Thread Jim Priest
I've inherited a table with the usual name, address, city, state, zip. I've been asked if I can sort the list via ZIP code and have the output sorted by the zip code - most popular first, and I'm stumped. So far I've got this: SELECT DISTINCT zipcode, count(zipcode) as zipnum FROMtblSu

RE: msmenu

2002-01-24 Thread Shawn Grover
There is a javascript menu at www.milonic.com/menu that does this for you. And is cross platform compatible. But that may not be an option if you are already developing with the msmenu. Shawn Grover -Original Message- From: Steven Dworman [mailto:[EMAIL PROTECTED]] Sent: Thursday, Janu

Re: sorting zip codes - need to see in order of popularity

2002-01-24 Thread Chuck Rodgers
Hi Jim, you can try SELECT DISTINCT zipcode, count(zipcode) as zipnum FROMtblSurvey WHERE state = '#URL.state#' GROUP BY zipcode ORDER BY count(zipcode), zipcode or depending on your database SELECT DISTINCT zipcode, count(zipcode) as zipnum FROMtblSurvey W

RE: Verify form post was from my server.

2002-01-24 Thread Tony Gruen
I have used this before... it is only part of our overall security st ructure but you would place this at the top of your action page. If the refer rer is not from your domain they are bounced out to whatever location you de sire. http://www.fbi.gov";> Tony -Original Message- From:

Re: changing CFID/CFTOKEN

2002-01-24 Thread Billy Cravens
No way. CFID/CFTOKEN is how CF manages sessions. You can change your setup to use GUID's, which will provide an added layer of obscurity to the CFID/CFTOKEN. Or you could roll your own session state, but this introduces it's own complexities. - Original Message - From: "Herbener, Marti

Re[2]: sorting zip codes - need to see in order of popularity

2002-01-24 Thread Jim Priest
Sweet! This one worked - the ORDER BY (count)zipcode threw an error,(may be Access). Thanks much! Jim CR> CR>SELECT DISTINCT zipcode, count(zipcode) as zipnum CR>FROMtblSurvey CR>WHERE state = '#URL.state#' CR>GROUP BY zipcode CR>ORDER BY 2, zipcode CR> __

OT-Managing Development Teams

2002-01-24 Thread nick
At my day job, we have a software development division that is in charge of our software and our R and D. I am a branch of that division, dealing with the website, and distribution of information pertaining to our software system. Here's where things go "off the road". Every ounce of control

In fact......

2002-01-24 Thread Andy Ewings
In fact Snake - why don't you go to www.thoughtbubble.co.uk and look at "The Team" - pictures of everyone! -- Andrew Ewings Director Thoughtbubble Ltd Media Development House ---

Re: OT-Managing Development Teams

2002-01-24 Thread Michael Dinowitz
At my last full time gig, I was basically in charge of R&D, programmer help desk and documentation. When a request for a doc was made, I would sit with the person who wrote the original piece of code and interview them. Then I would look over the code and its results. Next step was to write up

RE: In fact......

2002-01-24 Thread Andy Ewings
oops...wrong forumsorry! -Original Message- From: Andy Ewings [mailto:[EMAIL PROTECTED]] Sent: 24 January 2002 19:02 To: CF-Talk Subject: In fact.. In fact Snake - why don't you go to www.thoughtbubble.co.uk and look at "The Team" - pictures of everyone! --

RE: OT-Managing Development Teams

2002-01-24 Thread Brunt, Michael
Nick a quick question which may not seem relevant, do you use Fusebox as your methodology? Mike Brunt Sempra Energy 213.244.5226 "To define recursion, we must first define recursion." -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 24, 200

javascript in template...help

2002-01-24 Thread Kim Ahlbrandt
Ok, I have used up all options...no one I know can help me (or feels like helping me)with the absolutely easiest javascript question there is. I have coded this in the past...but am rusty. It is the absolutely most frustrating problem I've ever had. I simply want to put up a confirm box when

Re: OT-Managing Development Teams

2002-01-24 Thread nick
No, but it goes deeper than the web. We make new marketing pieces that they download (from the website) and import into their software packages. The mess is on the user's end. Instructions never match file names and pieces never fit together anymore. Everyone wants to blame the developers but it

Re: Application Security Information?

2002-01-24 Thread BEN MORRIS
Archives of this list has covered this in pretty good detail. >>> "Christian Abad" <[EMAIL PROTECTED]> 01/24/02 03:17PM >>> Folks: I am looking for a good resource on securing my CF applications. Is there a central repository for CF application security information? Does a "checklist" of do's

anyone know what happened to www.simplemessageboard.com

2002-01-24 Thread Jim Priest
Had this bookmarked in case I even needed a forum app and today when I went to download to check it out - there is no longer a site there? And the download on the Macromedia DevExchange just points to the website? Anyone happen to have this code laying around - or know of another good open source

Re: javascript in template...help

2002-01-24 Thread Dave Carabetta
I think you should just be able to do: function areYouSure() { if(confirm("Are you sure?")) { form.submit(); return true; } else { return false; } } and then in your code do something like I haven't had a chance to test it, but give that a shot. Hope this help

RE: msmenu

2002-01-24 Thread Matt Robertson
The new v3.2 of Milonic has a completely new menu array format. I've got a CF wrapper that works just like CF_MenuMonger: pre-builds and stores array in a db rather than building on every page visit. Anyone who wants it just email me off-list. --Matt Robertson-- MSB Designs, Inc. http://mysecre

RE: OT-PayPal Limitations

2002-01-24 Thread Mark A. Kruger - CFG
It's definitely $1000.00. -Original Message- From: s slargo [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 24, 2002 12:14 PM To: CF-Talk Subject: OT-PayPal Limitations PayPal requires that our customers add a bank account to make large purchases w/a credit card at our site. Does an

Application Security Information?

2002-01-24 Thread Christian Abad
Folks: I am looking for a good resource on securing my CF applications. Is there a central repository for CF application security information? Does a "checklist" of do's and don'ts exist? What should I know before turning my applications loose on the 'net? Thanks! Christian N. Abad ColdFusion

Re: Help with CFGRID

2002-01-24 Thread Billy Cravens
Doesn't you mean that you only have to have the .cab file, not the Java runtime? Or does ColdFusion generate the .cab file on the fly? Also, why does CF break when the user has a newer version of the JRE? That's just plain stupid. If I was a dial up user, and I knew I had a newer version of X s

Re: Verify form post was from my server.

2002-01-24 Thread j s
Dave- I suppose you'd tell me to take your class if I ask you what you propose to do to slim the chances of this happening. JS Dave said- Unfortunately, this doesn't prevent anyone from intentionally posting data from wherever they want. It's trivial to build an HTTP POST request and specify

RE: Verify form post was from my server.

2002-01-24 Thread Dave Watts
> I have used this before... it is only part of our overall > security structure but you would place this at the top of > your action page. If the referrer is not from your domain > they are bounced out to whatever location you desire. > > >http://www.fbi.gov";> > Unfortunately, this do

Re: OT-Managing Development Teams

2002-01-24 Thread Michael Dinowitz
That definitely sounds like you need a doc master and a centralized document location. At 02:14 PM 1/24/02, you wrote: >No, but it goes deeper than the web. We make new marketing pieces that they >download (from the website) and import into their software packages. The >mess is on the user's end

Re: Good WHOIS (OT)

2002-01-24 Thread BEN MORRIS
Slightly off topic here, I have been trying to find a way to get more than 10 records from a whois lookup on netsol. If you lookup by name (company/person name, not domain) for "Microsoft" there might be 100 records that match, but you only get 10. I also know that you can use keywords so tha

RE: Calculating workdays

2002-01-24 Thread Tom Nunamaker
But that won't work. What about Holidays? Joe Celko's book "SQL for Smarties" has a good discussion of this question on page 74. Here's a series of INSERT INTO statements for all of the workdays in 2002 excluding US Federal Holidays. I made this list is Excel, per Joe Celko's suggestion. Tom

  1   2   >