Re: Practice

2001-07-27 Thread Sammy

I agree, examples are a good way to learn ( observation - a manditory
attribute for any scientest) Sometimes looking at someone elses code,
correctly written, can impart knowledge very quickly.  For example, what
kind of code will you find in the application.cfm file of a in production
site, written by experienced developers would be interesting to a beginner.
Unfortunately, entire web sites in CF may not be available unless someone is
willing to post their entire code on one of the websites.


- Original Message -
From: Jeffry Houser [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Thursday, July 26, 2001 8:35 PM
Subject: RE: Practice


 At 05:41 PM 07/26/2001 -0600, you wrote:
 I agree with Dave.  Reading it is kinda like watching someone else do it.
 Gives you an idea of how it is done, but not the true understanding.
Once
 you do it, work through the troubles making it work, and research the
 necessary parts, you are leaps and bound ahead of the game.

On the other hand, many people learn and retain in different ways.  I
 definitely learn by the implementation, but have known people who learn by
 reading.


 --
 Jeffry Houser | mailto:[EMAIL PROTECTED]
 AIM: Reboog711  | ICQ: 5246969 | Phone: 860-229-2781
 --
 I'm looking for a room-mate in the Hartford CT area, starting in August
 --
 Instant ColdFusion 5.0  | ISBN: 0-07-213238-8
 http://www.instantcoldfusion.com
 --
 DotComIt, LLC
 database driven web data using ColdFusion, Lotus Notes/Domino
 --
 Far Cry Fly, Alternative Folk Rock
 http://www.farcryfly.com | http://www.mp3.com/FarCryFly



~~
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
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Practice

2001-07-27 Thread Tangorre, Mike

True. I am finding that during this internship, I am learning best by
jumping right into the code, and reading up on things when I get stuck and
what not.
I must say this list is a great source, like someone already mentioned, for
information. Its fun to read about others issues and think about ways to
solve them. Seemss like I add more and more everyday.

Mike

-Original Message-
From: Sammy [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 27, 2001 11:47 AM
To: CF-Talk
Subject: Re: Practice


I agree, examples are a good way to learn ( observation - a manditory
attribute for any scientest) Sometimes looking at someone elses code,
correctly written, can impart knowledge very quickly.  For example, what
kind of code will you find in the application.cfm file of a in production
site, written by experienced developers would be interesting to a beginner.
Unfortunately, entire web sites in CF may not be available unless someone is
willing to post their entire code on one of the websites.


- Original Message -
From: Jeffry Houser [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Thursday, July 26, 2001 8:35 PM
Subject: RE: Practice


 At 05:41 PM 07/26/2001 -0600, you wrote:
 I agree with Dave.  Reading it is kinda like watching someone else do it.
 Gives you an idea of how it is done, but not the true understanding.
Once
 you do it, work through the troubles making it work, and research the
 necessary parts, you are leaps and bound ahead of the game.

On the other hand, many people learn and retain in different ways.  I
 definitely learn by the implementation, but have known people who learn by
 reading.


 --
 Jeffry Houser | mailto:[EMAIL PROTECTED]
 AIM: Reboog711  | ICQ: 5246969 | Phone: 860-229-2781
 --
 I'm looking for a room-mate in the Hartford CT area, starting in August
 --
 Instant ColdFusion 5.0  | ISBN: 0-07-213238-8
 http://www.instantcoldfusion.com
 --
 DotComIt, LLC
 database driven web data using ColdFusion, Lotus Notes/Domino
 --
 Far Cry Fly, Alternative Folk Rock
 http://www.farcryfly.com | http://www.mp3.com/FarCryFly



~~
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
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Practice

2001-07-26 Thread Tom Davison

Here are some links, hope they help. I just did a search on google for
arrays and structures for coldfusion...

http://www.cyberglitz.com/cfaspphppage.html
http://www.infoboard.com/packagedoc/cfdocs41/Developing_Web_Applications_wit
h_ColdFusion/10_Working_with_Structures/dwa10_1.htm

This next link is for corba, pretty kewl...
http://www.infoboard.com/packagedoc/cfdocs41/Developing_Web_Applications_wit
h_ColdFusion/28_Using_CFOBJECT_to_Invoke_Component_Objects/dwa28_6.htm

- Original Message -
From: Tangorre, Mike [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Thursday, July 26, 2001 9:09 AM
Subject: Practice


 Does anyone know of any sites online that have examples to work out in CF?
 I am working as an intern and have some free time.. I would like to look
 into some of the harder concepts of CF. Perhaps more specifically: arrays,
 structures, trees, scopes, and some of the built in functions. I have the
CF
 books here, but would like to find some more examples to increase my
 knowledge.  :-)  any ideas?

 Mike


~~
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
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Practice

2001-07-26 Thread Ricardo Villalobos

Hi,

What would you use to substitute the java grid applet that comes with
ColdFusion? I am using it in some pages but as you know, its
functionality is very limited. Thanks in advance for your help.

Ricardo Villalobos
Internet Development
Dimasys, Inc.

 -Original Message-
 From: Tangorre, Mike [mailto:[EMAIL PROTECTED]] 
 Sent: Thursday, July 26, 2001 9:10 AM
 To: CF-Talk
 Subject: Practice
 
 
 Does anyone know of any sites online that have examples to 
 work out in CF? I am working as an intern and have some free 
 time.. I would like to look into some of the harder concepts 
 of CF. Perhaps more specifically: arrays, structures, trees, 
 scopes, and some of the built in functions. I have the CF 
 books here, but would like to find some more examples to 
 increase my knowledge.  :-)  any ideas?
 
 Mike
 

~~
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
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Practice

2001-07-26 Thread Pooh Bear

I'd just develop an admin tool with forms and such, u can make it do 
whatever you want hehe


From: Ricardo Villalobos [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Subject: RE: Practice
Date: Thu, 26 Jul 2001 14:24:08 -0500

Hi,

What would you use to substitute the java grid applet that comes with
ColdFusion? I am using it in some pages but as you know, its
functionality is very limited. Thanks in advance for your help.

Ricardo Villalobos
Internet Development
Dimasys, Inc.

  -Original Message-
  From: Tangorre, Mike [mailto:[EMAIL PROTECTED]]
  Sent: Thursday, July 26, 2001 9:10 AM
  To: CF-Talk
  Subject: Practice
 
 
  Does anyone know of any sites online that have examples to
  work out in CF? I am working as an intern and have some free
  time.. I would like to look into some of the harder concepts
  of CF. Perhaps more specifically: arrays, structures, trees,
  scopes, and some of the built in functions. I have the CF
  books here, but would like to find some more examples to
  increase my knowledge.  :-)  any ideas?
 
  Mike
 
 

~~
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
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Practice

2001-07-26 Thread Dave Watts

 Does anyone know of any sites online that have examples to 
 work out in CF? I am working as an intern and have some free 
 time.. I would like to look into some of the harder concepts 
 of CF. Perhaps more specifically: arrays, structures, trees, 
 scopes, and some of the built in functions. I have the CF
 books here, but would like to find some more examples to increase 
 my knowledge.  :-)  any ideas?

Rather than point you to example sites, I'd recommend that you focus on
writing code yourself. You can write whole applications, or simple test
scripts that play with one feature of the language or another. You might,
for example, read this list, then try to solve the problems that other
people post by writing test code. This may require a bit more discipline
than following examples, but you might learn more.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

~~
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
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Practice

2001-07-26 Thread mike bruce

And, you could check out www.figleaf.com and see our CFUG meeting notes
which have some great examples.
- Original Message -
From: Dave Watts [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Thursday, July 26, 2001 6:08 PM
Subject: RE: Practice


  Does anyone know of any sites online that have examples to
  work out in CF? I am working as an intern and have some free
  time.. I would like to look into some of the harder concepts
  of CF. Perhaps more specifically: arrays, structures, trees,
  scopes, and some of the built in functions. I have the CF
  books here, but would like to find some more examples to increase
  my knowledge.  :-)  any ideas?

 Rather than point you to example sites, I'd recommend that you focus on
 writing code yourself. You can write whole applications, or simple test
 scripts that play with one feature of the language or another. You might,
 for example, read this list, then try to solve the problems that other
 people post by writing test code. This may require a bit more discipline
 than following examples, but you might learn more.

 Dave Watts, CTO, Fig Leaf Software
 http://www.figleaf.com/
 voice: (202) 797-5496
 fax: (202) 797-5444


~~
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
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Practice

2001-07-26 Thread Shawn Grover

I agree with Dave.  Reading it is kinda like watching someone else do it.
Gives you an idea of how it is done, but not the true understanding.  Once
you do it, work through the troubles making it work, and research the
necessary parts, you are leaps and bound ahead of the game.

My two cents.

Shawn Grover

-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 26, 2001 4:09 PM
To: CF-Talk
Subject: RE: Practice


 Does anyone know of any sites online that have examples to 
 work out in CF? I am working as an intern and have some free 
 time.. I would like to look into some of the harder concepts 
 of CF. Perhaps more specifically: arrays, structures, trees, 
 scopes, and some of the built in functions. I have the CF
 books here, but would like to find some more examples to increase 
 my knowledge.  :-)  any ideas?

Rather than point you to example sites, I'd recommend that you focus on
writing code yourself. You can write whole applications, or simple test
scripts that play with one feature of the language or another. You might,
for example, read this list, then try to solve the problems that other
people post by writing test code. This may require a bit more discipline
than following examples, but you might learn more.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
~~
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
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Practice

2001-07-26 Thread Jeffry Houser

At 05:41 PM 07/26/2001 -0600, you wrote:
I agree with Dave.  Reading it is kinda like watching someone else do it.
Gives you an idea of how it is done, but not the true understanding.  Once
you do it, work through the troubles making it work, and research the
necessary parts, you are leaps and bound ahead of the game.

   On the other hand, many people learn and retain in different ways.  I 
definitely learn by the implementation, but have known people who learn by 
reading.


--
Jeffry Houser | mailto:[EMAIL PROTECTED]
AIM: Reboog711  | ICQ: 5246969 | Phone: 860-229-2781
--
I'm looking for a room-mate in the Hartford CT area, starting in August
--
Instant ColdFusion 5.0  | ISBN: 0-07-213238-8
http://www.instantcoldfusion.com
--
DotComIt, LLC
database driven web data using ColdFusion, Lotus Notes/Domino
--
Far Cry Fly, Alternative Folk Rock
http://www.farcryfly.com | http://www.mp3.com/FarCryFly


~~
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
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists