RE: Array/List Initialization

2000-08-02 Thread Stewart, Mark

Kevin,

Try this:



yourArray=ArrayNew();
yourArray[1]=#value1#;
yourArray[2]=#value2#;
...etc.


I know you said "via a cfset", but if you're setting a lot of variables to
the array, I suggest using . If, however, you're not comfortable
with that, your standard  will work just fine.




...etc.

Hope that helps...

Mark


-Original Message-
From: Kevin Pechin [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 02, 2000 10:16 AM
To: [EMAIL PROTECTED]
Subject: Array/List Initialization


Hi Everyone,

This is going to sound like a really basic question, but i have not
been able to find an answer on any of the archives.

How do you initialize an array or a list.  For example i have twenty
items and i want to hard code them into an array (rather then use
ArrayAppend on each).  How would i do this via a cfset?

I know this should be something really simple, but I just can't figure
it out.  

-Kevin

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Date fields

2000-08-02 Thread Stewart, Mark

You can either make the date a mandatory field or default the date to
today's date.

~Mark

-Original Message-
From: Ray, James A [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 02, 2000 2:06 PM
To: [EMAIL PROTECTED]
Subject: Date fields


I have an oracle table that is defined has a date field in it.  When I allow
the user to enter information and they enter the date and save it,
everything goes great.

The problem is, when the user saves the record without entering the date.  I
get an error.  Before I save the data I do the following.


(I suspect the problem is
here)

  
 

How do I save a date field without putting in a real date?  I know I have
missed something in my reading.

Thank you

Jim Ray




--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: CF 4.0.1 and whitespace

2000-08-03 Thread Stewart, Mark

If it's feasible and more importantly, readable, combine some of your code
on one line. However, using the  tag helps greatly with white
space.

At the top of your template (or somewhere near there) put:



And at the end of your template, put:



This will eliminate the majority of your white space problems by not
rendering any white space that's not wrapped inside of a . You may
need to insert a few more  tags in your page, but I think it's a
small price to pay for a smaller size file.

Hope that helps,

~Mark

-Original Message-
From: Brian Thornton [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 03, 2000 12:55 PM
To: [EMAIL PROTECTED]
Subject: Re: CF 4.0.1 and whitespace


Put any if and or buts on one line...

-Brian


At 04:41 PM 8/3/2000 +0200, you wrote:
>Hi,
>
>I just noticed something unpleasant that i guessmost of you guys know
>already.
>
>I have created a message board with ColdFusion and the pages my application
>creates have very much whitespace in them. I checked the rendered html code
>and the page shrunk from 145 k to 80 k by just removing the empty lines and
>lines with just tabs on them.
>
>I heard somewhere that ColdFusion 4.5.1 strips whitespace by itself. Is
that
>true? Are the any other best practices to get around this problem? I use CF
>server 4.0.1
>
>Best regards
>Tage Widsell
>Webmaster
>Propellerhead Software
>
>---
---
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>To Unsubscribe visit 
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or 
>send a message to [EMAIL PROTECTED] with 'unsubscribe' in 
>the body.

-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/
Brian Thornton
The Internet Design Firm
910 16th Street #810
Denver, CO 80202
phone. 303.893.6628
[EMAIL PROTECTED]
www.tidf.com


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Access AutoiNumber Fields

2000-08-03 Thread Stewart, Mark

Although the below method is a very widely used one, it is not always going
to work. Especially if you have a very high traffic site. I read, just a few
days ago, the various problems encountered with the method below. They
suggested creating a table with ID's and when you need one, just grab it.
There are issues with that method as well, but it is an option. To read more
about it, go here: http://www.defusion.com/articles/index.cfm?ArticleID=72

~Mark

-Original Message-
From: Jim Mixon [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 03, 2000 10:32 AM
To: [EMAIL PROTECTED]
Subject: Re: Access AutoiNumber Fields






select Max(id) as NewID
from TABLENAME



New Record ID = name.NewID



>How do you get the value used by Access in an AutoNumber field.  For
>example, you insert a record into one table and then, within the same
>template, need to use the ID assigned to that record.
>
>
>
>***
>Jonathan R. Karlen
>Karlen Internet Solutions
>Web Site and Application Development
>[EMAIL PROTECTED]
>http://www.karlen.com
>
>
>--=_NextPart_000_0004_01BFFD33.9974EEC0
>Content-Type: text/html;
> charset="iso-8859-1"
>Content-Transfer-Encoding: quoted-printable
>
>xmlns:w=3D"urn:schemas-microsoft-com:office:word" = 
>xmlns=3D"http://www.w3.org/TR/REC-html40">
>
>How do you get the value used by Access in an AutoNumber field.
>
>
>
>
>
>
>
>***<= /p>
>
>Jonathan R. Karlen<= /p>
>
>Karlen Internet Solutions<= /p>
>
>Web Site and Application = Development<= /p>
>
>[EMAIL PROTECTED]<= /p>
>
>http://www.karlen.com<= /p>
>
>  <= /p>
>
>--=_NextPart_000_0004_01BFFD33.9974EEC0--
>
>---
---
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>To Unsubscribe visit 
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or 
>send a message to [EMAIL PROTECTED] with 'unsubscribe' in 
>the body.

Jim Mixon - CEO
APT POINT NET, Inc. "A Premiere InterNET Gateway" . . .
[EMAIL PROTECTED]   http://www.apt.net/
8405 NW 53 St.  Miami, FL 33166  305-418-4111
FAX (305) 418-4111 press 7 and SEND!
powered by Cold Fusion 4.01 . . . . feel the force!
CF Hosting Now Available . . . . !  

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebarRsts&bodyRsts/cf_talk or send a message 
to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: cfouput

2000-08-04 Thread Stewart, Mark

However, if you're wanting to loop through both the queries and display both
queries data in some type of table format, you'll need to use the order by
clause in your query. Then you can nest your 's by using the group
clause in your outermost  tag.

Look at the following example:


select DepartmentID, Firstname, Lastname
from employees
order by DepartmentID, Lastname, Firstname


your output would go like this:


Department #DepartmentID#


#Lastname#, #Firstname#



I must give credit where credit is due, so thank you Ben Forta. The above
code is an excerpt from the ColdFusion 4.0 Web Application Construction kit
book.

Hope that answers your question.

~Mark

-Original Message-
From: Todd Ashworth [mailto:[EMAIL PROTECTED]]
Sent: Friday, August 04, 2000 9:55 AM
To: [EMAIL PROTECTED]
Subject: Re: cfouput


You don't need to.  Every variable inside of a  will be evaluated.


#Variables.bob#
#Variables.fred#
#Variables.joe#
#Variables.frank#


will all be evaluated.  What I'm assuming you are doing is something like
this:


#variable_stuff#

#more_variable_stuff#



In this case, do something like this:


#qry1.variable_stuff#
#qry2.more_variable_stuff#


If you need to show all the stuff in the queries, set up s
accordingly.

Todd Ashworth

- Original Message -
From: "FARHANAHMAD" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, August 04, 2000 9:20 AM
Subject: cfouput


| how we can group two output. one is nested under other.
|
| thanks



--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Printing question

2000-08-04 Thread Stewart, Mark

I think what you're getting at is you don't want that pesky print dialog box
to pop up. I ran into a similar problem with a project I was working on last
year. I didn't develop the solution, but it ended up to be an ActiveX
control that did the printing. I can hear all of you now, yes I know that
locks you into IE, but in my case, that was ok to lock the users into a
browser. The control was fired by the user clicking on a form button.

I know this is probably not the best solution, but I just wanted to let you
know of my experience. 

~Mark

-Original Message-
From: Sandi Benditt [mailto:[EMAIL PROTECTED]]
Sent: Friday, August 04, 2000 10:41 AM
To: [EMAIL PROTECTED]
Subject: Printing question


I tried searching the archive first, really I did, but the archive only 
seems to go through the end of Jan (unless there's another archive I can't 
find).  What I did find was a question real close to what I need to ask, 
but not the solution.

Here's the original question:
"Does anyone know if there is a custom tag to send the contents of a form 
right to a printer without actually having anyone having to press any form 
buttons or having to execute anything? I am going to be creating an online 
order form and i'd like to have it so then the user submits the form it 
automatically just gets printed out. If  anyone knows of anything like this 
can you let me know,
even if it's not CF based."

What we are actually trying to do is when the user fills out a form and 
submits it a bar code label will print.  Pressing a form button is okay.

I've looked at CF_Print and CFX_Print and neither of them will work for us.

Thanks in advance.

--
Sandi Benditt
Sr. Programmer Analyst - Advanced Technologies
DecisionOne


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Help!

2000-05-19 Thread Stewart, Mark

Try adding a check in your system that checks to see if the lisence number
you're trying to assign is already assigned to someone else. If it's already
assigned, generate a new number and go through your check again.

Mark

-Original Message-
From: aslam bajaria [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 18, 2000 3:09 PM
To: [EMAIL PROTECTED]
Subject: Help!


Hi All,

I have a problem. 
The way the system works right now at my company is
that the operator opens up a customer's account using
the customer id and gives the customer  a license
number. The license number is generated automatically.
Each time a license number is assigned, the file
having the license number gets incremented
automatically.

For example operator A approved cust_id 111 and
assigned him license number 9011.

If operator A opens up another customer account, say
customer number 212, the available license number will
be 9012.

The problem I am facing is that if operator A and
operator B open up two different customers (say
cust_id 250 and cust_id 366), then it shows to both of
them that the available license number is 9012.

The available license number gets incremented ONLY
when the operator approves the customer's request for
license form.

Is there a that if operator A see's 9012, then
operator B should see 9013. But again, the
question is if operator A cancels the application,
then the available number for operator B should be
9012 and not 9013.

Is it possible that if operator A cancels the
application, then the operator B's screen should
automatically change and the available number should
be 9012.

Does someone have an idea on how to solve this?
Has any of you encountered this problem before?

Thanks.
M Baig



__
Do You Yahoo!?
Send instant messages & get email alerts with Yahoo! Messenger.
http://im.yahoo.com/

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Advice Needed - New Credit Card Gateway with CF

2000-05-19 Thread Stewart, Mark

Dave,

Authorize net works very well for us. There is even a custom tag available
for it. http://www.authorizenet.com/ custom tag:
http://devex.allaire.com/developer/gallery/SearchResults.cfm?keywords=author
ize

Mark

-Original Message-
From: Dave Phillips [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 18, 2000 12:07 PM
To: [EMAIL PROTECTED]
Subject: FW: Advice Needed - New Credit Card Gateway with CF
Importance: High


I'm afraid this might not have gotten seen yesterday as no one has responded
yet, and I'm sure many of you are doing credit card authorizations over the
'net with CF.

Is there information on what options interface with CF somewhere on the web?

Thanks,

Dave

-Original Message-
From: Dave Phillips [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 17, 2000 5:37 PM
To: [EMAIL PROTECTED]
Subject: Advice Needed - New Credit Card Gateway


Hi all,

We have made the decision to switch credit card gateways (currently using
Secure-Bank.com), and need some advice.  We're looking for one that will
interface well with Cold Fusion, preferably one with a tag that will execute
the authorization check and then provide return variables with authorized or
declined information.  We are not a product company, we offer a service,
therefore, many of the merchant providers out there that do this, that
require us to use their system of web pages, won't work for us.  We need a
seamless integration that is transparent to the user and will provide
immediate feedback.

I am open to your suggestions, and would hope to hear about what many of you
are using for your online credit card authorizations.

Thank you in advance for your advice.

Sincerely,

Dave Phillips
Founder/CEO
ResumeBlaster.com
a service of PC Pros, Inc.
[EMAIL PROTECTED]



--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Newbie needs a little PRO help

2000-07-22 Thread Stewart, Mark

If I understand you correctly, you need the "autonumber" that was just
created when you inserted data into your db. If this is correct, try this:


SELECT Max(ID) AS mid FROM Table_Name


Hope that helps...

Mark

-Original Message-
From: Mike Weaver [mailto:[EMAIL PROTECTED]]
Sent: Saturday, July 22, 2000 7:20 PM
To: [EMAIL PROTECTED]
Subject: Newbie needs a little PRO help


This is a multi-part message in MIME format.

--=_NextPart_000_01FC_01BFF3F8.AC1EC580
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

I am developing an application which is going pretty well.  I have =
stumbled at a point where I need a query to generate the last entry in =
an access database.  I need the last entry in the "auto number" field =
that is generated each time you make an entry.  All assistance =
appreciated.

Mike

--=_NextPart_000_01FC_01BFF3F8.AC1EC580
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable








I am developing an application which is =
going=20
pretty well.  I have stumbled at a point where I need a query to =
generate=20
the last entry in an access database.  I need the last entry in the =
"auto=20
number" field that is generated each time you make an entry.  All=20
assistance appreciated.
 
Mike

--=_NextPart_000_01FC_01BFF3F8.AC1EC580--


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Milking every last drop of CF performance...

2000-07-27 Thread Stewart, Mark

If it's a session variable, scope it as such. Otherwise, use the appropriate
scope of the variable you're working with, such as:

URL variables: URL.blah

FORM variables: FORM.blah

Regular variables: VARIABLES.blah

Application variables: APPLICATION.blah

etc...

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 27, 2000 4:54 PM
To: [EMAIL PROTECTED]
Subject: RE: Milking every last drop of CF performance...


Let me re-state my question.

Do I scope all variables such as
"blah", that are not otherwise
scoped, as "session.blah" ?

Or is there some other scope I
should use?

best,  paul


At 06:35 PM 7/27/00 +0100, you wrote:
> > >Scope all the variables that you can.
> > So what does this mean?
> >
> > Call all variables session.variable1
> > instead of variable1 ?  (For non-scoped
> > vars).
>
>It's more than just session variables - scope ALL variables.


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: CFServer a memory leaker?

2000-10-02 Thread Stewart, Mark

Tim,

I'm basically running the same thing: Win98, CFServer, CFStudio, PWS, Intel
Celeron 300 (overclocked to 450) and 128 RAM. I've had a few problems, but
nothing major. This configuration works quite well for what I use it for.
Now, I wouldn't use this for any type of production scenario, but it works
well for just playing around at home. I also run many other programs on this
machine as well: MS Office, numerous games, mem turbo and Zone Alarm.

I would definitely beef-up the RAM on your machine and it should act a
little better.

For what it's worth,

~Mark

-Original Message-
From: Claremont, Timothy S [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 02, 2000 11:54 AM
To: CF-Talk
Subject: CFServer a memory leaker?


At home I have installed CFSERVER running on Personal Web Server, using RDS.

Since I have installed both server and studio, my system is very unstable
and totally locks up many times a day. This is on Windows 98 with only 64
meg of RAM.

Is this simply a memory issue, or is this configuration giving everyone else
fits as well???




Tim Claremont
Xerox Corporation


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Dynamic Form value

2000-10-17 Thread Stewart, Mark

David,

The last two posts answer your question so all I'll add to this is be sure
to remember your cflocks when you reference a session variable.

~Mark

-Original Message-
From: stas [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 17, 2000 9:07 AM
To: CF-Talk
Subject: RE: Dynamic Form value


I do it this way, easier to read ( I am assuming you're doing this to
"remember" form field values):





-Original Message-
From: David [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 16, 2000 11:33 PM
To: CF-Talk
Subject: Dynamic Form value


Hi all,


I have tried the following and it works.


 value="#session.particulars.name#"

  >

but when I can it to cfinput, I got an error.


 value="#session.particulars.name#"

  >

Is there a workaround?

Thank you and regards
David



--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: news driven site

2000-10-17 Thread Stewart, Mark

Juandres,

It's early and I haven't had my  yet. Are you looking to get news
and syndicate it on your site? It looks like that's what you're trying to
do. If you are, moreover.com is a great place to get news. It has a section
for ColdFusion and WDDX. Very simple to set up. If I'm misunderstanding what
you're looking for, I apologize.

~Mark

-Original Message-
From: Juan Andres Alvarez Valenzuela [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 17, 2000 8:10 AM
To: CF-Talk
Subject: news driven site


hi guys,

I'm looking for open source CF software to set a news driven site but I
can't found nothing. Actually, I found a PHP software: http://phpnuke.org/.
it seems a pretty good.

is there any work in CF to make something like that ? CF Nuke ?


~Juandres




--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: outputting data in a matrix

2000-10-17 Thread Stewart, Mark

Richard,

If you're comfortable with using Crystal Reports, give that a try. 

~Mark

-Original Message-
From: Richard Colman [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 16, 2000 6:28 PM
To: CF-Talk
Subject: outputting data in a matrix


Can someone suggest how to do this:

category1  category2category3
   --   ---
item 1  item 1   item 1
item 2  item 2   item 2
item 3  item 3
item 4 
  

where the data table looks like:

category, item, etc. 

there will be an unequal number of items per category.
   
ideas for an approach appreciated. Thank you.

Richard Colman


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: returning top 10

2000-10-17 Thread Stewart, Mark

Try:


SELECT [FieldNames] 
FROM [TableName]
ORDER BY [FieldName] DESC


HTH,

~Mark 

-Original Message-
From: Jim Watkins [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 16, 2000 9:09 PM
To: CF-Talk
Subject: returning top 10


How do you write a SQL statement that will return the top 10 of something
(eg. top 10 salaries, top ten students by GPA, top ten populated counties,
etc.)?

Currently I have:
and student_pop
in('Towns','Union','White','Fannin','Habersham','Stephens','Rabun','Franklin
','Bibb','Jones')



--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: pop-up window upon login

2000-10-17 Thread Stewart, Mark

Kim,

Use JavaScript to do this. Upon completion of the authentication, write a JS
function that will pop-up an alert box with whatever info you want.

~Mark

-Original Message-
From: Kim Ahlbrandt [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 17, 2000 12:03 PM
To: CF-Talk
Subject: pop-up window upon login


I would like to have a window pop-up with the login information, time of 
login, etc. as my users are Authenticated.  Does anyone have any hints on 
how to do this or any commands I might start looking for in the helpor, 
any good articles on-line you can point me to.

thanks,

Kim Ahlbrandt

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: OT: School Days - (was: Lighten things up a little)

2000-05-15 Thread Stewart, Mark

Peer pressure has gotten to me and I guess I'll give in and offer my 2
cents. I'll start by saying that I don't have a degree, although, I'm going
for my BS in CS this fall. Every situation is unique. Therefore, there is no
concrete evidence that says you MUST have a degree. I look at a degree like
this: It shouldn't just be to get you ahead in your career. However, that's
why most people get a degree. How about history, English and math skills
that, let's face it, a lot of people need. I remember this guy that always
said "yous" i.e. - "I'll talk to yous later". Sounds uneducated to me.
Anyway, OJT is extremely important, but I think a degree can be equally
important too. I'm looking for my degree to fill in some of the pieces that
I've missed with OJT. In talking to some people from Allaire, I've found out
that one of the problems they see is that you have a lot of Web developers
with no formal application development experience. That is, pre-internet
development experience.

To finish, OJT can be invaluable if you have a well structured environment
where you can build and grow on best practices. Equally important is to have
leadership that puts it's subordinates in positions to succeed. I really
like the cliche: "A dog is only as smart as his owner". 

Do we need to start a CF-Education list?

-Original Message-
From: Kelly Matthews [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 15, 2000 1:58 PM
To: '[EMAIL PROTECTED]'
Subject: RE: OT: School Days - (was: Lighten things up a little)


i worked government contracts for 4 years my 2 year music degree 
was enough never had a problem getting a job where a Bachelors was required,
however
I did have to back up my qualifications with proof and experience which was
easy enough.
I think with Gov. Contracts your PAY may suffer a little if you dont hvae
the degree but
outside of government it hasnt mattered one bit for me.
Kelly

> -Original Message-
> From: Howell, Katie [SMTP:[EMAIL PROTECTED]]
> Sent: Monday, May 15, 2000 1:52 PM
> To:   [EMAIL PROTECTED]
> Subject:  RE: OT: School Days - (was: Lighten things up a little)
> 
> ok, I'll bite:
> 
> BA in theater design (believe it or not, the drafting/scenic design
> classes
> really help with page layout) then back to school (16 yrs later) for a
> masters in Computer Resources and Information Management.
> 
> My 2 bits for the value of a degree...when working for a government
> contractor, having a degree (in my experience anyway) is almost a
> requirement.  When your company bids on a gov't job, they actually list
> how
> many staff members have advanced degrees.
> 
> -Original Message-
> From: Sharon DiOrio [mailto:[EMAIL PROTECTED]]
> Sent: Monday, May 15, 2000 1:46 PM
> To: [EMAIL PROTECTED]
> Subject: RE: OT: School Days - (was: Lighten things up a little)
> 
> 
> Bachelor of Fine Arts here.
> 
> "Well, the application is busted, but it sho does look purty."
> 
> Sharon
> 
> At 01:24 PM 5/15/2000 -0400, Olive, Christopher M Mr USACHPPM wrote:
> >oddly enough, my degree is a split major in writing and computer science.
> ;)
> >
> >Chris Olive
> >DOHRS Website Administrator
> >[EMAIL PROTECTED]
> >
> >
> >-Original Message-
> >From: Stewart McGowan [mailto:[EMAIL PROTECTED]]
> >Sent: Monday, May 15, 2000 1:18 PM
> >To: '[EMAIL PROTECTED]'
> >Subject: RE: OT: School Days - (was: Lighten things up a little)
> >
> >
> > I don't know about in the states but out of ten developers, nine
> >have degrees in technical subjects and well the boss has an english
> degree
> >:)
> >
> > Stew
> >
> >
> >> -Original Message-
> >> From:  Todd Ashworth [SMTP:[EMAIL PROTECTED]]
> >> Sent:  15 May 2000 18:30
> >> To:[EMAIL PROTECTED]
> >> Subject:   Re: OT: School Days - (was: Lighten things up a little)
> >> 
> >> OK .. I'll give you that, but then again, how hard would it really be
> to
> >> pick up on those concepts on your own?  I don't doubt the value of that
> >> degree in certain situations; It *can* give you an edge.  In many
> cases,
> >> especially when dealing with jobs involving new technology, just having
> >> the
> >> degree is more important than what it's in .. if the degree is even
> >> important at all.
> >> 
> >> A college education does tend to make one a more well rounded
> individual
> >> and
> >> I suppose that's desirable to some people.  Unfortunately, the way I
> see
> >> it
> >> is that the college degree won't play a big role for me until I get
> more
> >> experience under my belt and move on up into much more competitive
> >> markets.
> >> In today's computer age, you can go a good long ways without one, but
> they
> >> really help if you want to get to the top :)  So .. I say if you have
> the
> >> chance to go, take it.  It can't hurt and will help, even if
> indirectly.
> >> Besides, I just want to say I is edumacated .. That's why I'm going
> back
> >> for
> >> a masters in biology. :)
> >> 
> >> Heh .. wonder how I can work that