Re: OT: Registrars

2002-09-10 Thread S . Isaac Dealey
I've got a client who has around 150 domains registered through Verisign/NetSol. I'm looking for advice on other registrars. I found namebargain.com (a sister company of Register.com) which advertises $8.88 transfers, but they don't have phone support. Saving him almost $4k/yr. would

RE: Stupid SQL Problem (in oracle)

2002-09-10 Thread Jim Vosika
Use the GROUP BY function... Jim Vosika http://www.softwaresupermall.com -Original Message- From: Edwards Robert (air0rae) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 10, 2002 2:18 PM To: CF-Talk Subject: OT: Stupid SQL Problem (in oracle) I need some way to convert a word

Stuck Building Admin Area

2002-09-10 Thread Candace Cottrell
Hello all you illustrious CF gurus. I am having a problem deciding on how to arrange an edit app for an admin area. I've got it all under control excpet for one thing: The image Basically, the user can edit the book title, book author, etc. When they add the book to the db, they select whether

RE: variable scopes

2002-09-10 Thread Joe Eugene
CFDUMP var=#Application# CFDUMP var=#Session# CFDUMP var=#Client# Joe -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 10, 2002 4:15 PM To: CF-Talk Subject: variable scopes hi there. is there any way (server side, cause I own/maintain the cfmx

RE: Stupid SQL Problem (in oracle)

2002-09-10 Thread Dan Haley
This should be what you're looking for ... not aware of other solutions similar to transform in SQL Server ... select sum(decode(fieldname, 'Running', 1, 0)) running, sum(decode(fieldname, 'Offline', 1, 0)) offline, sum(decode(fieldname, 'Unknown', 1, 0))

Test

2002-09-10 Thread Candace Cottrell
Testing -- ignore Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293 http://www.childrensdayton.org [EMAIL PROTECTED] __ Get the mailserver that powers

RE: Registrars

2002-09-10 Thread Chris White
I agree with using GoDaddy. They are low cost and they continue to add new features in their administration. Newest feature is locking domain names. Chris White -Original Message- From: Brad Roberts [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 10, 2002 3:53 PM To: CF-Talk

RE: Stupid SQL Problem (in oracle)

2002-09-10 Thread Matt Liotta
Use the count() function on the machine column and group by the state column. Matt Liotta President CEO Montara Software, Inc. http://www.montarasoftware.com/ 888-408-0900 x901 -Original Message- From: Edwards Robert (air0rae) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 10,

RE: Stupid SQL Problem (in oracle)

2002-09-10 Thread Joel Nath
Hi, trying using the Decode function in oracle.. and then sum it Sum(Decode(staus,'Running','1','Offline','1','Unknown','1')) just an idea... not sure if it will work..:( hth joel -Original Message- From: Edwards Robert (air0rae) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 11

Re: Developer Platform suggestions was Re: Nice

2002-09-10 Thread Sean A Corfield
On Tuesday, September 10, 2002, at 12:17 , Dick Applebaum wrote: I assume, Apache as a Web Server -- if not, what? Yes, Apache (even on Windows, as far as I'm concerned). Which GUI, if any? I prefer KDE, but am open to valid reasons! That's a religious issue :) I am investigating Jedit

RE: Adding Access DSNs programatically to CFMX

2002-09-10 Thread Ken Brocx
cfobject class=AdvDSN.DSN action=CREATE name=AdvDSN cfset strDriver = Microsoft Access Driver (*.mdb) -Original Message- From: Terry Roll [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 10, 2002 12:56 PM To: CF-Talk Subject: Adding Access DSNs programatically to CFMX Hi,

Re: variable scopes

2002-09-10 Thread Sean A Corfield
On Tuesday, September 10, 2002, at 12:36 , Tony Weeg wrote: is there any way (server side, cause I own/maintain the cfmx server) for me to see how many/what values there are in memory -- that are session/client/application variables? In CFMX you can do: cfscript for ( key in session

RE: Stupid SQL Problem (in oracle)

2002-09-10 Thread Tony Weeg
honestly i would set it up that, you had the values in a database that was an [datatype]int column, and assign values to those various states. however, when the page is viewed, interpret the values of the states, the integers 1[running] 2[offline] 0[unknown] and then translate those integer

RE: Developer Platform suggestions was Re: Nice

2002-09-10 Thread Craig Thomas
I would naturally tend towards Linux over Windows. So far, the number suggesting each seems to be about even. If it's got to be a laptop, I have to weigh in on the windoze side. Too many driver/hardware problems with my laptop and RedHat Linux, so I use w2k. The only thing I miss on it from my

Re: Scope of variable in cfmodule

2002-09-10 Thread Dave Carabetta
I set a variable in a template that I am calling via cfmodule, but I am unsure of the scope that the variable should be. I set it as an attribute,variable, caller, and it still errors out. Hmmm...Well, a cfmodule call is the same thing as calling a custom tag, so any variables you set in that

RE: Shrinking a SQL7 log file

2002-09-10 Thread Jared Clinton
Scott, Check out the DBCC commands, they are supposed to do what you want to do. Although large log files can actually indicate non-committed transactions. Maybe a better question would be : Why is the system creating such large transaction log? You may actually have to export data from

Re: Large Corporations that use ColdFusion

2002-09-10 Thread Douglas Brown
You can also ad the site for the NFC Champion St. Louis Rams to the list Ben. Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Ben Forta [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, September 10, 2002 1:52 PM Subject: RE: Large Corporations that use

RE: variable scopes

2002-09-10 Thread Tony Weeg
i mean all the session variables from the servers memoryand all the application variablesetc not just the ones from my current session within a browser make sense? tw -Original Message- From: Joe Eugene [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 10, 2002

DPI

2002-09-10 Thread Everett, Al
Anybody used the CF_DPI_AUTHORIZE tag from DPI Corp (http://www.dpicorp.com/)? A client wants me to implement it for them but the documentation I've been given seems to be missing quite a few lines of code. Contact me off-list, please.

Re: OT: Registrars

2002-09-10 Thread Eric Dawson
www.dotregistrar.com www.bulkdomains.com From: Brad Roberts [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: OT: Registrars Date: Tue, 10 Sep 2002 15:53:03 -0400 I've got a client who has around 150 domains registered through Verisign/NetSol. I'm looking

RE: cfchart labelformat=date

2002-09-10 Thread Robert Polickoski
Collin, Have you found anything? Thank you! Robert -- Original Message -- From: Collin Tobin [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Fri, 6 Sep 2002 11:12:13 -0400 Robert- I'll take a look at your issue and get back to you... Collin

SQL Update Replace() on Access DB

2002-09-10 Thread Jason Miller
Hello list - I am not new to cf but do not do many updates and replace functions and am having a few issues. I simply need to query a column in a table - and replace all . with and update them. query is - where SubCat = 'Lowering Springs' AND Manu = 'eibach' replace statement is - Replace

RE: Shrinking a SQL7 log file

2002-09-10 Thread Tony Weeg
if you can wait until tomorrow, i have these scripts at my office to do thislet me know if you still need themi can email them tomorrow to the list. tony -Original Message- From: Jared Clinton [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 10, 2002 8:59 PM To: CF-Talk

RE: Large Corporations that use ColdFusion

2002-09-10 Thread Stacy Young
Also the Montreal Canandiens for us hockey folks...all CF http://www.canadiens.com They've also got an in-house scouting application all done in CF..pretty neat... -Original Message- From: Douglas Brown [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 10, 2002 9:54 PM To: CF-Talk

MS Access SQL Problem

2002-09-10 Thread Andy Ousterhout
Arg.The SQL works fine in ACCESS, but when I copy to CF5.0, I get an error. Any thoughts??? cfquery name=qryGetGroups datasource=#strDSN# dbtype=ODBC SELECT DISTINCTROW ItemGroups.strItemGroupName, ItemGroups.strItemGroupDesc FROM (GroupTypeCodes INNER JOIN ItemGroups ON

RE: Developer Platform suggestions was Re: Nice

2002-09-10 Thread Dave Watts
I just bought a 160 Gig external firewire -- it is faster than the laptop's 40 gig internal drive -- will firewire work on an intel box or do I need to get something else? Firewire works fine under Windows 2000, as long as your machine has a Firewire port. Most new high-end laptops have

RE: Developer Platform suggestions was Re: Nice

2002-09-10 Thread Dave Watts
Should I expect to get win2K or win XP included in the price of a laptop? Yes; you'll find it hard to get a laptop without them. I don't see Oracle as a standard development db, other than for testing before final deployment. It's not trivial to migrate from one database platform to

ot: xsl/xslt

2002-09-10 Thread Tony Weeg
does anyone have a good background in xsl/xslt transformations of xml docs to html viewable? if so, how in the hizzeck would i work this snippet? im stuck, and cant find any info on this... must be basic, but im soo far on this project, i dont want this to be a problem ;) thanks (column values

Re: MS Access SQL Problem

2002-09-10 Thread Seamus Campbell
I think change Theme to 'Theme' seamus At 12:43 pm 11/09/2002 , you wrote: Arg.The SQL works fine in ACCESS, but when I copy to CF5.0, I get an error. Any thoughts??? cfquery name=qryGetGroups datasource=#strDSN# dbtype=ODBC SELECT DISTINCTROW ItemGroups.strItemGroupName,

Job Opportunity in Baltimore Area

2002-09-10 Thread Jeanne Sarfaty Glazer
Hey Fellow CF Developers, If any of you are in the Baltimore and are looking for a really great place to work, my company is looking for both Senior Java and Senior ColdFusion Developers. Anyone who’s interested in submitting a resume (or who just wants to find out more) is welcome to contact

RE: MS Access SQL Problem

2002-09-10 Thread Jim Vosika
If Seamus' idea didn't work, should DISTINCTROW just be DISTINCT? Jim -Original Message- From: Seamus Campbell [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 10, 2002 10:18 PM To: CF-Talk Subject: Re: MS Access SQL Problem I think change Theme to 'Theme' seamus At 12:43 pm

RE: Registrars

2002-09-10 Thread Jason Egan
Enom - very good... -Original Message- From: Brad Roberts [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 10, 2002 1:53 PM To: CF-Talk Subject: OT: Registrars I've got a client who has around 150 domains registered through Verisign/NetSol. I'm looking for advice on

RE: Developer Platform suggestions was Re: Nice

2002-09-10 Thread Joe Eugene
Dave, Is there any specific reason you say the below? I mean everybody including me are working hard to keep up with the lastest technology personally and considering the economic situations. Are you advising that .NET is not that popular and the industry has not

RE: Registrars

2002-09-10 Thread jt
I really have liked godaddy.com ... as low as 6.95 / yr. I have had 10 domains with them for the last few years and haven't had any problemshighly recomended! Josh Trefethen http://exciteworks.com -Original Message- From: Jason Egan [mailto:[EMAIL PROTECTED]] Sent: Tuesday,

RE: Developer Platform suggestions was Re: Nice

2002-09-10 Thread Joe Eugene
vi rocks :) whats that? Joe -Original Message- From: Sean A Corfield [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 10, 2002 8:20 PM To: CF-Talk Subject: Re: Developer Platform suggestions was Re: Nice On Tuesday, September 10, 2002, at 12:17 , Dick Applebaum wrote:

RE: Jsp Vs Cfm (CFMX) -- Code

2002-09-10 Thread Joe Eugene
I'm guessing that your beef is the time each takes but without you providing code that actually times the execution, we're not going to know, are we? I am sure.. you have tested the code and you know how to get the execution time right.. -Original Message- From: Sean A Corfield

RE: Developer Platform suggestions was Re: Nice

2002-09-10 Thread Dave Watts
I wouldn't worry too much about .NET going anywhere in the near future. Besides, Java is proprietary too, in many respects - it's largely controlled by Sun, never mind what they tell you about the Java Community Process. Is there any specific reason you say the below? I mean

Re: ot: xsl/xslt

2002-09-10 Thread Jon Hall
If you can use CF, especially MX, why not move the logic into CF by assigning your node values to cf variables? CF is a lot more powerful than XSL. Unless of course this is client side. That said, your stylesheet should look something like this, if you can rely on the num parameter already being

TEST

2002-09-10 Thread Joe Eugene
is there anything going on with the list server? Joe __ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

<    1   2   3